.elementor-2332 .elementor-element.elementor-element-dfca46b{--display:flex;}/* Start custom CSS */.ast-single-product-thumbnails .flex-direction-nav .flex-next
 {
    right: 1px;/* este elemento lleva la flecha de las imagenes pequeñas hacia la izquierda*/
}

.ast-woocommerce-product-gallery__image.flex-active-slide:after {
    left: 16px;/* este elemento que lleva la marca de imagen pequeña*/
    right: -16px;
}

.woocommerce-product-gallery .flex-viewport {
  border-radius: 10px;
  position: relative;
  top: 20px; /* desplaza la imagen hacia abajo 20px */
  left:-5px;
}


@media (min-width: 92px) {
    .woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary
 {
        width: 90%;
        margin:0 0 0 1em;
      
        }
}
.images img {
    display: block;/* este elemento es de las imagenes pequeñas*/
    width: 90%;
      aspect-ratio: 17/8;
    height: auto;
    border-radius: 8px;
    box-shadow: none;
    margin: 0 0 0 1em;
}

.product a img {
  width: 90%;/* este elemento es de todas las imagenes*/
  height: auto;
  aspect-ratio: 17/9;
  object-fit: cover; /* llena el área sin deformar */
  border-radius: 10px;
  display: block;
   margin: 0 1em;
  box-shadow: none;
}

.woocommerce-js ul.products li.product a img {
  width: 90%;
  height: auto;
  aspect-ratio: 17 / 9;
  object-fit: cover; /* llena el área sin deformar */
  border-radius: 10px;
  display: block;
  margin: 0 7px;
  box-shadow: none;
}/* End custom CSS */