/* Make product images fit naturally */ .ProductList-image { object-fit: contain !important; background-color: #f7f5f2; } /* Give images breathing room */ .products.collection-content-wrapper { padding-left: 4vw; padding-right: 4vw; } /* Make product grid feel more gallery-like */ .ProductList-grid { gap: 60px !important; } /* Prevent awkward image cropping */ img { object-position: center center; }