.wcps-container {
	position: relative;
	margin: 20px 0;
}

.wcps-swiper {
	padding-bottom: 40px;
	/* Space for pagination/scrollbar */
}

.wcps-swiper .swiper-slide {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

/* Force all product cards to have equal height */
.wcps-swiper .swiper-slide>* {
	width: 100%;
}

/* Force square aspect ratio for image wrapper - VERY SPECIFIC */
.wcps-container .wcps-swiper .swiper-slide span.et_shop_image,
.wcps-container .wcps-swiper .swiper-slide .et_shop_image,
.wcps-container .wcps-swiper span.et_shop_image,
.wcps-swiper .et_shop_image,
.wcps-swiper .woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	padding-bottom: 100% !important;
	/* Creates 1:1 aspect ratio */
	height: 0 !important;
	overflow: hidden !important;
}

/* Force square aspect ratio for product images - VERY SPECIFIC */
.wcps-container .wcps-swiper .swiper-slide span.et_shop_image img,
.wcps-container .wcps-swiper .swiper-slide .et_shop_image img,
.wcps-container .wcps-swiper span.et_shop_image img,
.wcps-swiper .et_shop_image img,
.wcps-swiper .woocommerce ul.products li.product img,
.wcps-swiper .woocommerce-page ul.products li.product img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
}

/* Ensure WooCommerce product styles work inside Swiper */
.wcps-swiper .woocommerce ul.products li.product,
.wcps-swiper .woocommerce-page ul.products li.product {
	width: 100%;
	margin: 0;
	float: none;
}

.wcps-swiper .swiper-button-next,
.wcps-swiper .swiper-button-prev {
	color: #333;
	/* Default arrow color */
}

.wcps-swiper .swiper-pagination-bullet-active {
	background: #333;
}

/* Change hover icon - Elegant Themes font shopping bag */
.wcps-swiper .et_overlay:before,
.wcps-swiper span.et_overlay:before {
	content: "\e07b" !important;
}

/* Product title font size */
.wcps-swiper .woocommerce-loop-product__title {
	font-size: 1.4em !important;
}