/* === НАВИГАЦИОННОЕ ПОДЧЁРКИВАНИЕ === */
.t-menu__link-item {
  position: relative !important;
  transition: color .2s ease !important;
}
.t-menu__link-item::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  width: 0 !important;
  height: 2px !important;
  background: #000 !important;
  transition: width .25s ease !important;
}
.t-menu__link-item:hover::after,
.t-menu__link-item.t-active::after,
.t-menu__link-item.active::after {
  width: 100% !important;
}

/* === СКРЫВАЕМ ОРИГИНАЛЬНЫЕ ЧЕКБОКСЫ ДЛЯ ФИЛЬТРОВ РАЗМЕРОВ === */
.t-store__filter__item-title[data-filter-name="charact:8287634"] + .t-store__filter__item-controls-wrap .t-store__filter__item-controls-container,
.t-store__filter__item-title[data-filter-name="charact:8287638"] + .t-store__filter__item-controls-wrap .t-store__filter__item-controls-container,
.t-store__filter__item-title[data-filter-name="charact:8287642"] + .t-store__filter__item-controls-wrap .t-store__filter__item-controls-container {
  display: none !important;
}

/* === СКРЫВАЕМ "ПОКАЗАТЬ ВСЕ" И "ПРИМЕНИТЬ" ДЛЯ ФИЛЬТРОВ РАЗМЕРОВ === */
.t-store__filter__item-title[data-filter-name="charact:8287634"] ~ .t-store__filter__item-controls-wrap .t-store__filter__btn-expand,
.t-store__filter__item-title[data-filter-name="charact:8287634"] ~ .t-store__filter__item-controls-wrap .js-store-filter-btn,
.t-store__filter__item-title[data-filter-name="charact:8287638"] ~ .t-store__filter__item-controls-wrap .t-store__filter__btn-expand,
.t-store__filter__item-title[data-filter-name="charact:8287638"] ~ .t-store__filter__item-controls-wrap .js-store-filter-btn,
.t-store__filter__item-title[data-filter-name="charact:8287642"] ~ .t-store__filter__item-controls-wrap .t-store__filter__btn-expand,
.t-store__filter__item-title[data-filter-name="charact:8287642"] ~ .t-store__filter__item-controls-wrap .js-store-filter-btn {
  display: none !important;
}

/* === СКРЫВАЕМ ЧИПЫ-РАЗМЕРЫ ВЫБРАННЫХ ФИЛЬТРОВ (ТО, ЧТО ВИДНО В СЕРОМ СЛЕВА) === */
.js-store-filter-chosen-item[data-option-name="charact:8287634"],
.js-store-filter-chosen-item[data-option-name="charact:8287638"],
.js-store-filter-chosen-item[data-option-name="charact:8287642"] {
  display: none !important;
}

/* === СТИЛИ ДЛЯ SLIDER (noUiSlider) === */
.range-slider-wrap {
  position: relative !important;
  padding-bottom: 32px !important;
  margin: 5px 7px 0px 7px !important;
  background: transparent !important;
}
.range-slider {
  height: 3px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  position: relative !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}
.range-slider .noUi-base {
  height: 3px !important;
  background-color: #ddd !important;
  border: none !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  position: absolute !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
}
.range-slider .noUi-connect {
  background-color: #f95d51 !important;
  height: 3px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  position: absolute !important;
  z-index: 2 !important;
}
.range-slider .noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background-color: #f95d51 !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  position: absolute !important;
  top: -5.5px !important;
  transform: translateX(-7px) !important;
  z-index: 3 !important;
}
.range-slider .noUi-handle::before,
.range-slider .noUi-handle::after {
  display: none !important;
}
.range-slider .noUi-handle:focus,
.range-slider .noUi-handle:hover {
  outline: none !important;
}
.range-texts {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #333;
}
.range-input-lo, .range-input-hi {
  width: 48px !important;
  padding: 4px 6px !important;
  font-size: 12px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
}
