/** Shopify CDN: Minification failed

Line 309:9 Expected identifier but found whitespace
Line 309:14 Unexpected ";"
Line 337: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;
    color:#000000;
}
p.facet-filters__label.caption-large.text-body {
    display: none;
}
form#FacetFiltersForm .facets__display {
    max-width: 13.1875rem;
    width: 13.1875rem;
    background: #fff;
    border: 0;
    overflow: hidden;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 0;
    left: 0;
    top: 2.4rem;
}
form#FacetFiltersForm .facets__summary:hover span.facets__summary-label {
    text-decoration: none;
}
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 {
    border: 0;
    border-radius: 1.25rem !important;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .75rem;
    position: relative;
    flex-shrink: 0;
    box-shadow: unset;
    top: -2px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #000000;
}

.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__label.active span.facet-checkbox__text,
.facets-layout-list--text input[type=checkbox]:checked ~ span.facet-checkbox__text {
    /* font-family: var(--text-font-medium); */
}

.facets-layout-list--text input[type=checkbox]:checked ~ span.square:before, .facets__label.active span.square:before {
    content: ' ';
    background: url(/cdn/shop/files/checked_custom.svg) no-repeat center / contain;
    position: absolute;
    left: 3px;
    color: #fff;
    width: 12px;
    height: 9px;
    top: 5px;
}
ul.facets-layout.facets-layout-list {
    max-height: 20rem;
    overflow: auto;
}

ul.facets-layout.facets-layout-list::-webkit-scrollbar {
  width: 3px; /* Adjust width as needed */
  background-color: #f5f5f5;
}

/* Scrollbar track */
ul.facets-layout.facets-layout-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

/* Scrollbar thumb */
ul.facets-layout.facets-layout-list::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 10px;
}
.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;
}
.active-facets__button--light .active-facets__button-inner {
    box-shadow: unset !important;
    padding: 0 !important;
    font-size: .875rem  !important;
        letter-spacing: 0;
}
.active-facets.active-facets-desktop {
    align-items: baseline;
}
.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: .875rem !important;
}
label.field__label.facets-to {
    display: inline-flex !important;
    position: relative !important;
    left: 0;
    top: 0;
    font-size: .9375rem;
}
form#FacetFiltersForm .facets__summary {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 0 0 0 0 !important;
    letter-spacing: 0px;
    color: #464545;
    line-height: 1.25rem;
    font-family: var(--text-semibold);
}
form#FacetFiltersForm {
    position: relative;
}
aside#main-collection-filters > div {
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    border-bottom: 0;
}
.active-facets.active-facets-desktop {
    /* align-items: flex-end;
    position: absolute;
    bottom: -3.5rem;
    width: 100%;
    z-index: 1; */
}
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: 5.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: 5.5rem;
    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;
}
.product-grid-section {
    padding-top: 3.125rem;
}
span.color-custom.facet-custom-color:nth-child(2){
  display:none;
}
span.white-border.color-custom.facet-custom-color {
    border: 1px solid;
}

.facets-container .facets__header {
    order: 2;
    justify-content: center;
    border-bottom: none;
    padding: 0;
    background: transparent !important;
    border-top: 1px solid #ECECEC;
}

.facets__disclosure .facets__display, .facets__disclosure-vertical .facets__display-vertical {
    display: flex
;
    flex-direction: column;
}
.facets__header>*:nth-child(1) {
    display: none;
}
facet-remove {
    display: block;
}
.facets__reset {
    color: rgba(149, 149, 149, 0.6);
    text-decoration: underline;
    font-size: .75rem;
    text-underline-offset: 2px;
    line-height: 1rem;
    margin-bottom: .875rem;
    margin-top: .875rem;
}

