#fw-section-hero-1d3823a9-3802-4b11-a43a-e2e570644ab0 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}
#fw-section-hero-1d3823a9-3802-4b11-a43a-e2e570644ab0 {

/* HOMEPAGE — BANNER SECTIONS */
.home-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 60px 0;
}

.home-banner img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.home-banner .banner-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  max-width: 400px;
}

.home-banner .banner-text h3 {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-banner .banner-text p {
  font-size: 1.1rem;
  margin: 12px 0 20px;
}

.home-banner .btn {
  background: #ff6a00;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
}

}
#fw-section-featured-collection-0 {
--color-primary: #632CFF;
--color-primary-rgb: 99, 44, 255;
--color-background: #05040F;
--color-background-rgb: 5, 4, 15;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #F9F8FF;
--color-on-primary-rgb: 249, 248, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 6;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #632CFF;
--primary-btn-text: #F9F8FF;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;
/* HOMEPAGE — FEATURED COLLECTION */
.home-featured-collection {
  margin-top: 60px;
}

.home-featured-collection h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.home-featured-collection .grid__item {
  margin-bottom: 50px;
}

.home-featured-collection .product-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-featured-collection .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

}
#fw-section-links-list-1755126768 {
--font-heading-scale: 1.0;
--font-body-scale: 1.0;
}

#fw-section-header {
--font-heading-scale: 1.53;
--font-body-scale: 2.0;
}
#fw-section-header {

/* HOMEPAGE — HERO SECTION */
.home-hero {
  position: relative;
  padding: 140px 20px;
  text-align: center;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}

.home-hero h1 {
  font-size: 3.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -1px;
}

.home-hero p {
  font-size: 1.25rem;
  color: #f2f2f2;
  max-width: 650px;
  margin: 20px auto 40px;
}

.home-hero .btn {
  background: #ff6a00;
  padding: 16px 40px;
  font-size: 1.15rem;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

}