    
    .t-product__option-item_buttons  {
    
 
    border-radius: 20px; 

}
 
 .t-store__card__textwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.js-store-price-wrapper.t-store__card__price-wrapper {
    margin-top: 0px;
}

    .t-product__option-item {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 70px;
}

   .t-store__card__textwrapper {
   
    padding-top: 12px;

}
  @media screen and  (min-width: 1200px){ 
     .t-store__grid-cont  {
   
    row-gap: 40px;width: 870px; 
    display: center; 
    } 
       

 @media screen and  (max-width: 480px){ 
      .t-product__option-item {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 40px;
   
    
    } 
    
    .t-store__card .t-typography__title {
    text-align: left;
    

}

