.ds-acf,
.ds-acf * {
  box-sizing: border-box;
}

body.ds-acf-enabled .flycolumn > .mobile_filter_control,
body.ds-acf-enabled .flycolumn > .collapse-wrap,
body.ds-acf-enabled .flycolumn > .wcapf-form,
body.ds-acf-enabled .flycolumn > .widget,
body.ds-acf-enabled .flycolumn > .selected_items,
body.ds-acf-enabled .flycolumn > .clear-filters-container {
  display: none !important;
}

.ds-acf {
  background: #f7f7f9;
  color: #20252b;
  display: none;
  margin-bottom: 11px;
  overflow: hidden;
  padding: 0 0 10px;
  position: relative;
}

.ds-acf--placed {
  display: none;
}

.ds-acf.ds-acf--ready {
  display: block;
}

.ds-acf--placed.ds-acf--ready {
  display: block;
}

.ds-acf__head {
  align-items: center;
  display: none;
  justify-content: space-between;
  margin: 0;
  padding: 24px;
  position: relative;
}

.ds-acf__title {
  display: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ds-acf__head::after {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 16px;
  font-weight: 200;
  position: absolute;
  right: 20px;
  top: 24px;
}

.ds-acf__close,
.ds-acf__footer {
  display: none;
}

.ds-acf__skeleton,
.ds-acf__error,
.ds-acf-empty {
  color: #606870;
  font-size: 14px;
  padding: 12px 0;
}

.ds-acf__content .ds-acf-facet:first-child {
  border-top: 0;
}

.ds-acf-facet {
  border-top: 1px solid #e1e1e4;
  padding: 0;
}

.ds-acf-facet:first-child {
  border-top: 1px solid #e1e1e4;
}

.ds-acf-facet__summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  list-style: none;
  padding: 16px 24px;
  position: relative;
  text-transform: uppercase;
}

.ds-acf-facet__summary::-webkit-details-marker {
  display: none;
}

.ds-acf-facet__summary::after {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 14px;
  font-weight: 200;
  position: absolute;
  right: 20px;
  top: 15px;
}

.ds-acf-facet[open] > .ds-acf-facet__summary::after {
  content: "\e900";
}

.ds-acf-facet__search {
  display: none !important;
}

.ds-acf-options {
  display: grid;
  gap: 8px;
  padding: 0 25px 15px;
}

.ds-acf-option {
  align-items: center;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  gap: 11px;
  grid-template-columns: 16px 1fr;
  line-height: 1.25;
}

.ds-acf-option input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.ds-acf-option__box {
  background: #fff;
  border: 1px solid #c9c9c9;
  display: block;
  height: 12px;
  width: 12px;
}

.ds-acf-option input:checked + .ds-acf-option__box {
  background: #000;
  border-color: #000;
}

.ds-acf-option__count {
  color: #737a82;
  display: none;
  font-size: 12px;
}

.ds-acf-option.is-disabled {
  color: #9aa0a7;
  cursor: default;
}

.ds-acf-price {
  padding: 24px 30px 28px;
}

.ds-acf-price__values {
  align-items: center;
  color: #20252b;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 28px;
}

.ds-acf-price__slider {
  --ds-acf-price-start: 0%;
  --ds-acf-price-end: 100%;
  height: 22px;
  position: relative;
  width: 100%;
}

