/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

.astra-shop-thumbnail-wrap div  {
  height: 100%;
}

.astra-shop-thumbnail-wrap div a img {
	/*border: 2px solid blue;*/
	max-height: 210px   !important;
}

/*producto individual ancho y largo*/
.woocommerce-product-gallery__wrapper a .wp-post-image {
	padding-top: 40px;
  max-height: 320px !important; /* o el valor que prefieras */
  width: auto !important;       /* evita estiramiento forzado */
  max-width: 100% !important;   /* que no se salga del contenedor */
  display: block;
  margin: 0 auto;               /* centra si es más angosta */
  object-fit: contain;          /* asegura proporción si es necesario */
}

/* Contenedor con relación de aspecto fija y centrado */
.astra-shop-thumbnail-wrap .woo-height {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

@media only screen and (max-width: 500px) {
	.astra-shop-thumbnail-wrap div a img {
		height: 126px   !important;
		object-fit: contain;
	}
}

@media only screen and (min-width: 520px) {
	.woocommerce-product-gallery__wrapper a .wp-post-image {
		padding-top: 0px;
    max-height: 520px !important; /* o el valor que prefieras */
    height: 420px !important;   
	}
}
