#fw-section-hero-0 {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #cdcdcd;
--color-background-rgb: 205, 205, 205;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #161616;
--color-on-primary-rgb: 22, 22, 22;
--color-product-image-background: #ffffff;
--color-background-brightness: 205;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #161616;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

/* Text stroke + drop shadow */
.hero__heading,
.hero__text,
h2,
h3 {
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.75);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 4px 18px rgba(0, 0, 0, 0.65);
}

/* Background image — show top of image */
.hero__media img,
.hero__background img,
.hero__image img {
  object-position: center 20%;
}
.hero__media,
.hero__background,
.hero__image {
  background-position: center 20% !important;
}

}

#fw-section-image-with-text-0 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}
#fw-section-image-with-text-1 {
--font-heading-scale: 1.5;
--font-body-scale: 1.0;
}