/** Shopify CDN: Minification failed

Line 250:9 Expected identifier but found whitespace
Line 250:14 Unexpected ";"
Line 278:3 Unexpected "/"

**/
.facet-filters.sorting.caption .facet-filters__label {
    display: none;
}
.facets__form .product-count {
    display: none;
}
.facets__summary .icon-caret {
    right: 0;
    height: .5rem;
    margin-left: .625rem;
    position: relative;
}
p.facet-filters__label.caption-large.text-body {
    display: none;
}
form#FacetFiltersForm .facets__display {
    max-width: 11.625rem;
    width: 11.625rem;
    background: #fff;
    box-shadow: 0 4px 3px #00000014;
    border-radius: 0;
    border: 0;
    overflow: hidden;
}
details[open] .facets__summary .icon-caret {
    transform: rotate(180deg);
}
ul.facets-layout.facets-layout-list {
    /* padding-left: 0.625rem !important; */
    /* padding-right: 0.625rem !important; */
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    margin-right: 0.5rem;
}
span.square {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #989898;
    border-radius: 1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .9375rem;
    position: relative;
}

.facets-layout-list--text input[type=checkbox]:checked ~ span.squaree,
.facets__label.active span.squaree{
    border: 0.5px solid #000;
}
.facets-layout-list--text input[type=checkbox]:checked ~ span.squaree:after,
.facets__label.active span.squaree:after{
    content: 'x';
    width: .75rem;
    height: .75rem;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 0;
    display: inline-flex;
    line-height: .75rem;
    align-items: center;
    justify-content: center;
}
.facets-layout-list--text input[type=checkbox]:checked ~ span.square:before,
.facets__label.active span.square:before{
    content: 'x';
    width: .75rem;
    height: .75rem;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 0;
    display: inline-flex;
    line-height: .75rem;
    align-items: center;
    justify-content: center;
}
.facets-layout-list--text input[type=checkbox] {
    top: 0;
}
.facet-checkbox {
    padding: 0 0 1rem 0;
    flex-grow: 1;
    font-size: 1rem;
}
.facets__heading{
    font-size:1rem;
    margin-bottom: 0;
    padding-right: 3.125rem;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.25rem;
    margin: 0;
}
.facets__disclosure {
    margin-right: 2.5rem;
}
form#FacetFiltersForm .facets__summary {
    font-size:1rem;
    margin-bottom: 0;
    padding: 0 0 0 0 !important;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.25rem;
}
form#FacetFiltersForm {
    position: relative;
}
aside#main-collection-filters > div {
    padding-bottom: 1.5625rem;
    margin-bottom: 0;
    border-bottom: 0;
}
form#FacetFiltersForm .facets__summary > div {
    display: inline-flex;
    align-items: center;
}
form#FacetFiltersForm .facets__summary svg.icon.icon-right {
    right: 0;
    height: .5rem;
    margin-left: .625rem;
}
:root {
  /* Define your color variables here */
  --heading-color: #000; /* Replace with your preferred color */
  --secondary-background: #000; /* Replace with your preferred color */
  --border-color: #000; /* Replace with your preferred color */
  --range-min: 20%; /* Example for minimum range fill */
  --range-max: 80%; /* Example for maximum range fill */
}
price-range1.price-range {
    position: relative;
}
.price-range__input-group {
    display: flex;
    width: 100%;
}
.price-range__input {
    flex: 1 0 0;
    min-width: 0;
}
.price-range__input.input-prefix {
    border: 0;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: .3125rem .625rem;
    font-size: .875rem;
    display: flex;
    color: #5C5C5C;
    font-size: .938rem;
    position: absolute;
    top: .9rem;
    left: 0;
    width: 4.5rem;
}
.price-range__input.input-prefix:last-child{
  left: auto;
  right: 0;
  width: 4.5rem;
}
.price-range__input.input-prefix * {
    color: #5C5C5C;
    font-size: .938rem;
}
.price-range__input-group {
    display: flex;
    width: 100%;
    margin-top: 1rem;
}
input.input-prefix__field {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    text-align: end;
    border: none;
    width: 100%;
    min-width: 0;
    font-size: 1rem;
}
form#FacetFiltersForm .details-price-range .facets__display {
    max-width: 17.625rem;
    width: 17.625rem;
}
.price-range__delimiter {
    margin: 0 0.75rem;
}
input.range {
    position: relative;
    top: -3px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input.input-prefix__field {
    color: #000;
}
input.input-prefix__field:placeholder{
  color: #000;
}
/*** FILTER  PRICE ***/

/* .range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
  background: #fff;
  cursor: pointer;
  z-index: 1;
  border: none;
  border-radius: 1.875rem;
  width: .875rem;
  height: 0.625rem;
  margin-top: -0.1875rem;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: red;
  border: none;
  border-radius: 0.25rem;
  width: 100%;
  height: 0.25rem;
}

.range::-moz-range-thumb {
  background: red;
  cursor: pointer;
  /* box-shadow: 0 0 0 0.125rem var(--secondary-background); */
  border: none;
  border-radius: 100%;
  width: 0.0625rem;
  height: 0.6875rem;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
  width: 100%;
  height: 0.25rem;
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
  width: 100%;
  height: 0.25rem;
}

.range::-moz-range-progress {
  /* background-color: var(--heading-color); */
}

.range::-moz-range-track {
  /* background-color: var(--border-color); */
} */

@media screen and not (any-hover: hover) {
  
  .range::-webkit-slider-thumb {
    width: 0.0625rem;
    height: 0.6875rem;
    margin-top: -0.5rem;
  }

  .range::-moz-range-thumb {
    width: 0.0625rem;
    height: 0.6875rem;
  }
}
.price-range__delimiter {
    margin: 0 .75rem;
    display: none;
}
.range-group {
    background: linear-gradient(to right,var(--border-color) var(--range-min),var(--heading-color) var(--range-min),var(--heading-color) var(--range-max),var(--border-color) var(--range-max));
    border-radius: 0;
    height: 1px;
    margin-top: 2rem;
    position: relative;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 2rem;
}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 0.25rem;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
    position: absolute;
    left: 0;
}
.facets__price {
    padding: 0;
}
span.color-custom {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
span.color-custom.facet-custom-color {
    width: 1rem;
    border-radius: 50%;
    height: 1rem;
}
span.color-custom.facet-custom-color:nth-child(2){
  display:none;
}
span.white-border.color-custom.facet-custom-color {
    border: 1px solid;
}
@media screen and (max-width: 990px) {
  .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open {
    display: flex;
    flex-direction: row-reverse;
  }
}