/* STLBEAST V299 product image frame cleanup */
.product-card [class*="image"],
.stl-product-card [class*="image"],
.product-tile [class*="image"],
.product-item [class*="image"],
.card-image,
.product-thumb,
.product-media{
  position:relative;
}
.product-card [class*="image"]::after,
.stl-product-card [class*="image"]::after,
.product-tile [class*="image"]::after,
.product-item [class*="image"]::after,
.card-image::after,
.product-thumb::after,
.product-media::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:16px;
  height:10px;
  border-radius:999px;
  background:radial-gradient(ellipse at center, rgba(24,216,255,.42), transparent 70%);
  pointer-events:none;
  opacity:.65;
}
