/** Shopify CDN: Minification failed

Line 179:16 Expected identifier but found whitespace
Line 179:17 Unexpected "18.31px"
Line 634:0 Unexpected "}"

**/


.facets .thb-filter .thb-filter-title span:before, .facets .thb-filter .thb-filter-title span:after, .active-facets__button span, .thb-filter ul.list-color label, .thb-filter ul.list-color label:after {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }






/* ================= STICKY FILTER BAR WORKINGS ================= */

/* Final Sticky Filter Bar - CSS Only */
.facets--bar {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height, 100px);
  z-index: 48;
  background-color: white; /* Or your page's main background color */
  /*padding-top: 10px;
  padding-bottom: 10px;*/
}


@media (min-width: 768px) {
  .facets--bar {
  margin: 0 auto 0px !important; 
  }
}


@media (max-width: 767px) {
  .facets--bar {
    margin: 0 !important; /* turn off margin on mobile */
    padding-left: 4px !important;
    padding-right: 4px !important;    
  }
}


@media only screen and (min-width: 768px) {
    .facets--bar .facets__form {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

/* --- Mobile Button Layout --- */
@media (max-width: 767px) {
  /* Hide the second button ("Model View") on mobile */
  .view-options .view-btn[data-view="model"] {
    display: none;
  }
}

@media (max-width: 767px) {
  /* This hides the "Model View" button on mobile, leaving only one */
  .view-options--desktop .view-btn[data-view="model"] {
    display: none;
  }
}

/* ================= STICKY FILTER BAR WORKINGS ================= */


.custom-sort-by-select-trigger {
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
.facets--bar .facets-toggle {
  color: #464646 !important;
  background-color: white !important;
  font-size: 12px !important;
  font-family: helvetica neue !important;
  border: 1px solid #c2c2c2 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;
  min-height: 34px !important;
  line-height: 0 !important;
}

.custom-sort-by-select-wrapper {
  background-color: white !important;
  border: 1px solid #c2c2c2 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important; 
  padding: 5.5px 0 !important;
}

.custom-sort-by-select-trigger {
  color: #464646 !important;
  font-size: 12px !important;
  font-family: helvetica neue !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  letter-spacing: 0px !important;  
}
}


.facets--bar {
  display: block;
  /* Phoenix taking out max width */
  /*max-width: 1920px;*/
  width: 100%;
  margin:0 auto 25px;
  font-size: 0.8125rem;
  padding: 0 15px;
  z-index: 45; }
  @media only screen and (min-width: 1068px) {
    .facets--bar.facets--bar-inline {
      display: flex;
      flex-direction: row-reverse;
      gap: 20px; }
      .facets--bar.facets--bar-inline .active-facets {
        margin-left: 0;
        margin-right: auto; }
        .facets--bar.facets--bar-inline .active-facets:not(:empty) {
          margin-top: 0; }
      .facets--bar.facets--bar-inline .active-facets__button {
        margin-top: 0;
        margin-bottom: 6px; } }
 /* PHOENIX EDIT FONT > Phoenix edtied the font here */ 
.facets--bar .facets-toggle {
  background-color: #E4AEC0;
  border: 1px solid #E4AEC0;
  color: #fff;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 18.31px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;}
  .facets--bar .facets-toggle:hover,
  .facets--bar .facets-toggle:focus {
    background-color: transparent;
    border: 1px solid #E4AEC0;
    color: #E4AEC0;}
  @media only screen and (min-width: 768px) {
    .facets--bar {
      padding: 0 35px;
    }
    .facets--bar .facets-toggle {
      display: inline-flex;
      background-color: transparent;
      border: 0;
      color: var(--color-body);
      font-size: 12px;
      min-height: auto;
      margin-right: 10px;
      border-right: 2px solid #000;
      padding-right: 18px;}
    .facets--bar .facets-toggle:hover,
    .facets--bar .facets-toggle:focus {
      background-color: transparent;
      border: 0;
      border-right: 2px solid #000;
      color: var(--color-body);}}
  .facets--bar .facets-toggle svg {
    width: 14px;
    height: auto;
    margin-right: 10px;
    display: none; }
    .facets--bar .facets-toggle 
    line-height: 18.31px;svg path {
      stroke: var(--color-body); }
/* PHOENIX EDITED THIS */ 
.facets--bar .thb-filter-sort-count {
  }
  .facets--bar .thb-filter-sort-count #ProductCount {
    display: none; }
  .facets--bar .thb-filter-sort-count .select {
    margin: 0; }
  .facets--bar .thb-filter-sort-count .select-arrow {
    display: none; }
  .facets--bar .thb-filter-sort-count select {
    font-weight: 700;
    font-size: 12px;
    line-height: 18.31px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 10px !important; 
    text-align-last: center;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    min-height: 54px;
    cursor: pointer;
    width: 100%!important;}
    .facets--bar .thb-filter-sort-count select:hover,
    .facets--bar .thb-filter-sort-count select:focus {
      background-color: #000;
      border: 1px solid #000;
      color: #fff;}
    @media only screen and (min-width: 768px) {
      .facets--bar .thb-filter-sort-count select {
        font-size: 12px;
        background-color: transparent;
        border: 0;
        padding: 0;
        color: #000;
        height: auto;
        width: 94px!important;
        min-height: auto;}
      .facets--bar .thb-filter-sort-count select:hover,
      .facets--bar .thb-filter-sort-count select:focus {
        background-color: transparent;
        border: 0;
        color: #000;}}
  .facets--bar .facets__label {
    font-size: inherit;
    margin: 0 0 0 30px; }
  .facets--bar .facets__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; 
    padding-top: 10px;
    padding-bottom: 10px;
  }
    .facets--bar .facets__form > div {
      flex: 1; }
    @media only screen and (max-width: 767px) {
      .facet-filters__sort {
        padding: 0 30%!important;
      }
    }
    @media only screen and (min-width: 768px) {
      .facets--bar .facets__form {
        justify-content: flex-end; }
      .facets--bar .facets__form > div {
        flex: none; }}
  .facets--bar .active-facets:not(:empty) {
    margin-top: 0px; }

@media (min-width: 768px) {
  .facets--bar .active-facets:not(:empty) {
    margin-left: 15px;
  }
}

  .facets--bar .active-facets__button-remove {
    margin-top: 6px; }

.facets-desktop-container {
  display: none;
  min-height: 65px; }
  @media only screen and (min-width: 1068px) {
    .facets-desktop-container {
      display: block; } }
  .facets-desktop-container .thb-filter-count .loading-overlay {
    left: auto;
    right: 0; }
  .facets-desktop-container .facets__form {
    position: sticky;
    top: calc(var(--header-height, 0) + 20px);
    left: 0; }

.facets__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 30px;
  letter-spacing: 0.1em; }

.facets .thb-filter-count {
  margin: 0 0 0 30px; }
  .facets .thb-filter-count .facets__label {
    margin: 0; }

.facets .thb-filter {
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  .facets .thb-filter .thb-filter-title {
    letter-spacing: 0.02em;
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    padding: 5px 0;
    align-items: center;
    cursor: pointer;
    color: var(--color-body); }
    .facets .thb-filter .thb-filter-title span {
      position: relative;
      display: inline-flex;
      width: 12px;
      height: 12px;
      margin-right: 17px; }
      .facets .thb-filter .thb-filter-title span:before, .facets .thb-filter .thb-filter-title span:after {
        content: "";
        display: block;
        position: absolute;
        background: var(--color-body); }
      .facets .thb-filter .thb-filter-title span:before {
        top: 0;
        width: 1px;
        left: 5.5px;
        height: 12px; }
      .facets .thb-filter .thb-filter-title span:after {
        top: 5.5px;
        left: 0;
        width: 12px;
        height: 1px; }
    .facets .thb-filter .thb-filter-title::marker, .facets .thb-filter .thb-filter-title::-webkit-details-marker {
      display: none; }
  .facets .thb-filter[open] .thb-filter-content {
    display: block;}
  .facets .thb-filter[open] .thb-filter-title span:before {
    transform: rotate(90deg); }
  .facets .thb-filter-content {
    padding-top: 10px; }
    .facets .thb-filter-content scroll-shadow {
      display: block;
      width: 100%; }
    .facets .thb-filter-content .count {
      margin-left: 2px;
      font-size: 0.75rem; }
    .facets .thb-filter-content input[type="checkbox"],
    .facets .thb-filter-content input[type="radio"] {
      /*margin-right: 10px;*/
      width: 15px;
      height: 15px; }
    .facets .thb-filter-content ul {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow-y: scroll;
      max-height: 250px;
      max-width: 350px;
      scrollbar-width: none; }
      .facets .thb-filter-content ul::-webkit-scrollbar {
        display: none; }
    .facets .thb-filter-content .custom-checkbox[type="checkbox"] {
      width: 48px;
      height: 24px; }
  .facets .thb-filter-sort-count {
    display: flex;
    align-items: center;
    margin-left: auto; }
  .facets .thb-filter-sort {
    display: flex;
    align-items: center; }
    .facets .thb-filter-sort .select {
      margin-bottom: 0; }
      .facets .thb-filter-sort .select:after {
        right: 0; }
    .facets .thb-filter-sort select {
      margin-bottom: 0;
      border: 0;
      padding-left: 0;
      font-size: 0.875rem; }
  .facets .thb-filter label.facet-checkbox--disabled {
    cursor: not-allowed; }

.facets__mobile_form .thb-filter-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .facets__mobile_form .thb-filter-sort .thb-filter-title {
    margin: 0; }
  .facets__mobile_form .thb-filter-sort .select {
    border: 0;
    padding: 0;
    margin: 0; }
    .facets__mobile_form .thb-filter-sort .select select {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
      height: auto; }

.price_range .price-highest {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 15px; }

.price_range .price_slider_amount {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }
  .price_range .price_slider_amount > div {
    display: flex;
    align-items: center; }
    .price_range .price_slider_amount > div .field-currency {
      font-size: 0.8125rem;
      margin-right: 10px; }
  .price_range .price_slider_amount input {
    box-sizing: border-box;
    margin-bottom: 0;
    height: 44px;
    padding: 12px 16px;
    font-size: 0.8125rem;
    flex: 1;
    width: 0; }
    .price_range .price_slider_amount input:-moz-placeholder {
      color: rgba(var(--color-body-rgb), 0.3); }
    .price_range .price_slider_amount input::-moz-placeholder {
      color: rgba(var(--color-body-rgb), 0.3); }
    .price_range .price_slider_amount input:-ms-input-placeholder {
      color: rgba(var(--color-body-rgb), 0.3); }
    .price_range .price_slider_amount input::-webkit-input-placeholder {
      color: rgba(var(--color-body-rgb), 0.3); }

.price_slider {
  touch-action: none;
  user-select: none;
  padding: 0 9px; }
  .price_slider_wrapper {
    display: block; }
  .price_slider * {
    touch-action: none;
    user-select: none; }
  .price_slider .noUi-base,
  .price_slider .noUi-connects {
    height: 3px;
    background: var(--color-border);
    position: relative;
    margin-bottom: 25px; }
  .price_slider .noUi-connect {
    height: 100%;
    width: 100%;
    background: var(--color-accent); }
  .price_slider .noUi-origin {
    height: 0;
    width: 10%; }
  .price_slider .noUi-connect,
  .price_slider .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transform-origin: 0 0;
    transform-style: preserve-3d;
    transform-style: flat; }
  .price_slider .noUi-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -7px;
    right: -9px;
    width: 17px;
    height: 17px;
    border: 1px solid var(--color-accent);
    background: #fff url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1V7H0V0Z' fill='%23151515'/%3E%3Cpath d='M3 0H4V7H3V0Z' fill='%23151515'/%3E%3Cpath d='M6 0H7V7H6V0Z' fill='%23151515'/%3E%3C/svg%3E%0A") center center no-repeat;
    backface-visibility: hidden;
    cursor: pointer; }
    .price_slider .noUi-handle .noUi-touch-area {
      height: 100%;
      width: 100%; }
    .price_slider .noUi-handle:focus-visible {
      outline: 2px solid #015ecc;
      outline-offset: 2px; }

.facet-drawer .side-panel-inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100vh; }

.facet-drawer .side-panel-content {
  overflow-y: scroll; }

.facet-drawer .side-panel-footer {
  border-top: 1px solid var(--color-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7px;
  padding: 20px; }
  .facet-drawer .side-panel-footer > div {
    display: flex;
    align-items: center;
    justify-content: center; }
  .facet-drawer .side-panel-footer .text-button {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.thb-filter-count.loading .facets__label {
  opacity: 0; }

.thb-filter-count .facets__label {
  margin: 0; }

.thb-filter-count .facets__label {
  font-size: 0.75rem;
  margin-top: 10px; }

.thb-filter-count .loading-overlay {
  width: 18px;
  height: 18px;
  left: auto;
  right: 0; }

#ProductGridContainer .facets .active-facets__button {
  border: 1px solid red !important;
}


.thb-filter-count.mobile-filter-count .loading-overlay {
  left: 0;
  transform: translateY(-50%); }

.active-facets__button:not(.active-facets__button-remove) span {
  background-color: #eae5df;
  border-left: 1px solid black;
}

.active-facets {
  display: block;
  font-size: 0.6875rem; }
  .active-facets__button {
    /* phoenix removing this and making it black border: 1px solid var(--color-border); */
    border: 1px solid black;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 3px 0 3px 10px;
    margin: 6px 6px 0 0;
    font-size: 0.75rem;
    color: var(--color-body); }
    .active-facets__button span {
      margin-left: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 27px;
      height: 26px;
      border-left: 1px solid var(--color-border); }
    .active-facets__button svg {
      width: 6px;
      height: 6px; }
    .active-facets__button:hover {
      border-color: var(--color-accent);
      color: var(--color-body); }
      .active-facets__button:hover span {
        background: var(--color-accent);
        border-left-color: var(--color-accent); }
      .active-facets__button:hover svg path {
        fill: #fff; }
  .active-facets__button-remove {
    font-size: 0.75rem;
    margin-left: 13px;
    margin-bottom: 14px; }
    .active-facets__button-remove:only-child {
      display: none; }

.thb-filter ul label {
  font-size: 0.875rem; }

.thb-filter ul.list-color {
  display: flex;
  flex-wrap: wrap;
  padding: 1px 0 0 1px; }

@media (max-width: 1279px) {
.thb-filter ul.list-color {
  gap: 10px;
}
}
  .thb-filter ul.list-color li {
    display: inline-flex;
    margin-left: -1px;
    margin-top: -1px; }
  .thb-filter ul.list-color input {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
    .thb-filter ul.list-color input:checked + label {
      z-index: 5;
      border-radius: 0%;
      border: 1px solid black;
      box-shadow: 0 0 0 1px var(--color-body) inset; }

@media (min-width: 1279px) {
 .thb-filter ul.list-color input:checked + label {
      width: 27px !important;
      height: 27px !important;
}
}

@media (max-width: 1279px) {
 .thb-filter ul.list-color input:checked + label {
border: 1px solid #00000000;
box-shadow: 0 0 0 0px #00000000 inset; 
}
}


    .thb-filter ul.list-color input:disabled + label:before {
      content: ""; }
    .thb-filter ul.list-color input:disabled + label:after {
      opacity: 0.4; }
    .thb-filter ul.list-color input:focus-visible + label {
      transform: scale(0.9);
      box-shadow: 0 0 0 2px #015ecc inset; }
  .thb-filter ul.list-color label {
    width: 48px;
    height: 48px;
    display: inline-flex;
    text-indent: -9999em;
    position: relative;
    cursor: pointer;
    color: transparent;
    z-index: 4;
    box-shadow: 0 0 0 1px var(--color-border) inset;
    position: relative;
    z-index: 0; }
@media (max-width: 768px) {}
  .thb-filter ul.list-color label {
  width: 30px;
  height: 30px;
  }
}
    .thb-filter ul.list-color label:before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: linear-gradient(to bottom left, transparent calc(50% - 1px), var(--color-border), transparent calc(50% + 1px)) no-repeat;
      z-index: 1; }
    .thb-filter ul.list-color label:after {
      content: "";
      display: block;
      position: absolute;
      top: 14px;
      left: 14px;
      right: 14px;
      bottom: 14px;
      border-radius: 0%;
      width: 25px;
      height: 25px;
      border:1px solid black !important;
      background-size: cover;
      background-color: var(--bg-color, "black");
      background-image: var(--option-color-image); }
    .thb-filter ul.list-color label:hover:after {
      transform: scale(0.9); }
    .thb-filter ul.list-color label:not(.facet-checkbox--disabled):hover {
      z-index: 1;
      box-shadow: 0 0 0 1px var(--color-body) inset; }


@media only screen and (max-width: 1279px) {
.thb-filter ul.list-color label:after {
    top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
  width: 30px; 
  height: 30px;
}
}

.facet-filters__sort {
  display: none;
}
.custom-sort-by-select-wrapper {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .custom-sort-by-select-wrapper {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-sort-by-select-wrapper {
    text-align: center;
    border: 1px solid #000;
    padding: 15.7px 0;
  }
}

.custom-sort-by-select {
  position: relative;
  display: block;
  cursor: pointer;
}

.custom-sort-by-select-trigger {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.custom-sort-by-options {
  position: absolute;
  top: 120%;
  left: -160px;
  right: 0;
  background-color: white;
  border: 1px solid #000000;
  display: none;
  z-index: 10;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .custom-sort-by-options {
    top: 45px;
    width: 225px;
    left: unset;
  }
}

.custom-sort-by-options.open {
  display: block;
}

.custom-sort-by-option {
  list-style: none;
  padding: 18px 10px;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
  border-bottom: 0.5px solid #D9D9D9;
  line-height: 18px;
}

.custom-sort-by-option:hover {
  color: #E4AEC0;
}

@media (max-width: 767px) {
  .thb-filter-sort {
    width: 100%;
  }
}