/** Shopify CDN: Minification failed

Line 673:0 Unexpected "}"

**/
.collection__facets-scroller {
  --font-roboto: "Roboto";
  --font-roboto-mono: "Roboto Mono", monospace;
  --font-bio-sans: "BioSans", sans-serif;
  --primary-black: #1d1d1d;
  --primary-white: #f5f2ed;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-dark-grey: #858280;
  --color-darker-gray: #63605e;
  --color-darkest-gray: #3a3a3a;
  --color-lite-gray: #cfccc7;
  --color-cool-gray: #d5d5cd;
  --color-tw-gray: #c2bdb8;
  --color-green: #73784a;
  --color-lite-green: #b2b081;
  --color-sale: #ff4d00;
  --color-lite-yellow: #e8d173;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list__size-options
  .checkbox-container {
  border: 1px solid #000 !important;
  padding: 7px 9px;
  width: auto;
  min-width: 43px;
  justify-content: center;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list.checkbox-list__size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.collection__facets .collection__facets-scroller .checkbox-container label {
  padding: 0;
  white-space: nowrap;
  opacity: unset;
  font-family: var(--font-roboto-mono);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
  color: var(--primary-black);
}

.collection__facets .collection__facets-scroller .checkbox-container input {
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-black);
  border-radius: unset;
  top: unset;
  display: none;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-container:has(.checkbox:checked ~ label) {
  background-color: #000;
  color: #fff;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-container:has(label ~ .checkbox:checked) {
  color: #fff;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-container
  input:checked
  ~ label {
  color: #fff;
}

label.color-swatch {
  --swatch-offset: 2px;
  width: 18px;
  height: 18px;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-container
  input:is(.checkbox) {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: unset;
  top: unset;
  background: transparent;
  box-shadow: none;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list__size-options
  .checkbox-container
  label {
  width: 100%;
  text-align: center;
}
.collection__facets
  .collection__facets-scroller
  .checkbox-list__size-options
  .checkbox-container
  input {
  display: none;
}

.collection__facets .collection__facets-scroller .checkbox-container {
  align-items: flex-start;
}

details:not([open]) svg.icon.icon-minus {
  display: none;
}

details:is([open]) svg.icon.icon-plus {
  display: none;
}

.collection__facets-scroller .accordion__toggle {
  font-family: var(--font-roboto-mono);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.07px;
  color: var(--color-black);
  padding-block-start: 20px;
  padding-block-end: 20px;
  border: none;
}

.collection__facets .collection__facets-scroller .checkbox-list label {
  padding-inline-start: 10px;
  font-family: var(--font-roboto-mono);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.07px;
  text-transform: capitalize;
  color: var(--color-darker-gray);
  opacity: unset;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list
  input:checked
  ~ label {
  color: #000;
}

.accordion + .accordion {
  border-color: #000;
}

.collection__facets-scroller .accordion {
  border-color: #000;
}

.collection__facets-scroller
  .checkbox-list.checkbox-list__size-options
  .checkbox
  ~ label {
  padding: 0;
  font-family: var(--font-roboto-mono);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
  color: var(--primary-black);
}

.collection__facets-scroller
  .checkbox-list.checkbox-list__size-options
  .checkbox-container {
  border-color: #ccc !important;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list__size-options
  .checkbox-container:has(.checkbox:checked ~ label)
  label {
  color: #fff !important;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list
  .checkbox-container:has(.checkbox:checked ~ label)
  label {
  color: #000;
}

.collection__facets-scroller .accordion__content {
  padding: 0;
  box-sizing: border-box;
}

.collection__facets-scroller .accordion__content .checkbox-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-list:not(.checkbox-list__size-options)
  .checkbox-container:has(.checkbox:checked ~ label) {
  background: transparent;
  color: #000;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-container
  input:is(.checkbox):checked {
  color: #fff;
  background: #000 var(--checkmark-svg-url) no-repeat center;
}

.collection__facets-scroller .checkbox-list.checkbox-list__size-options {
  flex-direction: row;
}

.collection__facets-scroller [open] .accordion__toggle {
  padding-bottom: 30px;
}

.collection__facets
  .collection__facets-scroller
  .checkbox-container
  input:is(.checkbox):checked {
  color: #fff;
  background: #000 var(--checkmark-svg-url) no-repeat center;
}

.collection__facets-scroller .checkbox-list.checkbox-list__size-options {
  flex-direction: row;
}

.collection__facets-scroller .accordion__toggle {
  padding: 30px 0;
}

.collection__facets-scroller [open] .accordion__toggle {
  padding-bottom: 20px;
}

details#accordion-filter-v-option-color .h-stack.wrap.gap-2 {
  gap: 10px;
}

.collection__facets-scroller .accordion__content .checkbox-list input {
  margin-top: 4px;
}

/* 
 */
.collection__facets {
  width: 0;
  transition: width 0.3s ease-in-out;
}

.collection__results {
  width: 100%;
}

.collection-sticky-filter-active .collection__results {
  width: calc(100% - 350px);
}

.collection.sticky-sidebar-enable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.collection-sticky-filter-active .collection__facets {
  width: 300px;
}

.collection.sticky-sidebar-enable .collection__top-bar {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.collection-sticky-filter-active .collection.sticky-sidebar-enable {
  --gap: 15px;
}

.collection-sticky-filter-active
  .collection.sticky-sidebar-enable
  .collection__top-bar {
  width: 100%;
}

.collection .collection__top-bar .facets-summary {
    width: 100%;
}

.collection-sticky-filter-active.collection__top-bar .facets-summary {
    align-items: center;
    width: 100%;
}

.collection.sticky-sidebar-enable  safe-sticky.collection__facets-scroller {
    display: none;
}

.collection-sticky-filter-active
  .collection.sticky-sidebar-enable
  safe-sticky.collection__facets-scroller {
  display: block;
}

@media screen and (max-width: 968px) {
  .collection__results {
    width: 100% !important;
  }
}

button.text-with-icon.justify-self-start.facet-sticky-button {
  border: 1px solid;
  gap: 10px;
  border: 1px solid #000;
  padding: 7px 15px;
}

button.text-with-icon.justify-self-start.facet-sticky-button .text {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-size: 16px;
}

/*  */
.promo-message-product__title {
  font-family: "BioSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.08px;
  text-transform: uppercase;
  background-color: var(--background-color, #fff);
  color: var(--color, #000);
}

.promo-message-product {
  margin: 15px 0 0px;
}

product-card .promo-message-product {
  margin-top: 20px;

  .promo-message-product__title {
    font-weight: 500;
    font-size: 14px;
  }

  @media screen and (max-width: 968px) {
    .promo-message-product__title {
      font-size: 12px;
    }
  }
}

.shopify-section--main-search .collection__facets {
  width: 100%;
}

/* Mega Menu V2 */
.mega-menu__nav-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mega-menu-new-order .mega-menu__nav-child a.label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.08px;
  text-transform: capitalize !important;
  font-family: var(--font-bio-sans) !important;
}

ul.mega-menu__nav {
  justify-content: flex-start;
}

.icon-rendered a.label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mega-menu-new-order .place-self-end-start.text-custom {
  color: #000;
  width: 100%;
}

.mega-menu-new-order .content-over-media:before {
  content: none !important;
}

.mega-menu-new-order a.content-over-media.rounded-sm.group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.mega-menu-new-order ul ul a.label svg {
  width: 27px;
  height: 30px;
  flex-shrink: 0;
}

.mega-menu-new-order .mega-menu__nav > li {
  width: max-content;
}

li.v-stack > a.label,
li.v-stack > a.label > span {
  font-family: 'BioSans', monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.mega-menu .subheading {
  font-family: "BioSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  letter-spacing: 0.08px;
  text-transform: uppercase;
}
.mega-menu .mega-menu__ul li a.label,
.mega-menu .mega-menu__ul li a.label > span{
  font-family: "BioSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 200!important;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.07px;
  text-transform: capitalize;
}

.navigation-drawer[mobile-opening="left"] {
  & .hexagon-close-wrap {
    transform: translate(-11px, -13px);
  }

  & .navigation-drawer[mobile-opening="left"] > [is="close-button"] {
    margin-bottom: 30px;
  }

  & span.reversed-link.subhead {
    color: #000;
    font-family: "BioSans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.07px;
    text-transform: capitalize;
  }
}

.navigation-drawer[mobile-opening="left"]::part(body) {
  gap: 20px;
}

.level-panel:last-child {
  display: flex;
  gap: 10px;
  align-items: center;
}

.level-panel:last-child > strong {
  display: flex;
}

.second-level-links .h3{
  font-weight: 300 !important;
}

.panel__wrapper .main-links li {
  border: none !important;
}

.navigation-promo__wrapper .media-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 968px) {
  .level-panel:last-child {
    display: flex;
    padding: 6px 0;
    align-items: center;
  }

  .panel__scroller.v-stack.gap-8 > ul li:last-child {
    border: none;
  }

  .panel__wrapper .second-level__main-links li.back-button-li,
  .panel__wrapper .third-level__main-links li.back-button-li {
    margin-bottom: 12px;
  }

  .level-panel:last-child > strong {
    display: flex;
  }
  .level-panel
  .panel__wrapper a.content-over-media.rounded-sm.group {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .panel__wrapper a.content-over-media.rounded-sm.group::before {
    content: none;
  }

  .navigation-promo {
    display: flex;
    gap: 10px;
  }

  .navigation-promo__wrapper .media-content .h3{
    font-family: "BioSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.07px;
    text-transform: uppercase;
  }

  .panel__wrapper .text-custom {
    color: #000;
    text-align: left;
    width: 100%;
  }

  .panel__wrapper span.reversed-link.subhead,
  .panel__wrapper span.subhead {
    color: #1D1D1D;
    font-family: "BioSans";
    font-size: 12px!important;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 15px */
    letter-spacing: 0.06px;
    text-transform: capitalize;
    text-rendering: geometricPrecision!important;
  }

  .panel__wrapper button.text-with-icon.back-button {
    margin-bottom: 0;
  }
  .panel__wrapper button.text-with-icon.back-button,
  .panel__wrapper span.h5 {
    color: #000;
    font-family: "BioSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 17.5px */
    letter-spacing: 0.07px;
    text-transform: uppercase;
  }

  .panel__wrapper {
    gap: 20px;
  }

  .panel__scroller.v-stack.gap-8 > ul li:last-child {
    border: none;
  }

  ul.v-stack.main-links hr {
    margin: 12px 0;
  }

  .panel__wrapper .second-level__main-links,
  .panel__wrapper .third-level__main-links {
    gap: 8px;
  }
  .panel__wrapper .main-links .back-button-li {
    margin-bottom: 20px;
  }

  .panel-footer__localization-wrapper {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 153.5%;
    letter-spacing: 0.26px;
  }
  .mega-menu-new-order .navigation-promo .text-custom * {
    font-size: 14px;
    letter-spacing: 0.07px;
  }
}

.mega-menu-new-order .navigation-promo .text-custom * {
  color: #1d1d1d;
  font-family: "BioSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.mega-menu-new-order ul .layer-field a > svg {
  width: 27px !important;
  height: 30px !important;
  flex-shrink: 0;
}

.mega-menu-new-order ul .protection-field a > svg {
  display: flex;
  width: 29.979px !important;
  height: 30px !important;
  padding: 2.998px 2.998px 3.02px 2.998px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

}

.self-submit-button button {
    padding: 20px;
}



@media screen and (max-width: 1000px){
    .collection.sticky-sidebar-enable .collection__top-bar{
        display: none !important;
    }
    
}

@media screen and (max-width: 968px){
 
    .collection-sticky-filter-active .collection.sticky-sidebar-enable .collection__top-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .collection .collection__top-bar .facets-summary {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .collection .collection__top-bar .facets-summary .sort-by-facet {
        margin: 20px 0 0;
    }

    .collection.sticky-sidebar-enable .collection__top-bar{
        flex-direction: column;
        align-items: flex-start;
    }
    
}


button.size-chart-btn span.link {
  padding: 0;
  color: var(--TW-Black, #1D1D1D);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.5%;
  letter-spacing: .065px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: inherit;
}

button.size-chart-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 17px;
}

span.size-icon {
  width: 23px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.size-chart-btn .link::before {
  content: none;
}

.product-features .feature-image img {
  width: 25px;
  height: 25px;
  object-fit: cover !important;
}

.product-features .feature {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px 0 !important;
}

@media screen and (max-width: 968px) {
  .product-features .feature {
    justify-content: space-around !important;
  }
  .product-features{
    justify-content: space-around !important;
  }
}

.product .feature-image {
  display: flex !important;
  flex-direction: column;

  justify-content: center;
}

.product-features .feature-title {
  margin: 0;
  text-align: center;
}

.yotpo-main-layout .yotpo-layout-header-wrapper[data-v-539fe0bb] {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}

.yotpo-bottom-line {
  margin: 0 !important;
}

.tooltip {
  padding-bottom: 10px !important;
}
