.material-paper,
.material-paint,
.material-ink,
.material-wash,
.photo-grain {
  isolation: isolate;
}

.material-paper:not(.absolute),
.material-paint:not(.absolute),
.material-ink:not(.absolute),
.material-wash:not(.absolute),
.photo-grain:not(.absolute) {
  position: relative;
}

.material-paper::after,
.material-paint::after,
.material-ink::after,
.material-wash::after,
.photo-grain::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  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("/vi/services/website-development/styles/item/factory-operations-industrial-calm/preview/assets/paper-grain.webp");
  --material-size: 280px;
  --material-opacity: .025;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/vi/services/website-development/styles/item/factory-operations-industrial-calm/preview/assets/paint-dropout.webp");
  --material-size: 190px;
  --material-opacity: .045;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/vi/services/website-development/styles/item/factory-operations-industrial-calm/preview/assets/ink-dropout.webp");
  --material-size: 150px;
  --material-opacity: .035;
  --material-blend: multiply;
}

.material-wash {
  --material-texture: url("/vi/services/website-development/styles/item/factory-operations-industrial-calm/preview/assets/paper-grain.webp");
  --material-size: 320px;
  --material-opacity: .035;
  --material-blend: soft-light;
}

.photo-grain {
  --material-texture: url("/vi/services/website-development/styles/item/factory-operations-industrial-calm/preview/assets/paper-grain.webp");
  --material-size: 180px;
  --material-opacity: .055;
  --material-blend: soft-light;
}

.photo-grain > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
