:root {
    --webyaz-primary: #446084;
    --webyaz-secondary: #d26e4b;
}

/* ===================== GLOBAL FONT ===================== */
html,
body,
body *:not(i):not(.fa):not(.icon):not([class*="dashicons"]):not([class*="flaticon"]),
h1, h2, h3, h4, h5, h6,
p, span, a, li, td, th, label, input, select, textarea, button,
.header, .footer, .nav, .menu-item,
.woocommerce,
.woocommerce-page,
.product-small,
.product-medium,
.product-large,
.woocommerce ul.products,
.woocommerce .product,
.woocommerce-tabs,
.webyaz-legal-page,
.webyaz-tab-content,
.webyaz-customer-type,
.webyaz-extra-fields,
.banner, .section-title, .page-title,
.sidebar, .widget, .breadcrumb,
.header-main, .header-top, .header-bottom,
.footer-1, .footer-2, .absolute-footer {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ===================== PRODUCT CARDS (Flatsome WooCommerce) ===================== */
/* Font — her zaman aktif */
.products .product-small,
.products .product-medium,
.products .product-large,
.product-small .box-image,
.product-small .box-text,
ul.products li.product {
    font-family: 'Roboto', sans-serif !important;
}

/* Kart tasarımı (background, border-radius, shadow, hover, padding)
   Webyaz Kart Tasarimi modülü tarafından yönetilir.
   Modül aktif değilse temel stiller: */
ul.products li.product,
.product-small {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-small .box-image,
ul.products li.product .box-image {
    position: relative;
    overflow: hidden;
}

.product-small .box-image img,
ul.products li.product .box-image img,
ul.products li.product .attachment-woocommerce_thumbnail {
    transition: transform 0.5s ease;
}

ul.products li.product:hover .box-image img,
ul.products li.product:hover .attachment-woocommerce_thumbnail,
.product-small:hover .box-image img {
    transform: scale(1.05);
}

.product-small .box-text .category,
ul.products li.product .product-cat,
.product-small .box-text .category a,
ul.products li.product .product-cat a,
.product_cat_list,
.product_cat_list a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: var(--webyaz-secondary) !important;
    margin-bottom: 8px !important;
    display: block;
}

.product-small .box-text .product-title,
ul.products li.product .woocommerce-loop-product__title,
.product-small .box-text .name,
.product-small .box-text .product-title a,
.product-title a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    /* Renk: Kart Tasarimi modülü tarafından kontrol edilir */
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
    display: block;
    transition: color 0.3s ease;
}

.product-small .box-text .price,
ul.products li.product .price,
.product-small .price {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    /* Renk: Kart Tasarimi modülü tarafından kontrol edilir */
    letter-spacing: -0.3px;
    margin-top: 6px;
}

.product-small .box-text .price del,
ul.products li.product .price del {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #aaa !important;
    margin-right: 6px;
}

.product-small .box-text .price ins,
ul.products li.product .price ins {
    text-decoration: none !important;
    font-weight: 900 !important;
    /* Renk: Kart Tasarimi modülü tarafından kontrol edilir */
}

