/* Still centered hero product with automatic heart vapor behind */
#home.hero {
  position: relative !important;
  min-height: 100vh !important;
  padding-top: 92px !important;
  padding-bottom: 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

#home .product-only-hero-grid {
  width: 100% !important;
  min-height: calc(100vh - 124px) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  place-items: center !important;
  align-items: center !important;
  justify-items: center !important;
  margin: 0 auto !important;
}

#home .product-only-stage,
#home .hero-media {
  width: 100% !important;
  min-height: calc(100vh - 124px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  align-self: center !important;
  margin: 0 auto !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

#home .product-only-focus,
#home .product-only-stage .hero-frame,
#home .hero-media .heart-vapor-zone {
  position: relative !important;
  width: min(360px, 90vw) !important;
  max-width: 360px !important;
  min-height: 430px !important;
  display: grid !important;
  place-items: center !important;
  align-items: center !important;
  justify-items: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
  isolation: isolate !important;
}

#home .product-only-stage .hero-frame::before,
#home .product-only-stage .hero-frame::after,
#home .hero-media .heart-vapor-zone::before,
#home .hero-media .heart-vapor-zone::after,
#home .product-only-focus::before,
#home .product-only-focus::after {
  content: none !important;
  display: none !important;
}

#home .single-product-hero {
  position: relative !important;
  z-index: 3 !important;
  display: block !important;
  width: min(255px, 52vw) !important;
  max-width: 255px !important;
  height: auto !important;
  max-height: 380px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  animation: none !important;
  filter: drop-shadow(0 16px 30px rgba(124, 74, 58, 0.18)) !important;
}

#home .heart-vapor-field {
  position: absolute !important;
  inset: -20% -36% -12% -36% !important;
  z-index: 1 !important;
  pointer-events: none !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

#home .heart-vapor-field::before {
  content: "" !important;
  position: absolute !important;
  inset: 8% 10% 6% 10% !important;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 50% 60%, rgba(255, 227, 220, 0.10), transparent 28%),
    radial-gradient(circle at 36% 50%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 68% 50%, rgba(232, 143, 112, 0.10), transparent 24%),
    radial-gradient(circle at 50% 28%, rgba(255, 244, 238, 0.14), transparent 18%) !important;
  filter: blur(22px) !important;
  border: 0 !important;
  box-shadow: none !important;
}

#home .vapor-heart {
  position: absolute !important;
  z-index: 1 !important;
  display: inline-grid !important;
  place-items: center !important;
  width: var(--size, 34px) !important;
  height: var(--size, 34px) !important;
  color: rgba(255, 236, 228, 0.92) !important;
  font-size: var(--size, 34px) !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-shadow:
    0 0 10px rgba(255, 210, 192, 0.75),
    0 0 24px rgba(201, 94, 65, 0.28),
    0 0 36px rgba(255, 255, 255, 0.18) !important;
}

#home .vapor-heart::after {
  content: "" !important;
  position: absolute !important;
  inset: -40% !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(255, 223, 210, 0.18), transparent 58%) !important;
  filter: blur(10px) !important;
  z-index: -1 !important;
}

@media (min-width: 901px) {
  #home.hero {
    padding-top: 88px !important;
    padding-bottom: 40px !important;
  }

  #home .product-only-hero-grid,
  #home .product-only-stage,
  #home .hero-media {
    min-height: calc(100vh - 128px) !important;
  }

  #home .product-only-focus,
  #home .product-only-stage .hero-frame,
  #home .hero-media .heart-vapor-zone {
    width: min(380px, 30vw) !important;
    max-width: 380px !important;
    min-height: 460px !important;
  }

  #home .single-product-hero {
    width: min(270px, 22vw) !important;
    max-width: 270px !important;
    max-height: 400px !important;
  }
}

@media (max-width: 900px) {
  #home.hero {
    min-height: 100svh !important;
    padding-top: 86px !important;
    padding-bottom: 24px !important;
  }

  #home .product-only-hero-grid,
  #home .product-only-stage,
  #home .hero-media {
    min-height: calc(100svh - 110px) !important;
  }

  #home .product-only-focus,
  #home .product-only-stage .hero-frame,
  #home .hero-media .heart-vapor-zone {
    width: min(300px, 88vw) !important;
    max-width: 300px !important;
    min-height: 360px !important;
  }

  #home .single-product-hero {
    width: min(215px, 58vw) !important;
    max-width: 215px !important;
    max-height: 320px !important;
  }

  #home .heart-vapor-field {
    inset: -18% -22% -10% -22% !important;
  }
}

@media (max-width: 480px) {
  #home.hero {
    padding-top: 80px !important;
    padding-bottom: 18px !important;
  }

  #home .product-only-hero-grid,
  #home .product-only-stage,
  #home .hero-media {
    min-height: calc(100svh - 98px) !important;
  }

  #home .product-only-focus,
  #home .product-only-stage .hero-frame,
  #home .hero-media .heart-vapor-zone {
    width: min(250px, 90vw) !important;
    max-width: 250px !important;
    min-height: 300px !important;
  }

  #home .single-product-hero {
    width: min(175px, 54vw) !important;
    max-width: 175px !important;
    max-height: 255px !important;
  }

  #home .heart-vapor-field {
    inset: -14% -16% -8% -16% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #home .single-product-hero {
    animation: none !important;
  }
}
