
/* ==========================================================================
   MOBILE HEADER OVERRIDES (LOGO & HAMBURGER TOGGLE)
   ========================================================================== */
@media screen and (max-width: 992px) {
    /* Mobile Header Layout & Transition */
    header.main-header {
        transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
        z-index: 999999 !important;
    }

    header.main-header.transparent-hero-header:not(.scrolled) {
        background: transparent !important;
        background-color: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: none !important;
    }

    header.main-header.scrolled,
    header.main-header:not(.transparent-hero-header) {
        background: #ffffff !important;
        background-color: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05) !important;
    }

    header.main-header .desktop-logo-text,
    .desktop-logo-text {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
    }

    header.main-header .mobile-logo-lockup,
    .mobile-logo-lockup {
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        text-decoration: none !important;
        visibility: visible !important;
    }

    .mobile-logo-main {
        font-family: 'Playfair Display', 'Cinzel', serif !important;
        font-size: 1.15rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.14em !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        line-height: 1 !important;
        display: block !important;
        text-align: center !important;
        white-space: nowrap !important;
        transition: color 0.3s ease !important;
    }

    .mobile-logo-sub {
        font-family: 'Montserrat', 'Manrope', sans-serif !important;
        font-size: 0.40rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.38em !important;
        color: rgba(255, 255, 255, 0.9) !important;
        text-transform: uppercase !important;
        line-height: 1 !important;
        margin-top: 2px !important;
        display: block !important;
        text-align: center !important;
        padding-left: 0.38em !important;
        white-space: nowrap !important;
        transition: color 0.3s ease !important;
    }

    header.main-header.transparent-hero-header:not(.scrolled) .mobile-logo-main {
        color: #ffffff !important;
    }

    header.main-header.transparent-hero-header:not(.scrolled) .mobile-logo-sub {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    header.main-header.scrolled .mobile-logo-main,
    header.main-header:not(.transparent-hero-header) .mobile-logo-main {
        color: #0f172a !important;
    }

    header.main-header.scrolled .mobile-logo-sub,
    header.main-header:not(.transparent-hero-header) .mobile-logo-sub {
        color: #334155 !important;
    }

    header.main-header .header-right {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-left: auto !important;
    }

    header.main-header .header-right .header-icon-btn {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    header.main-header .header-right .header-icon-btn i {
        font-size: 0.95rem !important;
    }

    header.main-header .header-right .wishlist-count {
        top: -3px !important;
        right: -3px !important;
        font-size: 0.55rem !important;
        min-width: 15px !important;
        height: 15px !important;
        padding: 0 3px !important;
    }

    /* Staggered Luxury Hamburger Menu Toggle (Touch-friendly & Compact) */
    header.main-header .header-right .menu-toggle,
    .menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-end !important;
        gap: 4px !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        padding: 2px !important;
        margin-left: 2px !important;
        z-index: 100001 !important;
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    /* Default: Dark Navy Icons for White Header Bar & Non-Hero Pages */
    header.main-header .header-right .header-icon-btn,
    header.main-header .header-right .header-icon-btn i {
        color: #0f172a !important;
    }

    header.main-header .header-right .menu-toggle span,
    .menu-toggle span {
        height: 2px !important;
        background-color: #0f172a !important;
        background: #0f172a !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        border-radius: 3px !important;
        display: block !important;
    }

    /* Transparent Dark Hero Header (Unscrolled Home Page) -> Bright White */
    header.main-header.transparent-hero-header:not(.scrolled) .header-right .header-icon-btn,
    header.main-header.transparent-hero-header:not(.scrolled) .header-right .header-icon-btn i {
        color: #ffffff !important;
    }

    header.main-header.transparent-hero-header:not(.scrolled) .header-right .menu-toggle span {
        background-color: #ffffff !important;
        background: #ffffff !important;
    }

    /* Scrolled Header (Black on White background bar) */
    header.main-header.scrolled .header-right .header-icon-btn,
    header.main-header.scrolled .header-right .header-icon-btn i {
        color: #0f172a !important;
    }

    header.main-header.scrolled .header-right .menu-toggle span {
        background-color: #0f172a !important;
        background: #0f172a !important;
    }

    header.main-header .header-right .menu-toggle span:nth-child(1) {
        width: 22px !important;
    }

    header.main-header .header-right .menu-toggle span:nth-child(2) {
        width: 17px !important;
    }

    header.main-header .header-right .menu-toggle span:nth-child(3) {
        width: 12px !important;
    }

    header.main-header .header-right .menu-toggle.active span:nth-child(1) {
        width: 22px !important;
        transform: translateY(7.2px) rotate(45deg) !important;
        background-color: #0f172a !important;
    }

    header.main-header .header-right .menu-toggle.active span:nth-child(2) {
        opacity: 0 !important;
        width: 0 !important;
    }

    header.main-header .header-right .menu-toggle.active span:nth-child(3) {
        width: 22px !important;
        transform: translateY(-7.2px) rotate(-45deg) !important;
        background-color: #0f172a !important;
    }

    /* Left Backdrop Overlay (Covers Left Viewport below Header) */
    .mobile-menu-backdrop {
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        width: 100vw !important;
        height: calc(100vh - 60px) !important;
        background: rgba(0, 0, 0, 0.55) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
        z-index: 999980 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.3s ease !important;
    }

    body.mobile-nav-open .mobile-menu-backdrop {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    /* Right Side Off-Canvas Drawer Panel (Solid Pure White, Exactly Starts Flush Below Header top: 100%) */
    .header-center-nav,
    header.main-header .header-center-nav,
    header.main-header.transparent-hero-header .header-center-nav:not(.active) {
        display: none !important;
    }

    .header-center-nav.active,
    header.main-header .header-center-nav.active,
    header.main-header.transparent-hero-header .header-center-nav.active,
    header.transparent-hero-header .header-center-nav.active {
        display: flex !important;
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        width: 80vw !important;
        max-width: 320px !important;
        height: calc(100vh - 100%) !important;
        height: calc(100dvh - 100%) !important;
        background: #ffffff !important;
        background-color: #ffffff !important;
        opacity: 1 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
        border-top: 1px solid #e2e8f0 !important;
        border-left: 1px solid #e2e8f0 !important;
        border-radius: 0 0 0 16px !important;
        padding: 16px 20px 40px 24px !important;
        z-index: 999999 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        box-shadow: -8px 12px 30px rgba(0, 0, 0, 0.15) !important;
        margin: 0 !important;
    }

    /* Hide Desktop Megamenu Chevron Arrow & Dropdown Panel on Mobile View */
    .megamenu-arrow,
    i.megamenu-arrow,
    .header-megamenu-panel {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }

    .header-center-nav.active ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        z-index: 9999999 !important;
    }

    .header-center-nav.active ul li {
        width: 100% !important;
        background: #ffffff !important;
        list-style: none !important;
        position: relative !important;
        z-index: 9999999 !important;
        pointer-events: auto !important;
    }

    .header-center-nav.active ul li a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 0.9rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.1em !important;
        color: #334155 !important;
        display: block !important;
        width: 100% !important;
        padding: 16px 0 !important;
        border-bottom: 1px solid #f1f5f9 !important;
        text-transform: uppercase !important;
        transition: color 0.2s ease, padding-left 0.2s ease !important;
        background: transparent !important;
        opacity: 1 !important;
        filter: none !important;
        text-shadow: none !important;
        position: relative !important;
        z-index: 99999999 !important;
        pointer-events: auto !important;
        cursor: pointer !important;
        touch-action: manipulation !important;
    }

    .header-center-nav.active ul li a.active,
    .header-center-nav.active ul li a:hover {
        color: #c59b27 !important;
        padding-left: 4px !important;
    }

}
 