ul.products li.product .onsale,
.product-small .onsale,
.onsale {
    font-family: 'Roboto', sans-serif !important;
    background: linear-gradient(135deg, var(--webyaz-secondary), #e8825c) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 0 0 12px 0 !important;
    top: 0 !important;
    left: 0 !important;
    line-height: 1.4 !important;
    box-shadow: 0 3px 10px rgba(210,110,75,0.3) !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

ul.products li.product .button,
.product-small .add_to_cart_button,
ul.products li.product .add_to_cart_button,
.products .product .button.product_type_simple {
    font-family: 'Roboto', sans-serif !important;
    background: var(--webyaz-primary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 11px 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 3px 12px rgba(68,96,132,0.2) !important;
    display: inline-block;
    margin-top: 8px;
}

ul.products li.product .button:hover,
.product-small .add_to_cart_button:hover {
    background: var(--webyaz-secondary) !important;
    box-shadow: 0 5px 20px rgba(210,110,75,0.3) !important;
    transform: translateY(-2px);
}

.product-small .image-tools,
ul.products li.product .image-tools {
    z-index: 3;
}

.product-small .quick-view,
ul.products li.product .quick-view {
    font-family: 'Roboto', sans-serif !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
}

ul.products li.product .star-rating,
.product-small .star-rating {
    margin: 6px auto 4px !important;
    font-size: 13px;
}

/* ===================== CHECKOUT - Bireysel/Kurumsal Toggle ===================== */
.webyaz-customer-type {
    margin-bottom: 20px;
}

.webyaz-toggle-wrap {
    display: flex;
    gap: 12px;
    max-width: 100%;
}

.webyaz-toggle-btn {
    flex: 1;
    padding: 15px 28px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: 2px solid var(--webyaz-primary);
    background: #fff;
    color: var(--webyaz-primary);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    border-radius: 8px;
    position: relative;
}

.webyaz-toggle-btn:hover {
    background: rgba(68, 96, 132, 0.04);
}

.webyaz-toggle-btn.active {
    background: var(--webyaz-secondary);
    border-color: var(--webyaz-secondary);
    color: #fff;
    box-shadow: 0 4px 15px rgba(210,110,75,0.3);
}

/* Checkout form genel stiller */
.woocommerce-checkout .form-row label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1a1a2e !important;
    margin-bottom: 6px !important;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
    font-family: 'Roboto', sans-serif !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    background: #fff !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    height: auto !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: var(--webyaz-primary) !important;
    box-shadow: 0 0 0 3px rgba(68, 96, 132, 0.08) !important;
    outline: none !important;
}

.woocommerce-checkout .form-row input.input-text::placeholder {
    color: #999 !important;
    font-weight: 400 !important;
}

.webyaz-bireysel-field,
.webyaz-kurumsal-field {
    transition: all 0.3s ease;
}

/* ===================== LEGAL CHECKBOXES (Checkout) ===================== */
.webyaz-legal-checkboxes {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webyaz-legal-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(68,96,132,0.04);
    border: 1px solid rgba(68,96,132,0.12);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.webyaz-legal-check:hover {
    border-color: var(--webyaz-primary);
    background: rgba(68,96,132,0.06);
}

.webyaz-legal-check input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: var(--webyaz-primary);
    cursor: pointer;
}

.webyaz-legal-check a {
    color: var(--webyaz-secondary) !important;
    font-weight: 700;
    text-decoration: underline;
}

.webyaz-legal-check a:hover {
    color: var(--webyaz-primary) !important;
}

.webyaz-legal-check .required {
    color: var(--webyaz-secondary);
    font-weight: 700;
}

/* ===================== TRUST BADGE (Checkout) ===================== */
.webyaz-trust-badge {
    margin-top: 20px;
    padding: 18px 22px;
    background: rgba(68,96,132,0.05);
    border: 1px solid rgba(68,96,132,0.15);
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.webyaz-trust-badge strong {
    font-size: 15px;
    font-weight: 700;
    color: var(--webyaz-primary);
    display: block;
    margin-bottom: 6px;
}

.webyaz-trust-badge p {
    margin: 0;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

/* ===================== PLACE ORDER BUTTON ===================== */
.woocommerce-checkout #place_order {
    font-family: 'Roboto', sans-serif !important;
    background: var(--webyaz-secondary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(210,110,75,0.3) !important;
}

.woocommerce-checkout #place_order:hover {
    background: var(--webyaz-primary) !important;
    box-shadow: 0 6px 20px rgba(68,96,132,0.3) !important;
    transform: translateY(-1px);
}

/* ===================== PRODUCT TABS ===================== */

/* ===================== SINGLE PRODUCT PAGE ===================== */
.single-product .product-info .product_title,
.single-product .product-title,
.single-product h1.product_title,
.single-product .product-info h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #1a1a2e !important;
    letter-spacing: -0.3px;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
}

.single-product .product-info .price,
.single-product .summary .price,
.single-product .product-page-price,
.single-product p.price {
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    color: var(--webyaz-secondary) !important;
    letter-spacing: -0.5px;
    padding: 12px 0 !important;
    margin: 8px 0 16px !important;
    display: flex;
    align-items: baseline;
    gap: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.04);
}

.single-product .price del {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #bbb !important;
    text-decoration: line-through;
    order: 2;
}

.single-product .price ins {
    text-decoration: none !important;
    font-weight: 900 !important;
    color: var(--webyaz-secondary) !important;
    font-size: 32px !important;
}

.single-product .price .woocommerce-Price-currencySymbol {
    font-size: 22px;
    font-weight: 700;
    vertical-align: top;
    margin-right: -2px;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .product-short-description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    margin-bottom: 20px !important;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.single-product .summary .star-rating,
.single-product .woocommerce-product-rating {
    margin-bottom: 8px !important;
}

.single-product .woocommerce-product-rating .star-rating {
    font-size: 16px !important;
    color: #f5a623 !important;
}

.single-product .summary .quantity .qty,
.single-product .quantity input.qty {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    text-align: center;
    width: 60px !important;
    height: 48px !important;
    transition: border-color 0.2s;
}

.single-product .quantity input.qty:focus {
    border-color: var(--webyaz-primary) !important;
    outline: none !important;
}

.single-product .quantity .plus,
.single-product .quantity .minus,
.single-product .quantity button {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    width: 44px !important;
    height: 48px !important;
    border: 2px solid #e0e0e0 !important;
    background: #f8f9fa !important;
    color: #333 !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.2s;
}

.single-product .quantity .plus:hover,
.single-product .quantity .minus:hover {
    border-color: var(--webyaz-primary) !important;
    background: var(--webyaz-primary) !important;
    color: #fff !important;
}

.single-product .single_add_to_cart_button,
.single-product button.single_add_to_cart_button {
    font-family: 'Roboto', sans-serif !important;
    background: var(--webyaz-secondary) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 36px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 18px rgba(210,110,75,0.3) !important;
    min-height: 52px;
}

.single-product .single_add_to_cart_button:hover {
    background: var(--webyaz-primary) !important;
    box-shadow: 0 6px 24px rgba(68,96,132,0.3) !important;
    transform: translateY(-2px);
}

.single-product .product_meta {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    color: #888 !important;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.single-product .product_meta a {
    color: var(--webyaz-primary) !important;
    font-weight: 600;
    transition: color 0.2s;
}

.single-product .product_meta a:hover {
    color: var(--webyaz-secondary) !important;
}

.single-product .tagged_as a,
.single-product .product_meta .tagged_as {
    font-family: 'Roboto', sans-serif !important;
}

.single-product .product-gallery .slide img,
.single-product .woocommerce-product-gallery__image img {
    border-radius: 12px !important;
}

.single-product .product-thumbnails .col img,
.single-product .flex-control-thumbs img {
    border-radius: 8px !important;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.single-product .product-thumbnails .col img:hover,
.single-product .flex-control-thumbs img:hover,
.single-product .flex-control-thumbs .flex-active img {
    border-color: var(--webyaz-primary) !important;
}

.single-product .breadcrumbs,
.single-product .breadcrumb-row,
.single-product .woocommerce-breadcrumb {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999 !important;
}

.single-product .woocommerce-breadcrumb a {
    color: var(--webyaz-primary) !important;
    transition: color 0.2s;
}

.single-product .woocommerce-breadcrumb a:hover {
    color: var(--webyaz-secondary) !important;
}

.single-product .social-icons a,
.single-product .product-info .social-icons a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 50% !important;
    border: 1px solid #e0e0e0 !important;
    color: #999 !important;
    font-size: 14px !important;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.single-product .social-icons a:hover {
    background: var(--webyaz-primary) !important;
    border-color: var(--webyaz-primary) !important;
    color: #fff !important;
}

.single-product .product-page-options .webyaz-wishlist-btn-single,
.single-product .product-page-options .webyaz-compare-btn-single {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    transition: all 0.2s;
}

.single-product .product-page-options .webyaz-wishlist-btn-single:hover {
    border-color: #e74c3c;
    background: rgba(231,76,60,0.04);
}

.single-product .product-page-options .webyaz-compare-btn-single:hover {
    border-color: var(--webyaz-primary);
    background: rgba(68,96,132,0.04);
}

.single-product .woocommerce-tabs .tabs li a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.single-product .woocommerce-tabs .tabs li.active a {
    color: var(--webyaz-primary) !important;
}

/* Product Tags Styling */
.webyaz-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.webyaz-product-tags a,
.single-product .tagged_as a {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(68,96,132,0.06);
    border: 1px solid rgba(68,96,132,0.12);
    border-radius: 20px;
    font-size: 12px !important;
    font-weight: 600;
    color: var(--webyaz-primary) !important;
    text-decoration: none !important;
    transition: all 0.2s;
}

.webyaz-product-tags a:hover,
.single-product .tagged_as a:hover {
    background: var(--webyaz-primary);
    color: #fff !important;
    border-color: var(--webyaz-primary);
}

@media (max-width: 768px) {
    .single-product .product-info .product_title,
    .single-product h1.product_title {
        font-size: 22px !important;
    }
    .single-product .price,
    .single-product p.price {
        font-size: 26px !important;
    }
    .single-product .price ins {
        font-size: 26px !important;
    }
}

/* ===================== PRODUCT TABS (Content) ===================== */
.webyaz-tab-content {
    padding: 30px 0;
    line-height: 1.9;
    color: #2d3436;
    font-size: 15px;
}

.webyaz-tab-content h4 {
    color: var(--webyaz-primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--webyaz-secondary);
    display: inline-block;
}

.webyaz-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.webyaz-tab-content ul li {
    padding: 14px 0 14px 35px;
    position: relative;
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.2s;
}

.webyaz-tab-content ul li:last-child {
    border-bottom: none;
}

.webyaz-tab-content ul li:hover {
    background: rgba(68, 96, 132, 0.02);
}

.webyaz-tab-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--webyaz-primary), var(--webyaz-secondary));
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.webyaz-tab-content ul li strong {
    color: var(--webyaz-primary);
}

/* ===================== LEGAL PAGES ===================== */
.webyaz-legal-page {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 30px;
    line-height: 1.9;
    font-size: 15px;
    color: #2d3436;
}

.webyaz-legal-page h2 {
    color: var(--webyaz-primary);
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 35px;
    padding-bottom: 18px;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(to right, var(--webyaz-primary), var(--webyaz-secondary)) 1;
    letter-spacing: -0.3px;
}

.webyaz-legal-page h3 {
    color: var(--webyaz-primary);
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(68,96,132,0.06), rgba(210,110,75,0.04));
    border-radius: 8px;
    border-left: 4px solid var(--webyaz-secondary);
}

