.t-store__card__mark {
    border-radius: 8px !important;
}

/* корзина */
.t706__sidebar-content {
    background-color: #FFE6F6 !important;
}

/* .t-name {
    color: #9c1631 !important;
}*/

.t706__product-title {
    color: #9c1631 !important;
}

.t706__product-amount, .t706__product-amount--portion {
    color: #9c1631 !important;
}

.t706__product-quantity {
    color: #9c1631 !important;
}

.t706__cartwin-totalamount-wrap {
    color: #414040 !important;
}

/* страница товара */
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    background-color: #FFF5FC !important;
}

/* поиск каталог */
.t-store__filter__search .t-store__filter__input {
    background-color: #FFE6F6 !important;
    border-color: #9c1631 !important;
    width: 350px !important;
    min-height: 30px !important;
}

.t-store__search-icon {
    border-left-color: #9c1631 !important;
}

/* Выпадающий список фильтра "Раздел" */
.js-store-filter-tree-container {
    background-color: #ffffff !important;
    width: max-content !important;
    min-width: 190px !important;
}

/* Текст внутри списка */
.js-store-filter-tree-container,
.js-store-filter-tree-container * {
    color: #9c1631 !important;
}

/* Запрещаем перенос текста */
.js-store-filter-tree-container label,
.js-store-filter-tree-container span,
.js-store-filter-tree-container div {
    white-space: nowrap !important;
}

/* Рамка квадратов чекбоксов */
.js-store-filter-tree-container .t-checkbox__indicator {
    border-color: #9c1631 !important;
}

/* Выбранный чекбокс */
.js-store-filter-tree-container .t-checkbox:checked ~ .t-checkbox__indicator {
    background-color: #9c1631 !important;
    border-color: #9c1631 !important;
}

/* Галочка внутри выбранного чекбокса */
.js-store-filter-tree-container .t-checkbox__indicator:after {
    border-color: #ffffff !important;
}

/* Десктоп — белый фон */
.js-store-filter-tree-container {
    background-color: #ffffff !important;
    width: max-content !important;
    min-width: 190px !important;
}

/* Мобилка и планшет — возвращаем розовый фон */
@media screen and (max-width: 1199px) {
    .js-store-filter-tree-container {
        background-color: #ffe6f6 !important;
    }
}



