#fw-section-custom-html-679ab813-7e94-4be5-9d3a-1fc5bdd11eaa {
--font-heading-scale: 0.9;
--font-body-scale: 1.0;
}

#fw-section-hero-1770498650 {

.hero__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start; /* keeps them from stretching */
}

.hero__cta-container .button {
  width: 260px; /* 👈 adjust this */
}

}


#fw-section-header {

/* Transparent header at top */
.header.header--transparent {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #0a0a0a !important;
  transition: background-color 0.3s ease;
}

/* Add space so content isn't hidden under fixed header */
.page__main {
  margin-top: 80px; /* Adjust to your header height */
}

/* Header background becomes black after scrolling */
.header.scrolled {
  background-color: #0a0a0a !important;
}.cart-widget {
  display: none !important;
}


}