.webyaz-legal-page p {
    margin-bottom: 14px;
    color: #444;
}

.webyaz-legal-page p strong {
    color: var(--webyaz-primary);
}

.webyaz-legal-page p em {
    display: block;
    margin-top: 25px;
    padding: 15px 20px;
    background: rgba(68,96,132,0.04);
    border-radius: 8px;
    color: #555;
    font-style: italic;
}

.webyaz-legal-page ul {
    margin: 12px 0 18px 0;
    padding: 0;
    list-style: none;
}

.webyaz-legal-page ul li {
    padding: 8px 0 8px 28px;
    color: #444;
    position: relative;
}

.webyaz-legal-page ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--webyaz-secondary);
}

/* ===================== ADMIN ORDER ===================== */
.webyaz-admin-fields {
    margin-top: 18px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8f9fa, #fff);
    border-left: 4px solid var(--webyaz-primary);
    border-radius: 0 8px 8px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.webyaz-admin-fields h3 {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--webyaz-primary);
}

.webyaz-admin-fields p {
    margin: 6px 0;
    font-size: 14px;
}

/* ===================== WOO TABS OVERRIDE (Flatsome) ===================== */
.woocommerce-tabs .tabs li a {
    font-family: 'Roboto', sans-serif !important;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.woocommerce-tabs .tabs li.webyaz_teslimat_tab a,
.woocommerce-tabs .tabs li.webyaz_iade_tab a {
    font-weight: 600;
}

.woocommerce-tabs .tabs li.webyaz_teslimat_tab.active a,
.woocommerce-tabs .tabs li.webyaz_iade_tab.active a {
    color: var(--webyaz-primary) !important;
    border-bottom-color: var(--webyaz-secondary) !important;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 768px) {
    .webyaz-toggle-wrap {
        max-width: 100%;
        flex-direction: column;
        gap: 8px;
    }

    .webyaz-toggle-btn {
        padding: 14px 12px;
        font-size: 13px;
    }

    .webyaz-legal-page {
        padding: 25px 15px;
    }

    .webyaz-legal-page h2 {
        font-size: 24px;
    }

    .webyaz-legal-page h3 {
        font-size: 16px;
    }

    .webyaz-tab-content {
        padding: 20px 0;
    }

    ul.products li.product,
    .product-small {
        border-radius: 12px !important;
    }

    .product-small .box-text .price,
    ul.products li.product .price {
        font-size: 16px !important;
    }

    .webyaz-wa-popup {
        right: 10px !important;
        left: 10px !important;
        width: auto !important;
    }
}

/* ===================== WHATSAPP WIDGET ===================== */
.webyaz-wa-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99999;
    font-family: 'Roboto', sans-serif;
}

.webyaz-wa-fab {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    transition: all 0.3s ease;
    position: relative;
}

.webyaz-wa-fab:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37,211,102,0.5);
}

.webyaz-wa-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ff4444;
    border: 2px solid #fff;
    animation: webyazPulse 2s infinite;
}

.webyaz-wa-widget.offline .webyaz-wa-dot {
    background: #999;
    animation: none;
}

@keyframes webyazPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.webyaz-wa-popup {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 340px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    animation: webyazSlideUp 0.3s ease;
}

@keyframes webyazSlideUp {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.webyaz-wa-popup-header {
    background: #075E54;
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.webyaz-wa-popup-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.webyaz-wa-popup-info {
    flex: 1;
}

.webyaz-wa-popup-name {
    font-size: 15px;
    font-weight: 700;
}

.webyaz-wa-popup-status {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 2px;
}

.webyaz-wa-popup-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
}

.webyaz-wa-popup-close:hover {
    opacity: 1;
}

.webyaz-wa-popup-body {
    padding: 18px;
    background: #E5DDD5;
    min-height: 60px;
}

.webyaz-wa-bubble {
    background: #fff;
    padding: 10px 14px;
    border-radius: 0 10px 10px 10px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    max-width: 85%;
    line-height: 1.5;
}

.webyaz-wa-popup-btn {
    display: block;
    text-align: center;
    padding: 14px;
    background: #25D366;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s;
}

.webyaz-wa-popup-btn:hover {
    background: #1da851;
    color: #fff !important;
}

/* ===================== STOCK ALERT ===================== */
.webyaz-stock-alert {
    margin-top: 20px;
    padding: 20px;
    background: rgba(68,96,132,0.04);
    border: 1px solid rgba(68,96,132,0.12);
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-stock-alert-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin: 0 0 12px;
}

.webyaz-stock-alert-form {
    display: flex;
    gap: 8px;
}

.webyaz-stock-alert-form input[type="email"] {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-stock-alert-form input[type="email"]:focus {
    border-color: var(--webyaz-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(68,96,132,0.08);
}

.webyaz-stock-alert-btn {
    background: var(--webyaz-secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.webyaz-stock-alert-btn:hover {
    background: var(--webyaz-primary);
}

.webyaz-stock-alert-msg {
    margin-top: 10px;
    font-size: 13px;
}

/* ===================== CARGO TRACKING ===================== */
.webyaz-cargo-info {
    margin: 20px 0;
    padding: 20px;
    background: rgba(68,96,132,0.04);
    border: 1px solid rgba(68,96,132,0.12);
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-cargo-info h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin: 0 0 12px;
}

.webyaz-cargo-info p {
    margin: 4px 0;
    font-size: 14px;
}

.webyaz-cargo-track-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 22px;
    background: var(--webyaz-secondary);
    color: #fff !important;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.webyaz-cargo-track-btn:hover {
    background: var(--webyaz-primary);
}

.webyaz-tracking-form {
    max-width: 500px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-tracking-form h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin-bottom: 15px;
}

.webyaz-track-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webyaz-track-form input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-track-form button {
    background: var(--webyaz-secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.webyaz-track-form button:hover {
    background: var(--webyaz-primary);
}

.webyaz-track-result {
    margin-top: 15px;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 14px;
}

.webyaz-track-result.success {
    background: #e6f9e6;
    border: 1px solid #b7e4c7;
}

.webyaz-track-result.error {
    background: #fde8e8;
    border: 1px solid #f5c6c6;
}

.webyaz-track-result.info {
    background: rgba(68,96,132,0.06);
    border: 1px solid rgba(68,96,132,0.15);
}

/* ===================== GIFT SECTION ===================== */
.webyaz-gift-section {
    margin-top: 20px;
    padding: 20px;
    background: rgba(68,96,132,0.03);
    border: 1px solid rgba(68,96,132,0.08);
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-gift-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--webyaz-secondary);
    display: inline-block;
}

.webyaz-gift-section .form-row label {
    font-weight: 500 !important;
}

.webyaz-gift-details {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,0.06);
    animation: webyazSlideUp 0.3s ease;
}

.webyaz-gift-section textarea {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    resize: vertical;
}

/* ===================== ADMIN SETTINGS ===================== */
.webyaz-settings-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}

.webyaz-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.webyaz-field {
    display: flex;
    flex-direction: column;
}

.webyaz-field label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.webyaz-field input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.webyaz-field input:focus {
    border-color: #446084;
    outline: none;
    box-shadow: 0 0 0 2px rgba(68,96,132,0.1);
}

/* ===================== POPUP ===================== */
.webyaz-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: webyazFadeIn 0.3s ease;
}

@keyframes webyazFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.webyaz-popup-box {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    max-width: 420px;
    width: 90%;
    position: relative;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: webyazSlideUp 0.4s ease;
    font-family: 'Roboto', sans-serif;
}

.webyaz-popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
}

.webyaz-popup-close:hover {
    color: #333;
}

.webyaz-popup-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin: 0 0 10px;
}

