/* Lightweight media friction: not DRM, just reduces casual saving/dragging. */
img,
video,
.media-protected {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

img[draggable="false"],
video[draggable="false"],
.product-img,
.product-video,
.brand-logo,
.cart-item-img img,
.proof-preview img,
.fav-img {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

.product-img,
.product-video,
.product-img-fallback {
  pointer-events: none;
}
