.js-store-prod-text a {
    display: inline-block;
    padding: 13px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 12px;
    font-weight: 400;
    text-decoration: none; /* Remove underline */
}

.js-store-prod-text a:first-of-type {
    background-color: #ffffff;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #368BA3;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}

.t-store__card__sold-out-msg:after {
  content:'СКОРО В ПРОДАЖЕ'; 
  visibility: visible;
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}