Sorry, there are no products in this collection

/* --- Fix: Prevent product image cropping on collection pages --- */ .collection .card__inner .media img { object-fit: contain; object-position: center; }