/** Shopify CDN: Minification failed

Line 1536:1 Unexpected "{"
Line 1536:2 Expected identifier but found "%"
Line 1540:3 Unexpected "{"
Line 1540:4 Expected identifier but found "%"

**/
.no-js:not(html) {
  display: none;
}
.facets-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
  }
  
  .active-facets-mobile {
    margin-bottom: 0.5rem;
  }
  
  .mobile-facets__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
  }

.size-uk-4, .size-us-0 {
  order: 1;
}
.size-uk-6, .size-us-2 {
  order: 2;
}
.size-uk-8, .size-us-4 {
  order: 3;
}
.size-uk-10, .size-us-6 {
  order: 4;
}
.size-uk-12, .size-us-8 {
  order: 5;
}
.size-uk-14, .size-us-10 {
  order: 6;
}
.size-uk-16, .size-us-12 {
  order: 7;
}
.size-uk-18, .size-us-14 {
  order: 8;
}
.size-uk-20, .size-us-16 {
  order: 9;
}
.size-uk-22, .size-us-18 {
  order: 10;
}
.size-uk-24, .size-us-20 {
  order: 11;
}  
.size-xsmall {
  order: 12;
}
.size-small {
  order: 13;
}
.size-s-m {
  order: 14;
}
.size-medium {
  order: 15;
}
.size-m-l {
  order: 16;
}
.size-large {
  order: 17;
}
.size-one-size {
  order: 18;
}
.size-3-yrs {
  order: 19;
}

.size-4-yrs {
  order: 20;
}

.size-5-yrs {
  order: 21;
}

.size-6-yrs {
  order: 22;
}

.size-7-yrs {
  order: 23;
}

.size-8-yrs {
  order: 24;
}

.size-9-yrs {
  order: 25;
}

.size-10-yrs {
  order: 26;
}

.size-11-yrs {
  order: 27;
}

.size-12-yrs {
  order: 28;
}

