/* ═══════════════════════════════════════════════
   ZINOX Products Page — Light + Dark theme
   ═══════════════════════════════════════════════ */

body.shop-page {
    --prod-bg: #f5f5f5;
    --prod-surface: #ffffff;
    --prod-surface-alt: #fafafa;
    --prod-border: #e8e8e8;
    --prod-border-soft: #f0f0f0;
    --prod-text: #1a1a1a;
    --prod-text-secondary: #555;
    --prod-text-muted: #888;
    --prod-accent: #f97316;
    --prod-accent-soft: #fff5ee;
}

[data-theme="light"] body.shop-page {
    background-color: var(--prod-bg) !important;
    color: var(--prod-text) !important;
    --zinox-bg-card: #ffffff;
    --zinox-border: #eeeeee;
    --zinox-text: #1a1a1a;
    --zinox-bg: #f5f5f5;
}

[data-theme="light"] body.shop-page .container,
[data-theme="light"] body.shop-page .container-fluid {
    color: var(--prod-text) !important;
}

[data-theme="dark"] body.shop-page {
    --prod-bg: #0B0F14;
    --prod-surface: #141B24;
    --prod-surface-alt: #1A2330;
    --prod-border: rgba(217, 226, 236, 0.12);
    --prod-border-soft: rgba(217, 226, 236, 0.08);
    --prod-text: #D9E2EC;
    --prod-text-secondary: #9AA8B8;
    --prod-text-muted: #7B8794;
    --prod-accent: #f97316;
    --prod-accent-soft: rgba(249, 115, 22, 0.14);
    background-color: var(--prod-bg) !important;
    color: var(--prod-text) !important;
    --zinox-bg-card: #141B24;
    --zinox-border: rgba(217, 226, 236, 0.12);
    --zinox-text: #D9E2EC;
    --zinox-bg: #0B0F14;
}

[data-theme="dark"] body.shop-page .container,
[data-theme="dark"] body.shop-page .container-fluid {
    color: var(--prod-text) !important;
}

/* ══════════════════════════════════════════
   PAGE SECTION WRAPPER
   ══════════════════════════════════════════ */
.products-page-section {
    background: #f5f5f5 !important;
    min-height: 80vh;
    padding: 20px 0 60px;
    direction: rtl;
}

