@charset "ISO-8859-1";
.product-image {
    width: 100%;
    max-height: 500px; /* Ajusta este valor según tus necesidades */
    object-fit: contain;
}