.product-art.product-photo {
  background: linear-gradient(145deg, #f8faf7, #edf3ed);
  padding: 18px;
}

.product-art.product-photo::before {
  display: none;
}

.product-art.product-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform .35s ease;
}

.product-card:hover .product-art.product-photo img {
  transform: scale(1.045);
}

.product-art.product-photo .product-tag {
  z-index: 2;
}