.size-13-yrs {
  order: 29;
}

  /* base-details-summary */
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
  }
  
  summary .icon-caret {
    height: auto;
    width: 8px;
    margin-right: 5px;
  }
  
  summary::-webkit-details-marker {
    display: none;
  }
  
  .disclosure-has-popup[open] > summary::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: ' ';
    background: transparent;
  }
  
  .disclosure-has-popup > summary::before {
    display: none;
  }
  
  .disclosure-has-popup[open] > summary + * {
    z-index: 100;
  }
  
  @media screen and (min-width: 750px) {
    .mobile-facets__list {
      overflow-y: auto;
      overflow-x: auto;
    }
    .disclosure-has-popup[open] > summary + * {
      z-index: 4;
    }
  
    .facets .disclosure-has-popup[open] > summary + * {
      z-index: 20;
    }
  }

  /* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

.facet-filters.facet-filters--mobile {
  background-color: rgba(0, 0, 0, 0.8);
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  pointer-events: all;
  display: flex;
  flex-direction: column;
  border: none;
  padding-left: 0;
}

.facet-filters.facet-filters--mobile select {
  display: none;
}

.facet-filters__mobile-sort-list {
  list-style: none;
  width: 100%;
}

.facet-filters__mobile-sort-list li {
  text-align: center;
  padding: 8px !important;
}

.facet-filters__mobile-sort-list a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.facet-filters.facet-filters--mobile .facet-filters__field{
  background: white;
  min-height: 300px;
  height: fit-content;
  flex-grow: 0;
  width: 100%;
}

.facets-wrapper {
  margin-bottom: 30px;
  position: sticky;
  top: 91px;
  z-index: 6;
  margin-bottom: 0;
}
  
  @media screen and (min-width: 750px) {
    .facets-container > * + * {
      margin-top: 0;
    }

    .facets-wrapper {
      z-index: 5;
      margin-bottom: 30px;
    }
  
    .facets__form .product-count {
      grid-column-start: 2;
    }
    .facets__form .sorting {
      grid-column-start: 3;
    }
  }
  
  @media screen and (max-width: 989px) {
    .facets-container {
      grid-template-columns: auto minmax(0, max-content);
      column-gap: 2rem;
    }
  }
  
  .facet-filters {
    align-items: flex-start;
    display: flex;
    grid-column: 2;
    grid-row: 1;
    padding-left: 2.5rem;
  }
  
  @media screen and (min-width: 990px) {
    .facet-filters {
      padding-left: 0rem;
    }
  }
  
  .facet-filters__label {
    display: block;
    color: rgba(var(--color-foreground), 0.85);
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
  }
  
  .facet-filters__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    cursor: pointer;
    height: 4.5rem;
    padding: 0 1.5rem;
    min-width: 25rem;
    margin-top: 2.4rem;
    border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  }
  
  .facet-filters__summary::after {
    position: static;
  }
  
  .facet-filters__field {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  
  .facet-filters__field .select {
    width: auto;
    border: none;
  }

  .sort-by-select {
    padding-right: 0;
  }
  
  .facet-filters__field .select:after,
  .facet-filters__field .select:before,
  .mobile-facets__sort .select:after,
  .mobile-facets__sort .select:before {
    content: none;
  }
  
  .facet-filters__field .select__select,
  .mobile-facets__sort .select__select {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none;
  }
  
  .facet-filters button {
    margin-left: 2.5rem;
  }
  
  .facet-filters__sort {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding-left: 0;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  
  .facet-filters__sort + .icon-caret {
    right: 0;
  }
  
  @media screen and (forced-colors: active) {
    .facet-filters__sort {
      border: none;
    }
  }
  
  .facet-filters__sort,
  .facet-filters__sort:hover {
    box-shadow: none;
    filter: none;
    transition: none;
  }
  
  .mobile-facets__sort .select__select:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  }
  
  .mobile-facets__sort .select__select.focused,
  .no-js .mobile-facets__sort .select__select:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  }
  
  .facet-filters__sort:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
  }
  
  .facet-filters__sort.focused,
  .no-js .facet-filters__sort:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
  }
  
  .no-js .facet-filters__sort:focus:not(:focus-visible),
  .no-js .mobile-facets__sort .select__select:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  
  .facets {
    display: block;
    grid-column-start: span 2;
    margin-bottom: 0.5rem;
  }
  
  .facets__form {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .filter-and-sort-wrapper {
    background-color: #fcf9f7;
    position: relative;
    line-height: 19px;
  }

  .filter-and-sort-wrapper .shell {
    display: grid;
    gap: 0 1.5rem;
    grid-template-columns: 1fr max-content max-content;
    align-items: center;
  }
  
  .facets__wrapper {
    align-items: center;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
  }
  
  .facets__heading {
    display: block;
    color: rgba(var(--color-foreground), 0.85);
    font-size: 1.4rem;
    margin: -1.5rem 2rem 0 0;
  }
  
  .facets__reset {
    margin-left: auto;
  }
  
  .facets__disclosure {
    margin-right: 30px;
  }

  @media screen and (min-width: 750px) and (max-width: 950px) {
    .facets__disclosure {
      margin-right: 5px;
    }

    .filter-and-sort-wrapper .shell {
      gap: 0 0;
    }
  }

  .facets__disclosure:last-of-type {
    margin-right: 0;
  }
  
  .facets__summary {
    color: rgba(var(--color-foreground), 0.75);
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 15px;
  }

  .facet-fieldset-wrapper {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 50px 15px 0;
    margin: auto;
  }

  .all-facet-fieldset-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 34px;
    max-height: 300px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .all-facet-fieldset-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .facets__disclosure fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 260px;
    width: fit-content;
  }

  .all-facet-fieldset-wrapper fieldset {
    min-width: auto;
    width: auto;
    max-width: 100%;
  }

  .facets__disclosure[open] .icon.icon-caret {
    transform: rotate(180deg);
  }
  
  .facets__disclosure[open] .facets__summary,
  .facets__summary:hover {
    color: rgb(var(--color-foreground));
  }
  
  .facets__disclosure[open] .facets__display,
  .facets__disclosure-vertical[open] .facets__display-vertical {
    min-height: fit-content;
    padding-bottom: 30px;
  }
  
  .facets__summary span {
    transition: text-decoration var(--duration-short) ease;
    font-family: "PoynterOSDisplay-Roman";
    font-size: 16px;
    letter-spacing: 0;
  }
  
  .facets__summary:hover span {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  
  .disclosure-has-popup[open] > .facets__summary::before {
    z-index: 2;
  }
  
  .facets__summary > span {
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }
  
  .facets__summary .icon-caret {
    right: 0;
  }
  
  .facets__display {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 35rem;
    max-height: 55rem;
    overflow-y: auto;
    top: 30px;
    width: 100%;
  }
  
  .facets__header {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
    padding: 10px;
    display: flex;
    gap: 10px;
    z-index: 1;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
  }
  
  .facets__list {
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-auto-flow: column;
  }
  
  .facets__item {
    display: flex;
    align-items: center;
  }

  .facets-list-label {
    display: block;
    font-family: "PoynterOSDisplay-Roman";
    font-size: 13px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  
  .facets__item label,
  .facets__item input[type='checkbox'] {
    cursor: pointer;
  }
  
  .facet-checkbox {
    padding: 5px 5px 5px 0;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    word-break: break-word;
  }
  
  .facet-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 1;
    width: 13px;
    height: 13px;
    top: 4px;
    left: -1px;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
  }
  
  .no-js .facet-checkbox input[type='checkbox'] {
    z-index: 0;
  }
  
  .facet-checkbox-box {
    margin-right: 8px;
    height: 10px;
    width: 10px;
    border: 1px solid #D8D8D8;
    min-width: 10px;
    min-height: 10px;
  }

  .facet-checkbox .icon-checkmark {
    visibility: hidden;
    position: absolute;
    left: 0.3rem;
    z-index: 5;
    top: 1.4rem;
  }
  
  .facet-checkbox > input[type='checkbox']:checked ~ .facet-checkbox-box, .mobile-facets__label  > input[type='checkbox']:checked ~ .facet-checkbox-box {
    background-color: black;
  }
  
  @media screen and (forced-colors: active) {
    .facet-checkbox > svg {
      background-color: inherit;
      border: 0.1rem solid rgb(var(--color-background));
    }
  
    .facet-checkbox > input[type='checkbox']:checked ~ .icon-checkmark {
      border: none;
    }
  }
  
  .facet-checkbox--disabled {
    color: rgba(var(--color-foreground), 0.4);
  }
  
  .facets__price {
    display: flex;
    padding: 2rem;
  }
  
  .facets__price .field + .field-currency {
    margin-left: 2rem;
  }
  
  .facets__price .field {
    align-items: center;
  }
  
  .facets__price .field-currency {
    align-self: center;
    margin-right: 0.6rem;
  }
  
  .facets__price .field__label {
    left: 1.5rem;
  }
  
  button.facets__button {
    min-height: 0;
    margin: 0 0 0 0.5rem;
    box-shadow: none;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  
  .facets__button-no-js {
    transform: translateY(-0.6rem);
  }
  
  .active-facets {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 10px;
    z-index: 30;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    padding: 10px 0 20px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
  }

  .hide-selected-filters {
    opacity: 0;
  }

  .show-selected-filters {
    opacity: 1;
  }
  
  .active-facets__button {
    display: block;
    text-decoration: none;
  }

  facet-remove a {
    text-decoration: none;
  }

  facet-remove + button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: normal;
  }

  facet-remove a, facet-remove + button {
    font-family: "Poppins", sans-serif;
  }
  
  span.active-facets__button-inner, facet-remove.remove-all a span {
    font-size: 1rem;
    padding: 5px;
    display: flex;
    border: 1px solid #D8D8D8;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  span.active-facets__button-inner, facet-remove.remove-all a span {
    font-size: 12px;
    line-height: 12px;
  }

  span.active-facets__button-inner span, facet-remove.remove-all a span span {
    margin-top: 1px;
    padding: 0;
    border: none;
  }
  
  span.active-facets__button-inner:before,
  span.active-facets__button-inner:after {
    display: none;
  }
  
  .active-facets__button-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  @media screen and (max-width: 989px) {
    .active-facets {
      margin: 0 -1.2rem -1.2rem;
    }
  
    .active-facets__button,
    .active-facets__button-remove {
      margin: 0;
      padding: 1.2rem;
    }
  
    .active-facets__button-wrapper {
      padding-top: 0;
      margin-left: 1.2rem;
    }
  }
  
  .active-facets__button:hover .active-facets__button-inner {
    box-shadow: 0 0 0 0.2rem rgb(var(--color-foreground));
  }
  
  .active-facets__button--light .active-facets__button-inner {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  }
  
  .active-facets__button--light:hover .active-facets__button-inner {
    box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.4);
  }
  
  a.active-facets__button:focus-visible {
    outline: none;
    box-shadow: none;
  }
  
  /* outline styling for Windows High Contrast Mode */
  @media (forced-colors: active) {
    a.active-facets__button:focus-visible {
      outline: transparent solid 1px;
    }
  }
  a.active-facets__button.focused,
  .no-js a.active-facets__button:focus {
    outline: none;
    box-shadow: none;
  }
  
  a.active-facets__button:focus-visible .active-facets__button-inner {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), 0 0 0 0.2rem rgb(var(--color-background)),
      0 0 0 0.4rem rgb(var(--color-foreground));
    outline: none;
  }
  
  a.active-facets__button.focused .active-facets__button-inner,
  .no-js a.active-facets__button:focus .active-facets__button-inner {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), 0 0 0 0.2rem rgb(var(--color-background)),
      0 0 0 0.4rem rgb(var(--color-foreground));
    outline: none;
  }
  
  .active-facets__button svg {

  }
  
  .active-facets facet-remove:only-child {
    display: none;
  }
  
  .facets-vertical .active-facets .active-facets-vertical-filter:only-child > facet-remove {
    display: none;
  }
  
  .facets-vertical .active-facets-vertical-filter {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  
  .facets-vertical .active-facets-vertical-filter .active-facets__button-wrapper {
    padding-top: 0;
    display: flex;
    align-items: flex-start;
  }
  
  .facets-vertical .active-facets__button {
    margin-top: 0;
  }
  
  .active-facets__button.disabled,
  .mobile-facets__clear.disabled {
    pointer-events: none;
  }
  
  .mobile-facets__clear-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .mobile-facets {
    position: fixed;
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(var(--color-foreground), 0.5);
    pointer-events: none;
    margin-top: 0;
  }
  
  .active-facets-mobile, .mobile-facets__wrapper .product-count {
    display: none;
  }
  
  .mobile-facets__wrapper {
    margin-left: 0;
    display: flex;
  }
  
  .mobile-facets__wrapper .disclosure-has-popup[open] > summary::before {
    height: 100vh;
    z-index: 3;
  }
  
  .mobile-facets__inner {
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    height: 100%;
    overflow-y: auto;
    pointer-events: all;
    transition: transform var(--duration-default) ease;
    display: flex;
    flex-direction: column;
    border: none;
  }
  
  .menu-opening .mobile-facets__inner {
    transform: translateX(0);
  }
  
  .js .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
    transform: translateX(105vw);
  }
  
  .mobile-facets__header {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    padding: 1rem 20px;
    text-align: center;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #FCF9F7;
  }
  .facet-filters.facet-filters--mobile   .mobile-facets__header {
    width: 100%;
  }
  
  .mobile-facets__header-inner {
    flex-grow: 1;
    position: relative;
  }
  
  .mobile-facets__info {
    padding: 0 2.6rem;
  }
  
  .mobile-facets__heading {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
  }

  .mobile-facets__heading .mobile-facets__clear {
    margin-right: 30px;
  }
  
  .mobile-facets__count {
    color: rgba(var(--color-foreground), 0.7);
    font-size: 1.3rem;
    margin: 0;
    flex-grow: 1;
  }
  
  .mobile-facets__open-wrapper {
    display: inline-block;
  }
  
  .mobile-facets__open {
    display: none;
  }
  
  .mobile-facets__open:hover {
    color: rgb(var(--color-link));
  }
  
  .mobile-facets__open:hover line,
  .mobile-facets__open:hover circle {
    stroke: rgb(var(--color-link));
  }
  
  .mobile-facets__open-label {
    transition: text-decoration var(--duration-short) ease;
  }
  
  .mobile-facets__open:hover .mobile-facets__open-label {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  
  .mobile-facets__open > * + * {
    margin-left: 1rem;
  }
  
  .mobile-facets__open svg {
    width: 2rem;
  }
  
  .mobile-facets__open line,
  .mobile-facets__open circle {
    stroke: rgba(var(--color-link), var(--alpha-link));
  }
  
  .mobile-facets__close {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 145px;
    right: 1rem;
    width: 4.4rem;
    height: 4.4rem;
    z-index: 101;
    opacity: 0;
    transition: opacity var(--duration-short) ease;
    width: 13px;
    height: 13px;
  }
  
  .mobile-facets__close svg {
    width: 13px;
    height: 13px;
  }
  
  details.menu-opening .mobile-facets__close {
    display: flex;
    opacity: 1;
  }
  
  details.menu-opening .mobile-facets__close svg {
    margin: 0;
  }
  
  .mobile-facets__close-button {
    align-items: center;
    background-color: transparent;
    display: flex;
    font-size: 1.4rem;
    font: inherit;
    letter-spacing: inherit;
    margin-top: 1.5rem;
    padding: 1.2rem 2.6rem;
    text-decoration: none;
    width: calc(100% - 5.2rem);
  }
  
  .no-js .mobile-facets__close-button {
    display: none;
  }
  
  .mobile-facets__close-button .icon-arrow {
    transform: rotate(180deg);
    margin-right: 1rem;
  }
  
  .mobile-facets__main {
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background-color: #fff;
    opacity: 1;
  }
  
  .mobile-facets__details[open] .icon-caret {
    transform: rotate(180deg);
  }
  
  .no-js .mobile-facets__details {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.04);
  }
  
  .mobile-facets__highlight {
    opacity: 0;
    visibility: hidden;
  }
  
  .mobile-facets__checkbox:checked + .mobile-facets__highlight {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-color: rgba(var(--color-foreground), 0.04);
  }
  
  .mobile-facets__summary {
    padding: 6px 0;
    border-top: 1px solid #D8D8D8;
    margin: 0 20px;
  }

  .mobile-facets__main details:first-of-type summary {
    border-top: none;
  }
  
  .mobile-facets__summary svg {
    margin-left: auto;
  }

  .mobile-facets__summary>div span {
    font-size: 13px;
    font-family: "PoynterOSDisplay-Roman";
    text-transform: uppercase;
  }
  
  .mobile-facets__summary > div,
  .facets__summary > div {
    display: flex;
    align-items: center;
  }
  
  .js .mobile-facets__submenu {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: translateX(100%);
    visibility: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .js details[open] > .mobile-facets__submenu {
    transition: transform 0.4s cubic-bezier(0.29, 0.63, 0.44, 1), visibility 0.4s cubic-bezier(0.29, 0.63, 0.44, 1);
  }
  
  .js details[open].menu-opening > .mobile-facets__submenu {
    transform: translateX(0);
    visibility: visible;
  }
  
  .js .menu-drawer__submenu .mobile-facets__submenu {
    overflow-y: auto;
  }
  
  .js .mobile-facets .submenu-open {
    visibility: hidden; /* hide menus from screen readers when hidden by submenu */
  }
  
  .mobile-facets__item {
    position: relative;
    list-style: none;
  }
  
  input.mobile-facets__checkbox {
    border: 0;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 2.1rem;
    top: 1.2rem;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
  }
  
  .mobile-facets__label {
    width: 100%;
    transition: background-color 0.2s ease;
    word-break: break-word;
    display: flex;
    align-items: baseline;
  }
  
  .mobile-facets__label > svg {
    background-color: rgb(var(--color-background));
    position: relative;
    z-index: 2;
    margin-right: 1.2rem;
    flex-shrink: 0;
  }
  
  .mobile-facets__label .icon-checkmark {
    position: absolute;
    top: 1.9rem;
    left: 2.8rem;
    visibility: hidden;
  }
  
  .mobile-facets__label > input[type='checkbox']:checked ~ .icon-checkmark {
    visibility: visible;
  }
  
  .mobile-facets__arrow,
  .mobile-facets__summary .icon-caret {
    margin-left: auto;
    display: block;
  }
  
  .mobile-facets__arrow {
    position: relative;
  }
  
  .mobile-facets__arrow.no-js-hidden::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: center;
  }
  .mobile-facets__details[open] .mobile-facets__arrow::after {
    transform: rotate(225deg);
  }
  .mobile-facets__label--disabled {
    opacity: 0.5;
  }

  .desktop-facets__footer {
    display: grid;
    grid-template-columns: 160px 160px;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
  }

  .desktop-facets__footer facet-remove {
    border: 1px solid #D8D8D8;
    padding: 9px 0 7px;
  }

  .desktop-facets__footer facet-remove a {
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: bold;
  }
  
  .mobile-facets__footer {
    border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
    padding: 2rem;
    bottom: 0;
    position: sticky;
    display: flex;
    z-index: 2;
    margin-top: auto;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%); 
  }
  
  .mobile-facets__footer > * + * {
    margin-left: 1rem;
  }
  
  .mobile-facets__footer > * {
    width: 50%;
  }
  
  .mobile-facets__footer noscript .button {
    width: 100%;
  }
  
  .mobile-facets__sort {
    display: flex;
    justify-content: space-between;
  }
  
  .mobile-facets__sort label {
    flex-shrink: 0;
  }
  
  .mobile-facets__sort .select {
    width: auto;
    border: none;
  }
  
  .no-js .mobile-facets__sort .select {
    position: relative;
    right: -1rem;
  }
  
  .mobile-facets__sort .select .icon-caret {
    right: 0;
  }
  
  .mobile-facets__sort .select__select {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
  }
  
  .product-count {
    align-self: center;
    position: relative;
    text-align: right;
  }
  
  .product-count__text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
  }
  
  .product-count__text.loading {
    visibility: hidden;
  }
  
  .product-count .loading-overlay__spinner,
  .product-count-vertical .loading-overlay__spinner {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
  }
  
  .product-count__text.loading + .loading-overlay__spinner {
    display: block;
  }

  .product-grid-container .mobile-product-count { 
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  @media screen and (min-width: 750px) {
    .facets-vertical {
      display: flex;
    }
  
    .facets-wrap-vertical {
      border: none;
      padding-left: 0;
    }
  
    .facets__form-vertical {
      display: flex;
      flex-direction: column;
      width: 26rem;
    }
  
    .facets__disclosure-vertical {
      border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
      margin-right: 0;
    }
  
    .facets-vertical .facets__summary {
      padding-top: 1.5rem;
      margin-bottom: 0;
      padding-bottom: 1.5rem;
    }
  
    .facets__heading--vertical {
      margin: 0 0 1.5rem 0;
      font-size: 1.5rem;
    }
  
    .facets__header-vertical {
      padding: 1.5rem 2rem 1.5rem 0;
      font-size: 1.4rem;
    }
  
    .facets__display-vertical {
      padding-bottom: 1.5rem;
    }

    .facets-vertical .facets-wrapper {
      padding-right: 3rem;
    }
  
    .facets-vertical .facets-wrapper--no-filters {
      display: none;
    }
  
    .no-js .facets-vertical .facets-wrapper--no-filters {
      display: block;
    }
  
    .facets-vertical .product-grid-container {
      width: 100%;
    }

    .product-grid-container .mobile-product-count { 
      display: none;
    }
  
    .facets-vertical-form {
      display: flex;
      justify-content: flex-end;
    }
  
    .product-count-vertical {
      margin-left: 3.5rem;
    }
  
    .facets-vertical .active-facets__button-wrapper {
      margin-bottom: 2rem;
    }
  
    .facets-vertical .no-js .facets__button-no-js {
      transform: none;
      margin-left: 0;
    }
  
    .facets-vertical .no-js .facet-filters__field {
      justify-content: flex-start;
      padding-bottom: 1rem;
      padding-top: 2rem;
    }
  
    .facets-vertical .facets__price {
      padding: 0.5rem 0.5rem 0.5rem 0;
    }
  
    .facets-vertical .facets__price .field:last-of-type {
      margin-left: 1rem;
    }
  
    .facets-vertical .active-facets__button {
      margin-bottom: 1.5rem;
    }
  
    .no-js .facets-vertical .facet-filters.sorting {
      padding-left: 0;
      flex-direction: column;
    }
  
    .facets-vertical .facet-checkbox input[type='checkbox'] {
      z-index: 0;
    }
  
    .no-js .facets-vertical .facets-container {
      display: flex;
      flex-direction: column;
    }
  
    .facets-vertical .active-facets facet-remove:last-of-type {
      margin-bottom: 1rem;
    }
  
    .facets-vertical .active-facets {
      margin: 0;
      align-items: flex-start;
    }
  
    .facets__disclosure-vertical[open] .facets__summary .icon-caret {
      transform: rotate(180deg);
    }
  
    .facets-container-drawer {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      column-gap: 0;
    }
  
    .facets-container-drawer .mobile-facets__wrapper {
      margin-right: 2rem;
      flex-grow: 1;
    }
  
    .facets-container-drawer .product-count {
      margin: 0 0 0.5rem 3.5rem;
    }
  
    .facets-container-drawer .facets-pill {
      width: 100%;
    }
  
    .facets-container-drawer .facets__form {
      display: block;
    }
  }
  
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .facets-vertical .active-facets__button {
      padding: 1rem;
      margin-bottom: 0;
      margin-left: -0.5rem;
    }
  
    .facets-vertical .active-facets__button-remove {
      padding: 0 1rem 1rem;
    }
  }
 
  @media screen and (max-width: 750px) {
      facet-remove a, facet-remove + button {
      text-decoration: none;
      border: 1px solid #D8D8D8;
      width: 100%;
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .mobile-facets__clear {
      font-weight: bold;
    }
  }
  

  .read-more-less {
  	text-decoration: underline; 
    cursor: pointer; 
    user-select: none;
    display: none;
  }
  .test002-wrapper { 
		overflow: hidden;
    flex-direction: row; 
    max-width: 1200px; 
    margin: auto; 
    margin-top: 20px;
  }
	div.test002-wrapper {
		display: flex;
	}
	
	{% comment %} @media screen and (max-width: 1024px){
			div.test002-wrapper {
			display: block;
			}
	} {% endcomment %}
	.test-002-subcategory-image {
		min-width: 146px;
	}
  .subcategory-wrapper {
  	display: flex; 
    width: 20%;
    padding-left: 9px;	
    height: 300px;
    padding-right: 9px;
  }
  .subcategory-wrapper a {
  	text-decoration: none;
    width: 100%; 
    height: 100%;
  }
  .subcategory-image {
  	 background-size: cover; 
     width: 100%; 
     height: 100%;
     position: relative;
     background-position: top;
  }
  .subcategory-info {
  	display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 18px 0px;
    background-color: #F5EFE9;
    opacity: 0.8;
	text-align: center;
  }
  .subcategory-title {
    text-transform: uppercase;
  	font-size: 16px;
    font-family: 'PoynterOSDisplay-Roman';
    line-height: 19px;
    margin-bottom: 5px !important;
  }
  .subcategory-button {
  	text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .subcategory-button.btn:after {
  	background-color: #000;
    margin-top: 0px;
  }
  
  @media screen and (max-width: 1024px){
    .test002-wrapper {
    	padding-left: 20px;
      padding-right: 20px;
    }
	}
    
	.test002-wrapper.slick-slider .slick-next.slick-arrow {
		transform: translateY(-50%) scaleX(-1);
			right: 10px;
			top: 50%;
	}
	.test002-wrapper.slick-slider .slick-prev.slick-arrow {
		transform: translateY(-50%);
			left: 10px;
			top: 50%;
	}

	@media screen and (max-width: 768px){
	.read-more-less {
		display: block;
	}
}