.awm-enabled img.awm-protected-image {
  -webkit-user-drag: none;
  user-drag: none;
}

.awm-no-select,
.awm-no-select body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.awm-protection-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  background: rgba(255, 255, 255, 0.01);
  pointer-events: auto;
}

.awm-protection-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  max-width: 320px;
  padding: 11px 14px;
  border-radius: 4px;
  background: rgba(17, 24, 39, 0.92);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.awm-protection-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media print {
  .awm-print-protect img,
  .awm-print-protect picture,
  .awm-print-protect .product-thumb .image,
  .awm-print-protect #product-product .thumbnails {
    visibility: hidden !important;
  }
}
