@media screen and (min-width: 1200px) {
    
    .js-store-prod-name.js-product-name.t-store__prod-popup__name.t-typography__title.t-name.t-name_xl {
    font-size: 28px;
}
    .js-store-prod-all-text {
    font-size: 18px;
}

.t-store__prod-popup__price-currency {
    font-size: 22px;
}

.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value {
    font-size: 22px;
}
    
    span.t-btnflex__text.js-store-prod-popup-buy-btn-txt {
    font-size: 18px;
    font-weight: 400;
}

.t-store__stretch-col {
    padding: 0 15px;
}

.t-store__card__imgwrapper.t-store__card__imgwrapper_3-4 {
    padding-bottom: 110%;
}

}


@media(max-width: 1200px){
    
    
    
}

@media(max-width: 640px){
    
    
    
}

@media(max-width: 320px){
    
        .js-store-prod-name.js-product-name.t-store__prod-popup__name.t-typography__title.t-name.t-name_xl {
    font-size: 18px;
}
    .js-store-prod-all-text {
    font-size: 12px;
}

.t-store__prod-popup__price-currency {
    font-size: 14px;
}

.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value {
    font-size: 14px;
}
    
    span.t-btnflex__text.js-store-prod-popup-buy-btn-txt {
    font-size: 14px;
    font-weight: 400;
}

.t-store__stretch-col {
    padding: 0 15px;
}

.t-store__card__imgwrapper.t-store__card__imgwrapper_3-4 {
    padding-bottom: 110%;
}
    
}