[data-slot="content"][data-route-type="home"] {
  --web-font-body: var(--font-work-sans), "Work Sans", sans-serif;
  --web-font-heading: var(--font-work-sans), "Work Sans", sans-serif;
  --web-section-gap: 30px;
  --web-storefront-content-section-title-size: clamp(1.9rem, 4vw, 2.6rem);
  --web-storefront-content-section-title-weight: 300;
  --web-storefront-content-section-title-line-height: 1.08;
  --web-storefront-content-lead-hero-min-height: clamp(500px, 76svh, 680px);
  --web-storefront-content-lead-hero-min-height-lg: clamp(560px, 72svh, 720px);
  --web-storefront-content-hero-title-size: clamp(3.4rem, 8vw, 7.5rem);
  --web-storefront-content-hero-title-line-height: 0.88;
  --web-storefront-content-hero-title-weight: 300;
  --web-storefront-content-hero-title-shadow: 0 2px 16px rgba(0, 0, 0, 0.32);
  --web-storefront-content-hero-cta-bg: #ffffff;
  --web-storefront-content-hero-cta-text: #cf1b72;
  --web-storefront-content-hero-cta-border: 1px solid #ffffff;
  --web-storefront-content-card-bg: transparent;
  --web-storefront-content-card-padding: 0;
  --web-product-card-bg: #ffffff;
  --web-product-image-bg: #ffffff;
}

@media (max-width: 767px) {
  [data-slot="content"][data-route-type="home"] {
    --web-section-gap: 18px;
    --web-storefront-content-hero-title-size: clamp(2.9rem, 15vw, 5rem);
  }
}
