  /* Скрывает значок "В наличии" */
  .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;
    }

}





body .t-store__filter__chosen-bar,
#allrecords .t-store__filter__chosen-bar {
    background-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
}


 
  /* Делаем  стрелку заметной в бургере */
@media screen and (max-width: 960px) {
    .t-menu__link-wrapper {
        padding-right: 60px;
        box-sizing: border-box;
    }

    .t-menusub__arrow svg {
        width: 16px !important;
        height: 12px !important;
        display: block;
        animation: arrowShine 2s ease-in-out infinite;
    }

    .t-menusub__arrow svg path {
        stroke: #ff5301 !important;
        stroke-width: 1.1;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
}

@keyframes arrowShine {
    0%, 82%, 100% {
        filter: brightness(1) drop-shadow(0 0 0 rgba(255, 150, 80, 0));
    }
    88% {
        filter: brightness(1.7) drop-shadow(0 0 4px rgba(255, 150, 80, 0.9));
    }
}




  /* чтобы фильтр не кликался */
.js-store-filter-mob-btn {
    pointer-events: none !important;
}


/* Активный пункт "Каталог запчастей" */
.t-menu__link-item.t-active.t-menusub__target-link {
    background: transparent !important;
}