/* public/zoom/zoom.css */
.img-zoom-lens {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.7);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    pointer-events: none;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: none;
}
