.t-store__card__mark {
    background-color: #111;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    padding: 0 10px;
    min-width: 50px;
    width: fit-content;
    line-height: 1;
}

.t-store__sort-select {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    outline: none;
    padding: 2px 30px 2px 10px;
    width: 100%;
}

.t-store__filter__search .t-store__filter__input {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 30px;
    width: 150px;
}
.t-store__filter__item-title,
.t-store__filter__title,
.t-store__filter__checkbox,
.t-store__filter__input,
.t-store__filter__btn,
.t-checkbox__control {
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 10px !important;
    letter-spacing: 0.5px;
}

.t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #000000;
    --border-width: 0px;
    border-style: none !important;
    border-radius: 0px;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;

    height: 30px;
    font-size: 12px;
    line-height: 12px;
    padding: 0 18px;
    text-transform: uppercase;
}

.t1002__addBtn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.t1002__addBtn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.t1002__addBtn svg {
    width: 15px !important;
    height: auto !important;
    display: block !important;
}

.t1002__addBtn svg path {
    stroke: #000 !important;
    fill: none !important;
}

.t1002__addBtn_active svg path,
.t1002__addBtn.t-active svg path,
.t1002__addBtn.active svg path {
    fill: red !important;
    stroke: red !important;
}

.t-store__card__price-wrapper {
    margin-top: 1px;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 10px !important;
    }
    
