/* ======= ACCOUNT DASHBOARD MOBILE IMPROVEMENTS ======= */
.account-sidebar-toggle {
    display: none;
}

/* Utility: force text white when needed */
.white-text {
    color: var(--white) !important;
}

@media (max-width: 900px) {
    .account-sidebar-toggle {
        display: block !important;
        width: 100%;
        margin-bottom: 18px;
    }

    .account-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 80vw;
        max-width: 320px;
        height: 100vh;
        z-index: 9999;
        background: #fff;
        box-shadow: 2px 0 24px rgba(197,157,95,0.13);
        border-radius: 0 18px 18px 0;
        padding: 32px 0 24px 0;
        animation: slideSidebar 0.3s cubic-bezier(.4,1.3,.5,1) both;
    }

        .account-sidebar.show-mobile {
            display: flex !important;
            flex-direction: column;
        }

    .account-dashboard-row {
        flex-direction: column;
        gap: 0;
    }

    .dashboard-panels {
        flex-direction: column;
        gap: 14px !important;
    }
}

@keyframes slideSidebar {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* White background for dashboard page */
body.account-dashboard-bg, .wrapper.my-account.luxe-inner {
    background: #fff !important;
}

.product-card-lux {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .product-card-lux {
        padding: 10px;
    }

        .product-card-lux .prod-img {
            height: 200px;
        }

        .product-card-lux .prod-title {
            font-size: 1.1rem;
        }
}

@media (max-width: 600px) {
    .product-card-lux {
        padding: 6px;
    }

        .product-card-lux .prod-img {
            height: 150px;
        }

        .product-card-lux .prod-title {
            font-size: 1rem;
        }
}

.home-products-grid-lux {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
}

@media (max-width: 1024px) {
    .home-products-grid-lux {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .home-products-grid-lux {
        grid-template-columns: 1fr;
    }
}

.products-grid-lux {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

@media (max-width: 1024px) {
    .products-grid-lux {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .products-grid-lux {
        grid-template-columns: 1fr;
    }
}



.home-products-grid-lux {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
}
/* ═══════════════════════════════════════════════════════════════
   AL ARAF — BLACK & GOLD LUXURY THEME
   Premium dark-mode fashion house aesthetic
   ═══════════════════════════════════════════════════════════════ */

:root {
    /* ── Rich Gold palette: warm, vibrant gold tones ── */
    --gold: #d4a74a;
    --gold-dark: #b8860b;
    --gold-light: #f0d590;
    --gold-muted: rgba(212, 167, 74, 0.14);
    --gold-glow: rgba(212, 167, 74, 0.25);
    /* ── Pure Black: classic fashion-house depth ── */
    --black: #000000;
    --black-rich: #080808;
    --black-matte: #101010;
    --gray-lux: #1c1c1c;
    --gray-card: #121212;
    /* ── Neutrals: high-contrast on black ── */
    --cream: #fff8f0;
    --white: #ffffff;
    --text-primary: #f0ebe5;
    --text-secondary: #c4b9ae;
    --text-muted: #8a7f76;
    /* ── Borders: visible on pure black ── */
    --border-subtle: rgba(212, 167, 74, 0.18);
    --border-medium: rgba(212, 167, 74, 0.35);
    --border-strong: rgba(212, 167, 74, 0.60);
    /* ── Shadows ── */
    --shadow-gold: 0 4px 18px rgba(212, 167, 74, 0.18);
    --shadow-gold-hover: 0 14px 32px rgba(212, 167, 74, 0.32);
    --shadow-deep: 0 25px 50px rgba(0, 0, 0, 0.7);
    /* ── Accent colours (sale, stock, etc.) ── */
    --accent-sale: #d45a4a;
    --accent-new: var(--gold);
    --accent-stock-ok: #5cb87a;
    --accent-stock-low: #e0a050;
    --accent-discount: #e07840;
    /* ── Misc ── */
    --smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 12px;
    --radius-pill: 60px;
    /* ── Store-page variables (used by shop, cart, checkout, etc.) ── */
    --store-bg: #000000;
    --store-bg-soft: #080808;
    --store-brand: #f1c183;
    --store-accent: #f1c183;
    --store-border: rgba(196, 145, 123, 0.15);
    --store-border-strong: rgba(196, 145, 123, 0.30);
    --store-ink: #ffffff;
    --store-ink-soft: #b5aba2;
    --store-muted: #7a716b;
    --store-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}

/* ───── BASE RESET ───── */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: 'Inter', sans-serif;
    background-color: var(--white) !important;
    color: var(--text-primary) !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

/* ═══ NUCLEAR OVERRIDE — kill old store-assets light backgrounds ═══ */
.wrapper,
.wrapper.home-one,
.wrapper.home-two,
.wrapper.home-three,
.store-route-shell,
main,
section,
.single-service,
.newsletter-area,
.footer-top-area,
.footer-mid-area,
.footer-bottom-area,
.brand-area,
.best-product-area,
.product-area,
.blog-area,
.choose-us-area,
.shop-area,
.cart-area,
.checkout-area,
.login-area,
.my-account-area,
.contact-area,
.testimonial-area,
.about-us,
.category-area {
    background-color: var(--white) !important;
    color: var(--text-primary) !important;
}

/* override skin-default.css #d4a564 hover colors */
a:focus, a:hover {
    color: var(--gold) !important;
}

.social-icon ul li a:hover {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
}

.quick-add-to-cart .single_add_to_cart_button {
    background: var(--gold) !important;
}

.main-menu > li:hover > a, .main-menu > li a.active {
    color: var(--gold) !important;
}

.main-menu li ul > li:hover > a, .main-menu li ul li a:hover {
    color: var(--gold) !important;
}

.cart-price {
    color: var(--gold) !important;
}

.cart-name > a:hover, .cart-icon > a:hover {
    color: var(--gold) !important;
}

.cart-icon:hover span {
    border-color: var(--gold) !important;
    color: var(--gold) !important;
}

.product-icon ul li a:hover, .prodcut-name > a:hover {
    color: var(--gold) !important;
}

.heading-style::after, .heading-style-2 .active::after {
    background: var(--gold) !important;
}

.item-title > a:hover, .remove-item a:hover {
    color: var(--gold) !important;
}

.single-choose:hover .choose-icon {
    color: var(--gold) !important;
}

#scrollUp:hover {
    border-color: var(--gold) !important;
    color: var(--gold) !important;
}

.default-bg {
    background: var(--gold) !important;
}

.underline::after {
    background: var(--gold) !important;
}

.product-label.red .new {
    background: var(--gold) !important;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--black-rich);
}

::-webkit-scrollbar-thumb {
    background: var(--gold-dark);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--gold);
    }

/* ───── UTILITY ───── */
.gold-text {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 56px;
}

/* Reduce container padding on smaller screens for improved responsiveness */
@media (max-width: 992px) {
    .container { padding: 0 28px; }
}

@media (max-width: 576px) {
    .container { padding: 0 16px; }
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

/* ───── BUTTONS ───── */
.btn-primary-lux {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold), var(--gold-light));
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 0.7rem;
    padding: 14px 38px;
    border: none;
    cursor: pointer;
    transition: all 0.4s var(--smooth);
    text-decoration: none;
    box-shadow: var(--shadow-gold);
}

    .btn-primary-lux:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-gold-hover);
        background: linear-gradient(95deg, var(--gold), var(--gold-light), var(--gold));
        color: #fff;
    }

.btn-outline-lux {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid var(--gold);
    color: var(--gold);
    padding: 12px 34px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 0.7rem;
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
}

    .btn-outline-lux:hover {
        background: rgba(196, 145, 123, 0.1);
        border-color: var(--gold-light);
        color: var(--gold-light);
        transform: translateY(-2px);
    }

/* ───── ANNOUNCEMENT BAR ───── */
.announce-bar {
    background: var(--black-matte);
    border-bottom: 1px solid var(--border-subtle);
    padding: 11px 0;
    font-size: 0.62rem;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--gold);
    overflow: hidden;
    white-space: nowrap;
}

.announce-marquee {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.announce-track {
    display: inline-block;
    white-space: nowrap;
    animation: announceScroll 25s linear infinite;
}

@keyframes announceScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.announce-bar span {
    margin: 0 18px;
    opacity: 0.3;
}

/* ═══════════════════════════════════════════════════════════════
   HEADER / NAVBAR
   ═══════════════════════════════════════════════════════════════ */
.lux-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--border-subtle);
}

.lux-header-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 56px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* logo */
.lux-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.lux-logo-mark {
    width: 130px;
    height: 70px;
    padding: 4px;
    border-radius: 12px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lux-logo-mark img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.lux-logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--white);
}

    .lux-logo-text em {
        color: var(--gold);
        font-style: normal;
    }

/* nav links */
.lux-nav {
    display: flex;
    gap: 42px;
    list-style: none;
    align-items: center;
}

    .lux-nav a {
        text-decoration: none;
        color: var(--text-primary);
        font-size: 0.72rem;
        font-weight: 500;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 4px;
        transition: color 0.2s;
    }

        .lux-nav a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1.5px;
            background: var(--gold);
            transition: width 0.3s;
        }

        .lux-nav a:hover,
        .lux-nav a.active {
            color: var(--gold);
        }

            .lux-nav a:hover::after,
            .lux-nav a.active::after {
                width: 100%;
            }

