#product-list-page .instore-image-info-mask {
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    position: fixed;
  }
  
#product-list-page .instore-image-info-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
#product-list-page .instore-image-info-modal .instore-modal-info-close {
    position: absolute;
    height: 28px;
    width: 28px;
    right: 120px;
    top: -26px;
    cursor: pointer;
  }
  
#product-list-page .instore-image-info-modal-hidden {
    display: none;
  }
  
#product-list-page .instore-image-info-modal div {
    vertical-align: middle;
    position: relative;
  }