/** Shopify CDN: Minification failed

Line 1114:0 Unexpected "}"

**/
/* ==========================================
   Blue Signature - Cinematic Luxury Web Design
   ========================================== */

:root {
    --color-navy: #202C44; /* STEEL BLUE */
    --color-navy-dark: #101A2E; /* DEEP NAVY */
    --color-black: #101A2E; /* DEEP NAVY for dark backgrounds */
    --color-white: #F4F4F4; /* LIGHT NEUTRAL */
    --color-silver: #D8C49A; /* CHAMPAGNE GOLD for accents */
    --color-silver-light: #F4F4F4; /* LIGHT NEUTRAL */
    --color-grey-light: #4C5670; /* SLATE BLUE */
    
    --font-sans: 'Outfit', 'Poppins', sans-serif;
    --font-script: 'Cormorant Garamond', serif;
    
    /* Design System Tokens */
    --radius-banner: 20px;
    --radius-card: 16px;
    --radius-button: 50px;
    --radius-input: 8px;
    --btn-hover-transform: translateY(-2px);
    --btn-hover-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    
    --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Global Section Headings Unification */
h2, .recommendations-title, .new-arrivals-title, .titan-circles-main-title, .category-section-title {
    font-family: var(--font-sans) !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* Global Typography Pairing (Option A) */
h1, h2, h3, h4, h5, h6,
.hero-slide-heading,
.category-section-title,
.pdp-product-title,
.new-arrivals-title,
.testimonials-title,
.footer-col-title {
    font-family: var(--font-sans) !important;
}

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

/* Global Edge Alignment: Remove end gap on last item in rows & carousels */
.grid-row > *:last-child,
.flex-row > *:last-child,
.blue-signature-circles-carousel > *:last-child,
.recommendations-grid > *:last-child,
.brands-carousel > *:last-child {
    margin-right: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    background-color: #ffffff;
    color: #101a2e;
    line-height: 1.6;
    overflow-x: hidden;
}

.container,
.section-container,
.full-width-image-wrapper,
.footer-container,
.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 1024px) {
    .container,
    .container-fluid,
    .section-container,
    .full-width-image-wrapper,
    .footer-container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

/* Mobile Unified 15px Padding Rule */
@media (max-width: 768px) {
    .container,
    .container-fluid,
    .section-container,
    .full-width-image-wrapper,
    .footer-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Global Unified Section Spacing Standard */
.blue-signature-category-circles-section,
.signature-banner-section,
.shop-by-category-section,
.recommendations-section,
.featured-collections-grid-section,
.pinterest-section {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .blue-signature-category-circles-section,
    .signature-banner-section,
    .shop-by-category-section,
    .recommendations-section,
    .featured-collections-grid-section,
    .pinterest-section {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }
}

/* ==========================================
   Top Utility Bar (White)
   ========================================== */
.top-bar {
    background-color: #ffffff !important;
    color: var(--color-navy);
    padding: 15px 0;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.logo-blue {
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.logo-signature {
    font-family: var(--font-script);
    font-style: italic;
    font-size: 1.5rem;
    color: var(--color-navy);
    margin: -2px 0;
}

.logo-watches {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.logo-tagline {
    font-size: 0.65rem;
    color: var(--color-grey-light);
    margin-top: 4px;
    text-transform: lowercase;
}

.utility-actions {
    display: flex;
    gap: 25px;
    align-items: center;
}

.utility-actions button {
    background: none;
    border: none;
    color: var(--color-navy);
    font-size: 1.1rem;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.utility-actions button:hover {
    color: var(--color-silver);
}

.cart-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -8px;
    left: 10px;
    background-color: var(--color-navy);
    color: var(--color-white);
    font-size: 0.6rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-total {
    font-size: 0.85rem;
    font-weight: 600;
}

/* ==========================================
   Main Navigation (Dark Blue)
   ========================================== */
.main-nav {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.titan-nav {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eeeeee;
    box-shadow: none;
    position: relative;
    z-index: 5;
}

.nav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
}

.nav-link {
    font-family: var(--font-sans);
    color: var(--color-white);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition-smooth);
}

.nav-link:hover, .nav-link.active {
    color: var(--color-silver);
}

.nav-divider {
    width: 1px;
    height: 12px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 30px;
}

/* ==========================================
   Hero Section
   ========================================== */
.hero-section {
    position: relative;
    height: 60vh;
    min-height: 450px;
    background-color: var(--color-black);
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: right center;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(5,16,51,0.6) 40%, rgba(0,0,0,0) 100%);
    z-index: -1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-text-content {
    display: flex;
    align-items: stretch;
    gap: 25px;
    max-width: 650px;
}

.hero-accent-line {
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    animation: fadeInUp 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-label {
    color: var(--color-silver);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-label::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--color-silver);
}

.hero-headline {
    font-family: var(--font-script);
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 400;
}

.hero-body {
    color: var(--color-silver-light);
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 40px;
    max-width: 90%;
    line-height: 1.8;
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 400;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

.btn-shop {
    padding: 16px 40px;
    background: transparent;
    color: var(--color-white);
    border: 1px solid rgba(255,255,255,0.3);
}

.btn-shop:hover {
    background-color: var(--color-white);
    color: var(--color-black);
    border-color: var(--color-white);
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition-smooth);
    color: rgba(255,255,255,0.5);
}

.carousel-control:hover {
    border-color: var(--color-white);
    color: var(--color-white);
}

.carousel-control.prev { left: 40px; }
.carousel-control.next { right: 40px; }

/* Slider Indicators */
.slider-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.indicator {
    width: 30px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: var(--transition-smooth);
}

.indicator.active, .indicator:hover {
    background-color: var(--color-white);
    width: 50px;
}


/* ==========================================
   Editorial Lookbook Collections
   ========================================== */
.lookbook-section {
    padding: 120px 0;
    background-color: var(--color-black);
}

.lookbook-header {
    margin-bottom: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eyebrow-text {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--color-grey-light);
    margin-bottom: 15px;
}

.lookbook-title {
    font-family: var(--font-script);
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.lookbook-line {
    width: 1px;
    height: 60px;
    background-color: rgba(255,255,255,0.2);
    margin-top: 30px;
}

.lookbook-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    height: 700px;
}

.lookbook-item {
    position: relative;
    overflow: hidden;
    background-color: var(--color-navy-dark);
}

.img-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.8;
}

.lookbook-item:hover img {
    transform: scale(1.05);
    opacity: 1;
}

.lookbook-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}

.lookbook-overlay h3 {
    font-family: var(--font-script);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.btn-minimal {
    color: var(--color-white);
    text-decoration: none;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 6px;
    transition: var(--transition-smooth);
}

.btn-minimal:hover {
    border-bottom-color: var(--color-white);
}

.lookbook-stacked {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
}

.lookbook-stacked .lookbook-overlay h3 {
    font-size: 1.5rem;
}


/* ==========================================
   Brand Story - Overlapping Parallax
   ========================================== */
.heritage-section {
    position: relative;
    padding: 150px 0;
    min-height: 800px;
    display: flex;
    align-items: center;
    background-color: var(--color-black);
}

.heritage-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: 1;
}

.heritage-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) contrast(1.2);
}

.heritage-gradient-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, var(--color-black) 0%, rgba(0,0,0,0.2) 100%);
}

