/* Product gallery magnifier — see product-gallery-magnifier.php */

.wcpvg-gallery-wrapper .wcpvg-main-display a.wcpvg-zoom {
	position: relative;
	cursor: zoom-in;
}

/* Rendered inside the slide so .wcpvg-main-display's overflow:hidden crops it,
   and so the plugin's prev/next buttons still paint above it. Position and size
   are set in JS to match the object-fit:contain box of the image itself. */
.mmm-zoom-lens {
	position: absolute;
	background-color: #fff;
	background-repeat: no-repeat;
	pointer-events: none;
}
