/**
 * AVA Design frontend refinements.
 * Version 1.3.8
 *
 * WooCommerce product gallery lightbox and zoom support are disabled in PHP.
 * This CSS only hides any remaining WooCommerce magnifier/lightbox trigger
 * icon and any generated hover-zoom image layer on single product pages.
 * It intentionally does not style PhotoSwipe, arrows, counters or toolbars.
 */

body.single-product .woocommerce-product-gallery .zoomImg {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
