/* STLBEAST V301 Product Image Cleanup */
img[src*="dragon-in-a-hoodie"],
img[alt*="Dragon in a Hoodie"],
img[src*="dragon"]{
  mix-blend-mode:normal !important;
  background:#030712 !important;
  box-shadow:none !important;
}
.v300-showcase-img,
.card-img,
.v300-card-image,
.product-image,
.product-media,
.card-image,
.product-thumb{
  isolation:isolate;
}
.v300-showcase-img img,
.card-img img,
.v300-card-image img,
.product-card img,
.stl-product-card img{
  backface-visibility:hidden;
  transform:translateZ(0);
}
.card-img,
.v300-card-image{
  border-radius:22px !important;
  background:
    radial-gradient(circle at 50% 70%, rgba(24,216,255,.20), transparent 38%),
    linear-gradient(180deg,#06101f 0%,#020617 100%) !important;
}
.card-img img[src*="fallback"],
.v300-card-image img[src*="fallback"]{
  opacity:.82;
  filter:saturate(.92) contrast(.95) !important;
}
.product-card:has(img[src*="fallback"]),
.stl-product-card:has(img[src*="fallback"]){
  border-color:rgba(56,189,248,.12) !important;
}
