/* Final responsive centering for Diosa Sagrada hero product */
#home.hero {
  overflow: hidden;
}

#home .hero-grid {
  align-items: center !important;
}

#home .hero-media {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: center !important;
  align-self: center !important;
  text-align: center !important;
  margin-inline: auto !important;
  min-width: 0 !important;
}

#home .hero-media .hero-frame,
#home .hero-media .heart-vapor-zone,
#home .hero-media .product-focus {
  display: grid !important;
  place-items: center !important;
  width: min(340px, 100%) !important;
  max-width: 340px !important;
  margin-inline: auto !important;
  left: auto !important;
  right: auto !important;
  transform-origin: center center !important;
}

#home .hero-media .heart-vapor-field {
  left: 50% !important;
  right: auto !important;
  width: min(520px, 135vw) !important;
  max-width: 520px !important;
  transform: translateX(-50%) !important;
}

#home .hero-media img.single-product-hero {
  display: block !important;
  width: min(260px, 52vw) !important;
  max-width: 260px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

@media (min-width: 901px) {
  #home .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px) !important;
    column-gap: clamp(34px, 5vw, 76px) !important;
  }

  #home .hero-media {
    min-height: 470px !important;
    padding-block: 20px !important;
  }

  #home .hero-media img.single-product-hero {
    width: min(270px, 23vw) !important;
    max-height: 390px !important;
  }
}

@media (max-width: 900px) {
  #home .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    justify-items: center !important;
  }

  #home .hero-copy {
    text-align: center !important;
    margin-inline: auto !important;
  }

  #home .hero-actions,
  #home .hero-trust {
    justify-content: center !important;
  }

  #home .hero-media {
    order: 2 !important;
    min-height: 340px !important;
    padding-block: 8px 22px !important;
  }

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

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

  #home .hero-media .heart-vapor-field {
    width: min(430px, 124vw) !important;
  }
}

@media (max-width: 480px) {
  #home .hero-grid {
    gap: 26px !important;
  }

  #home .hero-media {
    min-height: 295px !important;
    padding-bottom: 18px !important;
  }

  #home .hero-media .hero-frame,
  #home .hero-media .heart-vapor-zone,
  #home .hero-media .product-focus {
    width: min(240px, 92vw) !important;
    max-width: 240px !important;
  }

  #home .hero-media img.single-product-hero {
    width: min(185px, 56vw) !important;
    max-height: 270px !important;
  }

  #home .hero-media .heart-vapor-field {
    width: min(360px, 124vw) !important;
  }
}
