/* De botte bijl: forceer ELKE productafbeelding om volledig te tonen */
.product-media img,
.product-media-container img,
.media-gallery-grid__item img,
[data-testid="media-gallery-grid"] img {
object-fit: contain !important;
position: relative !important;
height: auto !important;
width: 50% !important;
max-height: 75vh !important; /* Voorkomt dat de foto te lang wordt */
}
/* Haal de 'klem' weg die de container om de foto zet */
.product-media,
.product-media-container,
.media {
padding-bottom: 0 !important;
height: auto !important;
aspect-ratio: auto !important;
--ratio: auto !important;
--media-preview-ratio: auto !important;
}
/* Verwijder placeholder elementen die in de weg zitten */
.product-media::before {
display: none !important;
}