/* Product page main image at original size */ .ProductItem-gallery-slides img { width: auto !important; height: auto !important; max-width: 100% !important; max-height: none !important; object-fit: contain !important; } /* Optional: Adjust container to fit image nicely */ .ProductItem-gallery-slides, .ProductItem-gallery-slides .slide { display: flex !important; justify-content: center; align-items: center; }