.webyaz-popup-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 20px;
}

.webyaz-popup-coupon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(68,96,132,0.06);
    border: 2px dashed var(--webyaz-primary);
    border-radius: 8px;
    padding: 10px 18px;
    margin-bottom: 20px;
}

.webyaz-popup-coupon span {
    font-size: 18px;
    font-weight: 900;
    color: var(--webyaz-primary);
    letter-spacing: 2px;
}

.webyaz-popup-copy {
    background: var(--webyaz-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.webyaz-popup-copy:hover {
    background: var(--webyaz-secondary);
}

.webyaz-popup-btn {
    display: inline-block;
    background: var(--webyaz-secondary);
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.webyaz-popup-btn:hover {
    background: var(--webyaz-primary);
    transform: translateY(-1px);
}

/* ===================== COMPARE ===================== */
.webyaz-compare-btn,
.webyaz-compare-btn-single {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--webyaz-primary);
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: color 0.2s;
}

.webyaz-compare-btn:hover,
.webyaz-compare-btn-single:hover {
    color: var(--webyaz-secondary);
}

.webyaz-compare-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    z-index: 99998;
    font-family: 'Roboto', sans-serif;
    border-top: 2px solid var(--webyaz-primary);
}

.webyaz-compare-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.webyaz-compare-bar-title {
    font-weight: 700;
    color: var(--webyaz-primary);
    font-size: 14px;
    white-space: nowrap;
}

.webyaz-compare-bar-items {
    display: flex;
    gap: 8px;
    flex: 1;
}

.webyaz-compare-bar-item {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.webyaz-compare-bar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webyaz-compare-bar-remove {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #d32f2f;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webyaz-compare-bar-btn {
    background: var(--webyaz-secondary);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s;
}

.webyaz-compare-bar-btn:hover {
    background: var(--webyaz-primary);
}

.webyaz-compare-bar-clear {
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}

.webyaz-compare-table-wrap {
    overflow-x: auto;
    font-family: 'Roboto', sans-serif;
}

.webyaz-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.webyaz-compare-table th,
.webyaz-compare-table td {
    padding: 16px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.webyaz-compare-table th {
    background: rgba(68,96,132,0.04);
}

.webyaz-compare-table th a {
    text-decoration: none !important;
    color: #333;
    font-weight: 700;
}

.webyaz-compare-table th img {
    display: block;
    margin: 0 auto 10px;
    border-radius: 8px;
}

.webyaz-compare-table td:first-child {
    text-align: left;
    background: rgba(68,96,132,0.02);
    white-space: nowrap;
}

.webyaz-compare-add-cart {
    display: inline-block;
    background: var(--webyaz-secondary);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 13px;
    transition: background 0.2s;
}

.webyaz-compare-add-cart:hover {
    background: var(--webyaz-primary);
}

/* ===================== WISHLIST ===================== */
.webyaz-wishlist-btn,
.webyaz-wishlist-btn-single {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: color 0.2s;
}

.webyaz-wishlist-btn:hover,
.webyaz-wishlist-btn-single:hover,
.webyaz-wishlist-btn.active,
.webyaz-wishlist-btn-single.active {
    color: #e74c3c;
}

.webyaz-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-wishlist-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: relative;
    text-align: center;
    padding: 15px;
    transition: box-shadow 0.3s;
}

.webyaz-wishlist-item:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.webyaz-wishlist-item img {
    border-radius: 8px;
    max-width: 100%;
}

.webyaz-wishlist-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 10px 0 5px;
}

.webyaz-wishlist-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--webyaz-secondary);
    margin-bottom: 12px;
}

.webyaz-wishlist-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    background: rgba(0,0,0,0.05);
    border: none;
    border-radius: 50%;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.webyaz-wishlist-remove:hover {
    background: #d32f2f;
    color: #fff;
}

.webyaz-wishlist-cart {
    display: inline-block;
    background: var(--webyaz-primary);
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s;
}

.webyaz-wishlist-cart:hover {
    background: var(--webyaz-secondary);
}

.webyaz-wishlist-empty,
.webyaz-compare-empty {
    text-align: center;
    padding: 40px;
    font-family: 'Roboto', sans-serif;
    color: #666;
}

.webyaz-out-of-stock {
    color: #d32f2f;
    font-weight: 600;
    font-size: 13px;
}

/* ===================== ORDER TRACKING ===================== */
.webyaz-order-tracking {
    max-width: 500px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-order-tracking h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin-bottom: 15px;
}

.webyaz-tracking-form input,
.webyaz-tracking-form button {
    font-family: 'Roboto', sans-serif;
}

