.product-image-slider {
  max-width: 160px;
  margin: 0 auto;
  overflow: hidden;
}

.product-image-slider img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 10px;
  mix-blend-mode: multiply;
}
