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

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

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

.material-paper {
  --material-texture: url('/vi/services/website-development/styles/item/coffee-roastery-signal-roast/preview/assets/paper-grain.webp');
  --material-size: 256px;
  --material-opacity: 0.035;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url('/vi/services/website-development/styles/item/coffee-roastery-signal-roast/preview/assets/paint-dropout.webp');
  --material-size: 220px;
  --material-opacity: 0.06;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url('/vi/services/website-development/styles/item/coffee-roastery-signal-roast/preview/assets/ink-dropout.webp');
  --material-size: 150px;
  --material-opacity: 0.045;
  --material-blend: screen;
}

.material-wash {
  --material-texture: url('/vi/services/website-development/styles/item/coffee-roastery-signal-roast/preview/assets/paper-grain.webp');
  --material-size: 310px;
  --material-opacity: 0.05;
  --material-blend: soft-light;
}

.photo-grain {
  --material-texture: url('/vi/services/website-development/styles/item/coffee-roastery-signal-roast/preview/assets/paper-grain.webp');
  --material-size: 190px;
  --material-opacity: 0.025;
  --material-blend: overlay;
}
