.t-store__card__sold-out-msg {
visibility: hidden;
}
.t-store__card__sold-out-msg:after {
content:'Cкоро в наличии’;
visibility: visible;
display: block;
color: #F5E3BE;
}
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #ffffff;
    border: 1px #C69560 solid;
    color: #000000 !important;
}

.js-store-prod-text a:first-of-type:before {
    content: "\25B6";
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}