.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: ##92d2cf;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: ##92d2cf;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}


/* Стили для иконок мессенджеров в карточках товара*/

.t-store__prod-popup__social-text {
    font: 600 16px 'Montserrat',Arial,sans-serif;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

.t-store__prod-popup__social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row nowrap;
}

.t-store__prod-popup__social-icons > div {
    width: 30px;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.t-store__prod-popup__social-icons > div:nth-child(even) {
    margin: 10px 15px;
}

.t-store__prod-popup__social-icons > div:nth-child(1) {
    background: center no-repeat url(https://static.tildacdn.com/tild3631-3732-4863-b762-313666643336/phone_1.svg);
}

.t-store__prod-popup__social-icons > div:nth-child(2) {
    background: center no-repeat url(https://static.tildacdn.com/tild6532-3130-4231-a432-386162363839/telegram.svg);
}

.t-store__prod-popup__social-icons > div:nth-child(3) {
    background: center no-repeat url(https://static.tildacdn.com/tild6563-6534-4233-b634-316439666430/whatsapp.svg);
}