.img-detail-viewer {
    position: absolute;
    top: 0;
    width: 450px;
    height: 450px;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 #0000001a;
  }
  .img-detail-viewer img {
    width: 300%;
    height: 300%;
    object-fit: contain;
    max-width: unset !important;
    max-height: unset !important;
  }
  .img-detail-zoom {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #8c222c4d;
  }