.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  pointer-events: none;
  z-index: 100;
  transform: translateZ(0); /* Для аппаратного ускорения */
  background-color: white;
  overflow: hidden;
}