
/* V4.3.14 — storefront artwork protection */
img{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}
.ci4314-protected{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;pointer-events:none}
.ci4314-protect-wrap{position:relative;display:block;overflow:hidden}
.ci4314-watermark{
 position:absolute;inset:0;z-index:20;pointer-events:none;
 display:flex;align-items:center;justify-content:center;
 font:800 clamp(12px,2.1vw,22px)/1.2 Arial,sans-serif;
 letter-spacing:.18em;color:rgba(255,255,255,.25);
 text-shadow:0 1px 5px rgba(0,0,0,.24);
 transform:rotate(-24deg);
}
