        *,
        ::before,
        ::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        :root {
            /* Brand Colors */
            --primary: #CC0D39;
            --secondary: #000;
            --light: #FFFAF3;
            --light-dark: #FEEB9D;
            --body: #5E626F;
            --title: #000;
            --border: #D7D7D7;
            --white: #fff;

            /* Extended Palette */
            --sand: #FFF8F0;
            --bg-main: #FFFAF3;
            --text-muted: #5E626F;
            --success: #2E7D32;
            --warning: #f59e0b;
            --danger: #D32F2F;
            --star-color: #f59e0b;

            /* Shadows */
            --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
            --shadow-md: 0 8px 24px rgba(0,0,0,0.06);
            --shadow-lg: 0 20px 60px rgba(0,0,0,0.08);
            --shadow-xl: 0 40px 100px rgba(0,0,0,0.05);

            /* Spacing */
            --space-xs: 4px;
            --space-sm: 8px;
            --space-md: 16px;
            --space-lg: 24px;
            --space-xl: 40px;
            --space-2xl: 60px;
            --space-3xl: 80px;

            /* Radius */
            --radius: 12px;
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 20px;
            --radius-xl: 30px;
            --radius-full: 9999px;

            /* Typography */
            --font-family-title: 'Outfit', sans-serif;
            --font-family-body: 'Plus Jakarta Sans', sans-serif;
            --font-family-display: 'Playfair Display', serif;

            /* Transitions */
            --transition-fast: 0.2s ease;
            --transition-base: 0.3s ease;
            --transition-slow: 0.5s ease;
            --transition-spring: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: 90px;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--font-family-title);
            font-weight: 500;



            color: var(--title);
            line-height: 1.4;
        }

        /* Font face rule (defining the custom font family) */

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 400;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaRegular.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 400;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 100;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaThin.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 100;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaThinItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 200;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraLight.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 200;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraLightItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 300;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaLight.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 300;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaLightItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 500;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaMedium.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 500;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaMediumItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 600;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaSemiBold.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 600;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaSemiBoldItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 700;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBold.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 700;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBoldItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 800;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraBold.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 800;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraBoldItalic.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: normal;

            font-weight: 900;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBlack.woff') format('woff');
        }

        @font-face {
            font-family: 'Lufga';

            font-style: italic;

            font-weight: 900;

            src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBlackItalic.woff') format('woff');
        }

        body {
            font-family: var(--font-family-body);
            color: var(--body);
            background: var(--bg-main);
            overflow-x: hidden;
            line-height: 1.5;
            font-size: 14px;
        }

        .container {
            width: 100%;
            max-width: 1320px;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: 12px;
            padding-right: 12px;
            position: relative;
            z-index: 2;
        }

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

        a {
            color: inherit;
            text-decoration: none;
            transition: all .3s
        }

        ul {
            list-style: none
        }

        button {
            cursor: pointer;
            border: none;
            background: none;
            font-family: inherit
        }

        /* ── HEADER ── */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;

            z-index: 1001;
            background: var(--light-dark); /* yellow based */
            border-bottom: 1px solid #e5c35e; /* warm separator */
            transition: all .3s
        }

        .site-header.scrolled {
            box-shadow: 0 4px 20px rgba(120, 95, 30, 0.15)
        }

        .main-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 12px;
            height: 70px;
            max-width: 1320px;
            width: 100%;
            margin: 0 auto !important
        }

        .logo {
            font-size: 28px;
            font-weight: 700;
            color: var(--secondary);
            letter-spacing: -1px
        }

        .logo span {
            color: var(--primary)
        }

        .site-header .logo {
            color: #000; /* High contrast on yellow */
        }

        /* Desktop Nav */
        .nav-desktop {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
        }

        .nav-desktop a {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a; /* Dark on yellow background */
            position: relative;
            padding: 4px 0;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-family: var(--font-family-title);
            /* text aur icon ke beech gap */
        }

        .nav-desktop a::after {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url('../images/icons/star.svg') no-repeat center;
            background-size: contain;
            filter: brightness(0); /* Black star icon for yellow theme */
        }

        .nav-desktop a:hover {
            color: var(--primary)
        }

        /* Nav Actions */
        .nav-actions {
            display: flex;
            align-items: center;
            gap: 16px
        }

        .icon-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1.5px solid rgba(0, 0, 0, 0.12);
            background: #fff;
            cursor: pointer;
            transition: all .3s;
            position: relative;
            color: #000;
        }

        .icon-btn:hover {
            border-color: var(--primary);
            background: var(--primary);
            color: #fff
        }

        .admin-btn {
            color: var(--primary) !important;
        }

        .admin-btn:hover {
            color: #fff !important;
            background: var(--primary) !important;
            border-color: var(--primary) !important;
        }

        .cart-badge {
            position: absolute;
            top: -4px;
            right: -4px;
            background: var(--primary);
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center
        }

        /* Mobile Hamburger */
        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: 1.5px solid rgba(0, 0, 0, 0.12);
            background: #fff;
            border-radius: 8px
        }

        .hamburger span {
            display: block;
            width: 20px;
            height: 2px;
            background: #000;
            transition: all .3s
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 5px)
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -5px)
        }

        /* Mobile Nav */
        .mobile-nav {
            display: none;
            position: fixed;
            top: 70px;
            left: 0;
            right: 0;
            bottom: 0;
            background: #FFFDF6; /* soft luxury cream */
            border-top: 1px solid #e5c35e;
            z-index: 1000;
            overflow-y: auto;
            padding: 40px 24px;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            text-align: center;
            gap: 10px
        }

        .mobile-nav.open {
            display: flex
        }

        .mobile-nav a {
            display: block;
            width: 100%;
            font-size: 22px;
            font-weight: 600;
            padding: 12px 0;
            color: #1a1a1a;
            font-family: var(--font-family-title);
            transition: color 0.2s ease;
        }

        .mobile-nav a:hover {
            color: var(--primary);
        }

        .mobile-nav-actions {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 32px;
            width: 100%;
            max-width: 300px;
        }

        .mobile-nav-actions .btn {
            width: 100%;
            text-align: center;
            padding: 14px;
            border-radius: 10px;
            justify-content: center;
        }

        .mobile-nav-actions .btn.btn-outline {
            border-color: rgba(0, 0, 0, 0.15);
            color: #1a1a1a;
            background: #ffffff;
        }

        .mobile-nav-actions .btn.btn-outline:hover {
            background: var(--primary);
            border-color: var(--primary);
            color: #ffffff;
        }

        /* ── HERO ── */
        .hero {
            min-height: 85vh;
            padding: 90px 0 40px;
            background: radial-gradient(at 0% 0%, rgba(254, 235, 157, 0.18) 0px, transparent 50%),
                        radial-gradient(at 100% 0%, rgba(204, 13, 57, 0.1) 0px, transparent 50%),
                        radial-gradient(at 50% 100%, rgba(254, 235, 157, 0.22) 0px, transparent 50%),
                        linear-gradient(135deg, #FFFAF3 0%, #FFFDF7 50%, #FFEBEF 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            position: relative;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-image: radial-gradient(rgba(0, 0, 0, 0.02) 1.2px, transparent 1.2px);
            background-size: 24px 24px;
            pointer-events: none;
            z-index: 1;
            opacity: 0.8;
        }

        /* Decorative geometric shapes - Rings removed */
        .hero-shape {
            display: none !important;
        }
        .hero-shape-1, .hero-shape-2, .hero-shape-3 {
            display: none !important;
        }

        .ambient-glow {
            position: absolute;
            border-radius: 50%;
            filter: blur(120px);
            pointer-events: none;
            z-index: 1;
            opacity: 0.65;
            animation: pulseGlow 8s ease-in-out infinite alternate;
        }
        .glow-1 {
            top: -10%;
            left: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(254, 235, 157, 0.45) 0%, rgba(254, 235, 157, 0) 70%);
        }
        .glow-2 {
            bottom: -10%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(204, 13, 57, 0.12) 0%, rgba(204, 13, 57, 0) 70%);
        }

        .hero-container {
            max-width: 1320px;
            
            padding: 10px 24px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 90px;
            align-items: center;
            width: 100%;
            position: relative;
            z-index: 3;
            margin-left: 50px;
        }

        .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(254, 235, 157, 0.25);
            border: 1px solid rgba(204, 13, 57, 0.15);
            color: var(--primary);
            font-size: 13px;
            font-weight: 700;
            padding: 8px 18px;
            border-radius: 50px;
            margin-bottom: 25px;
            font-family: var(--font-family-title);
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .hero-tag svg {
            width: 12px;
            height: 12px;
            fill: var(--primary);
        }

        .hero h1 {
            font-size: clamp(36px, 4.5vw, 68px);
            font-weight: 800;
            line-height: 1.1;
            color: var(--title);
            display: block;
            margin-bottom: 20px;
        }
        .hero-highlight {
            background: linear-gradient(135deg, var(--primary) 0%, #FF6B6B 50%, var(--secondary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-family: var(--font-family-display);
            font-style: italic;
            font-weight: 400;
            padding-right: 5px;
        }
        .hero-subtext-lux {
            display: block;
            font-family: var(--font-family-title);
            font-size: clamp(14px, 1.5vw, 18px);
            color: var(--secondary);
            font-weight: 600;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-top: 12px;
            opacity: 0.85;
        }

        /* main container */
        .icons-heros {
            display: inline-block;
            align-items: center;
            gap: 10px;
            color: var(--primary);
            white-space: nowrap;
        }

        /* 🔥 SVG ko replace kiya pseudo/icon box se */
        .icons-heros .icon {
            width: 22px;
            height: 22px;
            background: var(--primary);

            /* star shape */
            clip-path: polygon(50% 0%, 60% 35%, 100% 50%,
                    60% 65%, 50% 100%,
                    40% 65%, 0% 50%,
                    40% 35%);

            flex-shrink: 0;
        }

        .hero p {
            font-size: 18px;
            color: #4A4A4A;
            line-height: 1.6;
            margin-bottom: 35px;
            max-width: 520px;
            font-family: var(--font-family-body);
        }

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

        .btn {
            text-transform: uppercase;
            display: inline-flex;
            align-items: center;
            gap: 15px;
            padding: 10px 28px;
            border-radius: 8px;
            font-size: 17px;
            font-weight: 600;
            font-family: inherit;
            cursor: pointer;
            letter-spacing: 1.5px;
            transition: all .3s;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .btn > * {
            position: relative;
            z-index: 2;
        }

        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            transition: all 0.5s;
            opacity: 0.8;
            transform: translate(-105%, 0);
            border-right-width: 2px;
            border-right-style: solid;
            border-right-color: white;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .btn:hover::after {
            opacity: 0;
            transform: translate(0, 0);
        }

        .btn-primary {
            background: var(--primary);
            color: #fff !important;
            border-color: var(--primary);
            border-radius: 50px;
        }

        .btn-primary:hover {
            background: var(--secondary);
            border-color: var(--secondary);
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(204, 13, 57, 0.2);
        }

        .btn-outline {
            background: transparent;
            color: var(--secondary);
            border-color: var(--secondary);
            border-radius: 50px;
        }

        .btn-outline:hover {
            background: var(--secondary);
            color: #fff !important;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(120, 95, 30, 0.15);
        }

        /* Wrapper */
        .hero-image-wrap {
            position: relative;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
            margin-right: 40px;
        }

        /* Banner box */
        .hero-banner {
            background: rgba(255, 255, 255, 0.45) !important;
            backdrop-filter: blur(20px) !important;
            -webkit-backdrop-filter: blur(20px) !important;
            border-radius: 30px;
            border: 2px solid transparent !important;
            background-clip: padding-box, border-box !important;
            background-origin: padding-box, border-box !important;
            background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 248, 235, 0.5) 100%), 
                              linear-gradient(135deg, rgba(229, 195, 94, 0.5) 0%, rgba(204, 13, 57, 0.3) 50%, rgba(229, 195, 94, 0.5) 100%) !important;
            height: 530px;
            max-width: 600px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(204, 13, 57, 0.05), 0 0 40px rgba(254, 235, 157, 0.25) !important;
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        .hero-banner:hover {
            transform: translateY(-8px) scale(1.01) !important;
            box-shadow: 0 40px 85px rgba(204, 13, 57, 0.12), 0 0 50px rgba(254, 235, 157, 0.4) !important;
            background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 248, 235, 0.6) 100%), 
                              linear-gradient(135deg, rgba(229, 195, 94, 0.8) 0%, rgba(204, 13, 57, 0.5) 50%, rgba(229, 195, 94, 0.8) 100%) !important;
        }
        .hero-banner::after {
            content: '';
            position: absolute;
            top: 12px;
            left: 12px;
            right: 12px;
            bottom: 12px;
            border: 1px dashed rgba(204, 13, 57, 0.2);
            border-radius: 20px;
            pointer-events: none;
            z-index: 2;
        }

        .hero-banner .hero-content img {
            width: 320px;
            height: 380px;
            object-fit: cover;
            object-position: center;
            margin-bottom: 20px;
            margin-top: 30px;
            border-radius: 20px;
            border: 3px solid transparent !important;
            background-clip: padding-box, border-box !important;
            background-origin: padding-box, border-box !important;
            background-image: linear-gradient(#fff, #fff), 
                              linear-gradient(135deg, #E5C35E 0%, #FFD700 50%, var(--primary) 100%) !important;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
            margin-left: auto;
            margin-right: auto;
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .hero-banner:hover .hero-content img {
            transform: scale(1.04);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
        }

        /* Content center */
        .hero-content.t1 {
            text-align: center;
            padding: 60px;
            padding-bottom: 90px;
            margin-top: 10px;
        }



        /* Title */
        .hero-title {
            font-family: var(--font-family-display) !important;
            font-size: 26px !important;
            font-weight: 700;
            color: var(--title);
            letter-spacing: 0.5px;
            margin-top: 12px;
            background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Subtitle */
        .hero-subtitle {
            font-family: var(--font-family-title) !important;
            font-size: 13px !important;
            color: var(--body);
            margin-top: 6px;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: 600;
            opacity: 0.8;
        }

        /* Badge */
        /* .hero-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #fff;
            padding: 8px 14px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        } */

        /* Floating card */
        .hero-float-card {
            position: absolute;
            bottom: 0px;
            left: -50px;
            background: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(12px);
            border-radius: 10px;
            padding: 16px 20px;
            display: grid;
            justify-items: center;
            text-align: center;
            gap: 12px;
            height: 150px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        }

        /* Float icon */
        .float-icon {
            width: 52px;
            height: 52px;
            border-radius: 10px;
            background: #FEEB9D;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            flex-shrink: 0;
        }

        /* Text */
        .hero-float-card h6 {
            font-size: 15px;
            font-weight: 600;
            color: var(--title);
            margin-bottom: 2px;
        }

        .hero-float-card p {
            font-size: 15px;
            color: var(--primary);
            font-weight: 700;
        }

        .hero-stats {
            width: 100%;
            max-width: 450px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-top: 40px;
            padding: 18px 24px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 249, 240, 0.95) 100%);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-radius: 24px;
            border: 1.5px solid transparent;
            background-clip: padding-box, border-box;
            background-origin: padding-box, border-box;
            background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 249, 240, 0.95) 100%), 
                              linear-gradient(135deg, var(--primary) 0%, #FFD700 50%, var(--secondary) 100%);
            box-shadow: 0 12px 36px rgba(204, 13, 57, 0.06), 0 0 15px rgba(254, 235, 157, 0.4);
            flex-wrap: nowrap;
            margin-left: 0;
            position: relative;
            animation: statsGlow 4s ease-in-out infinite alternate;
        }

        .stat {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            position: relative;
        }

        .stat:not(:last-child)::after {
            content: '';
            position: absolute;
            right: -10px;
            top: 15%;
            height: 70%;
            width: 1px;
            background: rgba(204, 13, 57, 0.15);
        }

        .stat-num {
            font-size: 28px;
            font-weight: 700;
            color: var(--title);
            line-height: 1.2;
            text-align: center;
            font-family: var(--font-family-title);

        }

        .stat-label {
            font-size: 13px;
            color: var(--body);
            font-family: var(--font-family-title);
            margin-top: 4px;
        }

        .hero-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(135deg, var(--primary) 0%, #FF5A79 100%) !important;
            color: #fff;
            font-size: 13px !important;
            font-weight: 700 !important;
            letter-spacing: 1px;
            padding: 8px 16px !important;
            border-radius: 50px !important;
            box-shadow: 0 10px 20px rgba(204, 13, 57, 0.25) !important;
            animation: floatBadge 3s ease-in-out infinite;
            z-index: 10;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }


        /* Hero trust badges */
        .hero-trust-row {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 28px;
            margin-top: 4px;
        }
        .hero-trust-badge {
            display: flex;
            align-items: center;
            gap: 6px;
            background: rgba(255,255,255,0.7);
            border: 1px solid rgba(204, 13, 57, 0.1);
            border-radius: 30px;
            padding: 6px 12px;
            font-size: 12px;
            font-weight: 600;
            color: var(--title);
            backdrop-filter: blur(6px);
            transition: all 0.3s ease;
        }
        .hero-trust-badge:hover {
            border-color: var(--primary);
            color: var(--primary);
            transform: translateY(-2px);
        }
        .hero-trust-badge i {
            color: var(--primary);
            font-size: 12px;
        }

        /* Floating review card inside hero banner */
        .hero-review-card {
            position: absolute;
            bottom: 20px;
            left: 18px;
            background: rgba(255,255,255,0.96);
            backdrop-filter: blur(12px);
            border-radius: 16px;
            padding: 14px 18px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            border: 1px solid rgba(204,13,57,0.1);
            max-width: 220px;
            z-index: 10;
            animation: floatBadge 4s ease-in-out infinite;
        }
        .hero-review-stars {
            display: flex;
            gap: 3px;
            color: #FFD700;
            font-size: 11px;
            margin-bottom: 6px;
        }
        .hero-review-text {
            font-size: 12px;
            font-style: italic;
            color: #444;
            line-height: 1.4;
            margin-bottom: 8px;
        }
        .hero-review-author {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .hero-review-avatar {
            width: 28px;
            height: 28px;
            background: var(--primary);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            flex-shrink: 0;
        }
        .hero-review-author span {
            font-size: 11px;
            color: #666;
            font-weight: 600;
        }

        /* Floating pills */
        .hero-pill {
            position: absolute;
            background: rgba(255, 255, 255, 0.8) !important;
            backdrop-filter: blur(12px) !important;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            border-radius: 16px !important;
            padding: 10px 18px !important;
            display: flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 12px 30px rgba(120, 95, 30, 0.08) !important;
            z-index: 10;
        }
        .hero-pill-top {
            top: 48px;
            right: -10px;
            animation: floatBadge 5s ease-in-out infinite 1s;
        }
        .hero-pill-bottom {
            bottom: 40px;
            left: -10px;
            animation: floatBadge 6s ease-in-out infinite 0.5s;
        }

        .hero-pill {
            max-height: 100px;
        }

        .hero-pill-emoji {
            font-size: 22px;
            flex-shrink: 0;
        }
        .hero-pill div {
            display: flex;
            flex-direction: column;
            gap: 1px;
        }
        .hero-pill strong {
            font-size: 13px;
            color: var(--title);
            font-weight: 700;
        }
        .hero-pill span {
            font-size: 11px;
            color: var(--body);
        }

        /* featured */
        /* Section */

        /* Container */
        .category-section {
            max-width: 1550px;
            margin: 80px auto;
            padding: 45px 24px;
            width: calc(100% - 48px);
            background: linear-gradient(135deg, #FFECA9 0%, #FFF9E6 50%, #FFD3DB 100%);
            border: 1px solid rgba(204, 13, 57, 0.12);
            border-radius: 36px;
            box-shadow: 0 20px 50px rgba(40, 5, 12, 0.05), inset 0 0 80px rgba(255, 255, 255, 0.6);
            position: relative;
        }

        .category-section::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 12px;
            right: 12px;
            bottom: 12px;
            border: 1px dashed rgba(204, 13, 57, 0.15);
            border-radius: 28px;
            pointer-events: none;
        }

        .category-section .section-title::after {
            content: '♦';
            display: block;
            font-size: 0.8rem;
            color: var(--primary);
            margin-top: 8px;
            letter-spacing: 5px;
            opacity: 0.65;
        }

        /* GRID */
        .category-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 20px;
        }

        /* Item */
        .category-item {
            position: relative;
            overflow: hidden;
            border-radius: 120px 120px 24px 24px;
            background: #fff;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            border: 1px solid rgba(204, 13, 57, 0.05);
        }

        .category-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(204, 13, 57, 0.08);
            border-color: rgba(204, 13, 57, 0.2);
        }

        /* Image Wrapper */
        .category-image-wrapper {
            position: relative;
            width: 100%;
            height: 280px;
            overflow: hidden;
            border-radius: 120px 120px 0 0;
        }

        /* Image */
        .category-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center 15%;
            transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .category-item:hover .category-img {
            transform: scale(1.08);
        }

        /* Overlay */
        .category-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(40, 5, 12, 0.8) 0%, rgba(40, 5, 12, 0.3) 40%, transparent 70%);
            opacity: 0.85;
            transition: all 0.5s ease;
        }

        .category-overlay::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(204, 13, 57, 0.85) 0%, rgba(40, 5, 12, 0.4) 60%, transparent 100%);
            opacity: 0;
            transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            border-radius: inherit;
        }

        .category-item:hover .category-overlay::after {
            opacity: 1;
        }

        /* Content Overlay */
        .category-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px 20px;
            text-align: center;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        /* Category Name */
        .category-name {
            font-family: 'Playfair Display', serif;
            font-size: 1.7rem;
            font-weight: 700;
            color: #fff;
            margin: 0 0 8px 0;
            letter-spacing: 0.5px;
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .category-item:hover .category-name {
            transform: translateY(-8px);
        }

        /* CTA Link */
        .category-cta {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.75rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.9);
            text-transform: uppercase;
            letter-spacing: 3px;
            opacity: 0;
            transform: translateY(12px);
            transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            padding-bottom: 3px;
        }

        .category-item:hover .category-cta {
            opacity: 1;
            transform: translateY(-4px);
        }

        /* ================= RESPONSIVE ================= */

        /* Tablet + Mobile */
        @media (max-width: 992px) {
            .category-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .category-image-wrapper {
                height: 240px;
                border-radius: 90px 90px 0 0;
            }

            .category-item {
                border-radius: 90px 90px 20px 20px;
            }
        }

        /* Mobile */
        @media (max-width: 580px) {
            .category-section {
                padding: 30px 12px;
                margin: 30px auto;
                border-radius: 20px;
                width: calc(100% - 24px);
            }

            .category-section::before {
                top: 8px;
                left: 8px;
                right: 8px;
                bottom: 8px;
                border-radius: 14px;
            }

            .category-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
                margin-top: 15px;
            }

            .category-item {
                border-radius: 80px 80px 16px 16px;
            }

            .category-image-wrapper {
                height: 190px;
                border-radius: 80px 80px 0 0;
            }

            .category-content {
                padding: 15px 8px;
            }

            .category-name {
                font-size: 1.15rem;
                margin-bottom: 4px;
            }

            .category-cta {
                font-size: 0.6rem;
                letter-spacing: 1.5px;
                transform: translateY(8px);
                opacity: 0.8;
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            }

            .category-item:hover .category-cta {
                transform: translateY(0);
                opacity: 1;
            }
        }

        /* featured */


        /* ── MARQUEE ── */
        .marquee-wrap {
            background: var(--light-dark);
            padding: 16px 0;
            overflow: hidden;
            position: relative
        }

        .marquee-track {
            display: flex;
            gap: 40px;
            animation: marquee 20s linear infinite;
            white-space: nowrap
        }

        .marquee-wrap:hover .marquee-track {
            animation-play-state: paused
        }

        .marquee-item {
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: var(--secondary);
            opacity: .7;
            flex-shrink: 0
        }

        .marquee-sep {
            color: var(--primary);
            font-size: 20px
        }

        @keyframes marquee {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(-50%)
            }
        }

        /* ── CATEGORIES ── */
        .section {
            padding: 100px 24px !important;
            max-width: 1320px;
            margin: 0 auto
        }

        .section-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 40px;
            gap: 20px;
            flex-wrap: wrap
        }

        .section-title {
            font-size: clamp(24px, 3vw, 36px);
            font-weight: 700;
            color: var(--title);
            position: relative;
        }

        .section-title::after {
            content: '✦';
            display: block;
            font-size: 0.8rem;
            color: var(--primary);
            margin-top: 6px;
            letter-spacing: 5px;
            opacity: 0.75;
            animation: starPulse 2.5s ease-in-out infinite alternate;
            transform-origin: center;
        }

        .section-sub {
            font-size: 15px;
            color: var(--body);
            margin-top: 6px
        }

        .categories-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 20px
        }

        .cat-card {
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            aspect-ratio: 3/4;
        }

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

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

        .cat-card-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, transparent 60%)
        }

        .cat-card-label {
            position: absolute;
            bottom: 20px;
            left: 20px;
            color: #fff;
            font-size: 20px;
            font-weight: 700
        }

        .cat-card-count {
            font-size: 13px;
            font-weight: 400;
            opacity: .8
        }

        .cat-card-tag {
            position: absolute;
            top: 16px;
            right: 16px;
            background: #fff;
            color: var(--title);
            font-size: 11px;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 20px
        }

        /* ── PRODUCTS ── */
        .products-section {
            background: var(--light);
            padding: 100px 0
        }

        .products-inner {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 2;
        }

        .filter-tabs {
            display: flex;
            gap: 4px;
            background: #fff;
            border: 1.5px solid var(--border);
            border-radius: 50px;
            padding: 4px;
            width: fit-content;
            margin-bottom: 40px;
            flex-wrap: wrap
        }

        .filter-tab {
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all .2s;
            color: var(--body);
            border: none;
            background: none;
            font-family: inherit
        }

        .filter-tab.active {
            background: var(--secondary);
            color: #fff
        }

        .filter-tab:hover:not(.active) {
            background: var(--light-dark)
        }

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

        .product-card {
            background: #FFFDF0;
            border-radius: 32px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s ease;
            border: 1px solid #F5DCA0;
            position: relative;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
            border-color: var(--primary);
        }

        .product-img-wrap {
            position: relative;
            overflow: hidden;
            aspect-ratio: 3/4
        }

        .product-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .5s
        }

        .product-card:hover .product-img-wrap img {
            transform: translateY(-8%)
        }

        .product-actions {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            transition: opacity .3s;
            opacity: 0
        }

        .product-card:hover .product-actions {
            opacity: 1
        }

        .product-actions button {
            background-color: #000;
            color: #fff;
            font-size: 16px;
            padding: 6px 10px;
            border-radius: 20px;
        }

        .quick-view {
            background-color: var(--secondary) !important;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 50px;
            border: none;
            cursor: pointer;
            font-family: inherit;
            white-space: nowrap;
            transition: background .2s;
        }

        .quick-view:hover {
            background: var(--primary)
        }

        .product-icon-btns {
            display: flex;
            gap: 8px
        }

        .product-icon-btn {
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, .9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            font-size: 14px;
            transition: all .2s
        }

        .product-icon-btn:hover {
            background: var(--primary);
            color: #fff
        }

        .product-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: #fff;
            color: var(--title);
            font-size: 11px;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 6px
        }

        .product-info {
            padding: 16px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-info h5 {
            font-size: 15px;
            font-weight: 600;
            color: var(--title);
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .product-info-row {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .product-price {
            font-size: 16px;
            font-weight: 700;
            color: var(--title)
        }

        .product-price del {
            font-size: 13px;
            color: var(--body);
            font-weight: 400;
            margin-left: 6px
        }

        .product-rating {
            display: flex;
            align-items: center;
            gap: 3px;
            font-size: 12px;
            color: var(--body)
        }

        .stars {
            color: #f59e0b
        }

        /* ── PROMO BANNER ── */
        .promo-section {
            padding: 40px 24px
        }

        .promo-inner {
            max-width: 1320px;
            margin: 0 auto
        }

        .promo-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px
        }

        .promo-card {
            border-radius: 24px;
            padding: 40px;
            position: relative;
            overflow: hidden;
            min-height: 280px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end
        }

        .promo-card-1 {
            background: linear-gradient(135deg, #FFECA9 0%, #FFA8B6 100%);
            border: 1px solid rgba(254, 235, 157, 0.2);
            box-shadow: 0 15px 35px rgba(254, 235, 157, 0.08);
        }

        .promo-card-2 {
            background: linear-gradient(135deg, #1A0207 0%, #4A0815 50%, #CC0D39 100%);
            border: 1px solid rgba(204, 13, 57, 0.2);
            box-shadow: 0 15px 35px rgba(204, 13, 57, 0.08);
        }

        .promo-card h3 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 8px
        }

        .promo-card-1 h3 {
            color: var(--title)
        }

        .promo-card-2 h3 {
            color: #fff
        }

        .promo-card p {
            font-size: 14px;
            margin-bottom: 20px
        }

        .promo-card-1 p {
            color: var(--body)
        }

        .promo-card-2 p {
            color: rgba(255, 255, 255, .7)
        }

        .promo-card img {
            position: absolute;
            right: -20px;
            top: 0;
            height: 100%;
            width: auto;
            object-fit: cover;
            opacity: .3;
            mix-blend-mode: overlay
        }

        .promo-discount {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--primary);
            color: #fff;
            font-size: 22px;
            font-weight: 800;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            line-height: 1
        }

        .promo-discount span {
            font-size: 10px;
            font-weight: 500
        }

        /* ── FEATURES ── */
        .features-section {
            padding: 100px 24px;
            background: var(--light-dark)
        }

        .features-inner {
            max-width: 1320px;
            margin: 0 auto
        }

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

        .feature-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px;
            text-align: center;
            transition: transform .3s
        }

        .feature-card:hover {
            transform: translateY(-4px)
        }

        .feature-icon {
            width: 56px;
            height: 56px;
            background: var(--light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-size: 24px
        }

        .feature-card h5 {
            font-size: 16px;
            font-weight: 700;
            color: var(--title);
            margin-bottom: 6px
        }

        .feature-card p {
            font-size: 13px;
            color: var(--body)
        }

        /* ── TESTIMONIALS ── */
        .testimonials {
            padding: 80px 24px;
            max-width: 1320px;
            margin: 0 auto
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 40px
        }

        .testimonial-card {
            background: var(--light);
            border-radius: 20px;
            padding: 28px
        }

        .t-stars {
            color: #f59e0b;
            font-size: 14px;
            margin-bottom: 12px
        }

        .t-text {
            font-size: 15px;
            color: var(--body);
            line-height: 1.7;
            margin-bottom: 20px
        }

        .t-author {
            display: flex;
            align-items: center;
            gap: 12px
        }

        .t-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0
        }

        .t-name {
            font-size: 14px;
            font-weight: 700;
            color: var(--title)
        }

        .t-role {
            font-size: 12px;
            color: var(--body)
        }

        /* ── NEWSLETTER ── */
        .newsletter {
            background: var(--secondary);
            padding: 50px 24px
        }

        .newsletter-inner {
            max-width: 600px;
            margin: 0 auto;
            text-align: center
        }

        .newsletter h2 {
            font-size: clamp(28px, 4vw, 40px);
            font-weight: 700;
            color: #fff;
            margin-bottom: 12px
        }

        .newsletter p {
            font-size: 16px;
            color: rgba(255, 255, 255, .7);
            margin-bottom: 32px
        }

        .newsletter-form {
            display: flex;
            gap: 8px;
            background: rgba(255, 255, 255, .1);
            padding: 6px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, .2)
        }

        .newsletter-form input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 12px 16px;
            font-size: 15px;
            color: #fff;
            font-family: inherit;
            outline: none
        }

        .newsletter-form input::placeholder {
            color: rgba(255, 255, 255, .5)
        }

        .newsletter-form button {
            background: #fff;
            color: var(--secondary);
            font-size: 14px;
            font-weight: 700;
            padding: 12px 24px;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            font-family: inherit;
            white-space: nowrap;
            transition: all .3s
        }

        .newsletter-form button:hover {
            background: var(--primary);
            color: #fff
        }

        /* ── FOOTER ── */
        footer {
            background: linear-gradient(180deg, #FFF9E6 0%, #FFFAF3 100%);
            border-top: 1px solid rgba(204, 13, 57, 0.15);
            padding: 60px 24px 24px;
            color: var(--body);
            position: relative;
            overflow: hidden;
        }

        .footer-inner {
            max-width: 1320px;
            margin: 0 auto
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 48px
        }

        .footer-brand .logo {
            margin-bottom: 16px;
            display: block;
            font-size: 24px;
            color: var(--secondary);
        }

        .footer-brand .logo span {
            color: var(--primary);
        }

        .footer-brand p {
            font-size: 14px;
            color: var(--body);
            line-height: 1.7;
            max-width: 260px
        }

        .footer-social {
            display: flex;
            gap: 10px;
            margin-top: 20px
        }

        .social-btn {
            width: 38px;
            height: 38px;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            transition: all .3s;
            cursor: pointer;
            color: var(--body);
            background: transparent;
        }

        .social-btn:hover {
            background: var(--primary);
            border-color: var(--primary);
            color: #fff
        }

        .footer-col h5 {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 20px
        }

        .footer-col ul li {
            margin-bottom: 10px
        }

        .footer-col ul li a {
            font-size: 14px;
            color: var(--body);
            transition: color .2s
        }

        .footer-col ul li a:hover {
            color: var(--primary)
        }

        .footer-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 24px;
            border-top: 1px solid var(--border);
            flex-wrap: wrap;
            gap: 12px
        }

        .footer-bottom p {
            font-size: 13px;
            color: var(--text-muted)
        }

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

        .payment-badge {
            background: var(--light);
            border: 1px solid var(--border);
            border-radius: 6px;
            padding: 4px 10px;
            font-size: 11px;
            font-weight: 700;
            color: var(--body)
        }

        .footer-contact {
            display: flex;
            flex-direction: column;
            gap: 12px;
            font-size: 14px;
            color: var(--body);
        }

        .footer-contact li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 1.5;
            margin-bottom: 0 !important;
        }

        .footer-contact li i {
            color: var(--primary);
            font-size: 14px;
            margin-top: 3px;
            flex-shrink: 0;
        }

        /* ── CART SIDEBAR ── */
        .cart-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .5);
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all .3s
        }

        .cart-overlay.open {
            opacity: 1;
            visibility: visible
        }

        .cart-sidebar {
            position: fixed;
            top: 0;
            right: -100%;
            width: 420px;
            max-width: 100vw;
            height: 100%;
            background: #fff;
            z-index: 2001;
            transition: right .3s;
            display: flex;
            flex-direction: column;
            overflow: hidden
        }

        .cart-sidebar.open {
            right: 0
        }

        .cart-header {
            padding: 24px;
            border-bottom: 1px solid var(--border);
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .cart-header h4 {
            font-size: 20px;
            font-weight: 700;
            color: var(--title)
        }

        .close-btn {
            width: 36px;
            height: 36px;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 18px;
            transition: all .2s
        }

        .close-btn:hover {
            background: var(--secondary);
            color: #fff;
            border-color: var(--secondary)
        }

        .cart-items {
            flex: 1;
            overflow-y: auto;
            padding: 20px
        }

        .cart-item {
            display: flex;
            gap: 14px;
            align-items: center;
            padding: 16px 0;
            border-bottom: 1px solid var(--border)
        }

        .cart-item img {
            width: 72px;
            height: 80px;
            object-fit: cover;
            border-radius: 10px;
            flex-shrink: 0
        }

        .cart-item-info {
            flex: 1
        }

        .cart-item-name {
            font-size: 14px;
            font-weight: 600;
            color: var(--title);
            margin-bottom: 4px
        }

        .cart-item-price {
            font-size: 15px;
            font-weight: 700;
            color: var(--title)
        }

        .cart-item-qty {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 8px
        }

        .qty-btn {
            width: 28px;
            height: 28px;
            border: 1.5px solid var(--border);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 14px;
            transition: all .2s
        }

        .qty-btn:hover {
            background: var(--secondary);
            color: #fff;
            border-color: var(--secondary)
        }

        .qty-num {
            font-size: 14px;
            font-weight: 600;
            min-width: 24px;
            text-align: center
        }

        .remove-item {
            color: var(--primary);
            font-size: 18px;
            cursor: pointer;
            margin-left: auto
        }

        .cart-footer {
            padding: 20px;
            border-top: 1px solid var(--border)
        }

        .cart-total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px
        }

        .cart-total span {
            font-size: 16px;
            font-weight: 700;
            color: var(--title)
        }

        .cart-footer .btn {
            width: 100%;
            justify-content: center;
            margin-bottom: 8px
        }

        .btn-secondary {
            background: var(--light);
            color: var(--title);
            border-color: var(--border)
        }

        .btn-secondary:hover {
            background: var(--secondary);
            color: #fff;
            border-color: var(--secondary)
        }

        /* ── QUICK VIEW MODAL ── */
        .modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .6);
            z-index: 3000;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px
        }

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

        .modal-box {
            background: #fff;
            border-radius: 24px;
            width: 100%;
            max-width: 800px;
            max-height: 90vh;
            overflow-y: auto;
            padding: 40px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            position: relative
        }

        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 36px;
            height: 36px;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 18px;
            z-index: 1
        }

        .modal-img {
            border-radius: 16px;
            width: 100%;
            aspect-ratio: 3/4;
            object-fit: cover
        }

        .modal-info h3 {
            font-size: 24px;
            font-weight: 700;
            color: var(--title);
            margin-bottom: 8px
        }

        .modal-info .modal-price {
            font-size: 26px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 16px
        }

        .modal-info p {
            font-size: 14px;
            color: var(--body);
            margin-bottom: 20px;
            line-height: 1.7
        }

        .size-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--title);
            margin-bottom: 10px
        }

        .size-options {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 20px
        }

        .size-opt {
            width: 42px;
            height: 42px;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all .2s
        }

        .size-opt:hover,
        .size-opt.active {
            background: var(--secondary);
            color: #fff;
            border-color: var(--secondary)
        }

        .modal-actions {
            display: flex;
            gap: 10px;
            margin-top: 20px
        }

        .modal-actions .btn {
            flex: 1;
            justify-content: center
        }

        /* ── SEARCH ── */
        .search-overlay {
            position: fixed;
            inset: 0;
            background: rgba(255, 250, 243, .97);
            z-index: 4000;
            display: flex;
            align-items: flex-start;
            padding: 100px 24px 24px;
            opacity: 0;
            visibility: hidden;
            transition: all .3s
        }

        .search-overlay.open {
            opacity: 1;
            visibility: visible
        }

        .search-inner {
            max-width: 700px;
            margin: 0 auto;
            width: 100%
        }

        .search-input-wrap {
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 2px solid var(--secondary);
            padding-bottom: 12px;
            margin-bottom: 24px
        }

        .search-input-wrap input {
            flex: 1;
            background: transparent;
            border: none;
            font-size: 24px;
            font-family: inherit;
            color: var(--title);
            outline: none
        }

        .search-input-wrap input::placeholder {
            color: var(--border)
        }

        .search-close {
            font-size: 24px;
            cursor: pointer;
            color: var(--body)
        }

        /* ── RESPONSIVE ── */
        @media(max-width:1200px) {
            .products-grid {
                grid-template-columns: repeat(3, 1fr)
            }

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

            .features-grid {
                grid-template-columns: repeat(2, 1fr)
            }
        }

        @media(max-width:992px) {
            .hero {
                min-height: auto !important;
                padding-top: 15px !important;
                padding-bottom: 15px !important;
            }

            .hero-container {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 20px !important;
                padding: 10px 24px !important;
            }

            .hero-banner {
                height: 480px !important;
            }

            .hero-banner .hero-content img {
                width: 100% !important;
                max-width: 360px !important;
                height: 330px !important;
                object-fit: cover !important;
                border-radius: 20px !important;
                margin: 0 auto 15px !important;
            }

            .hero-content.t1 {
                padding: 30px !important;
            }

            .hero p {
                max-width: 100%
            }

            .hero-btns {
                justify-content: center
            }

            .hero-trust-row {
                justify-content: center !important;
                margin-bottom: 12px !important;
                gap: 6px !important;
            }

            .hero-image-wrap {
                margin: 0 auto;
            }

            .hero-stats {
                justify-content: center;
                margin: 15px auto 0 !important;
                padding: 10px 16px !important;
            }

            .hero-float-card {
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
                padding: 8px !important;
                height: 110px !important;
                width: 160px !important;
                bottom: -35px !important;
                top: auto !important;
                right: auto;
                background: #fff !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                gap: 5px !important;
                border-radius: 16px !important;
                box-shadow: 0 10px 25px rgba(120, 95, 30, 0.12) !important;
            }

            .hero-float-card .float-icon {
                width: 38px !important;
                height: 38px !important;
                font-size: 18px !important;
                border-radius: 8px !important;
            }

            .hero-float-card .float-title {
                font-size: 11px !important;
                line-height: 1.2 !important;
            }

            .hero-float-card .float-price {
                font-size: 11px !important;
            }

            .categories-grid {
                grid-template-columns: repeat(2, 1fr)
            }

            .promo-grid {
                grid-template-columns: 1fr
            }

            .testimonials-grid {
                grid-template-columns: 1fr
            }

            .modal-box {
                grid-template-columns: 1fr;
                padding: 24px
            }
        }

        @media(max-width:768px) {
            .logo {
                font-size: 26px !important;
            }
            .nav-actions {
                gap: 8px;
            }
            .icon-btn, .hamburger {
                width: 36px !important;
                height: 36px !important;
            }
            .hero {
                min-height: auto !important;
                padding-top: 25px !important;
                padding-bottom: 45px !important;
            }
            .hero-shape {
                z-index: 1 !important;
                opacity: 0.65 !important;
            }
            .hero-shape-1 {
                width: 320px !important;
                height: 320px !important;
                top: -5% !important;
                left: -15% !important;
            }
            .hero-shape-2 {
                width: 220px !important;
                height: 220px !important;
                bottom: -5% !important;
                left: 10% !important;
            }
            .hero-shape-3 {
                width: 280px !important;
                height: 280px !important;
                top: 25% !important;
                right: -10% !important;
            }
            .hero-pill-bottom {
                bottom: 0px !important;
                left: 10px !important;
                padding: 6px 12px !important;
                z-index: 15 !important;
            }
            .hero-pill-emoji {
                font-size: 16px !important;
            }
            .hero-pill strong {
                font-size: 11px !important;
            }
            .hero-pill span {
                font-size: 9px !important;
            }
            .hero h1 {
                font-size: 34px !important;
                line-height: 1.25 !important;
            }
            /* Reduce global margin/padding on mobile */
            .container,
            .checkout-page-wrap,
            .cart-page-wrap,
            .about-page-wrap,
            .contact-page-wrap,
            .policy-page-wrap {
                padding-left: 8px !important;
                padding-right: 8px !important;
            }
            .main-bar {
                padding: 0 8px !important;
            }
            .category-section {
                padding: 20px 8px !important;
                width: calc(100% - 16px) !important;
            }
            /* Mobile Spacing Reductions */
            .social-connect-section {
                padding: 40px 12px 15px !important;
            }
            .faq-section {
                padding: 20px 0 40px !important;
            }

            .hero-btns {
                flex-direction: column;
                width: 100%;
                gap: 15px;
            }

            .hero-btns .btn {
                width: 100%;
                justify-content: center;
            }

            .category-section {
                margin: 20px auto;
                padding: 30px 15px;
                width: calc(100% - 30px);
            }

            .categories-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 12px !important;
                padding: 0 10px;
                justify-content: center;
            }

            .cat-card {
                border-radius: 20px;
                height: 150px !important;
                padding: 15px !important;
                overflow: hidden;
                position: relative;
                cursor: pointer;
            }

            .cat-card img {
                width: 80px !important;
                height: 80px !important;
                margin-top: 10px !important;
            }

            .cat-card h3 {
                font-size: 16px !important;
                margin-bottom: 5px !important;
            }

            .cat-card p {
                font-size: 12px !important;
            }

            .filter-bar {
                width: 100% !important;
                flex-wrap: nowrap !important;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 5px;
            }

            .section-header {
                flex-direction: column;
                align-items: center !important;
                text-align: center;
                gap: 15px;
            }

            #shop-categories {
                padding: 0px 0 !important;
            }

            .products-inner {
                padding: 0 15px;
            }

            .promo-section {
                padding: 30px;
                margin-left: 20px;
                margin-right: 20px;
            }

            .promo-card {
                padding: 28px;
                min-height: 220px;
            }

            .nav-desktop {
                display: none
            }

            .hamburger {
                display: flex
            }

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

            .features-grid {
                grid-template-columns: repeat(2, 1fr)
            }

            .footer-grid {
                grid-template-columns: 1fr
            }

            .newsletter-form {
                flex-direction: column
            }

            .newsletter-form button {
                width: 100%
            }

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

            .section {
                padding: 60px 16px
            }

            .marquee-track {
                animation-duration: 4s !important;
            }

            .section-header-row {
                flex-direction: column !important;
                align-items: center !important;
                text-align: center !important;
                gap: 15px !important;
                margin-bottom: 25px !important;
            }

            .filter-bar-container {
                display: flex !important;
                flex-wrap: nowrap !important;
                overflow-x: auto !important;
                width: 100% !important;
                border-radius: 12px !important;
                padding: 8px 16px !important;
                gap: 8px !important;
                margin-bottom: 30px !important;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }
            .filter-bar-container::-webkit-scrollbar {
                display: none;
            }
            .filter-btn-styled {
                white-space: nowrap !important;
                flex-shrink: 0 !important;
                padding: 8px 18px !important;
            }
            .section-padding-large {
                padding: 40px 0 !important;
            }
            .section-padding-medium {
                padding: 30px 0 !important;
            }
            .section-padding-huge {
                padding: 50px 0 !important;
            }
            .features-section {
                padding: 45px 0 !important;
            }
            .centered-header-group {
                margin-bottom: 30px !important;
            }
        }

        @media(max-width:480px) {
            .hero {
                min-height: auto !important;
                padding-top: 15px !important;
                padding-bottom: 15px !important;
            }

            .hero-banner {
                height: 460px !important;
            }

            .hero-banner .hero-content img {
                width: 100% !important;
                height: 290px !important;
                object-fit: cover !important;
                margin: 0 auto 12px !important;
                border-radius: 16px !important;
            }

            .hero-content.t1 {
                padding: 15px !important;
            }

            .hero-title {
                font-size: 1.6rem !important;
            }

            .hero-subtitle {
                font-size: 0.85rem !important;
            }

            .img {
                height: 170px;
                width:170px;
            }

            .logo {
                font-size: 24px !important;
            }

            .main-bar {
                padding: 0 10px !important;
            }

            .nav-actions {
                gap: 5px !important;
            }

            .icon-btn, .hamburger {
                width: 34px !important;
                height: 34px !important;
            }

            .hamburger span {
                width: 16px !important;
            }

            .filter-bar {
                flex-wrap: nowrap !important;
                overflow-x: auto;
            }

            .products-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px
            }
            .products-section, #bestsellers {
                padding: 30px 0 !important;
            }

            .product-info {
                padding: 10px
            }

            .product-info h5 {
                font-size: 13px
            }

            .categories-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px !important;
            }

            .promo-section{
                margin-top: 0px;
                padding-top: 0px;
                margin-bottom: 35px;
            }


            .hero h1 {
                font-size: 28px
            }

            .features-grid {
                grid-template-columns: 1fr
            }

            .cart-sidebar {
                width: 100vw
            }
        }

        @media (hover: none) and (pointer: coarse) {

            .product-actions,
            .product-card-actions {
                opacity: 1 !important;
                transform: translateY(0) !important;
            }
        }

        /* Card actions and buttons defined in detail below */

        .price-rating-wrap {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: auto;
            width: 100%;
        }

        .curr-price {
            font-weight: 700;
            font-size: 16px;
            color: var(--title);
        }

        .old-price {
            font-size: 13px;
            color: var(--body);
            text-decoration: line-through;
            margin-left: 6px;
        }

        .rating {
            color: #f59e0b;
            font-size: 12px;
            display: flex;
            gap: 2px;
        }

        .product-name {
            font-size: 15px;
            font-weight: 600;
            color: var(--title);
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 20px;
            margin-bottom: 8px;
        }

        /* Scroll to top - Hidden */
        .scroll-top {
            display: none !important;
        }

        .floating-contact-wrap {
            position: fixed;
            bottom: 24px;
            right: 24px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 9999;
        }

        .floating-btn {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            transition: none !important;
            transform: none !important;
            color: #fff !important;
            cursor: pointer;
        }

        .floating-btn:hover {
            transform: none !important;
            transition: none !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .floating-whatsapp {
            background: #25D366;
        }

        .floating-call {
            background: var(--primary);
        }

        .floating-btn svg {
            width: 22px;
            height: 22px;
            transition: none !important;
            transform: none !important;
        }


        /* ── WHY SHOP WITH US ── */
        .features-section {
            padding: 50px 0;
            background: linear-gradient(180deg, #FFF9E6 0%, #FFFDF5 100%);
            position: relative;
            overflow: hidden;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .feature-item {
            text-align: center;
            padding: 40px 30px;
            border-radius: 28px;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(204, 13, 57, 0.05);
            box-shadow: 0 10px 30px rgba(0,0,0,0.02);
        }

        .feature-item:hover {
            transform: translateY(-8px);
            background: #fff;
            border-color: rgba(204, 13, 57, 0.2);
            box-shadow: 0 25px 50px rgba(204, 13, 57, 0.06);
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            background: #fff;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 28px;
            color: var(--primary);
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .feature-item:hover .feature-icon {
            background: var(--primary);
            color: #fff;
            transform: rotateY(360deg);
        }

        .feature-item h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: var(--title);
        }

        .feature-item p {
            font-size: 0.95rem;
            color: var(--body);
            line-height: 1.6;
        }

        /* ── TESTIMONIALS SLIDER ── */
        .testimonials-section {
            background: linear-gradient(180deg, #FFF0F2 0%, #FFFDF5 50%, #FFE5E9 100%);
            position: relative;
            overflow: hidden;
        }
        .reviews-slider-wrap {
            position: relative;
            display: flex;
            align-items: center;
            gap: 16px;
            margin-top: 40px;
        }
        .reviews-slider {
            display: flex;
            gap: 24px;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            flex: 1;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
        }
        .reviews-slider::-webkit-scrollbar {
            display: none;
        }
        .reviews-slider .testimonial-card {
            flex: 0 0 calc(33.333% - 16px);
            min-width: 0;
            scroll-snap-align: start;
            transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
        }
        /* Nav arrows */
        .reviews-nav {
            flex-shrink: 0;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background: #fff;
            border: 1.5px solid rgba(204, 13, 57, 0.15);
            color: var(--primary);
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 16px rgba(0,0,0,0.08);
            z-index: 5;
        }
        .reviews-nav:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            transform: scale(1.08);
        }
        .reviews-nav:disabled {
            opacity: 0.3;
            cursor: default;
            transform: none;
        }
        /* Dots */
        .reviews-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 28px;
        }
        .reviews-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(204, 13, 57, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            padding: 0;
        }
        .reviews-dot.active {
            background: var(--primary);
            width: 24px;
            border-radius: 4px;
        }
        /* Quote icon */
        .testimonial-quote-icon {
            font-size: 22px;
            color: var(--primary);
            opacity: 0.2;
            margin-bottom: 10px;
            line-height: 1;
        }
        /* Card redesign */
        .testimonial-card {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            padding: 32px 26px;
            border-radius: 24px;
            border: 1px solid rgba(204, 13, 57, 0.08);
            position: relative;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 8px 30px rgba(120, 95, 30, 0.05);
        }
        .testimonial-card:hover {
            transform: translateY(-6px);
            background: #ffffff;
            border-color: rgba(204, 13, 57, 0.18);
            box-shadow: 0 20px 50px rgba(204, 13, 57, 0.08);
        }
        .testimonial-stars {
            display: flex;
            gap: 4px;
            color: #FFD700;
            margin-bottom: 14px;
        }
        .testimonial-stars i {
            font-size: 0.8rem;
        }
        .testimonial-comment {
            font-style: italic;
            color: #444;
            line-height: 1.65;
            margin-bottom: 20px;
            font-size: 0.92rem;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
            border-top: 1px solid rgba(204,13,57,0.07);
            padding-top: 16px;
        }
        .author-avatar {
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, var(--primary), #FF6B6B);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1rem;
            flex-shrink: 0;
        }
        .author-info h4 {
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 2px;
        }
        .author-info span {
            font-size: 0.75rem;
            color: #888;
            font-weight: 600;
        }
        /* Responsive: tablet → 2 cards, mobile → 1 card */
        @media (max-width: 992px) {
            .reviews-slider .testimonial-card {
                flex: 0 0 calc(50% - 12px);
            }
        }
        @media (max-width: 640px) {
            .reviews-slider .testimonial-card {
                flex: 0 0 100%;
            }
            .reviews-nav {
                width: 38px;
                height: 38px;
                font-size: 14px;
            }
        }

        /* ── FAQ SECTION ── */
        .faq-section {
            padding: 40px 0 80px;
            background: var(--light);
        }

        .faq-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .faq-item {
            border-bottom: 1px solid #eee;
            margin-bottom: 10px;
        }

        .faq-question {
            width: 100%;
            padding: 20px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: left;
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--title);
            background: none;
            border: none;
            cursor: pointer;
        }

        .faq-question i {
            font-size: 0.8rem;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-question i {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease;
            color: var(--body);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .faq-item.active .faq-answer {
            max-height: 300px;
            padding-bottom: 20px;
        }

        /* ── NEWSLETTER SECTION ── */
        .newsletter-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #111 0%, #000 100%);
            color: #fff;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .newsletter-inner {
            max-width: 600px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 2;
        }

        .newsletter-section h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            font-weight: 700;
            color: #fff;
        }

        .newsletter-section p {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .newsletter-form {
            display: flex;
            gap: 10px;
            max-width: 500px;
            margin: 0 auto;
        }

        .newsletter-form input {
            flex: 1;
            padding: 15px 25px;
            border-radius: 50px;
            border: none;
            font-size: 1rem;
        }

        .newsletter-form .btn {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 0 30px;
        }

        @media (max-width: 768px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
                padding: 0 15px;
            }

            .feature-item {
                padding: 20px 10px;
                border-radius: 16px;
            }

            .feature-icon {
                width: 50px;
                height: 50px;
                font-size: 20px;
                margin-bottom: 15px;
            }

            .feature-item h3 {
                font-size: 1rem;
            }

            .feature-item p {
                display: none;
            }

            .testimonial-card {
                max-width: 300px;
                margin: 0 auto;
                min-height: 250px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

            .newsletter-form {
                flex-direction: column;
                align-items: center;
                gap: 15px;
            }
            .newsletter-form input {
                width: 100%;
                max-width: 320px;
                text-align: center;
            }
            .newsletter-form .btn {
                padding: 12px 40px;
                width: fit-content;
                margin: 0 auto;
                border-radius: 50px;
            }
            .newsletter-section h2 {
                font-size: 2rem;
            }

            /* About & Contact Responsive Fixes */
            .about-grid {
                grid-template-columns: 1fr !important;
                gap: 40px !important;
                text-align: center;
            }

            .contact-grid {
                grid-template-columns: 1fr !important;
                padding: 25px !important;
            }

            .contact-info {
                border-right: none !important;
                border-bottom: 1px solid var(--border);
                padding-right: 0 !important;
                padding-bottom: 25px;
                margin-bottom: 10px;
            }

            .contact-form-row {
                grid-template-columns: 1fr !important;
            }
        }

        /* ═══════════════════════════════════════════
           SCROLL REVEAL ANIMATIONS
        ═══════════════════════════════════════════ */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes slideUp {
            from { transform: translateY(100px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        @keyframes slideDown {
            from { transform: translateY(0); opacity: 1; }
            to { transform: translateY(100px); opacity: 0; }
        }
        @keyframes scaleIn {
            from { opacity: 0; transform: scale(0.9); }
            to { opacity: 1; transform: scale(1); }
        }

        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        .reveal.revealed {
            opacity: 1;
            transform: translateY(0);
        }
        .reveal-delay-1 { transition-delay: 0.1s; }
        .reveal-delay-2 { transition-delay: 0.2s; }
        .reveal-delay-3 { transition-delay: 0.3s; }
        .reveal-delay-4 { transition-delay: 0.4s; }

        /* ═══════════════════════════════════════════
           TOAST NOTIFICATIONS (moved from JS)
        ═══════════════════════════════════════════ */
        .toast-notification {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: var(--secondary);
            color: #fff;
            padding: 16px 28px;
            border-radius: var(--radius);
            z-index: 10000;
            font-weight: 600;
            font-size: 14px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            animation: slideUp 0.5s ease forwards;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .toast-notification.toast-hide {
            animation: slideDown 0.5s ease forwards;
        }

        .site-header.scrolled {
            background: rgba(254, 235, 157, 0.8);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            box-shadow: 0 4px 30px rgba(120, 95, 30, 0.15);
            border-bottom-color: transparent;
        }

        /* ═══════════════════════════════════════════
           CART/MODAL ACTIVE STATE FIX
        ═══════════════════════════════════════════ */
        .cart-sidebar.active { right: 0; }
        .cart-overlay.active { opacity: 1; visibility: visible; }
        .modal-overlay.active { opacity: 1; visibility: visible; }
        .modal-box.active { transform: translateY(0); opacity: 1; }

        /* ═══════════════════════════════════════════
           SEARCH OVERLAY TRANSITION FIX
        ═══════════════════════════════════════════ */
        .search-overlay {
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

        /* Obsolete duplicate styles removed */

        /* ═══════════════════════════════════════════
           CONTACT PAGE
        ═══════════════════════════════════════════ */
        .contact-hero {
            padding: 100px 0 0;
            text-align: center;
        }
        .contact-hero .section-tag {
            text-transform: uppercase;
            letter-spacing: 4px;
            font-weight: 700;
            color: var(--primary);
            font-size: 0.8rem;
            margin-bottom: 16px;
            display: block;
        }
        .contact-hero h1 {
            font-family: var(--font-family-display);
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 700;
            color: var(--title);
            margin-bottom: 16px;
        }
        .contact-hero p {
            font-size: 1.05rem;
            color: var(--text-muted);
            max-width: 550px;
            margin: 0 auto;
            line-height: 1.6;
        }
        .contact-card {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            background: #fff;
            border-radius: var(--radius-xl);
            overflow: hidden;
            box-shadow: var(--shadow-xl);
            margin-top: 60px;
        }
        .contact-info-panel {
            background: var(--secondary);
            padding: 50px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .contact-info-panel h3 {
            font-family: var(--font-family-display);
            font-size: 1.8rem;
            margin-bottom: 40px;
            color: #fff;
        }
        .contact-detail {
            display: flex;
            gap: 16px;
            align-items: flex-start;
            margin-bottom: 28px;
        }
        .contact-detail i {
            color: var(--primary);
            font-size: 1.1rem;
            margin-top: 4px;
            flex-shrink: 0;
        }
        .contact-detail-label {
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            color: rgba(255,255,255,0.45);
            letter-spacing: 1px;
            margin-bottom: 5px;
        }
        .contact-detail-value {
            font-size: 0.95rem;
            line-height: 1.5;
        }
        .contact-social {
            display: flex;
            gap: 16px;
            font-size: 1.2rem;
            margin-top: 30px;
        }
        .contact-social a {
            color: rgba(255,255,255,0.7);
            transition: color var(--transition-fast);
        }
        .contact-social a:hover {
            color: var(--primary);
        }
        .contact-form-panel {
            padding: 50px;
        }
        .form-group {
            margin-bottom: 0;
        }
        .form-label {
            display: block;
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--text-muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
        .form-input {
            width: 100%;
            padding: 14px 18px;
            border-radius: var(--radius);
            border: 1.5px solid #eee;
            background: #F8F9FB;
            outline: none;
            font-family: inherit;
            font-size: 0.95rem;
            transition: border-color var(--transition-fast), background var(--transition-fast);
        }
        .form-input:focus {
            border-color: var(--primary);
            background: #fff;
        }
        textarea.form-input {
            resize: none;
            min-height: 120px;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        /* ═══════════════════════════════════════════
           POLICY PAGE
        ═══════════════════════════════════════════ */
        .policy-section {
            padding: 80px 0;
            background: var(--sand);
            min-height: 70vh;
        }
        .policy-card {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            padding: 50px;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-sm);
        }
        .policy-card h1 {
            font-family: var(--font-family-display);
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 24px;
            text-align: center;
        }
        .policy-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin: 30px 0 12px;
        }
        .policy-card p {
            color: var(--body);
            line-height: 1.8;
            margin-bottom: 16px;
        }
        .policy-card a {
            color: var(--primary);
            font-weight: 600;
        }
        .policy-card a:hover {
            text-decoration: underline;
        }

        /* ═══════════════════════════════════════════
           AUTH PAGE
        ═══════════════════════════════════════════ */
        .auth-page {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--light) 0%, var(--sand) 100%);
            padding: 40px 20px;
        }
        .auth-card {
            background: #fff;
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-lg);
            width: 100%;
            max-width: 440px;
            padding: 50px 40px;
        }
        .auth-logo {
            text-align: center;
            margin-bottom: 30px;
        }


        /* ═══════════════════════════════════════════
           CART PAGE
        ═══════════════════════════════════════════ */
        .cart-page-section {
            padding: 60px 0;
            min-height: 70vh;
        }
        .cart-page-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .cart-page-header h1 {
            font-family: var(--font-family-display);
            font-size: 2.5rem;
            font-weight: 700;
        }
        .cart-page-header p {
            color: var(--body);
            margin-top: 8px;
        }
        .cart-layout {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 40px;
            align-items: start;
        }
        .cart-items-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .cart-page-item {
            display: grid;
            grid-template-columns: 90px 1fr auto;
            gap: 20px;
            align-items: center;
            background: #fff;
            padding: 20px;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-sm);
            transition: box-shadow var(--transition-base);
        }
        .cart-page-item:hover {
            box-shadow: var(--shadow-md);
        }
        .cart-page-item img {
            width: 90px;
            height: 100px;
            object-fit: cover;
            border-radius: var(--radius);
        }
        .cart-item-details h4 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 4px;
        }
        .cart-item-details .price {
            font-weight: 700;
            color: var(--primary);
            font-size: 1.05rem;
        }
        .cart-qty-controls {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 10px;
        }
        .cart-qty-btn {
            width: 32px;
            height: 32px;
            border: 1.5px solid var(--border);
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: 700;
            transition: all var(--transition-fast);
            background: #fff;
        }
        .cart-qty-btn:hover {
            background: var(--secondary);
            color: #fff;
            border-color: var(--secondary);
        }
        .cart-summary-card {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 32px;
            box-shadow: var(--shadow-sm);
            position: sticky;
            top: 100px;
        }
        .cart-summary-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }
        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px;
            font-size: 0.95rem;
        }
        .summary-row.total {
            font-weight: 700;
            font-size: 1.1rem;
            padding-top: 16px;
            margin-top: 16px;
            border-top: 2px solid var(--secondary);
        }
        .empty-state {
            text-align: center;
            padding: 80px 20px;
        }
        .empty-state i {
            font-size: 4rem;
            color: var(--border);
            margin-bottom: 20px;
        }
        .empty-state h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .empty-state p {
            color: var(--body);
            margin-bottom: 24px;
        }

        /* ═══════════════════════════════════════════
           WISHLIST PAGE
        ═══════════════════════════════════════════ */
        .wishlist-section {
            padding: 60px 0;
            min-height: 70vh;
        }
        .wishlist-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .wishlist-header h1 {
            font-family: var(--font-family-display);
            font-size: 2.5rem;
            font-weight: 700;
        }
        .wishlist-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .wishlist-card {
            background: #fff;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            transition: all var(--transition-base);
        }
        .wishlist-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-md);
        }
        .wishlist-card-img {
            aspect-ratio: 3/4;
            overflow: hidden;
        }
        .wishlist-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform var(--transition-slow);
        }
        .wishlist-card:hover .wishlist-card-img img {
            transform: scale(1.05);
        }
        .wishlist-card-info {
            padding: 16px;
        }
        .wishlist-card-info h4 {
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 6px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .wishlist-card-info .price {
            font-weight: 700;
            color: var(--title);
            margin-bottom: 12px;
        }
        .wishlist-card-actions {
            display: flex;
            gap: 8px;
        }
        .wishlist-card-actions .btn {
            flex: 1;
            font-size: 12px;
            padding: 10px;
            justify-content: center;
            letter-spacing: 0.5px;
        }

        /* ═══════════════════════════════════════════
           PROFILE PAGE
        ═══════════════════════════════════════════ */
        .profile-section {
            padding: 60px 0;
            min-height: 80vh;
        }
        .profile-layout {
            display: grid;
            grid-template-columns: 300px 1fr;
            gap: 40px;
            align-items: start;
        }
        .profile-sidebar {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 32px;
            text-align: center;
            box-shadow: var(--shadow-sm);
            position: sticky;
            top: 100px;
        }
        .profile-avatar {
            width: 80px;
            height: 80px;
            background: var(--primary);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 700;
            margin: 0 auto 16px;
        }
        .profile-name {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 4px;
        }
        .profile-email {
            font-size: 0.85rem;
            color: var(--body);
            margin-bottom: 24px;
        }
        .profile-nav {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .profile-nav-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: var(--radius-sm);
            font-weight: 500;
            color: var(--body);
            cursor: pointer;
            transition: all var(--transition-fast);
            border: none;
            background: none;
            width: 100%;
            text-align: left;
            font-size: 0.95rem;
        }
        .profile-nav-item:hover,
        .profile-nav-item.active {
            background: var(--light);
            color: var(--primary);
        }
        .profile-content {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 40px;
            box-shadow: var(--shadow-sm);
        }
        .profile-content h2 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 30px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }
        .profile-form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        /* ═══════════════════════════════════════════
           SHOP PAGE
        ═══════════════════════════════════════════ */
        .shop-section {
            padding: 40px 0 80px;
        }
        .shop-layout {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 40px;
        }
        .shop-sidebar {
            position: sticky;
            top: 90px;
            max-height: calc(100vh - 100px);
            overflow-y: auto;
            padding-right: 10px;
        }
        .shop-sidebar h3 {
            font-family: var(--font-family-display);
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 30px;
        }
        .filter-group {
            margin-bottom: 30px;
        }
        .filter-group h4 {
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--title);
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }
        .filter-option {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
            cursor: pointer;
            font-size: 0.9rem;
            color: var(--body);
            transition: color var(--transition-fast);
        }
        .filter-option:hover {
            color: var(--primary);
        }
        .filter-option input[type="checkbox"] {
            accent-color: var(--primary);
            width: 16px;
            height: 16px;
        }
        .shop-content-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 16px;
        }
        .shop-product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .shop-sort select {
            padding: 10px 16px;
            border: 1.5px solid var(--border);
            border-radius: var(--radius-sm);
            font-family: inherit;
            font-size: 0.9rem;
            outline: none;
            cursor: pointer;
        }
        /* Mobile filter toggle */
        .mobile-filter-btn {
            display: none;
            padding: 12px 24px;
            background: var(--secondary);
            color: #fff;
            border-radius: var(--radius-sm);
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            border: none;
        }

        /* ═══════════════════════════════════════════
           PRODUCT DETAIL PAGE
        ═══════════════════════════════════════════ */
        .product-detail-section {
            padding: 40px 0 80px;
        }
        .product-detail-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 60px;
            align-items: start;
        }
        .product-gallery {
            position: sticky;
            top: 90px;
        }
        .product-main-image {
            border-radius: var(--radius-lg);
            overflow: hidden;
            background: var(--light);
            aspect-ratio: 3/4;
            margin-bottom: 16px;
        }
        .product-main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform var(--transition-slow);
        }
        .product-main-image:hover img {
            transform: scale(1.05);
        }
        .product-thumbnails {
            display: flex;
            gap: 10px;
        }
        .product-thumb {
            width: 70px;
            height: 85px;
            border-radius: var(--radius-sm);
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: border-color var(--transition-fast);
        }
        .product-thumb.active,
        .product-thumb:hover {
            border-color: var(--primary);
        }
        .product-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .product-detail-info {
            padding-top: 10px;
        }
        .product-breadcrumb {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
            color: var(--body);
            margin-bottom: 20px;
        }
        .product-breadcrumb a {
            color: var(--body);
            transition: color var(--transition-fast);
        }
        .product-breadcrumb a:hover {
            color: var(--primary);
        }
        .product-detail-title {
            font-family: var(--font-family-display);
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 16px;
        }
        .product-detail-price {
            display: flex;
            align-items: baseline;
            gap: 12px;
            margin-bottom: 20px;
        }
        .product-detail-price .current {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--title);
        }
        .product-detail-price .original {
            font-size: 1.1rem;
            color: var(--body);
            text-decoration: line-through;
        }
        .product-detail-price .discount {
            background: var(--primary);
            color: #fff;
            font-size: 0.8rem;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: var(--radius-full);
        }
        .stock-indicator {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 24px;
        }
        .stock-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }
        .stock-dot.in-stock { background: var(--success); }
        .stock-dot.low-stock { background: var(--warning); }
        .stock-dot.out-of-stock { background: var(--danger); }
        .product-description {
            color: var(--body);
            line-height: 1.8;
            margin-bottom: 30px;
            font-size: 0.95rem;
        }
        .variation-selector {
            margin-bottom: 24px;
        }
        .variation-label {
            font-weight: 700;
            font-size: 0.9rem;
            margin-bottom: 12px;
            color: var(--title);
        }
        .variation-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .variation-pill {
            padding: 10px 20px;
            border: 1.5px solid var(--border);
            border-radius: var(--radius-full);
            font-size: 0.85rem;
            font-weight: 600;
            cursor: pointer;
            transition: all var(--transition-fast);
            text-decoration: none;
            color: var(--title);
            background: #fff;
        }
        .variation-pill:hover,
        .variation-pill.active {
            background: var(--secondary);
            color: #fff;
            border-color: var(--secondary);
        }
        .quantity-selector {
            display: flex;
            align-items: center;
            gap: 0;
            border: 1.5px solid var(--border);
            border-radius: var(--radius-sm);
            width: fit-content;
            margin-bottom: 24px;
            overflow: hidden;
        }
        .quantity-selector button {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all var(--transition-fast);
            background: none;
            border: none;
        }
        .quantity-selector button:hover {
            background: var(--light);
        }
        .quantity-selector span {
            width: 50px;
            text-align: center;
            font-weight: 700;
            font-size: 1rem;
            border-left: 1.5px solid var(--border);
            border-right: 1.5px solid var(--border);
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .detail-actions {
            display: flex;
            gap: 12px;
            margin-bottom: 30px;
        }
        .detail-actions .btn {
            flex: 1;
            justify-content: center;
            padding: 16px;
        }
        .detail-actions .btn-wishlist {
            flex: 0;
            width: 56px;
            padding: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* ═══════════════════════════════════════════
           SKELETON LOADING STATES
        ═══════════════════════════════════════════ */
        @keyframes shimmer {
            0% { background-position: -200% 0; }
            100% { background-position: 200% 0; }
        }
        .skeleton {
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: shimmer 1.5s infinite;
            border-radius: var(--radius-sm);
        }
        .skeleton-text {
            height: 14px;
            margin-bottom: 8px;
            width: 80%;
        }
        .skeleton-title {
            height: 20px;
            margin-bottom: 12px;
            width: 60%;
        }
        .skeleton-image {
            aspect-ratio: 3/4;
            width: 100%;
        }

        /* ═══════════════════════════════════════════
           ACCESSIBILITY
        ═══════════════════════════════════════════ */
        :focus-visible {
            outline: 2px solid var(--primary);
            outline-offset: 2px;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 16px;
            background: var(--secondary);
            color: #fff;
            padding: 12px 24px;
            border-radius: var(--radius-sm);
            z-index: 9999;
            font-weight: 600;
            transition: top 0.2s;
        }
        .skip-link:focus {
            top: 10px;
        }

        /* ═══════════════════════════════════════════
           REDUCED MOTION
        ═══════════════════════════════════════════ */
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }
            .reveal {
                opacity: 1;
                transform: none;
            }
        }

        /* ═══════════════════════════════════════════
           ADDITIONAL RESPONSIVE (pages)
        ═══════════════════════════════════════════ */
        @media (max-width: 992px) {
            .contact-card {
                grid-template-columns: 1fr;
            }
            .shop-layout {
                grid-template-columns: 1fr;
            }
            .shop-sidebar {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #fff;
                z-index: 1500;
                padding: 30px;
                max-height: 100vh;
                overflow-y: auto;
            }
            .shop-sidebar.active {
                display: block;
            }
            .mobile-filter-btn {
                display: flex;
                align-items: center;
                gap: 8px;
            }
            .shop-product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .product-detail-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .product-gallery {
                position: static;
            }
            .profile-layout {
                grid-template-columns: 1fr;
            }
            .profile-sidebar {
                position: static;
            }
            .cart-layout {
                grid-template-columns: 1fr;
            }
            .about-grid {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }
            .about-values {
                grid-template-columns: repeat(2, 1fr);
            }
            .wishlist-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {
            .form-row {
                grid-template-columns: 1fr;
            }
            .contact-info-panel {
                padding: 30px;
            }
            .contact-form-panel {
                padding: 30px;
            }
            .about-values {
                grid-template-columns: 1fr;
            }
            .wishlist-grid {
                grid-template-columns: 1fr;
            }
            .shop-product-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }
            .profile-form-grid {
                grid-template-columns: 1fr;
            }
            .policy-card {
                padding: 30px 20px;
            }
            .auth-card {
                padding: 30px 24px;
            }
        }

        /* ═══════════════════════════════════════════
           BASE TEMPLATE INLINE STYLES MOVED TO CSS
           ═══════════════════════════════════════════ */
        .search-results-container {
            margin-top: 20px;
            max-height: 400px;
            overflow-y: auto;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            display: none;
        }

        .search-result-item {
            padding: 15px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            transition: background 0.2s;
            color: #333;
        }

        .search-result-item:hover {
            background: #f9f9f9;
        }

        .search-result-item:last-child {
            border-bottom: none;
        }



        .product-card-actions {
            position: absolute;
            bottom: 25px;
            left: 0;
            right: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            opacity: 0;
            transform: translateY(15px);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            z-index: 10;
        }

        .product-card:hover .product-card-actions {
            opacity: 1;
            transform: translateY(0);
        }

        .quick-view-btn {
            background: #000;
            color: #fff;
            padding: 10px 24px;
            border-radius: 50px;
            font-weight: 700;
            border: none;
            cursor: pointer;
            font-size: 0.85rem;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .quick-view-btn:hover {
            transform: translateY(-2px);
            background: var(--primary);
            box-shadow: 0 10px 25px rgba(204, 13, 57, 0.3);
        }

        .action-icons {
            display: flex;
            gap: 10px;
        }

        .circle-btn {
            width: 42px;
            height: 42px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            color: #5E626F;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .circle-btn:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px) scale(1.05);
            box-shadow: 0 8px 20px rgba(204, 13, 57, 0.3);
        }

        body {
            background-color: var(--light) !important;
        }

        /* ═══════════════════════════════════════════
           INDEX & GENERAL UTILITY/COMPONENT CLASSES
           ═══════════════════════════════════════════ */
        .shop-by-cat-card {
            border-radius: 24px;
            padding: 24px;
            position: relative;
            height: 350px;
            background: #FFFDF0;
            border: 2px solid #F5DCA0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(120, 95, 30, 0.03);
        }
        .shop-by-cat-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary);
            box-shadow: var(--shadow-md);
        }
        .shop-by-cat-img-wrap {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
            margin-bottom: 20px;
        }
        .shop-by-cat-img {
            width: 175px;
            height: 175px;
            object-fit: cover;
            border-radius: 20px;
            border: 2px solid #F5DCA0;
            transition: transform 0.4s ease;
            box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        }
        .shop-by-cat-card:hover .shop-by-cat-img {
            transform: scale(1.06);
        }
        .shop-by-cat-info {
            position: relative;
            z-index: 2;
        }
        .shop-by-cat-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--secondary) !important;
            margin-bottom: 5px;
            text-shadow: none !important;
        }
        .shop-by-cat-count {
            font-size: 0.85rem;
            color: var(--text-muted) !important;
            font-weight: 500;
        }
        .shop-by-cat-overlay {
            display: none;
        }
        #shop-categories .section {
            padding-top: 24px !important;
            padding-bottom: 24px !important;
        }
        .section-header-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 30px;
        }
        .filter-bar-container {
            margin-bottom: 40px;
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            padding: 8px;
            background: #fff;
            border-radius: 50px;
            border: 1.5px solid #eee;
            width: fit-content;
        }
        .filter-btn-styled {
            padding: 10px 25px;
            border-radius: 50px;
            border: none;
            background: transparent;
            color: #555;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s;
            font-size: 0.9rem;
        }
        .filter-btn-styled.active {
            background: #000;
            color: #fff;
        }
        .trending-product-img-wrap {
            border-radius: 20px 20px 0 0;
            padding: 0;
            aspect-ratio: 3 / 4;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #FFFBE6;
            overflow: hidden;
        }
        .trending-product-img-wrap::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1;
        }
        .product-card:hover .trending-product-img-wrap::after {
            opacity: 1;
        }
        .trending-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #000;
            color: #fff;
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            z-index: 5;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        .trending-img-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 0;
        }
        .trending-img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            filter: drop-shadow(0 15px 20px rgba(0,0,0,0.06));
            transition: transform 0.5s ease;
        }
        .product-card:hover .trending-img {
            transform: scale(1.06);
        }
        .centered-header-group {
            text-align: center;
            margin-bottom: 60px;
        }
        .centered-header-group > div {
            margin: 0 auto;
        }
        .section-padding-large {
            padding: 100px 0;
        }
        .section-padding-medium {
            padding: 60px 0;
        }
        .section-padding-huge {
            padding: 120px 0;
        }

        /* ═══════════════════════════════════════════
           SHOP PAGE STYLES
           ═══════════════════════════════════════════ */
        .shop-page-wrap {
            padding: 60px 0;
            background: var(--light);
        }

        .shop-container {
            max-width: 1320px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 320px 1fr;
            gap: 40px;
            padding: 0 24px;
        }

        /* Sidebar Styling */
        .shop-sidebar {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .sidebar-card {
            background: #fff;
            border-radius: var(--radius);
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
        }

        .sidebar-card h3 {
            font-size: 1.4rem;
            font-weight: 800;
            margin-bottom: 25px;
            color: var(--primary);
            font-family: var(--font-family-display);
        }

        .category-filter-list {
            list-style: none;
            padding: 0;
        }

        .category-filter-list li {
            margin-bottom: 15px;
        }

        .custom-checkbox {
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            font-weight: 600;
            color: var(--body);
        }

        .custom-checkbox input {
            width: 20px;
            height: 20px;
            accent-color: var(--primary);
        }

        .price-range-wrap {
            padding-top: 10px;
        }

        .price-slider {
            width: 100%;
            height: 6px;
            background: var(--light);
            border-radius: 10px;
            margin: 20px 0;
            accent-color: var(--primary);
        }

        .price-labels {
            display: flex;
            justify-content: space-between;
            font-weight: 600;
            color: #999;
            font-size: 0.9rem;
        }

        .sort-select {
            width: 100%;
            padding: 15px 20px;
            border-radius: 15px;
            border: 1px solid var(--border);
            font-weight: 600;
            outline: none;
            cursor: pointer;
        }

        /* Product Grid Styling */
        .products-grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        /* Mobile Filter Bar */
        .mobile-filter-wrap {
            display: none;
            background: #fff;
            padding: 15px 0;
            border-bottom: 1px solid #eee;
            position: sticky;
            top: 70px;
            z-index: 100;
            margin-bottom: 20px;
        }

        .mobile-chips-scroll {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding: 0 20px;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .mobile-chips-scroll::-webkit-scrollbar {
            display: none;
        }

        .filter-chip {
            white-space: nowrap;
            padding: 8px 18px;
            background: #f8f8f8;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #555;
            border: 1.5px solid transparent;
            cursor: pointer;
            transition: 0.3s;
        }

        .filter-chip.active {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }

        .mobile-filter-actions {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px 0;
            margin-top: 10px;
            border-top: 1px solid #f8f8f8;
        }

        .m-action-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--secondary);
            background: none;
            border: none;
        }

        /* Price Popover */
        .price-popover {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: #fff;
            padding: 20px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            z-index: 101;
        }

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

            .shop-container {
                grid-template-columns: 1fr;
                padding: 0;
            }

            .mobile-filter-wrap {
                display: block;
            }

            .shop-page-wrap {
                padding: 0 0 60px;
            }

            main {
                padding: 0 ;
            }

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

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

        @media (max-width: 480px) {
            .products-grid-3 {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }
        }

        /* ═══════════════════════════════════════════
           PRODUCT DETAIL PAGE STYLES & BREADCRUMB
           ═══════════════════════════════════════════ */
        .breadcrumb {
            max-width: 1320px;
            margin: 0 auto 30px;
            padding: 0 24px;
        }
        .breadcrumb-container {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            font-weight: 600;
        }
        .breadcrumb a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color var(--transition-fast);
        }
        .breadcrumb a:hover {
            color: var(--primary);
        }
        .breadcrumb .separator {
            font-size: 0.75rem;
            color: var(--border);
        }
        .breadcrumb .current {
            color: var(--title);
        }

        .product-page-wrap {
            padding: 80px 0;
            background: var(--light);
        }

        .product-detail-container {
            max-width: 1320px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 80px;
            padding: 0 24px;
        }

        .product-gallery {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .main-img-box {
            background: #f8f8f8;
            border-radius: var(--radius);
            padding: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .main-img-box img {
            max-width: 85%;
            max-height: 600px;
            object-fit: contain;
            filter: drop-shadow(0 30px 60px rgba(0,0,0,0.1));
            transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        }

        .main-img-box:hover img {
            transform: scale(1.05);
        }

        .thumbs-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .thumb-card {
            background: #fff;
            border-radius: 15px;
            padding: 15px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .thumb-card.active, .thumb-card:hover {
            border-color: var(--primary);
            background: #FFF5F5;
        }

        .thumb-card img {
            max-width: 100%;
            height: 100px;
            object-fit: contain;
        }

        .product-info-panel {
            padding-top: 20px;
        }

        .p-cat-badge {
            display: inline-block;
            padding: 8px 20px;
            background: var(--primary);
            color: #fff;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 800;
            text-transform: uppercase;
            margin-bottom: 25px;
        }

        .p-title-serif {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: var(--secondary);
            line-height: 1;
            font-family: var(--font-family-display);
        }

        .p-price-row {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 35px;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .p-price-row .curr { color: var(--primary); }
        .p-price-row .old { color: #ccc; text-decoration: line-through; font-size: 1.5rem; font-weight: 400; }

        .p-desc-text {
            font-size: 1.15rem;
            line-height: 1.8;
            color: var(--body);
            margin-bottom: 45px;
        }

        .p-actions-row {
            display: flex;
            gap: 20px;
            align-items: center;
            margin-bottom: 50px;
        }

        .qty-input-box {
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 50px;
            padding: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .qty-btn-luxe {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: none;
            background: var(--light);
            cursor: pointer;
            font-weight: 800;
            transition: 0.3s;
        }

        .qty-btn-luxe:hover {
            background: var(--primary);
            color: #fff;
        }

        .qty-display-val {
            width: 60px;
            text-align: center;
            font-weight: 800;
            font-size: 1.2rem;
        }

        .add-to-bag-big {
            flex: 1;
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 22px;
            border-radius: 50px;
            font-weight: 800;
            font-size: 1.2rem;
            cursor: pointer;
            transition: 0.4s;
        }

        .add-to-bag-big:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(204, 13, 57, 0.3);
        }

        .p-meta-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            border-top: 1px solid var(--border);
            padding-top: 40px;
        }

        .meta-item-box {
            text-align: center;
        }

        .meta-item-box i {
            font-size: 1.5rem;
            color: var(--primary);
            margin-bottom: 10px;
            display: block;
        }

        .meta-item-box span {
            font-size: 0.75rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #999;
        }

        .attr-group { margin-bottom: 30px; }
        .attr-title { font-weight: 700; margin-bottom: 12px; display: block; text-transform: uppercase; font-size: 0.85rem; color: #888; }
        .attr-values { display: flex; gap: 10px; flex-wrap: wrap; }
        .attr-val-btn { padding: 10px 20px; border: 2px solid #eee; border-radius: 50px; cursor: pointer; font-weight: 700; transition: 0.3s; background: #fff; color: var(--secondary); }
        .attr-val-btn.active { border-color: var(--primary); background: #FFF5F5; color: var(--primary); }
        .attr-val-btn:hover:not(.active) { border-color: #ccc; }

        /* ═══════════════════════════════════════════
           ABOUT US PAGE STYLES
           ═══════════════════════════════════════════ */
        .about-hero {
            position: relative;
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d?w=1600') no-repeat center center;
            background-size: cover;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
            padding: 70px 20px 0 20px;
        }
        .about-hero-content {
            max-width: 800px;
            z-index: 2;
        }
        .about-subtitle {
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 3px;
            color: var(--light-dark);
            font-weight: 700;
            display: block;
            margin-bottom: 15px;
        }
        .about-title {
            font-family: var(--font-family-display);
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: #fff;
            line-height: 1.2;
        }
        .about-lead {
            font-size: 1.2rem;
            line-height: 1.6;
            color: rgba(255,255,255,0.9);
            font-weight: 400;
        }

        .about-story-section {
            background: var(--sand);
        }
        .about-story-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .about-story-image-wrap {
            position: relative;
        }
        .about-story-image {
            width: 100%;
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-lg);
            object-fit: cover;
            aspect-ratio: 4/3;
        }
        .about-section-tag {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--primary);
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
        }
        .about-story-text h2 {
            font-family: var(--font-family-display);
            font-size: 2.5rem;
            color: var(--secondary);
            margin-bottom: 20px;
        }
        .about-story-text p {
            color: var(--body);
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .about-values-section {
            background: #fff;
        }
        .about-values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .value-card {
            background: var(--sand);
            padding: 40px 30px;
            border-radius: var(--radius);
            text-align: center;
            box-shadow: var(--shadow-sm);
            transition: transform var(--transition-base), box-shadow var(--transition-base);
        }
        .value-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-md);
        }
        .value-icon {
            font-size: 2.2rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        .value-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 15px;
        }
        .value-card p {
            color: var(--body);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .about-promise-section {
            background: var(--sand);
        }
        .about-promise-box {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            padding: 0 20px;
        }
        .promise-tag {
            color: var(--primary);
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 2px;
            font-weight: 700;
            display: block;
            margin-bottom: 15px;
        }
        .about-promise-box h2 {
            font-family: var(--font-family-display);
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        .about-promise-box p {
            color: var(--body);
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 40px;
        }
        .promise-icons-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .promise-icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        .promise-icon-item i {
            font-size: 1.8rem;
            color: var(--primary);
        }
        .promise-icon-item span {
            font-weight: 700;
            font-size: 0.9rem;
            color: var(--secondary);
        }

        @media (max-width: 992px) {
            .about-page-wrap { margin-left: -20px !important; margin-right: -20px !important; }
            .about-page-wrap .container { padding-left: 16px !important; padding-right: 16px !important; }
            .about-hero { height: auto; min-height: 540px; padding: 100px 20px 80px 20px; }
            .about-title { font-size: 2.5rem; }
            .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
            .about-values-grid { grid-template-columns: 1fr; }
            .promise-icons-grid { grid-template-columns: 1fr; gap: 30px; }
        }

        /* ═══════════════════════════════════════════
           CONTACT PAGE STYLES
           ═══════════════════════════════════════════ */
        .contact-section-wrap {
            padding: 100px 0;
            background: var(--sand);
            min-height: 90vh;
            display: flex;
            align-items: center;
        }
        .contact-container {
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
        }
        .contact-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .contact-header .tag {
            text-transform: uppercase;
            letter-spacing: 4px;
            font-weight: 700;
            color: var(--primary);
            font-size: 0.8rem;
            margin-bottom: 20px;
            display: block;
        }
        .contact-header h1 {
            font-family: var(--font-family-display);
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 20px;
        }
        .contact-header p {
            color: var(--text-muted);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .contact-card {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            background: #fff;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-lg);
        }

        .contact-info-panel {
            background: linear-gradient(135deg, #FFF9E6 0%, #FFFDF5 100%) !important;
            padding: 60px;
            color: var(--secondary) !important;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-right: 1px solid rgba(229, 195, 94, 0.25) !important;
        }
        .contact-info-panel h3 {
            font-family: var(--font-family-display);
            font-size: 2rem;
            margin-bottom: 40px;
            color: var(--secondary) !important;
        }
        .contact-details-list {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .contact-detail-item {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }
        .contact-detail-item i {
            color: var(--primary);
            font-size: 1.2rem;
            margin-top: 5px;
        }
        .contact-detail-item h4 {
            font-size: 0.9rem;
            font-weight: 700;
            text-transform: uppercase;
            color: var(--primary) !important;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }
        .contact-detail-item p {
            font-size: 1rem;
            line-height: 1.5;
            color: var(--title) !important;
        }
        .contact-detail-item a {
            color: var(--secondary) !important;
            text-decoration: none;
            transition: color var(--transition-fast);
        }
        .contact-detail-item a:hover {
            color: var(--primary) !important;
        }
        .contact-socials {
            display: flex;
            gap: 20px;
            font-size: 1.2rem;
            margin-top: 30px;
        }
        .contact-socials a {
            color: var(--secondary) !important;
            transition: color var(--transition-fast);
        }
        .contact-socials a:hover {
            color: var(--primary) !important;
        }

        .contact-form-panel {
            padding: 60px;
            background: #FFFDF9 !important;
        }
        .contact-form {
            display: grid;
            gap: 25px;
        }
        .contact-form .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
        }
        .contact-form .form-group {
            display: flex;
            flex-direction: column;
        }
        .contact-form label {
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--secondary) !important;
            text-transform: uppercase;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }
        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 15px;
            border-radius: var(--radius-sm);
            border: 1.5px solid rgba(229, 195, 94, 0.4) !important;
            background: #FFFDF7 !important;
            outline: none;
            transition: all var(--transition-fast);
            font-family: inherit;
            color: var(--title);
        }
        .contact-form input:focus,
        .contact-form textarea:focus {
            border-color: var(--primary) !important;
            background: #fff !important;
            box-shadow: 0 0 10px rgba(204, 13, 57, 0.12) !important;
        }
        .contact-form button[type="submit"] {
            padding: 18px 40px;
            border-radius: var(--radius-full);
            font-weight: 700;
            font-size: 1rem;
            width: fit-content;
            align-self: flex-start;
            margin-top: 10px;
        }

        /* ═══════════════════════════════════════════
           AUTH PAGE STYLES
           ═══════════════════════════════════════════ */
        .auth-body {
            font-family: 'DM Sans', sans-serif;
            background: #FFFDF0; /* Theme matching soft yellow-cream */
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            padding: 20px 0;
        }

        .auth-container {
            width: 100%;
            max-width: 400px;
            padding: 15px;
        }

        .auth-card {
            background: #fff;
            padding: 24px 28px;
            border-radius: 20px;
            box-shadow: 0 12px 35px rgba(120, 95, 30, 0.08); /* Soft gold tint shadow */
            text-align: center;
            border: 2px solid #FEEB9D; /* Match the gold navbar theme */
        }

        .brand-logo-auth {
            font-family: var(--font-family-display);
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 12px;
            color: var(--secondary);
            letter-spacing: -1px;
            text-decoration: none;
            display: block;
        }

        .brand-logo-auth span {
            color: var(--primary);
        }

        .auth-tabs {
            display: flex;
            gap: 0;
            margin-bottom: 18px;
            background: #FFFDF8;
            border-radius: var(--radius-full);
            padding: 4px;
            border: 1.5px solid #F5DCA0;
        }

        .auth-tab {
            flex: 1;
            text-align: center;
            padding: 8px 12px;
            font-weight: 700;
            font-size: 13px;
            border-radius: var(--radius-full);
            cursor: pointer;
            transition: all var(--transition-fast);
            color: var(--text-muted);
            border: none;
            background: none;
        }

        .auth-tab.active {
            background: var(--secondary) !important;
            color: #fff !important;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .auth-form {
            display: none;
            text-align: left;
        }

        .auth-form.active {
            display: block;
            animation: fadeIn 0.4s ease;
        }

        .auth-form .form-group {
            margin-bottom: 12px;
        }

        .auth-form label {
            display: block;
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .auth-form input {
            width: 100%;
            padding: 10px 14px;
            border-radius: 10px;
            border: 1.5px solid #F5DCA0; /* Gold-yellow border tint */
            background: #FFFDF8;
            outline: none;
            font-family: inherit;
            font-size: 0.9rem;
            color: var(--secondary);
            transition: all var(--transition-base);
        }

        .auth-form input:focus {
            border-color: var(--primary); /* Luvtale Brand Crimson */
            background: #fff;
            box-shadow: 0 0 0 3px rgba(204, 13, 57, 0.15);
        }

        .auth-btn {
            width: 100%;
            padding: 12px;
            background: var(--secondary);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-weight: 700;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all var(--transition-base);
            margin-top: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .auth-btn:hover {
            background: var(--primary);
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(204, 13, 57, 0.2);
        }

        .auth-footer {
            margin-top: 15px;
            font-size: 0.85rem;
            color: var(--text-muted);
        }

        .auth-footer a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 600;
        }

        .back-home {
            margin-top: 15px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.85rem;
            font-weight: 600;
            transition: color var(--transition-base);
        }

        .back-home:hover { color: var(--primary); }

        /* ═══════════════════════════════════════════
           CART PAGE STYLES
           ═══════════════════════════════════════════ */
        .cart-page-wrap {
            padding: 80px 40px;
            background: var(--light);
            min-height: 80vh;
        }

        .cart-header-title {
            text-align: center;
            margin-bottom: 60px;
            margin-top: 60px;
        }

        .cart-header-title h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 10px;
            color: var(--secondary);
        }

        .cart-layout {
            max-width: 1320px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 40px;
        }

        .cart-table-header {
            display: grid;
            grid-template-columns: 2fr 1fr 1.5fr 1fr auto;
            padding: 20px 30px;
            border-bottom: 1px solid var(--border);
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: 700;
            color: #999;
            letter-spacing: 1px;
        }

        .cart-items-list {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
        }

        .cart-item-row {
            display: grid;
            grid-template-columns: 2fr 1fr 1.5fr 1fr auto;
            padding: 30px;
            align-items: center;
            border-bottom: 1px solid var(--border);
        }

        .cart-item-row:last-child { border-bottom: none; }

        .product-info-cell {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .p-img-cart {
            width: 100px;
            height: 100px;
            background: var(--light);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .p-img-cart img {
            max-width: 80%;
            max-height: 80%;
            object-fit: contain;
        }

        .p-details-cart h3 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: var(--secondary);
        }

        .p-details-cart span {
            font-size: 0.8rem;
            color: var(--text-muted);
            text-transform: uppercase;
            font-weight: 600;
        }

        .price-cell, .total-cell {
            font-weight: 700;
            font-size: 1.1rem;
        }

        .total-cell { color: var(--primary); }

        .qty-cell {
            display: flex;
            align-items: center;
            background: var(--light);
            border-radius: 50px;
            padding: 5px;
            width: fit-content;
        }

        .qty-btn-mini {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: none;
            background: #fff;
            cursor: pointer;
            font-weight: 700;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            transition: background var(--transition-fast), color var(--transition-fast);
        }
        .qty-btn-mini:hover {
            background: var(--primary);
            color: #fff;
        }

        .qty-val-mini {
            width: 40px;
            text-align: center;
            font-weight: 700;
        }

        .remove-cell i {
            color: #ccc;
            cursor: pointer;
            transition: color var(--transition-fast);
        }

        .remove-cell i:hover { color: var(--primary); }

        .cart-summary-card {
            background: #fff;
            padding: 40px;
            border-radius: var(--radius);
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            height: fit-content;
            position: sticky;
            top: 120px;
        }

        .summary-title {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 30px;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            font-size: 1rem;
            color: var(--body);
        }

        .summary-total-row {
            border-top: 1px solid var(--border);
            padding-top: 20px;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .summary-total-row span:first-child {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--primary);
        }

        .summary-total-row .total-val {
            font-size: 1.5rem;
            font-weight: 800;
        }

        .checkout-btn-full {
            width: 100%;
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 20px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            margin-top: 30px;
            cursor: pointer;
            transition: all var(--transition-base);
        }

        .checkout-btn-full:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(204, 13, 57, 0.2);
        }

        .continue-shopping-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-top: 30px;
            color: var(--primary);
            font-weight: 700;
            text-decoration: none;
            transition: transform var(--transition-fast);
        }
        .continue-shopping-link:hover {
            transform: translateX(-5px);
        }

        @media (max-width: 1024px) {
            .cart-layout { grid-template-columns: 1fr; }
            .cart-table-header { display: none; }
            .cart-item-row { grid-template-columns: 1fr auto; gap: 20px; }
            .cart-page-wrap { padding: 40px 20px; }
        }

        /* ═══════════════════════════════════════════
           WISHLIST PAGE STYLES
           ═══════════════════════════════════════════ */
        .wish-page-wrap {
            padding: 80px 0;
            background: var(--light);
            min-height: 80vh;
        }

        .wish-header-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .wish-header-title h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 10px;
            color: var(--secondary);
            font-family: var(--font-family-display);
        }

        .wish-grid-box {
            max-width: 1320px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            padding: 0 24px;
        }

        .wish-luxe-card {
            background: #fff;
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            transition: 0.4s;
            display: flex;
            flex-direction: column;
            position: relative;
            height: 100%;
        }

        .wish-luxe-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.08);
        }

        .wish-img-area {
            height: 250px;
            background: #f8f8f8;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .wish-img-area img {
            max-width: 80%;
            max-height: 80%;
            object-fit: contain;
        }

        .del-wish-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ccc;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: all var(--transition-fast);
        }

        .del-wish-btn:hover {
            background: var(--primary);
            color: #fff;
            transform: rotate(90deg);
        }

        .wish-card-info {
            padding: 20px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-align: center;
        }

        .wish-card-cat {
            display: block;
            font-size: 0.7rem;
            font-weight: 700;
            color: #bbb;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .wish-card-name {
            font-size: 1rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 20px;
        }

        .wish-card-price {
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--primary);
        }

        .move-to-bag-btn {
            margin: 0 20px 20px;
            padding: 12px;
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-weight: 700;
            cursor: pointer;
            transition: all var(--transition-fast);
        }

        .move-to-bag-btn:hover {
            transform: scale(1.05);
        }

        @media (max-width: 1200px) {
            .wish-grid-box { grid-template-columns: repeat(3, 1fr); }
        }

        @media (max-width: 992px) {
            .wish-grid-box { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 480px) {
            .wish-grid-box { grid-template-columns: 1fr; }
        }

        /* ═══════════════════════════════════════════
           PROFILE PAGE STYLES
           ═══════════════════════════════════════════ */
        .profile-page {
            background: #fcfcfc;
            padding: 80px 0;
            min-height: 80vh;
        }
        .profile-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 350px 1fr;
            gap: 40px;
            padding: 0 20px;
        }
        .profile-sidebar {
            background: #fff;
            padding: 40px;
            border-radius: 30px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.03);
            height: fit-content;
            position: sticky;
            top: 100px;
        }
        .avatar-box {
            width: 120px;
            height: 120px;
            background: var(--primary);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            font-weight: 800;
            margin: 0 auto 25px;
            box-shadow: 0 10px 25px rgba(204, 13, 57, 0.2);
            font-family: var(--font-family-display);
        }
        .profile-nav {
            margin-top: 40px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .nav-item {
            padding: 15px 20px;
            border-radius: 15px;
            text-decoration: none;
            color: var(--secondary);
            font-weight: 700;
            transition: 0.3s;
            display: flex;
            align-items: center;
            gap: 15px;
            cursor: pointer;
        }
        .nav-item i { font-size: 1.1rem; color: #ccc; transition: 0.3s; }
        .nav-item.active {
            background: var(--primary);
            color: #fff;
        }
        .nav-item.active i { color: #fff; }
        .nav-item:hover:not(.active) {
            background: #fff9fa;
            color: var(--primary);
        }
        .nav-item:hover i { color: var(--primary); }

        .profile-content-box {
            background: #fff;
            padding: 50px;
            border-radius: 30px;
            box-shadow: 0 15px 50px rgba(0,0,0,0.03);
        }
        .profile-section-title {
            font-family: var(--font-family-display);
            font-size: 2.2rem;
            margin-bottom: 35px;
            color: var(--secondary);
        }
        .profile-form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
        }
        .profile-form label {
            display: block;
            font-weight: 700;
            margin-bottom: 10px;
            color: #888;
            font-size: 0.85rem;
            text-transform: uppercase;
        }
        .profile-form input, .profile-form textarea {
            width: 100%;
            padding: 15px 20px;
            border-radius: 15px;
            border: 1.5px solid #eee;
            outline: none;
            font-size: 1rem;
            transition: 0.3s;
            background: #fdfdfd;
        }
        .profile-form input:focus { border-color: var(--primary); background: #fff; }
        
        .order-card {
            padding: 25px;
            border-radius: 20px;
            border: 1.5px solid #f5f5f5;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: 0.3s;
        }
        .order-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.03); border-color: var(--primary); }
        .status-badge {
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 800;
            text-transform: uppercase;
        }
        .status-pending { background: #fff8eb; color: #b7791f; }
        .status-completed { background: #e6fffa; color: #234e52; }

        @media (max-width: 992px) {
            .profile-container { grid-template-columns: 1fr; }
            .profile-sidebar { position: static; }
        }

        /* ═══════════════════════════════════════════
           POLICY PAGES STYLES
           ═══════════════════════════════════════════ */
        .policy-layout {
            max-width: 1100px;
            margin: 80px auto;
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 40px;
            padding: 0 20px;
            min-height: 70vh;
        }

        .policy-sidebar-nav {
            background: #fff;
            padding: 30px;
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
            height: fit-content;
            display: flex;
            flex-direction: column;
            gap: 15px;
            position: sticky;
            top: 100px;
        }

        .policy-sidebar-nav h3 {
            font-size: 1.1rem;
            font-weight: 800;
            text-transform: uppercase;
            color: var(--secondary);
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .policy-sidebar-nav a {
            color: var(--text-muted);
            text-decoration: none;
            font-weight: 600;
            padding: 10px 15px;
            border-radius: var(--radius-sm);
            transition: all var(--transition-fast);
        }

        .policy-sidebar-nav a.active {
            background: var(--primary);
            color: #fff;
        }

        .policy-sidebar-nav a:hover:not(.active) {
            background: var(--sand);
            color: var(--primary);
        }

        .policy-content-card {
            background: #fff;
            padding: 50px;
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
        }

        .policy-title {
            font-family: var(--font-family-display);
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 30px;
        }

        .policy-text h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin: 35px 0 15px;
            color: var(--secondary);
        }

        .policy-text p {
            line-height: 1.8;
            color: var(--body);
            font-size: 1.05rem;
            margin-bottom: 20px;
        }

        .policy-lead {
            font-size: 1.15rem !important;
            font-weight: 500;
            color: var(--secondary) !important;
            margin-bottom: 30px !important;
        }

        .policy-email {
            color: var(--primary);
            font-weight: 600;
            text-decoration: none;
            transition: color var(--transition-fast);
        }
        .policy-email:hover {
            color: var(--secondary);
        }

        @media (max-width: 768px) {
            .policy-layout {
                grid-template-columns: 1fr;
                margin: 15px auto;
                gap: 15px;
                padding: 0 5px;
            }
            .policy-sidebar-nav {
                position: static;
                padding: 8px;
                flex-direction: row;
                overflow-x: auto;
                white-space: nowrap;
                gap: 8px;
                box-shadow: none;
                background: #FFFDF8;
                border: 1.5px solid #F5DCA0;
                border-radius: 12px;
                -ms-overflow-style: none;
                scrollbar-width: none;
            }
            .policy-sidebar-nav::-webkit-scrollbar {
                display: none;
            }
            .policy-sidebar-nav h3 {
                display: none;
            }
            .policy-sidebar-nav a {
                padding: 8px 12px;
                font-size: 0.78rem;
                border-radius: 8px;
                flex-shrink: 0;
            }
            .policy-content-card {
                padding: 20px 12px;
                border-radius: 12px;
                width: 100%;
            }
            .policy-title {
                font-size: 1.8rem;
                margin-bottom: 15px;
            }
            .policy-text h3 {
                font-size: 1.15rem;
                margin: 25px 0 10px;
            }
            .policy-text p {
                font-size: 0.95rem;
                line-height: 1.6;
                margin-bottom: 15px;
            }
            .policy-lead {
                font-size: 1rem !important;
                margin-bottom: 20px !important;
            }
        }

        /* ═══════════════════════════════════════════
           RESPONSIVE CATEGORIES GRID SPACING & CARD HEIGHTS
           ═══════════════════════════════════════════ */
        @media (max-width: 992px) {
            .categories-grid {
                grid-template-columns: repeat(3, 1fr) !important;
                gap: 16px !important;
            }
            .shop-by-cat-card {
                height: 260px !important;
                padding: 16px !important;
            }
            .shop-by-cat-img {
                width: 120px !important;
                height: 120px !important;
            }
        }

        @media (max-width: 768px) {
            .categories-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 12px !important;
            }
            .shop-by-cat-card {
                height: 210px !important;
                padding: 12px !important;
            }
            .shop-by-cat-img {
                width: 90px !important;
                height: 90px !important;
                border-radius: 12px !important;
            }
            .shop-by-cat-title {
                font-size: 1.1rem !important;
            }
            .shop-by-cat-count {
                font-size: 0.8rem !important;
            }
        }

        /* ═══════════════════════════════════════════
           RESPONSIVE PRODUCT DETAIL PAGE FIXES
           ═══════════════════════════════════════════ */
        @media (max-width: 992px) {
            .product-detail-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .product-gallery {
                position: static;
            }
        }

        @media (max-width: 768px) {
            .product-page-wrap {
                padding: 40px 0;
            }
            .main-img-box {
                padding: 20px;
            }
            .main-img-box img {
                max-height: 350px;
            }
            .thumbs-grid {
                gap: 10px;
            }
            .thumb-card {
                padding: 8px;
            }
            .thumb-card img {
                height: 70px;
            }
            .p-title-serif {
                font-size: 2.2rem;
            }
            .p-price-row {
                font-size: 1.8rem;
            }
        }

        /* Mobile shop page products layout: increase card width and decrease card height */
        @media (max-width: 580px) {
            /* Product detail actions row and meta grid on mobile */
            .p-actions-row {
                display: flex !important;
                flex-wrap: wrap !important;
                gap: 12px !important;
                margin-bottom: 30px !important;
                width: 100% !important;
            }
            .qty-input-box {
                flex: 1 1 100% !important;
                justify-content: space-between !important;
                box-sizing: border-box !important;
            }
            .add-to-bag-big {
                flex: 1 !important;
                padding: 16px 20px !important;
                font-size: 1.05rem !important;
                border-radius: 50px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 8px !important;
                height: 54px !important;
            }
            .p-wish-btn {
                width: 54px !important;
                height: 54px !important;
                border-radius: 50% !important;
                flex-shrink: 0 !important;
            }
            .p-meta-grid {
                grid-template-columns: repeat(3, 1fr) !important;
                gap: 8px !important;
                padding-top: 25px !important;
            }
            .meta-item-box i {
                font-size: 1.2rem !important;
                margin-bottom: 6px !important;
            }
            .meta-item-box span {
                font-size: 0.65rem !important;
                letter-spacing: 0.5px !important;
            }

            .shop-page-wrap .products-grid-3 {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 12px !important;
            }
            .shop-page-wrap .products-grid-3 .product-card {
                flex-direction: column !important;
                height: 100% !important;
                align-items: stretch !important;
                border-radius: 20px !important;
                padding: 0 !important;
                gap: 0 !important;
                overflow: hidden !important;
            }
            .shop-page-wrap .products-grid-3 .trending-product-img-wrap {
                width: 100% !important;
                height: auto !important;
                aspect-ratio: 3/4 !important;
                min-height: auto !important;
                border-radius: 0 !important;
                padding: 0 !important;
                margin-bottom: 0 !important;
            }
            .shop-page-wrap .products-grid-3 .trending-img-container {
                height: 100% !important;
                width: 100% !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            .shop-page-wrap .products-grid-3 .trending-img-container img {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover !important;
            }
            .shop-page-wrap .products-grid-3 .product-info {
                flex: 1 !important;
                padding: 12px !important;
                display: flex !important;
                flex-direction: column !important;
                justify-content: space-between !important;
                text-align: left !important;
                margin-top: 0 !important;
            }
            .shop-page-wrap .products-grid-3 .product-name {
                font-size: 0.9rem !important;
                margin-bottom: 4px !important;
                line-height: 1.25 !important;
                font-weight: 600 !important;
            }
            .shop-page-wrap .products-grid-3 .price-rating-wrap {
                flex-direction: row !important;
                justify-content: space-between !important;
                align-items: center !important;
                gap: 4px !important;
                margin-top: 6px !important;
                width: 100% !important;
            }
            .shop-page-wrap .products-grid-3 .product-price {
                display: flex !important;
                flex-direction: column !important;
                align-items: flex-start !important;
            }
            .shop-page-wrap .products-grid-3 .product-price .curr-price {
                font-size: 0.95rem !important;
                font-weight: 700 !important;
            }
            .shop-page-wrap .products-grid-3 .product-price .old-price {
                font-size: 0.75rem !important;
                margin-left: 0 !important;
            }
            .shop-page-wrap .products-grid-3 .rating {
                display: flex !important;
                font-size: 0.7rem !important;
                gap: 1px !important;
            }
            .shop-page-wrap .products-grid-3 .product-card-actions {
                display: none !important;
            }
        }

        /* ── AUTOMATIC KEYFRAME ANIMATIONS ── */
        @keyframes pulseGlow {
            0%, 100% {
                transform: scale(1) translate(0, 0);
                opacity: 0.65;
            }
            50% {
                transform: scale(1.15) translate(15px, -15px);
                opacity: 0.8;
            }
        }

        @keyframes floatBadge {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-8px);
            }
        }

        @keyframes starPulse {
            0% {
                transform: scale(0.9);
                opacity: 0.55;
            }
            100% {
                transform: scale(1.2);
                opacity: 1;
                text-shadow: 0 0 10px rgba(204, 13, 57, 0.6);
            }
        }

        @keyframes bannerPulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.03);
            }
        }

        /* ── HERITAGE SECTION ── */
        .heritage-section {
            background: linear-gradient(135deg, #FFFDF9 0%, #FFF5EB 40%, #FFFAF5 100%);
            padding: 100px 24px;
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(204, 13, 57, 0.06);
            border-bottom: 1px solid rgba(204, 13, 57, 0.06);
        }
        /* Decorative background motifs */
        .heritage-bg-motif {
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            opacity: 0.04;
            background: var(--primary);
        }
        .heritage-bg-motif.motif-1 {
            width: 500px;
            height: 500px;
            top: -120px;
            right: -100px;
        }
        .heritage-bg-motif.motif-2 {
            width: 300px;
            height: 300px;
            bottom: -80px;
            left: -50px;
        }
        .heritage-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 70px;
            align-items: center;
        }
        /* ── IMAGE SIDE ── */
        .heritage-image-wrap {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        .heritage-img-collage {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 0.55fr;
            grid-template-rows: 1fr;
            gap: 16px;
            align-items: start;
        }
        .heritage-img-main {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(204, 13, 57, 0.12);
        }
        .heritage-img-main .heritage-img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            display: block;
            transition: transform 0.6s ease;
        }
        .heritage-img-main:hover .heritage-img {
            transform: scale(1.04);
        }
        .heritage-img-badge {
            position: absolute;
            bottom: 18px;
            left: 18px;
            background: rgba(255,255,255,0.95);
            border: 1px solid rgba(204, 13, 57, 0.15);
            border-radius: 14px;
            padding: 8px 16px;
            display: flex;
            flex-direction: column;
            align-items: center;
            backdrop-filter: blur(8px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        }
        .heritage-badge-year {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--primary);
            font-weight: 700;
            font-family: var(--font-family-title);
        }
        .heritage-badge-num {
            font-size: 22px;
            font-weight: 800;
            color: var(--title);
            font-family: var(--font-family-display);
            line-height: 1;
        }
        .heritage-img-secondary {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .heritage-img-secondary img {
            width: 100%;
            height: 195px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.1);
            transition: transform 0.5s ease;
        }
        .heritage-img-secondary img:hover {
            transform: scale(1.03);
        }
        .heritage-img-accent {
            width: 80px;
            height: 80px;
            position: absolute;
            top: -20px;
            right: -20px;
            animation: spin-slow 18s linear infinite;
        }
        @keyframes spin-slow {
            to { transform: rotate(360deg); }
        }
        /* Trust badges below images */
        .heritage-trust-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .heritage-trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            border: 1px solid rgba(204, 13, 57, 0.12);
            border-radius: 30px;
            padding: 8px 14px;
            font-size: 13px;
            font-weight: 600;
            color: var(--title);
            box-shadow: 0 2px 10px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
        }
        .heritage-trust-item:hover {
            border-color: var(--primary);
            color: var(--primary);
            transform: translateY(-2px);
        }
        .heritage-trust-item i {
            color: var(--primary);
            font-size: 13px;
        }
        /* ── TEXT SIDE ── */
        .heritage-text {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }
        .heritage-eyebrow {
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .heritage-line {
            flex: 1;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(204, 13, 57, 0.3));
        }
        .heritage-eyebrow .heritage-line:first-child {
            background: linear-gradient(90deg, rgba(204, 13, 57, 0.3), transparent);
            max-width: 40px;
        }
        .heritage-subtitle {
            font-family: var(--font-family-title);
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--primary);
            font-weight: 700;
            white-space: nowrap;
        }
        .heritage-title {
            font-family: var(--font-family-display);
            font-size: 44px;
            color: var(--title);
            line-height: 1.15;
            font-weight: 700;
            margin: 0;
        }
        .heritage-title em {
            font-style: italic;
            color: var(--primary);
        }
        .heritage-description {
            font-size: 16px;
            color: var(--body);
            line-height: 1.85;
            margin: 0;
        }
        .heritage-description.first::first-letter {
            font-family: var(--font-family-display);
            font-size: 3rem;
            float: left;
            line-height: 0.85;
            margin-right: 10px;
            margin-top: 5px;
            color: var(--primary);
            font-weight: 700;
        }
        /* Stats grid */
        .heritage-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2px;
            background: rgba(204, 13, 57, 0.08);
            border-radius: 16px;
            overflow: hidden;
        }
        .heritage-stat {
            background: #fff;
            padding: 18px 12px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            transition: background 0.3s;
        }
        .heritage-stat:hover {
            background: linear-gradient(135deg, #FFF5EB, #FFFAF5);
        }
        .heritage-stat-num {
            font-family: var(--font-family-display);
            font-size: 24px;
            font-weight: 800;
            color: var(--primary);
            line-height: 1;
        }
        .heritage-stat-label {
            font-size: 11px;
            color: var(--body);
            text-align: center;
            font-weight: 500;
            line-height: 1.4;
        }
        /* Location tags */
        .heritage-locations {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .heritage-loc-label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--body);
            font-weight: 600;
        }
        .heritage-location-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .heritage-loc-tag {
            font-size: 13px;
            font-weight: 600;
            color: var(--title);
            background: linear-gradient(135deg, #FFF5EB, #FFEDE0);
            border: 1px solid rgba(204, 13, 57, 0.15);
            border-radius: 20px;
            padding: 6px 14px;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: all 0.3s ease;
        }
        .heritage-loc-tag i {
            color: var(--primary);
            font-size: 11px;
        }
        .heritage-loc-tag:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
        }
        .heritage-loc-tag:hover i {
            color: #fff;
        }
        .heritage-cta {
            width: fit-content;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        @media (max-width: 1024px) {
            .heritage-container {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            .heritage-title {
                font-size: 36px;
            }
            .heritage-stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 768px) {
            .heritage-section {
                padding: 70px 20px;
            }
            .heritage-title {
                font-size: 32px;
            }
            .heritage-img-main .heritage-img {
                height: 300px;
            }
            .heritage-img-secondary img {
                height: 140px;
            }
            .heritage-img-accent {
                width: 60px;
                height: 60px;
                top: -10px;
                right: -10px;
            }
            .heritage-trust-row {
                justify-content: center;
            }
            .heritage-text {
                text-align: center;
                align-items: center;
            }
            .heritage-eyebrow {
                justify-content: center;
            }
            .heritage-cta {
                margin: 0 auto;
            }
            .heritage-location-tags {
                justify-content: center;
            }
        }

        /* ── LOOKBOOK SECTION ── */
        .lookbook-section {
            background: linear-gradient(135deg, #FFFDF9 0%, #FFF5EB 50%, #FFFAF3 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(204, 13, 57, 0.06);
            border-bottom: 1px solid rgba(204, 13, 57, 0.06);
        }
        .lookbook-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: 
                radial-gradient(circle at 15% 50%, rgba(204,13,57,0.04) 0%, transparent 50%),
                radial-gradient(circle at 85% 30%, rgba(254,235,157,0.15) 0%, transparent 50%);
            pointer-events: none;
        }
        .lookbook-section-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 40px;
            position: relative;
            z-index: 1;
        }
        /* Header */
        .lookbook-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin-bottom: 50px;
            gap: 20px;
            flex-wrap: wrap;
        }
        .lookbook-header-text {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .lookbook-eyebrow {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 12px;
            font-weight: 700;
            color: var(--primary);
            text-transform: uppercase;
            letter-spacing: 3px;
            font-family: var(--font-family-title);
        }
        .lookbook-eyebrow-line {
            display: block;
            width: 30px;
            height: 1px;
            background: var(--primary);
            opacity: 0.4;
        }
        .lookbook-header .section-title {
            color: var(--title);
            font-size: 40px;
            margin: 0;
        }
        .lookbook-header .section-sub {
            color: var(--body);
            font-size: 15px;
            margin: 0;
        }
        .lookbook-view-all {
            flex-shrink: 0;
            padding: 12px 24px;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        /* Lookbook grid: 2 equal cards */
        .lookbook-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-top: 0;
        }
        .lookbook-card {
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 16px 50px rgba(204, 13, 57, 0.08), 0 4px 16px rgba(0,0,0,0.05);
            border: 1px solid rgba(204, 13, 57, 0.08);
            transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
        }
        .lookbook-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 30px 70px rgba(204, 13, 57, 0.14);
            border-color: rgba(204, 13, 57, 0.2);
        }
        .lookbook-card-half {
            min-height: 520px;
        }
        /* Image fill */
        .lookbook-img-wrap {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }
        .lookbook-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .lookbook-card:hover .lookbook-img-wrap img {
            transform: scale(1.06);
        }
        /* Gradient overlay — deep at bottom so text is always readable */
        .lookbook-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                180deg,
                rgba(10, 0, 4, 0.0) 0%,
                rgba(10, 0, 4, 0.25) 45%,
                rgba(10, 0, 4, 0.88) 100%
            );
            transition: background 0.4s ease;
        }
        .lookbook-card:hover .lookbook-overlay {
            background: linear-gradient(
                180deg,
                rgba(10, 0, 4, 0.05) 0%,
                rgba(10, 0, 4, 0.30) 40%,
                rgba(180, 10, 45, 0.90) 100%
            );
        }
        /* Content — always fully visible at bottom */
        .lookbook-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 32px 28px;
            z-index: 2;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .lookbook-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .lookbook-tag {
            font-size: 11px;
            font-weight: 700;
            color: #FFECA9;
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }
        .lookbook-edition {
            font-size: 11px;
            color: rgba(255,255,255,0.5);
            font-weight: 600;
            letter-spacing: 1px;
        }
        .lookbook-content h3 {
            font-family: var(--font-family-display);
            font-size: 28px;
            color: #fff;
            font-weight: 700;
            margin: 0;
            line-height: 1.2;
        }
        .lookbook-content p {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.78);
            line-height: 1.65;
            margin: 0;
        }
        .lookbook-footer-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 6px;
        }
        .lookbook-link {
            font-size: 14px;
            font-weight: 700;
            color: #FFECA9;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            transition: gap 0.3s ease, color 0.3s;
        }
        .lookbook-link:hover {
            color: #fff;
            gap: 12px;
        }
        .lookbook-count {
            font-size: 12px;
            color: rgba(255,255,255,0.45);
            font-weight: 500;
        }
        /* Responsive */
        @media (max-width: 1024px) {
            .lookbook-section-inner {
                padding: 0 24px;
            }
            .lookbook-card-half {
                min-height: 420px;
            }
            .lookbook-header .section-title {
                font-size: 32px;
            }
        }
        @media (max-width: 768px) {
            .lookbook-section {
                padding: 70px 0;
            }
            .lookbook-section-inner {
                padding: 0 16px;
            }
            .lookbook-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .lookbook-header .section-title {
                font-size: 26px;
            }
            .lookbook-view-all {
                align-self: flex-start;
            }
            .lookbook-grid {
                grid-template-columns: 1fr;
            }
            .lookbook-card-half {
                min-height: 380px;
            }
        }

        /* ── NEW ARRIVALS SECTION ── */
        .new-arrivals-section {
            padding: 80px 24px;
            max-width: 1320px;
            margin: 0 auto;
        }
        .new-arrivals-container {
            width: 100%;
        }
        .new-arrivals-card {
            background: linear-gradient(135deg, #FFFDF9 0%, #FFF5EB 50%, #FFFAF3 100%);
            border-radius: 32px;
            border: 1.5px solid rgba(204, 13, 57, 0.08);
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(120, 95, 30, 0.05);
            position: relative;
        }
        .new-arrivals-card::after {
            content: '';
            position: absolute;
            top: 12px;
            left: 12px;
            right: 12px;
            bottom: 12px;
            border: 1px dashed rgba(204, 13, 57, 0.12);
            border-radius: 24px;
            pointer-events: none;
            z-index: 2;
        }
        .na-image-panel {
            position: relative;
            height: 100%;
            min-height: 480px;
            overflow: hidden;
        }
        .na-image-panel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s ease;
        }
        .new-arrivals-card:hover .na-image-panel img {
            transform: scale(1.05);
        }
        .na-collection-tag {
            position: absolute;
            top: 30px;
            left: 30px;
            background: var(--secondary);
            color: #fff;
            padding: 6px 14px;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            z-index: 3;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }
        .na-text-panel {
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 24px;
            z-index: 3;
        }
        .na-eyebrow {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--primary);
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .na-eyebrow-dot {
            width: 8px;
            height: 8px;
            background: var(--primary);
            border-radius: 50%;
            animation: pulseGlow 1.5s infinite alternate;
        }
        .na-text-panel h2 {
            font-family: var(--font-family-display);
            font-size: clamp(28px, 2.5vw, 42px);
            color: var(--title);
            line-height: 1.2;
            font-weight: 600;
        }
        .na-text-panel p {
            color: var(--body);
            font-size: 15.5px;
            line-height: 1.65;
        }
        .na-bullet-points {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 8px 0;
        }
        .na-bullet {
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }
        .na-bullet i {
            font-size: 18px;
            color: var(--primary);
            margin-top: 3px;
        }
        .na-bullet div {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .na-bullet strong {
            font-size: 14.5px;
            color: var(--title);
            font-weight: 700;
        }
        .na-bullet span {
            font-size: 12.5px;
            color: var(--body);
        }
        .na-action-row {
            display: flex;
            gap: 20px;
            margin-top: 8px;
            flex-wrap: wrap;
        }
        @media (max-width: 992px) {
            .new-arrivals-card {
                grid-template-columns: 1fr;
            }
            .na-image-panel {
                min-height: 320px;
            }
            .na-text-panel {
                padding: 40px 30px;
            }
        }
        @media (max-width: 580px) {
            .new-arrivals-section {
                padding: 20px 15px;
            }
            .na-image-panel {
                min-height: 240px;
            }
            .na-text-panel {
                padding: 30px 20px;
            }
            .na-action-row .btn {
                width: 100%;
                justify-content: center;
            }
        }

        /* ── SOCIAL CONNECT SECTION ── */
        .social-connect-section {
            background: linear-gradient(180deg, #FFFAF5 0%, #FFFFFF 100%);
            padding: 80px 24px 40px;
            border-top: 1px solid rgba(204, 13, 57, 0.05);
        }
        .social-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-top: 40px;
            max-width: 1320px;
            margin-left: auto;
            margin-right: auto;
        }
        .social-card {
            background: rgba(255, 255, 255, 0.85);
            border: 1px solid rgba(204, 13, 57, 0.06);
            border-radius: 24px;
            padding: 32px 24px;
            text-align: center;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            box-shadow: 0 10px 30px rgba(120, 95, 30, 0.03);
            position: relative;
            overflow: hidden;
        }
        .social-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            transition: all 0.3s ease;
        }
        .instagram-card::before { background: linear-gradient(90deg, #F9CE34, #EE2A7B, #6228D7); }
        .pinterest-card::before { background: #BD081C; }
        .facebook-card::before { background: #1877F2; }
        .whatsapp-card::before { background: #25D366; }

        .social-icon-box {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            transition: all 0.4s ease;
            margin-bottom: 8px;
        }
        .instagram-card .social-icon-box { background: rgba(238, 42, 123, 0.08); color: #EE2A7B; }
        .pinterest-card .social-icon-box { background: rgba(189, 8, 28, 0.08); color: #BD081C; }
        .facebook-card .social-icon-box { background: rgba(24, 119, 242, 0.08); color: #1877F2; }
        .whatsapp-card .social-icon-box { background: rgba(37, 211, 102, 0.08); color: #25D366; }

        .social-card h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--title);
        }
        .social-card p {
            font-size: 0.88rem;
            color: var(--body);
            line-height: 1.5;
            flex-grow: 1;
        }
        .social-link-btn {
            font-size: 0.85rem;
            font-weight: 700;
            color: var(--primary);
            display: flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.3s;
            margin-top: 10px;
        }
        .social-card:hover {
            transform: translateY(-6px);
            background: #fff;
            box-shadow: 0 20px 45px rgba(204, 13, 57, 0.08);
            border-color: rgba(204, 13, 57, 0.15);
        }
        .social-card:hover .social-icon-box {
            transform: scale(1.1);
        }
        .social-card:hover .social-link-btn {
            gap: 10px;
        }
        @media (max-width: 992px) {
            .social-grid {
                grid-template-columns: repeat(2, 1fr);
                padding: 0 16px;
            }
        }
        @media (max-width: 768px) {
            .social-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 12px !important;
                padding: 0 8px !important;
            }
            .social-card {
                padding: 16px !important;
                border-radius: 18px !important;
                aspect-ratio: 1 / 1 !important;
                display: flex !important;
                flex-direction: column !important;
                justify-content: center !important;
                align-items: center !important;
                gap: 0 !important;
            }
            .social-card h3,
            .social-card p,
            .social-card .social-link-btn {
                display: none !important;
            }
            .social-icon-box {
                margin-bottom: 0 !important;
                width: 54px !important;
                height: 54px !important;
                font-size: 24px !important;
                border-radius: 16px !important;
            }
        }

        /* ── NEW ARRIVALS SPOTLIGHT SUBHEADER ── */
        .na-section-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--primary);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: -15px;
            margin-top: -5px;
        }

        /* ── PRODUCT MOBILE ACTIONS (BELOW DETAILS ON MOBILE) ── */
        .product-mobile-actions {
            display: none;
        }

        @media (max-width: 768px) {
            /* Fixed mobile navbar that stays visible while scrolling */
            .site-header {
                position: fixed !important;
                top: 0 !important;
                left: 0 !important;
                right: 0 !important;
                box-shadow: 0 4px 15px rgba(120, 95, 30, 0.1) !important;
                z-index: 1001 !important;
            }
            html, body {
                max-width: 100% !important;
                overflow-x: hidden !important;
                padding-top: 70px !important;
            }
            main, #main-content, .hero, .hero-container, .container {
                padding-left: 0 !important;
                padding-right: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                max-width: 100% !important;
                width: 100% !important;
            }
            /* Contact buttons: keep fixed at bottom right, flat and static */
            .floating-contact-wrap {
                position: fixed !important;
                bottom: 20px !important;
                right: 20px !important;
                left: auto !important;
                width: auto !important;
                display: flex !important;
                flex-direction: column !important;
                gap: 10px !important;
                z-index: 99999 !important;
            }
            .floating-btn {
                margin: 0 !important;
                transition: none !important;
                transform: none !important;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
            }
            .floating-btn:hover {
                transform: none !important;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
            }
            .contact-card {
                grid-template-columns: 1fr !important;
                margin: 20px 10px !important;
            }
            .contact-info-panel {
                border-right: none !important;
                border-bottom: 1px solid rgba(229, 195, 94, 0.25) !important;
                padding: 40px 20px !important;
            }

            .product-card .trending-product-img-wrap .product-card-actions {
                display: none !important;
            }
            .product-mobile-actions {
                display: flex !important;
                flex-direction: column !important;
                gap: 8px !important;
                margin-top: 12px !important;
                width: 100% !important;
            }
            .btn-mobile-quickview {
                width: 100% !important;
                display: block !important;
                box-sizing: border-box !important;
                background: #000 !important;
                color: #fff !important;
                text-align: center !important;
                padding: 10px 14px !important;
                border-radius: 8px !important;
                font-size: 11px !important;
                font-weight: 700 !important;
                text-decoration: none !important;
                text-transform: uppercase !important;
                letter-spacing: 0.5px !important;
                box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
                transition: all 0.2s ease !important;
            }
            .btn-mobile-quickview:active {
                background: var(--primary) !important;
            }
            .mobile-action-icons {
                display: flex !important;
                gap: 8px !important;
                width: 100% !important;
            }
            .mobile-circle-btn {
                flex: 1 !important;
                height: 36px !important;
                border-radius: 8px !important;
                border: 1.5px solid rgba(204, 13, 57, 0.15) !important;
                background: #fff !important;
                color: var(--primary) !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                cursor: pointer !important;
                font-size: 13px !important;
                transition: all 0.2s ease !important;
                padding: 0 !important;
            }
            .mobile-circle-btn:active {
                background: var(--primary) !important;
                color: #fff !important;
                border-color: var(--primary) !important;
            }
            /* Hide product page description text on mobile */
            .p-desc-text {
                display: none !important;
            }

            /* Hero Alignment Centering and Cut Off Fix */
            .hero-content {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                text-align: center !important;
                width: 100% !important;
                max-width: 100% !important;
                margin: 0 auto !important;
                box-sizing: border-box !important;
            }
            .hero h1 {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                text-align: center !important;
                width: 100% !important;
            }
            .icons-heros {
                white-space: normal !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                flex-wrap: wrap !important;
                gap: 8px !important;
                max-width: 100% !important;
                width: 100% !important;
            }
            .hero p {
                text-align: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: 100% !important;
            }
            .hero-btns {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                gap: 12px !important;
                width: 100% !important;
                max-width: 320px !important;
                margin: 0 auto !important;
            }
            .hero-btns .btn {
                width: fit-content !important;
                max-width: 100% !important;
                justify-content: center !important;
                padding: 12px 24px !important;
                font-size: 14px !important;
                letter-spacing: 1px !important;
                border-radius: 30px !important;
                margin-bottom: 10px !important;
            }

            /* Shop Page Spacing Reductions on Mobile */
            .shop-page-wrap {
                padding-left: 8px !important;
                padding-right: 8px !important;
                padding-bottom: 30px !important;
            }
            .shop-container {
                padding-left: 8px !important;
                padding-right: 8px !important;
                margin: 0 !important;
            }
            .shop-page-wrap main {
                padding-left: 4px !important;
                padding-right: 4px !important;
                padding-top: 10px !important;
            }
            .mobile-chips-scroll {
                padding-left: 8px !important;
                padding-right: 8px !important;
            }
            .mobile-filter-actions {
                padding-left: 8px !important;
                padding-right: 8px !important;
            }

            /* Card Image Area Reductions in Mobile */
            .trending-product-img-wrap {
                padding: 0 !important;
                min-height: auto !important;
                aspect-ratio: 3 / 4 !important;
            }
            .trending-img-container {
                width: 100% !important;
                height: 100% !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }
            .trending-img-container a {
                width: 100% !important;
                height: 100% !important;
                display: block !important;
            }
            .trending-img-container img,
            .trending-img {
                width: 100% !important;
                height: 100% !important;
                max-height: 100% !important;
                object-fit: cover !important;
            }

            /* Premium Micro-Animations and Shimmer Effects */
            .hero-highlight {
                background: linear-gradient(90deg, var(--primary) 0%, #FF6B6B 30%, #FFEBEF 60%, var(--primary) 100%) !important;
                background-size: 200% auto !important;
                -webkit-background-clip: text !important;
                -webkit-text-fill-color: transparent !important;
                background-clip: text !important;
                animation: shimmerGradient 6s linear infinite !important;
            }

            .icons-heros svg {
                animation: pulseRotateStar 8s ease-in-out infinite !important;
                display: inline-block !important;
            }

            .hero-trust-badge:nth-child(1) {
                animation: floatBadge1 4s ease-in-out infinite !important;
            }
            .hero-trust-badge:nth-child(2) {
                animation: floatBadge2 5s ease-in-out infinite 0.5s !important;
            }
            .hero-trust-badge:nth-child(3) {
                animation: floatBadge1 4.5s ease-in-out infinite 1s !important;
            }

            .hero-shape-1 {
                animation: driftShape 25s ease-in-out infinite !important;
            }
            .hero-shape-2 {
                animation: driftShape 30s ease-in-out infinite 2s !important;
            }
            .hero-shape-3 {
                animation: driftShape 28s ease-in-out infinite 1s !important;
            }

            .hero-btns .btn-primary {
                animation: buttonPulse 3s infinite !important;
            }
        }

        /* ── SHOP PAGE MINI ACTIONS (VISIBLE NEXT TO PRICE) ── */
        .shop-action-buttons {
            display: flex;
            gap: 8px;
            align-items: center;
        }
        .action-btn-mini {
            background: transparent;
            border: 1.5px solid rgba(204, 13, 57, 0.15);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            cursor: pointer;
            font-size: 13px;
            transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
            padding: 0;
        }
        .action-btn-mini:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            transform: scale(1.05);
        }

        /* ── ROOT KEYFRAME ANIMATIONS FOR PREMIUM HERO EFFECTS ── */
        @keyframes shimmerGradient {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes pulseRotateStar {
            0% {
                transform: scale(1) rotate(0deg);
                filter: drop-shadow(0 0 2px var(--primary));
            }
            50% {
                transform: scale(1.2) rotate(180deg);
                filter: drop-shadow(0 0 8px #FF6B6B);
            }
            100% {
                transform: scale(1) rotate(360deg);
                filter: drop-shadow(0 0 2px var(--primary));
            }
        }

        @keyframes floatBadge1 {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-4px); }
        }

        @keyframes floatBadge2 {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }

        @keyframes driftShape {
            0%, 100% {
                transform: translate(0, 0) rotate(0deg);
            }
            50% {
                transform: translate(15px, -15px) rotate(180deg);
            }
        }

        @keyframes buttonPulse {
            0% {
                box-shadow: 0 0 0 0 rgba(204, 13, 57, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(204, 13, 57, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(204, 13, 57, 0);
            }
        }

        @keyframes statsGlow {
            0% {
                box-shadow: 0 12px 36px rgba(204, 13, 57, 0.06), 0 0 10px rgba(254, 235, 157, 0.3);
            }
            100% {
                box-shadow: 0 12px 40px rgba(204, 13, 57, 0.12), 0 0 25px rgba(254, 235, 157, 0.7);
            }
        }

