  /* Скрывает значок "В наличии" */
  .js-product .t-store__card__imgwrapper:after {
    display: none !important;
  }


.t-store__filter__input.js-store-filter-pricemin {
        border-radius: 60px !important;
        color: #0E0E11 !important;
        background-color: #EEEEF3 !important;
    }
    
    .t-store__filter__input.js-store-filter-pricemax {
        border-radius: 60px !important;
        color: #0E0E11 !important;
        background-color: #EEEEF3 !important;
    }
    
    .t-store__filter__range_bg {
    background-color: #FF5301 !important;
    height: 4px !important;
    }
    
    .t-store__filter__price-outer.t-store__filter__price-outer_end {
      background-color: #9799A6 !important;  
      border-radius: 60px !important;
      height: 4px !important;
    }
    
    .t-store__filter__item-title.js-store-filter-item-title {
     color: #9799A6 !important;
    }
    
    
    .t-store__sort-select {
        background: #eeeef3 !important;
        border-radius: 60px !important;
        padding: 4px 30px 4px 10px !important;
    }
    
    @media screen and (min-width:1200px) {
    .t-store__prod-snippet__container {
        padding-top:50px !important;
        padding-bottom:50px !important;
    }
    
        .t-container_fluid .t-col_6 {
        max-width: calc(50% - 60px);
    }
    
    .t-slds__main {
        margin-left: 30px !important;
    }
    
    .t-slds__thumbsbullet-wrapper {
        margin-left: 30px !important; 
    }
    
    .js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
color: #ffffff !important;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 36px !important;
    text-transform: initial !important;
}
}

    .t-store__filter__search-and-sort {
        margin-right: 25px !important;
    }
    
   @media screen and (max-width:640px) {
    .js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
     color: #ffffff !important;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 24px !important;
    text-transform: initial !important;
    }

   .t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_6 {
       padding-left: 10px;
       padding-right: 10px;
   }
   
   .t-store__product-snippet.t-store__prod-popup__col-right {
        padding-left: 10px;
        padding-right: 10px;
    }
    
  .t-store.t-slds__thumbsbullet-wrapper {
     padding-left: 0px; 
   }
 
  .t-store__prod-popup__col-right {
      padding-top:10px;
  }
  
  .t-store__prod-snippet__container {
        padding-bottom: 40px;
        padding-top: 20px;
    }

}