        /* =============================================
           HERO
        ============================================= */
        .hero-carousel {
            position: relative;
        }
        .hero-carousel::before {
            content: '';
            display: block;
            height: 3px;
            background: linear-gradient(90deg, transparent, rgba(203,179,148,0.6) 20%, rgba(203,179,148,0.9) 50%, rgba(203,179,148,0.6) 80%, transparent);
        }
        .hero-carousel .carousel-item {
            height: 85vh;
            min-height: 500px;
            background-size: cover;
            background-position: top center;
            position: relative;
        }
        .carousel-caption {
            position: absolute;
            bottom: 18%;
            left: 8%;
            right: auto;
            top: auto;
            transform: none;
            text-align: left;
            z-index: 2;
            max-width: 550px;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
            padding: 1.5rem 2rem;
            border-radius: var(--br);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        .carousel-caption h1 {
            font-size: 3rem;
            text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
            color: #fff;
        }
        .carousel-caption p {
            font-size: 1.2rem;
            text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
            color: rgba(255, 255, 255, 0.95);
        }
        @media (max-width: 768px) {
            .hero-carousel .carousel-item {
                height: 70vh;
            }
            .carousel-caption {
                bottom: 12%;
                left: 6%;
                max-width: 90%;
                padding: 1rem 1.2rem;
            }
            .carousel-caption h1 {
                font-size: 2rem;
            }
            .carousel-caption p {
                font-size: 0.9rem;
            }
        }
        .btn-slider {
            background: #000000;
            border: none;
            border-radius: var(--br);
            padding: 0.7rem 2rem;
            font-weight: 500;
            color: white;
            transition: 0.2s;
        }
        .btn-slider:hover {
            background: #cbb394;
            color: #000;
            transform: translateY(-2px);
        }

        /* =============================================
           CATEGORY SECTION – ফুল ইমেজ কার্ড
           টেক্সট নিচে, বড় ও বোল্ড
        ============================================= */
        .category-section-compact {
            padding: 40px 0 30px;
            background: radial-gradient(circle at top left, #ffd6ea 0%, transparent 30%),
                radial-gradient(circle at top right, #d8e8ff 0%, transparent 30%),
                #fff;
        }
        .category-tag {
            display: inline-block;
            color: #ff4f9a;
            font-size: .8rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 6px;
        }
        .category-title-sm span {
            background: linear-gradient(90deg, #ff5ca8, #7c6cff, #41a5ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .category-subtitle-sm {
            max-width: 550px;
            margin: auto;
            color: #6d7488;
            font-size: 0.9rem;
        }

        .category-full-card {
            display: block;
            position: relative;
            border-radius: var(--br);
            overflow: hidden;
            background-size: cover;
            background-position: center;
            min-height: 220px;
            text-decoration: none;
            color: #fff;
            transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        .category-full-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
        }

        .category-full-card .card-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1.8rem 1.5rem 1.5rem;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            border-radius: 0 0 var(--br) var(--br);
            transition: 0.3s;
        }
        .category-full-card:hover .card-content {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 70%, transparent 100%);
        }

        .category-full-card .card-content .cat-label {
            font-size: 0.7rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 700;
            margin-bottom: 2px;
        }
        .category-full-card .card-content h4 {
            font-size: 1.8rem;
            font-weight: 900;
            margin-bottom: 0;
            color: #fff;
            line-height: 1.1;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }
        .category-full-card .card-content .cat-desc {
            font-size: 0.95rem;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.8);
            margin: 2px 0 8px;
            line-height: 1.3;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }
        .category-full-card .card-content .shop-now-link {
            font-weight: 800;
            font-size: 0.85rem;
            color: #fff;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: 0.3s;
            border-bottom: 2px solid rgba(255, 255, 255, 0.4);
            padding-bottom: 2px;
            width: fit-content;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }
        .category-full-card .card-content .shop-now-link i {
            transition: 0.3s;
            font-size: 0.8rem;
        }
        .category-full-card .card-content .shop-now-link:hover {
            border-bottom-color: #cbb394;
            color: #cbb394;
        }
        .category-full-card .card-content .shop-now-link:hover i {
            transform: translateX(4px);
        }

        @media (max-width: 575px) {
            .category-full-card {
                min-height: 160px;
            }
            .category-full-card .card-content {
                padding: 1.2rem 1rem 0.8rem;
            }
            .category-full-card .card-content h4 {
                font-size: 1.3rem;
            }
            .category-full-card .card-content .cat-desc {
                font-size: 0.75rem;
                margin: 1px 0 4px;
            }
            .category-full-card .card-content .shop-now-link {
                font-size: 0.7rem;
            }
        }

        /* =============================================
           PRODUCT CARDS
        ============================================= */
        .product-card {
            transition: transform 0.2s ease, box-shadow 0.2s;
            border-radius: var(--br);
            background: #ffffff;
            border: 1px solid #f0ebe5;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.1);
        }
        .product-img-wrapper {
            aspect-ratio: 4/5;
            background: #f9f6f1;
            overflow: hidden;
            border-radius: var(--br) var(--br) 0 0;
            position: relative;
        }
        .product-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transition: 0.3s;
            background: #f0ede8;
        }
        .product-card:hover .product-img {
            transform: scale(1.02);
        }

        .product-info {
            padding: 0.6rem 0.8rem 0.4rem;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .product-title {
            font-weight: 600;
            font-size: 0.85rem;
            margin-bottom: 2px;
        }
        .product-price {
            color: #9b7b5e;
            font-weight: 500;
            font-size: 0.95rem;
        }
        .product-price .old {
            color: #b5a89c;
            font-size: 0.75rem;
            text-decoration: line-through;
            margin-right: 4px;
        }

        .add-to-cart,
        .add-to-cart-scroll,
        .add-to-cart-ng {
            background: transparent;
            border: none;
            border-top: 0.5px solid rgba(203, 179, 148, 0.3);
            border-radius: 0;
            padding: 0.6rem 0.8rem;
            font-size: 0.7rem;
            font-weight: 600;
            transition: 0.3s;
            width: 100%;
            text-align: center;
            cursor: pointer;
            margin-top: 4px;
            color: #b8956a;
            letter-spacing: 0.5px;
            flex-shrink: 0;
        }
        .add-to-cart:hover,
        .add-to-cart-scroll:hover,
        .add-to-cart-ng:hover {
            background: #f0f0f0;
            border-top-color: #f0f0f0;
            border-radius: var(--br);
            color: #b8956a;
            transform: none;
            box-shadow: none;
        }

        .badge-sold {
            background: #cbb394;
            color: #000;
            font-size: 0.65rem;
            padding: 0.2rem 0.7rem;
            border-radius: 40px;
        }
        .section-sub {
            font-size: 0.7rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #9b7b5e;
        }

        .view-all-link {
            color: #1c1c1c;
            border-bottom: 1px solid #1c1c1c;
            text-decoration: none;
            padding-bottom: 4px;
            transition: 0.3s;
        }
        .view-all-link:hover {
            color: #cbb394;
            border-bottom-color: #cbb394;
        }
        @media (max-width: 576px) {
            .view-all-link {
                display: inline-block;
                background: #000000;
                color: #ffffff !important;
                border: none !important;
                padding: 0.4rem 1.2rem;
                border-radius: var(--br);
                font-size: 0.8rem;
            }
            .view-all-link:hover {
                background: #cbb394;
                color: #000 !important;
            }
        }

        .row.gap-uniform {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 1.5rem;
        }
        @media (max-width: 768px) {
            .row.gap-uniform {
                --bs-gutter-x: 0.75rem;
                --bs-gutter-y: 0.75rem;
            }
        }

        /* =============================================
           NEW ARRIVALS – Scroll
        ============================================= */
        .new-arrivals-light {
            padding: 50px 0;
            background: #fcfaf8;
        }
        .scroll-wrapper {
            position: relative;
            overflow: hidden;
        }
        .scroll-container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 20px;
            padding: 10px 4px 20px;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .scroll-container::-webkit-scrollbar {
            display: none;
        }
        .scroll-item {
            flex: 0 0 260px;
            scroll-snap-align: start;
        }
        @media (max-width: 576px) {
            .scroll-item {
                flex: 0 0 200px;
            }
        }

        .product-card-scroll {
            background: #ffffff;
            border-radius: var(--br);
            overflow: hidden;
            border: 1px solid #eee8e2;
            transition: 0.3s;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .product-card-scroll:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
            border-color: #d5c8bc;
        }
        .product-card-scroll .product-img-wrapper {
            aspect-ratio: 4/5;
            background: #f9f6f1;
            overflow: hidden;
            border-radius: var(--br) var(--br) 0 0;
        }
        .product-card-scroll .product-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transition: 0.5s;
        }
        .product-card-scroll:hover .product-img {
            transform: scale(1.04);
        }
        .product-card-scroll .p-3 {
            padding: 0.6rem 0.8rem 0.4rem !important;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .product-card-scroll .product-title {
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 2px;
        }
        .product-card-scroll .product-price {
            font-size: 0.9rem;
        }

        .scroll-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid #e0d6cc;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            color: #2c2c2c;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            z-index: 5;
            cursor: pointer;
        }
        .scroll-btn:hover {
            background: #000000;
            color: #fff;
            border-color: #000;
        }
        .scroll-btn-left {
            left: -12px;
        }
        .scroll-btn-right {
            right: -12px;
        }
        @media (max-width: 768px) {
            .scroll-btn {
                width: 34px;
                height: 34px;
                font-size: 1rem;
            }
            .scroll-btn-left {
                left: 2px;
            }
            .scroll-btn-right {
                right: 2px;
            }
        }

        /* ===== অন্যান্য সেকশন ===== */
        .women-collection-pink {
            padding: 50px 0;
            background: linear-gradient(180deg, #fff5f7 0%, #fff0f5 50%, #fce4ec 100%);
            position: relative;
        }
        .women-collection-pink .section-sub {
            color: #d4818a;
            letter-spacing: 3px;
        }
        .women-collection-pink .section-heading {
            color: #7a3b44;
        }
        .women-collection-pink .section-heading span {
            background: linear-gradient(90deg, #d4818a, #ff6b81);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .women-collection-pink .product-card {
            border: 1px solid rgba(255, 182, 193, 0.3);
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(4px);
            transition: 0.4s;
        }
        .women-collection-pink .product-card:hover {
            border-color: #ff6b81;
            box-shadow: 0 12px 30px rgba(255, 107, 129, 0.12);
            transform: translateY(-6px);
        }
        .women-collection-pink .product-price {
            color: #d4818a;
        }
        .badge-pink {
            background: linear-gradient(135deg, #ff6b81, #d4818a);
            color: #fff;
            font-size: 0.6rem;
            font-weight: 700;
            padding: 0.2rem 0.9rem;
            border-radius: 40px;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(255, 107, 129, 0.25);
        }

        .kids-collection {
            padding: 50px 0;
            background: #e8f5e9;
            position: relative;
            overflow: hidden;
        }
        .kids-collection::before {
            content: '🧸✨🎈🌈';
            position: absolute;
            font-size: 8rem;
            opacity: 0.06;
            right: -20px;
            top: -30px;
            transform: rotate(15deg);
            pointer-events: none;
        }
        .kids-collection .section-heading {
            font-family: 'Quicksand', sans-serif;
            font-weight: 700;
            color: #2e7d32;
        }
        .kids-collection .section-heading span {
            background: linear-gradient(135deg, #43a047, #66bb6a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .kids-collection .section-sub {
            color: #388e3c;
            font-family: 'Quicksand', sans-serif;
            font-weight: 600;
            letter-spacing: 2px;
        }
        .kids-collection .product-card {
            border: 2px solid rgba(76, 175, 80, 0.25);
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(4px);
            border-radius: var(--br);
            transition: 0.4s;
        }
        .kids-collection .product-card:hover {
            border-color: #43a047;
            box-shadow: 0 12px 30px rgba(76, 175, 80, 0.2);
            transform: translateY(-8px) scale(1.01);
        }
        .kids-collection .product-price {
            color: #2e7d32;
        }
        .badge-kids {
            background: linear-gradient(135deg, #66bb6a, #43a047);
            color: #fff;
            font-size: 0.6rem;
            font-weight: 700;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
            font-family: 'Quicksand', sans-serif;
        }
        .badge-kids.blue {
            background: linear-gradient(135deg, #42a5f5, #1e88e5);
            box-shadow: 0 4px 15px rgba(66, 165, 245, 0.3);
        }
        .badge-kids.orange {
            background: linear-gradient(135deg, #ffa726, #fb8c00);
            box-shadow: 0 4px 15px rgba(255, 167, 38, 0.3);
        }
        .badge-kids.pink {
            background: linear-gradient(135deg, #ec407a, #d81b60);
            box-shadow: 0 4px 15px rgba(236, 64, 122, 0.3);
        }

        .men-collection {
            padding: 50px 0;
            background: linear-gradient(180deg, #fcf8f3 0%, #f5efe8 100%);
        }
        .men-collection .section-heading {
            color: #3b3530;
        }
        .men-collection .section-heading span {
            background: linear-gradient(90deg, #cbb394, #6a42ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .men-collection .product-card {
            border: 1px solid rgba(203, 179, 148, 0.2);
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(4px);
        }
        .men-collection .product-card:hover {
            border-color: #cbb394;
            box-shadow: 0 12px 30px rgba(203, 179, 148, 0.15);
            transform: translateY(-6px);
        }
        .men-collection .product-price {
            color: #9b7b5e;
        }
        .badge-men {
            background: linear-gradient(135deg, #cbb394, #6a42ff);
            color: #fff;
            font-size: 0.6rem;
            font-weight: 700;
            padding: 0.2rem 0.9rem;
            border-radius: 40px;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(106, 66, 255, 0.25);
        }

        .accessories-nextgen {
            padding: 70px 0 50px;
            background: transparent;
            position: relative;
        }
        .accessories-heading-wrap {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            padding: 2.5rem 1.5rem;
            margin-bottom: 2.5rem;
            width: 100%;
            text-align: center;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
        }
        .accessories-heading-wrap .section-sub {
            color: #9b7b5e;
            letter-spacing: 4px;
            font-size: 0.75rem;
            display: block;
        }
        .accessories-heading-wrap .section-heading {
            color: #1c1c1c;
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 0.2rem;
        }
        .accessories-heading-wrap .section-heading .highlight {
            background: linear-gradient(90deg, #ff5ca8, #6a42ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .accessories-heading-wrap .section-desc {
            color: #6f7686;
            font-size: 1rem;
            max-width: 500px;
            margin: 0.3rem auto 0;
        }
        @media (max-width: 768px) {
            .accessories-heading-wrap .section-heading {
                font-size: 1.8rem;
            }
            .accessories-heading-wrap {
                padding: 1.8rem 1rem;
            }
        }

        .accessory-card-ng {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: var(--br);
            overflow: hidden;
            transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            height: 100%;
            display: flex;
            flex-direction: column;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
        }
        .accessory-card-ng:hover {
            transform: translateY(-12px) scale(1.01);
            border-color: #cbb394;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
        }
        .accessory-card-ng .product-img-wrapper {
            aspect-ratio: 4/5;
            background: #f9f6f1;
            overflow: hidden;
            border-radius: var(--br) var(--br) 0 0;
            position: relative;
        }
        .accessory-card-ng .product-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transition: 0.6s;
        }
        .accessory-card-ng:hover .product-img {
            transform: scale(1.06);
        }
        .badge-ng {
            position: absolute;
            top: 14px;
            left: 14px;
            background: linear-gradient(135deg, #ff5ca8, #6a42ff);
            color: #fff;
            font-size: 0.6rem;
            font-weight: 700;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 20px rgba(106, 66, 255, 0.3);
            z-index: 2;
        }
        .badge-ng.gold {
            background: linear-gradient(135deg, #f7971e, #ffd200);
            box-shadow: 0 4px 20px rgba(247, 151, 30, 0.3);
        }
        .badge-ng.purple {
            background: linear-gradient(135deg, #6a42ff, #41a5ff);
            box-shadow: 0 4px 20px rgba(106, 66, 255, 0.3);
        }
        .badge-ng.pink {
            background: linear-gradient(135deg, #ff5ca8, #ffb347);
            box-shadow: 0 4px 20px rgba(255, 92, 168, 0.3);
        }
        .accessory-card-ng .p-4 {
            padding: 0.6rem 0.8rem 0.4rem !important;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .accessory-card-ng .product-title {
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 2px;
        }
        .accessory-card-ng .product-price {
            color: #cbb394;
            font-size: 1rem;
            font-weight: 500;
        }
        .accessory-card-ng .product-price .old {
            color: #b5a89c;
            font-size: 0.75rem;
            text-decoration: line-through;
            margin-right: 6px;
        }

        .sustainability-section {
            position: relative;
            padding: 70px 0;
            background: linear-gradient(135deg, #0f0c1f 0%, #1a1430 30%, #2d1b3d 60%, #1a1a2e 100%);
            overflow: hidden;
        }
        .sustainability-section .floating-shape {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            opacity: 0.3;
            pointer-events: none;
        }
        .sustainability-section .floating-shape.shape-1 {
            width: 400px;
            height: 400px;
            background: #ff5ca8;
            top: -120px;
            right: -80px;
            animation: floatShape 12s ease-in-out infinite alternate;
        }
        .sustainability-section .floating-shape.shape-2 {
            width: 300px;
            height: 300px;
            background: #6a42ff;
            bottom: -100px;
            left: -60px;
            animation: floatShape 15s ease-in-out infinite alternate-reverse;
        }
        @keyframes floatShape {
            0% {
                transform: translate(0, 0) scale(1);
            }
            100% {
                transform: translate(40px, -30px) scale(1.1);
            }
        }
        .sustainability-content {
            position: relative;
            z-index: 2;
        }
        .sustainability-content .badge-pulse {
            display: inline-block;
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.12);
            padding: 0.4rem 1.5rem;
            border-radius: 60px;
            color: #cbb394;
            font-size: 0.7rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        .sustainability-content .badge-pulse i {
            animation: pulseIcon 2s ease-in-out infinite;
        }
        @keyframes pulseIcon {
            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }
            50% {
                opacity: 0.5;
                transform: scale(1.2);
            }
        }
        .sustainability-content h2 .highlight-gradient {
            background: linear-gradient(90deg, #ff5ca8, #ffb347, #6a42ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .sustainability-content p.lead-text {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1rem;
            max-width: 520px;
            line-height: 1.8;
        }
        .sustainability-content .stat-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-top: 2rem;
        }
        .sustainability-content .stat-item {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: var(--br);
            padding: 1.2rem 0.8rem;
            text-align: center;
            transition: 0.3s;
        }
        .sustainability-content .stat-item:hover {
            background: rgba(255, 255, 255, 0.10);
            transform: translateY(-4px);
        }
        .sustainability-content .stat-item .number {
            font-size: 2rem;
            font-weight: 700;
            color: #fff;
        }
        .sustainability-content .stat-item .number .accent {
            color: #ff5ca8;
        }
        .sustainability-content .stat-item .label {
            font-size: 0.7rem;
            color: rgba(255, 255, 255, 0.5);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 4px;
        }
        .sustainability-content .btn-glow {
            background: linear-gradient(135deg, #ff5ca8, #6a42ff);
            border: none;
            padding: 0.9rem 2.8rem;
            border-radius: var(--br);
            font-weight: 600;
            color: #fff;
            transition: 0.3s;
            box-shadow: 0 8px 30px rgba(106, 66, 255, 0.3);
            text-decoration: none;
            display: inline-block;
        }
        .sustainability-content .btn-glow:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 12px 40px rgba(106, 66, 255, 0.5);
            color: #fff;
        }
        .sustainability-image-wrapper {
            border-radius: var(--br);
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
        }
        .sustainability-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 300px;
            transition: 0.6s;
        }
        .sustainability-image-wrapper:hover img {
            transform: scale(1.03);
        }
        .sustainability-image-wrapper .glass-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 92, 168, 0.10), rgba(106, 66, 255, 0.10));
        }


/* ===== Unified product badge (admin sets Product.badge_label / badge_color) ===== */
.badge-generic {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.7rem;
    border-radius: 40px;
    background: #cbb394;
    color: #000;
}
.badge-generic.blue { background: #3498ff; color: #fff; }
.badge-generic.orange { background: #ff9f43; color: #fff; }
.badge-generic.pink { background: #ff6b81; color: #fff; }
.badge-generic.purple { background: #a55eea; color: #fff; }
.badge-generic.gold { background: #cbb394; color: #000; }

/* ===== Testimonials carousel ===== */
.testimonial-slides-wrap {
    position: relative;
    min-height: 130px;
}
.testimonial-slide {
    display: none;
    animation: testimonialFade 0.5s ease;
}
.testimonial-slide.active {
    display: block;
}
@keyframes testimonialFade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}
.testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd2c6;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
}
.testimonial-dot.active {
    background: #cbb394;
    width: 22px;
    border-radius: 5px;
}

/* ===== New Arrivals drag-to-scroll cursor feedback ===== */
.scroll-container { cursor: grab; }
.scroll-container.dragging { cursor: grabbing; scroll-behavior: auto; user-select: none; }

/* ===== Homepage promo popup (first-visit offer) ===== */
.promo-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 15, 10, 0.65);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.promo-popup-overlay.visible {
    opacity: 1;
    visibility: visible;
}
.promo-popup-box {
    position: relative;
    max-width: 420px;
    width: 100%;
    max-height: 88vh;
    border-radius: 18px;
    overflow: visible;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    transform: scale(0.94);
    transition: transform 0.3s ease;
    background: transparent;
    display: flex;
    flex-direction: column;
}
.promo-popup-overlay.visible .promo-popup-box {
    transform: scale(1);
}
.promo-popup-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 18px 18px 0 0;
    background: #fff;
}
.promo-popup-footer {
    background: #fff;
    border-radius: 0 0 18px 18px;
    padding: 18px 20px 22px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.promo-popup-close {
    position: absolute;
    top: -18px;
    right: -14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ec4899, #f59e0b);
    color: #fff;
    border: 3px solid #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 2;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.promo-popup-close:hover { transform: scale(1.1) rotate(90deg); }
.promo-popup-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ec4899, #f59e0b);
    background-size: 160% 160%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    padding: 14px 44px;
    border-radius: 30px;
    box-shadow: 0 10px 28px rgba(236, 72, 153, 0.4);
    transition: 0.25s;
    white-space: nowrap;
    animation: promoBtnPulse 2.2s ease-in-out infinite;
}
.promo-popup-btn:hover {
    background-position: 100% 0;
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 34px rgba(236, 72, 153, 0.5);
}
@keyframes promoBtnPulse {
    0%, 100% { box-shadow: 0 10px 28px rgba(236, 72, 153, 0.4); }
    50% { box-shadow: 0 10px 34px rgba(245, 158, 11, 0.55); }
}
@media (max-width: 480px) {
    .promo-popup-btn { padding: 12px 32px; font-size: 0.85rem; }
    .promo-popup-close { top: -16px; right: -10px; width: 36px; height: 36px; }
}