.webyaz-tracking-form input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.webyaz-tracking-form button {
    background: var(--webyaz-secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
}

.webyaz-tracking-form button:hover {
    background: var(--webyaz-primary);
}

.webyaz-tracking-result {
    margin-top: 15px;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 14px;
    background: rgba(68,96,132,0.06);
    border: 1px solid rgba(68,96,132,0.15);
}

.webyaz-tracking-result.error {
    background: #fde8e8;
    border: 1px solid #f5c6c6;
    color: #d32f2f;
}

.webyaz-status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.webyaz-status-processing {
    background: #fff3cd;
    color: #856404;
}

.webyaz-status-completed {
    background: #e6f9e6;
    color: #22863a;
}

.webyaz-status-shipped {
    background: #d1ecf1;
    color: #0c5460;
}

.webyaz-status-cancelled {
    background: #fde8e8;
    color: #d32f2f;
}

/* ===================== CROSS SELL ===================== */
.webyaz-cross-sell {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-cross-sell h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin-bottom: 15px;
}

/* ===================== ADMIN TABLE ===================== */
.webyaz-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.webyaz-table th,
.webyaz-table td {
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.webyaz-table th {
    background: rgba(68,96,132,0.06);
    font-weight: 700;
    color: #333;
}

@media (max-width: 768px) {
    .webyaz-compare-bar-inner {
        flex-wrap: wrap;
        gap: 10px;
    }
    .webyaz-wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .webyaz-popup-box {
        padding: 25px;
    }
}

/* ===================== MOBILE BOTTOM BAR ===================== */
.webyaz-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.08);
    border-top: 1px solid rgba(0,0,0,0.06);
    padding: 6px 0 env(safe-area-inset-bottom, 6px);
    justify-content: space-around;
    align-items: center;
    transition: transform 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
    .webyaz-mobile-bar {
        display: flex;
    }
    body {
        padding-bottom: 70px;
    }
    .webyaz-wa-widget {
        bottom: 80px !important;
    }
    .webyaz-compare-bar {
        bottom: 65px;
    }
}

.webyaz-mobile-bar.webyaz-mb-hidden {
    transform: translateY(100%);
}

/* Mobile Bar Style Variants */
.webyaz-mobile-bar.webyaz-mb-rounded {
    margin: 0 10px 10px;
    border-radius: 20px;
    left: 0;
    right: 0;
    width: auto;
    border: none;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}

.webyaz-mobile-bar.webyaz-mb-glass {
    background: rgba(255,255,255,0.75) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-top: 1px solid rgba(255,255,255,0.3) !important;
}

.webyaz-mobile-bar.webyaz-mb-shadow {
    box-shadow: 0 -4px 30px rgba(0,0,0,0.15);
    border-top: none !important;
}

/* Tema Rengi Arka Plan */
.webyaz-mobile-bar.webyaz-mb-colored {
    border-top: none !important;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
}
.webyaz-mobile-bar.webyaz-mb-colored .webyaz-mb-item {
    color: rgba(255,255,255,0.6) !important;
}
.webyaz-mobile-bar.webyaz-mb-colored .webyaz-mb-item.active,
.webyaz-mobile-bar.webyaz-mb-colored .webyaz-mb-item:active {
    color: #fff !important;
}

/* Gradient Arka Plan */
.webyaz-mobile-bar.webyaz-mb-gradient {
    border-top: none !important;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
}
.webyaz-mobile-bar.webyaz-mb-gradient .webyaz-mb-item {
    color: rgba(255,255,255,0.6) !important;
}
.webyaz-mobile-bar.webyaz-mb-gradient .webyaz-mb-item.active,
.webyaz-mobile-bar.webyaz-mb-gradient .webyaz-mb-item:active {
    color: #fff !important;
}

/* Koyu Tema */
.webyaz-mobile-bar.webyaz-mb-dark {
    background: #1a1a2e !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    box-shadow: 0 -4px 30px rgba(0,0,0,0.35);
}
.webyaz-mobile-bar.webyaz-mb-dark .webyaz-mb-item {
    color: rgba(255,255,255,0.45) !important;
}
.webyaz-mobile-bar.webyaz-mb-dark .webyaz-mb-item.active,
.webyaz-mobile-bar.webyaz-mb-dark .webyaz-mb-item:active {
    color: var(--webyaz-primary) !important;
}

.webyaz-mb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #888 !important;
    flex: 1;
    padding: 6px 0;
    transition: color 0.2s;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.webyaz-mb-item.active,
.webyaz-mb-item:active {
    color: var(--webyaz-primary) !important;
}

/* Aktif üst indikatör çizgisi */
.webyaz-mb-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: currentColor;
    border-radius: 0 0 4px 4px;
    animation: wzMbLine 0.25s ease forwards;
}

@keyframes wzMbLine {
    from { width: 0; opacity: 0; }
    to   { width: 24px; opacity: 1; }
}

.webyaz-mb-item.active .webyaz-mb-icon {
    transform: translateY(-2px);
    transition: transform 0.25s ease;
}

.webyaz-mb-item.active .webyaz-mb-label {
    font-weight: 700;
}

.webyaz-mb-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.webyaz-mb-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--webyaz-secondary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}

.webyaz-mb-label {
    font-size: 10px;
    font-weight: 600;
    margin-top: 2px;
    line-height: 1;
    letter-spacing: 0.2px;
}

/* Mobile Search Overlay */
.webyaz-mobile-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
    animation: webyazFadeIn 0.2s ease;
}

