


    .t-store__card__mark {
        font-size: 14px;
        width: 50px;
        height: 25px;
        border-radius: 10px;
    }
    







    .t-store__prod-popup__name {
        font-size: 18px;
        font-weight: 600;

    } 
    
    .js-store-prod-all-text {
      font-size: 16px;
      font-weight: 300;  
    }

    .t-store__tabs__item-title {
       font-size: 18px;
       font-weight: 600 !important;
    }

    .t-store__tabs__content {
        font-size: 16px;
    }
    
    .js-product-edition-option-name {
       font-weight: 500 !important;
    }
    
    .t-store__tabs__content img {
        max-width: 80% !important;
    }







     @media screen and (max-width: 480px) {
         
    .t-store__card__title {
       font-size: 16px !important;
       font-weight: 600;
   }
   
   .t-store__prod-popup__name {
        font-size: 16px !important;
        font-weight: 600;
   }
   
   .t-store__card {
       margin-bottom: 40px !important;
   }
   
   
}

