/** Shopify CDN: Minification failed

Line 153:20 Unexpected "{"
Line 153:29 Expected ":"
Line 154:20 Unexpected "{"
Line 154:29 Expected ":"
Line 155:20 Unexpected "{"
Line 155:29 Expected ":"
Line 156:20 Unexpected "{"
Line 156:29 Expected ":"

**/
/* Premium GulStreet Aesthetic Overrides */

/* Global smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Product page full background — covers the side gaps */
/* Scoped to #MainContent only so the header is NOT affected */
body:has(product-info),
body:has(product-info) #MainContent,
body:has(product-info) #MainContent .gradient {
    background-color: #EDE8DF !important;
}

/* ── Brand colour tokens ────────────────────────────────────────────────────── */
:root {
    --brand-dark:         #34080E;
    --brand-gold:         #C9A87A;
    --brand-cream:        #FAF7F4;
    --brand-linen:        #F2EDE8;

    /* ↓ Change this ONE value to update the bg on:
       homepage collection sections + product page + collection page */
    --gul-page-bg:        #1E1610;

    /* Card image placeholder bg — unified across all grids */
    --card-placeholder-bg: #261810;

    /* Gold divider — used on all horizontal rules across the site */
    --divider-gold:       rgba(201, 168, 122, 0.25);

    /* Consistent shadow using brand dark */
    --shadow-dark:        rgba(52, 8, 14, 0.15);
}

/* ── Global side padding token ─────────────────────────────────────────────── */
:root {
    --gul-side-pad: 2rem;
}
@media screen and (min-width: 750px) {
    :root { --gul-side-pad: 3rem; }
}
@media screen and (min-width: 1200px) {
    :root { --gul-side-pad: 4rem; }
}

/* ── Every container that adds horizontal padding — ONE source of truth ─────── */

/* base.css .page-width adds 5rem at 750px+ — override to token */
.page-width,
.page-width.drawer-menu {
    max-width: 100% !important;
    padding-left: var(--gul-side-pad) !important;
    padding-right: var(--gul-side-pad) !important;
}

/* base.css also adds 5rem for header page-width — keep that tighter */
.header.page-width,
.header:not(.drawer-menu).page-width {
    padding-left: var(--gul-side-pad) !important;
    padding-right: var(--gul-side-pad) !important;
}

/* Section-level grids with their own padding */
.lookbook__grid,
.footer-grid-gul,
.asymmetric__grid,
.split-banner__grid {
    padding-left: var(--gul-side-pad) !important;
    padding-right: var(--gul-side-pad) !important;
    max-width: 100% !important;
}

/* ── Card text — now on light botanical image background ────────────────────── */
/* luxury-collection sections now use a light image bg — use dark brand text   */

[class*="luxury-collection-"] .gul-card__title {
    color: #34080E !important;
}

[class*="luxury-collection-"] .gul-card:hover .gul-card__title {
    color: #C9A87A !important;
}

[class*="luxury-collection-"] .gul-card__price,
[class*="luxury-collection-"] .gul-card__price .price,
[class*="luxury-collection-"] .gul-card__price .price-item {
    color: rgba(52, 8, 14, 0.6) !important;
    opacity: 1 !important;
}

[class*="luxury-collection-"] .gul-card:hover .gul-card__media {
    outline-color: rgba(201, 168, 122, 0.5);
}

/* ── Product card gap ───────────────────────────────────────────────────────── */
.luxury-grid {
    gap: 2rem !important;
}

@media screen and (max-width: 989px) {
    .luxury-grid {
        gap: 1.2rem !important;
    }
}

/* Gold divider utility */
.section-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(201, 168, 122, 0.3);
    border: none;
    margin: 0;
}

/* Standardised section padding scale */
:root {
    --section-pad-sm: 60px;
    --section-pad-md: 100px;
    --section-pad-lg: 140px;
}

/* Product card hover — lift + shadow */
.luxury-card {
    transition: transform 0.4s ease;
}
.luxury-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px var(--shadow-dark);
}
.gul-card {
    transition: transform 0.4s ease;
}
.gul-card:hover {
    transform: translateY(-4px);
}

/* Dark scheme collection — ensure white text throughout */
.luxury-collection-{{ section.id }}.color-scheme-5 .luxury-collection__heading,
.luxury-collection-{{ section.id }}.color-scheme-5 .luxury-collection__description,
.luxury-collection-{{ section.id }}.color-scheme-5 .luxury-card__title,
.luxury-collection-{{ section.id }}.color-scheme-5 .luxury-card__price {
    color: #ffffff;
}

/* Ensure dark bg sections don't leak light texture overlay */
[class*="color-scheme-5"]::before,
.color-scheme-5::before {
    display: none;
}

/* Hero Banner Styling */
.video-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-banner__heading {
    /* font-family is now globally set */
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.video-banner__buttons {
    margin-top: 1rem;
}

.video-banner__buttons .button {
    background: rgb(var(--color-button));
    color: rgb(var(--color-button-label));
    border: none;
    border-radius: 50px;
    padding: 1.5rem 4rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.5rem; /* Wide tracking from the image */
    text-transform: uppercase;
    /* font-family is now globally set */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(var(--color-button), 0.25);
}

.video-banner__buttons .button:hover {
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    transform: scale(1.05);
}

/* Global button override for consistency */
.button:not([disabled]) {
    font-weight: 500;
    transition: transform 0.2s ease;
}

/* Header Adjustments for RAH style */
.header__heading-link {
    letter-spacing: 1.2rem;
    text-transform: uppercase;
    text-decoration: none !important;
}

.header__heading-link .h2 {
    font-family: var(--font-heading-family), 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 1.2rem;
    text-transform: uppercase;
    color: #C9A87A !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

/* When logo image is missing, shop name renders as a span.h2 */
.header__heading-link span.h2 {
    font-family: var(--font-heading-family), 'Playfair Display', Georgia, serif;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: 1.2rem;
    text-transform: uppercase;
    color: #C9A87A !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

/* Keep brand name gold on scroll too */
.scrolled-past-header .header__heading-link .h2,
.scrolled-past-header .header__heading-link span.h2,
.header-wrapper--scrolled .header__heading-link .h2,
.header-wrapper--scrolled .header__heading-link span.h2 {
    color: #C9A87A !important;
}

.header__menu-item {
    font-family: var(--font-body-family);
    text-transform: uppercase;
    letter-spacing: 0.3rem; /* Same high-end tracking */
    font-size: 1.3rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

/* Icons refinement */
.header__icon svg {
    width: 2.4rem;
    height: 2.4rem;
}

.header__icon--cart {
    margin-right: 0 !important;
}

.header__icons {
    gap: 1.5rem;
}

.header__search .header__icon {
    padding-left: 0;
}

/* Specific layout for top-center as per image */
@media screen and (min-width: 990px) {
    .header--top-center .header__heading {
        /* Let grid handle padding */
        padding: 0;
    }
    
    .header--top-center .header__inline-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* Center headings for all sections to match premium look */
.section-heading, .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
