/* Image wrapper adjustments */ .productGrid .card-figure, .productGrid .card-image, .productGrid .card-img-container { width: 500px !important; height: 500px !important; display: flex !important; align-items: center !important; justify-content: center !important; background-color: #fff; /* Adjust as needed */ overflow: hidden; } /* Product image adjustments */ .productGrid .card-figure img, .productGrid .card-image img, .productGrid .card-img-container img { width: 100% !important; height: 100% !important; object-fit: contain !important; object-position: center !important; display: block !important; background-color: #fff; }
Skip to main content