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

:root {
    --primary-bg: #F8F5EF;
    /* Ivory */
    --secondary-bg: #F5EFE6;
    /* Warm Cream */
    --section-bg: #E8DDCF;
    /* Warm Beige */
    --card-bg: #FFFDF9;
    /* Card Background */
    --primary-text: #3E2D24;
    /* Espresso Brown */
    --secondary-text: #6F5846;
    /* Secondary Text */
    --accent-color: #C8A96A;
    /* Muted Gold Accent */
    --border-color: #E6DDD2;
    /* Warm Border */
    --btn-bg: #3E2D24;
    /* Button Background */
    --btn-hover: #2A1D17;
    /* Button Hover */
    --btn-text: #FFFFFF;
    /* Button Text */

    --primary-color: #3E2D24;
    --secondary-color: #6F5846;
    --dark-color: #3E2D24;
    --text-color: #3E2D24;
    --light-bg: #F5EFE6;
    --white: #FFFDF9;
    --accent: #C8A96A;
    --primary: #3E2D24;
    --primary-dark: #2A1D17;
    --secondary: #6F5846;
    --surface: #FFFDF9;
    --background: #F8F5EF;
    --text-main: #3E2D24;
    --text-muted: #6F5846;
    --border: #E6DDD2;
    --brown-light: #C8A96A;
    --brown-pale: #E8DDCF;
    --bs-primary: #3E2D24;
    --bs-secondary: #6F5846;
    --bs-font-sans-serif: 'Outfit', sans-serif !important;
    --bs-body-font-family: 'Outfit', sans-serif !important;
}

html {
    scroll-behavior: auto;
    -webkit-text-size-adjust: 100%;
    overflow-x: clip;
}

body {
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    color: #3E2D24;
    background: #faf7f4;
    overflow-x: clip;
    min-height: 100vh;
}

/* ==========================================================================
   AAN LUXE - HOMEPAGE THEME SYSTEM (UP TO ACCESSORIES SECTION ONLY)
   ========================================================================== */

/* Navbar & Top Header */
body.home-page .top-header {
    background-color: #3E2D24 !important;
    color: #FFFDF9 !important;
}

body.home-page .navbar {
    background-color: #FFFDF9 !important;
    border-bottom: 1px solid #E6DDD2 !important;
}

body.home-page .navbar .nav-link {
    color: #3E2D24 !important;

}

body.home-page .navbar .nav-link:hover {
    color: #C8A96A !important;
}

/* Sections Up To Accessories (Hero, Collections, Categories, Top/Bottom Wear, Features, Accessories) */
body.home-page .hero-section,
body.home-page .hero-slider,
body.home-page .main-hero-banner,
body.home-page .collections-slider,
body.home-page .categories,
body.home-page #newArrivalSection,
body.home-page #feelTheReel,
body.home-page .reels-section,
body.home-page #trendingProducts,
body.home-page #products,
body.home-page #topWearSection,
body.home-page #bottomWearSection,
body.home-page #footWearSection,
body.home-page #latestProducts {
    background-color: #F5ECE0 !important;
    color: #3E2D24;
}

body.home-page .features {
    background-color: #FDF6E3 !important;
    color: #3E2D24;
}

/* Dynamic Homepage Banner Slot - No background, no borders, only rounded image cards */
body.home-page #homepageDynamicBannerMount,
#homepageDynamicBannerMount,
.dynamic-banner-slot,
.dynamic-banner-slot-home,
.stylehub-banner-block,
.stylehub-banner-slider,
.stylehub-banner-track,
.stylehub-banner-slide,
.stylehub-grid2-row {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.stylehub-grid2-card {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Headings in sections up to Accessories */
body.home-page .hero-section h1,
body.home-page .hero-section h2,
body.home-page .hero-section h3,
body.home-page .hero-slider h1,
body.home-page .hero-slider h2,
body.home-page .hero-slider h3,
body.home-page .collections-slider h2,
body.home-page .collections-slider h3,
body.home-page .categories h2,
body.home-page .categories h3,
body.home-page #newArrivalSection h2,
body.home-page #feelTheReel h2,
body.home-page #trendingProducts h2,
body.home-page #products h2,
body.home-page #topWearSection h2,
body.home-page #bottomWearSection h2,
body.home-page .features h2,
body.home-page #footWearSection h2,
body.home-page #latestProducts h2 {
    color: #3E2D24 !important;
}

/* Product Cards & Category Cards - Transparent Clean Look (Matching Reference Screenshot) */
body.home-page .categories .category-card,
body.home-page #newArrivalSection .product-card,
body.home-page #feelTheReel .reel-card,
body.home-page #trendingProducts .product-card,
body.home-page #products .product-card,
body.home-page #topWearSection .product-card,
body.home-page #bottomWearSection .product-card,
body.home-page #footWearSection .product-card,
body.home-page #latestProducts .product-card,
.product-card,
.top-wear-card,
.category-card,
.related-product-card {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    transition: transform 0.3s ease !important;
}

body.home-page .categories .category-card:hover,
body.home-page #newArrivalSection .product-card:hover,
body.home-page #trendingProducts .product-card:hover,
body.home-page #products .product-card:hover,
body.home-page #topWearSection .product-card:hover,
body.home-page #bottomWearSection .product-card:hover,
body.home-page #footWearSection .product-card:hover,
body.home-page #latestProducts .product-card:hover,
.product-card:hover,
.top-wear-card:hover {
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    transform: translateY(-4px) !important;
}

body.home-page .product-image-container,
body.home-page .product-img-wrapper,
body.home-page .category-img-container,
.top-wear-img,
.product-image,
.product-img,
.card-img-wrap {
    background-color: #EAE6E1 !important;
    border: none !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

/* Badges in top sections */
body.home-page .categories .badge,
body.home-page #products .badge,
body.home-page #latestProducts .badge,
body.home-page .sale-badge,
body.home-page .discount-badge {
    background-color: #C8A96A !important;
    color: #3E2D24 !important;
    font-weight: 600 !important;
}

body.home-page .new-badge,
body.home-page .badge-featured {
    background-color: #3E2D24 !important;
    color: #FFFFFF !important;
}

/* Modern Frosted Glass / Fog Overlay for Category Banners */
body.home-page .categories .category-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px !important;
}

body.home-page .categories .category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

body.home-page .categories .category-card:hover img {
    transform: scale(1.05) !important;
}

body.home-page .categories .category-card .category-overlay {
    position: absolute;
    inset: 0;
    padding: 32px 26px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(20, 14, 10, 0.048) 0%, rgba(20, 14, 10, 0.342) 55%, rgba(20, 14, 10, 0.88) 100%) !important;

    -webkit-backdrop-filter: blur(5px);
    transition: backdrop-filter 0.45s cubic-bezier(0.25, 1, 0.5, 1), -webkit-backdrop-filter 0.45s cubic-bezier(0.25, 1, 0.5, 1), background 0.45s ease !important;
}

body.home-page .categories .category-card:hover .category-overlay {
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
    background: linear-gradient(180deg, rgba(20, 14, 10, 0.02) 0%, rgba(20, 14, 10, 0.35) 60%, rgba(20, 14, 10, 0.78) 100%) !important;
}

/* Mobile Screens: Completely remove blur, apply subtle dark gradient only behind text */
@media (max-width: 991.98px) {
    body.home-page .categories .category-card .category-overlay {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: linear-gradient(180deg, transparent 0%, rgba(18, 12, 8, 0.2) 35%, rgba(18, 12, 8, 0.85) 100%) !important;
        padding: 24px 20px !important;
    }

    body.home-page .categories .category-card:hover .category-overlay {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: linear-gradient(180deg, transparent 0%, rgba(18, 12, 8, 0.15) 35%, rgba(18, 12, 8, 0.78) 100%) !important;
    }
}

/* Crisp White & Gold Typography with High Contrast Shadow */
body.home-page .categories .category-card .category-overlay .category-label {
    color: #C8A96A !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 6px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

/* ==========================================================================
   SMOOTH SCROLL ANIMATION: SLIDE OUT FROM LEFT BEHIND ACCENT BAR
   ========================================================================== */
.section-heading-reveal {
    display: inline-flex !important;
    align-items: center !important;
    overflow: hidden !important;
    position: relative !important;
    vertical-align: middle !important;
}

.section-heading-reveal-text {
    display: inline-block !important;
    opacity: 0 !important;
    transform: translateX(-100%) !important;
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, transform !important;
}

.section-heading-reveal.is-visible .section-heading-reveal-text,
.section-header.is-visible .section-heading-reveal-text {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

body.home-page .categories .category-card .category-overlay h2 {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: clamp(1.4rem, 2.2vw, 2.1rem) !important;
    line-height: 1.22 !important;
    margin-bottom: 8px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7) !important;
}

body.home-page .categories .category-card .category-overlay p {
    color: #E8DDCF !important;
    font-size: 0.92rem !important;
    line-height: 1.4 !important;
    margin-bottom: 16px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
}

/* Modern Pill Button */
body.home-page .categories .category-card .category-overlay .btn-secondary {
    background-color: #FFFDF9 !important;
    color: #3E2D24 !important;
    border: 1px solid #FFFDF9 !important;
    font-weight: 700 !important;
    padding: 9px 24px !important;
    border-radius: 25px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
}

body.home-page .categories .category-card .category-overlay .btn-secondary:hover {
    background-color: #3E2D24 !important;
    color: #C8A96A !important;
    border-color: #C8A96A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

body.home-page .hero-slider .btn:hover,
body.home-page .collections-slider .btn:hover,
body.home-page .categories .btn:hover,
body.home-page #products .btn:hover,
body.home-page #latestProducts .btn:hover,
body.home-page .wear-view-all-btn:hover {
    background-color: #2A1D17 !important;
    color: #C8A96A !important;
    border-color: #C8A96A !important;
}

/* Star Ratings in top sections */
body.home-page #products .fa-star,
body.home-page #latestProducts .fa-star,
body.home-page #trendingProducts .fa-star {
    color: #C8A96A !important;
}

/* Search Suggestions & Dropdowns */
body.home-page .search-suggestions,
body.home-page .dropdown-menu,
body.home-page .mega-menu-dropdown {
    background-color: #FFFDF9 !important;
    border: 1px solid #E6DDD2 !important;
    color: #3E2D24 !important;
}

body.home-page .search-suggestion-item:hover,
body.home-page .dropdown-item:hover {
    background-color: #F5EFE6 !important;
    color: #C8A96A !important;
}

/* ===== PERFORMANCE: content-visibility for below-fold sections ===== */
.why-choose-us,
.instagram,
.testimonials,
.home-contact-wrap,
.home-contact-map,
.confidence-builder,
.collection-banners,
.banner-promo {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}

/* GPU-promote frequently animated elements */
.hero-slider .swiper-slide img,
.products-grid.slider,
.trending-slider {
    will-change: transform;
}

/* Reduce paint on hover images */
.top-wear-img .tw-hover,
.instagram-item img {
    will-change: opacity, transform;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Top Header */
.top-header {
    background: var(--dark-color);
    color: var(--white);
    padding: 8px 0;
    font-size: 14px;
}

.top-header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.top-header .left-info,
.top-header .right-info {
    display: none !important;
}

.top-header-ticker {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-ticker-viewport {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}



.th-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: thMarquee var(--th-marquee-duration, 18s) linear infinite;
    will-change: transform;
}

.th-ticker-seg {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 18px;
    padding-right: 18px;
}

.th-ticker-viewport:hover .th-ticker-track {
    animation-play-state: running;
}

@keyframes thMarquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.th-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.th-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffebcc, #ffd699);
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.th-text {
    color: rgba(255, 255, 255, 0.92);
}

.th-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.th-link:hover {
    color: #ffd699;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.th-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.th-coupon {
    border: 1px dashed rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.th-coupon:hover {
    background: rgba(255, 255, 255, 0.14);
}

.th-coupon .th-copy {
    font-weight: 700;
    font-size: 12px;
    opacity: 0.9;
}

.th-coupon.is-copied {
    border-style: solid;
    border-color: rgba(212, 165, 116, 0.75);
}

@media (max-width: 768px) {
    .top-header {
        padding: 10px 0;
    }

    .top-header-content {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .top-header-ticker {
        order: 3;
        width: 100%;
    }

    .th-ticker-viewport {
        max-width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .th-ticker-track {
        animation: none;
    }
}

.left-info span {
    margin-right: 8px;
}

.left-info i {
    margin-right: 5px;
}

.social-links a {
    color: var(--white);
    margin-left: 15px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: var(--primary-color);
}

/* Navigation */
.navbar {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-color);
}

.logo i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 28px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--primary-color);
}

.hjkojko li a {

    font-size: 17px;
    font-family: 'Outfit', sans-serif;

}

/* Navbar Category active pill (match product page feel) */
.navbar .nav-link#categoryDropdown.active {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Keep underline visible when mega menu is open */
.navbar .nav-link#categoryDropdown.active::before {
    transform: scaleX(1);
}

/* Category should not look like a button on hover/focus (underline only) */
.navbar .nav-link#categoryDropdown:hover,
.navbar .nav-link#categoryDropdown:focus,
.navbar .nav-link#categoryDropdown:focus-visible {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Current page underline (set by JS) */
.navbar .nav-link.active-page::before {
    transform: scaleX(1);
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}

/* Mega Menu Dropdown (Product page style) */
.mega-menu-dropdown {
    position: fixed;
    top: calc(var(--header-h, var(--navbar-h, 72px)));
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 1990;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid #e9ecef;
    border-bottom: 2px solid #b17c2d;
    pointer-events: none;
    max-height: calc(85vh - 72px);
}

.mega-menu-dropdown::-webkit-scrollbar {
    width: 5px;
}

.mega-menu-dropdown::-webkit-scrollbar-thumb {
    background: #e2d3be;
    border-radius: 4px;
}

.mega-menu-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.mega-menu-content {
    padding: 24px 0 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px 32px;
    align-items: start;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.mega-menu-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 12px;
}

.mega-menu-title {
    font-weight: 700;
    font-size: 14px;
    color: #381907;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #b17c2d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-menu-item {
    margin-bottom: 0px;
}

.mega-menu-link {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    display: block;
    padding: 3px 0;
}

.mega-menu-link:hover {
    color: #814f03;
    padding-left: 4px;
}

.mega-menu-link.all-link {
    font-weight: 700;
    color: #333333;
    margin-bottom: 2px;
}

.mega-menu-link.all-link:hover {
    color: #814f03;
    padding-left: 4px;
}

@media (max-width: 991.98px) {
    .mega-menu-dropdown {
        display: none !important;
    }
}

.nav-icons {
    display: flex;
    gap: 20px;
}

.nav-icons a {
    color: var(--text-color);
    font-size: 18px;
    transition: color 0.3s;
}

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

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--dark-color);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #fef5e7 0%, #ffe8cc 100%);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-text .badge {
    background: var(--orange);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.hero-text p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #666;
}

