Leave a review

We’d really appreciate it if you could take a moment to leave us a review.

Write a review

Comelle

(4 products)
View as

Compare /3

Loading...
@media screen and (min-width: 768px) { /* Control the PRODUCT MEDIA COLUMN (this is the real driver) */ .product__media-wrapper, .product__media, .product__media-list { flex: 0 0 420px !important; max-width: 420px !important; } /* Stop images from forcing full width */ .product-image, .img-fit { width: auto !important; max-width: 420px !important; height: auto !important; object-fit: contain; } /* Kill utility full-width forcing */ .w-full { width: auto !important; } /* Prevent grid stretching media column */ .product { grid-template-columns: 420px 1fr !important; } }