@media all and (min-width: 961px)  {
  .ajax-filter {
    position: relative;
  }
}
@keyframes spinMeRightRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ajax-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
@media all and (min-width: 961px)  {
  .ajax-filter:before {
    background: rgba(255, 255, 255, 0.75);
  }
}
.ajax-filter:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid rgba(33, 33, 33, 1);
  background: transparent;
  border-top-color: transparent;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
  z-index: 30;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.ajax-filter.filtering:before, .ajax-filter.filtering:after {
  opacity: 1;
  visibility: visible;
}
.ajax-filter.filtering:after {
  animation: spinMeRightRound infinite 1s linear;
}
.product-filter-container:last-child {
  margin-bottom: 0;
}
.product-filter-container .filter-control {
  padding-bottom: 20px;
}
.product-filter-container:first-child .product-filter-title {
  padding-top: 0;
  border-top: 0;
}
.products-filter--collapsible .products-filter__option.has-children .product-meta {
  padding-right: 28px;
}
.products-filter--collapsible .products-filter__option .products-filter__option-toggler {
  margin-left: auto;
  padding: 6px 5px;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 0;
}
.products-filter--collapsible .products-filter__option .products-filter__option-toggler:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNC41MDQ5NSA0LjgyMDExTDAuMjA1MjQxIDEuMDQ4NTZDLTAuMDY4NDEzNyAwLjgwODY0NiAtMC4wNjg0MTM3IDAuNDE5NjYzIDAuMjA1MjQxIDAuMTc5ODY0QzAuNDc4NjUyIC0wLjA1OTk1NDcgMC45MjIwOTggLTAuMDU5OTU0NyAxLjE5NTQ5IDAuMTc5ODY0TDUuMDAwMDcgMy41MTcxTDguODA0NTIgMC4xNzk5NjFDOS4wNzgwNSAtMC4wNTk4NTc3IDkuNTIxNDUgLTAuMDU5ODU3NyA5Ljc5NDg2IDAuMTc5OTYxQzEwLjA2ODQgMC40MTk3OCAxMC4wNjg0IDAuODA4NzQzIDkuNzk0ODYgMS4wNDg2Nkw1LjQ5NTA4IDQuODIwMkM1LjM1ODMxIDQuOTQwMTEgNS4xNzkyNSA1IDUuMDAwMDkgNUM0LjgyMDg1IDUgNC42NDE2NSA0Ljk0IDQuNTA0OTUgNC44MjAxMVoiIGZpbGw9IiM3Njc2NzYiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease-in-out;
  background-size: 12px;
}
.products-filter--collapsible .products-filter__option.active > .product-meta .products-filter__option-toggler:before, .products-filter--collapsible .products-filter__option.selected > .product-meta .products-filter__option-toggler:before {
  transform: rotateX(180deg);
}
.product-filter-options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow: auto;
  scrollbar-color: rgba(33, 33, 33, 1) rgba(241, 241, 241, 1);
  scrollbar-width: thin;
}
.product-filter-options::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.product-filter-options::-webkit-scrollbar-track {
  background-color: rgba(241, 241, 241, 1);
  border-radius: 10px;
  overflow: hidden;
}
.product-filter-options::-webkit-scrollbar-thumb {
  background-color: rgba(33, 33, 33, 1);
  border-radius: 10px;
  overflow: hidden;
}
.product-filter-options ul {
  padding-left: 15px;
  margin-top: 10px;
  width: 100%;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .product-filter-options ul {
    flex: 0 0 100%;
  }
}
.product-filter-options ul.children {
  display: none;
}
.product-filter-options li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  align-items: center;
  gap: 5px;
}
.product-filter-options li:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 2px) and (max-width: 640px)  {
  .product-filter-options li {
    flex: 0 0 100%;
  }
}
.product-filter-options li .product-meta {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  gap: 3px;
}
.product-filter-options li .product-name {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.product-filter-options li .product-name:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: rgba(241, 241, 241, 1);
  margin-right: 8px;
  border-radius: 2px;
  flex: 0 0 auto;
  margin-top: 2px;
}
.product-filter-options li .product-name:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 16px;
  height: 16px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 2px;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14' height='10' width='10'%3E%3Cpath fill='rgba(33, 33, 33, 1)' fill-rule='evenodd' d='M13.637 1.19792C14.0627 1.54974 14.1227 2.18006 13.7708 2.60579L5.73084 12.335L5.72842 12.3379C5.54554 12.5575 5.31602 12.7336 5.05655 12.8534C4.79707 12.9731 4.51417 13.0336 4.22842 13.0302L4.22752 13.0302C3.93709 13.0266 3.65125 12.9573 3.39146 12.8274C3.13254 12.6979 2.9062 12.5117 2.72931 12.2826C2.72871 12.2818 2.72812 12.281 2.72752 12.2802L0.210633 9.04426C-0.128437 8.60831 -0.0499029 7.98003 0.386044 7.64096C0.821992 7.30189 1.45027 7.38043 1.78934 7.81638L4.25291 10.9838L12.2291 1.33176C12.5809 0.906034 13.2113 0.846112 13.637 1.19792Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10;
}
.product-filter-options li .product-name:hover {
  cursor: pointer;
}
.product-filter-options li .product-name:hover:after {
  opacity: 0.6;
}
.product-filter-options li.selected > .product-meta .product-name:before {
  border-color: rgba(33, 33, 33, 1);
  background-color: rgba(33, 33, 33, 1);
}
.product-filter-options li.selected > .product-meta .product-name:after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14' height='10' width='10'%3E%3Cpath fill='white' fill-rule='evenodd' d='M13.637 1.19792C14.0627 1.54974 14.1227 2.18006 13.7708 2.60579L5.73084 12.335L5.72842 12.3379C5.54554 12.5575 5.31602 12.7336 5.05655 12.8534C4.79707 12.9731 4.51417 13.0336 4.22842 13.0302L4.22752 13.0302C3.93709 13.0266 3.65125 12.9573 3.39146 12.8274C3.13254 12.6979 2.9062 12.5117 2.72931 12.2826C2.72871 12.2818 2.72812 12.281 2.72752 12.2802L0.210633 9.04426C-0.128437 8.60831 -0.0499029 7.98003 0.386044 7.64096C0.821992 7.30189 1.45027 7.38043 1.78934 7.81638L4.25291 10.9838L12.2291 1.33176C12.5809 0.906034 13.2113 0.846112 13.637 1.19792Z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}
.product-filter-options li.selected > .children, .product-filter-options li.active > .children {
  display: block;
}
.product-filters-active {
  list-style: none;
  padding: 0;
  display: none;
  flex-wrap: wrap;
  gap: 10px;
  order: 5;
}
.product-filters-active.browse {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.product-filters-active:empty {
  display: none;
}
.product-filters-active a {
  font-size: 0.875rem;
  display: flex;
  flex: 0 0 auto;
  background: rgba(241, 241, 241, 1);
  color: rgba(77, 77, 77, 1);
  padding: 8px 12px;
  border-radius: 4px;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  gap: 3px;
}
.product-filters-active a:after {
  content: "";
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' height='80' width='80'%3E%3Cpath d='M14.3,12.18a.24.24,0,0,1,0-.35l9.26-9.27a1.49,1.49,0,0,0,0-2.12,1.51,1.51,0,0,0-2.12,0L12.18,9.7a.25.25,0,0,1-.36,0L2.56.44A1.51,1.51,0,0,0,.44.44a1.49,1.49,0,0,0,0,2.12L9.7,11.83a.24.24,0,0,1,0,.35L.44,21.44a1.49,1.49,0,0,0,0,2.12,1.51,1.51,0,0,0,2.12,0l9.26-9.26a.25.25,0,0,1,.36,0l9.26,9.26a1.51,1.51,0,0,0,2.12,0,1.49,1.49,0,0,0,0-2.12Z' fill='darkgray'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 8px;
  width: 8px;
  height: 8px;
  transition: background 0.3s ease-in-out;
}
.product-filters-active a:hover {
  background: rgba(217, 217, 217, 1);
}
.product-filters-active .remove-all-filters {
  background: transparent;
  text-decoration: underline;
}
.product-filters-active .remove-all-filters:after {
  display: none;
}
.product-filters-active .remove-all-filters:hover {
  background: transparent;
  color: rgba(255, 158, 27, 1);
}
.product-filters-buttons {
  display: none;
}
.product-filter-title {
  font-size: 1rem;
  color: rgba(33, 33, 33, 1);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  letter-spacing: 0.025em;
  border-top: 1px solid rgba(241, 241, 241, 1);
  padding: 20px 0;
  margin-bottom: 0;
  cursor: pointer;
}
@media all and (max-width: 1220px) {
  .product-filter-title {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .product-filter-title {
    font-size: 1rem;
  }
}
.product-filter-title:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' height='20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(0.8333333333333334,0,0,0.8333333333333334,0,0)'%3E%3Cpath d='M23.25,7.311,12.53,18.03a.749.749,0,0,1-1.06,0L.75,7.311' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center right;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: auto;
}
.product-filter-title.closed:after {
  transform: rotate(180deg);
}
.product-count {
  opacity: 0.6;
}
.product-count:before {
  content: " (";
}
.product-count:after {
  content: ") ";
}