.hero-image {
    position: relative;
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.floating-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--orange);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(255, 140, 66, 0.4);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.badge-content {
    text-align: center;
    color: var(--white);
}

.discount {
    font-size: 36px !important;
    font-weight: bold;
    display: block;
    color: white !important;
}

.off-text {
    font-size: 18px;
    font-weight: bold;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-dark,
.btn-outline {
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(212, 165, 116, 0.3);
}

.btn-secondary {
    background: var(--white);
    color: var(--dark-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--white);
}

.btn-dark {
    background: var(--dark-color);
    color: var(--white);
}

.btn-dark:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-outline:hover {
    background: var(--primary-color);
    color: var(--white);
}

/* --- Luxury Section Dividers (Symmetric Royal Transition) --- */
.collection-top-divider-wrap,
.features-top-divider-wrap {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: -1px;
    position: relative;
    z-index: 5;
    background: transparent;
}

.collection-top-divider-wrap svg,
.features-top-divider-wrap svg {
    display: block;
    width: 100%;
    height: clamp(45px, 5.5vw, 85px);
}

@media (max-width: 767px) {

    .collection-top-divider-wrap svg,
    .features-top-divider-wrap svg {
        height: 42px;
    }
}

.fgd-ornaments {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.fgd-leaf {
    position: absolute;
    width: clamp(50px, 7vw, 90px);
    height: clamp(50px, 7vw, 90px);
    top: 5%;
}

.fgd-leaf-left {
    left: 0.5%;
}

.fgd-leaf-right {
    right: 0.5%;
    transform: scaleX(-1);
}

.fgd-star {
    position: absolute;
}

.fgd-star-center {
    left: 50%;
    top: 72%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 22px;
    height: 22px;
}

.fgd-dot {
    position: absolute;
    border-radius: 50%;
    background: #CFA670;
}

/* Features Section - Unified with Upper Section (#FDF6E3) */
section.features {
    padding: 10px 0 35px !important;
    background: #FDF6E3 !important;
}

.features .feature-card {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    box-shadow: 0 4px 20px -2px rgba(60, 40, 20, 0.07), 0 2px 6px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid rgba(207, 166, 112, 0.18) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.features .feature-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 28px -4px rgba(60, 40, 20, 0.12), 0 4px 10px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(207, 166, 112, 0.35) !important;
}

.features .feature-icon {
    color: #4A3525 !important;
    font-size: 2rem !important;
}

.features .feature-text h3 {
    color: #3E271E !important;
    font-weight: 600 !important;
    font-size: 1.15rem !important;
}

.features .feature-text p {
    color: #7C6658 !important;
    font-size: 0.9rem !important;
}

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

.feature-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    border-radius: 15px;
    background: var(--light-bg);
    transition: transform 0.3s;
}

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

.feature-icon {
    font-size: 40px;
    color: var(--primary-color);
}

.feature-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.feature-text p {
    color: #666;
    font-size: 14px;
}

/* Categories Section */
.categories {
    padding: 10px 0;
    background-color: #ffffff;
}

.categories-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

.category-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 240px;
}

.category-card.large {
    grid-row: span 2;
    height: 500px;
}

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

.category-card:hover img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 40px;
    color: var(--white);
}

.category-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.category-overlay h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.category-overlay p {
    margin-bottom: 20px;
}

/* Products Section */
.products {
    padding: 5px 0;
    background: var(--white);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.section-header h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 32px;
    background: #4d2600;
    border-radius: 3px;
}

.section-header .view-all {
    color: #4d2600;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(139, 69, 19, 0.05);
    border: none;
    outline: none;
}

.section-header .view-all:hover {
    background: rgba(139, 69, 19, 0.1);
    gap: 12px;
    text-decoration: none !important;
}

.section-header .view-all i {
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 14px;
    display: inline-block;
    will-change: transform;
}

.section-header .view-all:hover i {
    transform: translateX(6px);
    animation: viewAllArrowNudge 0.8s ease-in-out infinite alternate;
}

@keyframes viewAllArrowNudge {
    0% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(8px);
    }
}

.section-header .view-all:focus {
    outline: none;
    text-decoration: none !important;
}

.home-page .mens-edit-showcase {
    position: relative;
    padding: clamp(36px, 5vw, 72px) 0 clamp(28px, 4vw, 54px);
    background:
        radial-gradient(1400px 320px at 15% 10%, rgba(196, 105, 8, 0.08), transparent 58%),
        radial-gradient(900px 280px at 85% 0%, rgba(139, 69, 19, 0.06), transparent 55%),
        linear-gradient(180deg, #fffdfb 0%, #f7f2ec 100%);
    overflow: hidden;
}

.home-page .mens-edit-showcase::before {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65));
    pointer-events: none;
}

.home-page .mens-edit-showcase__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: clamp(26px, 3vw, 38px);
}

.home-page .mens-edit-showcase__title,
.home-page .mens-edit-showcase__copy {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #6a6270;
}

.home-page .mens-edit-showcase__title {
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    font-weight: 500;
    line-height: 1;
    max-width: 12ch;
}

.home-page .mens-edit-showcase__copy {
    max-width: 28ch;
    text-align: right;
    font-size: clamp(0.9rem, 1.1vw, 1.28rem);
    line-height: 1.35;
    font-weight: 400;
}

.home-page .mens-edit-showcase__rail {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 18px;
    min-height: clamp(430px, 48vw, 660px);
}

.home-page .mens-edit-showcase__panel {
    --panel-grow: 1;
    --panel-footer-bg: rgba(255, 255, 255, 0.88);
    --panel-footer-border: rgba(177, 154, 136, 0.22);
    position: relative;
    flex: var(--panel-grow) 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    transition:
        flex-grow 620ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 280ms ease;
    cursor: pointer;
    outline: none;
}

.home-page .mens-edit-showcase__panel.is-active {
    --panel-grow: 1.9;
}

.home-page .mens-edit-showcase__panel:focus-visible {
    transform: translateY(-4px);
}

.home-page .mens-edit-showcase__media {
    position: relative;
    flex: 1;
    min-height: 0;
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(240, 234, 228, 0.96), rgba(250, 247, 243, 0.92));
    box-shadow:
        0 24px 44px rgba(110, 89, 70, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-page .mens-edit-showcase__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.05));
    pointer-events: none;
}

.home-page .mens-edit-showcase__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.home-page .mens-edit-showcase__panel.is-active .mens-edit-showcase__media img,
.home-page .mens-edit-showcase__panel:hover .mens-edit-showcase__media img,
.home-page .mens-edit-showcase__panel:focus-visible .mens-edit-showcase__media img {
    transform: scale(1.045);
}

.home-page .mens-edit-showcase__footer {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-page .mens-edit-showcase__badge,
.home-page .mens-edit-showcase__cta {
    border-radius: 999px;
    backdrop-filter: blur(18px);
}

.home-page .mens-edit-showcase__badge {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4d2600;
    color: #fff;
    box-shadow: 0 12px 24px rgba(139, 69, 19, 0.16);
    font-size: 14px;
}

.home-page .mens-edit-showcase__badge--plus {
    background: rgba(255, 255, 255, 0.92);
    color: #4d2600;
    border: 1px solid rgba(177, 154, 136, 0.35);
    box-shadow: 0 8px 16px rgba(87, 58, 34, 0.08);
}

.home-page .mens-edit-showcase__cta {
    flex: 1 1 auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    text-decoration: none;
    border: 1px solid var(--panel-footer-border);
    background: var(--panel-footer-bg);
    color: #8e8793;
    font-size: 0.98rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    transition: all 280ms ease;
}

.home-page .mens-edit-showcase__cta:hover {
    color: #4d2600;
    border-color: rgba(139, 69, 19, 0.3);
    text-decoration: none;
}

.home-page .mens-edit-showcase__panel.is-active .mens-edit-showcase__cta--primary {
    background: #4d2600;
    color: #fff;
    border-color: transparent;
    justify-content: flex-start;
    padding-left: 24px;
    box-shadow: 0 16px 26px rgba(139, 69, 19, 0.16);
}

.home-page .mens-edit-showcase__panel.is-active .mens-edit-showcase__cta--primary:hover {
    color: #fff;
}

.filter-tabs {
    display: flex;
    gap: 10px;
}

.tab-btn {
    padding: 10px 25px;
    border: 2px solid var(--border-color);
    background: transparent;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
    background: var(--dark-color);
    color: var(--white);
    border-color: var(--dark-color);
}

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

.product-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #4A3525, #2A1F15);
    color: #D7C1A1;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(215, 193, 161, 0.2);
}

.product-badge.sale {
    background: linear-gradient(135deg, #C8A96A, #A68748);
    color: #3E2D24;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 12px rgba(200, 169, 106, 0.3);
}

.product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s;
}

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

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.action-btn:hover {
    background: var(--primary-color);
    color: var(--white);
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.rating i {
    color: #ffc107;
    font-size: 14px;
}

.rating span {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.current-price {
    font-size: 22px;
    font-weight: bold;
    color: var(--dark-color);
}

.old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

/* Banner Promo */
.banner-promo {
    padding: 80px 0;
    background: var(--light-bg);
}

.banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.banner-image {
    position: relative;
    min-height: 520px;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(17, 24, 39, 0.78);
    color: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
}

.banner-badge-top {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 0.85;
}

.banner-badge-main {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.banner-mini-row {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-mini-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.banner-mini-chip i {
    color: #4d2600;
}

.banner-text {
    padding: 60px;
}

.promo-label {
    background: var(--orange);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.banner-text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.banner-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.banner-points {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: grid;
    gap: 12px;
}

.banner-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #374151;
    font-weight: 600;
    font-size: 14px;
}

.banner-points li i {
    color: #22c55e;
    margin-top: 2px;
}

.banner-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.banner-actions .btn-dark,
.banner-actions .btn-outline {
    padding: 12px 22px;
}

.banner-trust {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.banner-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.banner-trust-item i {
    color: #4d2600;
}

/* Deals Section */
.deals {
    padding: 80px 0;
    background: var(--white);
}

.view-all {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.view-all:hover {
    color: var(--dark-color);
}

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

.deal-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.deal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.deal-image {
    flex: 0 0 auto;
    height: 280px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 8px;
}

.deal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    max-height: 100%;
}

.deal-card:hover .deal-image img {
    transform: scale(1.05);
}

/* slider wrapper for deals when more than 2 cards */
.deals-slider {
    position: relative;
}

.deals-slider .deals-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    padding: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
}

.deals-slider .deals-track::-webkit-scrollbar {
    display: none;
}

.deals-slider .deal-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: 0 0 100%;
}

.deals-slider .deals-prev,
.deals-slider .deals-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    color: #4d2600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deals-slider .deals-prev {
    left: 8px;
}

.deals-slider .deals-next {
    right: 8px;
}

.deals-slider .deals-prev:disabled,
.deals-slider .deals-next:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.deals-slider .deal-image img {
    object-fit: contain !important;
    object-position: center center;
}

@media (min-width: 1024px) {
    .deals-slider .deal-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .deals-slider .deal-card {
        flex: 0 0 80%;
    }
}

@media (max-width: 768px) {
    .deals-slider .deals-track {
        gap: 16px;
        padding: 0 8px;
    }

    .deals-slider .deal-card {
        flex: 0 0 92%;
        flex-direction: column;
    }

    .deals-slider .deal-image,
    .deals-slider .deal-info {
        width: 100%;
    }

    .deals-slider .deal-image {
        border-bottom: 1px solid #eee;
        flex: 0 0 auto !important;
        aspect-ratio: auto;
        height: auto;
    }

    .deals-slider .deal-info {
        padding: 16px 14px;
    }

    /* use swipe on mobile; hide arrows */
    .deals-slider .deals-prev,
    .deals-slider .deals-next {
        display: none !important;
    }

    /* Global deals mobile polish */
    .deal-card {
        border-radius: 14px;
    }

    .deal-card .deal-image {
        height: auto;
        aspect-ratio: auto;
        flex: 0 0 auto;
    }

    .deal-card .deal-image img {
        width: 100%;
        height: auto;
        object-fit: contain !important;
        display: block;
    }

    .deal-card .deal-info {
        padding: 14px;
    }

    .deal-card .deal-info .price {
        margin: 3px 0;
    }
}

@media (max-width: 480px) {
    .deals-slider .deal-card {
        flex: 0 0 92%;
    }

    .deals-slider .deals-prev,
    .deals-slider .deals-next {
        top: 150px;
        width: 34px;
        height: 34px;
    }

    .deal-card .deal-info {
        padding: 14px;
    }

    /* on very small screens use swipe only */
    .deals-slider .deals-prev,
    .deals-slider .deals-next {
        display: none;
    }

    .deals-slider .deals-track {
        gap: 12px;
        padding: 0 10px;
    }

    .deals-slider .deal-image {
        aspect-ratio: auto;
        height: auto;
        flex: 0 0 auto !important;
    }

    .deals-slider .deal-image img {
        object-fit: contain !important;
    }
}

.deal-info {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.deal-category {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.deal-info h3 {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.3;
}

.deal-info p {
    color: #666;
    margin: 6px 0;
    line-height: 1.4;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Deal timer at top - orange style like reference */
.deal-timer-top {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #4d2600;
}

.deal-timer-dot {
    width: 8px;
    height: 8px;
    background: #4d2600;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.deal-timer-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.deal-timer-text .deal-timer {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Price row with OFF badge */
.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 8px 0;
}

.deal-off-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(238, 90, 111, 0.3);
}

.deal-info .badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.deal-info .text-bg-danger {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%) !important;
}

.deal-info .text-bg-dark {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
}

.deal-timer {
    font-family: 'Courier New', monospace;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Deal Card Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.deal-card {
    animation: fadeInUp 0.6s ease-out;
}

.deal-card:nth-child(2) {
    animation-delay: 0.1s;
}

.deal-card:nth-child(3) {
    animation-delay: 0.2s;
}

.deal-card.single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    margin: 0;
    min-height: 500px;
    background: linear-gradient(135deg, #2c1810 0%, #4a2510 50%, #2c1810 100%);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(139, 69, 19, 0.4), 0 0 0 1px rgba(196, 105, 8, 0.2);
}

/* Animated background particles */
.deal-card.single::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(196, 105, 8, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 69, 19, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(196, 105, 8, 0.15) 0%, transparent 40%);
    animation: bgPulse 8s ease-in-out infinite;
}

@keyframes bgPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Flash sale badge */
.deal-card.single .flash-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #4d2600;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.5);
    z-index: 10;
    animation: flashPulse 2s ease-in-out infinite;
}

@keyframes flashPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(139, 69, 19, 0.5);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(139, 69, 19, 0.7);
    }
}

