#rec1162564006 a.t-menu__link-item {
    height: 21px !important;
}

.t-store__filter__btn, .t-store__filter__input, .t-store__sort-select {
    background: #ffffff!important;
    border: 1px solid #000000!important;
    border-radius: 0!important;
    color: #000000!important;
    font-family: 'Montserrat'!important;
}

.js-product .t-product__option-select {
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f800;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    overflow-x: hidden;
    padding: 0 15px 4px 0;
    font-family: Montserrat;
    text-transform: uppercase;
    width: 100%;
}

.js-product .t-product__option {
    gap: 100px;
    position: relative;
    display: flex
;
}

.js-product-controls-wrapper {
    display: flex;
    gap: 100px;
}

.js-product .t-product__option-variants:after {
    right: 0;
}

.t-store .t-product__option-variants {
    display: table;
    min-width: 30px;
    position: relative;
}

.t-store .t-product__option-title {
    padding-bottom: 3px;
    font-family: Montserrat;
    text-transform: uppercase;
}



/* Адаптация под мобильные устройства параметр цвет и размер (ширина экрана ≤ 768px) */
@media screen and (max-width: 768px) {
.js-product .t-product__option {
    gap: 50px;
    position: relative;
    display: flex;
}



