Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
/* make product images actually responsive */ .single_product__img img, .gallery_big img, .gallery_thumbs img { max-width: 100%; height: auto; display: block; } /* sometimes the swiper container has a fixed height, unlock it */ .gallery_big.swiper-container, .gallery_big .swiper-wrapper, .gallery_big .swiper-slide { height: auto !important; } /* make sure the image doesn’t get squashed in its column */ .single_product__img { width: 100%; }