/* Galería ficha: original y thumbs 1:1; zoom no tapa el título.
 * Archivo nuevo: hCDN cachea product-page.css. */

body.single-product .woocommerce-product-gallery__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
body.single-product .woocommerce-product-gallery__image > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.single-product .woocommerce-product-gallery__image img.wp-post-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

@media only screen and (min-width: 900px) {
  body.single-product .product-info .product-title,
  body.single-product .product-info h1.product-title,
  body.single-product .product-summary h1 {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}
