.product-image-watermark {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: contain;
  opacity: 0.7;
}

.product-image-frame {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}

.product-main-images .swiper-slide,
.modal-gallery__elem {
  position: relative;
}

.search-result__product-image a,
.product-miniature-wrapper a.d-block {
  position: relative;
  display: inline-block;
  max-width: 100%;
  line-height: 0;
}
