.tmst-main__card__footer:has(> a[href="/members/orderlist"]) {
    display: none !important;
}

/* Заголовки "Цвет", "Размер" */
.js-product-edition-option-name {
    color: #FFFFFF !important;
}

/* Выбранный цвет */
.t-product__option-selected-title {
    color: #000000 !important;
}

/* Выбранный размер */
.t-product__option-select {
    color: #000000 !important;
}


/* Фон мобильных фильтров */
.t-catalog__filter__mobile-modal-panel{
    background:#111111 !important;
}

/* Контент */
.t-catalog__filter__mobile-modal-content{
    background:#111111 !important;
}

/* Верхняя панель */
.t-catalog__filter__mobile-modal-header{
    background:#111111 !important;
}

/* Нижняя панель */
.t-catalog__filter__mobile-modal-footer{
    background:#111111 !important;
}

.t-catalog__filter__mobile-modal-title{
    color:#ffffff !important;
}

@media (max-width:980px){

#rec2404801713 .t-catalog__parts-dropdown .t-catalog__parts-item-title,
#rec2404801713 .t-catalog__parts-dropdown .t-catalog__parts-subpart-title{
    color:#111 !important;
}

#rec2404801713 .t-catalog__parts-dropdown .t-catalog__parts-subpart-arrow{
    color:#111 !important;
}

}

#app .tmst-button.tmst-button_secondary{
    --text-color:#111;
    color:#111 !important;
}

#app .tlk-profile__regular-button{
    --text-color: #111;
    color: #111 !important;
}

#app .tlk-input:disabled{
    --background-color: #1b1b1b;
    --border-color: #666;
    --text-color: #fff;

    background: #1b1b1b !important;
    border: 1px solid #666 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 1 !important;
}

#app .tlk-profile__regular-button{
    min-width: 160px;
    height: 40px;
    border-radius: 8px;
}