.heritage-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.heritage-content-box {
    background-color: var(--color-navy);
    padding: 80px 60px;
    max-width: 550px;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 20px 20px 60px rgba(0,0,0,0.8);
    position: relative;
}

.heritage-content-box::before {
    content: '';
    position: absolute;
    top: 20px; left: 20px; right: 20px; bottom: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    pointer-events: none;
}

.script-heading {
    font-family: var(--font-script);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--color-silver);
    margin-bottom: 15px;
    font-weight: 400;
}

.story-title {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.story-body {
    color: var(--color-silver-light);
    font-size: 0.95rem;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.8;
}

/* ==========================================
   Footer
   ========================================== */
.main-footer {
    background-color: var(--color-black);
    padding: 60px 0;
    color: var(--color-grey-light);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

/* ==========================================
   Titan Redesign Styles
   ========================================== */

/* Announcement Bar */
.announcement-bar {
    background-color: #101A2E;
    color: #fff;
    padding: 8px 0;
    font-size: 0.8rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.announcement-marquee-track {
    display: flex;
    overflow: hidden;
    user-select: none;
}
.announcement-marquee-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.announce-timer {
    font-weight: 400;
}
.announce-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
}

.mobile-only-marquee {
    display: none !important;
}

@media (max-width: 768px) {
    .announcement-bar {
        font-size: 0.625rem !important;
        font-weight: 400 !important;
        padding: 6px 0 !important;
    }
    .announcement-marquee-content {
        animation: marqueeScroll 12s linear infinite !important;
        width: auto !important;
        justify-content: flex-start !important;
        padding-left: 100% !important;
    }
    .announce-text,
    .announce-timer,
    .announce-link {
        font-size: 0.625rem !important;
        font-weight: 400 !important;
    }
    .mobile-only-marquee {
        display: inline-block !important;
    }
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.blue-signature-top-bar {
    background-color: #ffffff;
    color: #101a2e;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(16, 26, 46, 0.04);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
}

.desktop-single-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 auto;
    position: static;
}

.desktop-single-nav .nav-link {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #4C5670;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

.desktop-single-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #101a2e;
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.desktop-single-nav .nav-link:hover {
    color: #101a2e;
}

.desktop-single-nav .nav-link:hover::after {
    width: 100%;
}

.desktop-single-nav .nav-item {
    position: static;
}

.desktop-single-nav .mega-menu {
    position: absolute;
    top: 100%;
    left: 15%;
    width: 70%;
    height: 80vh;
    max-height: 550px;
    background-color: #f8f8f8;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 9999;
    padding: 30px;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    overflow-y: auto;
}

.desktop-single-nav .nav-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.desktop-single-nav .mega-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.desktop-single-nav .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 250px;
    background-color: transparent;
    box-shadow: none;
}

.desktop-single-nav .mega-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    transition: color 0.2s ease;
}

.desktop-single-nav .mega-link.active-mega,
.desktop-single-nav .mega-link:hover {
    color: #101a2e;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.desktop-single-nav .arrow-icon {
    font-size: 0.7rem;
    color: #888888;
}

.desktop-single-nav .mega-sub-panel-container {
    flex: 1;
    position: relative;
    padding: 10px 10px 10px 20px;
}

.desktop-single-nav .mega-sub-panel {
    display: none;
    flex-direction: column;
    gap: 16px;
}

.desktop-single-nav .mega-sub-panel.active-panel {
    display: flex;
}

.desktop-single-nav .mega-sub-title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #888888;
    text-transform: uppercase;
}

