body .wpgb-facet > fieldset:last-child {
  margin-bottom: unset;
}
body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-button, body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-checkbox, body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-button, body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-checkbox {
  border: 2px solid currentColor;
  border-radius: 0.5em;
  font-family: var(--font-display);
  min-height: unset;
  transition: background 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-button .wpgb-button-label, body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-button .wpgb-checkbox-label, body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-checkbox .wpgb-button-label, body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-checkbox .wpgb-checkbox-label, body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-button .wpgb-button-label, body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-button .wpgb-checkbox-label, body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-checkbox .wpgb-button-label, body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-checkbox .wpgb-checkbox-label {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0;
}
body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-button:hover:not(button):not([aria-pressed="true"]):not([tabindex="-1"]), body [class*="facet-style--tag-pills"] .wpgb-facet li .wpgb-checkbox:hover:not(button):not([aria-pressed="true"]):not([tabindex="-1"]), body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-button:hover:not(button):not([aria-pressed="true"]):not([tabindex="-1"]), body [class*="facet-style--cat-list"] .wpgb-facet li .wpgb-checkbox:hover:not(button):not([aria-pressed="true"]):not([tabindex="-1"]) {
  background-color: transparent !important;
  border-color: transparent !important;
}
body .brxe-wpgb-facet .wpgb-result-count {
  font-family: var(--font-display);
  font-size: var(--text-s);
}
body .facet-style--tag-pills .wpgb-facet li .wpgb-button {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #062F35;
  font-size: var(--text-xs);
  padding: 0.2em 0.625em 0.33em;
}
body .facet-style--tag-pills .wpgb-facet li .wpgb-button[aria-pressed="true"] {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
body .facet-style--tag-pills .wpgb-facet li:hover {
  cursor: pointer;
}
body .facet-style--tag-pills .wpgb-facet .wpgb-checkbox-facet > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}
body .facet-style--tag-pills .wpgb-facet .wpgb-checkbox-facet li {
  margin: 0;
}
body .facet-style--tag-pills .wpgb-facet .wpgb-checkbox-facet li .wpgb-checkbox {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #062F35;
  font-size: var(--text-xs);
  padding: 0.2em 0.625em 0.33em;
}
body .facet-style--tag-pills .wpgb-facet .wpgb-checkbox-facet li .wpgb-checkbox .wpgb-checkbox-control {
  display: none;
}
body .facet-style--tag-pills .wpgb-facet .wpgb-checkbox-facet li .wpgb-checkbox[aria-pressed="true"] {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
body .facet-style--tag-pills .wpgb-facet .wpgb-checkbox-facet li:hover {
  cursor: pointer;
}
body .facet-style--cat-list .wpgb-facet .wpgb-hierarchical-list {
  display: flex;
  font-size: var(--text-m);
  flex-direction: column;
  gap: 0.25em;
}
body .facet-style--cat-list .wpgb-facet li {
  margin: 0 !important;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox {
  border-color: transparent;
  border-radius: 0.5em;
  font-size: var(--text-m);
  padding: 0.1em 0 0.1em 0;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox .wpgb-checkbox-control {
  display: none;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox .wpgb-checkbox-label {
  display: flex;
  font-size: var(--text-m);
  margin: 0;
  padding: 0;
  transition: 0.5s ease;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox .wpgb-checkbox-label * {
  transition: inherit;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox .wpgb-checkbox-label span {
  align-items: center;
  background-color: #D9D9D9;
  border-radius: 0.5em;
  color: initial;
  display: flex;
  font-family: var(--font-display);
  font-size: var(--text-xs);
  font-weight: 700;
  justify-content: center;
  line-height: 0.5;
  margin-left: auto;
  padding: 0.53em 0.43em 0.63em;
  text-align: center;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox[aria-pressed="true"] {
  color: var(--bricks-color-asfrdt);
  font-weight: 700;
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-label span {
  background-color: var(--secondary);
  color: var(--white);
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox:hover:not([aria-pressed="true"]):not([tabindex="-1"]) {
  color: var(--accent);
}
body .facet-style--cat-list .wpgb-facet li .wpgb-checkbox:hover:not([aria-pressed="true"]):not([tabindex="-1"]) .wpgb-checkbox-label span {
  background-color: transparent;
}
body main .facet-style--search-alt .wpgb-search-facet {
  font-size: var(--text-m);
}
body main .facet-style--search-alt .wpgb-search-facet .wpgb-input {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  border-radius: 0.25em;
  border-width: 2px;
  color: var(--bricks-color-ekjden);
  font-size: var(--text-m);
  height: unset;
  line-height: 1.5;
  min-height: unset;
  padding: 0.25em 0.5em 0.25em;
  transition: 0.5s ease;
}
body main .facet-style--search-alt .wpgb-search-facet .wpgb-input::placeholder {
  color: #828480;
}
body main .facet-style--search-alt .wpgb-search-facet .wpgb-input:focus {
  background-color: var(--white);
  border-color: var(--secondary);
}
body main .facet-style--search-alt .wpgb-search-facet .wpgb-input-icon {
  display: none;
  height: 1em;
  margin: 0 0.5em;
  width: 1em;
}
body main .facet-style--search-alt .wpgb-search-facet .wpgb-clear-button {
  color: #828480;
  transition: 0.5s ease;
  width: var(--space-m);
}
body main .facet-style--search-alt .wpgb-search-facet .wpgb-clear-button:hover {
  color: var(--accent);
}
.facet-style--load-more .wpgb-facet .wpgb-load-more {
  align-items: center;
  background-color: var(--primary);
  color: var(--primary-ultra-light);
  cursor: pointer;
  border-style: solid;
  border-color: var(--primary);
  display: flex;
  justify-content: center;
  padding: 0.75em 1.5em;
  padding-top: 0.75em;
  border-width: 0.25rem;
  border-radius: 0.55em;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-style: normal;
  min-width: 0rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.2 * ((100vw - 32rem) / 82)));
  font-size: clamp(1.6rem, calc(0.243902439vw + 1.5219512195rem), 1.8rem);
}
.facet-style--load-more .wpgb-facet:hover, .facet-style--load-more .wpgb-facet:focus {
  background-color: transparent;
  color: var(--primary);
  border-color: transparent;
  cursor: pointer;
}
.facet-style--load-more .wpgb-facet:focus {
  outline-style: solid;
  outline-color: var(--primary);
  outline-width: 0.2rem;
  outline-offset: 0.25em;
}
.facet-style--load-more .wpgb-facet:focus:not(:focus-visible) {
  outline: none;
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list {
  gap: var(--space-xs);
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li {
  margin: 0;
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li .wpgb-button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--bricks-color-93c427);
  flex-direction: row-reverse;
  font-size: var(--text-xs);
  justify-content: center;
  min-height: unset;
  padding: 0;
  text-transform: uppercase;
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li .wpgb-button .wpgb-button-control {
  font-size: inherit;
  margin-top: 0.25em;
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li .wpgb-button .wpgb-button-control::before, .facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li .wpgb-button .wpgb-button-control::after {
  background: currentColor;
  height: 0.8125em;
  left: 0.5em;
  width: 0.125em;
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li .wpgb-button .wpgb-button-label {
  font-size: inherit;
  margin-right: 0.5em;
  padding: 0;
}
.facet-style--selections .wpgb-facet fieldset .wpgb-selection-facet .wpgb-inline-list li .wpgb-button:hover {
  color: var(--accent);
}
