.lens-zoom-lens {
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.2);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.15s ease;
	z-index: 100;
	background-repeat: no-repeat;
	will-change: transform, background-position;
}

.lens-zoom-lens.active {
	opacity: 1;
}

.woocommerce-product-gallery__image {
	cursor: crosshair;
}
