/* Force product images to display as 1:1 square at 2040px */
.product__media img,
.product__media-wrapper img {
aspect-ratio: 1 / 1;
width: 2040px !important;
height: 2040px !important;
object-fit: cover; /* crop to fill */
}
//ysletamissiongiftshop.com/cdn/shop/files/scapular-set-my-first-scapular-with-card-felt-cloth-metal-ysleta-mission-gift-shop-39199386271996.jpg?crop=center&height=2040&v=1755292020&width=2040

