/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.facet[data-v-50d1cee9] {
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  height: 28px;
  padding: 0px 12px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 0px;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-sizing: border-box;
  scroll-snap-align: start;
}
.facet__remove-icon-wrapper[data-v-50d1cee9] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: -12px;
  cursor: pointer;
}
.facet__remove-icon[data-v-50d1cee9] {
  height: 18px;
  width: 18px;
}
@media (min-width: 768px) {
.facet__remove-icon[data-v-50d1cee9] {
    height: 20px;
    width: 20px;
}
}
.facet__label[data-v-50d1cee9] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .facet__label[data-v-50d1cee9], .-bg-section-dark .facet__label[data-v-50d1cee9], .-bg-page-dark .-bg-section-transparent .facet__label[data-v-50d1cee9] {
  color: #ffffff;
  fill: #ffffff;
}
.facet__label a[data-v-50d1cee9] {
  color: #000000;
}
.-bg-dark .facet__label a[data-v-50d1cee9], .-bg-section-dark .facet__label a[data-v-50d1cee9], .-bg-page-dark .-bg-section-transparent .facet__label a[data-v-50d1cee9] {
  color: #ffffff;
  fill: #ffffff;
}
.facet .review-stars-facet[data-v-50d1cee9] .svg-icon {
  margin-right: 2px;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
#facetMeasurementContainer[data-v-28c690a1] {
  visibility: hidden;
}
.facet-list[data-v-28c690a1] {
  overflow-x: auto;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: auto;
  padding: 0px 16px 0px 0px;
  margin-bottom: 0px;
  scroll-snap-type: x mandatory;
  scroll-padding-left: var(--clear-button-width, 0);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.facet-list[data-v-28c690a1]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
.facet-list[data-v-28c690a1] {
    padding: 0px;
    margin-top: 0px;
    overflow-x: visible;
}
}
.facet-list__container[data-v-28c690a1] {
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}
.facet-list__container[data-v-28c690a1]::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
.facet-list__container[data-v-28c690a1] {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
}
@media (min-width: 768px) {
.facet-list__container[data-v-28c690a1] {
    width: calc(92vw - 8px);
    margin-left: 4vw;
    padding-top: 16px;
    padding-bottom: 16px;
}
.facet-list__container.filtersActive[data-v-28c690a1] {
    width: calc(76vw - 8px);
}
}
.facet-list__container.disabled[data-v-28c690a1] {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.facet-list__inner-wrapper[data-v-28c690a1] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: max-content;
}
.list-enter-active[data-v-28c690a1],
.list-leave-active[data-v-28c690a1] {
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.list-enter[data-v-28c690a1],
.list-leave-to[data-v-28c690a1] {
  opacity: 0;
}
.clear-button[data-v-28c690a1] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .clear-button[data-v-28c690a1], .-bg-section-dark .clear-button[data-v-28c690a1], .-bg-page-dark .-bg-section-transparent .clear-button[data-v-28c690a1] {
  color: #ffffff;
  fill: #ffffff;
}
.clear-button a[data-v-28c690a1] {
  color: #000000;
}
.-bg-dark .clear-button a[data-v-28c690a1], .-bg-section-dark .clear-button a[data-v-28c690a1], .-bg-page-dark .-bg-section-transparent .clear-button a[data-v-28c690a1] {
  color: #ffffff;
  fill: #ffffff;
}
.clear-button[data-v-28c690a1] {
  text-decoration: underline;
  white-space: nowrap;
  position: sticky;
  left: 0px;
  z-index: 100;
  background: #ffffff;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 12px;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
.clear-button[data-v-28c690a1] {
    padding-left: 0px;
    padding-right: 8px;
}
}