.product-card__swiper .swiper-wrapper{
    z-index: 11;
}

@media (hover: hover) and (pointer: fine) {
    .product-card__swiper .swiper-wrapper{
        z-index: 5;
    }

}

.product-card__swiper .swiper-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}