/* Zoom System */
.woocommerce-product-gallery__image { 
    position: relative; 
    overflow: visible !important; 
    cursor: crosshair; 
}

.cohsar-lens { 
    position: absolute; 
    border: 1px solid #888; 
    background: rgba(255,255,255,0.4); 
    display: none; 
    pointer-events: none; 
    z-index: 100; 
}

.cohsar-result { 
    position: absolute; 
    width: 500px; 
    height: 500px; 
    border: 1px solid #eee; 
    background: #fff no-repeat; 
    z-index: 9999; 
    display: none; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
    pointer-events: none; 
}

@media(max-width:768px){ 
    .cohsar-result, .cohsar-lens { 
        display: none !important; 
    } 
}