.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: 80px;
  height: 80px;
  background: url("/cdn/shop/files/upcart_header_logo_1762534113230_1.png?v=1763815699") no-repeat;
  background-size: contain;
  opacity: 1.0;
  pointer-events: none;
}
