

/* Start:/local/components/ui/catalog.filter/templates/.default/style.css?17760754011094*/
.range-filter input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  height: 8px;
  top: -5px;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
}

.range-filter input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #2563eb;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  margin-top: -7px;
}

.range-filter input[type="range"]::-moz-range-track {
  background: transparent;
  height: 8px;
}

.range-filter input[type="range"]::-moz-range-thumb {
  background: #2563eb;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Плавная анимация раскрытия фильтра */
#filter-sidebar {
  transition: none;
}

/* End */
/* /local/components/ui/catalog.filter/templates/.default/style.css?17760754011094 */
