.js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 20px;
    margin-top: 25px;
    border-radius: 30px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #313BFE;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #313BFE;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

#imgModal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999999999999;
}

#imgModal.show {
  display: flex;
}

#imgModal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