.deal-card.single .deal-image {
    height: 100%;
    min-height: 500px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.deal-card.single .deal-image::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(196, 105, 8, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: glowRotate 15s linear infinite;
}

@keyframes glowRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.deal-card.single .deal-image img {
    object-fit: contain;
    max-height: 420px;
    max-width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    animation: productFloat 4s ease-in-out infinite;
    position: relative;
    z-index: 3;
}

@keyframes productFloat {

    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }

    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

.deal-card.single .deal-info {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

.deal-card.single .deal-category {
    color: #4d2600;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.deal-card.single .deal-info h3 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.deal-card.single .deal-info p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 24px;
}

.deal-card.single .rating {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 20px;
}

.deal-card.single .rating span {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 8px;
    font-weight: 600;
}

.deal-card.single .price-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.deal-card.single .current-price {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    animation: priceGlow 2s ease-in-out infinite;
}

@keyframes priceGlow {

    0%,
    100% {
        text-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    }

    50% {
        text-shadow: 0 4px 30px rgba(255, 255, 255, 0.4), 0 0 60px rgba(196, 105, 8, 0.3);
    }
}

.deal-card.single .old-price {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
}

.deal-card.single .discount-badge-large {
    background: #4d2600;
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 10px 30px rgba(238, 90, 111, 0.4);
    animation: badgeBounce 1.5s ease-in-out infinite;
}

@keyframes badgeBounce {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-5px) scale(1.05);
    }
}

.deal-card.single .timer-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    border: 1px solid rgba(196, 105, 8, 0.3);
}

.deal-card.single .timer-label {
    color: #4d2600;
    font-weight: 700;
    font-size: 14px;
}

.deal-card.single .deal-timer {
    font-family: 'Courier New', monospace;
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}

.deal-card.single .cta-button {
    background: #4d2600;
    color: #fff;
    border: none;
    padding: 20px 50px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(196, 105, 8, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.deal-card.single .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.deal-card.single .cta-button:hover::before {
    left: 100%;
}

.deal-card.single .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(196, 105, 8, 0.6);
}

/* Decorative elements */
.deal-card.single .deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(196, 105, 8, 0.2);
    animation: circleExpand 4s ease-out infinite;
}

.deal-card.single .deco-circle:nth-child(1) {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    animation-delay: 0s;
}

.deal-card.single .deco-circle:nth-child(2) {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: 100px;
    animation-delay: 1s;
}

@keyframes circleExpand {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

/* Price styling enhancement */
.deal-info .price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 8px 0;
}

.deal-info .current-price {
    font-size: 20px;
    font-weight: 700;
    color: #4d2600;
    text-shadow: 0 2px 4px rgba(255, 107, 53, 0.1);
}

.deal-info .old-price {
    font-size: 15px;
    color: #999;
    position: relative;
}

/* Rating stars enhancement */
.deal-info .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 6px 0;
}

.deal-info .rating i {
    color: #ffc107;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(255, 193, 7, 0.3);
}

.deal-info .rating span {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    margin-left: 4px;
}

/* Collection Banners */
.collection-banners {
    padding: 80px 0;
    background: var(--dark-color);
}

.banners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.collection-banner {
    border-radius: 20px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.collection-content {
    flex: 1;
}

.collection-label {
    font-size: 14px;
    color: var(--orange);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.collection-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--dark-color);
}

.collection-content p {
    margin-bottom: 25px;
    color: #666;
}

.collection-image {
    flex: 0 0 45%;
}

.collection-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

/* Why Choose Us */
.why-choose-us {
    padding: 48px 0 52px 0;
    background: #281B14;
    color: #FAF7F4;
    position: relative;
}

.wcu-top {
    margin-bottom: 28px;
}

.wcu-panel {
    background: linear-gradient(145deg, rgba(42, 27, 20, 0.88), rgba(24, 15, 10, 0.95));
    border: 1.5px solid rgba(207, 166, 112, 0.35);
    border-radius: 20px;
    padding: 38px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: 1fr 1.28fr;
    gap: 44px;
    align-items: start;
    backdrop-filter: blur(12px);
}

.wcu-intro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.wcu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    color: #CFA670;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.wcu-title {
    font-size: 38px;
    line-height: 1.18;
    color: #FDF6E3;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.wcu-sub {
    color: #D8C7B5;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 0;
}

.wcu-brand-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 22px;
}

.wcu-brand-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(207, 166, 112, 0.18);
    border-radius: 14px;
    padding: 12px 16px;
    transition: all 0.3s ease;
}

.wcu-brand-feature-item:hover {
    background: rgba(207, 166, 112, 0.08);
    border-color: rgba(207, 166, 112, 0.45);
    transform: translateX(4px);
}

.wcu-bf-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4d2600 0%, #281b14 100%);
    border: 1.2px solid #CFA670;
    color: #CFA670;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.wcu-bf-text h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: #FDF6E3;
    margin-bottom: 3px;
    line-height: 1.3;
}

.wcu-bf-text p {
    font-size: 12.8px;
    line-height: 1.5;
    color: #D8C7B5;
    margin: 0;
}

.wcu-brand-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background: linear-gradient(135deg, #CFA670 0%, #B88E52 100%);
    color: #1A110C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(207, 166, 112, 0.25);
    margin-top: 2px;
}

.wcu-brand-btn:hover {
    background: linear-gradient(135deg, #DFB983 0%, #CFA670 100%);
    color: #1A110C;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(207, 166, 112, 0.4);
    text-decoration: none;
}

.wcu-brand-btn i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.wcu-brand-btn:hover i {
    transform: translateX(4px);
}

.wcu-accordion {
    border-top: none;
    margin-top: 0;
}

.wcu-accordion-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(207, 166, 112, 0.2);
    border-radius: 14px;
    padding: 0 16px;
    margin: 8px 0;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    contain: paint;
}

.wcu-accordion-item.open {
    background: #faf7f4;
    border: 1.5px solid #CFA670;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 0 16px;
    margin: 8px 0;
}

.wcu-accordion-btn {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.wcu-accordion-heading {
    font-size: 16px;
    font-weight: 600;
    color: #FAF7F4;
    transition: color 0.25s ease;
}

.wcu-accordion-item.open .wcu-accordion-heading {
    color: #3E2D24;
    font-weight: 700;
}

.wcu-accordion-btn:hover .wcu-accordion-heading {
    color: #CFA670;
}

.wcu-acc-symbol {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4d2600;
    color: #CFA670;
    border: 1.5px solid #CFA670;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    flex-shrink: 0;
}

.wcu-accordion-btn:hover .wcu-acc-symbol {
    transform: scale(1.08);
    border-color: #F5ECE0;
}

.wcu-accordion-item.open .wcu-acc-symbol {
    background: #4d2600;
    color: #FAF7F4;
    border-color: #4d2600;
    box-shadow: 0 4px 14px rgba(77, 38, 0, 0.35);
    transform: rotate(180deg);
}

.wcu-accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 280ms cubic-bezier(0.16, 1, 0.3, 1), opacity 220ms ease;
    opacity: 0;
    will-change: grid-template-rows, opacity;
}

.wcu-accordion-item.open .wcu-accordion-content {
    grid-template-rows: 1fr;
    opacity: 1;
}

.wcu-accordion-content>p {
    overflow: hidden;
    margin: 0;
    padding: 0 0 14px;
    font-size: 14.5px;
    color: #D8C7B5;
    line-height: 1.6;
}

.wcu-accordion-item.open .wcu-accordion-content>p {
    color: #5A483C;
}

.wcu-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wcu-card {
    background: #faf7f4;
    border: 1.5px solid rgba(207, 166, 112, 0.4);
    border-radius: 20px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    min-height: 170px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}

.wcu-card:hover {
    transform: translateY(-5px);
    border-color: #4d2600;
    box-shadow: 0 18px 45px rgba(77, 38, 0, 0.22);
}

.wcu-card-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: #4d2600;
    color: #CFA670;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    box-shadow: 0 6px 16px rgba(77, 38, 0, 0.25);
}

.wcu-card-title {
    font-size: 18px;
    line-height: 1.25;
    color: #3E2D24;
    font-weight: 700;
}

.wcu-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: #5A483C;
}

.wcu-card-btn {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border: 1.5px solid #4d2600;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #4d2600;
    text-decoration: none;
    background: rgba(77, 38, 0, 0.05);
    transition: all 0.3s ease;
}

.wcu-card-btn:hover {
    background: #4d2600;
    color: #FAF7F4;
    border-color: #4d2600;
    text-decoration: none;
}

@media (max-width: 992px) {
    .wcu-panel {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 30px 24px;
    }

    .wcu-accordion {
        border-top: 1px solid rgba(207, 166, 112, 0.22);
        padding-top: 10px;
    }

    .wcu-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .why-choose-us {
        padding: 36px 0 42px 0;
    }

    .wcu-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .wcu-sub {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .wcu-panel {
        padding: 20px 16px;
        border-radius: 16px;
        gap: 18px;
    }

    .wcu-cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wcu-card {
        min-height: auto;
        padding: 18px 16px;
        border-radius: 16px;
    }
}

/* Instagram Section */
.instagram {
    padding: 80px 0;
    text-align: center;
    background: #faf7f4;
}

.instagram h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: var(--dark-color);
}

.instagram p {
    color: #666;
    margin-bottom: 40px;
    font-size: 18px;
}

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

.instagram-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

.instagram-overlay i {
    font-size: 40px;
    color: var(--white);
}

/* Testimonials */
.testimonials {
    padding: 20px 0;
    background: var(--light-bg);
    text-align: center;
}

.testimonials h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.15;
    color: var(--dark-color);
}

.testimonials h2 .title-top {
    display: block;
    font-size: 34px;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 4px;
    opacity: 0.95;
}

.testimonials h2 .title-bottom {
    display: block;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-card {
    background: var(--white);
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.quote-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.stars {
    margin-bottom: 20px;
}

.stars i {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.author-info span {
    color: #666;
    font-size: 14px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.slider-btn:hover {
    background: var(--primary-color);
    color: var(--white);
}

.slider-btn.prev {
    left: -25px;
}

.slider-btn.next {
    right: -25px;
}

.testimonials .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.testimonials-marquee {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.testimonials-marquee,
.testimonials-marquee * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.testimonials-marquee .tm-viewport {
    position: relative;
    overflow: hidden;
    padding: 6px 0;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.testimonials-marquee .tm-viewport::before,
.testimonials-marquee .tm-viewport::after {
    content: none;
}

.testimonials-marquee .tm-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
}

.testimonials-marquee .tm-card {
    width: 320px;
    flex: 0 0 auto;
    text-align: left;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.testimonials-marquee .tm-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
}

.testimonials-marquee .tm-quote {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 70, 229, 0.10);
    color: #4f46e5;
    font-size: 18px;
    margin-bottom: 14px;
    pointer-events: none;
}

.testimonials-marquee .tm-text {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(44, 24, 16, 0.74);
    margin: 0 0 18px;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

.testimonials-marquee .tm-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    user-select: none;
    -webkit-user-select: none;
}

.testimonials-marquee img,
.testimonials-marquee .tm-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

.testimonials-marquee .tm-name {
    font-weight: 700;
    color: var(--dark-color);
    font-size: 14px;
    line-height: 1.2;
}

.testimonials-marquee .tm-role {
    font-size: 12px;
    color: rgba(44, 24, 16, 0.58);
    margin-top: 2px;
}

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

    .testimonials h2 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin-bottom: 14px;
        line-height: 1.15;
    }

    .testimonials h2 .title-top {
        display: block !important;
        font-size: 26px !important;
        font-weight: 500 !important;
        margin-right: 0 !important;
        margin-bottom: 2px !important;
        opacity: 0.95;
    }

    .testimonials h2 .title-bottom {
        display: block !important;
        font-size: 44px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px;
        line-height: 1.1;
    }

    .testimonials-marquee {
        gap: 16px;
    }

    .testimonials-marquee .tm-track {
        gap: 14px;
    }

    .testimonials-marquee .tm-card {
        width: min(86vw, 320px);
        padding: 18px 18px 16px;
    }
}

/* Blog Section */
.blog {
    padding: 80px 0;
    background: var(--white);
}

.section-label {
    color: var(--orange);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

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

.blog-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--white);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    color: var(--dark-color);
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
}

.blog-meta i {
    margin-right: 5px;
}

.blog-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-content p {
    color: #666;
    margin-bottom: 20px;
}

.read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.read-more:hover {
    color: var(--dark-color);
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: var(--light-bg);
}

.faq h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-color);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: var(--light-bg);
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 500;
}

