.foil-card-canvas {
  display: none;
}

[data-foil-card] {
  position: relative;
  isolation: isolate;
}

[data-foil-card] > img {
  position: relative;
  z-index: 1;
}

[data-foil-card] > .foil-card-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}

.coll-img[data-foil-card] > .coll-badge,
.coll-img[data-foil-card] > .coll-qty,
.coll-img[data-foil-card] > .coll-name {
  z-index: 3;
}

.holo.rar-CFR.three-foil-card::before,
.holo.rar-CFR.three-foil-card::after {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-foil-card] > .foil-card-canvas {
    opacity: 0.72;
  }
}
