.woocommerce ul.products li.product .swiper {
	max-width: 100%;
	display: block;
	width: 100%;
}
/* WoodMart / Elementor product cards */
.wd-product-thumb .swiper,
.product-element-top .swiper {
	max-width: 100%;
	display: block;
	width: 100%;
}
.wd-product-thumb .swiper .swiper-wrapper,
.product-element-top .swiper .swiper-wrapper {
	min-width: 0;
}
.woocommerce ul.products li.product .swiper-wrapper {
	/* Fix for oversized images: https://github.com/nolimits4web/swiper/issues/3599 */
	min-width: 0;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    max-width: 100%;
}

/* XStore product grid */
.etheme-product-grid-image footer{
    z-index: 1;
}