/*кнопка в описании со ссылкой на тг*/

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
}

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

.t706__cartwin_showed {
    z-index: 999999999;
}

/*шрифт в красном кружке, sale*/

.t-store__card__mark {
    font-size: 1px;
    font-family: 'IBM Plex Sans', Arial,sans-serif;
    height: 22px;
    width: 22px;
    padding: 0px;
}

/*подпись продано в попапе делается красным*/

.t-store__prod-popup__brand {
    margin-top: 4px;
    color: #E13535;
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55;
}

.t-descr {
    font-weight: 400;
}
    
/*скрывает характеристики*/ 
.js-store-prod-all-charcs {
    display: none;
}

/*открывает фильтры в мобилке*/ 
@media screen and (max-width: 960px) {
.t-store__filter__options  {display: block !important;}
.t-store__filter__opts-mob-btn, .t-store__filter__sort {display: none !important;}
.t-store__filter__options, .t-store__filter__search-and-sort {display: block !important;}
.t-store__filter__search-mob-btn {display: none !important;}
}