.faq-question i {
    font-size: 20px;
    transition: transform 0.3s;
}

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

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 30px 25px 30px;
}

.faq-answer p {
    color: #666;
    line-height: 1.6;
}

/* Newsletter */
.newsletter {
    padding: 60px 0;
    background: var(--white);
}

.newsletter-content {
    background: linear-gradient(135deg, #fef5e7 0%, #ffe8cc 100%);
    padding: 60px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.newsletter-text {
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1;
}

.newsletter-text i {
    font-size: 60px;
    color: var(--primary-color);
}

.newsletter-text h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--dark-color);
}

.newsletter-text p {
    color: #666;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    flex: 0 0 400px;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 25px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    font-size: 16px;
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary-color);
}

/* Footer */
/* Premium Luxury Footer */
.footer {
    background: #16120F !important;
    color: #e8ddd1 !important;
    padding: 85px 0 35px !important;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    opacity: 0.6;
}

body.footer-reveal {
    --footer-reveal-height: 420px;
}

body.footer-reveal footer.footer,
body.footer-reveal footer.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

body.footer-reveal .site-content {
    position: relative;
    z-index: 2;
    background: #fff;
    min-height: 100vh;
    margin-bottom: var(--footer-reveal-height);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

@media (max-width: 768px) {

    body.footer-reveal footer.footer,
    body.footer-reveal footer.site-footer {
        position: static;
    }

    body.footer-reveal .site-content {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: visible;
        box-shadow: none;
    }
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 0.9fr 1.1fr 0.9fr 1.8fr;
    gap: 30px;
    margin-bottom: 10px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-logo-img {
    max-height: 75px !important;
    height: 75px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-logo-img:hover {
    transform: scale(1.04);
}

.footer-col p {
    color: #bfaea0 !important;
    line-height: 1.85;
    font-size: 15px;
    margin-bottom: 24px;
    max-width: 340px;
    font-weight: 400;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer-social a .fa-facebook-f {
    color: #1877F2;
}

.footer-social a .fa-instagram {
    color: #E4405F;
}

.footer-social a .fa-twitter {
    color: #1DA1F2;
}

.footer-social a .fa-youtube {
    color: #FF0000;
}

.footer-social a .fa-pinterest {
    color: #E60023;
}


.footer-social a:hover {
    background: #d4af37 !important;
    color: #16120F !important;
    border-color: #d4af37 !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.footer-col h4 {
    font-size: 15px;
    font-weight: 700;
    color: #f3e5d8 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #d4af37;
    border-radius: 2px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-col ul li a {
    color: #cbbab0 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #f5d77f !important;
    transform: translateX(5px);
    text-shadow: 0 0 12px rgba(245, 215, 127, 0.3);
}

/* Footer Newsletter Form Styling */
.footer-newsletter {
    min-width: 240px;
}

.footer-newsletter-subtext {
    color: #cbbab0;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.footer-newsletter-input-group {
    position: relative;
    width: 100%;
}

.footer-newsletter-input-group input {
    width: 100%;
    padding: 13px 18px;
    border-radius: 10px;
    border: 1px solid rgba(200, 169, 106, 0.4);
    background: rgba(255, 255, 255, 0.04);
    color: #F5ECE0;
    font-size: 13.5px;
    outline: none;
    transition: all 0.3s ease;
}

.footer-newsletter-input-group input:focus {
    border-color: #C8A96A;
    box-shadow: 0 0 14px rgba(200, 169, 106, 0.35);
    background: rgba(255, 255, 255, 0.07);
}

.footer-newsletter-input-group.is-subscribed input {
    border-color: #C8A96A !important;
    background: linear-gradient(135deg, rgba(45, 22, 0, 0.85) 0%, rgba(20, 10, 0, 0.95) 100%) !important;
    color: #E6C687 !important;
    font-weight: 700;
    text-align: center;
    border-radius: 10px !important;
    box-shadow: 0 0 16px rgba(200, 169, 106, 0.35) !important;
}

.footer-newsletter-btn {
    width: auto;
    min-width: 190px;
    max-width: 230px;
    align-self: flex-start;
    padding: 13px 32px;
    border-radius: 8px;
    border: 1px solid #C8A96A;
    background: linear-gradient(135deg, #4d2600 0%, #6b3000 100%);
    color: #E6C687;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(77, 38, 0, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter-btn:hover {
    background: linear-gradient(135deg, #6b3000 0%, #8b3e00 100%);
    color: #ffffff;
    border-color: #E6C687;
    box-shadow: 0 6px 20px rgba(200, 169, 106, 0.35);
    transform: translateY(-1px);
}

.footer-newsletter-btn.is-success {
    background: linear-gradient(135deg, #C8A96A 0%, #9A7B3E 100%);
    color: #16120F;
    border-color: #E6C687;
    box-shadow: 0 0 18px rgba(200, 169, 106, 0.45);
    width: auto;
    min-width: 190px;
    max-width: 230px;
    align-self: flex-start;
    border-radius: 8px;
    padding: 13px 32px;
}

/* Mobile Specific Footer Newsletter Cleanup */
@media (max-width: 768px) {

    li:has(.footer-newsletter-scroll-link),
    .footer-newsletter-scroll-link {
        display: none !important;
    }

    .footer-newsletter {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(212, 175, 55, 0.18);
        border-radius: 16px;
        padding: 24px 20px;
        margin-top: 15px;
        margin-bottom: 25px;
        text-align: center !important;
    }

    .footer-newsletter h4 {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 12px;
        position: relative;
    }

    .footer-newsletter h4::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .footer-newsletter-subtext {
        font-size: 13px;
        margin-bottom: 18px;
        text-align: center !important;
    }

    .footer-newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: center !important;
    }

    .footer-newsletter-input-group input {
        width: 100% !important;
        box-sizing: border-box;
        border-radius: 10px !important;
        display: block;
        text-align: center !important;
    }

    .footer-newsletter-btn {
        width: 100% !important;
        max-width: 100% !important;
        align-self: stretch !important;
        padding: 13px 20px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
}

.footer-bottom {
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    color: #a89788 !important;
    font-size: 13.5px;
    margin: 0;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.footer-legal-links a,
.footer-bottom .footer-legal-links a,
.footer-bottom .footer-legal-links a.text-muted {
    color: #c9b4a1 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    opacity: 0.9 !important;
    display: inline-flex;
    align-items: center;
}

.footer-legal-links a:hover,
.footer-bottom .footer-legal-links a:hover,
.footer-bottom .footer-legal-links a.text-muted:hover {
    color: #D4AF37 !important;
    opacity: 1 !important;
    text-decoration: underline !important;
}

.footer-legal-links a+a::before {
    content: "•";
    margin-right: 14px;
    color: rgba(212, 175, 55, 0.5);
    font-size: 11px;
    pointer-events: none;
}

.payment-methods {
    display: flex;
    gap: 16px;
    align-items: center;
}

.payment-methods i {
    font-size: 26px;
    color: #d4af37;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.payment-methods i:hover {
    opacity: 1;
    transform: scale(1.15);
}



/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
    }

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

    .banners-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .collection-banners {
        padding: 30px 0;
    }

    .collection-banner {
        flex-direction: row;
        text-align: left;
        padding: 25px;
        gap: 15px;
    }

    .collection-content h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .collection-content p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .collection-label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .collection-image {
        flex: 0 0 40%;
    }

    .collection-image img {
        height: 180px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .deal-card {
        border-radius: 10px;
    }

    .deal-image {
        height: 260px;
        padding: 6px;
    }

    .deal-info {
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .deal-card.single {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .deal-card.single .flash-badge {
        top: 15px;
        left: 15px;
        padding: 8px 16px;
        font-size: 12px;
    }

    .deal-card.single .deal-image {
        min-height: 340px;
        padding: 18px;
        background: transparent;
    }

    .deal-card.single .deal-image img {
        max-height: 320px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        animation: none;
        transform: none;
    }

    .deal-card.single .product-shadow {
        display: none;
    }

    .deal-card.single .deal-info {
        padding: 22px 18px 26px;
        background: transparent;
        color: #fff;
    }

    .deal-card.single .deal-info h3 {
        font-size: 26px;
    }

    .deal-card.single .current-price {
        font-size: 36px;
    }

    .deal-card.single .price-section {
        flex-wrap: wrap;
        gap: 12px;
        margin: 20px 0;
        padding: 15px 0;
    }

    .deal-card.single .discount-badge-large {
        font-size: 14px;
        padding: 8px 14px;
    }

    .deal-card.single .timer-section {
        padding: 12px 16px;
    }

    .deal-card.single .deal-timer {
        font-size: 20px;
    }

    .deal-card.single .cta-button {
        padding: 16px 35px;
        font-size: 16px;
    }

    .deal-card.single .deco-circle {
        display: none;
    }

    .deal-card.single .particles {
        display: none;
    }

    .deal-card.single::before,
    .deal-card.single .light-beam,
    .deal-card.single .parallax-bg {
        display: none;
    }

    .deal-card.single .deal-image::before {
        animation: none;
        opacity: 0.35;
        width: 260px;
        height: 260px;
    }

    .deal-card.single .flash-badge,
    .deal-card.single .discount-badge-large,
    .deal-card.single .current-price,
    .deal-card.single .cta-button {
        animation: none;
    }

    .deal-card.single .deal-category,
    .deal-card.single .deal-info p,
    .deal-card.single .rating,
    .deal-card.single .price-section,
    .deal-card.single .timer-section {
        animation: none;
    }

    .deal-card.single .deal-info p {
        color: rgba(255, 255, 255, 0.82);
    }

    .deal-card.single .rating span {
        color: rgba(255, 255, 255, 0.78);
    }

    .deal-card.single .old-price {
        color: rgba(255, 255, 255, 0.55);
    }

    .deal-card.single .timer-section {
        background: rgba(0, 0, 0, 0.28);
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        display: none;
    }

    .hero-text h1 {
        font-size: 32px;
    }

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

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

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

    .banner-content {
        grid-template-columns: 1fr;
    }

    .banner-image {
        min-height: 360px;
    }

    .banner-text {
        padding: 34px 24px;
    }

    .banner-badge {
        top: 14px;
        left: 14px;
    }

    .banner-mini-row {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .deal-card {
        flex-direction: column;
        gap: 0;
        border-radius: 10px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
        border: 1px solid rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        height: 100%;
    }

    .deal-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .deal-image {
        flex: 0 0 auto;
        position: relative;
        overflow: hidden;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 220px;
        padding: 6px;
        aspect-ratio: auto;
    }

    .deal-card.single .deal-image {
        background: transparent;
    }

    .deal-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.4s ease;
    }

    .deal-card:hover .deal-image img {
        transform: none;
    }

    .deal-info {
        padding: 10px;
        background: #fff;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .deal-card.single .deal-info {
        background: transparent;
    }

    .deal-category {
        font-size: 10px;
        letter-spacing: 0.3px;
        margin-bottom: 4px;
    }

    .deal-info h3 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 4px;
        font-weight: 600;
        color: #1a1a1a;
    }

    .deal-info p {
        font-size: 10px;
        line-height: 1.2;
        color: #666;
        margin: 1px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .deal-info .rating {
        font-size: 9px;
        margin: 1px 0;
    }

    .deal-info .rating i {
        font-size: 9px;
    }

    .deal-info .price {
        margin: 2px 0;
        display: flex;
        align-items: baseline;
        gap: 4px;
    }

    .deal-info .current-price {
        font-size: 14px;
        font-weight: 700;
        color: #4d2600;
    }

    .deal-info .old-price {
        font-size: 11px;
        color: #999;
    }

    .deal-info .badge {
        font-size: 9px;
        padding: 2px 6px;
        border-radius: 20px;
        font-weight: 600;
    }

    .deal-info .d-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin: 4px 0;
    }

    .deal-info .text-bg-dark {
        font-size: 9px;
        padding: 2px 6px;
        white-space: nowrap;
    }

    .deal-timer-top {
        font-size: 10px;
        gap: 4px;
        margin-bottom: 4px;
    }

    .deal-timer-dot {
        width: 6px;
        height: 6px;
    }

    .price-row {
        gap: 6px;
        margin: 6px 0;
    }

    .deal-off-badge {
        font-size: 10px;
        padding: 3px 8px;
        border-radius: 16px;
    }

    .deal-info .btn-outline {
        width: 100%;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 8px;
        border: 1.5px solid #4d2600;
        background: #fff;
        color: #4d2600;
        transition: all 0.3s ease;
        margin-top: auto;
    }

    .deal-info .btn-outline:hover {
        background: #4d2600;
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    }

    .deal-badges {
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 6px 0;
        flex-wrap: wrap;
    }

    .deals-grid {
        gap: 12px;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .section-header .view-all {
        font-size: 14px;
    }

    .deals {
        padding: 50px 0;
    }

    .deals .container {
        padding: 0 16px;
    }

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

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

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

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

    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }

    .newsletter-text {
        flex-direction: column;
    }

    .newsletter-form {
        flex: 1;
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

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


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

    .banner-image {
        min-height: 320px;
    }

    .banner-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .banner-actions .btn-dark,
    .banner-actions .btn-outline {
        width: 100%;
        text-align: center;
    }

    .top-header-content {
        flex-direction: column;

    }

    .social-links {
        display: none;
    }

    .deal-image {
        height: 160px;
        padding: 4px;
        aspect-ratio: auto;
    }

    .deal-image img {
        object-fit: contain;
        height: 100%;
    }

    .deal-info {
        padding: 6px;
    }

    .deal-info h3 {
        font-size: 12px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .deal-info p {
        font-size: 10px;
        line-height: 1.2;
        margin: 2px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .deal-info .rating {
        font-size: 9px;
        margin: 2px 0;
    }

    .deal-info .rating i {
        font-size: 9px;
    }

    .deal-info .price {
        margin: 3px 0;
        gap: 4px;
    }

    .deal-info .current-price {
        font-size: 13px;
    }

    .deal-info .old-price {
        font-size: 10px;
    }

    .deal-info .badge {
        font-size: 8px;
        padding: 2px 5px;
    }

    .deal-info .d-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
        margin: 3px 0;
    }

    .deal-info .text-bg-dark {
        font-size: 8px;
        padding: 2px 4px;
    }

    .deal-timer-top {
        font-size: 9px;
        gap: 3px;
        margin-bottom: 3px;
    }

    .deal-timer-dot {
        width: 5px;
        height: 5px;
    }

    .price-row {
        gap: 4px;
        margin: 4px 0;
    }

    .deal-off-badge {
        font-size: 9px;
        padding: 2px 6px;
        border-radius: 12px;
    }

    .deal-info .btn-outline {
        margin-top: auto;
        padding: 5px 8px;
        font-size: 10px;
    }

    .deal-badges {
        gap: 3px;
        margin: 3px 0;
    }

    .deal-badges .badge {
        font-size: 7px;
        padding: 1px 4px;
    }

    .section-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 10px;
        margin-bottom: 24px;
    }

    .section-header h2 {
        min-width: 0;
        font-size: 22px;
    }

    .section-header .view-all {
        font-size: 13px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .latest-products .section-header,
    .trending-products .section-header,
    .products .section-header,
    .deals .section-header {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    .latest-products .section-header .view-all,
    .trending-products .section-header .view-all,
    .products .section-header .view-all,
    .deals .section-header .view-all {
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
}

.collections-title {
    text-align: center;
    margin: 0 0 8px;
    color: #3E2D24 !important;
}

.secdivid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgsecdiv {
    width: 500px;
    max-width: 60%;
    height: auto;
    display: block;
}

/* ============================================
   CONFIDENCE BUILDER SECTION - TRUST & PAYMENT
   ============================================ */
.confidence-builder {
    background: linear-gradient(135deg, #faf7f5 0%, #f5ebe0 100%);
    padding: 50px 0 30px;
    border-top: 1px solid var(--border-color);
    margin-bottom: 0;
}

.confidence-main-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.confidence-box {
    text-align: center;
}

.confidence-box-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dark-color);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.confidence-box-title i {
    color: var(--primary-color);
    font-size: 14px;
}

/* Payment Methods */
.payment-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.payment-icon {
    width: 50px;
    height: 32px;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-color);
    font-size: 24px;
    transition: transform 0.3s ease;
}

.payment-icon:hover {
    transform: translateY(-3px);
}

.payment-icon.visa {
    color: #1a1f71;
}

.payment-icon.mastercard {
    background: linear-gradient(90deg, #eb001b 50%, #f79e1b 50%);
    color: white;
    font-size: 18px;
}

.payment-icon.amex {
    background: #016fd0;
    color: white;
    font-size: 20px;
}

.payment-icon.rupay {
    background: #4a148c;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

/* Contact Box */
.contact-box-text {
    font-size: 13px;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-email {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
}

/* Verification Badges */
.verification-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.verification-badge {
    height: 35px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.verification-badge:hover {
    opacity: 1;
}

/* Social Section */
.confidence-social {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.confidence-social-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.confidence-social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.confidence-social-links a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.15);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.confidence-social-links a:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.25);
}

/* Trust Features Bar */
.trust-features-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
    border: 1px solid var(--border-color);
}

.trust-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
}

.trust-feature-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.1) 0%, rgba(196, 105, 8, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    flex-shrink: 0;
}

.trust-feature-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 3px;
}

.trust-feature-text p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .confidence-main-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

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

@media (max-width: 576px) {
    .confidence-builder {
        padding: 35px 0 25px;
    }

    .confidence-main-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }

    .confidence-box {
        padding: 0 10px;
    }

    .trust-features-bar {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }

    .trust-feature-item {
        padding: 8px 0;
    }

    .payment-icon {
        width: 45px;
        height: 28px;
        font-size: 20px;
    }

    .verification-badge {
        height: 30px;
    }

    .confidence-social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* Live policy spotlight */
.banner-promo {
    background:
        radial-gradient(circle at top left, rgba(212, 165, 116, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(139, 69, 19, 0.09), transparent 28%),
        linear-gradient(180deg, #f7efe7 0%, #fbf8f5 52%, #f2e8de 100%);
}

.policy-spotlight {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.96fr);
    align-items: start;
    gap: 26px;
    padding: 30px;
    border-radius: 34px;
    border: 1px solid rgba(139, 69, 19, 0.12);
    background:
        linear-gradient(145deg, rgba(255, 252, 248, 0.96), rgba(255, 246, 238, 0.9)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 250, 245, 0.85));
    box-shadow: 0 28px 70px rgba(72, 42, 19, 0.12);
    overflow: hidden;
    isolation: isolate;
}

.policy-spotlight::before,
.policy-spotlight::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(8px);
    opacity: 0.85;
    z-index: -1;
}

.policy-spotlight::before {
    width: 220px;
    height: 220px;
    top: -90px;
    right: 16%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.35), transparent 72%);
    animation: policyOrbFloat 12s ease-in-out infinite;
}

.policy-spotlight::after {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -150px;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.16), transparent 72%);
    animation: policyOrbFloat 15s ease-in-out infinite reverse;
}

.policy-hero {
    --policy-glow-x: 78%;
    --policy-glow-y: 18%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 30px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at var(--policy-glow-x) var(--policy-glow-y), rgba(255, 214, 159, 0.24), transparent 28%),
        #4d2600;
    background-size: 160% 160%;
    box-shadow: 0 26px 52px rgba(55, 28, 12, 0.24);
    overflow: hidden;
    transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
    animation: policyHeroGradientShift 18s ease-in-out infinite;
}

.policy-hero::before,
.policy-hero::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.policy-hero::before {
    inset: auto -100px -120px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 72%);
    animation: policyHeroGlowFloat 10s ease-in-out infinite;
}

.policy-hero::after {
    top: 26px;
    right: 26px;
    width: 90px;
    height: 90px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    transform: rotate(18deg);
    animation: policyGlassDrift 9s ease-in-out infinite;
}

.policy-hero:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 64px rgba(55, 28, 12, 0.32);
    filter: saturate(1.04);
}

.policy-kicker-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.policy-kicker,
.policy-updated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.policy-updated {
    color: rgba(255, 244, 226, 0.92);
    letter-spacing: 0.03em;
}

.policy-kicker,
.policy-updated,
.policy-progress-card,
.policy-card,
.policy-pill,
.policy-actions .btn-dark,
.policy-actions .btn-outline {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.policy-hero h2 {
    margin: 0;
    max-width: 14ch;
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    font-weight: 800;
}

.policy-copy {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 244, 234, 0.8);
    font-size: 15px;
    line-height: 1.8;
}

.policy-progress-card {
    margin-top: 8px;
    padding: 22px 22px 20px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.policy-progress-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 16px 28px rgba(0, 0, 0, 0.12);
}

.policy-progress-head,
.policy-progress-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.policy-progress-head {
    margin-bottom: 14px;
    color: rgba(255, 244, 234, 0.85);
    font-size: 14px;
    font-weight: 600;
}

.policy-progress-head strong {
    color: #fff;
    font-size: 15px;
}

.policy-progress-track {
    position: relative;
    width: 100%;
    height: 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.policy-progress-track::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-progress-bar {
    position: relative;
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    overflow: hidden;
    background: linear-gradient(90deg, #f0b266 0%, #ffdcb1 100%);
    box-shadow: 0 10px 24px rgba(240, 178, 102, 0.28);
    transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.policy-progress-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.7) 48%, transparent 76%);
    transform: translateX(-120%);
    animation: policyBarSheen 3.3s linear infinite;
}

.policy-progress-meta {
    align-items: stretch;
}

.policy-progress-block {
    display: grid;
    gap: 3px;
}

.policy-progress-block .label {
    color: rgba(255, 244, 234, 0.68);
    font-size: 12px;
    font-weight: 500;
}

.policy-progress-block strong {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.policy-actions {
    margin: 2px 0 0;
}

.policy-actions .btn-dark,
.policy-actions .btn-outline {
    min-height: 48px;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
}

.policy-actions .btn-dark {
    background: #fff;
    color: #2c1810;
    box-shadow: 0 16px 28px rgba(20, 10, 5, 0.18);
}

.policy-actions .btn-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(20, 10, 5, 0.24);
}

.policy-actions .btn-outline {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.policy-actions .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-3px);
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: start;
}

.policy-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(139, 69, 19, 0.1);
    background: rgba(255, 255, 255, 0.84);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.82),
        0 14px 34px rgba(86, 56, 31, 0.08);
    overflow: hidden;
}

