input,
textarea {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}


.js-store-prod-sold-out{
 color:#EB71A0;
}

@media (max-width: 640px){
    .t-store__card__price-wrapper{
        margin-top: 0px !important;
    }
}



.t-store__prod-popup__name{
    font-size: 48px !important;
    font-family: 'Fira Sans Extra Condensed', sans-serif !important;
}

.t-store__prod-popup__price-value, .t-store__prod-popup__price-currency{
    font-size: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}

/* 640px – 1199px */
@media screen and (max-width: 1199px) {
    .t-store__prod-popup__name{
        font-size: 36px !important;
    }
    
    .t-store__prod-popup__price-value, .t-store__prod-popup__price-currency{
    font-size: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}
}

/* 640px и меньше */
@media screen and (max-width: 640px) {
    .t-store__prod-popup__name{
        font-size: 18px !important;
    }
    
    .t-store__prod-popup__price-value, .t-store__prod-popup__price-currency{
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}
.t-store__prod-popup__info{
    padding-left:0px !important;
    padding-right:0px !important;
}
}