.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image {
	position: relative !important;
}

.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image.eq1-pm-bound {
	cursor: default;
}

.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image.eq1-pm-demand-active {
	cursor: zoom-in;
}

.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image.eq1-pm-active > a > img,
.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image.eq1-pm-active > img {
	transform: none !important;
}

.eq1-pm-selector {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 45;
	border: var(--eq1-pm-border-width, 3px) solid var(--eq1-pm-border-color, #ffffff);
	border-radius: var(--eq1-pm-border-radius, 0);
	background: rgba(0, 151, 90, 0.18);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
	opacity: 0;
	pointer-events: none;
	transition: opacity 120ms ease;
}

.eq1-pm-preview {
	display: block;
	position: fixed;
	z-index: 350;
	border: var(--eq1-pm-border-width, 3px) solid var(--eq1-pm-border-color, #ffffff);
	border-radius: var(--eq1-pm-border-radius, 0);
	background-color: #ffffff;
	background-repeat: no-repeat;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	transition: opacity 140ms ease;
	will-change: left, top, width, height, background-position;
}

.eq1-pm-selector.is-visible,
.eq1-pm-preview.is-visible {
	opacity: 1;
}

.eq1-pm-toggle {
	position: absolute !important;
	top: 14px !important;
	left: 14px !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 90 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 2px solid rgba(255, 255, 255, 0.9) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
	cursor: pointer !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	appearance: none !important;
}

.eq1-pm-toggle svg {
	display: none !important;
}

.eq1-pm-toggle::before {
	content: "" !important;
	display: block !important;
	width: 25px !important;
	height: 25px !important;
	background: #009e6d !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M39 39L56 56' stroke-width='6'/%3E%3Ccircle cx='25' cy='25' r='17' stroke-width='4'/%3E%3Cg stroke-width='2'%3E%3Cpath d='M25 13L35 19L35 31L25 37L15 31L15 19Z'/%3E%3Cpath d='M25 13L22 25L15 19'/%3E%3Cpath d='M35 19L24 23L25 13'/%3E%3Cpath d='M35 31L27 23L35 19'/%3E%3Cpath d='M25 37L28 25L35 31'/%3E%3Cpath d='M15 31L26 27L25 37'/%3E%3Cpath d='M15 19L23 27L15 31'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M39 39L56 56' stroke-width='6'/%3E%3Ccircle cx='25' cy='25' r='17' stroke-width='4'/%3E%3Cg stroke-width='2'%3E%3Cpath d='M25 13L35 19L35 31L25 37L15 31L15 19Z'/%3E%3Cpath d='M25 13L22 25L15 19'/%3E%3Cpath d='M35 19L24 23L25 13'/%3E%3Cpath d='M35 31L27 23L35 19'/%3E%3Cpath d='M25 37L28 25L35 31'/%3E%3Cpath d='M15 31L26 27L25 37'/%3E%3Cpath d='M15 19L23 27L15 31'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat !important;
}

.woocommerce-product-gallery__image.eq1-pm-demand-active .eq1-pm-toggle {
	background: #006f49 !important;
}

.woocommerce-product-gallery__image.eq1-pm-demand-active .eq1-pm-toggle::before {
	background: #ffffff !important;
}

.eq1-pm-preview.is-flat {
	box-shadow: none;
}

.eq1-pm-preview.is-loading {
	background-size: 48px 48px;
	background-image:
		linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
		linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
		linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
		linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
	background-position: 0 0, 0 24px, 24px -24px, -24px 0;
}

@media (any-hover: none) {
	.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image.eq1-pm-bound {
		cursor: auto;
	}
}

@media (max-width: 1024px) {
	.eq1-pm-preview {
		max-width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
	}

	.woocommerce-product-gallery.eq1-pm-ready .woocommerce-product-gallery__image.eq1-pm-bound {
		touch-action: pan-y;
	}
}

@media (max-width: 767px) {
	.eq1-pm-preview {
		z-index: 360;
	}

	.eq1-pm-toggle {
		top: 10px !important;
		left: 10px !important;
		width: 38px !important;
		height: 38px !important;
	}

	.eq1-pm-toggle::before {
		width: 23px !important;
		height: 23px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eq1-pm-selector,
	.eq1-pm-preview {
		transition: none;
	}
}
span.eq1-pm-selector {
  border-radius: 20px !important;
}