/* mega menu */
.lux-nav-item {
    position: relative;
}

.lux-mega-menu {
    position: absolute;
    top: calc(100% + 28px);
    left: 50%;
    transform: translateX(-50%);
    width: min(920px, 90vw);
    background: rgba(12, 12, 12, 0.98);
    border: 1px solid var(--border-subtle);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s ease, transform 0.24s ease;
    border-radius: var(--radius-sm);
}

.lux-nav-item:hover .lux-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}

.lux-mega-menu h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin-bottom: 14px;
    color: var(--gold);
}

.lux-mega-menu a {
    display: block;
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-secondary);
}

    .lux-mega-menu a:hover {
        color: var(--gold);
    }

.lux-mega-spotlight {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    border-radius: var(--radius-sm);
}

    .lux-mega-spotlight img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lux-mega-spotlight span {
        position: absolute;
        left: 14px;
        bottom: 14px;
        background: rgba(0, 0, 0, 0.72);
        color: var(--gold);
        padding: 10px 14px;
        font-size: 0.6rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-radius: 6px;
    }

/* header icons */
.lux-header-icons {
    display: flex;
    gap: 14px;
    align-items: center;
}

    .lux-header-icons a {
        border: 1px solid rgba(255, 255, 255, 0.12);
        text-decoration: none;
        color: var(--text-secondary);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: 0.2s;
    }

        .lux-header-icons a i {
            font-size: 15px;
        }

        .lux-header-icons a:hover,
        .lux-header-icons a.is-active {
            color: var(--gold);
            border-color: var(--gold);
            box-shadow: 0 0 12px rgba(196, 145, 123, 0.15);
        }

    .lux-header-icons .cart-count {
        position: absolute;
        top: -6px;
        right: -6px;
        background: var(--gold);
        color: #000;
        font-size: 9px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

/* mobile toggle */
.lux-menu-toggle {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

    .lux-menu-toggle span {
        width: 14px;
        height: 1.5px;
        background: var(--black);
        display: block;
    }

/* mobile menu */
.lux-mobile-menu {
    display: none;
    border-top: 1px solid var(--border-subtle);
    background: rgba(10, 10, 10, 0.98);
    padding: 18px 24px 22px;
}

    .lux-mobile-menu[hidden] {
        display: none;
    }

    .lux-mobile-menu a {
        display: block;
        text-decoration: none;
        font-size: 0.72rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--text-primary);
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

        .lux-mobile-menu a:hover {
            color: var(--gold);
        }

/* ═══════════════════════════════════════════════════════════════
   HERO SLIDER — full-width Swiper with overlay content
   ═══════════════════════════════════════════════════════════════ */
.hero-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.heroSwiper {
    width: 100%;
    height: 92vh;
    min-height: 560px;
    max-height: 900px;
}

/* Make hero smaller on narrow screens so other sections (like Trending) remain visible */
@media (max-width: 768px) {
    .heroSwiper { height: 60vh; min-height: 360px; }
    .hero-slide-overlay { padding: 0 20px; }
    .hero-slide-content { max-width: 480px; }
}

    /* Further reduce hero on very small devices to avoid pushing content below the fold */
    @media (max-width: 480px) {
        .heroSwiper { height: 50vh; min-height: 320px; }
        .hero-slide-overlay { padding: 0 12px; }
        .hero-slide-content { max-width: 360px; }
    }

/* Trending Swiper: ensure slides behave on small screens */
.trendingSwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .trendingSwiper .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 8px;
    }

    .trendingSwiper .product-card-lux {
        max-width: 100% !important;
        margin: 0 auto;
    }
}

    .heroSwiper .swiper-slide {
        position: relative;
        overflow: hidden;
        background: var(--black);
    }

        .heroSwiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 8s ease;
        }

    .heroSwiper .swiper-slide-active img {
        transform: scale(1.08);
    }

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
    display: flex;
    align-items: center;
    padding: 0 56px;
}

.hero-slide-content {
    max-width: 640px;
}

.hero-badge {
    color: var(--gold);
    letter-spacing: 4px;
    font-size: 0.65rem;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 600;
    display: inline-block;
}

.hero-slide-content h1 {
    font-size: clamp(2.8rem, 5.5vw, 5.2rem);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    line-height: 1.02;
    margin-bottom: 22px;
    color: var(--white);
}

.hero-slide-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    max-width: 480px;
    margin-bottom: 36px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* hero pagination & nav */
.heroSwiper .swiper-pagination {
    bottom: 30px !important;
}

.heroSwiper .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    transition: 0.4s;
}

.heroSwiper .swiper-pagination-bullet-active {
    background: var(--gold) !important;
    width: 48px;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
    color: var(--gold) !important;
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-subtle);
    border-radius: 50%;
    transition: 0.3s;
}

    .heroSwiper .swiper-button-next:hover,
    .heroSwiper .swiper-button-prev:hover {
        background: rgba(196, 145, 123, 0.2);
        border-color: var(--gold);
    }

    .heroSwiper .swiper-button-next::after,
    .heroSwiper .swiper-button-prev::after {
        font-size: 16px;
        font-weight: 700;
    }

/* slide-in animations */
.heroSwiper .swiper-slide-active .hero-badge {
    animation: heroFadeUp 0.7s 0.2s var(--smooth) both;
}

.heroSwiper .swiper-slide-active .hero-slide-content h1 {
    animation: heroFadeUp 0.7s 0.35s var(--smooth) both;
}

.heroSwiper .swiper-slide-active .hero-slide-content p {
    animation: heroFadeUp 0.7s 0.5s var(--smooth) both;
}

.heroSwiper .swiper-slide-active .hero-buttons {
    animation: heroFadeUp 0.7s 0.65s var(--smooth) both;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ═══════════════════════════════════════════════════════════════
   MARQUEE
   ═══════════════════════════════════════════════════════════════ */
.marquee-wrap {
    background: var(--black);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    padding: 16px 0;
    overflow: hidden;
    margin: 20px 0;
}

.marquee {
    display: inline-flex;
    white-space: nowrap;
    animation: scrollMarquee 25s linear infinite;
}

    .marquee span {
        margin: 0 40px;
        font-size: 0.7rem;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--gold);
        font-weight: 500;
    }

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ═══════════════════════════════════════════════════════════════
   SECTION HEADERS
   ═══════════════════════════════════════════════════════════════ */
.section-header-lux {
    text-align: center;
    margin-bottom: 30px;
}

    .section-header-lux h2 {
        font-size: clamp(2.2rem, 4vw, 3rem);
        font-family: 'Cormorant Garamond', serif;
        font-weight: 600;
        letter-spacing: -0.5px;
        color: var(--white);
    }

    .section-header-lux p {
        color: var(--text-muted);
        margin-top: 14px;
        font-size: 0.9rem;
    }

    .section-header-lux .section-line {
        width: 60px;
        height: 2px;
        background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
        margin: 18px auto 0;
    }

/* ═══════════════════════════════════════════════════════════════
   CATEGORY CARDS – luxury grid
   ═══════════════════════════════════════════════════════════════ */
.category-grid-lux {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 32px;
    margin-bottom: 30px;
}

.cat-card-lux {
    background: var(--black-rich);
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.5s;
    border: 1px solid var(--border-subtle);
    text-decoration: none;
    display: block;
}

    .cat-card-lux:hover {
        transform: translateY(-10px);
        border-color: var(--border-strong);
        box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.7);
    }

    .cat-card-lux .cat-img {
        height: 340px;
        overflow: hidden;
    }

        .cat-card-lux .cat-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.7s;
        }

    .cat-card-lux:hover .cat-img img {
        transform: scale(1.06);
    }

    .cat-card-lux .cat-info {
        padding: 28px 24px;
        text-align: center;
    }

        .cat-card-lux .cat-info h3 {
            font-size: 1.6rem;
            font-family: 'Cormorant Garamond', serif;
            color: var(--white);
        }

        .cat-card-lux .cat-info p {
            color: var(--gold);
            font-weight: 500;
            margin-top: 6px;
            font-size: 0.8rem;
            letter-spacing: 1px;
        }

/* ═══════════════════════════════════════════════════════════════
   PRODUCT CARDS – premium e-commerce grid
   ═══════════════════════════════════════════════════════════════ */
.products-section-lux {
    padding: 90px 0 60px;
}

/* Reduce vertical padding on smaller screens for better density */
@media (max-width: 768px) {
    .products-section-lux { padding: 50px 0 30px; }
    .lookbook-section { padding: 40px 0 50px; }
}

@media (max-width: 480px) {
    .products-section-lux { padding: 32px 0 20px; }
    .lookbook-section { padding: 28px 0 36px; }
}

.products-grid-lux {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

/* ─── Card shell ─── */
.product-card-lux {
    position: relative;
    background: var(--gray-card);
    border-radius: 16px;
    overflow: hidden;
    transition: 0.4s var(--smooth);
    border: 1px solid var(--gray-lux);
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

    .product-card-lux:hover {
        border-color: var(--border-medium);
        transform: translateY(-6px);
        box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(196, 145, 123, 0.12);
    }

    /* ─── Image area ─── */
    .product-card-lux .prod-img {
        position: relative;
        height: 300px;
        overflow: hidden;
        background: var(--black);
    }

        .product-card-lux .prod-img > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s var(--smooth), opacity 0.5s;
        }

        .product-card-lux .prod-img .secondary-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.5s;
        }

    .product-card-lux:hover .prod-img > img:first-child {
        transform: scale(1.06);
    }

    .product-card-lux:hover .prod-img .secondary-img {
        opacity: 1;
    }