/* ── Breadcrumb ── */
.zinox-breadcrumb-wrap { margin-bottom: 12px; }
.zinox-breadcrumb {
    background: transparent;
    padding: 0; margin: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    list-style: none;
}
.zinox-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›"; color: #aaa; padding: 0 5px;
}
.zinox-breadcrumb a { color: #888; text-decoration: none; }
.zinox-breadcrumb a:hover { color: #f97316; }
.zinox-breadcrumb .active { color: #444; font-weight: 600; }

/* ── Page Header ── */
.products-page-header {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 16px;
}
.products-page-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
}
.products-total-count {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

/* ══════════════════════════════════════════
   TWO-COLUMN LAYOUT
   ══════════════════════════════════════════ */
.products-layout {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    direction: rtl;
}

/* ══════════════════════════════════════════
   SIDEBAR
   ══════════════════════════════════════════ */
.products-sidebar {
    width: 240px;
    min-width: 240px;
    flex-shrink: 0;
    background: #fff !important;
    border-radius: 12px;
    border: 1px solid #e8e8e8 !important;
    overflow: hidden;
    position: sticky;
    top: 76px;
    color: #1a1a1a !important;
}

.sidebar-top {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 14px;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a1a !important;
    background: #fafafa !important;
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-top i { color: #f97316 !important; font-size: 14px; }

.sidebar-panel { border-bottom: 1px solid #f0f0f0; }
.sidebar-panel:last-child { border-bottom: none; }

.sidebar-panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #222 !important;
    cursor: pointer;
    user-select: none;
    background: #fff !important;
    transition: background 0.15s;
}
.sidebar-panel-title:hover { background: #fafafa !important; }
.sidebar-panel-title .toggle-icon {
    font-size: 10px;
    color: #bbb;
    transition: transform 0.25s;
    transform: rotate(180deg);
}
.sidebar-panel.is-collapsed .sidebar-panel-body {
    display: none;
}
.sidebar-panel.is-collapsed .sidebar-panel-title .toggle-icon {
    transform: rotate(0deg);
}

.sidebar-panel-body {
    padding: 4px 10px 10px;
    background: #fff !important;
}

/* Category links */
.sidebar-cat-link {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 8px;
    font-size: 13px !important;
    color: #555 !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.15s;
    margin-bottom: 1px;
    background: transparent !important;
}
.sidebar-cat-link:hover {
    background: #fff5ee !important;
    color: #f97316 !important;
}
.sidebar-cat-link.active {
    background: #fff5ee !important;
    color: #f97316 !important;
    font-weight: 700;
}
.sidebar-subcat-link {
    padding-right: 24px;
    font-size: 12px !important;
}

/* Brand links */
.sidebar-brand-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    font-size: 13px !important;
    color: #555 !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.15s;
    margin-bottom: 1px;
    background: transparent !important;
}
.sidebar-brand-text {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.sidebar-brand-name {
    font-weight: inherit;
}
.sidebar-brand-slug {
    font-size: 11px;
    font-weight: 500;
    color: #999 !important;
    direction: ltr;
    unicode-bidi: isolate;
}
.sidebar-brand-count {
    flex-shrink: 0;
    margin-right: auto;
    font-size: 11px;
    color: #bbb;
}
.sidebar-brand-link:hover .sidebar-brand-slug,
.sidebar-brand-link.active .sidebar-brand-slug {
    color: rgba(249, 115, 22, 0.8) !important;
}
.sidebar-brand-link:hover,
.sidebar-brand-link.active {
    background: #fff5ee !important;
    color: #f97316 !important;
    font-weight: 600;
}
.sidebar-show-more {
    background: none;
    border: none;
    color: #f97316;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: underline;
}

/* ── Price Range Slider ── */
.sb-price-range { padding: 4px 2px 6px; }
.sb-price-slider-wrap {
    position: relative;
    height: 22px;
    margin-bottom: 12px;
}
.sb-price-track {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    left: 0; right: 0;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
}
.sb-price-fill {
    position: absolute;
    height: 100%;
    background: #f97316;
    border-radius: 2px;
}
.sb-range-input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 22px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    pointer-events: none;
    margin: 0;
}
.sb-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #f97316 !important;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #f97316;
    cursor: pointer;
    pointer-events: auto;
}
.sb-range-input::-moz-range-thumb {
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #f97316;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #f97316;
    cursor: pointer;
    pointer-events: auto;
}
.sb-price-labels {
    display: flex;
    justify-content: space-between;
    direction: rtl;
}
.sb-price-val {
    font-size: 11px !important;
    color: #777 !important;
    font-weight: 500;
    white-space: nowrap;
}

/* ── Color Swatches ── */
.sb-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px 2px 8px;
}
.sb-color-btn {
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.18s;
    position: relative;
    flex-shrink: 0;
}
.sb-color-btn:hover,
.sb-color-btn.active {
    border-color: #f97316 !important;
    transform: scale(1.18);
}
.sb-color-btn.active::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(249,115,22,0.4);
}
.sb-color-active-label {
    font-size: 12px;
    color: #f97316 !important;
    font-weight: 600;
    cursor: pointer;
    display: block;
    margin-top: -2px;
}

/* Radio (stock status) */
.sidebar-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    font-size: 13px !important;
    color: #555 !important;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.15s;
    margin-bottom: 1px;
    background: transparent !important;
}
.sidebar-radio-label:hover { background: #fafafa !important; }
.sidebar-radio-label input[type="radio"] {
    accent-color: #f97316;
    width: 14px; height: 14px;
}

/* ══════════════════════════════════════════
   MAIN CONTENT
   ══════════════════════════════════════════ */
.products-main {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    direction: rtl;
}

/* ── Sort Bar ── */
.products-sort-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff !important;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    color: #1a1a1a !important;
}
.sort-bar-filter-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff5ee !important;
    color: #f97316 !important;
    border: 1px solid #f97316;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
.sort-bar-filter-btn:hover { background: #f97316 !important; color: #fff !important; }
.sort-bar-sort {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #666 !important;
}
.sort-select {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 13px;
    color: #333 !important;
    background: #fff !important;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    direction: rtl;
}
.sort-select:focus { border-color: #f97316; }
.sort-bar-count {
    font-size: 13px;
    color: #888 !important;
    margin-right: auto;
}
.sort-bar-views {
    display: flex;
    gap: 4px;
    margin-right: auto;
}
.sort-view-btn {
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff !important;
    color: #888 !important;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 13px;
}
.sort-view-btn:hover,
.sort-view-btn.active {
    background: #f97316 !important;
    border-color: #f97316;
    color: #fff !important;
}

/* ══════════════════════════════════════════
   MOBILE PROMO BANNER (zn-promo-slide — responsive only, full bleed)
   ══════════════════════════════════════════ */
.shop-promo-mobile {
    display: none;
}
@media (max-width: 767px) {
    .shop-promo-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }
    .shop-promo-mobile .zn-promo-wrap { padding: 0; }
    .shop-promo-mobile .zn-promo-carousel {
        position: relative;
        --zn-promo-h: 440px;
    }
    .shop-promo-mobile .zn-promo-viewport {
        overflow: hidden;
        border-radius: 0;
        position: relative;
        direction: ltr;
        height: var(--zn-promo-h);
    }
    .shop-promo-mobile .zn-promo-track {
        display: flex;
        align-items: stretch;
        height: 100%;
        transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
    }
    .shop-promo-mobile .zn-promo-slide {
        flex: 0 0 100%;
        min-width: 100%;
        height: var(--zn-promo-h);
    }
    .shop-promo-mobile .zn-promo {
        background: #0a0f1a;
        border-radius: 0;
        display: flex;
        align-items: stretch;
        overflow: hidden;
        position: relative;
        height: 100%;
        border: none;
        isolation: isolate;
    }
    .shop-promo-mobile .zn-promo-img-wrap {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
    }
    .shop-promo-mobile .zn-promo-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        display: block;
        transform: scale(1);
        transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-img-wrap img {
        transform: scale(1.08);
    }
    .shop-promo-mobile .zn-promo-img-wrap img.zn-promo-img--gif,
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-img-wrap img.zn-promo-img--gif {
        transform: none !important;
        transition: none !important;
    }
    .shop-promo-mobile .zn-promo::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
            to top,
            rgba(10, 15, 26, 0.98) 0%,
            rgba(10, 15, 26, 0.92) 30%,
            rgba(0, 0, 0, 0.65) 55%,
            rgba(0, 0, 0, 0.2) 75%,
            transparent 100%
        );
    }
    .shop-promo-mobile .zn-promo::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: radial-gradient(circle at 75% 50%, rgba(249,115,22,.12) 0%, transparent 55%);
    }
    .shop-promo-mobile .zn-promo-text {
        flex: 1;
        max-width: 100%;
        min-width: 0;
        margin-left: auto;
        padding: 16px 16px 14px;
        height: 100%;
        max-height: 100%;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        direction: rtl;
        overflow: hidden;
    }
    .shop-promo-mobile .zn-promo-text-body {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        overflow: hidden;
    }
    .shop-promo-mobile .zn-promo-text-body > * {
        max-width: 100%;
        min-width: 0;
    }
    .shop-promo-mobile .zn-promo-slide .zn-promo-text-body > *,
    .shop-promo-mobile .zn-promo-slide .zn-promo-actions {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-text-body > *,
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-actions {
        opacity: 1;
        transform: translateY(0);
    }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-text-body > *:nth-child(1) { transition-delay: 0.08s; }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-text-body > *:nth-child(2) { transition-delay: 0.14s; }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-text-body > *:nth-child(3) { transition-delay: 0.20s; }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-text-body > *:nth-child(4) { transition-delay: 0.26s; }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-text-body > *:nth-child(5) { transition-delay: 0.32s; }
    .shop-promo-mobile .zn-promo-slide.is-active .zn-promo-actions { transition-delay: 0.38s; }
    .shop-promo-mobile .zn-promo-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(10, 15, 26, 0.72);
        backdrop-filter: blur(8px);
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .85rem;
        transition: background .2s, border-color .2s, transform .2s;
    }
    .shop-promo-mobile .zn-promo-nav:hover {
        background: var(--zn-orange, #f97316);
        border-color: var(--zn-orange, #f97316);
        transform: translateY(-50%) scale(1.08);
    }
    .shop-promo-mobile .zn-promo-nav.prev { right: 8px; }
    .shop-promo-mobile .zn-promo-nav.next { left: 8px; }
    .shop-promo-mobile .zn-promo-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
        padding-bottom: 4px;
    }
    .shop-promo-mobile .zn-promo-dot {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        border: none;
        padding: 0;
        background: rgba(0,0,0,.15);
        cursor: pointer;
        transition: width .3s, background .3s;
    }
    .shop-promo-mobile .zn-promo-dot.active {
        width: 28px;
        background: var(--zn-orange, #f97316);
    }
    .shop-promo-mobile .zn-promo-progress {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: rgba(255,255,255,.12);
        z-index: 4;
        border-radius: 0;
        overflow: hidden;
    }
    .shop-promo-mobile .zn-promo-progress span {
        display: block;
        height: 100%;
        width: 0;
        background: linear-gradient(90deg, var(--zn-orange, #f97316), #fbbf24);
        border-radius: 0 2px 2px 0;
    }
    .shop-promo-mobile .zn-promo-badge2 {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: var(--zn-orange, #f97316);
        color: #fff;
        font-size: .72rem;
        font-weight: 800;
        padding: 5px 14px;
        border-radius: 999px;
        width: fit-content;
        max-width: 100%;
        letter-spacing: .3px;
        flex-shrink: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .shop-promo-mobile .zn-promo-text h2 {
        font-size: clamp(1.1rem, 4vw, 1.45rem);
        font-weight: 900;
        color: #fff;
        margin: 0;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
    .shop-promo-mobile .zn-promo-text h2 .accent { color: var(--zn-orange, #f97316); }
    .shop-promo-mobile .zn-promo-text .sub {
        font-size: .88rem;
        color: rgba(255,255,255,.55);
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .shop-promo-mobile .zn-promo-feats {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin: 0;
        max-height: 52px;
        overflow: hidden;
        flex-shrink: 1;
    }
    .shop-promo-mobile .zn-promo-feat {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.1);
        color: rgba(255,255,255,.82);
        padding: 4px 9px;
        border-radius: 999px;
        font-size: .7rem;
        font-weight: 600;
        backdrop-filter: blur(6px);
        max-width: calc(50% - 3px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .shop-promo-mobile .zn-promo-feat i { color: var(--zn-orange, #f97316); font-size: .78rem; flex-shrink: 0; }
    .shop-promo-mobile .zn-promo-text .desc {
        font-size: .82rem;
        color: rgba(255,255,255,.4);
        margin: 0;
        line-height: 1.65;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        flex-shrink: 1;
        min-height: 0;
    }
    .shop-promo-mobile .zn-promo-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .shop-promo-mobile .zn-btn-fill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: var(--zn-orange, #f97316);
        color: #fff;
        border: none;
        border-radius: 50px;
        padding: 12px 22px;
        font-size: .88rem;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        transition: background .2s, transform .2s, box-shadow .2s;
        font-family: inherit;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .shop-promo-mobile .zn-btn-fill:hover {
        background: var(--zn-orange2, #ea6c0a);
        color: #fff;
    }
    .shop-promo-mobile .zn-btn-fill i { font-size: .85rem; }
    .shop-promo-mobile .zn-promo-price {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.1);
        padding: 10px 18px;
        border-radius: 14px;
        min-width: 0;
        max-width: 100%;
        flex-shrink: 1;
        width: 100%;
    }
    .shop-promo-mobile .zn-promo-price i { color: var(--zn-orange, #f97316); flex-shrink: 0; }
    .shop-promo-mobile .zn-promo-price > div { min-width: 0; overflow: hidden; }
    .shop-promo-mobile .zn-promo-price .pval {
        font-size: 1.1rem;
        font-weight: 900;
        color: var(--zn-orange, #f97316);
        direction: ltr;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .shop-promo-mobile .zn-promo-price small {
        font-size: .72rem;
        color: rgba(255,255,255,.4);
        display: block;
        margin-top: 1px;
    }
}
@keyframes shop-promo-progress {
    from { width: 0%; }
    to   { width: 100%; }
}

/* ══════════════════════════════════════════
   HERO BANNER SLIDER
   ══════════════════════════════════════════ */
.znx-hero-banner {
    display: none; /* موبایل: اسلایدر نمایش داده نمی‌شود */
}
@media (min-width: 768px) {
    .znx-hero-banner {
        display: block;
        position: relative;
        overflow: hidden;
        background: #0f1117;
        height: 340px;
        direction: rtl;
    }
}
@media (min-width: 992px) { .znx-hero-banner { height: 400px; } }

.znx-hero-swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.znx-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.7s ease;
    pointer-events: none;
    background: radial-gradient(ellipse at 70% 50%, rgba(249,115,22,0.12) 0%, transparent 65%),
                #0f1117;
    overflow: hidden;
}
.znx-hero-slide.active { opacity: 1; pointer-events: auto; }

/* ── Full-slide background image ── */
.znx-hero-slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    display: block;
}
.znx-hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to left,
        rgba(0,0,0,0.78) 0%,
        rgba(0,0,0,0.52) 38%,
        rgba(0,0,0,0.22) 62%,
        rgba(0,0,0,0.08) 100%
    );
    pointer-events: none;
}
.znx-hero-slide--image .znx-hero-content {
    position: relative;
    z-index: 2;
    direction: ltr;
}

.znx-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    direction: rtl;
}
.znx-hero-text {
    z-index: 2;
    direction: rtl;
    text-align: right;
    max-width: min(680px, 58%);
    padding-left: 24px;
}
.znx-hero-eyebrow {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.62);
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
}
.znx-hero-title {
    font-size: 42px;
    font-weight: 900;
    color: #f97316;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: 0;
    text-shadow: 0 0 40px rgba(249,115,22,0.4);
    word-break: break-word;
}
@media (min-width: 768px) { .znx-hero-title { font-size: 56px; } }
@media (min-width: 992px) { .znx-hero-title { font-size: 62px; } }
.znx-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.78);
    line-height: 1.95;
    margin: 0 0 20px;
    max-width: 100%;
}
.znx-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f97316;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 24px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(249,115,22,0.45);
    direction: rtl;
}
.znx-hero-btn:hover { background: #e06010 !important; transform: translateY(-1px); }

/* Floating product icons */
.znx-hero-products {
    position: relative;
    width: 260px;
    height: 220px;
    flex-shrink: 0;
    display: none;
}
@media (min-width: 640px) { .znx-hero-products { display: block; } }
.znx-prod-float {
    position: absolute;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f97316;
    animation: znxFloat 4s ease-in-out infinite;
}
.znx-prod-1 { width: 90px; height: 90px; font-size: 38px; top: 10px; right: 50%; animation-delay: 0s; }
.znx-prod-2 { width: 70px; height: 70px; font-size: 28px; top: 40px; left: 10px; animation-delay: 0.6s; }
.znx-prod-3 { width: 56px; height: 56px; font-size: 22px; bottom: 20px; right: 40%; animation-delay: 1.2s; }
.znx-prod-4 { width: 46px; height: 46px; font-size: 18px; bottom: 40px; left: 40px; animation-delay: 1.8s; }
@keyframes znxFloat {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Nav dots */
.znx-hero-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; gap: 7px;
    z-index: 10;
}
.znx-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none; cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
.znx-dot.active { background: #f97316; width: 22px; border-radius: 4px; }

/* Arrows */
.znx-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px; height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff !important;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    transition: all 0.2s;
    z-index: 10;
}
.znx-hero-arrow:hover { background: #f97316 !important; border-color: #f97316 !important; }
.znx-arrow-prev { right: 16px; }
.znx-arrow-next { left: 16px; }

/* ── Category Chips Row (reference style) ── */
.cat-chips-row {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 14px;
}
.cat-chips-arrow {
    width: 30px; height: 30px;
    flex: 0 0 30px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: #fff !important;
    color: #888 !important;
    cursor: pointer;
    font-size: 11px;
    transition: all 0.2s;
    padding: 0;
}
.cat-chips-arrow:hover { background: #f97316 !important; border-color: #f97316; color: #fff !important; }

.cat-chips-track {
    display: flex;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0;
    align-items: center;
    touch-action: pan-x;
}
.cat-chips-track::-webkit-scrollbar { display: none; }

.cat-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border: none;
    background: transparent !important;
    cursor: pointer;
    transition: all 0.18s;
    flex: 0 0 auto;
    text-align: center;
    padding: 0;
    min-width: 0;
}
.cat-chip-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: #f5f5f5 !important;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    color: #666 !important;
    transition: all 0.2s;
    border: 2px solid transparent;
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    flex-shrink: 0;
}
.cat-chip:hover .cat-chip-icon {
    background: #fff5ee !important;
    border-color: #f97316;
    color: #f97316 !important;
    box-shadow: 0 4px 12px rgba(249,115,22,0.2);
}
.cat-chip.active .cat-chip-icon {
    background: #fff5ee !important;
    border-color: #f97316;
    color: #f97316 !important;
    box-shadow: 0 4px 12px rgba(249,115,22,0.25);
}
.cat-chip-label {
    font-size: 11px;
    color: #666 !important;
    font-weight: 500;
    white-space: nowrap;
    max-width: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s;
}
.cat-chip:hover .cat-chip-label,
.cat-chip.active .cat-chip-label { color: #f97316 !important; font-weight: 700; }

@media (max-width: 767px) {
    .cat-chips-row {
        padding: 8px 6px;
        gap: 4px;
        margin-bottom: 10px;
    }
    .cat-chips-arrow {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
        font-size: 10px;
    }
    .cat-chips-track { gap: 6px; }
    .cat-chip-icon {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }
    .cat-chip-label {
        font-size: 10px;
        max-width: 52px;
    }
}
@media (max-width: 575px) {
    .cat-chips-arrow { display: none; }
    .cat-chips-row { padding: 8px 4px; }
    .cat-chips-track {
        padding: 2px 4px;
        scroll-snap-type: x mandatory;
    }
    .cat-chip { scroll-snap-align: start; }
    .cat-chip-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    .cat-chip-label { max-width: 48px; }
}

/* ══════════════════════════════════════════
   PRODUCT CARD — ZINOX REFERENCE STYLE
   ══════════════════════════════════════════ */
.zn-product-card {
    position: relative;
    background: #fff !important;
    border-radius: 14px !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow 0.25s, transform 0.25s;
    color: #1a1a1a !important;
}
.zn-product-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.13) !important;
    transform: translateY(-3px);
}
.zn-product-card.out-of-stock .zn-card-img { opacity: 0.6; filter: grayscale(20%); }

/* ── Image area ── */
.zn-card-media {
    position: relative;
    flex-shrink: 0;
}
.zn-card-img-area {
    display: block;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    height: 220px;
    background: #eef1f5 !important;
    flex-shrink: 0;
    padding: 0;
}
.zn-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    padding: 0;
    margin: 0;
    transition: transform 0.4s ease;
    display: block;
    transform: scale(1.02);
    transform-origin: center center;
}
.zn-product-card:hover .zn-card-img {
    transform: scale(1.08);
}

/* ── Badges on image corners ── */
.zn-img-badges {
    position: absolute;
    top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 4;
    pointer-events: none;
    max-width: calc(50% - 12px);
}
.zn-img-badges--left {
    left: 10px;
    right: auto;
    justify-content: flex-start;
}
.zn-img-badges--right {
    right: 10px;
    left: auto;
    justify-content: flex-end;
}
/* base badge */
.znb {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 8px;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.znb-avail {
    background: rgba(34, 197, 94, 0.92) !important;
    color: #fff !important;
    border: none;
}
.znb-unavail {
    background: rgba(239, 68, 68, 0.92) !important;
    color: #fff !important;
    border: none;
}
.znb-disc {
    background: #f91616 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4);
    direction: ltr;
    unicode-bidi: isolate;
    direction: rtl;
}
.znb-new {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #fff !important;
}
.znb-ladder {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    background: rgb(69 69 69 / 54%) !important;
    color: #fff !important;
    padding: 8px 3px !important;
    font-size: 11px;
    line-height: 1;
}
.znb-ladder i {
    font-size: 9px;
    line-height: 1;
}
.znb-ladder-time {
    font-size: 9px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    direction: rtl;
    unicode-bidi: plaintext;
    letter-spacing: 0;
    line-height: 1;
}

/* ── Hover action buttons ── */
.zn-card-hover-actions {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    display: flex;
    gap: 6px;
    opacity: 0;
    transition: all 0.22s;
    z-index: 5;
    white-space: nowrap;
}
.zn-product-card:hover .zn-card-hover-actions {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.zn-hov-btn {
    width: 30px; height: 30px;
    background: rgba(255,255,255,0.95) !important;
    border: none;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #555 !important;
    font-size: 11px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all 0.18s;
    text-decoration: none;
}
.zn-hov-btn:hover { background: #f97316 !important; color: #fff !important; transform: scale(1.12); }

/* ── Card body ── */
.zn-card-body {
    padding: 12px 14px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 7px;
    background: #fff !important;
    color: #1a1a1a !important;
    flex: 1;
    border-top: 1px solid #f3f3f3;
}

/* Title */
.zn-card-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
    color: #1a1a1a !important;
}
.zn-card-title a { color: #1a1a1a !important; text-decoration: none !important; }
.zn-card-title a:hover { color: #f97316 !important; }

/* Rating */
.zn-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #888 !important;
}
.zn-card-rating i { color: #fbbf24 !important; font-size: 12px; }
.zn-rating-score { font-weight: 700; color: #555 !important; font-size: 13px; }
.zn-rating-count { color: #ccc !important; font-size: 12px; }

/* ── Price + Cart footer ── */
.zn-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto;
    padding: 10px 0 0 !important;
    border-top: 1px solid #f5f5f5;
    gap: 8px;
    direction: rtl;
    flex-wrap: nowrap !important;
    overflow: visible !important;
}
.zn-prices {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    overflow: hidden;
    flex: 1 1 auto;
    align-items: flex-start;
}
/* "تومان" label + big number on same row */
.zn-price-main {
    display: flex;
    align-items: baseline;
    gap: 4px;
    direction: rtl;
    flex-wrap: nowrap;
}
.zn-price-label {
    font-size: 11px !important;
    color: #f97316 !important;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
}
.zn-price-num {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #f97316 !important;
    line-height: 1.1;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zn-price-org {
    font-size: 11px !important;
    color: #bbb !important;
    text-decoration: line-through;
    font-weight: 400;
    white-space: nowrap;
    padding-right: 2px;
}

/* Cart button — rounded square like reference */
.zn-cart-btn,
.zn-card-footer .zn-cart-btn,
.zn-card-footer .add-to-cart,
.zn-card-footer .notify-me {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    border-radius: 10px !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0 !important;
    background: #f97316 !important;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(249,115,22,0.3) !important;
    padding: 0 !important;
}
.zn-cart-btn:hover,
.zn-card-footer .zn-cart-btn:hover,
.zn-card-footer .add-to-cart:hover {
    background: #e06010 !important;
    transform: scale(1.07) !important;
    box-shadow: 0 5px 14px rgba(249,115,22,0.5) !important;
    color: #fff !important;
}
.zn-cart-btn-notify,
.zn-card-footer .notify-me {
    background: #f3f4f6 !important;
    color: #999 !important;
    box-shadow: none !important;
    border: 1px solid #e5e5e5 !important;
}
.zn-cart-btn-notify:hover,
.zn-card-footer .notify-me:hover {
    background: #e5e7eb !important;
    color: #555 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* ── List view mode ── */
#products-grid.list-view .col-xl-4,
#products-grid.list-view .col-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
#products-grid.list-view .zn-product-card {
    flex-direction: row !important;
    min-height: 120px;
}
#products-grid.list-view .zn-card-media {
    width: 140px !important;
    min-width: 140px;
    flex-shrink: 0;
}
#products-grid.list-view .zn-card-img-area {
    width: 100% !important;
    min-width: 0;
    height: 152px !important;
}
#products-grid.list-view .zn-card-title {
    -webkit-line-clamp: 1 !important;
}

/* ── No products message ── */
.no-products-msg {
    text-align: center;
    padding: 50px 20px;
    color: #aaa !important;
}
.no-products-msg i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    color: #ddd !important;
}

/* ══════════════════════════════════════════
   COMPARE COUNTER
   ══════════════════════════════════════════ */
.compare-counter-container {
    background: #fff !important;
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px solid #eee !important;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    color: #1a1a1a !important;
}
.compare-counter-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f97316, #fb923c);
}
.compare-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.compare-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #1a1a1a !important;
    font-size: 13px;
}
.compare-info i { color: #f97316 !important; }
#compare-count { color: #f97316 !important; font-weight: 900; }
.compare-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-compare-page {
    background: #f97316 !important;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 20px;
    text-decoration: none !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.btn-compare-page:hover { background: #e06010 !important; }
.btn-clear-compare {
    background: #fce7f3 !important;
    color: #be185d !important;
    padding: 7px 14px;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-clear-compare:hover { background: #fbcfe8 !important; }

/* ══════════════════════════════════════════
   BRAND INFO SECTION — compact
   ══════════════════════════════════════════ */
body.shop-page .brand-info-section {
    position: relative;
    padding: 12px 0 10px;
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.05) 0%, #fff 100%);
    border-bottom: 1px solid rgba(249, 115, 22, 0.1);
    overflow: hidden;
}

body.shop-page .brand-info-section > .container {
    max-width: 1320px;
}

body.shop-page .brand-showcase-card {
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 4px 14px rgba(11, 15, 20, 0.05);
    border: 1px solid rgba(249, 115, 22, 0.1);
    position: relative;
    overflow: hidden;
}

body.shop-page .brand-showcase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f97316, #fdba74, #ea6c0a);
}

body.shop-page .brand-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    border: none;
}

body.shop-page .brand-logo-container {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #fff5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: 1px solid rgba(249, 115, 22, 0.14);
    overflow: hidden;
}

body.shop-page .brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

body.shop-page .brand-logo-placeholder {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f97316, #ea6c0a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

body.shop-page .brand-title-section {
    flex: 1;
    min-width: 0;
}

body.shop-page .brand-name {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.3;
}

body.shop-page .brand-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

body.shop-page .brand-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #9a3412;
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.14);
    border-radius: 999px;
    padding: 4px 10px;
    line-height: 1.2;
}

body.shop-page .brand-meta-chip i {
    color: #f97316;
    font-size: 0.72rem;
}

body.shop-page .brand-website-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.07);
    border: 1px solid rgba(59, 130, 246, 0.16);
    color: #1d4ed8 !important;
    text-decoration: none !important;
    font-size: 0.78rem;
    font-weight: 600;
    transition: background 0.2s;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.shop-page .brand-website-link:hover {
    background: rgba(59, 130, 246, 0.12);
}

body.shop-page .brand-description {
    margin: 10px 0 0;
    padding: 8px 10px 8px 12px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
    border-right: 3px solid #f97316;
}

body.shop-page .brand-description p {
    margin: 0;
    line-height: 1.65;
    color: #666;
    font-size: 0.82rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    body.shop-page .brand-info-section {
        padding: 10px 0 8px;
    }
    body.shop-page .brand-showcase-card {
        padding: 12px;
    }
    body.shop-page .brand-header {
        gap: 10px;
    }
    body.shop-page .brand-logo-container {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }
}

[data-theme="dark"] body.shop-page .brand-info-section {
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.08) 0%, #0b0f14 100%) !important;
    border-bottom-color: rgba(249, 115, 22, 0.18) !important;
}

[data-theme="dark"] body.shop-page .brand-showcase-card {
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.92)) !important;
    border-color: rgba(249, 115, 22, 0.22) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25) !important;
}

[data-theme="dark"] body.shop-page .brand-name { color: #f1f5f9 !important; }
[data-theme="dark"] body.shop-page .brand-meta-chip { color: #fdba74 !important; }
[data-theme="dark"] body.shop-page .brand-description {
    background: rgba(15, 23, 42, 0.75) !important;
    border-color: rgba(249, 115, 22, 0.18) !important;
}
[data-theme="dark"] body.shop-page .brand-description p { color: #94a3b8 !important; }

/* ══════════════════════════════════════════
   QUICK VIEW MODAL
   ══════════════════════════════════════════ */
.quick-view-product { display: flex; gap: 20px; padding: 14px; }
.quick-view-image { flex: 0 0 260px; position: relative; }
.quick-view-image img {
    width: 100%; height: 260px;
    object-fit: contain;
    border-radius: 10px;
    background: #f7f7f7;
}
.quick-view-thumbnails { display: flex; gap: 8px; margin-top: 10px; justify-content: center; }
.quick-view-thumbnail {
    width: 52px; height: 52px;
    object-fit: contain;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    background: #f7f7f7;
}
.quick-view-thumbnail:hover, .quick-view-thumbnail.active { border-color: #f97316; }
.thumbnail-more {
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 52px;
    background: #f0f0f0; border-radius: 6px;
    font-size: 12px; color: #666;
}
.quick-view-details { flex: 1; min-width: 0; }
.quick-view-details h3 { font-size: 1.2rem; margin-bottom: 10px; color: #1a1a1a; }
.quick-view-rating .rating-stars { color: #fbbf24; }
.quick-view-stock .stock-available {
    color: #15803d; font-weight: 600;
    padding: 7px 12px; background: rgba(34,197,94,0.08);
    border-radius: 6px; border: 1px solid rgba(34,197,94,0.2);
    font-size: 13px;
}
.quick-view-stock .stock-unavailable {
    color: #dc2626; font-weight: 600;
    padding: 7px 12px; background: rgba(239,68,68,0.08);
    border-radius: 6px; border: 1px solid rgba(239,68,68,0.2);
    font-size: 13px;
}
.quick-view-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.quick-view-actions .btn { min-width: 130px; }
@media (max-width: 768px) {
    .quick-view-product { flex-direction: column; }
    .quick-view-image { flex: none; }
}

/* ══════════════════════════════════════════
   SMART SUGGESTION
   ══════════════════════════════════════════ */
.smart-suggestion-card {
    background: linear-gradient(135deg, #fff5ee, #fff) !important;
    border: 1px solid #f97316;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px; flex-wrap: wrap;
    color: #1a1a1a !important;
}
.suggestion-content { display: flex; align-items: center; gap: 12px; flex: 1; }
.suggestion-emoji { font-size: 1.8rem; }
.suggestion-text h4 { font-size: 14px; font-weight: 800; color: #1a1a1a !important; margin: 0 0 2px; }
.suggestion-text p { font-size: 12px; color: #666 !important; margin: 0; }
.suggestion-btn {
    background: #f97316 !important; color: #fff !important;
    padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: 700;
    text-decoration: none !important;
    display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0;
    transition: all 0.2s;
}
.suggestion-btn:hover { background: #e06010 !important; color: #fff !important; }
.suggestion-close { background: none; border: none; color: #bbb; cursor: pointer; font-size: 16px; flex-shrink: 0; }

/* ══════════════════════════════════════════
   FLOATING FILTERS (desktop sticky)
   ══════════════════════════════════════════ */
.floating-filters {
    position: fixed;
    right: 20px;
    bottom: 80px;
    background: #fff !important;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border: 1px solid #e0e0e0;
    z-index: 100;
    width: 210px;
    transform: translateX(300px);
    transition: transform 0.3s ease;
    color: #1a1a1a !important;
}
.floating-filters.show { transform: translateX(0); }
.floating-filters-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 8px; font-weight: 700; font-size: 13px; color: #1a1a1a !important;
}
.floating-close { background: none; border: none; color: #aaa; cursor: pointer; font-size: 14px; }
.floating-filters-content { display: flex; flex-direction: column; gap: 5px; }
.floating-filter-btn {
    display: flex; align-items: center; gap: 6px;
    padding: 7px 10px; border: 1px solid #e5e5e5;
    border-radius: 8px; background: #fafafa !important; color: #555 !important;
    font-size: 12px; font-weight: 600; cursor: pointer;
    transition: all 0.15s;
}
.floating-filter-btn:hover, .floating-filter-btn.active {
    background: #fff5ee !important; border-color: #f97316; color: #f97316 !important;
}
.floating-filter-btn i { width: 14px; text-align: center; }

/* Floating compare chip */
.compare-floating-chip {
    position: fixed; bottom: 80px; left: 20px;
    background: #f97316 !important; color: #fff !important;
    border-radius: 50px; padding: 9px 14px;
    display: none; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 700; cursor: pointer;
    z-index: 200;
    box-shadow: 0 4px 16px rgba(249,115,22,0.45);
    transition: transform 0.2s;
}
.compare-floating-chip.show { display: flex; }
.compare-floating-chip:hover { transform: scale(1.04); }
.chip-count {
    background: rgba(0,0,0,0.2);
    border-radius: 50%; width: 20px; height: 20px;
    display: flex; align-items: center; justify-content: center; font-size: 11px;
}

/* ══════════════════════════════════════════
   TOAST / NOTIFICATION
   ══════════════════════════════════════════ */
.toast-notification {
    position: fixed; top: 20px; left: 50%;
    transform: translateX(-50%) translateY(-80px);
    background: #fff !important; color: #1a1a1a !important;
    padding: 12px 18px; border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    z-index: 10000; transition: transform .3s; min-width: 220px;
    border-right: 4px solid #f97316;
}
.toast-notification.show { transform: translateX(-50%) translateY(0); }
.toast-notification.success { border-color: #22c55e; }
.toast-notification.error { border-color: #ef4444; }
.toast-notification.info { border-color: #3b82f6; }
.toast-content { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #1a1a1a !important; }

.notification-container { position: fixed; top: 20px; left: 20px; z-index: 9999; display: flex; flex-direction: column; gap: 8px; }
.notification {
    background: #fff !important; color: #1a1a1a !important;
    padding: 11px 14px; border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    min-width: 240px; border-right: 4px solid #f97316;
    transform: translateX(-300px); transition: transform .3s;
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.notification.show { transform: translateX(0); }
.notification.success { border-color: #22c55e; }
.notification.error { border-color: #ef4444; }
.notification-content { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: #1a1a1a !important; }
.notification.success .notification-content i { color: #22c55e !important; }
.notification.error .notification-content i { color: #ef4444 !important; }
.notification.info .notification-content i { color: #3b82f6 !important; }
.notification-close { background: none; border: none; color: #bbb; cursor: pointer; }

/* ══════════════════════════════════════════
   MOBILE SIDEBAR
   ══════════════════════════════════════════ */
@media (max-width: 991px) {
    .products-layout { flex-direction: column; }
    .products-sidebar {
        display: none;
        position: fixed !important;
        top: 0; right: 0;
        width: 280px;
        height: 100vh;
        overflow-y: auto;
        z-index: 1050;
        border-radius: 0 !important;
        box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    }
    .products-sidebar.mobile-open { display: block !important; }
    .sidebar-backdrop {
        display: none;
        position: fixed; inset: 0;
        background: rgba(0,0,0,0.45); z-index: 1049;
    }
    .sidebar-backdrop.show { display: block; }
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 991px) {
    html,
    body.shop-page {
        overflow-x: clip;
        max-width: 100%;
    }

    body.shop-page .shop-promo-mobile,
    body.shop-page .products-page-section,
    body.shop-page .brand-info-section,
    body.shop-page .products-layout,
    body.shop-page .products-main,
    body.shop-page .container-xl {
        max-width: 100%;
        box-sizing: border-box;
    }

    body.shop-page .products-page-section,
    body.shop-page .products-main {
        overflow-x: clip;
    }

    body.shop-page #products-grid.row {
        --bs-gutter-x: 0.75rem;
    }
}

@media (max-width: 767px) {
    body.shop-page {
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .products-page-section {
        padding: 12px 0 48px;
        overflow-x: clip;
    }
    .products-page-section > .container-xl {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
    .products-page-title { font-size: 18px !important; }
    .zn-card-img-area { height: 168px; }
    .zn-card-img { transform: scale(1.01); }
    .zn-card-title { font-size: 12px !important; min-height: 36px; }
    .zn-price-num { font-size: 13px !important; }
    .zn-price-label { font-size: 10px !important; }
    .zn-cart-btn { width: 32px; height: 32px; font-size: 12px; border-radius: 8px; }
    .category-icons-row { display: none; }
    .sort-bar-count { display: none !important; }
    .products-sort-bar { padding: 8px 10px; gap: 6px; }
}
@media (max-width: 480px) {
    .zn-card-img-area { height: 148px; }
    .zn-card-img { transform: scale(1.01); }
    .zn-card-body { padding: 9px 10px 11px !important; gap: 5px; }
    .zn-price-num { font-size: 12px !important; }
    .zn-card-title { min-height: 30px; }
}

/* ══════════════════════════════════════════
   ADMIN BUTTON
   ══════════════════════════════════════════ */
.admin-actions {
    position: fixed; bottom: 90px; left: 20px; z-index: 1000;
}
.btn-admin {
    background: linear-gradient(135deg,#f97316,#fb923c) !important;
    color: #fff !important; border: none;
    border-radius: 50%; width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    font-size: 17px;
    box-shadow: 0 4px 15px rgba(249,115,22,0.4);
}

/* ══════════════════════════════════════════
   QUICK FILTER BUTTONS (backward compat)
   ══════════════════════════════════════════ */
.quick-filters { overflow-x: auto; scrollbar-width: none; }
.quick-filters::-webkit-scrollbar { display: none; }
.quick-filters-container { display: flex; gap: 7px; padding: 2px 0; flex-wrap: nowrap; }
.quick-filter-btn {
    display: flex; align-items: center; gap: 5px;
    padding: 6px 12px; border: 1px solid #e0e0e0;
    border-radius: 20px; background: #fafafa !important;
    color: #555 !important; font-size: 12px; font-weight: 600;
    cursor: pointer; white-space: nowrap; transition: all .15s; flex-shrink: 0;
}
.quick-filter-btn:hover, .quick-filter-btn.active {
    background: #fff5ee !important; border-color: #f97316; color: #f97316 !important;
}

/* ══════════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════════ */
@keyframes slideInDown {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
}
#compare-section { animation: slideInDown .4s ease-out; }

/* ══════════════════════════════════════════
   LEGACY COMPAT (add-to-cart used by JS)
   ══════════════════════════════════════════ */
.btn-add-to-cart, .add-to-cart {
    background: #f97316 !important;
    color: #fff !important;
    border: none; border-radius: 8px;
    padding: 9px; font-weight: 700; font-size: 13px;
    cursor: pointer; transition: all .2s;
    width: 100%; display: flex; align-items: center; justify-content: center;
    gap: 6px; text-decoration: none;
}
.btn-add-to-cart:hover, .add-to-cart:hover {
    background: #e06010 !important; color: #fff !important;
    text-decoration: none; transform: translateY(-1px);
}
.btn-notify-me {
    background: #f3f4f6 !important; color: #666 !important;
    border: 1px solid #e0e0e0; border-radius: 8px;
    padding: 9px; font-weight: 600; font-size: 13px;
    cursor: pointer; width: 100%;
    display: flex; align-items: center; justify-content: center; gap: 6px;
}
.btn-notify-me:hover { background: #e5e7eb !important; color: #495057 !important; }

/* Specs rotator (inside product card on list page) */
.product-specs-rotator { position: relative; height: 34px; overflow: hidden; }
.spec-item { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transition: opacity .4s; }
.spec-item.active { opacity: 1; }
.spec-header { display: flex; align-items: center; gap: 5px; }
.spec-icon { font-size: 10px; color: #f97316 !important; }
.spec-name { font-size: 11px; font-weight: 600; color: #555 !important; }
.spec-value { font-size: 11px; color: #888 !important; padding-right: 15px; }
.spec-progress { height: 2px; background: #f97316; border-radius: 1px; margin-top: 2px; width: 0; animation: specBar var(--spec-interval,3.6s) linear infinite; }
@keyframes specBar { 0%{width:0} 100%{width:100%} }
.product-colors { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #888 !important; }
.color-options { display: flex; gap: 4px; }
.color-option { width: 13px; height: 13px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.1); }

/* ═══════════════════════════════════════════════
   DARK THEME — products page
   ═══════════════════════════════════════════════ */
[data-theme="dark"] body.shop-page .products-page-section {
    background: var(--prod-bg) !important;
}

[data-theme="dark"] body.shop-page .zinox-breadcrumb a { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .zinox-breadcrumb a:hover { color: var(--prod-accent) !important; }
[data-theme="dark"] body.shop-page .zinox-breadcrumb .active { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .zinox-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: var(--prod-text-muted); }

[data-theme="dark"] body.shop-page .products-page-title { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .products-total-count { color: var(--prod-text-muted) !important; }

[data-theme="dark"] body.shop-page .products-sidebar {
    background: var(--prod-surface) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .sidebar-top {
    background: var(--prod-surface-alt) !important;
    border-bottom-color: var(--prod-border-soft) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .sidebar-panel { border-bottom-color: var(--prod-border-soft) !important; }
[data-theme="dark"] body.shop-page .sidebar-panel-title {
    background: var(--prod-surface) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .sidebar-panel-title:hover { background: var(--prod-surface-alt) !important; }
[data-theme="dark"] body.shop-page .sidebar-panel-title .toggle-icon { color: var(--prod-text-muted); }
[data-theme="dark"] body.shop-page .sidebar-panel-body { background: var(--prod-surface) !important; }

[data-theme="dark"] body.shop-page .sidebar-cat-link,
[data-theme="dark"] body.shop-page .sidebar-brand-link,
[data-theme="dark"] body.shop-page .sidebar-radio-label {
    color: var(--prod-text-secondary) !important;
}
[data-theme="dark"] body.shop-page .sidebar-cat-link:hover,
[data-theme="dark"] body.shop-page .sidebar-cat-link.active,
[data-theme="dark"] body.shop-page .sidebar-brand-link:hover,
[data-theme="dark"] body.shop-page .sidebar-brand-link.active {
    background: var(--prod-accent-soft) !important;
    color: var(--prod-accent) !important;
}
[data-theme="dark"] body.shop-page .sidebar-brand-slug { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .sidebar-brand-link:hover .sidebar-brand-slug,
[data-theme="dark"] body.shop-page .sidebar-brand-link.active .sidebar-brand-slug {
    color: rgba(251, 146, 60, 0.85) !important;
}
[data-theme="dark"] body.shop-page .sidebar-brand-count { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .sidebar-radio-label:hover { background: var(--prod-surface-alt) !important; }

[data-theme="dark"] body.shop-page .sb-price-track { background: rgba(217, 226, 236, 0.15); }
[data-theme="dark"] body.shop-page .sb-price-val { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .sb-range-input::-webkit-slider-thumb { border-color: var(--prod-surface); }
[data-theme="dark"] body.shop-page .sb-range-input::-moz-range-thumb { border-color: var(--prod-surface); }

[data-theme="dark"] body.shop-page .products-sort-bar {
    background: var(--prod-surface) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .sort-bar-filter-btn {
    background: var(--prod-accent-soft) !important;
    color: var(--prod-accent) !important;
    border-color: var(--prod-accent);
}
[data-theme="dark"] body.shop-page .sort-bar-sort,
[data-theme="dark"] body.shop-page .sort-bar-count { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .sort-select {
    background: var(--prod-surface-alt) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .sort-view-btn {
    background: var(--prod-surface-alt) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text-muted) !important;
}

[data-theme="dark"] body.shop-page .cat-chips-row {
    background: var(--prod-surface) !important;
    border-color: var(--prod-border) !important;
}
[data-theme="dark"] body.shop-page .cat-chips-arrow {
    background: var(--prod-surface-alt) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text-muted) !important;
}
[data-theme="dark"] body.shop-page .cat-chip-icon {
    background: var(--prod-surface-alt) !important;
    color: var(--prod-text-secondary) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
[data-theme="dark"] body.shop-page .cat-chip:hover .cat-chip-icon,
[data-theme="dark"] body.shop-page .cat-chip.active .cat-chip-icon {
    background: var(--prod-accent-soft) !important;
    border-color: var(--prod-accent);
    color: var(--prod-accent) !important;
}
[data-theme="dark"] body.shop-page .cat-chip-label { color: var(--prod-text-muted) !important; }

[data-theme="dark"] body.shop-page .zn-product-card,
[data-theme="dark"] .zn-products-wrap .zn-product-card {
    background: var(--prod-surface, #141B24) !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35) !important;
    color: var(--prod-text, #D9E2EC) !important;
}
[data-theme="dark"] body.shop-page .zn-product-card:hover,
[data-theme="dark"] .zn-products-wrap .zn-product-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.45) !important;
}
[data-theme="dark"] body.shop-page .zn-card-img-area,
[data-theme="dark"] body.shop-page .zn-card-body,
[data-theme="dark"] .zn-products-wrap .zn-card-img-area,
[data-theme="dark"] .zn-products-wrap .zn-card-body {
    background: var(--prod-surface, #141B24) !important;
    color: var(--prod-text, #D9E2EC) !important;
}
[data-theme="dark"] body.shop-page .zn-card-img-area,
[data-theme="dark"] .zn-products-wrap .zn-card-img-area {
    background: #1a2330 !important;
}
[data-theme="dark"] body.shop-page .zn-card-body,
[data-theme="dark"] .zn-products-wrap .zn-card-body { border-top-color: var(--prod-border-soft, rgba(217, 226, 236, 0.08)) !important; }
[data-theme="dark"] body.shop-page .zn-card-title,
[data-theme="dark"] body.shop-page .zn-card-title a,
[data-theme="dark"] .zn-products-wrap .zn-card-title,
[data-theme="dark"] .zn-products-wrap .zn-card-title a { color: var(--prod-text, #D9E2EC) !important; }
[data-theme="dark"] body.shop-page .zn-card-rating,
[data-theme="dark"] .zn-products-wrap .zn-card-rating { color: var(--prod-text-muted, #7B8794) !important; }
[data-theme="dark"] body.shop-page .zn-rating-score,
[data-theme="dark"] .zn-products-wrap .zn-rating-score { color: var(--prod-text-secondary, #9AA8B8) !important; }
[data-theme="dark"] body.shop-page .zn-rating-count,
[data-theme="dark"] .zn-products-wrap .zn-rating-count { color: var(--prod-text-muted, #7B8794) !important; }
[data-theme="dark"] body.shop-page .zn-card-footer,
[data-theme="dark"] .zn-products-wrap .zn-card-footer { border-top-color: var(--prod-border-soft, rgba(217, 226, 236, 0.08)) !important; }
[data-theme="dark"] body.shop-page .zn-price-org,
[data-theme="dark"] .zn-products-wrap .zn-price-org { color: var(--prod-text-muted, #7B8794) !important; }
[data-theme="dark"] body.shop-page .zn-hov-btn,
[data-theme="dark"] .zn-products-wrap .zn-hov-btn {
    background: rgba(20, 27, 36, 0.92) !important;
    color: var(--prod-text, #D9E2EC) !important;
}
[data-theme="dark"] body.shop-page .zn-cart-btn-notify,
[data-theme="dark"] body.shop-page .zn-card-footer .notify-me,
[data-theme="dark"] .zn-products-wrap .zn-cart-btn-notify {
    background: var(--prod-surface-alt, #1A2330) !important;
    color: var(--prod-text-muted, #7B8794) !important;
    border-color: var(--prod-border, rgba(217, 226, 236, 0.12)) !important;
}
[data-theme="dark"] body.shop-page .zn-cart-btn-notify:hover,
[data-theme="dark"] body.shop-page .zn-card-footer .notify-me:hover,
[data-theme="dark"] .zn-products-wrap .zn-cart-btn-notify:hover {
    background: rgba(217, 226, 236, 0.08) !important;
    color: var(--prod-text, #D9E2EC) !important;
}

[data-theme="dark"] body.shop-page .no-products-msg { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .no-products-msg i { color: var(--prod-border) !important; }

[data-theme="dark"] body.shop-page .compare-counter-container {
    background: var(--prod-surface) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .compare-info { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .btn-clear-compare {
    background: rgba(190, 24, 93, 0.15) !important;
    color: #f472b6 !important;
}

[data-theme="dark"] body.shop-page .quick-view-image img,
[data-theme="dark"] body.shop-page .quick-view-thumbnail,
[data-theme="dark"] body.shop-page .thumbnail-more {
    background: var(--prod-surface-alt) !important;
}
[data-theme="dark"] body.shop-page .quick-view-details h3 { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .thumbnail-more { color: var(--prod-text-muted) !important; }

[data-theme="dark"] body.shop-page .smart-suggestion-card {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), var(--prod-surface)) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .suggestion-text h4 { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .suggestion-text p { color: var(--prod-text-muted) !important; }
[data-theme="dark"] body.shop-page .suggestion-close { color: var(--prod-text-muted); }

[data-theme="dark"] body.shop-page .floating-filters {
    background: var(--prod-surface) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
[data-theme="dark"] body.shop-page .floating-filters-header { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .floating-close { color: var(--prod-text-muted); }
[data-theme="dark"] body.shop-page .floating-filter-btn {
    background: var(--prod-surface-alt) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text-secondary) !important;
}
[data-theme="dark"] body.shop-page .floating-filter-btn:hover,
[data-theme="dark"] body.shop-page .floating-filter-btn.active {
    background: var(--prod-accent-soft) !important;
    border-color: var(--prod-accent);
    color: var(--prod-accent) !important;
}

[data-theme="dark"] body.shop-page .toast-notification,
[data-theme="dark"] body.shop-page .notification {
    background: var(--prod-surface) !important;
    color: var(--prod-text) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] body.shop-page .toast-content,
[data-theme="dark"] body.shop-page .notification-content { color: var(--prod-text) !important; }
[data-theme="dark"] body.shop-page .notification-close { color: var(--prod-text-muted); }

[data-theme="dark"] body.shop-page .quick-filter-btn {
    background: var(--prod-surface-alt) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text-secondary) !important;
}
[data-theme="dark"] body.shop-page .quick-filter-btn:hover,
[data-theme="dark"] body.shop-page .quick-filter-btn.active {
    background: var(--prod-accent-soft) !important;
    border-color: var(--prod-accent);
    color: var(--prod-accent) !important;
}

[data-theme="dark"] body.shop-page .btn-notify-me {
    background: var(--prod-surface-alt) !important;
    color: var(--prod-text-muted) !important;
    border-color: var(--prod-border) !important;
}
[data-theme="dark"] body.shop-page .btn-notify-me:hover {
    background: rgba(217, 226, 236, 0.08) !important;
    color: var(--prod-text) !important;
}

[data-theme="dark"] body.shop-page .spec-name { color: var(--prod-text-secondary) !important; }
[data-theme="dark"] body.shop-page .spec-value,
[data-theme="dark"] body.shop-page .product-colors { color: var(--prod-text-muted) !important; }

[data-theme="dark"] body.shop-page .modal-content {
    background: var(--prod-surface) !important;
    color: var(--prod-text) !important;
    border-color: var(--prod-border) !important;
}
[data-theme="dark"] body.shop-page .modal-header {
    border-bottom-color: var(--prod-border) !important;
}
[data-theme="dark"] body.shop-page .modal-footer {
    border-top-color: var(--prod-border) !important;
}
[data-theme="dark"] body.shop-page .btn-close {
    filter: invert(1) grayscale(1);
    opacity: 0.7;
}

[data-theme="dark"] body.shop-page .pagination .page-link {
    background: var(--prod-surface) !important;
    border-color: var(--prod-border) !important;
    color: var(--prod-text) !important;
}
[data-theme="dark"] body.shop-page .pagination .page-item.active .page-link {
    background: var(--prod-accent) !important;
    border-color: var(--prod-accent) !important;
    color: #fff !important;
}
[data-theme="dark"] body.shop-page .pagination .page-item.disabled .page-link {
    background: var(--prod-surface-alt) !important;
    color: var(--prod-text-muted) !important;
}
