/** Shopify CDN: Minification failed

Line 276:9 Expected identifier but found whitespace
Line 276:14 Unexpected ";"
Line 304:3 Unexpected "/"
Line 668:18 Expected identifier but found "!"

**/
body .facets__disclosure {
    margin-right: 2.5rem;
}
body .facets-container {
    padding-top: 0 !important;
}
body .facets__heading {
    letter-spacing: 0px;
    color: #030303;
    font-size: 1rem;
    margin: 0 1.25rem 0 0 !important;
    font-family: var(--text-semibold) !important;
}
form#FacetFiltersForm .facets__summary {
    font-size: .9375rem;
    margin-bottom: 0;
    padding: 0 0 0 0 !important;
    letter-spacing: 0px;
    color: #000000;
    line-height: 1.25rem;
    font-family: var(--text-font) !important;
}
form#FacetFiltersForm .facets__summary svg {
    right: 0;
    height: .75rem;
    margin-left: .625rem;
    position: relative;
}
.nt_multi__collections.multi__collections.multicolumn .title-wrapper-with-link {
    justify-content: center;
    max-width: 9rem;
    margin-bottom: 0;
    padding-top: 2.25rem;
}
.nt_multi__collections.multi__collections .page-width {
    max-width: 61.625rem;
}
.nt_multi__collections slider-component.slider-mobile-gutter {
    flex: 1;
    max-width: 45.625rem;
    margin-left: auto;
}
.nt_multi__collections .page-width {
    display: flex;
    padding-bottom: 5rem;
    align-items: flex-start;
}
ul#product-grid {
    --grid-desktop-horizontal-spacing: 1.25rem !important;
    --grid-desktop-vertical-spacing: 1.25rem !important;
}
ul#product-grid {
    margin-top: .5rem;
}
body select#SortBy {
    font-size: .9375rem;
    line-height: 1.25rem;
    color: #000;
    max-width: 12rem;
    letter-spacing: 0;
    font-family: var(--text-font)!important;
    text-transform: inherit;
    background-image: unset!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form#FacetFiltersForm *:focus-visible {
    outline: unset !important;
    outline-offset: unset !important;
    box-shadow: unset !important;
}
body ul.facets-layout.facets-layout-list {
    padding: 1.25rem;
    max-height: 20rem;
    overflow-y: auto;
}
.facets__disclosure .facets__display, .facets__disclosure-vertical .facets__display-vertical {
    display: flex;
    flex-direction: column;
}
.facets__header>*:nth-child(1) {
    display: none;
}
.facets-container .facets__header {
    order: 2;
    justify-content: center;
    border-bottom: none;
    padding: 0;
    background: transparent!important;
    border-top: 1px solid #ccc;
}
body .facets__form {
    grid-template-columns: unset;
    justify-content: space-between;
}
body .select .svg-wrapper, body .customer select+.svg-wrapper {
    height: .75rem;
    width: 1rem;
    top: .35rem;
}
.facets__reset {
    color: #959595!important;
    text-decoration: underline;
    font-size: .8125rem;
    text-underline-offset: 1px;
    line-height: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
form#FacetFiltersForm .facets__display {
    max-width: 12.375rem;
    width: 12.375rem;
    background: #fff;
    box-shadow: 0 4px 3px #00000014;
    border-radius: 0;
    border: 0;
    overflow: hidden;
}
span.facet-checkbox__text span.facet-checkbox__text-label {
    position: relative;
    top: 0;
}
span.facet-checkbox__text {
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
    align-items: center;
    letter-spacing: 0px;
    color: #000;
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    margin-right: 0.5rem;
}
.facets-layout-list--text input[type=checkbox] {
    top: 0;
}
label.facets__label.facet-checkbox {
    align-items: center;
}
.facet-checkbox {
    padding: 0 0 1rem 0;
    flex-grow: 1;
    font-size: 1rem;
}