/* badges */
.product-badge-lux {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--gold);
    color: #000;
    padding: 4px 14px;
    font-size: 0.56rem;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 40px;
    letter-spacing: 0.8px;
    z-index: 3;
}

    .product-badge-lux.badge-sale {
        background: var(--accent-sale);
        color: var(--white);
    }

    .product-badge-lux.badge-new {
        background: var(--gold);
        color: var(--black);
    }

/* ─── Hover action bar (slides up from bottom of image) ─── */
.prod-hover-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.5) 70%, transparent 100%);
    transform: translateY(100%);
    transition: transform 0.35s var(--smooth);
    z-index: 4;
}

.product-card-lux:hover .prod-hover-actions {
    transform: translateY(0);
}

.prod-hover-actions button,
.prod-hover-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: 0.25s;
    text-decoration: none;
}

.prod-action-cart {
    flex: 1;
    background: linear-gradient(95deg, var(--gold-dark), var(--gold));
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 6px;
    gap: 8px;
    padding: 0 20px;
}

    .prod-action-cart:hover {
        background: linear-gradient(95deg, var(--gold), var(--gold-light));
        box-shadow: 0 6px 20px rgba(196, 145, 123, 0.3);
    }

.prod-action-icon {
    width: 40px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: var(--text-primary);
    font-size: 15px;
}

    .prod-action-icon:hover {
        background: rgba(196, 145, 123, 0.15);
        border-color: var(--gold);
        color: var(--gold);
    }

/* Improve touch target sizes on mobile */
@media (max-width: 640px) {
    .prod-hover-actions button,
    .prod-hover-actions a {
        height: 48px;
        min-height: 48px;
        padding: 0 18px;
    }

    .prod-action-cart {
        font-size: 0.75rem;
        padding: 0 18px;
    }
}

/* ─── Info area ─── */
.prod-info {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.prod-category {
    font-size: 0.6rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
}

.prod-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
    line-height: 1.25;
    margin: 2px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prod-subtitle {
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prod-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 6px;
}

.prod-price {
    color: var(--gold);
    font-weight: 700;
    font-size: 1.15rem;
}

.prod-price-old {
    text-decoration: line-through;
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 400;
}

.prod-discount-tag {
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--accent-discount);
    letter-spacing: 0.5px;
}

.prod-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

    .prod-rating i {
        color: var(--gold);
        font-size: 0.6rem;
    }

    .prod-rating .rating-count {
        font-size: 0.68rem;
        color: var(--text-muted);
    }

.prod-stock-hint {
    font-size: 0.62rem;
    color: var(--text-muted);
    margin-top: 6px;
    letter-spacing: 0.5px;
}

    .prod-stock-hint i {
        margin-right: 4px;
        font-size: 0.55rem;
    }

    .prod-stock-hint.in-stock i {
        color: var(--accent-stock-ok);
    }

    .prod-stock-hint.low-stock i {
        color: var(--accent-stock-low);
    }

/* ═══════════════════════════════════════════════════════════════
   SWIPER LOOKBOOK CAROUSEL
   ═══════════════════════════════════════════════════════════════ */
.lookbook-section {
    padding: 60px 0 80px;
}

    .lookbook-section .swiper {
        width: 100%;
        height: 520px;
        border-radius: 40px;
        overflow: hidden;
        border: 1px solid var(--border-medium);
    }

@media (max-width: 768px) {
    .lookbook-section .swiper { height: 360px; }
}

    .lookbook-section .swiper-slide {
        position: relative;
        background: var(--black-rich);
    }

        .lookbook-section .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.4) 50%, transparent);
    padding: 50px 35px 35px;
}

    .slide-caption h4 {
        font-size: 1.8rem;
        font-family: 'Cormorant Garamond', serif;
        color: var(--gold);
    }

    .slide-caption p {
        color: var(--text-secondary);
        font-size: 0.85rem;
        margin-top: 6px;
    }

.lookbook-section .swiper-pagination-bullet {
    background: var(--text-muted);
    opacity: 1;
}

.lookbook-section .swiper-pagination-bullet-active {
    background: var(--gold) !important;
}

.lookbook-section .swiper-button-next,
.lookbook-section .swiper-button-prev {
    color: var(--gold) !important;
}

/* Trending swiper spacing */
.trendingSwiper {
    padding-top: 20px;
}

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS
   ═══════════════════════════════════════════════════════════════ */
.testimonials-section {
    background: var(--black);
    padding: 90px 0;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-top: 60px;
}

.test-card {
    background: var(--gray-card);
    padding: 38px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-lux);
    transition: 0.3s;
}

    .test-card:hover {
        border-color: var(--gold);
        box-shadow: 0 20px 50px rgba(196, 145, 123, 0.08);
    }

    .test-card .quote-icon {
        color: var(--gold);
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .test-card p {
        font-style: italic;
        line-height: 1.65;
        color: var(--text-secondary);
        margin-bottom: 22px;
        font-size: 0.95rem;
    }

    .test-card .client-name {
        font-weight: 700;
        color: var(--gold);
        letter-spacing: 0.5px;
        font-size: 0.85rem;
    }

/* ═══════════════════════════════════════════════════════════════
   NEWSLETTER
   ═══════════════════════════════════════════════════════════════ */
.newsletter-lux {
    text-align: center;
    padding: 90px 0 80px;
}

    .newsletter-lux h3 {
        font-size: 2.5rem;
        font-family: 'Cormorant Garamond', serif;
        color: var(--white);
    }

    .newsletter-lux > p {
        color: var(--text-muted);
        margin-top: 12px;
        font-size: 0.9rem;
    }

.newsletter-form-lux {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 540px;
    margin: 35px auto 0;
}

    .newsletter-form-lux input[type="email"] {
        flex: 1;
        min-width: 240px;
        padding: 16px 24px;
        background: var(--gray-card);
        border: 1px solid var(--gray-lux);
        color: var(--text-primary);
        border-radius: var(--radius-pill);
        outline: none;
        font-size: 0.9rem;
        transition: border-color 0.3s;
        font-family: 'Inter', sans-serif;
    }

        .newsletter-form-lux input[type="email"]:focus {
            border-color: var(--gold);
        }

    .newsletter-form-lux button {
        background: linear-gradient(95deg, var(--gold-dark), var(--gold), var(--gold-light));
        border: none;
        padding: 16px 38px;
        border-radius: var(--radius-pill);
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s;
        color: #000;
        font-size: 0.75rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }

        .newsletter-form-lux button:hover {
            background: linear-gradient(95deg, var(--gold), var(--gold-light), var(--gold));
            transform: translateY(-2px);
            box-shadow: var(--shadow-gold-hover);
        }

/* ═══════════════════════════════════════════════════════════════
   STORE BENEFITS / TRUST
   ═══════════════════════════════════════════════════════════════ */
.benefits-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 60px 0 30px;
}

.benefit-card {
    background: var(--black-rich);
    border: 1px solid var(--gray-lux);
    border-radius: var(--radius-md);
    padding: 30px 24px;
    text-align: center;
    transition: 0.3s;
}

    .benefit-card:hover {
        border-color: var(--border-subtle);
        transform: translateY(-4px);
    }

    .benefit-card i {
        font-size: 1.8rem;
        color: var(--gold);
        margin-bottom: 16px;
    }

    .benefit-card h4 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.2rem;
        color: var(--white);
        margin-bottom: 8px;
    }

    .benefit-card p {
        font-size: 0.78rem;
        color: var(--text-muted);
        line-height: 1.6;
    }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
.lux-footer {
    background: linear-gradient(180deg, #0a0a0a 0%, #080808 100%);
    padding: 0 0 30px;
    border-top: none;
    position: relative;
}

.footer-gold-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.5;
}

.lux-footer-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 56px;
}
/* Newsletter Row */
.footer-newsletter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 0 40px;
}

.footer-newsletter-text h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--text-primary);
    margin: 0 0 6px;
}

.footer-newsletter-text p {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0;
}

.footer-newsletter-form {
    display: flex;
    gap: 0;
    flex-shrink: 0;
}

    .footer-newsletter-form input {
        background: rgba(255,255,255,0.04);
        border: 1px solid var(--border-subtle);
        border-right: none;
        padding: 14px 20px;
        color: var(--text-primary);
        font-size: 0.85rem;
        width: 280px;
        border-radius: 4px 0 0 4px;
        outline: none;
        transition: border-color 0.3s;
    }

        .footer-newsletter-form input:focus {
            border-color: var(--gold);
        }

        .footer-newsletter-form input::placeholder {
            color: var(--text-muted);
        }

    .footer-newsletter-form button {
        background: linear-gradient(135deg, var(--gold), #b8860b);
        color: #000;
        border: none;
        padding: 14px 24px;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.5px;
        cursor: pointer;
        border-radius: 0 4px 4px 0;
        transition: all 0.3s;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .footer-newsletter-form button:hover {
            background: linear-gradient(135deg, #e6c068, var(--gold));
            transform: translateY(-1px);
        }
/* Divider */
.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-subtle), transparent);
}
/* Main Grid - now 5 columns */
.lux-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(2, 0.8fr) 0.8fr 1.2fr;
    gap: 40px;
    padding: 50px 0;
}

