/* Product gallery slider: clip adjacent slides (fixes partial next-image peek) */
.single-product .elementor-widget-woocommerce-product-images .elementor-widget-container,
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery .flex-viewport {
	overflow: hidden;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	width: 100%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