.policy-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, rgba(139, 69, 19, 0.95), rgba(212, 165, 116, 0.45));
}

.policy-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 48%, transparent 100%);
    transform: translateX(-135%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.45s ease;
}

.policy-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 69, 19, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 18px 36px rgba(86, 56, 31, 0.14);
}

.policy-card:hover::after {
    transform: translateX(135%);
    opacity: 1;
}

.policy-card-feature {
    background: linear-gradient(180deg, #fff7ef 0%, rgba(255, 255, 255, 0.92) 100%);
}

.policy-card-stats {
    background: linear-gradient(180deg, #fff 0%, rgba(248, 239, 230, 0.92) 100%);
}

.policy-visual-banner {
    position: relative;
    grid-column: 1 / -1;
    min-height: 124px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    border-radius: 30px 30px 34px 34px;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;
    background: #1d130d;
    border: 1px solid rgba(139, 69, 19, 0.14);
    box-shadow: 0 18px 38px rgba(86, 56, 31, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.policy-visual-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    transform: scale(1.02);
    transition: transform 0.7s ease;
}

.policy-visual-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(20, 12, 8, 0.18), transparent 34%, rgba(20, 12, 8, 0.4) 100%),
        linear-gradient(0deg, rgba(28, 14, 7, 0.78) 0%, rgba(28, 14, 7, 0.18) 64%);
    z-index: 1;
}

.policy-visual-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 84% 24%, rgba(255, 214, 159, 0.3), transparent 28%),
        linear-gradient(90deg, rgba(139, 69, 19, 0.28), transparent 54%);
}

.policy-visual-content {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 7px;
    width: 100%;
    padding: 16px 18px 15px;
    color: #fff;
}

.policy-visual-topline,
.policy-visual-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.policy-visual-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 244, 234, 0.96);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.policy-visual-badge,
.policy-visual-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.policy-visual-badge {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 248, 238, 0.96);
    backdrop-filter: blur(8px);
}