/* Unified reveal system
   - Only one system: card elements are hidden by default and revealed
     when the `.active` class is present. This avoids multiple conflicting
     reveal implementations. JS must only toggle `.active` on elements. */

.product-card-lux,
.cat-card-lux,
.test-card,
.benefit-card {
    opacity: 0;
    transform: translateY(24px);
    visibility: hidden;
    transition: opacity 0.5s var(--smooth), transform 0.5s var(--smooth);
    will-change: opacity, transform;
}

.product-card-lux.active,
.cat-card-lux.active,
.test-card.active,
.benefit-card.active {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}


.lux-footer-brand .lux-logo {
    margin-bottom: 18px;
}

.lux-footer-brand > p {
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.8;
    max-width: 300px;
    margin-bottom: 22px;
}

.lux-social-icons {
    display: flex;
    gap: 14px;
}

    .lux-social-icons a {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid var(--gray-lux);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-secondary);
        transition: 0.3s;
        font-size: 15px;
    }

        .lux-social-icons a:hover {
            color: var(--gold);
            border-color: var(--gold);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(196, 145, 123, 0.15);
        }

.lux-footer-links h4,
.lux-footer-contact h4 {
    color: var(--gold);
    margin-bottom: 22px;
    font-size: 0.72rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
}

    .lux-footer-links h4::after,
    .lux-footer-contact h4::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 24px;
        height: 1px;
        background: var(--gold);
        opacity: 0.5;
    }

.lux-footer-links a,
.lux-footer-links p {
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.9;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: color 0.2s;
}

    .lux-footer-links a:hover {
        color: var(--gold);
    }
/* Contact Card */
.lux-footer-contact .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

    .lux-footer-contact .footer-contact-item i {
        color: var(--gold);
        font-size: 13px;
        margin-top: 3px;
        width: 16px;
        text-align: center;
        flex-shrink: 0;
        opacity: 0.8;
    }

.lux-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
}

    .lux-footer-bottom span {
        font-size: 0.7rem;
        color: var(--text-muted);
    }

.lux-footer-payments {
    display: flex;
    gap: 8px;
    align-items: center;
}

.payment-badge {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid var(--border-subtle);
    border-radius: 3px;
    font-size: 0.65rem;
    color: var(--text-muted) !important;
    letter-spacing: 0.5px;
    font-weight: 500;
    transition: border-color 0.3s;
}

    .payment-badge:hover {
        border-color: var(--gold);
        color: var(--gold) !important;
    }

.lux-footer-payments img {
    height: 22px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

    .lux-footer-payments img:hover {
        opacity: 1;
    }

/* ═══════════════════════════════════════════════════════════════
   STORE NOTICES (success/error/warning)
   ═══════════════════════════════════════════════════════════════ */
.store-notice {
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 56px;
}

    .store-notice .alert {
        background: rgba(196, 145, 123, 0.1);
        border: 1px solid var(--border-subtle);
        color: var(--gold);
        padding: 14px 24px;
        border-radius: var(--radius-sm);
        text-align: center;
        font-size: 0.85rem;
    }

/* ═══════════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════════ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-in {
    animation: fadeInUp 0.6s var(--smooth) forwards;
}



/* ═══════════════════════════════════════════════════════════════
   GLASSMORPHISM PANELS
   ═══════════════════════════════════════════════════════════════ */
.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
}

/* ═══════════════════════════════════════════════════════════════
   STORE INNER PAGES (shop, cart, checkout, account, etc.)
   Overrides for the existing store-assets templates
   ═══════════════════════════════════════════════════════════════ */