.desktop-single-nav .sub-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.desktop-single-nav .sub-links-list a {
    font-size: 0.85rem;
    color: #555555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.desktop-single-nav .sub-links-list a:hover {
    color: #101a2e;
}

/* Right Promo Banner */
.desktop-single-nav .mega-menu-promo {
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.desktop-single-nav .promo-img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.desktop-single-nav .promo-tag {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #c5a47e;
    padding: 8px 12px 2px 12px;
    text-transform: uppercase;
}

.desktop-single-nav .promo-heading {
    font-size: 0.85rem;
    font-weight: 600;
    color: #101a2e;
    margin: 0;
    padding: 0 12px 12px 12px;
}
.search-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1.5px solid #dcdcdc;
    border-radius: 50px;
    padding: 3px 3px 3px 18px;
    position: relative;
}
.search-input {
    border: none;
    background: transparent;
    flex-grow: 1;
    padding: 0 10px;
    font-size: 0.8rem;
    outline: none;
    color: #101a2e;
}
.search-input::placeholder {
    font-size: 0.8rem;
    color: #888888;
}
.search-submit-btn-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #101a2e;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin-left: 5px;
}
.search-submit-btn-circle:hover {
    background-color: #202c44;
}
.search-submit-btn-circle i {
    font-size: 13px;
}
.titan-top-bar .utility-actions {
    gap: 30px;
}
.utility-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #101A2E;
    text-decoration: none;
    font-size: 0.6rem;
    gap: 4px;
}
.utility-icon-link i {
    font-size: 0.95rem;
}
.cart-btn .cart-badge {
    top: -5px;
    left: 15px;
    background-color: #101A2E;
    color: #fff;
}

/* Navigation */
.titan-nav {
    background-color: #F4F4F4;
    border-bottom: none;
    box-shadow: none;
    position: relative;
    z-index: 5; /* Lower than top-bar so shadow falls over this */
}
.category-nav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
}
.category-item,
.blue-signature-nav .nav-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666666;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    padding: 6px 0;
}

.category-item::after,
.blue-signature-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--color-primary, #c5a47e);
    border-radius: 2px;
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-item:hover,
.category-item.active,
.blue-signature-nav .nav-link:hover,
.blue-signature-nav .nav-link.active {
    color: var(--color-primary, #c5a47e) !important;
}

.category-item:hover::after,
.category-item.active::after,
.blue-signature-nav .nav-link:hover::after,
.blue-signature-nav .nav-link.active::after {
    width: 100%;
}
.category-img-wrapper {
    display: none; /* Hide images on desktop */
}

/* Mobile Category Navigation */
@media (max-width: 768px) {
    .titan-nav,
    .main-nav {
        display: none !important;
    }
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        padding: 15px 20px;
        scroll-snap-type: x mandatory;
    }
    /* Hide scrollbar */
    .category-nav-inner::-webkit-scrollbar {
        display: none;
    }
    .category-nav-inner {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .category-item {
        flex-direction: column;
        flex-shrink: 0;
        align-items: center;
        gap: 8px;
        scroll-snap-align: start;
        font-size: 0.7rem;
    }
    .category-img-wrapper {
        display: block; /* Show images on mobile */
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #101A2E;
    }
    .category-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}



/* Hero Section (Full-Width Image Slider) */
.blue-signature-hero-section {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: unset !important;
    background-color: #f4f4f4;
    overflow: visible;
}
.blue-signature-hero-slide {
    position: relative !important;
    width: 100%;
    height: auto !important;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.blue-signature-hero-slide.active {
    opacity: 1;
    z-index: 2;
}
.blue-signature-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}
.hero-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.placeholder-background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e2e2e2;
}
.blue-signature-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: background-color 0.3s, color 0.3s;
}
.blue-signature-carousel-control:hover {
    background-color: #fff;
    color: #000;
}
.blue-signature-carousel-control.prev { left: 30px; }
.blue-signature-carousel-control.next { right: 30px; }

@media (max-width: 768px) {
    .blue-signature-carousel-control {
        display: none !important;
    }
}

/* Floating Buttons */
.floating-cookie {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.floating-chat {
    position: absolute;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #cca450;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 1.2rem;
}
.get-started-wrapper {
    position: fixed;
    right: 0;
    left: auto;
    top: 35%;
    transform: translateY(-50%);
    z-index: 10000;
}
.floating-side-tab {
    position: absolute;
    right: -120px; /* Initially hidden */
    left: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center right;
    background-color: #111;
    color: #fff;
    height: 34px;
    box-sizing: border-box;
    padding: 0 14px;
    font-size: 0.55rem;
    letter-spacing: 1.4px;
    z-index: 10001;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: right 0.5s ease, background-color 0.3s;
}
.floating-side-tab.tab-visible {
    right: 17px;
}
.floating-side-tab:hover {
    background-color: #333;
}
.tab-arrow {
    transform: rotate(90deg); /* Points < visually */
    font-size: 0.55rem;
    transition: transform 0.3s ease;
}
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 999998;
}
.get-started-wrapper.drawer-open .drawer-overlay {
    opacity: 1;
    visibility: visible;
}

/* Side Drawer Panel (Desktop) */
.get-started-drawer {
    position: fixed;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    width: 620px;
    max-width: 90vw;
    background-color: #fff;
    box-shadow: -10px 0 30px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: row;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999999;
}
.get-started-wrapper.drawer-open .get-started-drawer {
    transform: translateY(-50%) translateX(0);
}
.get-started-wrapper.drawer-open .floating-side-tab {
    right: 637px;
    left: auto;
}
.get-started-wrapper.drawer-open .tab-arrow {
    transform: rotate(-90deg);
}