/* Precision Mobile Hero Section Framing & Static Mode (Only on Mobile <768px, Active Slider on PC & Tablet) */
@media screen and (max-width: 768px) {
    .full-luxury-hero {
        height: 100dvh !important;
        min-height: 100dvh !important;
        max-height: 100dvh !important;
        overflow: hidden !important;
        position: relative !important;
        padding-top: 60px !important;
    }

    .hero-bg-slide {
        height: calc(100% - 60px) !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    /* Mobile Hero Model Framing (Aligned to Bottom Edge) */
    .full-luxury-hero .hero-bg-slide {
        height: 100% !important;
        width: 100vw !important;
        display: flex !important;
        align-items: flex-end !important;
        justify-content: center !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .full-luxury-hero .hero-model-container {
        position: relative !important;
        top: auto !important;
        bottom: 0 !important;
        left: auto !important;
        right: auto !important;
        height: calc(100dvh - 60px) !important;
        max-height: calc(100dvh - 60px) !important;
        width: auto !important;
        max-width: 100vw !important;
        display: inline-block !important;
        margin: 60px auto 0 auto !important;
        transform: none !important;
        text-align: center !important;
    }

    .full-luxury-hero .hero-bg-slide img,
    .full-luxury-hero .hero-model-img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: 100% !important;
        max-height: 100% !important;
        width: auto !important;
        max-width: 100vw !important;
        object-fit: contain !important;
        object-position: center bottom !important;
        transform: none !important;
        margin: 0 auto !important;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 88%, rgba(0,0,0,0) 100%) !important;
        mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 88%, rgba(0,0,0,0) 100%) !important;
    }

    .full-luxury-hero .hero-bg-text {
        justify-content: flex-start !important;
        padding-top: calc(70px + 6vh) !important;
    }

    .hero-bg-text-main {
        font-size: clamp(2rem, 10.5vw, 3.8rem) !important;
        letter-spacing: 0.12em !important;
        opacity: 0.3 !important;
    }

    .hero-scroll-indicator {
        bottom: 20px !important;
    }

    /* Single Static Hero Image Mode on Mobile (No Slider) */
    .full-luxury-hero .hero-bg-slide {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .full-luxury-hero .hero-bg-slide[data-slide="0"] {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    /* Hide slider controls on mobile view */
    .hero-slider-nav,
    .hero-prev-btn,
    .hero-next-btn,
    .hero-dots-container,
    .hero-slide-counter,
    .hero-progress-bar {
        display: none !important;
        visibility: hidden !important;
    }
}

/* ==========================================================================
   Product Card Redesign (Screenshot Match)
   ========================================================================== */

.new-card-design {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.new-card-design:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8f9fa; /* slightly off-white for contrast if image is transparent */
}

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

.new-card-design:hover .card-img-wrapper img.card-img {
    transform: scale(1.05);
}

.card-info-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.card-sku {
    font-size: 0.75rem;
    color: #888;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.card-likes {
    font-size: 0.85rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-likes i {
    color: #c9a763; /* Gold */
}

.card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.3;
}

.card-price {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
}

.btn-view-details {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-view-details:hover {
    background: #333;
    color: #ffffff;
}

/* ==========================================================================
   Mobile Filters
   ========================================================================== */

.btn-mobile-filters {
    display: none;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@media (max-width: 992px) {
    /* Show mobile filter button */
    .btn-mobile-filters {
        display: flex !important;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 16px;
        border-radius: 6px;
        font-size: 0.95rem;
        font-weight: 500;
        color: var(--text-main);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .btn-mobile-filters:active {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.3);
    }

    /* Adjust topbar */
    .collections-topbar {
        padding: 12px;
        margin-bottom: 20px;
    }

    /* 2-Column Mobile Grid */
    .collections-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    /* Mobile Filter Overlay */
    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1004;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        backdrop-filter: blur(2px);
    }

    .filter-overlay.active {
        opacity: 1;
        pointer-events: all;
    }

    /* Filter Header (Mobile Only) */
    .filter-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--glass-border);
    }

    .filter-header h2 {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--text-main);
        margin: 0;
    }

    /* Filter Close Button (Mobile Only) */
    .filter-close-btn {
        background: none;
        border: none;
        font-size: 1.3rem;
        color: var(--text-main);
        cursor: pointer;
        padding: 0;
        z-index: 1001;
        transition: color 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }

    .filter-close-btn:hover {
        color: var(--gold-accent);
    }
}

