// Product Images - Tablet.
.elementor-widget-woocommerce-product-images {
	// Base Theme Widget Styles.
	&.vamtam-has-theme-widget-styles {
		// Disable Zoom.
		img.zoomImg {
			display: none !important;
		}
		// Disable Lightbox.
		.woocommerce-product-gallery__image {
			&, a, img {
				pointer-events: none !important;
			}
		}
	}
}