.ds-acf-price__track {
  background: linear-gradient(
    to right,
    transparent 0,
    transparent var(--ds-acf-price-start),
    #000 var(--ds-acf-price-start),
    #000 var(--ds-acf-price-end),
    transparent var(--ds-acf-price-end),
    transparent 100%
  );
  height: 4px;
  left: 9px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.ds-acf-price__range {
  appearance: none;
  background: transparent;
  height: 22px;
  left: 0;
  margin: 0;
  outline: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ds-acf-price__range--min {
  z-index: 2;
}

.ds-acf-price__range--max {
  z-index: 3;
}

.ds-acf-price__range::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.ds-acf-price__range::-moz-range-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.ds-acf-price__range::-webkit-slider-thumb {
  appearance: none;
  background: #000;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  height: 18px;
  margin-top: -7px;
  pointer-events: auto;
  width: 18px;
}

.ds-acf-price__range::-moz-range-thumb {
  background: #000;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  height: 18px;
  pointer-events: auto;
  width: 18px;
}

.ds-acf__apply,
.ds-acf-mobilebar__button,
.ds-acf-reset {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ds-acf__apply {
  background: #000;
  color: #fff;
  min-height: 38px;
  padding: 10px 14px;
}

.ds-acf-active {
  display: none !important;
  margin: 0 0 16px;
}

.ds-acf-active[hidden] {
  display: none;
}

.ds-acf-active__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ds-acf-chip {
  align-items: center;
  background: #f1f2f4;
  color: #20252b;
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  min-height: 32px;
  padding: 7px 10px;
  text-decoration: none;
}

.ds-acf-chip b {
  font-size: 16px;
  line-height: 1;
}

.ds-acf-reset {
  background: transparent;
  color: #0a66c2;
  font-size: 13px;
  min-height: 32px;
  padding: 7px 0;
}

.ds-acf-mobilebar {
  display: none;
}

body.ds-acf-mobile-archive .cat-filter,
body.ds-acf-mobile-archive .cat-filter .window {
  display: none !important;
  pointer-events: none !important;
}

body.ds-acf-mobile-archive .ds-acf-mobilebar {
  display: none !important;
}

body.ds-acf-mobile-archive .site-main > h1.page-title.ds-seo-h1,
body.ds-acf-mobile-archive .storefront-sorting > nav.woocommerce-breadcrumb {
  display: none !important;
}

body.ds-acf-mobile-archive .ds-acf-mobile-archive-meta {
  border-top: 1px solid #e2e3e5;
  color: #20252b;
  margin: 24px 0 0;
  padding: 20px 15px 92px;
}

body.ds-acf-mobile-archive .ds-acf-mobile-archive-meta h1.page-title.ds-seo-h1 {
  display: block !important;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 14px;
  text-align: left;
}

body.ds-acf-mobile-archive .ds-acf-mobile-archive-meta nav.woocommerce-breadcrumb {
  display: block !important;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

body.ds-acf-mobile-archive .togglerMobileFilter {
  bottom: 14px !important;
  display: block !important;
  left: 21px !important;
  position: fixed !important;
  z-index: 9999 !important;
}

body.ds-acf-mobile-archive .togglerMobileFilter a {
  align-items: center !important;
  background: #000 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .22) !important;
  color: #fff !important;
  display: inline-flex !important;
  height: 45px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 45px !important;
}

body.ds-acf-mobile-archive .togglerMobileFilter a i {
  display: none !important;
}

body.ds-acf-mobile-archive .togglerMobileFilter a::before {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M4%207h5%27/%3E%3Cpath%20d%3D%27M15%207h5%27/%3E%3Cpath%20d%3D%27M4%2012h9%27/%3E%3Cpath%20d%3D%27M17%2012h3%27/%3E%3Cpath%20d%3D%27M4%2017h3%27/%3E%3Cpath%20d%3D%27M13%2017h7%27/%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%277%27%20r%3D%272.2%27/%3E%3Ccircle%20cx%3D%2715%27%20cy%3D%2712%27%20r%3D%272.2%27/%3E%3Ccircle%20cx%3D%2710%27%20cy%3D%2717%27%20r%3D%272.2%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

body.ds-acf-mobile-archive.ds-acf-drawer-open .togglerMobileFilter {
  display: none !important;
}

body.ds-acf-mobile-archive .ds-acf {
  bottom: 0;
  box-shadow: -8px 0 28px rgba(0, 0, 0, .2);
  height: 100dvh;
  left: auto;
  margin: 0;
  max-height: none;
  max-width: 390px;
  overflow: auto;
  padding: 0 0 86px;
  position: fixed;
  right: -390px !important;
  top: 0;
  transition: right .22s ease, transform .22s ease;
  width: min(88vw, 390px);
  z-index: 10001;
}

body.ds-acf-mobile-archive.ds-acf-drawer-open .ds-acf {
  right: 0 !important;
  transform: translateX(0) !important;
}

body.ds-acf-mobile-archive.ds-acf-drawer-open {
  overflow: hidden;
}

body.ds-acf-mobile-archive .ds-acf__head {
  background: #f7f7f9;
  display: flex;
  justify-content: flex-end;
  padding: 18px;
  position: sticky;
  top: 0;
  z-index: 2;
}

body.ds-acf-mobile-archive .ds-acf__close {
  background: transparent;
  color: #20252b;
  display: block;
  font-size: 28px;
  line-height: 1;
  padding: 0;
  position: relative;
  z-index: 1;
}

body.ds-acf-mobile-archive .ds-acf__head::after {
  display: none;
}

body.ds-acf-mobile-archive .ds-acf__footer {
  background: #f7f7f9;
  bottom: 0;
  display: block;
  padding: 14px 18px;
  position: sticky;
  z-index: 2;
}

body.ds-acf-mobile-archive .ds-acf__apply {
  width: 100%;
}

body.ds-acf-mobile-archive .ds-acf-backdrop {
  background: rgba(0, 0, 0, .42);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

body.ds-acf-mobile-archive.ds-acf-drawer-open .ds-acf-backdrop {
  display: block;
}

body.ds-acf-loading .ds-acf-products-result,
body.ds-acf-loading ul.products {
  opacity: .45;
  pointer-events: none;
}

body.ds-acf-loading::after {
  animation: ds-acf-spin .8s linear infinite;
  border: 3px solid rgba(0, 0, 0, .15);
  border-top-color: #000;
  border-radius: 50%;
  content: "";
  height: 34px;
  left: 50%;
  margin: -17px 0 0 -17px;
  position: fixed;
  top: 50%;
  width: 34px;
  z-index: 10000;
}

@keyframes ds-acf-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  body.ds-acf-enabled .cat-filter,
  body.ds-acf-enabled .cat-filter .window {
    display: none !important;
    pointer-events: none !important;
  }

  body.ds-acf-enabled .site-main > h1.page-title.ds-seo-h1,
  body.ds-acf-enabled .storefront-sorting > nav.woocommerce-breadcrumb {
    display: none !important;
  }

  body.ds-acf-enabled .ds-acf-mobile-archive-meta {
    border-top: 1px solid #e2e3e5;
    color: #20252b;
    margin: 24px 0 0;
    padding: 20px 15px 92px;
  }

  body.ds-acf-enabled .ds-acf-mobile-archive-meta h1.page-title.ds-seo-h1 {
    display: block !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 14px;
    text-align: left;
  }

  body.ds-acf-enabled .ds-acf-mobile-archive-meta nav.woocommerce-breadcrumb {
    display: block !important;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }

  body.ds-acf-enabled .togglerMobileFilter {
    bottom: 14px !important;
    display: block !important;
    left: 21px !important;
    position: fixed !important;
    z-index: 9999 !important;
  }

  body.ds-acf-enabled .togglerMobileFilter a {
    align-items: center !important;
    background: #000 !important;
    border: 0 !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .22) !important;
    color: #fff !important;
    display: inline-flex !important;
    height: 45px !important;
    justify-content: center !important;
    line-height: 1 !important;
    width: 45px !important;
  }

  body.ds-acf-enabled .togglerMobileFilter a i {
    display: none !important;
  }

  body.ds-acf-enabled .togglerMobileFilter a::before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M4%207h5%27/%3E%3Cpath%20d%3D%27M15%207h5%27/%3E%3Cpath%20d%3D%27M4%2012h9%27/%3E%3Cpath%20d%3D%27M17%2012h3%27/%3E%3Cpath%20d%3D%27M4%2017h3%27/%3E%3Cpath%20d%3D%27M13%2017h7%27/%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%277%27%20r%3D%272.2%27/%3E%3Ccircle%20cx%3D%2715%27%20cy%3D%2712%27%20r%3D%272.2%27/%3E%3Ccircle%20cx%3D%2710%27%20cy%3D%2717%27%20r%3D%272.2%27/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    width: 22px;
  }

  body.ds-acf-drawer-open .togglerMobileFilter {
    display: none !important;
  }

  .ds-acf-mobilebar {
    display: none !important;
  }

  .ds-acf-mobilebar__button {
    align-items: center;
    background: #000;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    text-transform: uppercase;
    width: 100%;
  }

  .ds-acf-mobilebar__count {
    align-items: center;
    background: #fff;
    color: #000;
    display: inline-flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    padding: 0 6px;
  }

  .ds-acf-mobilebar__count[hidden] {
    display: none;
  }

  .ds-acf {
    bottom: 0;
    box-shadow: -8px 0 28px rgba(0, 0, 0, .2);
    height: 100dvh;
    left: auto;
    margin: 0;
    max-height: none;
    max-width: 390px;
    overflow: auto;
    padding: 0 0 86px;
    position: fixed;
    right: -390px !important;
    top: 0;
    transform: translateX(105%) !important;
    transition: right .22s ease, transform .22s ease;
    width: min(88vw, 390px);
    z-index: 10001;
  }

  body.ds-acf-drawer-open .ds-acf {
    right: 0 !important;
    transform: translateX(0) !important;
  }

  body.ds-acf-drawer-open {
    overflow: hidden;
  }

  .ds-acf__head {
    display: flex;
    justify-content: flex-end;
    padding: 18px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .ds-acf__close {
    background: transparent;
    color: #20252b;
    display: block;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    position: relative;
    z-index: 1;
  }

  .ds-acf__head::after {
    display: none;
  }

  .ds-acf__footer {
    background: #f7f7f9;
    bottom: 0;
    display: block;
    padding: 14px 18px;
    position: sticky;
    z-index: 2;
  }

  .ds-acf__apply {
    width: 100%;
  }

  .ds-acf-backdrop {
    background: rgba(0, 0, 0, .42);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
  }

  body.ds-acf-drawer-open .ds-acf-backdrop {
    display: block;
  }

  .ds-acf-active {
    margin: 10px 15px;
  }
}
