/* ZAVRYNE 15.11 — larger Amazon-style desktop hover zoom. */
@media (min-width:1181px){
  .single-product .zv33-main-media{
    overflow:visible!important;
  }
  .single-product .zv33-zoom-pane{
    width:min(680px,46vw)!important;
    height:calc(100% + 70px)!important;
    max-height:720px!important;
    top:-35px!important;
    left:calc(100% + 16px)!important;
    background-color:#fff!important;
    background-repeat:no-repeat!important;
    border-radius:8px!important;
    box-shadow:0 8px 30px rgba(15,17,17,.22)!important;
  }
}
