.t-store__filter__item-title, .t-store__filter__input, .t-checkbox__control {
    font-family: Circe !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}


.t-store__card__price, .t-product__option-title, .t-product__option-select, .t-input {
    font-family: Circe !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.t-submit {
    height: 50px !important;
    font-size: 14px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

@media screen and (max-width: 480px) {
    .t-store__card__title.t-name {
        font-size: 14px!important;
}
}