/*градиентная заливка блока с категориями*/
.t774 {
    background: linear-gradient(180deg, #f8d9e9, transparent);
}

.t778 {
    background: linear-gradient(180deg, #f8d9e9, transparent);
}

.t774 .t-section__topwrapper {
    margin-top: 30px;
    margin-bottom: 45px;
}

/*выключаем отображение краткого описания в карточках товара*/    
  .t-store__card__descr {
        display: none;
    }
    
.js-store-prod-price {
    font-size: 32px;
    font-weight: 800!important;
   
}
    .t-store__prod-popup__btn {
         background-color: #f984e5!important;
    }


/* мобильное меню гамбургер с иконками*/
.t280__menu__bg {
    background: linear-gradient(180deg, #f8d9e9 50%, #fff 100%, transparent);}
    


.t280__menu__item {
       margin: 30px auto;
}

/* уменьшаем ширину блока логотипа в меню*/ 
    .t228__leftcontainer {
    width:140px;
}
    
/* уменьшаем высоту поиска по сайту*/    
    .t838__input {
        height:40px;  }
    .t-submit {
       height:40px;   
      }
/* делаем иконку корзины поверх остальных блоков*/       
    .t706__carticon_showed {
       z-index: 9999;}

/*стили для поля ввода промокода*/          
    .t-inputpromocode__wrapper {
    border-spacing:2px 0;}
   
    .t706 .t-form .t-input {
    height: 40px;}
    
/*уменьшаем нижний отступ в мобильном меню и делаем градиентный фон*/    
     @media screen and (max-width: 640px){
    .t-rec_pt_195 {
    padding-top: 15px!important;}
    
    #nav323698949 {
        background: linear-gradient(180deg, #f8d9e9 50%, #fff 100%, transparent);
    }
    
    }
    
    
/*увеличиваем разер цены на странице товаров*/    
   .t-store__card__price {
       font-weight: 900!important;
    font-size: 26px!important;
   }
   
  
   
