#fw-section-announcement-bar-6e09d9ea-571d-4f19-85e3-2da679cb2f03 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);

}



#fw-section-header {
--color-primary: #784949;
--color-primary-rgb: 120, 73, 73;
--color-background: #f5f0e9;
--color-background-rgb: 245, 240, 233;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #070707;
--color-on-background-rgb: 7, 7, 7;
--color-product-image-background: #ffffff;
--color-background-brightness: 241;
background-color: var(--color-background);
color: var(--color-on-background);
.mobile-menu__section.mobile-menu__section--socials {
    display: none;
}

a.mobile-menu__close {
    position: fixed;
    bottom: 15px;
    left: 50%;
}

label.mobile-menu__close {
    position: fixed;
    bottom: 15px;
}

.header__list-item {
    font-weight: bolder;
    font-size: 14px;
}

.mobile-menu__list-item {
    font-size: 15px;
    font-weight: bolder;
}

.header__size--md {
    height: 100px;
}

}

#fw-section-hero-5d389df3-a0ad-4c14-8bb0-87efe0c7d487 {

.hero__cta {
  flex-basis: 0%;
}

.hero__cta-container {
  display: flex;
  justify-content: center;
  gap: 16px; /* Adjust the gap between buttons as needed */
}

.button {
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 11px; /* Font size set to 1rem */
  font-weight: 400; /* Font weight set to 400 */
  letter-spacing: 0.2em; /* Letter spacing set to 0.2em */
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Bricolage Grotesque", sans-serif; /* Font family applied */
}

.button--primary {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff; /* Border thickness changed to 1px */
}

.button--outline {
  background-color: transparent; /* Initially transparent background */
  color: #ffffff; /* Initial text color */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Semi-transparent border */
}

.button--expand {
  min-width: 150px; /* Adjust the minimum width as needed */
}

.hero__cta.hero__cta--secondary {
    background-color: black; }

.hero__heading:first-child {
    margin-top: 0;
    user-select: none;
}
}





#fw-section-footer {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #010101;
--color-on-primary-rgb: 1, 1, 1;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.footer__inner {
    display: none;
}


.footer__inner {
    padding-top: 16px;
    padding-bottom: 0px;
}

a {
  color: black;
  opacity: 86%;
 
}


}