/* Mobile-Only Drawer Popup Placement (Bottom to Top 60% Height) */
@media (max-width: 768px) {
    .get-started-drawer {
        top: auto !important;
        bottom: 20px !important;
        left: 50% !important;
        right: auto !important;
        width: 90vw !important;
        max-width: 380px !important;
        height: auto !important;
        max-height: 70vh !important;
        transform: translate(-50%, 105%) !important;
        border-radius: 20px !important;
        flex-direction: column !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
        overflow-y: auto !important;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    .get-started-wrapper.drawer-open .get-started-drawer {
        transform: translate(-50%, 0) !important;
    }

    .floating-side-tab,
    .floating-side-tab.tab-visible {
        right: 12px !important;
    }

    .get-started-wrapper.drawer-open .floating-side-tab {
        right: 12px !important;
    }

    .drawer-close-btn {
        display: block !important;
        top: 15px !important;
        right: 15px !important;
    }

    .drawer-header-art {
        display: none !important;
    }

    .drawer-content {
        padding: 35px 20px 25px 20px !important;
    }
}

.drawer-close-btn {
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    z-index: 1000000;
}

/* Standard Side-Attached Trigger Tab & Slide Drawer Panel */
.drawer-header-art {
    width: 150px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.drawer-watch-art {
    width: 100%;
    height: auto;
}
.drawer-content {
    flex: 1;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.drawer-subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.drawer-text {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.drawer-title {
    font-size: 1.4rem;
    font-weight: 300;
    color: #111;
    font-style: italic;
    margin: 0 0 20px 0;
}
.drawer-divider {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 0 0 20px 0;
}
.drawer-features {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}
.feature-item span {
    font-size: 0.65rem;
    font-weight: 700;
    color: #333;
}
.gold-icon {
    color: #cca450;
    font-size: 1.2rem;
}
.btn-drawer-signup {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 0;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.btn-drawer-signup:hover {
    background-color: #333;
    color: #fff;
}

/* Mega Menu */
.nav-item {
    position: relative;
    padding: 5px 15px; /* Ensures hover area connects to dropdown */
    display: flex;
    align-items: center;
}
.titan-nav .nav-inner {
    position: relative; /* Context for mega menu absolute positioning */
    display: flex;
    justify-content: center;
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}
.nav-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mega-menu-inner {
    display: flex;
    padding: 40px;
    gap: 50px;
}
.mega-menu-list {
    list-style: none;
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.mega-link {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
}
.mega-link:hover {
    color: #000;
}
.arrow-icon {
    font-size: 0.75rem;
}
.mega-menu-promo {
    flex: 2;
    display: flex;
    justify-content: flex-end;
}
.mega-menu-promo img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.mega-menu-promo-placeholder {
    flex: 2;
}

/* Hero Slider Navigation Tabs */
.slider-tabs-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 10;
    display: flex;
    justify-content: center;
}
.slider-tabs-inner {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 15px 0;
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    scrollbar-width: none;
}
.slider-tabs-inner::-webkit-scrollbar {
    display: none;
}
.slider-tab-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    transition: opacity 0.3s ease;
}
.slider-tab-item:hover {
    opacity: 0.8;
}
.tab-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #101A2E;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}
.tab-progress-bar {
    width: 100%;
    height: 3px;
    background-color: #f7ede2; /* Light beige/orange track */
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}
.tab-progress-line {
    width: 0%;
    height: 100%;
    background-color: #d4a373; /* Gold accent color matching Raga/Titan style */
    border-radius: 1px;
}
.slider-tab-item.active .tab-progress-line {
    animation: tabProgress var(--autoplay-speed, 5000ms) linear forwards;
}

/* Mobile Slider Navigation (Dots & Pill Style - Placed between Hero Slider & Full-Width Image) */
@media (max-width: 768px) {
    .slider-tabs-nav {
        position: relative !important;
        width: 100% !important;
        background-color: #ffffff !important;
        border-top: none !important;
        padding: 12px 0 !important;
        margin: 0 !important;
        z-index: 5 !important;
        display: flex !important;
        justify-content: center !important;
    }
    .slider-tabs-inner {
        gap: 6px;
        padding: 6px 0;
        justify-content: center;
        background: transparent;
    }
    .slider-tab-item {
        min-width: auto;
        width: 7.5px;
        height: 7.5px;
        border-radius: 50%;
        border: 1.2px solid #101A2E;
        background-color: transparent;
        display: block;
        padding: 0;
        transition: all 0.3s ease;
    }
    .slider-tab-item.active {
        width: 18px; /* 25% reduced pill shape */
        border-radius: 4px;
        background-color: #101A2E;
        border-color: #101A2E;
    }
    .slider-tab-item .tab-label,
    .slider-tab-item .tab-progress-bar {
        display: none;
    }
}

@keyframes tabProgress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* Desktop styles for mobile menu toggle */
.mobile-menu-toggle {
    display: none;
}

/* Mobile Header Layout Styles */
@media (max-width: 768px) {
    /* Announcement Bar Split Layout */
    .announcement-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 15px;
    }
    .announce-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .announce-left .announce-text {
        font-size: 0.7rem;
        letter-spacing: 0.05em;
        line-height: 1.1;
    }
    .announce-left .announce-link {
        font-size: 0.6rem;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase;
        margin-left: 0;
        color: #fff;
    }
    .announce-right .announce-timer {
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    /* Top Bar Mobile Layout: Hamburger Left, Logo Centered, Cart Right */
    .top-bar-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        position: relative;
    }
    .logo-area {
        position: static !important;
        display: flex;
        align-items: center;
    }
    .mobile-menu-toggle {
        position: relative !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 22px;
        height: 15px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 5;
    }
    .mobile-menu-toggle .bar {
        width: 100%;
        height: 2px;
        background-color: #101A2E;
        border-radius: 1px;
    }
    .logo-link {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .main-logo {
        max-height: 24px !important;
        display: block !important;
    }
    .utility-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        z-index: 5;
    }
    /* Hide Account, Wishlist & Track Order on Mobile Header */
    .utility-actions a[href="/account"],
    .utility-actions a[href="/pages/wishlist"],
    .utility-actions a[href="#track"],
    .utility-actions a:not([href="/cart"]) {
        display: none !important;
    }
    .utility-icon-link span {
        display: none !important;
    }
    .utility-icon-link i {
        font-size: 1.25rem !important;
    }
    .cart-btn .cart-badge {
        top: -8px;
        left: 12px;
        width: 14px;
        height: 14px;
        font-size: 0.5rem;
    }

    /* Hide desktop main-nav on mobile */
    .desktop-single-nav,
    .main-nav,
    .blue-signature-nav,
    .titan-nav {
        display: none !important;
    }

    /* Remove Mobile Header Bottom Shadow */
    .top-bar,
    .top-bar-inner,
    .main-nav,
    .blue-signature-nav,
    .titan-nav,
    header {
        box-shadow: none !important;
        border-bottom: none !important;
    }

    /* Hide Search Bar on Mobile Header */
    .search-bar-container {
        display: none !important;
    }
}

/* Mobile Slide-Out Drawer Navigation */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transition: left 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
}

.mobile-nav-drawer.active {
    left: 0;
}

.mobile-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.mobile-drawer-logo .logo-text {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #101a2e;
}

.mobile-drawer-close {
    background: none;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
    color: #101a2e;
    cursor: pointer;
}

.mobile-drawer-search {
    padding: 15px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.mobile-search-form {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 50px;
    padding: 6px 16px;
    border: 1px solid #eee;
}

.mobile-search-input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 400;
    color: #333333;
    outline: none;
}

.mobile-search-input::placeholder {
    color: #999999;
    font-weight: 300;
}

.mobile-search-form button {
    background: none;
    border: none;
    color: #777777;
    font-size: 0.8rem;
    cursor: pointer;
}

.mobile-nav-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    flex: 1;
}

.mobile-nav-item {
    border-bottom: 1px solid #f9f9f9;
}

.mobile-nav-row,
.mobile-subrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-nav-link {
    flex-grow: 1;
    padding: 14px 20px;
    text-decoration: none;
    color: #101a2e;
    font-weight: 400; /* Regular weight */
    font-size: 0.88rem; /* Regular smaller size */
    transition: background-color 0.2s ease;
}

.mobile-dropdown-toggle,
.mobile-grand-toggle {
    background: none;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    color: #101a2e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-dropdown-icon,
.mobile-grand-icon {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.open .mobile-dropdown-icon,
.mobile-grand-toggle.open .mobile-grand-icon {
    transform: rotate(180deg);
}

.mobile-submenu,
.mobile-grandmenu {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
    display: none;
    background-color: #fafafa;
}

.mobile-submenu.open,
.mobile-grandmenu.open {
    display: block;
}

.mobile-sublink {
    flex-grow: 1;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #4c5670;
    font-size: 0.82rem;
    font-weight: 400;
}

.view-all-mobile {
    color: #101a2e;
    font-weight: 500;
}

.mobile-grandlink {
    display: block;
    padding: 8px 20px 8px 30px;
    text-decoration: none;
    color: #666666;
    font-size: 0.8rem;
    font-weight: 400;
}

.mobile-drawer-footer {
    padding: 20px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
}

.mobile-footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #101a2e;
    font-weight: 400; /* Regular weight */
    font-size: 0.85rem; /* Regular smaller size */
}

/* ==========================================
   Featured Brands Section
   ========================================== */
.featured-brands-section {
    padding: 60px 0;
    background-color: #fcfcfc;
}
.brands-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 15px;
}
.brands-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #101A2E;
    margin: 0;
}
.brands-controls {
    display: flex;
    gap: 10px;
}
.brands-control-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    color: #101A2E;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease;
}
.brands-control-btn:hover {
    border-color: #101A2E;
    background-color: #101A2E;
    color: #fff;
}
.brands-carousel-wrapper {
    width: 100%;
    overflow: hidden;
}
.brands-carousel {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 15px;
    scrollbar-width: none;
}
.brands-carousel::-webkit-scrollbar {
    display: none;
}
.brand-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
}
.brand-link {
    text-decoration: none;
    display: block;
}
.brand-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.brand-circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.brand-circle img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.brand-placeholder-text {
    font-size: 0.85rem;
    font-weight: 700;
    color: #101A2E;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}
.brand-badge {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.badge-trending {
    background-color: #0f347a; /* Blue badge */
}
.badge-new {
    background-color: #1b7a43; /* Green badge */
}
.badge-sale {
    background-color: #d90429; /* Red badge */
}

@media (max-width: 768px) {
    .featured-brands-section {
        padding: 40px 0;
    }
    .brands-title {
        font-size: 1.25rem;
    }
    .brand-circle {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    .brand-badge {
        font-size: 0.5rem;
        padding: 3px 8px;
    }
    .brands-carousel {
        gap: 13.5px; /* Reduced gap by 10% */
    }
}

/* ==========================================
   Recommended Products Section
   ========================================== */
.recommendations-section {
    padding: 20px 0;
    background-color: #ffffff;
}

.recommendations-section .section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.recommendations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.recommendations-title {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    color: #101a2e;
    margin: 0;
    text-align: left;
}

.recommendations-controls {
    display: flex !important;
    gap: 12px;
}

.recommendations-control-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #101a2e;
    transition: all 0.2s ease;
}

.recommendations-control-btn:hover {
    border-color: #101a2e;
    background-color: #f4f6fa;
}

.recommendations-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 20px;
    width: 100%;
    padding: 0 0 25px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.recommendations-grid::-webkit-scrollbar {
    display: none;
}

.custom-product-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 250px;
    scroll-snap-align: start;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(16, 26, 46, 0.05);
}

/* Puma-Inspired Reference Design Card (Collection Page) */
.custom-product-card.brand-clean-luxury-card {
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-clean-luxury-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.brand-clean-luxury-card .card-image-area {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Perfect Square aspect ratio for product image */
    background-color: #faf6f0;
    overflow: hidden;
    border-radius: 16px;
}

.brand-clean-luxury-card .watch-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.brand-clean-luxury-card:hover .watch-hero-image {
    transform: scale(1.05);
}

.brand-clean-luxury-card .card-info-area {
    padding: 15px 5px 5px 5px;
    background-color: #ffffff;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.brand-clean-luxury-card .card-main-heading {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 1.05rem;
    font-weight: 700;
    color: #101a2e; /* Brand navy */
    margin: 0 0 6px 0;
    line-height: 1.25;
    text-transform: none;
    letter-spacing: -0.1px;
}

.brand-clean-luxury-card .card-tags-line {
    font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
    font-size: 0.8rem;
    font-weight: 500;
    color: #555555;
    margin: 0 0 10px 0;
}

.brand-clean-luxury-card .card-price-value {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    color: #101a2e;
    margin-bottom: 8px;
}

.brand-clean-luxury-card .card-order-now-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
    font-size: 0.85rem;
    font-weight: 600;
    color: #101a2e;
    text-decoration: none;
    margin-top: auto;
}

.brand-clean-luxury-card .card-order-now-link .order-arrow {
    transition: transform 0.25s ease;
}

.brand-clean-luxury-card:hover .card-order-now-link .order-arrow {
    transform: translate(2px, -2px);
}

.custom-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(16, 26, 46, 0.12);
}

