.d-none {
  display: none;
}

.xfacets-search-facets .filters-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--contrast-2);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
.xfacets-search-facets .xfacets-facet {
  border-bottom: 1px solid var(--border);
}
.xfacets-search-facets .xfacets-facet--header {
  width: 100%;
  background: none;
  border: none;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  transition: color 0.15s;
}
.xfacets-search-facets .xfacets-facet--header .facet-toggle {
  color: var(--contrast-3);
  font-size: 1.2rem;
  line-height: 1;
  background: none;
  width: auto;
  padding: 0;
  cursor: pointer;
}
.xfacets-search-facets .xfacets-facet.search .facet-search-wrap {
  position: relative;
}
.xfacets-search-facets .xfacets-facet.search .facet-search-wrap .search-icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--contrast-3);
  pointer-events: none;
  display: flex;
}
.xfacets-search-facets .xfacets-facet.search .facet-search-wrap .search-input {
  padding: 8px 10px 8px 30px;
}
.xfacets-search-facets .xfacets-facet.rating .facet-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.xfacets-search-facets .xfacets-facet.rating .facet-row .rating-option.active {
  background: var(--bg-alt);
  font-weight: 500;
}
.xfacets-search-facets .xfacets-facet.rating .facet-row .rating-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 6px;
  border-radius: var(--radius, 4px);
  cursor: pointer;
  transition: background 0.12s;
  user-select: none;
}
.xfacets-search-facets .xfacets-facet.rating .facet-row .rating-option.on {
  background: var(--bg-alt);
  font-weight: 500;
}
.xfacets-search-facets .xfacets-facet.rating .facet-row .stars {
  color: #111;
  letter-spacing: 1px;
}
.xfacets-search-facets .xfacets-facet.rating .facet-row .star-empty {
  color: var(--contrast-3);
}
.xfacets-search-facets .xfacets-facet.rating .facet-row .rating-label {
  color: var(--contrast-2);
}
.xfacets-search-facets .xfacets-facet-items {
  padding-bottom: 14px;
}
.xfacets-search-facets .xfacets-facet-items .facet-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.xfacets-search-facets .xfacets-facet-items .facet-row:hover {
  background: var(--bg-alt);
}
.xfacets-search-facets .xfacets-facet-items .facet-row .facet-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  border-radius: var(--radius, 4px);
  cursor: pointer;
  transition: background 0.12s;
  user-select: none;
}
.xfacets-search-facets .xfacets-facet-items .facet-row .facet-checkbox .xfacets-refinement-list-icon {
  width: 15px;
  height: 15px;
  border: 1.5px solid var(--contrast-3);
  border-radius: 2px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.12s;
}
.xfacets-search-facets .xfacets-facet-items .facet-row .facet-checkbox .xfacets-refinement-list-icon.on {
  background: var(--contrast);
  border-color: var(--contrast);
  color: #fff;
  font-size: 0.8rem;
}
.xfacets-search-facets .xfacets-facet-items .facet-row .facet-label {
  flex: 1;
}
.xfacets-search-facets .xfacets-facet-items .facet-row .facet-counter {
  font-size: 0.8rem;
  color: var(--contrast-3);
  margin-left: auto;
}
.xfacets-search-facets .xfacets-facet.range .xfacets-facet-items {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.xfacets-search-facets .facet-range.noUi-horizontal {
  height: 4px;
  background: rgba(10, 20, 36, 0.1); /* $xkit-border */
  border: none;
  border-radius: 9999px;
  box-shadow: none;
}
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-connects {
  border-radius: 9999px;
}
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-connect {
  background: var(--contrast);
}
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--contrast); /* $xkit-accent */
  box-shadow: none;
  cursor: pointer;
  top: -7px;
  right: -9px;
}
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-handle::before,
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-handle::after {
  display: none;
}
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-handle:hover {
  border-color: var(--contrast);
}
.xfacets-search-facets .facet-range.noUi-horizontal .noUi-handle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.1411764706); /* $xkit-shadow-focus */
}

.xfacets-applied-filters {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.xfacets-applied-filters .xfacets-applied-filters-label {
  font-size: 12px;
  color: var(--contrast-3);
  margin-right: 2px;
}
.xfacets-applied-filters .filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--contrast);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12.5px;
  cursor: pointer;
  transition: opacity 0.12s;
}
.xfacets-applied-filters .filter-chip:hover {
  opacity: 0.75;
}
.xfacets-applied-filters .filter-chip .chip-x {
  font-size: 14px;
  line-height: 1;
  opacity: 0.7;
}
.xfacets-applied-filters .clear-all-btn {
  width: auto;
  color: var(--constrast);
  background: none;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12.5px;
  font-family: inherit;
  transition: all 0.12s;
}
.xfacets-applied-filters .clear-all-btn:hover {
  border-color: var(--contrast);
  color: var(--contrast);
}

.xfacets-filter-toggle,
.xfacets-filter-drawer__backdrop,
.xfacets-filter-drawer__header {
  display: none;
}

@media (max-width: 768px) {
  .xfacets-filter-form--drawer {
    min-width: 0;
    width: 100%;
  }
  .xfacets-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-height: 44px;
    padding: 9px 16px;
    border: 1px solid var(--contrast, #111);
    border-radius: var(--radius, 4px);
    background: var(--contrast, #111);
    color: var(--base-3, #fff);
    font: inherit;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
  }
  .xfacets-filter-drawer__backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999997;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }
  .xfacets-filter-drawer__panel {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999998;
    width: min(88vw, 360px);
    max-width: 100%;
    padding: 0 20px 24px;
    background: var(--base-3, #fff);
    box-shadow: 12px 0 32px rgba(0, 0, 0, 0.18);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateX(-105%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 0s linear 220ms;
  }
  .xfacets-filter-drawer__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    margin: 0 -20px 4px;
    padding: 8px 16px 8px 20px;
    border-bottom: 1px solid var(--border, #e5e5e5);
    background: var(--base-3, #fff);
  }
  .xfacets-filter-drawer__header h2 {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .xfacets-filter-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--contrast, #111);
    font: inherit;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
  }
  .xfacets-filter-drawer__content > .xfacets-form-app > .xfacets-search-facets > .filters-title {
    display: none;
  }
  body.admin-bar .xfacets-filter-drawer__backdrop,
  body.admin-bar .xfacets-filter-drawer__panel {
    top: 46px;
  }
  body.xfacets-filter-drawer-open {
    overflow: hidden;
  }
  .xfacets-filter-form--drawer.is-open .xfacets-filter-drawer__backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .xfacets-filter-form--drawer.is-open .xfacets-filter-drawer__panel {
    transform: translateX(0);
    visibility: visible;
    transition-delay: 0s;
  }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .xfacets-filter-drawer__backdrop,
  .xfacets-filter-drawer__panel {
    transition: none;
  }
}

/*# sourceMappingURL=style.css.map */
