/** Shopify CDN: Minification failed

Line 19:20 Expected ")" to end URL token

**/
/*-----Product Image zoom css start------*/
.zoom {
  display:inline-block;
  position: relative;
}
.zoom:after {
  content:'';
  display:block; 
  width:33px;
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url({{ 'icon.png' | asset_url }});
}
.zoom-image:hover { 
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.zoom-image:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.media>*:not(.zoom):not(.deferred-media__poster-button){
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    cursor: move
}
img.image-zoom{
    max-width: 100%;
    height: auto;
}
.product__media.media {
    padding-top: 0 !important;
    border: 0;
}
.product__modal-opener .product__media-icon {
    display: none !important;
}

/*-----Product Image zoom css end------*/