.t-store__card__price-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "inter";
}

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

.js-store-prod-name js-product-name t-store__prod-popup__name t-name t-name_xl {
    font-size: 36px;
}
.t-store__card__price-item, .t-store__prod-popup__price-item {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    font-family: inter;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #749A76;
    border-radius: 5px;
    background-color: #D9E8DA;
}
.js-product .t-product__option-variants_buttons .t-product__option-title_buttons {
    padding-right: 0;
    font-family: inter;
}
.t-descr {
    font-family: "Inter";
    font-weight: 400;
    color: #16302b;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    background-color: #f3fbf3;
    border: 1px solid #16302b;
    border-radius: 5px;
}

.t-store__relevants__title t-uptitle t-uptitle_xxl {
        color: #16302b;
    font-size: 50px;
    font-weight: 400;
    font-family: Forum;
    text-align: center;
}

.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: #F3FBF3;
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
}


.t-input-block {
    background-color: #f3fbf3;
}


.t-store__relevants__title t-uptitle t-uptitle_xxl {
    color: #16302b;
    font-size: 50px;
    font-weight: 400;
    font-family: Forum;
    text-align: center;
}

.t-store__prod-snippet__container {
    padding-top: 40px;
    padding-bottom: 120px;
}