/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 43:0 Unexpected "<"

**/
<style>
/* ===== Hero — Restaurar estado del tema (limpio) ===== */

/* 1) Quitar cualquier overlay/pseudo-elemento que esté ensuciando */
.hero__media::before,
.hero__media::after,
.hero__image::before,
.hero__image::after,
.hero::before,
.hero::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* 2) Evitar recortes accidentales (deja el CTA y textos intactos) */
.hero__video-wrapper,
.hero__media,
.hero__image {
  position: relative;
  overflow: visible !important;
}

/* 3) Imagen/vídeo: cobertura y encuadre estable (no toca tipografías ni CTA) */
.hero__media img,
.hero__image img,
.hero__media video,
.hero__image video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 35%;
}

/* No tocamos fuentes ni botones: heredan del tema */
</style>