.policy-visual-title {
    max-width: 18ch;
    display: -webkit-box;
    font-size: clamp(1.02rem, 1.65vw, 1.45rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.policy-visual-copy {
    max-width: 40ch;
    color: rgba(255, 244, 234, 0.86);
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.42;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.policy-visual-meta {
    color: rgba(255, 244, 234, 0.86);
    display: -webkit-box;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.policy-visual-action {
    color: #2b170c;
    background: #fff4e6;
    box-shadow: 0 8px 20px rgba(20, 10, 5, 0.18);
}

.policy-visual-banner.is-deal .policy-visual-chip {
    background: rgba(255, 242, 216, 0.16);
}

.policy-visual-banner.is-deal .policy-visual-badge {
    background: rgba(255, 189, 89, 0.2);
    border-color: rgba(255, 214, 159, 0.34);
    color: #fff1da;
}

.policy-visual-banner.is-fallback .policy-visual-badge {
    background: rgba(255, 255, 255, 0.12);
}

.policy-visual-banner:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 214, 159, 0.28);
    box-shadow: 0 24px 42px rgba(86, 56, 31, 0.18);
}

.policy-visual-banner:hover img {
    transform: scale(1.08);
}

.policy-visual-banner.policy-visual-refresh img {
    animation: policyVisualImageSwap 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.policy-visual-banner.policy-visual-refresh .policy-visual-content {
    animation: policyVisualContentSwap 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.policy-card-label {
    color: rgba(44, 24, 16, 0.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.policy-card-value {
    color: var(--dark-color);
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.policy-card-copy {
    margin: 0;
    color: #5f554f;
    font-size: 14px;
    line-height: 1.7;
}

.policy-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.policy-stat {
    display: grid;
    gap: 3px;
    padding: 14px 15px;
    border-radius: 18px;
    border: 1px solid rgba(139, 69, 19, 0.08);
    background: linear-gradient(180deg, rgba(244, 232, 220, 0.78), rgba(255, 255, 255, 0.9));
}

.policy-stat strong {
    color: var(--dark-color);
    font-size: 1.65rem;
    line-height: 1;
    font-weight: 800;
}

.policy-stat span {
    color: rgba(44, 24, 16, 0.7);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.policy-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    grid-column: 1 / -1;
}

.policy-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 10px 16px 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(139, 69, 19, 0.09);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 24px rgba(86, 56, 31, 0.06);
}

.policy-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(86, 56, 31, 0.11);
}

.policy-pill i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #4d2600;
    box-shadow: 0 10px 20px rgba(139, 69, 19, 0.2);
}

.policy-pill span {
    color: #4a3c34;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.policy-spotlight.policy-motion-ready .policy-kicker-row,
.policy-spotlight.policy-motion-ready .policy-hero h2,
.policy-spotlight.policy-motion-ready .policy-copy,
.policy-spotlight.policy-motion-ready .policy-progress-card,
.policy-spotlight.policy-motion-ready .policy-actions,
.policy-spotlight.policy-motion-ready .policy-card,
.policy-spotlight.policy-motion-ready .policy-visual-banner,
.policy-spotlight.policy-motion-ready .policy-pill {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-kicker-row {
    animation: policyRevealUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.04s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-hero h2 {
    animation:
        policyBounceReveal 0.95s cubic-bezier(0.22, 1.32, 0.36, 1) 0.12s both,
        policyTitleFloat 5.2s ease-in-out 1.2s infinite;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-copy {
    animation: policyRevealUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-progress-card {
    animation: policyRevealUp 0.82s cubic-bezier(0.22, 1.06, 0.36, 1) 0.34s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-actions {
    animation: policyRevealUp 0.82s cubic-bezier(0.22, 1.06, 0.36, 1) 0.45s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-card:nth-child(1) {
    animation: policyCardRise 0.82s cubic-bezier(0.22, 1.12, 0.36, 1) 0.18s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-card:nth-child(2) {
    animation: policyCardRise 0.82s cubic-bezier(0.22, 1.12, 0.36, 1) 0.28s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-card:nth-child(3) {
    animation: policyCardRise 0.82s cubic-bezier(0.22, 1.12, 0.36, 1) 0.38s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-card:nth-child(4) {
    animation: policyCardRise 0.82s cubic-bezier(0.22, 1.12, 0.36, 1) 0.48s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-visual-banner {
    animation: policyCardRise 0.88s cubic-bezier(0.22, 1.12, 0.36, 1) 0.58s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-pill:nth-child(1) {
    animation: policyRevealUp 0.72s cubic-bezier(0.22, 1.04, 0.36, 1) 0.68s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-pill:nth-child(2) {
    animation: policyRevealUp 0.72s cubic-bezier(0.22, 1.04, 0.36, 1) 0.76s both;
}

.policy-spotlight.policy-motion-ready.policy-in-view .policy-pill:nth-child(3) {
    animation: policyRevealUp 0.72s cubic-bezier(0.22, 1.04, 0.36, 1) 0.84s both;
}

.policy-spotlight.policy-in-view .policy-updated {
    animation: policyBadgePulse 4.6s ease-in-out 1.1s infinite;
}

@keyframes policyHeroGradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes policyHeroGlowFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-16px, -12px, 0);
    }
}

@keyframes policyGlassDrift {

    0%,
    100% {
        transform: rotate(18deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotate(26deg) translate3d(8px, -10px, 0);
    }
}

@keyframes policyOrbFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(18px, -14px, 0) scale(1.08);
    }
}

@keyframes policyRevealUp {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(0.985);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes policyBounceReveal {
    0% {
        opacity: 0;
        transform: translateY(34px) scale(0.92);
    }

    62% {
        opacity: 1;
        transform: translateY(-8px) scale(1.02);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes policyCardRise {
    0% {
        opacity: 0;
        transform: translateY(34px) scale(0.96);
    }

    68% {
        opacity: 1;
        transform: translateY(-6px) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes policyTitleFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes policyBadgePulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 214, 159, 0);
    }

    50% {
        transform: scale(1.03);
        box-shadow: 0 0 0 8px rgba(255, 214, 159, 0.08);
    }
}

@keyframes policyBarSheen {
    0% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

@keyframes policyVisualImageSwap {
    0% {
        opacity: 0.68;
        transform: scale(1.08);
    }

    100% {
        opacity: 1;
        transform: scale(1.02);
    }
}

@keyframes policyVisualContentSwap {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .policy-grid {
        gap: 14px;
        height: 100%;
        align-self: stretch;
        grid-template-rows: auto auto minmax(118px, 1fr);
    }

    .policy-card {
        gap: 10px;
        padding: 20px 20px 18px;
        border-radius: 22px;
    }

    .policy-card::before {
        border-radius: 22px 22px 0 0;
    }

    .policy-card-label {
        font-size: 11px;
        letter-spacing: 0.07em;
    }

    .policy-card-value {
        font-size: clamp(1.22rem, 1.7vw, 1.8rem);
        line-height: 1.02;
    }

    .policy-card-copy {
        display: -webkit-box;
        font-size: 13px;
        line-height: 1.52;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .policy-stat-grid {
        gap: 10px;
    }

    .policy-stat {
        padding: 10px 12px;
        border-radius: 16px;
    }

    .policy-stat strong {
        font-size: 1.45rem;
    }

    .policy-stat span {
        font-size: 11px;
    }

    .policy-visual-banner {
        min-height: 118px;
        align-self: stretch;
        border-radius: 24px 24px 28px 28px;
    }

    .policy-visual-content {
        gap: 6px;
        padding: 14px 16px 14px;
    }

    .policy-visual-chip,
    .policy-visual-badge,
    .policy-visual-action {
        min-height: 26px;
        padding: 5px 10px;
        font-size: 10px;
    }

    .policy-visual-title {
        max-width: 17ch;
        font-size: clamp(1rem, 1.45vw, 1.24rem);
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .policy-visual-copy,
    .policy-visual-meta {
        font-size: 11px;
        line-height: 1.32;
    }

    .policy-visual-copy {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .policy-visual-bottom {
        gap: 8px;
    }
}

@media (max-width: 991px) {
    .policy-spotlight {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 28px;
    }

    .policy-hero {
        padding: 24px;
    }

    .policy-hero h2 {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .banner-promo {
        padding: 54px 0;
    }

    .policy-spotlight {
        gap: 18px;
        padding: 16px;
        border-radius: 24px;
    }

    .policy-hero,
    .policy-card {
        padding: 18px;
        border-radius: 20px;
    }

    .policy-kicker-row,
    .policy-progress-head,
    .policy-progress-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .policy-grid {
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .policy-progress-card {
        padding: 18px;
    }

    .policy-visual-banner {
        min-height: 190px;
    }

    .policy-visual-bottom {
        align-items: flex-start;
    }

    .policy-actions {
        width: 100%;
    }

    .policy-actions .btn-dark,
    .policy-actions .btn-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .policy-pill {
        width: 100%;
        border-radius: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .policy-spotlight *,
    .policy-spotlight::before,
    .policy-spotlight::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .policy-spotlight.policy-motion-ready .policy-kicker-row,
    .policy-spotlight.policy-motion-ready .policy-hero h2,
    .policy-spotlight.policy-motion-ready .policy-copy,
    .policy-spotlight.policy-motion-ready .policy-progress-card,
    .policy-spotlight.policy-motion-ready .policy-actions,
    .policy-spotlight.policy-motion-ready .policy-card,
    .policy-spotlight.policy-motion-ready .policy-visual-banner,
    .policy-spotlight.policy-motion-ready .policy-pill {
        opacity: 1;
        transform: none;
    }
}

/* Premium Deals Override */
.deals .deals-grid.sh-deals-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    grid-auto-flow: dense;
}

.deals .deals-grid.sh-deals-hero {
    grid-template-columns: 1fr;
}

.deals .deals-grid.sh-deals-trio {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.deals .deals-grid.sh-deals-trio .sh-deal-card--featured {
    grid-row: span 2;
}

.deals .deals-grid.sh-deals-grid .sh-deal-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    border-radius: 28px;
    border: 1px solid rgba(139, 69, 19, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 244, 0.96)),
        linear-gradient(135deg, rgba(212, 165, 116, 0.06), rgba(255, 255, 255, 0));
    box-shadow: 0 18px 42px rgba(44, 24, 16, 0.08);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.deals .deals-grid.sh-deals-grid .sh-deal-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: #4d2600;
    z-index: 1;
}

.deals .deals-grid.sh-deals-grid .sh-deal-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 69, 19, 0.2);
    box-shadow: 0 24px 52px rgba(44, 24, 16, 0.14);
}

.deals .deals-grid.sh-deals-grid .sh-deal-image {
    position: relative;
    min-height: 320px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.96), rgba(248, 238, 228, 0.72)),
        linear-gradient(180deg, #fff, #fbf4ee);
    border-bottom: 1px solid rgba(139, 69, 19, 0.08);
}

.deals .deals-grid.sh-deals-grid .sh-deal-image::after {
    content: '';
    position: absolute;
    inset: auto 12% 14px;
    height: 26px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44, 24, 16, 0.18), rgba(44, 24, 16, 0));
    filter: blur(12px);
    pointer-events: none;
}

.deals .deals-grid.sh-deals-grid .sh-deal-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
    object-position: center center;
    filter: drop-shadow(0 20px 30px rgba(44, 24, 16, 0.16));
    transition: transform 0.45s ease;
}

.deals .deals-grid.sh-deals-grid .sh-deal-card:hover .sh-deal-image img {
    transform: scale(1.04);
}

.deals .deals-grid.sh-deals-grid .sh-deal-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    background: transparent;
}

.deals .deals-grid.sh-deals-grid .sh-deal-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.deals .deals-grid.sh-deals-grid .deal-timer-top {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a95f09;
    font-size: 12px;
    font-weight: 700;
}

.deals .deals-grid.sh-deals-grid .deal-timer-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4d2600;
    box-shadow: 0 0 0 4px rgba(196, 105, 8, 0.12);
}

.deals .deals-grid.sh-deals-grid .deal-category {
    color: rgba(139, 69, 19, 0.95);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.deals .deals-grid.sh-deals-grid .sh-deal-info h3 {
    margin: 0;
    color: #22130c;
    font-size: clamp(1.25rem, 2.1vw, 1.95rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.deals .deals-grid.sh-deals-grid .sh-deal-info p {
    margin: 0;
    color: #62554d;
    font-size: 14px;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.deals .deals-grid.sh-deals-grid .rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: #f6a800;
}

.deals .deals-grid.sh-deals-grid .rating i {
    font-size: 13px;
}

.deals .deals-grid.sh-deals-grid .rating span {
    color: #6d5b50;
    font-size: 13px;
    font-weight: 700;
    margin-left: 2px;
}

.deals .deals-grid.sh-deals-grid .price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

.deals .deals-grid.sh-deals-grid .price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0;
}

.deals .deals-grid.sh-deals-grid .current-price {
    color: #b35f06;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1;
}

.deals .deals-grid.sh-deals-grid .old-price {
    color: #9c8b81;
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
}

.deals .deals-grid.sh-deals-grid .deal-off-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff7b86, #ff5f76);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(255, 95, 118, 0.22);
}

.deals .deals-grid.sh-deals-grid .sh-deal-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.deals .deals-grid.sh-deals-grid .btn-outline,
.deals .deals-grid.sh-deals-grid .sh-deal-link {
    min-height: 48px;
    border-radius: 999px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.deals .deals-grid.sh-deals-grid .btn-outline {
    flex: 1 1 auto;
    background: #fff;
    border: 1.5px solid rgba(139, 69, 19, 0.55);
    color: #4d2600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.deals .deals-grid.sh-deals-grid .btn-outline:hover:not(:disabled) {
    background: #4d2600;
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(139, 69, 19, 0.18);
}

.deals .deals-grid.sh-deals-grid .btn-outline:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.deals .deals-grid.sh-deals-grid .sh-deal-link {
    flex: 0 0 auto;
    border: 1px solid rgba(139, 69, 19, 0.12);
    background: rgba(139, 69, 19, 0.06);
    color: #5c3115;
    white-space: nowrap;
}

.deals .deals-grid.sh-deals-grid .sh-deal-link:hover {
    transform: translateY(-2px);
    background: rgba(139, 69, 19, 0.11);
    border-color: rgba(139, 69, 19, 0.2);
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-rows: 1fr;
    min-height: clamp(430px, 46vw, 560px);
    border-radius: 32px;
    background:
        linear-gradient(90deg, rgba(255, 252, 248, 0.98) 0%, rgba(255, 252, 248, 0.98) 49%, rgba(63, 30, 12, 0.98) 49%, rgba(104, 53, 19, 0.98) 100%);
    box-shadow: 0 28px 56px rgba(54, 28, 12, 0.16);
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-image {
    min-height: 100%;
    padding: 36px;
    border-bottom: none;
    border-right: 1px solid rgba(139, 69, 19, 0.08);
    background:
        radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98), rgba(244, 233, 223, 0.85)),
        linear-gradient(180deg, #fff, #f8eee5);
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-image img {
    max-height: 100%;
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-info {
    justify-content: center;
    padding: 40px 36px;
    background:
        radial-gradient(circle at top right, rgba(255, 214, 159, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(63, 30, 12, 0.96), rgba(116, 56, 19, 0.98));
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .deal-category,
.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .deal-timer-top {
    color: #f6be73;
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-info h3,
.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .current-price {
    color: #fff;
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-info p,
.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .rating span,
.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .old-price {
    color: rgba(255, 241, 227, 0.78);
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .btn-outline {
    background: #fff6ee;
    color: #6c3614;
    border-color: transparent;
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .btn-outline:hover:not(:disabled) {
    background: linear-gradient(135deg, #f0b266, #d07b22);
    color: #2f170b;
}

.deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-link {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff4e3;
}

.deals .deals-grid.sh-deals-trio .sh-deal-card--featured {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 241, 0.96)),
        linear-gradient(135deg, rgba(212, 165, 116, 0.06), rgba(255, 255, 255, 0));
}

.deals .deals-grid.sh-deals-trio .sh-deal-card--featured .sh-deal-image {
    min-height: 360px;
}

.deals .deals-grid.sh-deals-trio .sh-deal-card--featured .sh-deal-info h3 {
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.deals .deals-grid.sh-deals-duo .sh-deal-card .sh-deal-image,
.deals .deals-grid.sh-deals-grid .sh-deal-card .sh-deal-image {
    min-height: 300px;
}

@media (max-width: 1199px) {
    .deals .deals-grid.sh-deals-trio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deals .deals-grid.sh-deals-trio .sh-deal-card--featured {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 991px) {

    .deals .deals-grid.sh-deals-grid,
    .deals .deals-grid.sh-deals-duo,
    .deals .deals-grid.sh-deals-trio {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .deals .deals-grid.sh-deals-hero .sh-deal-card--hero,
    .deals .deals-grid.sh-deals-trio .sh-deal-card--featured {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-image,
    .deals .deals-grid.sh-deals-trio .sh-deal-card--featured .sh-deal-image {
        min-height: 320px;
        border-right: none;
        border-bottom: 1px solid rgba(139, 69, 19, 0.08);
    }

    .deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-info {
        padding: 28px 24px;
    }
}

@media (max-width: 767px) {
    .deals {
        padding: 56px 0;
    }

    .deals .deals-grid.sh-deals-grid,
    .deals .deals-grid.sh-deals-duo,
    .deals .deals-grid.sh-deals-trio,
    .deals .deals-grid.sh-deals-hero {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .deals .deals-grid.sh-deals-grid .sh-deal-card,
    .deals .deals-grid.sh-deals-hero .sh-deal-card--hero,
    .deals .deals-grid.sh-deals-trio .sh-deal-card--featured {
        border-radius: 22px;
    }

    .deals .deals-grid.sh-deals-grid .sh-deal-image,
    .deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-image,
    .deals .deals-grid.sh-deals-trio .sh-deal-card--featured .sh-deal-image {
        min-height: 260px;
        padding: 18px;
    }

    .deals .deals-grid.sh-deals-grid .sh-deal-info,
    .deals .deals-grid.sh-deals-hero .sh-deal-card--hero .sh-deal-info {
        padding: 18px;
        gap: 10px;
    }

    .deals .deals-grid.sh-deals-grid .sh-deal-info h3 {
        font-size: 1.2rem;
    }

    .deals .deals-grid.sh-deals-grid .price-row,
    .deals .deals-grid.sh-deals-grid .sh-deal-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .deals .deals-grid.sh-deals-grid .sh-deal-link,
    .deals .deals-grid.sh-deals-grid .btn-outline {
        width: 100%;
    }
}

/* Deals Compact Refinement */
.deals .deals-grid.sh-deals-duo,
.deals .deals-grid.sh-deals-trio,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) {
    gap: 18px;
    align-items: stretch;
    grid-auto-flow: row;
}

.deals .deals-grid.sh-deals-duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.deals .deals-grid.sh-deals-trio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deals .deals-grid.sh-deals-trio .sh-deal-card--featured {
    grid-row: auto;
    grid-column: auto;
}

.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider):not(.sh-deals-hero):not(.sh-deals-duo):not(.sh-deals-trio) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.deals .deals-grid.sh-deals-duo .sh-deal-card,
.deals .deals-grid.sh-deals-trio .sh-deal-card,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-card,
.deals .sh-deals-track .sh-deal-card {
    border-radius: 22px;
}

.deals .deals-grid.sh-deals-duo .sh-deal-image,
.deals .deals-grid.sh-deals-trio .sh-deal-image,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-image,
.deals .sh-deals-track .sh-deal-image {
    min-height: 220px;
    padding: 16px;
}

.deals .deals-grid.sh-deals-duo .sh-deal-image img,
.deals .deals-grid.sh-deals-trio .sh-deal-image img,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-image img,
.deals .sh-deals-track .sh-deal-image img {
    object-fit: contain !important;
    object-position: center center;
}

.deals .deals-grid.sh-deals-duo .sh-deal-info,
.deals .deals-grid.sh-deals-trio .sh-deal-info,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-info,
.deals .sh-deals-track .sh-deal-info {
    gap: 8px;
    padding: 16px;
}

.deals .deals-grid.sh-deals-duo .deal-category,
.deals .deals-grid.sh-deals-trio .deal-category,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .deal-category,
.deals .sh-deals-track .deal-category {
    font-size: 10px;
}

.deals .deals-grid.sh-deals-duo .sh-deal-info h3,
.deals .deals-grid.sh-deals-trio .sh-deal-info h3,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-info h3,
.deals .sh-deals-track .sh-deal-info h3 {
    font-size: clamp(1.02rem, 1.3vw, 1.22rem);
    line-height: 1.22;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.deals .deals-grid.sh-deals-duo .sh-deal-info p,
.deals .deals-grid.sh-deals-trio .sh-deal-info p,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-info p,
.deals .sh-deals-track .sh-deal-info p {
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.deals .deals-grid.sh-deals-duo .rating,
.deals .deals-grid.sh-deals-trio .rating,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .rating,
.deals .sh-deals-track .rating {
    gap: 4px;
}

.deals .deals-grid.sh-deals-duo .rating i,
.deals .deals-grid.sh-deals-trio .rating i,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .rating i,
.deals .sh-deals-track .rating i {
    font-size: 12px;
}

.deals .deals-grid.sh-deals-duo .rating span,
.deals .deals-grid.sh-deals-trio .rating span,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .rating span,
.deals .sh-deals-track .rating span {
    font-size: 12px;
}

.deals .deals-grid.sh-deals-duo .price-row,
.deals .deals-grid.sh-deals-trio .price-row,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .price-row,
.deals .sh-deals-track .price-row {
    gap: 10px;
}

.deals .deals-grid.sh-deals-duo .current-price,
.deals .deals-grid.sh-deals-trio .current-price,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .current-price,
.deals .sh-deals-track .current-price {
    font-size: clamp(1.2rem, 1.45vw, 1.45rem);
}

.deals .deals-grid.sh-deals-duo .old-price,
.deals .deals-grid.sh-deals-trio .old-price,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .old-price,
.deals .sh-deals-track .old-price {
    font-size: 13px;
}

.deals .deals-grid.sh-deals-duo .deal-off-badge,
.deals .deals-grid.sh-deals-trio .deal-off-badge,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .deal-off-badge,
.deals .sh-deals-track .deal-off-badge {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 10px;
}

.deals .deals-grid.sh-deals-duo .sh-deal-actions,
.deals .deals-grid.sh-deals-trio .sh-deal-actions,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-actions,
.deals .sh-deals-track .sh-deal-actions {
    gap: 10px;
}

.deals .deals-grid.sh-deals-duo .btn-outline,
.deals .deals-grid.sh-deals-duo .sh-deal-link,
.deals .deals-grid.sh-deals-trio .btn-outline,
.deals .deals-grid.sh-deals-trio .sh-deal-link,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .btn-outline,
.deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider) .sh-deal-link,
.deals .sh-deals-track .btn-outline,
.deals .sh-deals-track .sh-deal-link {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
}

.deals .deals-grid.sh-deals-slider {
    display: block;
}

.deals .sh-deals-slider {
    position: relative;
}

.deals .sh-deals-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px;
}

.deals .sh-deals-track::-webkit-scrollbar {
    display: none;
}

.deals .sh-deals-track .sh-deal-card {
    flex: 0 0 calc((100% - 54px) / 4);
    scroll-snap-align: start;
}

.deals .sh-deals-prev,
.deals .sh-deals-next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #4d2600;
    box-shadow: 0 12px 28px rgba(44, 24, 16, 0.18);
    cursor: pointer;
    z-index: 2;
    transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.deals .sh-deals-prev:hover:not(:disabled),
.deals .sh-deals-next:hover:not(:disabled) {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 16px 34px rgba(44, 24, 16, 0.24);
}

.deals .sh-deals-prev {
    left: -12px;
}

.deals .sh-deals-next {
    right: -12px;
}

.deals .sh-deals-prev:disabled,
.deals .sh-deals-next:disabled {
    opacity: 0.45;
    cursor: default;
}

@media (max-width: 1279px) {

    .deals .deals-grid.sh-deals-trio,
    .deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider):not(.sh-deals-hero):not(.sh-deals-duo) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deals .sh-deals-track .sh-deal-card {
        flex-basis: calc((100% - 36px) / 3);
    }
}

@media (max-width: 991px) {

    .deals .deals-grid.sh-deals-duo,
    .deals .deals-grid.sh-deals-trio,
    .deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider):not(.sh-deals-hero) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deals .sh-deals-track .sh-deal-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width: 767px) {

    .deals .deals-grid.sh-deals-duo,
    .deals .deals-grid.sh-deals-trio,
    .deals .deals-grid.sh-deals-count-4:not(.sh-deals-slider):not(.sh-deals-hero) {
        grid-template-columns: 1fr;
    }

    .deals .sh-deals-track .sh-deal-card {
        flex-basis: 100%;
    }

    .deals .sh-deals-prev,
    .deals .sh-deals-next {
        display: none;
    }
}

/* ============================================
   KIDS COLLECTION SECTION - CUSTOM STYLING
   ============================================ */
#catSection-kids-collection {
    position: relative;
    background: linear-gradient(135deg, #fdfbf7 0%, #f7ecd7 100%);
    overflow: hidden;
    padding: 60px 0;
    margin-top: 40px;
}

#catSection-kids-collection::before,
#catSection-kids-collection::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
    background-size: contain;
    background-repeat: no-repeat;
    animation: floatKidsElements 10s ease-in-out infinite alternate;
}

/* Star and cloud premium vector on the left */
#catSection-kids-collection::before {
    top: 10%;
    left: 2%;
    width: 150px;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23e8c39e' d='M50 5L61 35H92L67 54L76 85L50 66L24 85L33 54L8 35H39Z' opacity='0.5'/%3E%3Cpath fill='%23ffffff' d='M30 60 Q 40 40 60 40 Q 80 40 85 60 Q 95 65 90 75 Q 85 85 60 85 Q 20 85 15 75 Q 10 65 30 60 Z' opacity='0.7'/%3E%3C/svg%3E");
    animation-duration: 12s;
}

/* Balloon premium vector on the right */
#catSection-kids-collection::after {
    bottom: 10%;
    right: 3%;
    width: 120px;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23d4a373' d='M50 10 C 20 10, 20 50, 50 80 C 80 50, 80 10, 50 10 Z' opacity='0.6'/%3E%3Cpath fill='%23bc6c25' d='M45 80 L 50 95 L 55 80 Z' opacity='0.6'/%3E%3C/svg%3E");
    animation-duration: 15s;
    animation-delay: 2s;
}

@keyframes floatKidsElements {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }

    100% {
        transform: translateY(10px) rotate(-5deg);
    }
}

#catSection-kids-collection .container {
    position: relative;
    z-index: 1;
}

#catSection-kids-collection .section-header h2 {
    color: #8b5a2b;
    font-family: var(--font-secondary);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

/* Kids Collection Section */
.kids-collection {
    position: relative;
    background-color: #FDF6E3;
    /* Warm beige */
    padding: 80px 0 60px;
    /* Base mobile padding */
    overflow: hidden;
    font-family: 'Outfit', sans-serif;
    z-index: 1;
}

@media (min-width: 768px) {
    .kids-collection {
        padding: 160px 0 10px;
        /* Desktop padding to clear the 120px wave */
    }
}

/* Floating Elements Animation */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.6;
}

.floating-el {
    position: absolute;
    font-size: 2rem;
    color: #ffb703;
    animation: floatAnim 10s infinite ease-in-out alternate;
}

.el-1 {
    top: 10%;
    left: 10%;
    font-size: 2.5rem;
    animation-duration: 8s;
    color: #fb8500;
}

.el-2 {
    top: 20%;
    right: 15%;
    font-size: 3rem;
    animation-duration: 12s;
    color: #219ebc;
}

.el-3 {
    top: 70%;
    left: 5%;
    font-size: 4rem;
    animation-duration: 14s;
    color: #8ecae6;
}

.el-4 {
    bottom: 15%;
    right: 10%;
    font-size: 2.5rem;
    animation-duration: 9s;
    color: #ffb703;
}

.el-5 {
    top: 50%;
    left: 50%;
    font-size: 2rem;
    animation-duration: 11s;
    color: #023047;
    opacity: 0.3;
}

.el-6 {
    top: 80%;
    left: 40%;
    font-size: 1.5rem;
    animation-duration: 7s;
    color: #fb8500;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(15deg);
    }

    100% {
        transform: translateY(0) rotate(-15deg);
    }
}

/* Kids Headers */
.kids-main-header .kids-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* General Section Decorative Line */
.section-decorative-line {
    position: relative;
    max-width: 520px;
    margin: 10px auto 10px;
    text-align: center;
}

.section-decorative-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d1bfae;
    z-index: 1;
}

.section-decorative-line span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background-color: #F5EFE6;
    color: #e8c39e;
    font-size: 1.1rem;
    z-index: 2;
}

@media (max-width: 768px) {
    .section-decorative-line {
        max-width: 260px !important;
    }
}

.kids-decorative-line {
    position: relative;
    max-width: 400px;
    margin: 25px auto 8px;
    text-align: center;
}

.kids-decorative-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d1bfae;
    z-index: 1;
}

.kids-decorative-line span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background-color: #fdf6e3;
    color: #e8c39e;
    font-size: 1.2rem;
    z-index: 2;
}

.kids-main-header .kids-subtitle {
    font-size: 1.2rem;
    color: #555;
    font-weight: 500;
}

.kids-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111827;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.kids-section-title i {
    color: #ffb703;
}

/* Kids Collection (Boys & Girls) layout */
#catSection-boys-collection .kids-products-header,
#catSection-girls-collection .kids-products-header,
.kids-products-header {
    margin-bottom: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(62, 45, 36, 0.14);
}

#catSection-boys-collection .kids-products-section-header,
#catSection-girls-collection .kids-products-section-header,
.kids-products-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0;
}

#catSection-boys-collection .kids-products-section-header h2,
#catSection-girls-collection .kids-products-section-header h2,
.kids-products-section-header h2 {
    margin: 0;
}

#catSection-boys-collection .kids-products-section-header .view-all,
#catSection-girls-collection .kids-products-section-header .view-all,
.kids-products-section-header .view-all {
    flex-shrink: 0;
    margin-left: auto;
}

#catSection-boys-collection .kids-tabs-wrap,
#catSection-girls-collection .kids-tabs-wrap,
.kids-tabs-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
    overflow: visible;
}

#catSection-boys-collection .kids-tabs-wrap::after,
#catSection-girls-collection .kids-tabs-wrap::after,
.kids-tabs-wrap::after {
    display: none;
}

#catSection-boys-collection .top-wear-tabs,
#catSection-girls-collection .top-wear-tabs,
.kids-sub-section .top-wear-tabs {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    overflow: visible;
    white-space: normal;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}

#catSection-boys-collection .topwear-tab,
#catSection-girls-collection .topwear-tab,
#catSection-kids-collection .topwear-tab,
.dynamic-category-section .topwear-tab,
.top-wear .topwear-tab,
.bottom-wear .topwear-tab,
.foot-wear .topwear-tab,
.topwear-tab {
    padding: 8px 18px;
    border-radius: 999px;
    background: #FAF7F2;
    border: 1.5px solid #E8DFD5;
    color: #5C3617;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 1px 3px rgba(107, 63, 29, 0.04);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
}

#catSection-boys-collection .topwear-tab:hover,
#catSection-girls-collection .topwear-tab:hover,
#catSection-kids-collection .topwear-tab:hover,
.dynamic-category-section .topwear-tab:hover,
.top-wear .topwear-tab:hover,
.bottom-wear .topwear-tab:hover,
.foot-wear .topwear-tab:hover,
.topwear-tab:hover {
    background: #F4ECE1;
    border-color: #C8A96A;
    color: #3E2D24;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(107, 63, 29, 0.12);
}

#catSection-boys-collection .topwear-tab.active,
#catSection-girls-collection .topwear-tab.active,
#catSection-kids-collection .topwear-tab.active,
.dynamic-category-section .topwear-tab.active,
.top-wear .topwear-tab.active,
.bottom-wear .topwear-tab.active,
.foot-wear .topwear-tab.active,
.topwear-tab.active {
    background: #6B3F1D;
    border-color: #6B3F1D;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(107, 63, 29, 0.28);
    transform: translateY(-1px);
}

#catSection-boys-collection .topwear-tab.active:hover,
#catSection-girls-collection .topwear-tab.active:hover,
#catSection-kids-collection .topwear-tab.active:hover,
.dynamic-category-section .topwear-tab.active:hover,
.top-wear .topwear-tab.active:hover,
.bottom-wear .topwear-tab.active:hover,
.foot-wear .topwear-tab.active:hover,
.topwear-tab.active:hover {
    background: #522E14;
    border-color: #522E14;
    color: #ffffff;
}

#catSection-boys-collection .topwear-tab.active::after,
#catSection-girls-collection .topwear-tab.active::after,
#catSection-kids-collection .topwear-tab.active::after,
.dynamic-category-section .topwear-tab.active::after,
.top-wear .topwear-tab.active::after,
.bottom-wear .topwear-tab.active::after,
.foot-wear .topwear-tab.active::after,
.topwear-tab.active::after {
    display: none;
}

#catSection-boys-collection .kids-slider-wrap {
    padding: 0;
}

#catSection-boys-collection .kids-slider-wrap .products-slider-btn {
    background: #4a2f23;
    border-color: #4a2f23;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(74, 47, 35, 0.22);
}

#catSection-boys-collection .kids-slider-wrap .products-slider-btn:hover {
    background: #3a241b;
    border-color: #3a241b;
    color: #ffffff;
}

#catSection-boys-collection .kids-slider-wrap .products-slider-btn.prev {
    left: -6px;
}

#catSection-boys-collection .kids-slider-wrap .products-slider-btn.next {
    right: -6px;
}

/* Kids Wave Divider */
.kids-wave-divider {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 10;
}

.kids-wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

@media (min-width: 768px) {
    .kids-wave-divider svg {
        height: 120px;
    }
}

/* Kids Slider */
@media (min-width: 768px) {
    .kids-slider-wrap {
        padding: 0 40px;
    }

    .kids-slider-grid {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        gap: 20px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        padding-bottom: 20px;
    }

    .kids-slider-grid::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari and Opera */
    }

    .kids-slider-grid .top-wear-card {
        min-width: calc(25% - 15px) !important;
        width: calc(25% - 15px) !important;
        max-width: calc(25% - 15px) !important;
        scroll-snap-align: start;
        flex-shrink: 0 !important;
    }

    .kids-slider-wrap .products-slider-btn.prev {
        left: 0;
    }

    .kids-slider-wrap .products-slider-btn.next {
        right: 0;
    }
}

@media (max-width: 767px) {

    #catSection-boys-collection .kids-products-section-header,
    #catSection-girls-collection .kids-products-section-header,
    .kids-products-section-header {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }

    #catSection-boys-collection .kids-products-section-header h2,
    #catSection-girls-collection .kids-products-section-header h2,
    .kids-products-section-header h2 {
        font-size: 22px !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    #catSection-boys-collection .kids-products-section-header .view-all,
    #catSection-girls-collection .kids-products-section-header .view-all,
    .kids-products-section-header .view-all {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 6px 12px !important;
        font-size: 13px !important;
        margin-left: auto !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }

    #catSection-boys-collection .kids-tabs-wrap,
    #catSection-girls-collection .kids-tabs-wrap,
    .kids-tabs-wrap {
        justify-content: flex-start;
    }

    #catSection-boys-collection .top-wear-tabs,
    .top-wear-tabs {
        justify-content: flex-start;
        gap: 10px;
    }

    #catSection-boys-collection .topwear-tab,
    .topwear-tab {
        padding: 7px 14px;
        font-size: 13px;
    }

    #catSection-boys-collection .kids-slider-wrap {
        padding: 0;
    }

    .kids-slider-grid {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        gap: 15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 15px;
    }

    .kids-slider-grid::-webkit-scrollbar {
        display: none;
    }

    .kids-slider-grid .top-wear-card {
        min-width: calc(50% - 10px);
        width: calc(50% - 10px);
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    .kids-slider-wrap .products-slider-btn {
        display: none !important;
    }
}

/* ==========================================================================
   GLOBAL USER ACCOUNT ICON STYLING
   ========================================================================== */

/* Base transition & zoom hover effect for User Icon (both logged in & logged out) */
.nav-icon a[title="Account"] i,
.nav-icon i.fa-user,
.mobile-nav-icons a[title="Account"] i,
a[onclick*="toggleUserMenu"] i.fa-user,
button[onclick*="toggleUserMenu"] i.fa-user {
    transition: color 0.3s ease, transform 0.3s ease !important;
    display: inline-block;
}

/* Hover zoom effect before & after login */
.nav-icon a[title="Account"]:hover i,
.nav-icon i.fa-user:hover,
.mobile-nav-icons a[title="Account"]:hover i,
a[onclick*="toggleUserMenu"]:hover i.fa-user,
button[onclick*="toggleUserMenu"]:hover i.fa-user {
    transform: scale(1.25) !important;
    color: #C8A96A;
}

/* Logged-in State (When auth.js adds .text-primary class) */
.nav-icon i.text-primary,
.nav-icon a i.text-primary,
.mobile-nav-icons i.text-primary,
.mobile-nav-icons a i.text-primary,
a[onclick*="toggleUserMenu"] i.text-primary,
button[onclick*="toggleUserMenu"] i.text-primary {
    color: #BF9949 !important;
}

/* Logged-in Hover State */
.nav-icon a:hover i.text-primary,
.nav-icon i.text-primary:hover,
.mobile-nav-icons a:hover i.text-primary,
a[onclick*="toggleUserMenu"]:hover i.text-primary,
button[onclick*="toggleUserMenu"]:hover i.text-primary {
    color: #421201 !important;
    transform: scale(1.25) !important;
}

/* ==========================================================================
   GLOBAL PRODUCT CARD ADD TO CART BUTTON STYLING
   ========================================================================== */
.btn-add-cart,
.btn-visit,
.btn-add-to-cart,
.add-to-cart-btn,
button[onclick*="addToCart"] {
    background: linear-gradient(135deg, #D7C1A1, #C8A96A) !important;
    color: #4A342A !important;
    border: 1px solid rgba(74, 52, 42, 0.4) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-add-cart:hover,
.btn-visit:hover,
.btn-add-to-cart:hover,
.add-to-cart-btn:hover,
button[onclick*="addToCart"]:hover {
    background: #3E2D24 !important;
    color: #ffffff !important;
    border-color: #3E2D24 !important;
    transform: translateY(-1px);
}

.btn-wishlist,
.btn-favorite,
.btn-view-product,
.wishlist-heart {
    border: 1px solid #C8A96A !important;
}

/* ==========================================================================
   GLOBAL HEADER NAVBAR LINK THEME MATCHING (HOME PAGE THEME)
   ========================================================================== */
.navbar .nav-link,
.navbar-nav .nav-link {
    color: #3E2D24 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: relative;
    transition: color 0.3s ease !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active,
.navbar .nav-link.active-page,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active-page {
    color: #C8A96A !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar .nav-link::before,
.navbar-nav .nav-link::before {
    content: '' !important;
    position: absolute !important;
    left: 8px !important;
    right: 8px !important;
    bottom: -2px !important;
    height: 2px !important;
    background: #C8A96A !important;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease !important;
    border-radius: 2px !important;
}

.navbar .nav-link:hover::before,
.navbar .nav-link.active::before,
.navbar .nav-link.active-page::before,
.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.active-page::before {
    transform: scaleX(1) !important;
}

/* Global Select & Option Theme Styling (Replaces Browser Blue Highlight) */
.sort-dropdown,
select.sort-dropdown,
select.form-select {
    accent-color: #C8A96A !important;
}

.sort-dropdown option,
select.sort-dropdown option,
select option {
    background-color: #ffffff !important;
    color: #3E2D24 !important;
    padding: 8px 12px;
}

.sort-dropdown option:checked,
.sort-dropdown option:hover,
.sort-dropdown option:focus,
select.sort-dropdown option:checked,
select.sort-dropdown option:hover,
select.sort-dropdown option:focus {
    background: #F8F1E6 !important;
    background-color: #F8F1E6 !important;
    color: #3E2D24 !important;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

/* ============================================================
   AAN LUXE — 3D CLOUD FOG TRANSITION & NAVBAR CURRENCY SELECTOR
   ============================================================ */

/* 3D Cloud Fog Transition Overlay */
#cloudTransitionOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2147483646;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
}

#cloudTransitionOverlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cloud-fog-layer {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(248, 241, 230, 0.95) 0%, rgba(229, 218, 203, 0.85) 50%, rgba(74, 52, 42, 0.25) 100%);
    filter: blur(40px);
    transform: scale(0.5) rotate(0deg);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

#cloudTransitionOverlay.active .cloud-fog-layer.layer-1 {
    transform: scale(1.2) rotate(15deg);
}

#cloudTransitionOverlay.active .cloud-fog-layer.layer-2 {
    transform: scale(1.4) rotate(-20deg);
    transition-delay: 0.1s;
}

.cloud-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    z-index: 10;
    transition: transform 0.4s ease-out;
}

#cloudTransitionOverlay.active .cloud-content {
    transform: translate(-50%, -50%) scale(1);
}

.cloud-spinner {
    width: 44px;
    height: 44px;
    border: 3px solid rgba(74, 52, 42, 0.15);
    border-top-color: #4A342A;
    border-radius: 50%;
    animation: cloudSpinnerRotate 0.75s linear infinite;
}

@keyframes cloudSpinnerRotate {
    to {
        transform: rotate(360deg);
    }
}

.cloud-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4A342A;
    letter-spacing: 0.03em;
    text-align: center;
}

.cloud-text span {
    font-weight: 700;
    color: #b48f6a;
}

/* Compact Navbar Currency Selector */
.currency-selector-nav {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 6px;
    vertical-align: middle;
    flex: 0 0 auto;
}

.currency-selector-nav--auto {
    order: 40;
}

.currency-selector-nav--mobile {
    margin: 0 4px 0 0;
}

.currency-select-btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 241, 230, 0.92));
    border: 1px solid rgba(180, 143, 106, 0.36);
    border-radius: 999px;
    padding: 7px 11px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    color: #4A342A;
    cursor: pointer;
    outline: none;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(74, 52, 42, 0.08);
    white-space: nowrap;
}

