.product-swiper {
    width: 100%;
    aspect-ratio: 1/1;
}

.product-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