.card-image-area {
    position: relative;
    width: 100%;
    padding-top: 105%; /* Clean portrait ratio matching reference */
    background-color: #faf6f0;
    overflow: hidden;
    border-radius: 16px;
}

/* Reference Design Badges & Overlay Dots */
.card-badge-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    color: #101a2e;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 5;
    letter-spacing: 0.02em;
}

.card-brand-logo-circle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    z-index: 5;
    padding: 4px;
}

.card-brand-logo-circle .mini-brand-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card-slider-dots-overlay {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    z-index: 5;
}

.card-slider-dots-overlay .dot-item {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.card-slider-dots-overlay .dot-item.active {
    width: 14px;
    border-radius: 3px;
    background-color: #ffffff;
}

.card-main-heading {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    color: #101a2e;
    margin: 6px 0 2px 0;
    line-height: 1.25;
}

.card-subtitle-tagline {
    font-family: var(--font-sans, "Plus Jakarta Sans", sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    color: #888888;
    margin: 0 0 6px 0;
}

.card-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 8px;
}

.price-pill-badge {
    background-color: #f0f4f9;
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.price-pill-badge .price-val {
    font-size: 0.85rem;
    font-weight: 800;
    color: #101a2e;
}

.buy-now-pill-btn {
    background-color: #101a2e; /* Blue Signature Navy */
    color: #ffffff;
    padding: 6px 10px 6px 14px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    transition: background-color 0.25s ease;
}

.custom-product-card:hover .buy-now-pill-btn {
    background-color: #1b2845;
}

.buy-now-pill-btn .arrow-circle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #101a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.card-image-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.card-slides-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.card-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-slide.active {
    opacity: 1;
}
.card-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-slide .placeholder-svg {
    width: 70%;
    height: 70%;
}

/* Overlays */
.card-wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #101A2E;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    z-index: 5;
}
.card-wishlist-btn:hover {
    background-color: #fff;
    transform: scale(1.05);
}