/* Collections Stats - One Line Mobile */
@media (max-width: 768px) {
    .collections-stats {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }

    .stat-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 5px !important;
        white-space: nowrap !important;
    }

    .stat-number {
        font-size: 1rem !important;
    }

    .stat-desc {
        font-size: 0.75rem !important;
    }

    .stat-divider {
        width: 1px !important;
        height: 20px !important;
        background: var(--text-muted) !important;
    }

    /* Smaller Text for Mobile Cards */
    .modern-card .card-cat {
        font-size: 0.65rem !important;
    }

    .modern-card .card-name {
        font-size: 0.85rem !important;
    }

    .modern-card .view-btn {
        font-size: 0.8rem !important;
        padding: 10px !important;
    }
}

/* ==========================================================================
   GLOBAL UNIVERSAL RESPONSIVE ENGINE (ALL DEVICES & SCREEN RESOLUTIONS)
   ========================================================================== */

/* Prevent unintended horizontal scrollbar globally */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* 1. Ultrawide & 4K Displays (>= 1440px) */
@media (min-width: 1440px) {
    .collections-grid-container,
    .container {
        max-width: 1360px !important;
        margin: 0 auto !important;
    }
    .collections-products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 32px !important;
    }
}

/* 2. Standard Desktops & Laptops (1025px - 1439px) */
@media (min-width: 1025px) and (max-width: 1439px) {
    .collections-grid-container {
        max-width: 1180px !important;
        margin: 0 auto !important;
        padding: 0 24px !important;
    }
    .collections-products-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
    }
}

