.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, 280px);
  background-repeat: repeat;
  opacity: var(--material-opacity, .14);
  mix-blend-mode: var(--material-blend, multiply);
}

.material-paper {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-roadside-welcome/preview/assets/paper-grain.webp");
  --material-size: 320px;
  --material-opacity: .045;
  --material-blend: multiply;
}

.material-paint {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-roadside-welcome/preview/assets/paint-dropout.webp");
  --material-size: 220px;
  --material-opacity: .12;
  --material-blend: screen;
}

.material-ink {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-roadside-welcome/preview/assets/ink-dropout.webp");
  --material-size: 190px;
  --material-opacity: .14;
  --material-blend: screen;
}

.material-wash {
  --material-texture: url("/en/services/website-development/styles/item/automotive-showroom-roadside-welcome/preview/assets/paper-grain.webp");
  --material-size: 420px;
  --material-opacity: .035;
  --material-blend: multiply;
}

.brush-rule {
  position: relative;
  display: block;
  height: 2px;
  overflow: visible;
  background: currentColor;
  transform: rotate(var(--rule-angle, 0deg));
  transform-origin: left center;
}

.brush-rule::after {
  content: "";
  position: absolute;
  inset: -2px 0;
  background: currentColor;
  opacity: .72;
  clip-path: polygon(0 38%, 8% 23%, 20% 33%, 31% 19%, 45% 29%, 58% 18%, 74% 31%, 87% 22%, 100% 42%, 99% 61%, 84% 70%, 68% 62%, 52% 76%, 38% 64%, 22% 73%, 9% 61%, 0 70%);
  -webkit-mask-image: url("/en/services/website-development/styles/item/automotive-showroom-roadside-welcome/preview/assets/paint-dropout.webp");
  mask-image: url("/en/services/website-development/styles/item/automotive-showroom-roadside-welcome/preview/assets/paint-dropout.webp");
  -webkit-mask-size: 180px;
  mask-size: 180px;
}

.photo-grade {
  filter: saturate(.73) sepia(.1) contrast(1.04) brightness(.94);
}