.currency-select-btn:hover,
.currency-select-btn:focus {
    background: #fffaf3;
    border-color: rgba(74, 52, 42, 0.42);
    box-shadow: 0 10px 26px rgba(74, 52, 42, 0.16);
    transform: translateY(-1px);
}

.mobile-nav-icons .currency-selector-nav,
.mobile-header .currency-selector-nav {
    display: inline-flex;
}

.mobile-nav-icons .currency-select-btn,
.mobile-header .currency-select-btn {
    min-width: 58px;
    min-height: 36px;
    padding: 6px 8px;
    font-size: 11px;
}

.mobile-nav-icons .currency-select-btn span,
.mobile-header .currency-select-btn span {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
    .currency-selector-nav--auto {
        margin-left: 2px;
        margin-right: 2px;
    }

    .currency-select-btn {
        min-height: 32px;
        padding: 6px 8px;
        font-size: 11px;
    }
}

/* Luxury Searchable Currency Modal */
.aan-currency-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2147483645;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    padding: 16px;
}

.aan-currency-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.aan-currency-modal {
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    max-width: 480px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(74, 52, 42, 0.15);
    overflow: hidden;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.aan-currency-modal-backdrop.active .aan-currency-modal {
    transform: translateY(0) scale(1);
}

.aan-currency-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    background: #faf7f2;
}

