.js-product .t-product__option {
    display: flex;
    justify-content: space-between;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}    
.t-product__option-title {
    text-wrap: nowrap;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple{
    margin-bottom: 5px !important;
    padding: 0px !important;
    min-width: auto !important;
    min-height: auto !important;
    border: none !important;
    background-color: transparent !important;
    pointer-events: none;
    font-family: 'Onest';
    font-weight: 400;
}


.js-product-edition-option-name{
    font-size: 16px !important;
 
}

.t-product__option-title_buttons{
    font-size: 16px !important;
    font-weight: 500;
}

@media screen and (max-width: 480px){
     .t-product__option-title_buttons,
     .js-product-edition-option-name{
        font-size: 14px !important;
    }
    .js-store-prod-name{
       font-size: 24px !important;   
    }
}


.t-store__card__textwrapper{
    margin-bottom: 15px !important;
}


.t-store__prod-popup__price-wrapper{
    margin-bottom: 15px !important;
}


 