
/* Simple Hover Zoom styles */

.shz-lens {
    position: absolute;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    pointer-events: none;
    display: none;
}

.shz-zoom {
    position: absolute;
    top: 0;
    left: 105%;
    width: 400px;
    height: 400px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: none;
    z-index: 10;
}