.card-slide-controls {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-product-card:hover .card-slide-controls {
    opacity: 1;
}
.slide-control {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #101A2E;
    font-size: 0.65rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}
.slide-control:hover {
    background-color: #fff;
}

/* Info Area */
.card-info-area {
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #ffffff;
}

/* Meta Row (Ratings & Swatches) */
.card-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.card-rating-badge {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    padding: 2px 6px;
    border-radius: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #555;
    border: 1px solid #f0f0f0;
}
.rating-score {
    margin-right: 3px;
}
.star-icon {
    color: #15803d; /* Green star */
    font-size: 0.65rem;
    margin-right: 5px;
}
.rating-divider {
    color: #ccc;
    margin: 0 5px;
}
.rating-count {
    color: #777;
}

.card-variants {
    display: flex;
    align-items: center;
    gap: 5px;
}
.variant-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
}
.variant-more {
    font-size: 0.525rem;
    font-weight: 700;
    color: #777;
    margin-left: 2px;
}

/* Title & Description */
.card-title {
    font-size: 0.7125rem;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.brand-name {
    font-weight: 700;
    color: #101A2E;
}
.title-divider {
    color: #ccc;
}
.product-type {
    font-weight: 400;
    color: #4a5568;
}
.card-desc {
    font-size: 0.6rem;
    color: #718096;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

/* Price Row */
.card-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-bottom: 8px;
}
.price-current {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 0.855rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #101A2E;
    white-space: nowrap;
}
.price-compare {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 0.675rem;
    color: #a0aec0;
    text-decoration: line-through;
    white-space: nowrap;
}
.price-discount {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 0.675rem;
    font-weight: 700;
    color: #15803d; /* Green percent off */
    white-space: nowrap;
}

/* Social Proof */
.card-social-proof {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    color: #101A2E;
    margin: 0 0 15px 0;
}

/* Badges */
.card-badge-row {
    margin-top: auto;
}
.tag-badge {
    display: inline-block;
    font-size: 0.4875rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
}
.tag-badge.best-seller {
    background-color: #fffaf0; /* Light orange bg */
    color: #d97706; /* Dark orange text */
    border: 1px solid #fef3c7;
}

/* Mobile Styling */
@media (max-width: 992px) {
    .recommendations-grid {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .recommendations-section {
        padding: 40px 0 5px 0;
    }
    .recommendations-section .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .recommendations-header {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 10px; /* Reduced gap between heading and slider to 10px */
        padding: 0;
    }
    .recommendations-title {
        font-size: 0.9375rem;
        font-weight: 400; /* Set weight to 400 */
    }
    .recommendations-controls {
        display: none !important; /* Remove arrow controls on mobile */
    }
    .recommendations-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px !important; /* Reduced center gap by 40% (from 16px to 10px) */
        padding: 0 0 25px 0;
        scroll-snap-type: x mandatory;
    }
    /* Hide scrollbar */
    .recommendations-grid::-webkit-scrollbar {
        display: none;
    }
    .recommendations-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .recommendations-grid > .custom-product-card {
        flex: 0 0 calc(50% - 5px) !important;
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        min-width: 0 !important;
        scroll-snap-align: start;
        height: auto;
    }
    /* Padding inside product card info text */
    .card-info-area {
        padding: 10px 6px !important;
    }
    .card-meta-row {
        margin-bottom: 6px;
    }
    .card-rating-badge {
        padding: 1px 4px;
        font-size: 0.34rem;
    }
    .variant-dot {
        width: 10px;
        height: 10px;
    }
    .card-title {
        font-size: 0.6rem;
        margin-bottom: 4px;
        flex-wrap: wrap;
    }
    .card-desc {
        font-size: 0.525rem;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    .card-price-row {
        flex-wrap: wrap;
        gap: 4px;
        margin-bottom: 4px;
    }
    .price-current {
        font-size: 0.7125rem;
    }
    .price-compare, .price-discount {
        font-size: 0.5625rem;
    }
    .card-social-proof {
        font-size: 0.4875rem;
        margin-bottom: 8px;
    }
    .tag-badge {
        font-size: 0.45rem;
        padding: 3px 6px;
    }
}

/* Gap between Hero and Full Width Banner */
.full-width-image-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background-color: #fff !important;
}

@media (max-width: 768px) {
    .full-width-image-section {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .full-width-image-section img {
        border-radius: 4px;
    }
}

/* ==========================================
   Signature Brand Banner Section
   ========================================== */
.signature-banner-section {
    padding: 0;
    background-color: #ffffff;
}

.signature-banner-container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.signature-banner-slides {
    position: relative;
    width: 100%;
    height: 173px;
}

.signature-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.signature-banner-slide.active {
    opacity: 1;
    z-index: 2;
    position: relative;
}

.signature-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.signature-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dots Navigation */
.signature-banner-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 15px;
}

.signature-banner-dot {
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background-color: transparent;
    border: 1.2px solid #101a2e;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
}

.signature-banner-dot:hover {
    background-color: rgba(16, 26, 46, 0.15);
}

.signature-banner-dot.active {
    width: 18px;
    height: 7.5px;
    border-radius: 4px;
    background-color: #101a2e;
    border: 1.2px solid #101a2e;
}

@media (max-width: 768px) {
    .signature-banner-dots {
        position: relative !important;
        bottom: auto !important;
        margin-top: 12px !important;
        margin-bottom: 10px !important;
        z-index: 5 !important;
        gap: 6px !important;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .signature-banner-section {
        padding: 0;
    }
    
    .signature-banner-container {
        max-width: 100%;
    }
    
    .signature-banner-slides {
        height: auto;
    }

    .signature-banner-slide {
        position: relative;
        opacity: 1;
    }
    
    .signature-banner-slide:not(.active) {
        display: none;
    }
    
    .signature-banner-slide.active {
        display: block;
    }
    
    .signature-banner-img {
        height: auto;
    }
}

/* ==========================================
   Shop by Category Section
   ========================================== */
.shop-by-category-section {
    padding: 10px 0;
    background-color: #ffffff;
}
.shop-by-category-section .section-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}
.category-section-title {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #101a2e;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.category-card {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}
.category-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Square aspect ratio */
    border-radius: 0; /* Removed curvature as requested */
    overflow: hidden;
    background-color: #faf6f0;
}
.category-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.category-card:hover .category-img {
    transform: scale(1.05);
}
.category-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}
.category-text-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.category-card-title {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #101a2e;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category-card-tagline {
    font-size: 0.85rem;
    color: #777;
    margin: 0;
    font-weight: 400;
}
.category-arrow-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #101a2e;
    border-radius: 50%;
    color: #101a2e;
    font-size: 0.9rem;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    background-color: transparent;
}
.category-card:hover .category-arrow-btn {
    background-color: #101a2e;
    color: #ffffff;
    transform: translateX(3px);
}

