/** Shopify CDN: Minification failed

Line 142:10 Expected identifier but found whitespace
Line 142:15 Unexpected ";"

**/
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}


.facets-container {
  width: 100%;
}


.facets {
  display: block;
}

.facets__form:not(.facets__form--horizontal) {
  display: block;
}


.facets__header-desktop {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.facets__heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}


.facets__wrapper--vertical {
  display: flex;
  flex-direction: column;
  gap: 0;
}


.facets__disclosure {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.facets__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
  color: #ffffff;
}

.facets__summary::-webkit-details-marker {
  display: none;
}

.facets__summary:hover {
  color: #96cc04;
}

.facets__summary-label {
  font-size: 14px;
  font-weight: 500;
}

.facets__summary .icon-caret {
  width: 10px;
  height: 6px;
  color: currentColor;
  transition: transform 0.3s ease;
}

.facets__disclosure--horizontal .facets__summary.caption-large {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
}

.facets__disclosure--horizontal .facets__summary > div {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.facets__disclosure--horizontal summary .icon.icon-caret,
.facets__disclosure--horizontal .facets__summary .icon-caret {
  position: static !important;
  inset: auto !important;
  right: auto !important;
  top: auto !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  width: 10px !important;
  height: 6px !important;
  margin: 0 0 0 4px !important;
}

.facets__disclosure[open] .icon-caret {
  transform: rotate(180deg);
}


.facets__display--vertical {
  padding-bottom: 20px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.facets__item {
  display: flex;
  align-items: center;
}


.facets__label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #cccccc;
  font-size: 14px;
  transition: color 0.2s;
  width: 100%;
}

.facets__label:hover {
  color: #ffffff;
}

.facet-checkbox {
  position: relative;
}

.facet-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.facet-checkbox__box {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.facet-checkbox input[type="checkbox"]:checked ~ .facet-checkbox__box {
  background: #96cc04;
  border-color: #96cc04;
  color: #ffffff;
}

.facet-checkbox input[type="checkbox"]:disabled ~ .facet-checkbox__box {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
}

.facet-checkbox .icon-checkmark {
  width: 10px;
  height: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}

.facet-checkbox input[type="checkbox"]:checked ~ .facet-checkbox__box .icon-checkmark {
  opacity: 1;
}

.facet-checkbox__text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.facet-checkbox__count {
  color: #666666;
  font-size: 12px;
}


.facets__price {
  padding: 5px 0;
}

.facets__price .field {
  margin-bottom: 10px;
}

.facets__price .field__label {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}

.field__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.facets__price .field__currency {
  position: absolute;
  left: 10px;
  color: #999999;
  font-size: 13px;
}

.facets__price .field__input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  padding: 8px 10px 8px 25px;
  font-size: 13px;
}

.facets__price .field__input:focus {
  outline: none;
  border-color: #96cc04;
}


.active-facets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.active-facets__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: rgba(150, 204, 4, 0.2);
  border: 1px solid rgba(150, 204, 4, 0.3);
  border-radius: 15px;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.2s;
}

.active-facets__button .active-facets__label {
  color: inherit;
}

.active-facets__button:hover {
  background: rgba(150, 204, 4, 0.3);
}

.active-facets__button .icon-close {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.active-facets__button-remove {
  font-size: 13px;
  color: #999999;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.active-facets__button-remove:hover {
  color: #ffffff;
}


.loading__spinner {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.loading__spinner.hidden {
  display: none;
}

.spinner {
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner .path {
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
}

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

@keyframes dash {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}


.mobile-facets__wrapper {
  display: block;
  margin-right: 15px;
}

.mobile-facets__open-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  transition: background 0.2s;
}

.mobile-facets__open-wrapper:hover {
  background: rgba(255, 255, 255, 0.15);
}

.mobile-facets__open {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-facets__open-label {
  font-size: 14px;
  font-weight: 500;
}

.mobile-facets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a3a3a;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateX(100%);
}

.menu-drawer[open] .mobile-facets {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.mobile-facets__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #3a3a3a;
}

.mobile-facets__header {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #333333;
}

.mobile-facets__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-facets__heading {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.mobile-facets__count {
  font-size: 13px;
  color: #999999;
  margin: 0;
}

.mobile-facets__main {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}

.mobile-facets__details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-facets__summary {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  list-style: none;
}

.mobile-facets__summary::-webkit-details-marker {
  display: none;
}

.mobile-facets__arrow {
  color: #999999;
}


.mobile-facets__submenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a3a3a;
  z-index: 101;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.mobile-facets__details[open] .mobile-facets__submenu {
  transform: translateX(0);
}

.mobile-facets__close-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #333333;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.mobile-facets__close-button .icon-arrow {
  transform: rotate(180deg);
  width: 12px;
  height: 12px;
}

.mobile-facets__list {
  padding: 10px 0;
  flex: 1;
  overflow-y: auto;
}

.mobile-facets__label {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #cccccc;
  }

.mobile-facets__checkbox:checked ~ .facet-checkbox__text {
  color: #ffffff;
  font-weight: 500;
}

.mobile-facets__footer {
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-facets__clear {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}

.mobile-facets__footer .button {
  background: #96cc04;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}


.facet-filters__sort {
  background: transparent;
  color: #ffffff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding-right: 20px;
}

.facet-filters__label {
  margin-right: 10px;
  color: #cccccc;
}

.select .icon-caret {
  right: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}


.medium-hide {
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none;
  }
}

.large-up-hide {
  display: block;
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none;
  }
}

.small-hide {
  display: block;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
