.theme-product-details-style-01 .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-image .theme-product-detail-image-inner img {
object-fit:contain !important;
}
.theme-product-detail-image-container:hover .img-zoom-lens {
        opacity : 1;
     }
    .img-zoom-container {
        position: relative;
        display: flex;
         width: 100%;
        height: 100%;
     }
     .img-zoom-lens {
        position: absolute;
        width: 100px;
        height: 100px;
        opacity : 0;
        background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbC1vcGFjaXR5PSIuMDUiIGZpbGw9IiNGRkYiIGQ9Ik0wIDBoMnYySDB6Ii8+PHBhdGggZD0iTTAgMGgxdjFIMHoiIGZpbGw9IiM4REFDREEiLz48L2c+PC9zdmc+) repeat;
        cursor: -webkit-zoom-in;
      }
      .img-zoom-result {
          background:#ffffff;
          border: 15px solid #ffffff;
          outline: 4px solid #E7E7E7;
          border-radius: 10px;
          position: absolute;
          right: 0; /*match width of #myimage*/
          width: 48%;
          top: 0;
          height: 100%;
          z-index:999999;
          box-shadow : 0 4px 20px 2px rgba(0,0,0,.2);
      }
      [data-zs-product-details-primary-section]{
        position: relative;
      }