.aan-currency-modal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #4A342A;
    display: flex;
    align-items: center;
}

.aan-currency-modal-close {
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.aan-currency-modal-close:hover {
    background: #4A342A;
    color: #ffffff;
}

.aan-currency-search-wrap {
    position: relative;
    padding: 14px 24px;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.aan-currency-search-wrap .search-icon {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
}

.aan-currency-search-input {
    width: 100%;
    padding: 10px 14px 10px 38px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.aan-currency-search-input:focus {
    border-color: #4A342A;
    box-shadow: 0 0 0 3px rgba(74, 52, 42, 0.1);
}

.aan-currency-list {
    flex: 1;
    overflow-y: auto;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.aan-currency-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease;
}

.aan-currency-item:hover,
.aan-currency-item:focus {
    background: #f8fafc;
    outline: none;
}

.aan-currency-item.selected {
    background: #F8F1E6;
}

.aan-currency-item-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aan-currency-symbol-badge {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #4A342A;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aan-currency-item.selected .aan-currency-symbol-badge {
    background: #4A342A;
    color: #F8F1E6;
}

.aan-currency-info {
    display: flex;
    flex-direction: column;
}

.aan-currency-code-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0f172a;
}

.aan-currency-country-text {
    font-size: 12px;
    color: #64748b;
}

.aan-currency-check {
    color: #4A342A;
    font-size: 14px;
}

.aan-currency-empty {
    padding: 24px;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
}

/* Hide floating blue reCAPTCHA badge (legal terms included in login popup flow) */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    left: -9999px !important;
    bottom: -9999px !important;
    z-index: -99999 !important;
    width: 0 !important;
    height: 0 !important;
    transform: scale(0) !important;
}