.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/Lucien_Armand_LOGO_SVG_NEW_BLACK.svg?v=1755784914) no-repeat;
  background-size:contain;
  opacity:1.0;
  pointer-events:none
}
