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

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

.js-store-prod-text a:last-of-type {
    background-color: #e1ff00;
    color: #000 !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;
}