#fw-section-newsletter-d973e2f8-3f45-4ae5-84ad-8104c9f5b474 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}


#fw-section-newsletter-e1853804-00f6-4992-82e9-f42191a84de3 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}


#fw-section-newsletter-c34b9a8d-2f7b-41a5-8a67-acbf0a63d06c {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}

#fw-section-hero-0 {
--font-heading-scale: 0.7;
--font-body-scale: 1.0;
}
#fw-section-hero-0 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
/* 1. Ensure the banner container allows the link to stretch across it */
.image-banner, 
.hero,
[class*="banner"] {
    position: relative !important;
    overflow: hidden;
}

/* 2. Target your current button class to expand its clickable area */
a.button { 
    background-color: transparent !important; 
    color: #ffffff !important; 
    border: none !important; 
    border-bottom: none !important; 
    padding: 8px 0 !important; 
    text-decoration: none !important; 
    display: inline-block !important; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    transition: all 0.3s ease; 
    
    /* This makes the link itself the anchor for the expansion */
    position: relative; 
}

/* 3. The "Ghost Layer": This expands the link to the full banner size */
a.button::after {
    content: "" !important;
    position: absolute !important;
    /* This stretches it to the edges of the .image-banner container */
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 200vw !important;  /* Over-stretches to ensure full coverage */
    height: 200vh !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

/* 4. Keep your existing hover state working on the text */
a.button:hover { 
    background-color: #ffffff !important; 
    color: #000000 !important; 
    padding: 8px 12px !important; 
}
}
#fw-section-featured-collection-0 {

.featured-collection__title, 
.section-header__title,
[class*="featured-collection"] h2 {
    text-align: center !important;
   /* font-weight: 800 !important; */
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
#fw-section-hero-5fb0de4a-d8e8-4a22-aad9-952a6bb8488c {
--font-heading-scale: 1.0;
--font-body-scale: 1.25;
}
#fw-section-hero-5fb0de4a-d8e8-4a22-aad9-952a6bb8488c {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
/* Shrink the Image Banner Button Font */
.image-banner__button, 
.hero__button,
[class*="image-banner"] .btn {
    font-size: 14px !important;      /* Smaller, more refined text */
    padding: 12px 28px !important;    /* Adjusted padding for a slimmer button */
    font-weight: 700 !important;      /* Clean bold without being too chunky */
    letter-spacing: 1.5px !important; /* Keeps it readable at smaller sizes */
    text-transform: uppercase !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important; /* 1px for a more minimalist feel */
}
}
#fw-section-rich-text-0789dc75-bd93-42e0-9ea0-a2f2aa5e6c1e {

/* Target standard Fourthwall text/rich-text sections */
.rich-text, 
.text-section, 
[class*="text-block"] {
    text-align: center !important;
    max-width: 800px !important; /* Prevents text from stretching too wide */
    margin-left: auto !important;
    margin-right: auto !important;
}

.rich-text__heading, 
.text-section h2 {
    font-size: 1.5rem !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px !important;
}

.rich-text__text, 
.text-section p {
    font-size: 0.6rem !important; /* Slightly larger for readability */
    line-height: 1.6 !important;
    font-weight: 400 !important; /* Keeps it "not bold" as requested before */
}
}
#fw-section-recent-tiktoks-c3258270-a0a4-4fc6-bf10-0ea5e78ca2bc {

/* 1. Target the actual Title/H2 for the Video/TikTok Section */
[class*="video"] h2, 
[class*="tiktok"] h2, 
.section-header__title, 
.video-section__header-title {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 2. Target the Parent Container (Sometimes this is what blocks centering) */
.section-header, 
.video-section__header, 
[class*="video-collection"] header {
    display: flex !important;
    justify-content: center !important; /* Forces the flex-box to the middle */
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* 3. If there is a small "View All" or "Description" text, center that too */
.video-section__description, 
[class*="video"] .section-header__description {
    text-align: center !important;
    margin: 0 auto !important;
}
}

#fw-section-hero-4f487dc1-e6f7-4011-8718-a4bd1ca246c1 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
/* 1. Ensure the banner container allows the link to stretch across it */
.image-banner, 
.hero,
[class*="banner"] {
    position: relative !important;
    overflow: hidden;
}

/* 2. Target your current button class to expand its clickable area */
a.button { 
    background-color: transparent !important; 
    color: #ffffff !important; 
    border: none !important; 
    border-bottom: none !important; 
    padding: 8px 0 !important; 
    text-decoration: none !important; 
    display: inline-block !important; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    transition: all 0.3s ease; 
    
    /* This makes the link itself the anchor for the expansion */
    position: relative; 
}

/* 3. The "Ghost Layer": This expands the link to the full banner size */
a.button::after {
    content: "" !important;
    position: absolute !important;
    /* This stretches it to the edges of the .image-banner container */
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 200vw !important;  /* Over-stretches to ensure full coverage */
    height: 200vh !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

/* 4. Keep your existing hover state working on the text */
a.button:hover { 
    background-color: #ffffff !important; 
    color: #000000 !important; 
    padding: 8px 12px !important; 
}
}
#fw-section-newsletter-e28bda77-13c1-4652-95c3-e2421d2499cd {
--font-heading-scale: 0.75;
--font-body-scale: 1.0;
}
#fw-section-newsletter-e28bda77-13c1-4652-95c3-e2421d2499cd {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}
#fw-section-footer {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}
#fw-section-announcement-bar-4bb70fe6-3092-476d-a16e-e4c65a3aea83 {
--font-heading-scale: 1.39;
--font-body-scale: 0.7;
}
#fw-section-announcement-bar-f872a45f-faba-4657-85b1-e12e71cb67a4 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;
a {
  color: #fff;
}

/* Shrink the announcement bar overall */
[class*="announcement"] {
  padding: 6px 12px !important;
  min-height: unset !important;
}

/* Restore and size the launch text */
[class*="announcement"] [class*="text"],
[class*="announcement"] p,
[class*="announcement"] span {
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Shrink the countdown timer */
[class*="countdown"] {
  font-size: 13px !important;
  gap: 6px !important;
}

[class*="countdown"] [class*="label"] {
  font-size: 10px !important;
}

[class*="countdown"] [class*="number"],
[class*="countdown"] [class*="digit"] {
  font-size: 16px !important;
}
}
#fw-section-text-carousel-f57fa02f-c9b2-4537-ac2c-71081cb57214 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-text-carousel-f57fa02f-c9b2-4537-ac2c-71081cb57214 {

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@1,700&display=swap');

/* Font styling */
.text-carousel__text {
  font-family: 'Inter', sans-serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  animation-duration: 2s !important;
}

/* Speed up scroll — lower = faster */
.text-carousel__label {
  animation-duration: 2s !important;
}

/* Whitespace between text segments */
.text-carousel__text::after {
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
}
}
#fw-section-header {
--font-heading-scale: 1.02;
--font-body-scale: 1.1;
}
#fw-section-header {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #000000;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #000000;
--secondary-btn-bg: transparent;
--secondary-btn-text: #000000;
--secondary-btn-border-color: #000000;

}