.al-araf-store,
.al-araf-home {
    background: var(--black) !important;
    color: var(--text-primary) !important;
}

    /* override old store-assets backgrounds */
    .al-araf-store .wrapper,
    .al-araf-store .store-route-shell,
    .al-araf-home .wrapper,
    .al-araf-home .store-route-shell {
        background: transparent !important;
    }

    /* kill old template ghost spacers on inner pages */
    .al-araf-store .store-route-shell {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .al-araf-store section {
        float: none !important;
    }

    .al-araf-store .header-area,
    .al-araf-store .mobile-menu-area,
    .al-araf-store .slider-area,
    .al-araf-store .nivoSlider,
    .al-araf-store #mainSlider {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    /* breadcrumb overrides */
    .al-araf-store .breadcrumb-area,
    .al-araf-store .breadcrumbs-area,
    .al-araf-home .breadcrumb-area,
    .al-araf_home .breadcrumbs-area {
        background: var(--black-matte) !important;
        border-bottom: 1px solid var(--border-subtle);
    }

        .al-araf-store .breadcrumb-area *,
        .al-araf-store .breadcrumbs-area *,
        .al-araf-home .breadcrumb-area *,
        .al-araf-home .breadcrumbs-area * {
            color: var(--text-secondary) !important;
        }

    /* general text in store pages */
    .al-araf-store h1, .al-araf-store h2, .al-araf-store h3,
    .al-araf-store h4, .al-araf-store h5,
    .al-araf-home h1, .al-araf-home h2, .al-araf-home h3,
    .al-araf-home h4, .al-araf-home h5 {
        color: var(--white);
    }

    .al-araf-store p,
    .al-araf-home p {
        color: var(--text-secondary);
    }

    .al-araf-store a,
    .al-araf-home a {
        color: var(--gold);
    }

    /* table overrides */
    .al-araf-store table {
        background: var(--gray-card);
        border-color: var(--gray-lux);
    }

    .al-araf-store th {
        background: var(--black-matte) !important;
        color: var(--gold) !important;
        border-color: var(--gray-lux) !important;
    }

    .al-araf-store td {
        border-color: var(--gray-lux) !important;
        color: var(--text-primary) !important;
    }

    /* form overrides */
    .al-araf-store input[type="text"],
    .al-araf-store input[type="email"],
    .al-araf-store input[type="password"],
    .al-araf-store input[type="number"],
    .al-araf-store input[type="tel"],
    .al-araf-store input[type="search"],
    .al-araf-store select,
    .al-araf-store textarea {
        background: var(--gray-card) !important;
        border: 1px solid var(--gray-lux) !important;
        color: var(--text-primary) !important;
        border-radius: 8px;
        padding: 12px 16px;
    }

        .al-araf-store input:focus,
        .al-araf-store select:focus,
        .al-araf-store textarea:focus {
            border-color: var(--gold) !important;
            outline: none;
        }

    /* button overrides for store pages */
    .al-araf-store .cart-btn,
    .al-araf-store .single_add_to_cart_button,
    .al-araf-store .btn-promo,
    .al-araf-store .btn-default,
    .al-araf-store button[type="submit"] {
        background: linear-gradient(95deg, var(--gold-dark), var(--gold)) !important;
        color: #000 !important;
        border: none !important;
        font-weight: 700;
        letter-spacing: 1px;
        transition: all 0.3s;
    }

        .al-araf-store .cart-btn:hover,
        .al-araf-store .single_add_to_cart_button:hover,
        .al-araf-store .btn-promo:hover,
        .al-araf-store button[type="submit"]:hover {
            box-shadow: var(--shadow-gold-hover);
            transform: translateY(-2px);
        }

    /* sidebar / widget overrides */
    .al-araf-store .sidebar-area,
    .al-araf-store .shop-sidebar {
        background: var(--gray-card);
        border: 1px solid var(--gray-lux);
        border-radius: var(--radius-md);
        padding: 24px;
    }

        .al-araf-store .sidebar-area h3,
        .al-araf-store .shop-sidebar h3 {
            color: var(--gold);
        }

    /* product detail override */
    .al-araf-store .product-info h1 {
        color: var(--white);
    }

    .al-araf-store .price-box-3 .new-price {
        color: var(--gold);
    }

    .al-araf-store .price-box-3 .old-price {
        color: var(--text-muted);
    }

    /* checkout form section backgrounds */
    .al-araf-store .checkout-area,
    .al-araf-store .login-area,
    .al-araf-store .my-account-area,
    .al-araf-store .contact-area {
        background: var(--black) !important;
    }

    /* pagination */
    .al-araf-store .pagination li a,
    .al-araf-store .pagination li span {
        background: var(--gray-card) !important;
        color: var(--text-primary) !important;
        border-color: var(--gray-lux) !important;
    }

    .al-araf-store .pagination li.active a,
    .al-araf-store .pagination li.active span {
        background: var(--gold) !important;
        color: #000 !important;
    }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .container {
        padding: 0 36px;
    }

    .lux-header-inner {
        padding: 0 36px;
    }

    .lux-footer-inner {
        padding: 0 36px;
    }

    .products-grid-lux {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .lux-nav {
        gap: 24px;
    }

    .lux-mega-menu {
        width: min(720px, 92vw);
    }

    .lux-footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-newsletter-row {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .footer-newsletter-form {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .products-grid-lux {
        grid-template-columns: repeat(2, 1fr);
    }

    .heroSwiper {
        height: 75vh;
        min-height: 480px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .lux-header-inner {
        padding: 0 16px;
        height: auto;
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 6px;
        gap: 6px;
    }

    .lux-logo-mark {
        width: 90px;
        height: 48px;
    }

    .lux-header-icons {
        gap: 8px;
    }

        .lux-header-icons a {
            width: 32px;
            height: 32px;
        }

            .lux-header-icons a i {
                font-size: 13px;
            }

    .lux-footer-inner {
        padding: 0 20px;
    }

    .hero-slide-overlay {
        padding: 0 24px;
    }

    .heroSwiper {
        height: 65vh;
        min-height: 420px;
    }

        .heroSwiper .swiper-button-next,
        .heroSwiper .swiper-button-prev {
            display: none;
        }

    .lux-nav {
        display: none;
    }

    .lux-menu-toggle {
        display: flex;
    }

    .lux-mobile-menu:not([hidden]) {
        display: block;
    }

    .hero-slide-content h1 {
        font-size: 2.4rem;
    }

    .section-header-lux h2 {
        font-size: 2rem;
    }

    .products-grid-lux {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-card-lux .prod-img {
        height: 240px;
    }

    .prod-hover-actions {
        transform: translateY(0);
    }

    .lux-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .lux-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-newsletter-row {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        padding: 24px 16px;
    }

    .footer-newsletter-form {
        width: 100%;
    }

        .footer-newsletter-form input {
            min-width: 0;
        }

    .payment-badges {
        justify-content: center;
    }

    .lookbook-section .swiper {
        height: 360px;
        border-radius: 24px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-slide-content h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .heroSwiper {
        height: 60vh;
        min-height: 380px;
    }

    .newsletter-form-lux {
        flex-direction: column;
    }

        .newsletter-form-lux input[type="email"],
        .newsletter-form-lux button {
            width: 100%;
        }

    .products-grid-lux {
        grid-template-columns: 1fr;
    }

    .product-card-lux .prod-img {
        height: 280px;
    }
}

/* Home product cards: hard override for stable responsive behavior */
.home-products-grid-lux {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 24px;
}

    .home-products-grid-lux .product-card-lux {
        min-width: 0;
        width: 100%;
    }

    .home-products-grid-lux .prod-info {
        min-width: 0;
    }

    .home-products-grid-lux .prod-price-row {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .home-products-grid-lux .prod-category,
    .home-products-grid-lux .prod-title,
    .home-products-grid-lux .prod-subtitle {
        overflow-wrap: anywhere;
    }

@media (max-width: 1200px) {
    .home-products-grid-lux {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .home-products-grid-lux {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 16px;
    }

        .home-products-grid-lux .product-card-lux .prod-img {
            height: 260px;
        }
}

@media (max-width: 560px) {
    .home-products-grid-lux {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

        .home-products-grid-lux .product-card-lux .prod-img {
            height: 240px;
        }
}

/* ═══════════════════════════════════════════════════════════════
   INNER PAGES — Unified Dark Luxury Theme
   ═══════════════════════════════════════════════════════════════ */

/* Shop Layout */
.lux-filter-bar {
    background: var(--gray-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 24px;
}

.lux-filter-form {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.lux-filter-field label {
    display: block;
    color: var(--text-muted);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 8px;
}

.lux-filter-field input,
.lux-filter-field select {
    width: 100%;
    height: 44px;
    background: var(--black-matte);
    border: 1px solid var(--border-medium);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    padding: 0 14px;
    font-family: inherit;
    font-size: 13px;
    transition: border-color 0.3s;
}

    .lux-filter-field input:focus,
    .lux-filter-field select:focus {
        outline: none;
        border-color: var(--gold);
    }

.lux-shop-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
}

    .lux-shop-layout,
    .lux-shop-layout * {
        float: none !important;
    }

.lux-shop-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lux-sidebar-card {
    background: var(--gray-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 22px;
}

    .lux-sidebar-card h4 {
        color: var(--gold);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin: 0 0 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-subtle);
    }

.lux-cat-link {
    display: block;
    padding: 8px 0;
    color: var(--text-secondary);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

    .lux-cat-link:hover, .lux-cat-link.active {
        color: var(--gold);
        padding-left: 8px;
    }

/* Mini product card (sidebar) */
.mini-prod-card {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-subtle);
}

    .mini-prod-card:last-child {
        border-bottom: none;
    }

.mini-prod-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

    .mini-prod-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mini-prod-info {
    flex: 1;
}

.mini-prod-name {
    display: block;
    color: var(--text-primary);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 4px;
}

    .mini-prod-name:hover {
        color: var(--gold);
    }

.mini-prod-price {
    color: var(--gold);
    font-size: 13px;
    font-weight: 600;
}

.mini-prod-rating {
    margin-top: 3px;
}

    .mini-prod-rating i {
        font-size: 9px;
        color: var(--gold);
    }

/* Interior Page Panel */
.lux-panel {
    background: var(--gray-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 28px;
}

    .lux-panel h3 {
        color: var(--gold);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin: 0 0 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--border-subtle);
    }

/* Interior Steps */
.lux-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.lux-step {
    background: var(--gray-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    padding: 14px;
    text-align: center;
    color: var(--text-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    transition: all 0.3s;
}

    .lux-step.active {
        border-color: var(--gold);
        color: var(--gold);
        background: rgba(196, 145, 123, 0.08);
    }

    .lux-step:hover {
        color: var(--text-primary);
    }

/* Interior form fields */
.lux-field {
    margin-bottom: 18px;
}

    .lux-field label {
        display: block;
        color: var(--text-muted);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        margin-bottom: 8px;
    }

    .lux-field input,
    .lux-field select,
    .lux-field textarea {
        width: 100%;
        background: var(--black-matte);
        border: 1px solid var(--border-medium);
        border-radius: var(--radius-sm);
        color: var(--text-primary);
        padding: 12px 14px;
        font-family: inherit;
        font-size: 13px;
        transition: border-color 0.3s;
    }

        .lux-field input:focus,
        .lux-field select:focus,
        .lux-field textarea:focus {
            outline: none;
            border-color: var(--gold);
        }

    .lux-field textarea {
        min-height: 110px;
        resize: vertical;
    }

/* Commerce table (cart, wishlist, order) */
.lux-commerce-table {
    width: 100%;
    border-collapse: collapse;
}

    .lux-commerce-table thead th {
        background: var(--black-matte);
        color: var(--text-muted);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        padding: 14px 16px;
        text-align: left;
        border-bottom: 1px solid var(--border-subtle);
    }

    .lux-commerce-table td {
        padding: 16px;
        color: var(--text-primary);
        font-size: 13px;
        border-bottom: 1px solid rgba(255,255,255,0.04);
        vertical-align: middle;
    }

    .lux-commerce-table tr:hover td {
        background: rgba(196, 145, 123, 0.04);
    }

    .lux-commerce-table .item-img img {
        width: 56px;
        height: 56px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid var(--border-subtle);
    }

    .lux-commerce-table .item-title a {
        color: var(--text-primary);
        text-decoration: none;
        font-weight: 500;
    }

        .lux-commerce-table .item-title a:hover {
            color: var(--gold);
        }

    .lux-commerce-table .item-price {
        color: var(--gold);
        font-weight: 600;
    }

    .lux-commerce-table .item-qty input {
        width: 70px;
        height: 36px;
        background: var(--black-matte);
        border: 1px solid var(--border-medium);
        border-radius: 8px;
        color: var(--text-primary);
        text-align: center;
        font-family: inherit;
    }

    .lux-commerce-table .remove-item button {
        background: none;
        border: none;
        color: var(--text-muted);
        cursor: pointer;
        font-size: 16px;
        padding: 6px;
        transition: color 0.2s;
    }

        .lux-commerce-table .remove-item button:hover {
            color: var(--accent-sale);
        }

/* Summary / Totals card */
.lux-totals {
    background: var(--gray-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 24px;
}

    .lux-totals h4 {
        color: var(--gold);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin: 0 0 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-subtle);
    }

.lux-totals-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    color: var(--text-secondary);
    font-size: 13px;
}

    .lux-totals-row:last-child {
        border-bottom: none;
    }

    .lux-totals-row.total {
        color: var(--gold);
        font-weight: 700;
        font-size: 16px;
        padding-top: 14px;
        border-top: 1px solid var(--border-medium);
    }

/* Order table (checkout) */
.lux-order-table {
    width: 100%;
}

    .lux-order-table th,
    .lux-order-table td {
        padding: 10px 0;
        color: var(--text-secondary);
        font-size: 13px;
        border-bottom: 1px solid rgba(255,255,255,0.04);
    }

    .lux-order-table tfoot th {
        color: var(--text-primary);
    }

    .lux-order-table tfoot .highlight {
        color: var(--gold);
        font-weight: 700;
        font-size: 15px;
    }

/* Inner page responsive */
@media (max-width: 991px) {
    .lux-filter-form {
        grid-template-columns: 1fr;
    }

    .lux-shop-layout {
        grid-template-columns: 1fr;
    }

    .lux-shop-sidebar {
        order: 2;
    }

    .lux-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lux-commerce-table thead {
        display: none;
    }

    .lux-commerce-table, .lux-commerce-table tbody, .lux-commerce-table tr, .lux-commerce-table td {
        display: block;
        width: 100%;
    }

        .lux-commerce-table tr {
            margin-bottom: 16px;
            border: 1px solid var(--border-subtle);
            border-radius: var(--radius-sm);
            padding: 12px;
        }

        .lux-commerce-table td {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,255,255,0.04);
        }

            .lux-commerce-table td::before {
                content: attr(data-label);
                color: var(--text-muted);
                font-size: 10px;
                text-transform: uppercase;
                letter-spacing: 0.15em;
                font-weight: 600;
            }
}

/* Step done state */
.lux-step.done {
    border-color: var(--accent-stock-ok);
    color: var(--accent-stock-ok);
    background: rgba(109, 154, 125, 0.08);
    text-decoration: none;
}

/* ═══ FAQ ACCORDION ═══ */
.lux-faq-item {
    background: var(--gray-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s;
}

    .lux-faq-item[open] {
        border-color: var(--border-medium);
    }

    .lux-faq-item summary {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 20px 24px;
        cursor: pointer;
        list-style: none;
        color: var(--text-primary);
        font-size: 14px;
        font-weight: 500;
        transition: color 0.3s;
    }

        .lux-faq-item summary::-webkit-details-marker {
            display: none;
        }

        .lux-faq-item summary:hover {
            color: var(--gold);
        }

    .lux-faq-item[open] summary {
        color: var(--gold);
    }

        .lux-faq-item[open] summary i {
            transform: rotate(180deg);
        }

.lux-faq-answer {
    padding: 0 24px 20px;
}

    .lux-faq-answer p {
        color: var(--text-secondary);
        font-size: 13px;
        line-height: 1.8;
    }

/* ═══ INTERIOR PAGE POLISH ═══ */
.luxe-inner .container {
    max-width: 1200px;
}

/* Store notice in dark theme */
.store-notice {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

    .store-notice .alert {
        background: linear-gradient(135deg, rgba(241,193,131,0.15), rgba(241,193,131,0.05));
        border: 1px solid var(--border-medium);
        color: var(--gold);
        border-radius: var(--radius-sm);
        padding: 14px 20px;
        font-size: 13px;
        margin-top: 16px;
    }

/* Smooth enter animation for panels */
.lux-panel {
    animation: luxFadeUp 0.4s var(--smooth) both;
}

@keyframes luxFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─── Store Pagination ───────────────────────────────────── */
.store-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 36px 0 12px;
    flex-wrap: wrap;
}

    .store-pagination .sp-link {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 8px 14px;
        border: 1px solid rgba(197,157,95,0.25);
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        color: var(--text-secondary, #999);
        background: var(--card-bg, #181820);
        text-decoration: none;
        transition: all 0.2s ease;
        cursor: pointer;
    }

        .store-pagination .sp-link:hover:not(.active):not(.disabled) {
            background: rgba(197,157,95,0.1);
            border-color: var(--gold, #c59d5f);
            color: var(--gold, #c59d5f);
        }

        .store-pagination .sp-link.active {
            background: var(--gold, #c59d5f);
            color: #fff;
            border-color: var(--gold, #c59d5f);
            font-weight: 700;
        }

        .store-pagination .sp-link.disabled {
            color: rgba(153,153,153,0.35);
            cursor: default;
            pointer-events: none;
        }

    .store-pagination .sp-ellipsis {
        padding: 8px 4px;
        color: var(--text-secondary, #999);
        font-size: 13px;
    }

/* ═══════════════ SIGNATURE PIECES SWIPER ═══════════════ */
.signatureSwiper .swiper-button-next,
.signatureSwiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid var(--border-medium);
    border-radius: 50%;
    color: var(--gold) !important;
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
    top: 45%;
}

    .signatureSwiper .swiper-button-next::after,
    .signatureSwiper .swiper-button-prev::after {
        font-size: 14px;
        font-weight: 700;
    }

    .signatureSwiper .swiper-button-next:hover,
    .signatureSwiper .swiper-button-prev:hover {
        background: var(--gold);
        color: var(--black) !important;
        border-color: var(--gold);
        box-shadow: 0 0 18px var(--gold-glow);
        transform: scale(1.1);
    }

.signatureSwiper .swiper-pagination {
    bottom: 0 !important;
}

.signatureSwiper .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: var(--text-muted);
    opacity: 1;
    transition: all 0.4s ease;
}

.signatureSwiper .swiper-pagination-bullet-active {
    background: var(--gold) !important;
    width: 40px;
    box-shadow: 0 0 8px var(--gold-glow);
}

@media (max-width: 768px) {
    .signatureSwiper .swiper-button-next,
    .signatureSwiper .swiper-button-prev {
        width: 34px;
        height: 34px;
    }

        .signatureSwiper .swiper-button-next::after,
        .signatureSwiper .swiper-button-prev::after {
            font-size: 11px;
        }
}

/* ═══════════════ TRENDING NOW SWIPER ═══════════════ */
.trendingSwiper .swiper-pagination {
    bottom: 0 !important;
}

.trendingSwiper .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: var(--text-muted);
    opacity: 1;
    transition: all 0.4s ease;
}

.trendingSwiper .swiper-pagination-bullet-active {
    background: var(--gold) !important;
    width: 40px;
    box-shadow: 0 0 8px var(--gold-glow);
}

/* ═══════════════ PRODUCT REVIEWS ═══════════════ */

/* Summary Bar */
.review-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #faf9f7;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px 32px;
    margin-bottom: 32px;
}

.review-summary-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.review-big-score {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.review-stars-row {
    display: flex;
    gap: 3px;
}

    .review-stars-row i {
        color: var(--gold);
        font-size: 14px;
    }

.review-count-label {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    display: block;
}

.review-write-btn {
    padding: 12px 32px;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 50px;
}

/* Review Cards Grid */
.review-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.review-card {
    background: #fff;
    border: 1px solid #f0ece4;
    border-radius: 16px;
    padding: 24px 26px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .review-card::before {
        content: '\201C';
        position: absolute;
        top: 12px;
        right: 20px;
        font-family: 'Cormorant Garamond', serif;
        font-size: 72px;
        color: rgba(197,157,95,0.08);
        line-height: 1;
        pointer-events: none;
    }

    .review-card:hover {
        border-color: var(--gold);
        box-shadow: 0 8px 30px rgba(197,157,95,0.1);
        transform: translateY(-2px);
    }

.review-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #e8c878);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    flex-shrink: 0;
    text-transform: uppercase;
}

.review-meta {
    flex: 1;
}

.review-author {
    font-size: 14px;
    display: block;
    color: #222;
}

.review-date {
    font-size: 11px;
    color: #aaa;
}

.review-card-stars {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

    .review-card-stars i {
        color: var(--gold);
        font-size: 12px;
    }

.review-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.review-card-body {
    font-size: 13px;
    line-height: 1.75;
    color: #555;
    margin-bottom: 12px;
}

.review-card-verified {
    font-size: 11px;
    color: #4caf50;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .review-card-verified i {
        font-size: 12px;
    }

/* Review Modal */
.review-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .review-modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

        .review-modal-overlay.active .review-modal {
            transform: translateY(0) scale(1);
        }

.review-modal {
    background: #fff;
    border-radius: 20px;
    padding: 40px 36px;
    width: 90%;
    max-width: 520px;
    position: relative;
    transform: translateY(30px) scale(0.95);
    transition: all 0.35s ease;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 80px rgba(0,0,0,0.15);
}

.review-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s;
}

    .review-modal-close:hover {
        background: #f5f5f5;
        color: #333;
    }

.review-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 4px;
}

.review-form-stars {
    text-align: center;
    margin-bottom: 24px;
}

    .review-form-stars label {
        display: block;
        font-size: 12px;
        color: #999;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.star-rating-input {
    display: flex;
    gap: 8px;
    justify-content: center;
    font-size: 32px;
    cursor: pointer;
}

    .star-rating-input i {
        color: var(--gold);
        transition: transform 0.15s, color 0.15s;
    }

        .star-rating-input i:hover {
            transform: scale(1.2);
        }

.review-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.review-form-field {
    margin-bottom: 18px;
}

    .review-form-field label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #555;
        margin-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .review-form-field input,
    .review-form-field textarea {
        width: 100%;
        padding: 12px 16px;
        border: 1.5px solid #e8e4dc;
        border-radius: 12px;
        font-size: 14px;
        transition: all 0.2s;
        background: #faf9f7;
        font-family: inherit;
    }

        .review-form-field input:focus,
        .review-form-field textarea:focus {
            border-color: var(--gold);
            outline: none;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(197,157,95,0.1);
        }

        .review-form-field input::placeholder,
        .review-form-field textarea::placeholder {
            color: #ccc;
        }

.review-submit-btn {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
}

@media (max-width: 600px) {
    .review-summary-bar {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding: 20px;
    }

    .review-summary-left {
        justify-content: center;
    }

    .review-cards-grid {
        grid-template-columns: 1fr;
    }

    .review-form-row {
        grid-template-columns: 1fr;
    }

    .review-modal {
        padding: 28px 20px;
        width: 95%;
    }

    .star-rating-input {
        font-size: 28px;
    }
}

/* ═══════════════ SITE-WIDE WHITE THEME ═══════════════ */
.al-araf-home,
.al-araf-store {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

    .al-araf-home .lux-header,
    .al-araf-store .lux-header {
        background: rgba(255, 255, 255, 0.95) !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .al-araf-home .lux-nav a,
    .al-araf-store .lux-nav a {
        color: #1a1a1a !important;
    }

        .al-araf-home .lux-nav a:hover,
        .al-araf-home .lux-nav a.active,
        .al-araf-store .lux-nav a:hover,
        .al-araf-store .lux-nav a.active {
            color: var(--gold) !important;
        }

    .al-araf-home .lux-header-icons a,
    .al-araf-store .lux-header-icons a {
        color: #1a1a1a !important;
        border-color: rgba(0, 0, 0, 0.15) !important;
    }

        .al-araf-home .lux-header-icons a:hover,
        .al-araf-home .lux-header-icons a.is-active,
        .al-araf-store .lux-header-icons a:hover,
        .al-araf-store .lux-header-icons a.is-active {
            color: var(--gold) !important;
            border-color: var(--gold) !important;
        }

    .al-araf-home .announce-bar,
    .al-araf-store .announce-bar {
        background: #ffffff !important;
        border-bottom: 1px solid #e0e0e0 !important;
        color: #b8860b !important;
        font-weight: 800 !important;
        font-size: 0.75rem !important;
    }

    .al-araf-home .announce-track,
    .al-araf-store .announce-track {
        color: #b8860b !important;
        font-weight: 800 !important;
    }

    .al-araf-home .hero-slider-section,
    .al-araf-home .heroSwiper .swiper-slide {
        background: #ffffff !important;
    }

    .al-araf-home h1, .al-araf-home h2, .al-araf-home h3,
    .al-araf_home h4, .al-araf-home h5,
    .al-araf-store h1, .al-araf-store h2, .al-araf-store h3,
    .al-araf-store h4, .al-araf-store h5 {
        color: #1a1a1a !important;
    }

    .al-araf-home .gold-text,
    .al-araf-store .gold-text {
        color: var(--gold) !important;
    }

    .al-araf-home p,
    .al-araf-store p {
        color: #555 !important;
    }

    .al-araf-home .section-header-lux p,
    .al-araf-store .section-header-lux p {
        color: #777 !important;
    }

    .al-araf-home .lux-panel,
    .al-araf-store .lux-panel {
        background: #f8f8f8 !important;
        border-color: #e0e0e0 !important;
    }

    .al-araf-home .product-card-lux,
    .al-araf-store .product-card-lux {
        background: #ffffff !important;
        border-color: #e8e8e8 !important;
    }

    .al-araf-home .prod-title,
    .al-araf-store .prod-title {
        color: #1a1a1a !important;
    }

    .al-araf-home .prod-category,
    .al-araf-store .prod-category {
        color: #888 !important;
    }

    .al-araf-home .prod-price,
    .al-araf-store .prod-price {
        color: #1a1a1a !important;
    }

    .al-araf-home .prod-price-old,
    .al-araf-store .prod-price-old {
        color: #999 !important;
    }

    .al-araf-home .prod-subtitle,
    .al-araf-store .prod-subtitle {
        color: #666 !important;
    }

    .al-araf-home .prod-rating i,
    .al-araf-store .prod-rating i {
        color: var(--gold) !important;
    }

    .al-araf-home .prod-stock-hint,
    .al-araf-store .prod-stock-hint {
        color: #777 !important;
    }

    .al-araf-home .section-line,
    .al-araf-store .section-line {
        background: var(--gold) !important;
    }

    .al-araf-home .prod-hover-actions,
    .al-araf-store .prod-hover-actions {
        background: rgba(255, 255, 255, 0.95) !important;
    }

    .al-araf-home .prod-action-cart,
    .al-araf-store .prod-action-cart {
        background: #1a1a1a !important;
        color: var(--gold) !important;
    }

    .al-araf-home .prod-action-icon,
    .al-araf-store .prod-action-icon {
        border-color: #ddd !important;
        color: #1a1a1a !important;
    }

        .al-araf-home .prod-action-icon:hover,
        .al-araf-store .prod-action-icon:hover {
            border-color: var(--gold) !important;
            color: var(--gold) !important;
        }

    .al-araf-home .product-badge-lux,
    .al-araf-store .product-badge-lux {
        color: #fff !important;
    }

    .al-araf-home .testimonials-section,
    .al-araf-store .testimonials-section {
        background: #f5f5f5 !important;
        border-color: #e0e0e0 !important;
    }

    .al-araf-home .test-card,
    .al-araf-store .test-card {
        background: #ffffff !important;
        border-color: #e0e0e0 !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }

        .al-araf-home .test-card p,
        .al-araf-store .test-card p {
            color: #444 !important;
        }

        .al-araf-home .test-card .client-name,
        .al-araf-store .test-card .client-name {
            color: var(--gold) !important;
        }

        .al-araf-home .test-card .quote-icon,
        .al-araf-store .test-card .quote-icon {
            color: var(--gold) !important;
        }

    .al-araf-home .category-grid-lux .lux-panel,
    .al-araf-store .category-grid-lux .lux-panel {
        background: #f0f0f0 !important;
    }

    .al-araf-home .cat-card-lux,
    .al-araf-store .cat-card-lux {
        background: #ffffff !important;
        border-color: #e0e0e0 !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }

        .al-araf-home .cat-card-lux .cat-info h3,
        .al-araf-store .cat-card-lux .cat-info h3 {
            color: var(--gold) !important;
        }

        .al-araf-home .cat-card-lux .cat-info p,
        .al-araf-store .cat-card-lux .cat-info p {
            color: #1a1a1a !important;
        }

    .al-araf-home .benefit-card,
    .al-araf-store .benefit-card {
        background: #ffffff !important;
        border-color: var(--gold) !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }

        .al-araf-home .benefit-card h4,
        .al-araf-store .benefit-card h4 {
            color: #1a1a1a !important;
        }

        .al-araf-home .benefit-card p,
        .al-araf-store .benefit-card p {
            color: #444 !important;
        }

    .al-araf-home section,
    .al-araf-store section {
        background: transparent !important;
    }

    .al-araf-home .products-section-lux,
    .al-araf-store .products-section-lux {
        background: #ffffff !important;
    }

    .al-araf-home .lookbook-section,
    .al-araf-store .lookbook-section {
        background: #ffffff !important;
    }

        .al-araf-home .lookbook-section .swiper,
        .al-araf-store .lookbook-section .swiper {
            border-color: #e0e0e0 !important;
        }

    .al-araf-home .wrapper,
    .al-araf-store .wrapper {
        background: #ffffff !important;
    }

    .al-araf-home .container,
    .al-araf-store .container {
        background: transparent !important;
    }

    .al-araf-home .product-card-lux:hover,
    .al-araf-store .product-card-lux:hover {
        box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(212, 167, 74, 0.2) !important;
    }

    .al-araf-home .home-products-grid-lux .product-card-lux,
    .al-araf-store .home-products-grid-lux .product-card-lux {
        background: #ffffff !important;
        border-color: #e8e8e8 !important;
    }

    .al-araf-home .home-products-grid-lux .prod-category,
    .al-araf-home .home-products-grid-lux .prod-title,
    .al-araf-home .home-products-grid-lux .prod-subtitle,
    .al-araf-store .home-products-grid-lux .prod-category,
    .al-araf-store .home-products-grid-lux .prod-title,
    .al-araf-store .home-products-grid-lux .prod-subtitle {
        color: #1a1a1a !important;
    }

    .al-araf-home .prod-info,
    .al-araf-store .prod-info {
        background: #ffffff !important;
    }

    .al-araf-home .swiper-slide .product-card-lux,
    .al-araf-store .swiper-slide .product-card-lux {
        background: #ffffff !important;
        border-color: #e8e8e8 !important;
    }

    /* ═══════ STORE PAGES — additional white overrides ═══════ */
    .al-araf-store .store-route-shell {
        background: #ffffff !important;
    }

    .al-araf-store .breadcrumb-area,
    .al-araf-store .breadcrumbs-area {
        background: #f5f5f5 !important;
        border-bottom: 1px solid #e0e0e0 !important;
    }

        .al-araf-store .breadcrumb-area *,
        .al-araf-store .breadcrumbs-area * {
            color: #555 !important;
        }

    .al-araf-store table {
        background: #ffffff !important;
        border-color: #e0e0e0 !important;
    }

    .al-araf-store th {
        background: #f5f5f5 !important;
        color: #1a1a1a !important;
        border-color: #e0e0e0 !important;
    }

    .al-araf-store td {
        border-color: #e0e0e0 !important;
        color: #1a1a1a !important;
    }

    .al-araf-store input[type="text"],
    .al-araf-store input[type="email"],
    .al-araf-store input[type="password"],
    .al-araf-store input[type="number"],
    .al-araf-store input[type="tel"],
    .al-araf-store input[type="search"],
    .al-araf-store select,
    .al-araf-store textarea {
        background: #ffffff !important;
        border: 1px solid #d0d0d0 !important;
        color: #1a1a1a !important;
    }

        .al-araf-store input:focus,
        .al-araf-store select:focus,
        .al-araf-store textarea:focus {
            border-color: var(--gold) !important;
        }

    .al-araf-store a {
        color: var(--gold) !important;
    }

    .al-araf-store .lux-footer {
        background: #1a1a1a !important;
    }

        .al-araf-store .lux-footer h3,
        .al-araf-store .lux-footer h4,
        .al-araf-store .lux-footer p,
        .al-araf-store .lux-footer a,
        .al-araf-home .lux-footer h3,
        .al-araf_home .lux-footer h4,
        .al-araf-home .lux-footer p,
        .al-araf-home .lux-footer a {
            color: inherit !important;
        }

    .al-araf-home .lux-footer,
    .al-araf-store .lux-footer {
        color: var(--text-secondary) !important;
    }

    .al-araf-home .newsletter-lux h3,
    .al-araf-store .newsletter-lux h3 {
        color: #1a1a1a !important;
    }

    .al-araf-home .newsletter-lux > p,
    .al-araf-store .newsletter-lux > p {
        color: #777 !important;
    }

    .al-araf-home .lux-mega-menu,
    .al-araf-store .lux-mega-menu {
        background: rgba(255, 255, 255, 0.98) !important;
        border-color: #e0e0e0 !important;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15) !important;
    }

        .al-araf-home .lux-mega-menu a,
        .al-araf-store .lux-mega-menu a {
            color: #555 !important;
        }

            .al-araf-home .lux-mega-menu a:hover,
            .al-araf-store .lux-mega-menu a:hover {
                color: var(--gold) !important;
            }

    /* ═══════ FIX: dark-bg elements on white theme ═══════ */
    /* Hero overlay text stays white on gradient */
    .al-araf-home .hero-slide-content h1,
    .al-araf-home .hero-slide-content p {
        color: #ffffff !important;
    }

    .al-araf-home .hero-badge {
        color: var(--gold) !important;
    }
    /* Lookbook caption stays white on gradient */
    .al-araf-home .slide-caption h4,
    .al-araf-store .slide-caption h4 {
        color: #ffffff !important;
    }

    .al-araf-home .slide-caption p,
    .al-araf_store .slide-caption p {
        color: rgba(255,255,255,0.85) !important;
    }
    /* FAQ items */
    .al-araf-home .lux-faq-item,
    .al-araf-store .lux-faq-item {
        background: #f5f5f5 !important;
        border-color: #e0e0e0 !important;
    }

        .al-araf-home .lux-faq-item summary,
        .al-araf-store .lux-faq-item summary {
            color: #1a1a1a !important;
        }
    /* Shop filter bar */
    .al-araf-home .lux-filter-bar,
    .al-araf-store .lux-filter-bar {
        background: #f5f5f5 !important;
        border-color: #e0e0e0 !important;
    }

    .al-araf-home .lux-filter-field label,
    .al-araf-store .lux-filter-field label {
        color: #555 !important;
    }
    /* Shop sidebar cards */
    .al-araf-home .lux-sidebar-card,
    .al-araf-store .lux-sidebar-card {
        background: #f5f5f5 !important;
        border-color: #e0e0e0 !important;
    }

        .al-araf-home .lux-sidebar-card h4,
        .al-araf-store .lux-sidebar-card h4 {
            color: #1a1a1a !important;
        }

    .al-araf-home .lux-cat-link,
    .al-araf-store .lux-cat-link {
        color: #555 !important;
    }

    .al-araf-home .mini-prod-name,
    .al-araf-store .mini-prod-name {
        color: #1a1a1a !important;
    }
    /* Cart/checkout totals */
    .al-araf-home .lux-totals,
    .al-araf-store .lux-totals {
        background: #f5f5f5 !important;
        border-color: #e0e0e0 !important;
    }

        .al-araf-home .lux-totals h4,
        .al-araf-store .lux-totals h4 {
            color: #1a1a1a !important;
        }

    .al-araf-home .lux-totals-row span,
    .al-araf-store .lux-totals-row span {
        color: #555 !important;
    }

    .al-araf-home .lux-totals-row.total span,
    .al-araf-store .lux-totals-row.total span {
        color: var(--gold) !important;
    }
    /* Cart/checkout steps */
    .al-araf-home .lux-step,
    .al-araf-store .lux-step {
        background: #f0f0f0 !important;
        color: #555 !important;
    }

        .al-araf-home .lux-step.active,
        .al-araf-store .lux-step.active {
            background: rgba(212,167,74,0.15) !important;
            color: var(--gold) !important;
        }

        .al-araf-home .lux-step.done,
        .al-araf-store .lux-step.done {
            background: rgba(109,154,125,0.15) !important;
            color: #4a8f5c !important;
        }
    /* Mobile menu */
    .al-araf-home .lux-mobile-menu,
    .al-araf-store .lux-mobile-menu {
        background: rgba(255, 255, 255, 0.98) !important;
    }

        .al-araf-home .lux-mobile-menu a,
        .al-araf-store .lux-mobile-menu a {
            color: #1a1a1a !important;
        }

            .al-araf-home .lux-mobile-menu a:hover,
            .al-araf-store .lux-mobile-menu a:hover {
                color: var(--gold) !important;
            }
    /* Newsletter input (homepage) */
    .al-araf-home .newsletter-form-lux input[type="email"] {
        background: #ffffff !important;
        border: 1px solid #d0d0d0 !important;
        color: #1a1a1a !important;
    }
    /* Pagination */
    .al-araf-home .store-pagination .sp-link,
    .al-araf-store .store-pagination .sp-link {
        background: #f0f0f0 !important;
        color: #555 !important;
        border-color: #e0e0e0 !important;
    }

        .al-araf-home .store-pagination .sp-link.active,
        .al-araf-store .store-pagination .sp-link.active {
            background: var(--gold) !important;
            color: #fff !important;
        }
    /* Inline var overrides — labels, strong, span */
    .al-araf-home label,
    .al-araf-store label {
        color: #1a1a1a !important;
    }

    .al-araf-home strong,
    .al-araf-store strong {
        color: #1a1a1a !important;
    }

    .al-araf-home .lux-panel span,
    .al-araf-store .lux-panel span {
        color: #555 !important;
    }
    /* Marquee strip */
    .al-araf-home .marquee-wrap,
    .al-araf-store .marquee-wrap {
        background: #f5f5f5 !important;
    }
    /* Buttons — preserve correct text colors */
    .al-araf-home .btn-primary-lux,
    .al-araf-store .btn-primary-lux {
        color: #fff !important;
    }

    .al-araf-home .btn-outline-lux,
    .al-araf-store .btn-outline-lux {
        color: var(--gold) !important;
    }

/* ═══════════════ MY ACCOUNT DASHBOARD ═══════════════ */
.wrapper.my-account, .luxe-inner {
    background: #f7f6f3 !important;
    min-height: 100vh;
}

.section-header-lux h2 {
    font-size: 2.2rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
}

.section-header-lux p {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.lux-panel {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(197,157,95,0.06);
    border: 1.5px solid #f0ece4;
    padding: 28px 32px;
    margin-bottom: 0;
}

    .lux-panel h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: #222;
        margin-bottom: 18px;
    }

.lux-field label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lux-field input, .lux-field textarea, .lux-field select {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e8e4dc;
    border-radius: 12px;
    font-size: 14px;
    background: #faf9f7;
    font-family: inherit;
    margin-bottom: 10px;
    transition: all 0.2s;
}

    .lux-field input:focus, .lux-field textarea:focus, .lux-field select:focus {
        border-color: var(--gold);
        outline: none;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(197,157,95,0.08);
    }

    .lux-field input::placeholder, .lux-field textarea::placeholder {
        color: #ccc;
    }

.btn-primary-lux {
    background: linear-gradient(90deg, var(--gold), #e8c878);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    box-shadow: 0 2px 12px rgba(197,157,95,0.08);
    transition: background 0.2s, color 0.2s;
}

    .btn-primary-lux:hover {
        background: linear-gradient(90deg, #e8c878, var(--gold));
        color: #fff;
    }

.lux-commerce-table th, .lux-commerce-table td {
    font-size: 13px;
    padding: 12px 10px;
}

.lux-commerce-table th {
    color: #888;
    font-weight: 700;
    background: #faf9f7;
    border-bottom: 1.5px solid #f0ece4;
}

.lux-commerce-table tr {
    border-bottom: 1px solid #f0ece4;
}

.lux-commerce-table td {
    color: #333;
    font-weight: 600;
}

@media (max-width: 900px) {
    .lux-panel {
        padding: 18px 10px;
    }

    .section-header-lux h2 {
        font-size: 1.4rem;
    }
}

/* ═══════════════ ACCOUNT DASHBOARD SIDEBAR ═══════════════ */
.account-sidebar {
    width: 240px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(197,157,95,0.06);
    border: 1.5px solid #f0ece4;
    padding: 32px 0 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
    position: sticky;
    top: 32px;
    margin-right: 32px;
}

.account-sidebar-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
}

.account-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    align-items: stretch;
}

    .account-nav a, .account-logout {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 32px;
        color: #555;
        font-size: 15px;
        font-weight: 600;
        background: none;
        border: none;
        outline: none;
        text-align: left;
        border-left: 4px solid transparent;
        border-radius: 0 20px 20px 0;
        transition: all 0.18s;
        cursor: pointer;
        text-decoration: none;
    }

        .account-nav a.active, .account-nav a:hover, .account-logout:hover {
            color: var(--gold);
            background: #faf9f7;
            border-left-color: var(--gold);
        }

.account-logout {
    margin-top: 18px;
    color: #f44336;
    font-weight: 700;
    border-left-color: transparent;
}

@media (max-width: 900px) {
    .account-sidebar {
        display: none;
    }
}

/* Dashboard main area */
.account-main {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    background: #fff;
}

.account-dashboard-row {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    background: #fff;
}

@media (max-width: 900px) {
    .account-dashboard-row {
        flex-direction: column;
        gap: 0;
    }
}

/* ======= LOCAL FONTS ======= */
@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif;
}

/* Timeless — Modern text color fix */
.hero-slide-content h2 span.white-text,
.hero-slide-content h2 span.white-text * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
}

.hero-slide-content h2 span:contains('Timeless'),
.hero-slide-content h2 span:contains('Modern') {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
}
