#fw-section-image-with-text-61beeccf-c174-4a32-b1c7-943a7ced56cb {

p, p *, em, span {
    font-size: 16px !important;
    line-height: 1.6 !important;
}
}

#fw-section-hero-0 {
--color-primary: #f4f1eb;
--color-primary-rgb: 244, 241, 235;
--color-background: transparent;
--color-background-rgb: transparent;
--color-on-background: #f4f1eb;
--color-on-background-rgb: 244, 241, 235;
--color-on-primary: #4c3c2f;
--color-on-primary-rgb: 76, 60, 47;
--color-product-image-background: #f4f1eb;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #f4f1eb;
--primary-btn-text: #4c3c2f;
--primary-btn-border-color: #f4f1eb;
--secondary-btn-bg: #f4f1eb;
--secondary-btn-text: #4c3c2f;
--secondary-btn-border-color: #f4f1eb;

}
#fw-section-featured-collection-0 {
--font-heading-scale: 1.1;
--font-body-scale: 1.0;
}

#fw-section-collections-list-aa554f79-a89d-48e6-aa2a-cb90548afc74 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}



#fw-section-newsletter-17529361-6f2e-4a9f-a265-48664b4de53e {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-footer {
--font-heading-scale: 1.2;
--font-body-scale: 1.0;
}
#fw-section-text-carousel-49c9a8eb-9e82-4bc5-aae1-6a1ab8808433 {

/* Force smaller text size, semibold weight, and add large spacing between phrases */
[class*="text-carousel"] *, 
.text-carousel-section * {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Adds horizontal spacing to create a clean gap between each scrolling item */
.text-carousel-section span, 
.text-carousel-section strong,
[class*="text-carousel"] span {
    padding: 0 40px !important; 
    display: inline-block !important;
}
}
#fw-section-announcement-bar-c449de0c-b41d-4599-b934-0138b71c08c8 {
--color-primary: #9663a8;
--color-primary-rgb: 150, 99, 168;
--color-background: #fdfcfa;
--color-background-rgb: 253, 252, 250;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-on-primary: #fefdfd;
--color-on-primary-rgb: 254, 253, 253;
--color-product-image-background: #000000;
--color-background-brightness: 252;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #9663a8;
--primary-btn-text: #fefdfd;
--primary-btn-border-color: #000000;
--secondary-btn-bg: #9663a8;
--secondary-btn-text: #fefdfd;
--secondary-btn-border-color: #9663a8;

}
#fw-section-header {
--font-heading-scale: 0.7;
--font-body-scale: 1.15;
}
#fw-section-header {

@media screen and (max-width: 767px) {
  /* Keep the logo on one line at 18px */
  .header__logo-link, .header__logo-link * {
    white-space: nowrap !important;
    font-size: 18px !important;
  }

  /* Shrink header icons on mobile */
  .header__icon-button svg,
  .header__icon,
  .header__icon svg,
  .header__mobile-menu-toggle svg {
    width: 18px !important;
    height: 18px !important;
  }

  /* Adjust spacing to give the logo more breathing room */
  .header__item--logo {
    padding: 0 8px !important;
  }
}
}







#fw-section-password {
--font-heading-scale: 0.9;
--font-body-scale: 1.0;
}
#fw-section-password {

/* Mobile Text Size Adjustments for Checkout */
@media screen and (max-width: 768px) {
  /* Scope to checkout/cart or general mobile text */
  body, 
  p, 
  span, 
  label, 
  input, 
  select, 
  button, 
  td, 
  th {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  /* Headings scale down on mobile */
  h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }

  h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  h3, h4, h5, h6 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
}