/**
 * @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
 */
.selectionBody[data-v-df8d43ab] {
  height: var(--facet-list-height);
  margin: 0px;
  transition: height 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
}
.selectionBody .card-body[data-v-df8d43ab] {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0px 1px;
}
.selectionBody .card-body .parent-category-link[data-v-df8d43ab] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .parent-category-link[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .parent-category-link[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .parent-category-link[data-v-df8d43ab] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .parent-category-link a[data-v-df8d43ab] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .parent-category-link a[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .parent-category-link a[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .parent-category-link a[data-v-df8d43ab] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .parent-category-link[data-v-df8d43ab] {
  display: block;
  padding-bottom: 32px;
}
@media (min-width: 1025px) {
.selectionBody .card-body .parent-category-link[data-v-df8d43ab] {
    padding-bottom: 24px;
}
}
.selectionBody .card-body .category-link[data-v-df8d43ab] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .category-link[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link[data-v-df8d43ab] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .category-link a[data-v-df8d43ab] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link a[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .category-link a[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link a[data-v-df8d43ab] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .category-link[data-v-df8d43ab] {
  display: block;
  padding: 4px 0px;
  text-decoration: none;
}
@media (min-width: 1025px) {
.selectionBody .card-body .category-link[data-v-df8d43ab] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .category-link[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link[data-v-df8d43ab] {
    color: #ffffff;
    fill: #ffffff;
}
.selectionBody .card-body .category-link a[data-v-df8d43ab] {
    color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link a[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .category-link a[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link a[data-v-df8d43ab] {
    color: #ffffff;
    fill: #ffffff;
}
.selectionBody .card-body .category-link[data-v-df8d43ab] {
    line-height: 8px;
}
}
.selectionBody .card-body .category-link[data-v-df8d43ab]:hover {
  text-decoration: underline;
}
.selectionBody .card-body .category-link.selected[data-v-df8d43ab] {
  line-height: 24px;
  text-decoration: underline;
}
@media (min-width: 1025px) {
.selectionBody .card-body .category-link.selected[data-v-df8d43ab] {
    line-height: 8px;
}
}
.selectionBody .card-body .category-link.child[data-v-df8d43ab] {
  margin-left: 16px;
}
.selectionBody .card-body .facet-option[data-v-df8d43ab] .form-control-checkbox {
  margin-right: 12px;
}
.selectionBody .card-body .facet-option[data-v-df8d43ab] .control-label {
  margin-left: 0px;
}
.selectionBody .card-body .facet-option[data-v-df8d43ab]:last-child {
  margin-bottom: 16px;
  cursor: pointer;
}
.selectionBody .card-body .tiles-wrapper[data-v-df8d43ab] {
  display: block;
}
@media (min-width: 1025px) {
.selectionBody .card-body .tiles-wrapper[data-v-df8d43ab] {
    max-width: 200px;
}
}
.selectionBody .card-body .tiles-wrapper[data-v-df8d43ab]:after {
  content: "";
  display: table;
  clear: both;
}
.selectionBody .card-body .tiles-wrapper .facet-tile-option[data-v-df8d43ab] {
  cursor: pointer;
}
.selectionBody .card-body .tiles-wrapper .facet-tile-option[data-v-df8d43ab]:last-child {
  margin-bottom: 16px;
}
.selectionBody .card-body .see-more[data-v-df8d43ab],
.selectionBody .card-body .see-less[data-v-df8d43ab] {
  -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-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .see-more[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .see-more[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-more[data-v-df8d43ab],
.-bg-dark .selectionBody .card-body .see-less[data-v-df8d43ab],
.-bg-section-dark .selectionBody .card-body .see-less[data-v-df8d43ab],
.-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-less[data-v-df8d43ab] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .see-more a[data-v-df8d43ab],
.selectionBody .card-body .see-less a[data-v-df8d43ab] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .see-more a[data-v-df8d43ab], .-bg-section-dark .selectionBody .card-body .see-more a[data-v-df8d43ab], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-more a[data-v-df8d43ab],
.-bg-dark .selectionBody .card-body .see-less a[data-v-df8d43ab],
.-bg-section-dark .selectionBody .card-body .see-less a[data-v-df8d43ab],
.-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-less a[data-v-df8d43ab] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .see-more[data-v-df8d43ab],
.selectionBody .card-body .see-less[data-v-df8d43ab] {
  margin: 0px;
  text-decoration: underline;
}
.selectionBody .card-body[data-v-df8d43ab] .svg-icon {
  margin-right: 2px;
}
.selectionBody.collapsed[data-v-df8d43ab] {
  height: 0;
}
.selectionBody.disabled[data-v-df8d43ab] {
  opacity: 0.3;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.selectionBody .link-checkbox[data-v-df8d43ab],
.selectionBody .link-tile-checkbox[data-v-df8d43ab],
.selectionBody .link-star-rating[data-v-df8d43ab] {
  display: none;
}