.webyaz-mobile-search-box {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.webyaz-mobile-search-box form {
    display: flex;
    gap: 8px;
}

.webyaz-mobile-search-box input[type="search"] {
    flex: 1;
    border: 2px solid var(--webyaz-primary);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.webyaz-mobile-search-box button[type="submit"] {
    background: var(--webyaz-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.webyaz-mobile-search-close {
    position: absolute;
    top: -12px;
    right: -8px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Admin select fix */
.webyaz-mb-admin-item select {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    width: 100%;
}

/* ── Minimal Mod ── */
.webyaz-mobile-bar.webyaz-mb-minimal .webyaz-mb-label { display: none; }
.webyaz-mobile-bar.webyaz-mb-minimal { height: 56px; padding: 6px 0; }
.webyaz-mobile-bar.webyaz-mb-minimal .webyaz-mb-item { padding: 8px 0; }

/* ── FAB (Floating Action Button) ── */
.webyaz-mb-item.webyaz-mb-fab { transition: transform 0.15s ease, box-shadow 0.15s ease; }
.webyaz-mb-item.webyaz-mb-fab svg { stroke: #fff; }

/* ── Drawer Overlay ── */
.webyaz-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    z-index: 199998;
    pointer-events: none;
    transition: background 0.3s;
}
.webyaz-drawer-overlay.webyaz-drawer-overlay-open {
    background: rgba(0,0,0,0.5);
    pointer-events: all;
}

/* ── Drawer Panel ── */
.webyaz-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    max-height: 85vh;
    background: #fff;
    z-index: 199999;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
    transition: bottom 0.36s cubic-bezier(0.32,0.72,0,1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.webyaz-drawer.webyaz-drawer-open { bottom: 0; }

.webyaz-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    flex-shrink: 0;
}
.webyaz-drawer-close {
    background: rgba(255,255,255,0.2) !important;
    border: none !important;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webyaz-drawer-body {
    overflow-y: auto;
    flex: 1;
    padding: 8px 0 80px;
    -webkit-overflow-scrolling: touch;
}
.webyaz-drawer-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 15px;
    font-weight: 500;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s;
}
.webyaz-drawer-item-icon { font-size: 18px; width: 24px; text-align: center; }
.webyaz-drawer-nav a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
    border-left: 3px solid transparent;
    transition: all 0.2s;
}

/* ── Mini Cart Overlay ── */
.webyaz-mc-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    z-index: 199998;
    pointer-events: none;
    transition: background 0.3s;
}
.webyaz-mc-overlay.webyaz-mc-overlay-open {
    background: rgba(0,0,0,0.5);
    pointer-events: all;
}

/* ── Mini Cart Panel ── */
.webyaz-mini-cart {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    max-height: 85vh;
    background: #fff;
    z-index: 199999;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
    transition: bottom 0.36s cubic-bezier(0.32,0.72,0,1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.webyaz-mini-cart.webyaz-mc-open { bottom: 0; }

.webyaz-mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-size: 16px;
    flex-shrink: 0;
}
.webyaz-mc-body {
    overflow-y: auto;
    flex: 1;
    padding: 12px 16px;
    -webkit-overflow-scrolling: touch;
}
.webyaz-mc-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}
.webyaz-mc-img { width: 60px; height: 60px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.webyaz-mc-info { flex: 1; min-width: 0; }
.webyaz-mc-name { font-size: 13px; font-weight: 600; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.webyaz-mc-qty  { font-size: 12px; color: #888; margin-top: 3px; }
.webyaz-mc-loading, .webyaz-mc-empty { text-align: center; padding: 30px; color: #aaa; font-size: 14px; }
.webyaz-mc-footer { padding: 14px 16px; border-top: 1px solid #eee; background: #fafafa; flex-shrink: 0; }
.webyaz-mc-total { display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.webyaz-mc-total-price { font-size: 17px; font-weight: 700; }
.webyaz-mc-btn {
    flex: 1;
    display: block;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    transition: opacity 0.2s;
}
.webyaz-mc-btn:active { opacity: 0.8; }
.webyaz-mc-cart-btn { background: #f0f0f0; color: #333 !important; }
.webyaz-mc-checkout { color: #fff !important; }

/* ===================== RECENTLY VIEWED ===================== */
.webyaz-recently-viewed {
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
}

.webyaz-recently-viewed h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin-bottom: 18px;
}

.webyaz-rv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.webyaz-rv-item {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s, transform 0.3s;
}

.webyaz-rv-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.webyaz-rv-item a {
    text-decoration: none !important;
    color: #333;
}

.webyaz-rv-item img {
    border-radius: 8px;
    max-width: 100%;
}

.webyaz-rv-item h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0 4px;
    line-height: 1.3;
}

.webyaz-rv-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--webyaz-secondary);
}

/* ===================== Q&A ===================== */
.webyaz-qa-section {
    font-family: 'Roboto', sans-serif;
}

.webyaz-qa-list {
    margin-bottom: 30px;
}

.webyaz-qa-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.webyaz-qa-question,
.webyaz-qa-answer {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.webyaz-qa-answer {
    margin-top: 10px;
    margin-left: 20px;
}

.webyaz-qa-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--webyaz-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.webyaz-qa-icon.webyaz-qa-a {
    background: var(--webyaz-secondary);
}

.webyaz-qa-question strong {
    font-size: 15px;
    color: #333;
    display: block;
}

.webyaz-qa-question small {
    color: #999;
    font-size: 12px;
}

.webyaz-qa-answer div {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.webyaz-qa-pending div {
    opacity: 0.5;
}

.webyaz-qa-form-wrap {
    background: rgba(68,96,132,0.04);
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}

.webyaz-qa-form-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin: 0 0 15px;
}

#webyazQaForm input,
#webyazQaForm textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#webyazQaForm button {
    background: var(--webyaz-secondary);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: background 0.2s;
}

#webyazQaForm button:hover {
    background: var(--webyaz-primary);
}

/* ===================== SIZE GUIDE ===================== */
.webyaz-size-guide {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.webyaz-size-guide h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--webyaz-primary);
    margin-bottom: 12px;
}

.webyaz-size-table-wrap {
    overflow-x: auto;
}

.webyaz-size-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.webyaz-size-table th {
    background: var(--webyaz-primary);
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.webyaz-size-table td {
    padding: 10px 16px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.webyaz-size-table tbody tr:nth-child(even) {
    background: rgba(68,96,132,0.03);
}

.webyaz-size-table tbody tr:hover {
    background: rgba(68,96,132,0.08);
}

.webyaz-size-table td:first-child {
    font-weight: 700;
    color: var(--webyaz-primary);
}

.webyaz-size-note {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    font-style: italic;
}

.webyaz-size-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--webyaz-primary) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline !important;
    margin-top: 8px;
    cursor: pointer;
}

/* ===================== PRODUCT ATTRIBUTES (Beden & Renk) ===================== */
.webyaz-product-attrs {
    font-family: 'Roboto', sans-serif;
    margin: 16px 0 20px;
    padding: 18px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.webyaz-attr-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.webyaz-attr-label {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    min-width: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.webyaz-color-swatches {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.webyaz-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.webyaz-color-swatch:hover {
    transform: scale(1.15);
    border-color: var(--webyaz-primary);
}

.webyaz-color-swatch.active {
    border-color: var(--webyaz-primary);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--webyaz-primary) !important;
}

.webyaz-color-name {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    transition: opacity 0.2s;
}

.webyaz-size-swatches {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.webyaz-size-swatch {
    min-width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    padding: 4px 8px;
}

.webyaz-unit-swatch {
    min-height: 42px;
    height: auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 10px !important;
}

.webyaz-unit-swatch .wz-unit-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.webyaz-unit-swatch .wz-unit-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #ccc;
    line-height: 1;
}

.webyaz-unit-swatch .wz-umc {
    font-size: 10px;
    font-weight: 700;
    color: #446084 !important;
}

.webyaz-unit-swatch .wz-umsep {
    font-size: 10px;
    color: #aaa;
}

.webyaz-unit-swatch .wz-ums {
    font-size: 10px;
    font-weight: 700;
    color: #2e7d32 !important;
}

.webyaz-unit-swatch .wz-ums-low {
    color: #c62828 !important;
}

/* Active state */
.webyaz-unit-swatch.active .wz-unit-meta {
    border-top-color: rgba(255,255,255,0.35);
}

.webyaz-unit-swatch.active .wz-umc {
    color: #b3d4f5 !important;
}

.webyaz-unit-swatch.active .wz-umsep {
    color: rgba(255,255,255,0.4);
}

.webyaz-unit-swatch.active .wz-ums {
    color: #a5d6a7 !important;
}

.webyaz-unit-swatch.active .wz-ums-low {
    color: #ff8a80 !important;
}

/* Düşük stoklu swatch kırmızı kenarlık */
.webyaz-unit-swatch.wz-stock-low:not(.active) {
    border-color: #ef9a9a;
}

.webyaz-size-swatch:hover {
    border-color: var(--webyaz-primary);
    color: var(--webyaz-primary);
    background: rgba(68,96,132,0.04);
}

.webyaz-size-swatch.active {
    border-color: var(--webyaz-primary);
    background: var(--webyaz-primary);
    color: #fff;
}

/* Loop Colors (product cards) */
.webyaz-loop-colors {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 6px;
}

.webyaz-loop-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(0,0,0,0.08);
}

.webyaz-loop-color-more {
    font-size: 10px;
    color: #999;
    font-weight: 600;
    display: flex;
    align-items: center;
}

/* Countdown Timer */
.webyaz-countdown{background:linear-gradient(135deg,var(--webyaz-primary),var(--webyaz-secondary));border-radius:12px;padding:16px 20px;margin:12px 0;text-align:center;color:#fff;font-family:'Roboto',sans-serif;}
.webyaz-countdown-label{font-size:13px;font-weight:500;margin-bottom:10px;opacity:0.9;}
.webyaz-countdown-boxes{display:flex;justify-content:center;gap:10px;}
.webyaz-cd-box{background:rgba(255,255,255,0.18);border-radius:8px;padding:10px 14px;min-width:60px;text-align:center;}
.webyaz-cd-box span{display:block;font-size:24px;font-weight:700;line-height:1.2;}
.webyaz-cd-box small{font-size:10px;opacity:0.8;text-transform:uppercase;letter-spacing:1px;}
/* Bulk Discount */
.webyaz-bulk-rules{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:10px;padding:14px 18px;margin:12px 0;font-family:'Roboto',sans-serif;}
.webyaz-bulk-title{font-size:14px;font-weight:700;color:var(--webyaz-primary);display:block;margin-bottom:8px;}
.webyaz-bulk-items{display:flex;flex-wrap:wrap;gap:8px;}
.webyaz-bulk-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px 14px;font-size:13px;}
.webyaz-bulk-item strong{color:var(--webyaz-primary);}
.webyaz-bulk-item span{color:var(--webyaz-secondary);font-weight:700;}
.webyaz-bulk-shipping{margin-top:10px;font-size:12px;color:#4caf50;font-weight:600;}
/* Upsell Popup */
.webyaz-upsell-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:99999;display:flex;align-items:center;justify-content:center;}
.webyaz-upsell-popup{background:#fff;border-radius:16px;padding:28px;max-width:500px;width:90%;position:relative;font-family:'Roboto',sans-serif;box-shadow:0 20px 60px rgba(0,0,0,0.2);}
.webyaz-upsell-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#999;}
.webyaz-upsell-title{font-size:18px;font-weight:700;color:#333;margin-bottom:4px;}
.webyaz-upsell-discount{font-size:14px;color:var(--webyaz-secondary);font-weight:700;margin-bottom:16px;}
.webyaz-upsell-items{display:flex;flex-direction:column;gap:10px;}
/* Live Support */
.webyaz-support-fab{position:fixed;bottom:20px;z-index:9999;}
.webyaz-support-btn{width:56px;height:56px;border-radius:50%;background:var(--webyaz-primary);border:none;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,0.2);display:flex;align-items:center;justify-content:center;transition:transform 0.2s;}
.webyaz-support-btn:hover{transform:scale(1.1);}
.webyaz-support-channels{flex-direction:column;gap:8px;position:absolute;bottom:68px;right:0;min-width:160px;}
.webyaz-support-channel{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;color:#fff;text-decoration:none;font-family:'Roboto',sans-serif;font-size:13px;font-weight:600;box-shadow:0 2px 10px rgba(0,0,0,0.15);transition:transform 0.15s;}
.webyaz-support-channel:hover{transform:translateX(-4px);color:#fff;}
/* Order Track */
.webyaz-order-track{max-width:500px;margin:0 auto;font-family:'Roboto',sans-serif;}
.webyaz-ot-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:8px;}
.webyaz-ot-desc{text-align:center;color:#666;font-size:14px;margin-bottom:20px;}
.webyaz-ot-fields{display:flex;gap:10px;margin-bottom:12px;}
.webyaz-ot-fields input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:10px;font-size:14px;font-family:'Roboto',sans-serif;transition:border-color 0.2s;}
.webyaz-ot-fields input:focus{border-color:var(--webyaz-primary);outline:none;}
.webyaz-ot-btn{width:100%;padding:14px;background:var(--webyaz-primary);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;font-family:'Roboto',sans-serif;transition:background 0.2s;}
.webyaz-ot-btn:hover{background:var(--webyaz-secondary);}
.webyaz-ot-result{margin-top:20px;padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0;}
.webyaz-ot-status-badge{display:inline-block;padding:6px 16px;border-radius:20px;color:#fff;font-size:13px;font-weight:700;margin-bottom:12px;}
.webyaz-ot-info{font-size:14px;margin-bottom:6px;color:#444;}
.webyaz-ot-error{margin-top:16px;padding:14px;background:#ffebee;border-radius:10px;color:#d32f2f;text-align:center;font-weight:600;}
/* Size Chart */
.webyaz-sizechart-btn{display:inline-flex;align-items:center;font-size:13px;color:var(--webyaz-primary);text-decoration:underline;font-family:'Roboto',sans-serif;cursor:pointer;margin:6px 0;}
.webyaz-sizechart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:99999;display:flex;align-items:center;justify-content:center;}
.webyaz-sizechart-popup{background:#fff;border-radius:16px;padding:28px;max-width:600px;width:90%;position:relative;font-family:'Roboto',sans-serif;box-shadow:0 20px 60px rgba(0,0,0,0.2);}
.webyaz-sizechart-close{position:absolute;top:10px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#999;}
.webyaz-sizechart-popup h3{font-size:18px;font-weight:700;margin-bottom:16px;color:#333;}
.webyaz-sizechart-table{width:100%;border-collapse:collapse;font-size:13px;}
.webyaz-sizechart-table th{background:var(--webyaz-primary);color:#fff;padding:10px 14px;text-align:center;font-weight:600;}
.webyaz-sizechart-table td{padding:10px 14px;text-align:center;border-bottom:1px solid #eee;}
.webyaz-sizechart-table tr:nth-child(even){background:#f8f9fa;}
/* Dashboard Stats */
.webyaz-stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;text-align:center;font-family:'Roboto',sans-serif;}
.webyaz-stat-label{display:block;font-size:12px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;}
.webyaz-stat-value{display:block;font-size:22px;font-weight:700;color:#333;margin-bottom:4px;}
.webyaz-stat-sub{font-size:14px;color:var(--webyaz-primary);font-weight:600;}
@media(max-width:600px){
    .webyaz-ot-fields{flex-direction:column;}
    .webyaz-countdown-boxes{gap:6px;}
    .webyaz-cd-box{min-width:50px;padding:8px 10px;}
    .webyaz-cd-box span{font-size:18px;}
}

/* Stock Counter */
.webyaz-stock-counter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 16px;background:#fff5f5;border:1px solid #ffcdd2;border-radius:10px;margin:10px 0;font-family:'Roboto',sans-serif;animation:webyazPulse 2s infinite;}
.webyaz-sc-icon{flex-shrink:0;}
.webyaz-sc-text{font-size:14px;font-weight:700;}
.webyaz-sc-bar{flex:1;min-width:100px;height:6px;background:#ffcdd2;border-radius:6px;overflow:hidden;}
.webyaz-sc-bar-fill{height:100%;border-radius:6px;transition:width 0.5s;}
.webyaz-sc-loop{font-size:11px;font-weight:700;margin-top:4px;}
@keyframes webyazPulse{0%,100%{opacity:1;}50%{opacity:0.7;}}

/* Cart Reminder Exit Popup */
.webyaz-exit-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:99999;display:flex;align-items:center;justify-content:center;}
.webyaz-exit-popup{background:#fff;border-radius:20px;padding:36px;max-width:420px;width:90%;text-align:center;position:relative;font-family:'Roboto',sans-serif;box-shadow:0 20px 60px rgba(0,0,0,0.25);animation:webyazSlideUp 0.3s ease;}
.webyaz-exit-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#999;}
.webyaz-exit-icon{font-size:52px;margin-bottom:12px;}
.webyaz-exit-title{font-size:22px;font-weight:700;color:#333;margin-bottom:8px;}
.webyaz-exit-msg{font-size:14px;color:#666;line-height:1.6;margin-bottom:16px;}
.webyaz-exit-coupon{background:linear-gradient(135deg,#fff3e0,#fff8e1);border:2px dashed var(--webyaz-secondary);border-radius:10px;padding:10px 16px;font-size:14px;margin-bottom:16px;color:#333;}
.webyaz-exit-coupon strong{color:var(--webyaz-secondary);font-size:18px;}
.webyaz-exit-btn{display:inline-block;background:var(--webyaz-primary);color:#fff;text-decoration:none;padding:14px 36px;border-radius:12px;font-size:15px;font-weight:700;transition:background 0.2s;}
.webyaz-exit-btn:hover{background:var(--webyaz-secondary);color:#fff;}
@keyframes webyazSlideUp{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}

/* ===================== LIVE SEARCH OVERLAY ===================== */
.webyaz-ls-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:999999;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;backdrop-filter:blur(4px);}
.webyaz-ls-box{background:#fff;border-radius:20px;width:90%;max-width:600px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,0.25);animation:webyazSlideUp 0.25s ease;}
.webyaz-ls-input-wrap{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid #eee;}
.webyaz-ls-input-wrap svg{flex-shrink:0;opacity:0.5;}
.webyaz-ls-input-wrap input{flex:1;border:none;outline:none;font-size:16px;font-family:'Roboto',sans-serif;background:transparent;}
.webyaz-ls-close{background:none;border:none;font-size:28px;cursor:pointer;color:#999;line-height:1;padding:0 4px;}
.webyaz-ls-close:hover{color:#333;}
.webyaz-ls-results{max-height:400px;overflow-y:auto;}
.webyaz-ls-item{display:flex;align-items:center;gap:14px;padding:12px 20px;text-decoration:none;color:#333;border-bottom:1px solid #f5f5f5;transition:background 0.15s;}
.webyaz-ls-item:hover{background:#f8f9fa;}
.webyaz-ls-item img{width:56px;height:56px;object-fit:cover;border-radius:10px;flex-shrink:0;}
.webyaz-ls-info{flex:1;min-width:0;}
.webyaz-ls-name{font-size:14px;font-weight:600;font-family:'Roboto',sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.webyaz-ls-cat{font-size:11px;color:#999;margin-top:2px;}
.webyaz-ls-price{font-size:13px;font-weight:700;color:var(--webyaz-primary);margin-top:3px;}
.webyaz-ls-price del{color:#ccc;font-weight:400;margin-right:6px;}
.webyaz-ls-price ins{text-decoration:none;color:var(--webyaz-secondary);}

/* ===================== PRODUCT BADGES ===================== */
.webyaz-badge{position:absolute;z-index:9;font-family:'Roboto',sans-serif;font-size:11px;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;padding:5px 12px;border-radius:6px;line-height:1.3;pointer-events:none;box-shadow:0 2px 8px rgba(0,0,0,0.12);}
.webyaz-badge-topleft{top:10px;left:10px;}
.webyaz-badge-topright{top:10px;right:10px;}
.webyaz-badge-stack{display:flex;flex-direction:column;gap:6px;position:absolute;top:10px;left:10px;z-index:9;}
.webyaz-badge-new{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;}
.webyaz-badge-sale{background:linear-gradient(135deg,#f44336,#ef5350);color:#fff;}
.webyaz-badge-lowstock{background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff;}
.webyaz-badge-outofstock{background:rgba(0,0,0,0.7);color:#fff;}
.webyaz-badge-featured{background:linear-gradient(135deg,#9c27b0,#ba68c8);color:#fff;}
.webyaz-badge-freeship{background:linear-gradient(135deg,#2196f3,#64b5f6);color:#fff;}


/* ===================== WİSHLİST + COMPARE SATI ===================== */
.webyaz-wl-btn, .wz-cmp-trigger {
    display: inline-flex !important;
    align-items: center;
    vertical-align: middle;
}
/* İkisi yan yana — araya boşluk */
.webyaz-wl-btn + .wz-cmp-trigger,
.wz-cmp-trigger + .webyaz-wl-btn {
    margin-left: 10px;
}

/* Wishlist + Compare aynı satırda */
.product-small .box-text .webyaz-wl-btn,
.product-small .box-text .wz-cmp-trigger,
ul.products li.product .box-text .webyaz-wl-btn,
ul.products li.product .box-text .wz-cmp-trigger {
    display: inline-flex !important;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.product-small .box-text .wz-cmp-trigger,
ul.products li.product .box-text .wz-cmp-trigger {
    font-size: 12px !important;
    color: #1565c0;
    font-weight: 700;
    padding: 4px 6px;
    background: none;
    border: none;
    cursor: pointer;
}
