/*
 * ILMIOFILTRO.it - protezione contenuti frontend
 * Applicare insieme a protezione-contenuti.js.
 */

body.ilmiofiltro-content-protection-active#product .product-container,
body.ilmiofiltro-content-protection-active#product .tabs,
body.ilmiofiltro-content-protection-active#product #description,
body.ilmiofiltro-content-protection-active#product [id^="extra-"],
body.ilmiofiltro-content-protection-active#category #js-product-list,
body.ilmiofiltro-content-protection-active .product-miniature,
body.ilmiofiltro-content-protection-active .product-images,
body.ilmiofiltro-content-protection-active .product-cover,
body.ilmiofiltro-content-protection-active .images-container,
body.ilmiofiltro-content-protection-active .egcompatabs,
body.ilmiofiltro-content-protection-active .if-compatibility,
body.ilmiofiltro-content-protection-active .compatibility-applications {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.ilmiofiltro-content-protection-active img,
body.ilmiofiltro-content-protection-active [data-protected-image="true"] {
  -webkit-user-drag: none;
  user-drag: none;
}

body.ilmiofiltro-content-protection-active input,
body.ilmiofiltro-content-protection-active textarea,
body.ilmiofiltro-content-protection-active select,
body.ilmiofiltro-content-protection-active button,
body.ilmiofiltro-content-protection-active form,
body.ilmiofiltro-content-protection-active [contenteditable="true"],
body.ilmiofiltro-content-protection-active .checkout,
body.ilmiofiltro-content-protection-active .cart,
body.ilmiofiltro-content-protection-active .customer-form,
body.ilmiofiltro-content-protection-active .login-form,
body.ilmiofiltro-content-protection-active .contact-form,
body.ilmiofiltro-content-protection-active .search-widget,
body.ilmiofiltro-content-protection-active .psgdpr_consent_message {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ilmiofiltro-protection-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 99999;
  max-width: min(520px, calc(100vw - 32px));
  transform: translate(-50%, 16px);
  padding: 12px 16px;
  border-radius: 4px;
  background: rgba(28, 28, 28, 0.94);
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ilmiofiltro-protection-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
