/* Asset protection: deter save / drag / long-press. Not a guarantee. */

html, body {
  -webkit-touch-callout: none;
}

img, svg, video, canvas, picture {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

a[href^="tel:"],
.l-header-nav-shopinfo-tell,
input, textarea {
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.c-profile-imgs-thumb__img,
.c-inner-system,
.add-pic-ban {
  position: relative;
}

.c-list-therapist__img::after,
.c-profile-imgs__main::after,
.c-profile-imgs-thumb__img::after,
.c-inner-system::after,
.c-bg2::after,
.add-pic-ban::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.c-list-therapist__under,
.c-list-therapist__status_under {
  z-index: 5;
}

.c-list-therapist__img::after,
.c-profile-imgs__main::after,
.c-profile-imgs-thumb__img::after,
.c-inner-system::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='150' viewBox='0 0 240 150'%3E%3Ctext x='120' y='80' text-anchor='middle' font-family='Georgia, serif' font-size='16' fill='rgba(120,82,48,0.22)' transform='rotate(-28 120 80)'%3ESpa Angel%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
}

.c-list-news2__content img {
  pointer-events: none;
}

@media print {
  img {
    visibility: hidden;
  }
}