select#SortBy {
    font-size: 1rem !important;
    line-height: 1.25rem;
    color: #464545 !important;
    max-width: 12rem;
    letter-spacing: 0;
    text-transform: inherit;
    background-image: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.facet-filters.sorting.caption {
    max-width: 100%;
    padding-left: 0;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 990px) {
  /* filter */
  .mobile-facets .mobile-facets__summary>div span {
    font-size: 16px;
    color: #464545;
    font-family: var(--text-semibold);
    line-height: 21px;
    letter-spacing: 0;
  }
  .js details[open].menu-opening>.mobile-facets__submenu {
    position: relative;
    padding: 0 20px;
    background: transparent;
  }
  .mobile-facets .mobile-facets__close-button {
    display: none;
  }
  .mobile-facets .mobile-facets__main {
    padding: 0;
    background: transparent;
  }
  span.square {
    top: -1px;
  }
  .js .mobile-facets .submenu-open {
    visibility: visible!important;
  }
  .mobile-facets__details[open] .mobile-facets__list {
    padding: 10px 0;
    max-height: unset;
    border-bottom: 1px solid #c3ccbf;
    column-count: 2;
    column-gap: 0;
    flex-direction: column;
    display: flex;
  }
  .mobile-facets .mobile-facets__summary {
    padding: 0 20px;
  }
  .mobile-facets .mobile-facets__summary>div {
    border-bottom: 1px solid #c3ccbf;
    padding: 20px 0;
  }
  .menu-opening .mobile-facets__inner p.mobile-facets__count {
    display: none;
  } 
  .mobile-facets .mobile-facets__header {
    border-bottom: 0;
    padding: 0 20px;
    margin-bottom: 18px;
    border: none;
  }
  .mobile-facets .mobile-facets__heading {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0;
    font-family: var(--heading-font-bold);
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #464545;
  }
  .menu-opening .mobile-facets__inner {
    background: #fffffffa!important;
    padding: 18px 0;
    width: 100%;
    max-width: 428px;
  }
  span.facet-checkbox__text {
    font-size: 15px;
    letter-spacing: 0;
    color:#464545;
  }
  span.facet-checkbox__text span.facet-checkbox__text-label {
    font-size: 15px;
    top: 0;
  }
  .mobile-facets .mobile-facets__label .svg-wrapper {
    display: none;
  }
  .mobile-facets .mobile-facets__label {
    padding: 10px 0;
  }
  .mobile-facets .mobile-facets__submenu .mobile-facets__footer, .mobile-facets .button.button--primary.black:after {
    display: none;
  }
  .mobile-facets .mobile-facets__summary .mobile-facets__sort {
    display: none !important;
  }
  /* filter */
  body .pagination-wrapper {
    margin-top: 30px;
  }
  .product-grid-section > div {
    padding-bottom: 0;
  }
  .product-grid-section {
    padding-top: 3px;
  }
  aside#main-collection-filters > div {
    padding-bottom: 26px;
    padding-top: 0;
  }
  .mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open {
    display: flex;
    padding: 0;
    flex-direction: row-reverse;
  }
  form#FacetFiltersFormMobile .mobile-facets__heading .svg-wrapper {
    width: 22px;
    height: 14px;
        display: none;
  }
  form#FacetFiltersFormMobile .mobile-facets__heading svg {
    margin-left: 0;
    margin-right: 10px;
  }
  details.menu-opening .mobile-facets__close {
    width: 20px;
    height: 20px;
    color: #000;
    top: 1.25rem;
    right: 1.25rem;
  }
  .mobile-facets .mobile-facets__footer {
    justify-content: center;
    align-items: center;
    border-top: 0;
    padding: 30px 20px 0 20px;
    background: transparent;
    z-index: 8;
    flex-direction: column-reverse;
  }
  .mobile-facets .button.button--primary {
    min-height: auto;
    padding: 0 .5rem;
    line-height: 1.2;
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 0.9px;
    min-width: inherit;
    max-width: 388px;
    width: 100%;
    margin-bottom: 18px;
  }
  .mobile-facets .mobile-facets__footer facet-remove.mobile-facets__clear-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-facets .mobile-facets__footer>* {
    width: fit-content;
    min-width: fit-content;
  }
  .mobile-facets a.mobile-facets__clear {
    font-size: 12px;
    text-transform: inherit;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #959595;
    opacity: .6;
  }
}