
.woocommerce-product-gallery__image {
  position: relative;
}
.absoluteImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  mix-blend-mode: multiply;
}
.absoluteImage.poket {
  top: 28% !important;
  left: 15% !important;
  width: 71% !important;
}
