@media screen and (max-width: 640px) {
    
.t-store__filter__search .t-store__filter__input {
        font-size: 13px;
        border-radius: 30px; 
}

.t-store__card .t-store__card__price {
    font-family:  montserrat;
}

.t-store__card .t-store__card__price_old { font-family: montserrat;
}

.t-product__option-item .t-product__option-item_active .t-product__option-item_buttons .t-product__option-item_simple {
border-radius: 30px;
}

.t-store__card__textwrapper {
    padding-top: 10px;
    margin-bottom: auto;
    padding-left: 10px;
}

.t-name { 
    font-family:  montserrat;
}

.t-store__card .js-product-edition-option {
    display: none;
}

/* Показываем размеры только в попапе */
[data-popup="st320"] .js-store-prod-popup .js-product-edition-option {
    display: block !important;
}

.t-store__card .js-product-controls-wrapper.t-store__card__prod-controls-wrapper {
    display: none;
}

/* Показываем элементы только в попапе */
[data-popup="st320"] .js-store-prod-popup .js-product-controls-wrapper.t-store__card__prod-controls-wrapper {
    display: block !important;
}
}



.t-slds__thumbsbullet.t-slds__bullet {
    width: 50px;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: 10px;
}

.t-popup .t-typography__title {
    font-weight: 400;
    font-family: 'Montserrat';
    text-transform: uppercase !important;
}
.t-store__prod-popup__btn .t-btn .t-btn_sm {    
    color: #141414;
    background-color: #ddff0b;
    border-radius: 30px;
    }
    
.t-descr {font-weight: 400;
    
}

.t-store__product-popup .t-typography__options {
        font-size: 12px !important;
    }
    
.js-product .t-product__option-select {
    border: 0 solid #A0A0A0 !important;
    background: #f5f5f5 !important;
    color: #A0A0A0 !important;
    border-radius: 30px !important;
    width: 80px !important; 
    height: 32px !important;
}

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

}