/* 3. Tablets Landscape & iPad Pro (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .collections-grid-container {
        padding: 0 20px !important;
    }
    .collections-main-wrapper {
        grid-template-columns: 240px 1fr !important;
        gap: 24px !important;
    }
    .collections-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    .coll-nike-heading {
        font-size: 1.6rem !important;
    }
}

/* 4. Small Tablets & Mobile Landscape (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .collections-main-wrapper {
        grid-template-columns: 1fr !important;
    }
    .collections-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .coll-nike-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 14px !important;
    }
    .coll-nike-controls-right {
        width: 100% !important;
        justify-content: space-between !important;
    }
    .coll-product-card {
        border-radius: 16px !important;
    }
    .coll-card-body {
        padding: 16px 14px !important;
    }
    .coll-card-title {
        font-size: 0.95rem !important;
    }
}

/* 5. Collections Page Native Mobile E-Commerce Responsiveness */
@media screen and (max-width: 992px) {
    .collections-grid-section {
        padding: 75px 0 60px 0 !important;
        background: #ffffff !important;
    }

    .collections-grid-container {
        padding: 0 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .coll-nike-header {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 14px !important;
        padding: 10px 0 18px 0 !important;
        margin-bottom: 20px !important;
        border-bottom: 1.5px solid #e2e8f0 !important;
    }

    .coll-nike-title-box {
        display: flex !important;
        justify-content: space-between !important;
        width: 100% !important;
        align-items: baseline !important;
    }

    .coll-nike-heading {
        font-size: 1.35rem !important;
    }

    .coll-nike-count {
        font-size: 1rem !important;
    }

    .coll-nike-controls-right {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .coll-hide-filters-btn {
        flex: 1 !important;
        justify-content: center !important;
        padding: 8px 14px !important;
        font-size: 0.82rem !important;
        border-radius: 20px !important;
        white-space: nowrap !important;
    }

    .coll-sort-wrapper {
        flex: 1 !important;
        justify-content: flex-end !important;
        gap: 6px !important;
    }

    .coll-sort-label {
        font-size: 0.78rem !important;
        display: none !important;
    }

    .collections-sort-select {
        width: 100% !important;
        font-size: 0.82rem !important;
        padding: 8px 24px 8px 12px !important;
        border-radius: 20px !important;
    }

    /* 2-Column Nike Layout Grid on Mobile */
    .coll-nike-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .coll-nike-sidebar {
        position: static !important;
        width: 100% !important;
        top: auto !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        margin-bottom: 10px !important;
    }

    .coll-nike-layout.sidebar-collapsed .coll-nike-sidebar {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .coll-sidebar-group {
        margin-bottom: 14px !important;
    }

    .coll-sidebar-label,
    .coll-sidebar-heading {
        font-size: 0.85rem !important;
        margin-bottom: 8px !important;
    }

    .collections-search-box input {
        font-size: 0.88rem !important;
        padding: 10px 14px 10px 38px !important;
        border-radius: 20px !important;
    }

    /* Touch-Friendly Horizontal Scroll Category Pills Bar */
    .coll-vert-cat-list {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        max-height: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding-bottom: 8px !important;
        padding-right: 0 !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
    }

    .coll-vert-cat-list::-webkit-scrollbar {
        height: 3px !important;
    }

    .coll-vert-cat-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        flex-shrink: 0 !important;
        padding: 8px 16px !important;
        font-size: 0.82rem !important;
        border-radius: 20px !important;
        border: 1px solid #cbd5e1 !important;
        background: #f8fafc !important;
        scroll-snap-align: start !important;
    }

    .coll-vert-cat-btn.active {
        background: #B9F2FF !important;
        border-color: #7dd3fc !important;
        border-left: 1px solid #7dd3fc !important;
        color: #0f172a !important;
        font-weight: 700 !important;
        box-shadow: 0 3px 10px rgba(185, 242, 255, 0.4) !important;
    }

    /* Products Grid Wrapper & Cards (Always Visible Solid 2-Column Grid) */
    .coll-nike-products-wrapper,
    #collProductsContainer {
        display: block !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        min-height: 200px !important;
    }

    .collections-products-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .coll-product-card {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        border-radius: 14px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
    }

    .coll-card-body {
        padding: 12px 10px !important;
    }

    .coll-card-cat-tag {
        font-size: 0.65rem !important;
        margin-bottom: 4px !important;
    }

    .coll-card-title {
        font-size: 0.88rem !important;
        margin-bottom: 6px !important;
        line-height: 1.25 !important;
    }

    .coll-card-desc {
        font-size: 0.76rem !important;
        margin-bottom: 10px !important;
        -webkit-line-clamp: 2 !important;
    }

    .coll-card-btn,
    .view-more-details-btn {
        padding: 8px 8px !important;
        font-size: 0.76rem !important;
        border-radius: 8px !important;
        gap: 4px !important;
    }

    .coll-card-overlay {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .coll-overlay-btn {
        width: 36px !important;
        height: 36px !important;
        font-size: 1.15rem !important;
    }

    .coll-overlay-btn.eye-btn,
    .overlay-btn.eye-btn,
    .eye-btn {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: scale(0.85) !important;
        transition: opacity 0.25s ease, transform 0.25s ease !important;
    }

    .coll-product-card:hover .coll-overlay-btn.eye-btn,
    .coll-product-card:active .coll-overlay-btn.eye-btn,
    .featured-product-card:hover .overlay-btn.eye-btn,
    .featured-product-card:active .overlay-btn.eye-btn,
    .product-card:hover .overlay-btn.eye-btn,
    .card-overlay:hover .eye-btn,
    .coll-card-overlay:hover .eye-btn {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: scale(1) !important;
    }

    /* Product Quick View Lightbox Modal Mobile Vertical Layout */
    #product-modal,
    .pop-overlay {
        padding: 16px !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 9999999 !important;
    }

    .product-detail-card {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 440px !important;
        max-height: 88vh !important;
        max-height: 88dvh !important;
        overflow-y: auto !important;
        border-radius: 20px !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35) !important;
        position: relative !important;
        margin: auto !important;
    }

    .product-modal-image {
        width: 100% !important;
        height: 220px !important;
        min-height: 200px !important;
        max-height: 240px !important;
        flex-shrink: 0 !important;
        position: relative !important;
        background: #fafafa !important;
    }

    .product-modal-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .product-modal-content {
        padding: 20px 16px 24px 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background: #ffffff !important;
    }

    .product-modal-content h2,
    #modal-product-name {
        font-size: 1.3rem !important;
        line-height: 1.25 !important;
        margin: 0 !important;
    }

    #modal-product-carat-badge {
        padding: 6px 10px !important;
        font-size: 0.78rem !important;
        border-radius: 8px !important;
    }

    .modal-specs {
        gap: 6px !important;
        margin-bottom: 14px !important;
    }

    .modal-specs span {
        font-size: 0.75rem !important;
        padding: 4px 10px !important;
    }

    #modal-product-desc {
        font-size: 0.84rem !important;
        line-height: 1.5 !important;
        margin-bottom: 18px !important;
    }

    .product-modal-content a[href*="wa.me"],
    .product-modal-content button,
    .coll-bespoke-whatsapp-btn {
        width: 100% !important;
        padding: 12px 16px !important;
        font-size: 0.88rem !important;
        border-radius: 30px !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .pop-close,
    #product-modal-close {
        top: 12px !important;
        right: 12px !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 1rem !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
        background: #ffffff !important;
        color: #0f172a !important;
        z-index: 99999999 !important;
    }

    /* Zodiac Preview / Gem Advisor Teaser Mobile Vertical Layout */
    .zodiac-preview-shell {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 24px 16px !important;
        border-radius: 24px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .zodiac-preview-copy {
        width: 100% !important;
        padding: 28px 20px !important;
        border-radius: 20px !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .zodiac-preview-copy div {
        text-align: center !important;
        width: 100% !important;
    }

    .zodiac-preview-copy .section-title {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }

    .zodiac-preview-copy p {
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .zodiac-preview-copy .btn-discover {
        width: 100% !important;
        max-width: 280px !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .zodiac-preview-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .zodiac-card {
        padding: 14px 10px !important;
        min-height: 70px !important;
        gap: 10px !important;
        border-radius: 14px !important;
    }

    .zodiac-symbol {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.25rem !important;
    }

    .zodiac-card-copy h3 {
        font-size: 0.9rem !important;
        line-height: 1.2 !important;
    }

    .zodiac-card-copy p {
        font-size: 0.76rem !important;
    }

    .zodiac-preview-footer {
        flex-direction: column !important;
        gap: 14px !important;
        text-align: center !important;
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }

    /* Gallery Page Mobile Responsive Design (2-Column Lookbook Masonry) */
    .gl-hero {
        padding: 75px 0 24px 0 !important;
        background: #ffffff !important;
    }

    .gl-hero-container {
        padding: 0 16px !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .gl-hero-left {
        text-align: center !important;
        width: 100% !important;
    }

    .gl-hero-right {
        text-align: center !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .gl-hero-badge {
        margin-bottom: 12px !important;
        padding: 6px 18px !important;
        font-size: 0.65rem !important;
    }

    .gl-hero h1 {
        font-size: 2.1rem !important;
        line-height: 1.15 !important;
    }

    .gl-hero-right p {
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
    }

    .gl-grid-section {
        padding: 24px 0 60px 0 !important;
    }

    .gl-grid-inner {
        padding: 0 12px !important;
    }

    /* 2-Column Pinterest-Style Masonry Grid on Mobile */
    .gl-masonry {
        columns: 2 !important;
        column-gap: 10px !important;
    }

    .gl-item {
        border-radius: 12px !important;
        margin-bottom: 10px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
    }

    .gl-item-overlay {
        opacity: 1 !important;
        background: linear-gradient(180deg, rgba(15,23,42,0) 40%, rgba(15,23,42,0.8) 100%) !important;
        padding: 10px !important;
    }

    .gl-item-eye {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.85rem !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: scale(0.85) !important;
        transition: opacity 0.25s ease, transform 0.25s ease !important;
    }

    .gl-item:hover .gl-item-eye,
    .gl-item:active .gl-item-eye,
    .gl-item:focus-within .gl-item-eye {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: scale(1) !important;
    }

    .gl-item-label {
        font-size: 0.72rem !important;
        line-height: 1.2 !important;
    }

    /* Lightbox Modal Mobile Touch Optimizations */
    #glLightbox img {
        max-width: 94vw !important;
        max-height: 72vh !important;
        border-radius: 12px !important;
    }

    #glClose {
        top: 14px !important;
        right: 14px !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 1.1rem !important;
    }

    #glPrev, #glNext {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.95rem !important;
    }

    #glPrev { left: 10px !important; }
    #glNext { right: 10px !important; }

    #glCaption {
        font-size: 0.75rem !important;
        bottom: 16px !important;
        width: 90% !important;
        white-space: normal !important;
    }

    /* Vedic & Western Gem Advisor Hero Section & Revolving Wheel Mobile Fix */
    .vga-hero,
    .wga-hero {
        padding: 75px 0 40px 0 !important;
        background: #0f172a !important;
        overflow: hidden !important;
    }

    .vga-hero-inner,
    .wga-hero-inner {
        padding: 0 16px !important;
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        text-align: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .vga-hero-left,
    .wga-hero-left {
        text-align: center !important;
        width: 100% !important;
    }

    .vga-badge,
    .wga-badge {
        margin-bottom: 14px !important;
        padding: 6px 18px !important;
        font-size: 0.65rem !important;
    }

    .vga-hero h1,
    .wga-hero h1 {
        font-size: 1.85rem !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
        text-align: center !important;
    }

    .vga-hero p,
    .wga-hero p {
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
        margin: 0 0 20px 0 !important;
        text-align: center !important;
    }

    .vga-hero-btns,
    .wga-hero-btns {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        align-items: stretch !important;
        justify-content: center !important;
    }

    .vga-btn-primary,
    .vga-btn-outline,
    .wga-btn-primary,
    .wga-btn-outline,
    a.vga-btn-outline,
    a.wga-btn-outline {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 12px 20px !important;
        font-size: 0.78rem !important;
        box-sizing: border-box !important;
    }

    /* Scaling Down Revolving Wheel Cards to Fit 100% on Mobile Viewports */
    .vga-wheel-card,
    .wga-wheel-card {
        width: 290px !important;
        height: 290px !important;
        max-width: 290px !important;
        max-height: 290px !important;
        aspect-ratio: 1/1 !important;
        margin: 10px auto 0 auto !important;
        padding: 16px !important;
        border-radius: 28px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    }

    .vga-wheel-center,
    .wga-wheel-center {
        width: 110px !important;
        height: 110px !important;
    }

    .vga-wheel-center span,
    .wga-wheel-center span {
        font-size: 1.8rem !important;
    }

    .vga-wheel-center strong,
    .wga-wheel-center strong {
        font-size: 0.6rem !important;
    }

    .vga-chip,
    .wga-chip {
        width: 36px !important;
        height: 36px !important;
        font-size: 1rem !important;
    }

    /* Mobile Touch Slider & Animation for Mechanism Step Cards */
    .vga-mechanism-grid {
        display: flex !important;
        flex-direction: row !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: normal !important;
        padding: 10px 16px 20px 16px !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        margin: 0 -16px !important;
    }

    .vga-mcard {
        flex: 0 0 84% !important;
        min-width: 260px !important;
        max-width: 310px !important;
        scroll-snap-align: center !important;
        padding: 28px 22px !important;
        border-radius: 20px !important;
        opacity: 1 !important;
        transform: none !important;
        box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
    }

    /* Mobile Touch Slider for About Us Pillars/Values Cards */
    .ab-values-grid {
        display: flex !important;
        flex-direction: row !important;
        gap: 14px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: normal !important;
        padding: 10px 16px 20px 16px !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        margin: 0 -16px !important;
    }

    .ab-value-card {
        flex: 0 0 84% !important;
        min-width: 260px !important;
        max-width: 310px !important;
        scroll-snap-align: center !important;
        padding: 28px 22px !important;
        border-radius: 20px !important;
        opacity: 1 !important;
        transform: none !important;
    }

    /* Hide Search button in mobile header */
    .header-search-btn,
    .header-icon-btn.header-search-btn {
        display: none !important;
    }

    /* Precision Mobile Hotspots Container — Exact Bounding Box relative to Model Image */
    .hero-jewelry-hotspots {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none !important;
    }

    /* Precision Mobile Hotspot Coordinates for Slide 0 (Pink Lehenga Model) */
    .hero-bg-slide[data-slide="0"] .jewelry-hotspot[data-piece="bangles"] {
        top: 56.5% !important;
        left: 13.8% !important;
    }
    .hero-bg-slide[data-slide="0"] .jewelry-hotspot[data-piece="ring"] {
        top: 61.2% !important;
        left: 23.8% !important;
    }
    .hero-bg-slide[data-slide="0"] .jewelry-hotspot[data-piece="choker"] {
        top: 54.0% !important;
        left: 44.8% !important;
    }
    .hero-bg-slide[data-slide="0"] .jewelry-hotspot[data-piece="earrings"] {
        top: 42.0% !important;
        left: 54.3% !important;
    }

    /* Sliding Models Carousel on Mobile (Horizontal Smooth Row, No Hover Effects) */
    .sliding-models-section {
        padding: 15px 0 25px !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    .sliding-models-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 14px !important;
        width: max-content !important;
        animation: slideModelsRight 30s linear infinite !important;
    }

    .sliding-model-item {
        flex: 0 0 200px !important;
        width: 200px !important;
        height: 290px !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07) !important;
    }

    .sliding-model-item img,
    .sliding-model-item:hover img,
    .sliding-model-item:active img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    /* Precision Mobile Popup Card Styling */
    .jewelry-hotspot.active .hotspot-card.glass-card {
        position: fixed !important;
        top: auto !important;
        bottom: 24px !important;
        left: 5% !important;
        right: 5% !important;
        width: 90% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        transform: translateY(0) !important;
        z-index: 100005 !important;
    }
    /* Contact Page Mobile Responsiveness */
    .contact-hero {
        padding: 75px 16px 36px 16px !important;
    }

    .contact-hero h1 {
        font-size: 1.85rem !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }

    .contact-hero p {
        font-size: 0.88rem !important;
        line-height: 1.55 !important;
        padding: 0 10px !important;
    }

    .contact-strip-inner {
        grid-template-columns: 1fr !important;
        padding: 0 16px !important;
    }

    .contact-strip-item {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding: 18px 12px !important;
        text-decoration: none !important;
    }

    .contact-strip-item:last-child {
        border-bottom: none !important;
    }

    .contact-main {
        padding: 36px 16px !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .contact-form-card {
        padding: 28px 20px !important;
        border-radius: 20px !important;
    }

    .contact-form-card h2 {
        font-size: 1.35rem !important;
    }

    .contact-map-section {
        padding: 0 16px 50px !important;
    }

    .contact-map-section > div {
        padding: 20px 16px !important;
        border-radius: 20px !important;
    }

    .contact-map-section iframe {
        height: 280px !important;
        border-radius: 14px !important;
    }
}

/* Mobile-Only Background Text & Layer Stacking */
@media (min-width: 993px) {
    .mobile-handpicked-showcase,
    .mobile-hero-overlay-content,
    .hero-bg-ornament {
        display: none !important;
    }
}

@media (max-width: 992px) {
    /* Set hero text layer BEHIND the campaign model image */
    .hero-bg-text {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        top: 58px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    .hero-bg-slider,
    .hero-model-container {
        position: relative !important;
        z-index: 5 !important;
    }

    .hero-model-img {
        position: relative !important;
        z-index: 6 !important;
    }

    .hero-bg-text-sub {
        display: block !important;
        font-family: 'Cinzel', serif !important;
        font-size: 0.65rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.22em !important;
        color: #c59b27 !important;
        text-transform: uppercase !important;
        margin-bottom: 4px !important;
        text-align: center !important;
        z-index: 7 !important;
        position: relative !important;
    }

    .hero-line-divider {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 170px !important;
        margin: 2px 0 8px 0 !important;
        z-index: 7 !important;
        position: relative !important;
    }

    .hero-line-divider .h-line {
        flex: 1 !important;
        height: 1px !important;
        background: linear-gradient(90deg, rgba(197, 155, 39, 0.05) 0%, rgba(197, 155, 39, 0.85) 50%, rgba(197, 155, 39, 0.05) 100%) !important;
    }

    .hero-line-divider .h-icon {
        color: #c59b27 !important;
        font-size: 0.6rem !important;
        opacity: 0.9 !important;
    }

    .hero-bg-ornament {
        display: block !important;
        color: #c59b27 !important;
        font-size: 0.55rem !important;
        opacity: 0.8 !important;
        margin-bottom: 6px !important;
        z-index: 7 !important;
        position: relative !important;
    }

    .hero-bg-text-main {
        font-size: clamp(3.2rem, 15vw, 5.5rem) !important;
        color: rgba(255, 255, 255, 0.75) !important;
        text-shadow: 0 0 30px rgba(255, 255, 255, 0.35) !important;
        letter-spacing: 0.14em !important;
        z-index: 1 !important;
    }

    .hero-scroll-indicator {
        bottom: 20px !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 0.85rem !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        z-index: 100001 !important;
    }
}

}

/* Hide Hero Elegance Card on Mobile & Small Tablets */
@media (max-width: 992px) {
    .hero-elegance-card,
    .hero-elegance-card.glass-card {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}
