.product--listing-wrapper .navigation--wrapper {
  background-color: var(--white);
}

.product--listing-wrapper .navigation--wrapper .filter--list a {
  color: var(--secondary);
}

.product--listing-wrapper .navigation--wrapper .filter--list a:before {
  content: "";
  min-width: 2rem;
  height: 2rem;
  border: 1px solid var(--light-grey);
  border-radius: var(--border-0);
  margin-right: 1rem;
  background-color: var(--white);
}

.product--listing-wrapper .navigation--wrapper .filter--list a:after {
  content: "";
  min-width: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  border-radius: var(--border-0);
  position: absolute;
}

.product--listing-wrapper .navigation--wrapper .filter--list a.selected {
  color: var(--primary);
}

.product--listing-wrapper .navigation--wrapper .filter--list a.selected:after {
  background-color: var(--primary);
}

.product--listing-wrapper .navigation--wrapper .show-more-container .filter--list {
  max-height: 30rem;
  overflow: hidden;
}

.product--listing-wrapper .navigation--wrapper .irs--round .irs-line {
  background-color: var(--light-grey);
}

.product--listing-wrapper .navigation--wrapper .irs--round .irs-bar {
  background-color: var(--primary);
}

.product--listing-wrapper .navigation--wrapper .irs--round .irs-handle {
  border-color: var(--primary);
}

.product--listing-wrapper .navigation--wrapper .irs--round .irs-from,
.product--listing-wrapper .navigation--wrapper .irs--round .irs-to,
.product--listing-wrapper .navigation--wrapper .irs--round .irs-single {
  background-color: var(--primary);
  border-radius: var(--btn-radius);
  font-size: 1rem;
}

.product--listing-wrapper .navigation--wrapper .irs--round .irs-from:before,
.product--listing-wrapper .navigation--wrapper .irs--round .irs-to:before,
.product--listing-wrapper .navigation--wrapper .irs--round .irs-single:before {
  border-top-color: var(--primary);
}

.product--listing-wrapper .navigation--wrapper .extra-controls {
  grid-template-columns: 1fr 2rem 1fr;
}

.product--listing-wrapper .navigation--wrapper .extra-controls input {
  background-color: var(--light-white);
}

.product--listing-wrapper .navigation--wrapper .subcategories-listing-type .filter--list a:before {
  display: none;
}

.product--listing-wrapper .navigation--wrapper .subcategories-listing-type .filter--list a:after {
  display: none;
}

.product--listing-wrapper .navigation--wrapper .sidebar--selected-filters .sidebar--header {
  background-color: var(--light-white);
  border-color: var(--light-grey);
}

.product--listing-wrapper .navigation--wrapper .sidebar--selected-filters .filter--clear,
.product--listing-wrapper .navigation--wrapper .sidebar--selected-filters .item--action-remove {
  font-size: var(--font-sm);
}

.product--listing-wrapper .navigation--wrapper .sidebar--results {
  background-color: var(--primary);
  border-color: var(--light-grey);
  color: var(--white);
}

.product--listing-wrapper .product--grid .toolbar--wrapper .controls--text-name {
  font-size: var(--font-md);
  border-color: var(--light-grey);
}

.product--listing-wrapper .product--grid .toolbar--wrapper .form-select {
  border-color: var(--light-grey);
  font-size: var(--font-md);
}

.product--listing-wrapper .product--grid .toolbar--wrapper .form-select:focus {
  box-shadow: none;
}

.filters--active {
  overflow: hidden !important;
}

.filters--active .product--listing-wrapper .navigation--wrapper {
  transform: translateX(0);
}

.filters--active .sidebar--overlay {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1024px) {
  .product--listing-wrapper .navigation--wrapper .sidebar--selected-filters .sidebar--header {
    background-color: transparent;
    border-color: transparent;
  }

  .product--listing-wrapper .product--grid .toolbar--wrapper {
    background-color: var(--light-white);
  }
}

