.material-paper,
.material-paint,
.material-ink,
.material-wash {
  position: relative;
  isolation: isolate;
}

.material-paper::before,
.material-paint::before,
.material-ink::before,
.material-wash::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background-image: var(--material-texture);
  background-size: var(--material-size, 220px);
  background-repeat: repeat;
  opacity: var(--material-opacity, .12);
  mix-blend-mode: var(--material-blend, multiply);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/beauty-laboratory-mirror-ritual/preview/assets/paper-grain.webp");
  --material-size: 192px;
  --material-opacity: .035;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/beauty-laboratory-mirror-ritual/preview/assets/paint-dropout.webp");
  --material-size: 148px;
  --material-opacity: .1;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/beauty-laboratory-mirror-ritual/preview/assets/ink-dropout.webp");
  --material-size: 112px;
  --material-opacity: .1;
  --material-blend: screen;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/beauty-laboratory-mirror-ritual/preview/assets/paper-grain.webp");
  --material-size: 260px;
  --material-opacity: .18;
  --material-blend: soft-light;
}

.material-paper > *,
.material-paint > *,
.material-ink > *,
.material-wash > * {
  position: relative;
  z-index: 2;
}