: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;
}
form#FacetFiltersForm .details-price-range .facets__display {
    max-width: 17.625rem;
    width: 17.625rem;
}
.range-group .range {
    width: 100%;
    padding: 0 6px;
}
.range-group .range:last-child {
    padding: 0 9px;
}
img.image-shop-mobi {
    display: none;
}
.facet-checkbox>svg, .facet-checkbox>.svg-wrapper {
    margin-right: 0.5rem;
    display: none;
}
.active-facets__button--light .active-facets__button-inner {
    box-shadow: unset!important;
    padding: 0!important;
    font-size: .875rem!important;
}
.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: .875rem!important;
}
label.facets__label.facet-checkbox {
  align-items: center;
  background: #F5F5F5;
  letter-spacing: 0.13px;
  color: #030303;
  text-align: left;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 18px;
}
li.list-menu__item.facets__item + li.list-menu__item.facets__item {
    margin-top: 6px;
}
label.facets__label.facet-checkbox:hover span.facet-checkbox__text span.facet-checkbox__text-label{
  text-decoration: unset !important;
}

label.facets__label.facet-checkbox.active,
label.facets__label.facet-checkbox:hover {
    background: #E1E1E1  !important;
}
span.facet-checkbox__text {
    font-size: 13px;
    line-height: 18px;
}
form#FacetFiltersForm .facets__display {
    max-width:15rem;
    width: 15rem;
}
@media screen and (max-width:990px) {
  li.mobile-facets__item.list-menu__item + li.mobile-facets__item.list-menu__item {
    margin-top: 10px;
  }
  .mobile-facets__label>svg {
    display: none;
  }
  label.facets__label.mobile-facets__label {
    align-items: center;
    background: #F5F5F5;
    letter-spacing: 0.13px;
    color: #030303;
    text-align: left;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 18px;
  }
  label.facets__label.mobile-facets__label.active,
  label.facets__label.mobile-facets__label:hover {
    background: #E1E1E1  !important;
  }
  .mobile-facets .mobile-facets__heading svg{
    margin-left: .5rem
  }
  .mobile-facets .mobile-facets__heading {
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
    font-family: var(--text-semibold) !important;
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 24px;
    color: #030303;
  }
  .mobile-facets .mobile-facets__header {
    border-bottom: 1px solid #848fad24;
    padding: 0 20px 18px;
    margin-bottom: 0px;
  }
  details.menu-opening .mobile-facets__close {
    width: 15px;
    height: 15px;
    color: #000;
    top: 16px;
    right: 20px;
  }
  .category-text p {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 0;
    line-height: 19px;
  }
  .mobile-facets .mobile-facets__info {
    display: none;
  }
  ul.menu-collection-filter li a {
    line-height: 20px;
    padding: 10px 0;
  }
  ul.facets-layout.facets-layout-list.facets-layout-list--swatch.mobile-facets__list.list-unstyled {
    padding-left: 20px;
  }
  .mobile-facets .mobile-facets__main  ul.menu-collection-filter + details .mobile-facets__summary>div,
  .mobile-facets .mobile-facets__main details:nth-child(1) .mobile-facets__summary>div {
    /* border-top: .1rem solid #DCE8EB; */
  }
  .mobile-facets ul.menu-collection-filter {
    border-bottom: 0;
    padding-bottom: 15px !important;
  }
  .mobile-facets .category-text,
  .mobile-facets ul.menu-collection-filter {
    padding: 0 1.25rem;
  }
  p.filter-text {
    padding: 0 25px;
    letter-spacing: 0px;
    color: #242833;
    margin: 0 0 45px 0!important;
    font-family: var(--text-bold);
    font-size: 22px;
    line-height: 27px;
  }
  .mobile-facets .mobile-facets__main {
    padding: 0;
    background: transparent;
  }
  .mobile-facets .mobile-facets__summary {
      padding: 0 20px;
  }
  .mobile-facets .mobile-facets__summary>div {
    border-bottom: .1rem solid #eeeeee;
    padding: 15px 0;
  }
  .mobile-facets__label>svg .facet-checkbox>svg rect {
    stroke: #000;
  }
  .mobile-facets__label>svg {
    margin-right: 0.625rem;
    background: transparent;
    border: 0 !important;
    width: 1.25rem;
    height: 1.25rem;
  }
  .mobile-facets__details[open] .mobile-facets__summary>div {
    padding-bottom: 0px !important;
    border: 0 !important;
  }
  .mobile-facets__details[open] .mobile-facets__list  li{
    max-width: 100%;
  }
  .mobile-facets__details[open] .mobile-facets__list {
    margin: 0;
    border-bottom: .1rem solid #eeeeee;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  body ul.facets-layout.facets-layout-list {
    max-height: 19rem;
  }
  .mobile-facets__details[open] .mobile-facets__arrow {
      transform: scaleY(1);
  }
  .mobile-facets span.swatch {
      border-radius: 50%;
  }
  .mobile-facets .swatch-input-wrapper {
      display: flex;
      width: 1.25rem;
      height: 1.25rem;
      border-radius: initial;
  }
  .price-range__input.input-prefix *,
  .price-range__input.input-prefix {
    background-color: transparent !important;
  }
  span.facet-checkbox__text {
    font-size: 13px;
    letter-spacing: 0.13px;
    color: #000000;
  }
  .mobile-sorting {
    display: none;
  }
  .mobile-facets .mobile-facets__summary>div span svg path {
    fill: #030303;
  }
  .mobile-facets .mobile-facets__summary>div span svg {
    transform: rotate(90deg);
    width: 14px;
    height: 14px;
    top: 2px;
    position: relative;
  }
  .mobile-facets__details[open] .mobile-facets__arrow svg path {
    fill: #030303;
  }
  .mobile-facets__details[open] .mobile-facets__arrow svg {
    transform: rotate(-90deg);
  }
  .mobile-facets .mobile-facets__footer>* {
    width: fit-content;
    min-width: fit-content;
  }
  .mobile-facets .mobile-facets__footer facet-remove.mobile-facets__clear-wrapper {
    margin-left: 0;
    margin-right: auto;
  }
  .mobile-facets .mobile-facets__footer {
    justify-content: space-between;
    flex-direction: initial;
    border-top: 0;
    padding: 20px 20px 42px;
    background: transparent;
    z-index: 8;
  }
  .mobile-facets .mobile-facets__label .svg-wrapper {
    display: none;
  }
  span.square {
    margin-right: 10px;
  }
  .mobile-facets .mobile-facets__footer::before {
    /* content: '';
    position: absolute;
    width: calc(100% - 2.5rem);
    height: 1px;
    background: #DCE8EB;
    top: 0; */
  }
  .menu-opening .mobile-facets__inner p.mobile-facets__count {
    display: none;
  }
  .mobile-facets .swatch-input__input+.swatch-input__label:hover,
  .mobile-facets .swatch-input__input:hover+.swatch-input__label {
      border-radius: 50%;
  }
  .mobile-facets .swatch-input__input+.swatch-input__label {
      --swatch-input--border-radius: 0%;
      outline-offset: 0;
            border-radius: 50%;
  }
  /* .mobile-facets facet-remove.mobile-facets__clear-wrapper, */
  .mobile-facets .mobile-facets__close-button {
      display: none;
  }
  .mobile-facets .mobile-facets__label {
      padding: 10px 0;
  }
  .mobile-facets .button.button--primary.black {
      width: 100%;
  }
  .mobile-facets .mobile-facets__submenu .mobile-facets__footer,
  .mobile-facets .button.button--primary.black:after{
      display: none;
  }
  .mobile-facets  p.mobile-facets__count {
      width: 100%;
      font-size: .938rem;
      letter-spacing: 0.019rem;
      line-height: 1;
      margin-bottom: 1rem;
  }
  .mobile-facets .field__input {
      width: 90px;
      height: 25px !important;
      line-height: 25px !important;
  }
  .mobile-facets  .mobile-facets__info {
      padding: 0 1.75rem;
      font-size: .813rem;
      margin: 0;
  }
  .mobile-facets .field__input::placeholder{
      color: #868686 !important;
  }
  .mobile-facets .mobile-facets__summary .mobile-facets__details,
  .mobile-facets .field:before,.field:after{
      display: none;
  }
  .mobile-facets .field__input::placeholder,
  .mobile-facets .field input::placeholder {
      opacity: 1 !important;
      padding:0;  !important;
  }
  .mobile-facets label.field__label {
    font-size: 13px !important;
    line-height: 15px;
    text-transform: lowercase;
    display: none;
  }
  .mobile-facets .mobile-facets__summary svg.icon.icon-right {
    width: 19px;
  }
  .facets__form .active-facets__button-wrapper *,.facets__form span.active-facets__button-inner {
      font-size: .875rem;
  }
  .facets__form span.active-facets__button-inner {
      padding: .5rem 1rem;
  }
  .mobile-facets__inner {
    width: 100% !important;
    padding-top: 18px;
    max-width: 428px !important;
  }
  .facets-vertical .facets__price {
    padding: 0 1.25rem;
    max-width: 290px;
  }
  .js details[open].menu-opening>.mobile-facets__submenu{
    position: relative;
    padding: 0 20px;
    background: transparent;
  }
  .mobile-facets .list-menu__item svg.icon.icon-checkmark {
    /* display: none; */
  }
  .active-facets__button--light .active-facets__button-inner {
    box-shadow: unset!important;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
  }
  .menu-opening .mobile-facets__inner {
    background: #fffffffa !important;
  }
  .active-facets__button--light:hover .active-facets__button-inner{
    box-shadow: unset!important;
  }
  body aside#main-collection-filters>div {
    flex-direction: column;
  }
  .active-facets__button, .active-facets__button-remove {
    padding: 1rem 0 0 0 !important;
  }
  .active-facets.active-facets-mobile.medium-hide.large-up-hide facet-remove {
    margin-right: 20px !important;
  }
  .active-facets.active-facets-mobile.medium-hide.large-up-hide {
    margin: 0;
  }
  .js .mobile-facets .submenu-open {
    visibility: visible !important;
  }
  .js .mobile-facets .submenu-open {
    visibility: visible;
  }
  .mobile-facets .mobile-facets__summary>div span {
    font-size: 15px;
    color: #000;
    font-family: var(--text-font);
    line-height: 20px;
    letter-spacing: 0;
  }
  ul.facets-layout.facets-layout-list {
    padding-left: 0;
  }
  .mobile-facets a.mobile-facets__clear {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: inherit;
    font-family: var(--text-font-light);
    color: #959595;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    line-height: 16px;
  }
  .mobile-facets .button.button--primary {
    min-height: auto;
    padding: 0 34px;
    line-height: 1.2;
    margin-left: 0;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
  }
  .mobile-facets__label .icon-checkmark {
    top: 14px;
    left: 3px;
    width: 13px;
    height: 13px;
  }
  .mobile-facets__highlight {
    background-color: transparent;
  }
  .show_more_btn.text-center a.button.button--primary {
    padding: 0 30px;
  }
  .facets-main-section {
    padding-top: 25px;
  }
  ul#product-grid {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  span.mobile-facets__open {
    padding: 0 !important;
  }
  body .mobile-facets__open .svg-wrapper {
      width: 17px;
  }
  .facets-wrapper .mobile-facets__open>*+* {
    margin-left: 0;
    font-size: 15px;
    color: #030303;
    font-family: var(--text-semibold);
    letter-spacing: 0;
    margin-left: 8px;
    line-height: 20px;
  }
  body select#SortBy {
    font-size: 15px;
    line-height: 20px;
    min-width: 118px;
    padding-right: 15px;
  }
  div#FacetsWrapperDesktop, .active-facets.active-facets-desktop {
    display: none;
  }
  facet-filters-form.facets.small-hide {
    display: block!important;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
  .collection-hero__inner.page-width.scroll-trigger.animate--fade-in {
    padding: 0!important;
    display: flex;
    flex-direction: column-reverse;
  }
  img.image-shop-mobi + img {
    display: none !important;
  }
  .multi__collections.nt_multi__collections.nt_multi__collections_uber.multi__collections .page-width {
    padding: 6px 16px 50px!important;
  }
  .nt_multi__collections.multi__collections.multicolumn .slider-mobile-gutter {
    display: flex;
    width: 100%;
  } 
  .nt_multi__collections.multi__collections.multicolumn .title-wrapper-with-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .nt_multi__collections.multi__collections .page-width {
      max-width: 428px;
      flex-direction: column;
  }
}