.facets-checkbox {
  margin-right: .5rem;
}

.facet-item, .facet-summary-item--facet {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

.itw-salesart-html.html .facet-item > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  line-height: 1;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin-bottom: 0;
}

.facet-summary-list a {
  display: flex;
  align-items: center;
}

.facet-item__value {
  color: #28282c;
}

.facet-item__value, .facet-item__count {
  padding: .25rem 0;
  line-height: 1;
}

.itw-salesart-html.html .noUi-target.facet-slider {
  margin: .5rem .625rem 3.25rem;
}

.itw-salesart-html.html .facet-slider__inputs > div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e4e4eb;
  border-radius: 0.25rem
}

.facet-slider__inputs label {
  padding-left: .625rem;
  margin: 0;
  font-size: unset;
  font-weight: unset;
}

.facet-slider__inputs input {
  margin: 0;
  border: none;
  padding: .625rem;
}

.facet-slider__inputs > div:first-child {
  margin-right: 1rem;
}

.noUi-target.noUi-horizontal {
  height: 5px;
}

.noUi-target .noUi-connects {
  background-color: #b8bec6;
}

.noUi-target .noUi-handle .noUi-touch-area {
  border: 1px solid transparent;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  width: auto;
  height: auto;
}

.noUi-target .noUi-handle {
  height: 40px;
  width: 40px;
  top: -18px;
  left: -17px;
  border: none;
  background: transparent;
}

html:not([dir=rtl]) .noUi-target.noUi-horizontal .noUi-handle {
  right: -20px;
  left: auto;
}

.noUi-target .noUi-touch-area {
  height: 100%;
  width: 100%;
}

.itw-salesart-html.html .noUi-target .noUi-handle:after {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  left: 8px;
  top: 8px;
  position: absolute;
}

.noUi-target,
.noUi-target .noUi-handle {
  box-shadow: none;
}

/* Hide markers on slider handles */
.noUi-target .noUi-handle:before {
  display: none;
}

.noUi-target .noUi-pips-horizontal {
  padding: 1rem 0;
}

.facets-soft-limit-link {
  display: flex;
  padding-top: .5rem;
}

.facets-soft-limit-link:after {
  display: flex;
  align-items: center;
  font-family: 'Font Awesome 6 Free';
  content: "\f078";
  font-size: 12px;
  padding-left: .25rem;
  transition: transform 1s ease-out;
}

.open.facets-soft-limit-link:after {
  transform: rotateX(180deg);
}

ul + a.facets-soft-limit-link {
  text-decoration: none;
}

.facet-block + .facet-block > div > * {
  border-top: 1px solid #e5e5e5;
  padding-top: .75rem;
}

.facets-widget-range_nouislider > .facet-title {
  padding-top: .5rem;
}

.facet-summary-item--clear:last-child {
  padding-top: .5rem;
}

.facet-summary-item--clear:first-child {
  padding-bottom: .5rem;
}

.facet-summary-item--clear a {
  color: #cf4941;
}

.facet-item__status {
  color: #999;
  margin-right: .5rem;
}

.facet-item__status i {
  font-size: 1rem;
}

.facet-active {
  background: blanchedalmond;
}