/* Responsive category section */
@media (max-width: 768px) {
    .shop-by-category-section {
        padding: 10px 0;
    }
    .category-section-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .category-image-wrapper {
        padding-top: 100%; /* Square aspect ratio on mobile too */
        border-radius: 0; /* Removed mobile curvature as requested */
    }
    .category-info-row {
        padding: 10px 0;
        text-align: center;
        justify-content: center;
    }
    .category-text-col {
        align-items: center;
        gap: 2px;
    }
    .category-card-title {
        font-size: 0.7rem;
    }
    .category-card-tagline {
        font-size: 0.55rem;
    }
    .category-arrow-btn {
        display: none !important;
    }
}

/* ==========================================
   Testimonials Section
   ========================================== */
.testimonials-section {
    padding: 60px 0;
    background-color: #ffffff;
}
.testimonials-section .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.testimonials-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.testimonials-section-title {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    color: #101a2e;
}
.testimonials-see-more-btn {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #101a2e;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.testimonials-slider-outer {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
.testimonials-carousel {
    width: 100%;
    overflow: hidden;
}
.testimonials-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 30px;
}
.testimonial-card {
    flex: 0 0 calc(50% - 15px);
    box-sizing: border-box;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: none;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}
.testimonial-card-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.reviewer-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviewer-name {
    font-family: var(--font-sans, "Outfit", sans-serif);
    font-size: 0.95rem;
    font-weight: 700;
    color: #101a2e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.review-date {
    font-size: 0.75rem;
    color: #777777;
    font-weight: 500;
}
.review-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #D8C49A;
    font-size: 0.8rem;
    font-weight: 600;
}
.rating-star {
    font-size: 0.8rem;
    color: #D8C49A;
}
.testimonial-card-body {
    flex-grow: 1;
}
.review-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #555555;
    margin: 0;
    font-weight: 400;
}
.testimonial-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    background-color: #ffffff;
    color: #101a2e;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.testimonial-nav-btn:hover {
    background-color: #101a2e;
    color: #ffffff;
    border-color: #101a2e;
}
.testimonial-nav-btn.prev-btn {
    left: -20px;
}
.testimonial-nav-btn.next-btn {
    right: -20px;
}
.testimonial-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #fafafa;
    color: #ccc;
    border-color: #eee;
}
.testimonials-dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}
.testimonial-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #101a2e;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.testimonial-dot.active {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #101a2e;
}

