.nf-image-protection-toast {
	position: fixed;
	z-index: 999999;
	max-width: min(92vw, 420px);
	padding: 14px 18px;
	border-radius: 12px;
	background: #e5483f;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-8px);
	transition: opacity .18s ease, transform .18s ease;
}

.nf-image-protection-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.nf-image-protection-toast.nf-pos-top-center {
	top: 24px;
	left: 50%;
	transform: translate(-50%, -8px);
}

.nf-image-protection-toast.nf-pos-top-center.is-visible {
	transform: translate(-50%, 0);
}

.nf-image-protection-toast.nf-pos-top-right {
	top: 24px;
	right: 24px;
}

.nf-image-protection-toast.nf-pos-bottom-center {
	bottom: 24px;
	left: 50%;
	transform: translate(-50%, 8px);
}

.nf-image-protection-toast.nf-pos-bottom-center.is-visible {
	transform: translate(-50%, 0);
}

.nf-image-protection-toast.nf-pos-bottom-right {
	right: 24px;
	bottom: 24px;
}

.nf-image-protection-overlay-wrap {
	isolation: isolate;
}

.nf-image-protection-overlay {
	position: absolute;
	inset: 0;
	z-index: 50;
	background: transparent;
	cursor: default;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	pointer-events: auto;
}

.pswp__zoom-wrap.nf-image-protection-overlay-wrap .nf-image-protection-overlay {
	z-index: 9999;
}

.wd-product-img-link.nf-image-protection-overlay-wrap .nf-image-protection-overlay,
.product-image-link.nf-image-protection-overlay-wrap .nf-image-protection-overlay,
.woocommerce-product-gallery__image.nf-image-protection-overlay-wrap .nf-image-protection-overlay {
	z-index: 20;
}

.nf-image-protection-active img {
	-webkit-user-drag: none;
	user-drag: none;
}

.nf-image-protection-active.nf-image-protection-mode-aggressive,
.nf-image-protection-active.nf-image-protection-mode-aggressive * {
	-webkit-touch-callout: none;
}

.nf-image-protection-active.nf-image-protection-target-whole_page,
.nf-image-protection-active.nf-image-protection-target-whole_page * {
	-webkit-user-select: none;
	user-select: none;
}