⁠ css
.product__main-photos .image-wrap, .product-card__image-wrapper { position: relative; } 
.product__main-photos .image-wrap:after, .product-card__image-wrapper:after { 
content: ""; position: absolute; top: 8px; left: 8px; width: 100px; height: 100px; 
background: url(/cdn/shop/files/NASHVILLE_7e49d697-8ec8-4ac9-91ea-f25d7ae73691.png?v=1763150035) no-repeat; background-size: contain; 
opacity: 1.0; pointer-events: none; }