/* Responsive Testimonials styling */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0;
    }
    .testimonials-header-row {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .testimonials-section-title {
        font-size: 14px;
    }
    .testimonials-slider-outer {
        padding: 0 10px;
    }
    .testimonial-nav-btn {
        display: none !important;
    }
    .testimonials-track {
        gap: 20px;
    }
    .testimonial-card {
        flex: 0 0 100%;
        padding: 35px 20px 20px 20px;
    }
    .reviewer-meta-row {
        padding-bottom: 10px;
    }
    .reviewer-name {
        font-size: 0.85rem;
    }
    .review-date {
        font-size: 0.7rem;
    }
    .review-text {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .review-rating {
        position: absolute;
        top: 35px;
        right: 20px;
    }
}

/* Global Mobile Containers Unified Padding (15px) */
@media (max-width: 768px) {
    .container,
    .container-fluid,
    .section-container,
    .pdp-container,
    .collection-products-grid,
    .recommendations-section .section-container,
    .main-collection-section .section-container,
    .wishlist-section .section-container,
    .luxury-cart-page-section .cart-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }
}

/* Micro Mobile Breakpoint Adjustments (320px - 380px) */
@media (max-width: 480px) {
    .recommendations-grid > .custom-product-card,
    .main-collection-section .collection-products-grid > .custom-product-card {
        padding: 8px !important;
    }

    .custom-product-card .card-info-area {
        padding: 8px 4px 4px 4px !important;
    }

    .custom-product-card .brand-name,
    .custom-product-card .product-type {
        font-size: 0.78rem !important;
    }

    .custom-product-card .price-current {
        font-size: 0.85rem !important;
    }

    .custom-product-card .price-compare,
    .custom-product-card .price-discount {
        font-size: 0.68rem !important;
    }
}

@media (max-width: 360px) {
    .container,
    .container-fluid,
    .section-container,
    .pdp-container,
    .collection-products-grid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .main-collection-section .collection-products-grid {
        gap: 10px 8px !important;
    }

    .flex-btn-row {
        gap: 8px !important;
    }

    .btn-pdp-buy-now,
    .btn-pdp-add-to-cart {
        font-size: 0.72rem !important;
        letter-spacing: 0.5px !important;
        padding: 0 4px !important;
    }
}
