.t-store__parts-switch-btn.t-active {
    opacity: 1.0 !important; 
    padding: 0 5px;
    background: #ffe500;
}
.t-store .t-store__tabs_tabs .t-store__tabs__content {
    font-size: 16px !important;
    font-weight: 400 !important;
}
.js-store-prod-all-text {
    font-size: 16px !important;
    font-weight: 400 !important;
}
/* Стили для иконок мессенджеров в карточках товара*/

.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);
}
.t-store__card__mark {
    font-weight: 600 !important; 

}
.t-store__card__btn-text {
    font-size: 12px !important;
}