@charset "UTF-8";
/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #5e7ff2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #6bcb81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

a.disabled {
  pointer-events: none;
  cursor: pointer;
}

.recommandations-products__header h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.recommandations-products__header h2 a {
  -webkit-transition: opacity 0.2s ease-in-out 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out 0.3s ease-in-out;
  text-decoration: none;
}
.recommandations-products__header h2 a:hover, .recommandations-products__header h2 a:focus {
  opacity: 0.8;
}

a.disabled {
  pointer-events: none;
  cursor: pointer;
}

.slider,
.list-slider {
  width: 100%;
  padding-top: 60px;
}
.slider .slick-slide,
.list-slider .slick-slide {
  -webkit-transition: all 0.2s ease-in-out 0.3s ease-in-out;
  transition: all 0.2s ease-in-out 0.3s ease-in-out;
  margin: 0 7.5px;
  padding: 0;
}
.slider .slick-slide img,
.list-slider .slick-slide img {
  width: 100%;
}
.slider .slick-prev,
.slider .slick-next,
.list-slider .slick-prev,
.list-slider .slick-next {
  -webkit-transition: all 0.2s ease-in-out 0.3s ease-in-out;
  transition: all 0.2s ease-in-out 0.3s ease-in-out;
  position: absolute;
  top: 0;
  display: block;
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  border: 1px solid #000;
  padding: 0;
  background: #000;
  color: transparent;
  border-radius: 0;
}
.slider .slick-prev::before,
.slider .slick-next::before,
.list-slider .slick-prev::before,
.list-slider .slick-next::before {
  content: "";
  opacity: 1;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "cwf-icomoon";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .slick-prev:hover, .slider .slick-prev:focus-visible,
.slider .slick-next:hover,
.slider .slick-next:focus-visible,
.list-slider .slick-prev:hover,
.list-slider .slick-prev:focus-visible,
.list-slider .slick-next:hover,
.list-slider .slick-next:focus-visible {
  outline: none;
  background: #fff;
  color: transparent;
}
.slider .slick-prev:hover::before, .slider .slick-prev:focus-visible::before,
.slider .slick-next:hover::before,
.slider .slick-next:focus-visible::before,
.list-slider .slick-prev:hover::before,
.list-slider .slick-prev:focus-visible::before,
.list-slider .slick-next:hover::before,
.list-slider .slick-next:focus-visible::before {
  color: #000;
}
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.list-slider .slick-prev.slick-disabled,
.list-slider .slick-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
  background: #fff;
}
.slider .slick-prev.slick-disabled::before,
.slider .slick-next.slick-disabled::before,
.list-slider .slick-prev.slick-disabled::before,
.list-slider .slick-next.slick-disabled::before {
  color: #000;
}
.slider .slick-prev.disabled,
.slider .slick-next.disabled,
.list-slider .slick-prev.disabled,
.list-slider .slick-next.disabled {
  pointer-events: none;
  background: #fff;
}
.slider .slick-prev.disabled::before,
.slider .slick-next.disabled::before,
.list-slider .slick-prev.disabled::before,
.list-slider .slick-next.disabled::before {
  color: #000;
}
.slider .slick-prev,
.list-slider .slick-prev {
  left: auto;
  right: 65px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slider .slick-next,
.list-slider .slick-next {
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slider .slick-dots,
.list-slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media (min-width: 992px) {
  .slider .slick-dots,
.list-slider .slick-dots {
    position: relative;
    bottom: auto;
    text-align: center;
  }
}
.slider .slick-dots li,
.list-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  margin: 0 4px;
  height: 12px;
  padding: 0;
  cursor: pointer;
}
.slider .slick-dots li button,
.list-slider .slick-dots li button {
  display: block;
  outline: none;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 992px) {
  .slider .slick-dots li button:hover::before, .slider .slick-dots li button.active::before,
.list-slider .slick-dots li button:hover::before,
.list-slider .slick-dots li button.active::before {
    background: #000;
  }
}
.slider .slick-dots li button::before,
.list-slider .slick-dots li button::before {
  -webkit-transition: all 0.2s ease-in-out 0.3s ease-in-out;
  transition: all 0.2s ease-in-out 0.3s ease-in-out;
  content: "";
  display: block;
  margin: 2px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
}
.slider .slick-dots li.slick-active button::before,
.list-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  background: #000;
}
@media (min-width: 992px) {
  .slider-paged .slick-dots,
.list-slider-paged .slick-dots {
    position: absolute;
    top: 0;
    right: 100px;
    bottom: auto;
    left: auto;
    text-align: right;
    background: #f9f376;
    width: auto;
  }
  .slider-paged .slick-dots li,
.list-slider-paged .slick-dots li {
    position: absolute;
    opacity: 0;
  }
  .slider-paged .slick-dots li::before,
.list-slider-paged .slick-dots li::before {
    display: none;
  }
  .slider-paged .slick-dots li.slick-active,
.list-slider-paged .slick-dots li.slick-active {
    opacity: 1;
  }
  .slider-paged .slick-dots li button,
.list-slider-paged .slick-dots li button {
    border: none;
    border-radius: 50%;
    width: calc(0.625rem * 4);
    height: calc(0.625rem * 4);
    font-size: 0.875rem;
    line-height: calc(0.625rem * 4);
    white-space: nowrap;
  }
  .slider-paged .slick-dots li button::before,
.list-slider-paged .slick-dots li button::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .slider-paged .slick-dots li:hover::before, .slider-paged .slick-dots li.active::before,
.list-slider-paged .slick-dots li:hover::before,
.list-slider-paged .slick-dots li.active::before {
    background: #000;
  }
}
.slider-paged .slick-dots li::before,
.list-slider-paged .slick-dots li::before {
  -webkit-transition: all 0.2s ease-in-out 0.3s ease-in-out;
  transition: all 0.2s ease-in-out 0.3s ease-in-out;
  content: "";
  display: block;
  margin: 2px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #fff;
}
.slider-paged .slick-prev,
.list-slider-paged .slick-prev {
  right: 100px;
}
.slider-paged .slick-next,
.list-slider-paged .slick-next {
  right: 10px;
}
.slider-paged .slick-track,
.list-slider-paged .slick-track {
  min-width: 100% !important;
}

.filter-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9375rem;
  padding: 0 0.9375rem;
}
@media (min-width: 992px) {
  .filter-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    position: absolute;
    top: 9px;
    left: 30px;
    margin-bottom: 0;
    padding: 0;
  }
}
.filter-bar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.filter-bar > ul li {
  margin: 0;
  padding: 0;
}
.filter-bar > ul li.filter-value button[data-href$=root] {
  display: none;
}
.filter-bar > ul li.filter-selected button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5de;
  padding: calc(0.3125rem) calc(0.46875rem);
  background: #f8f8f4;
  font-size: 0.6875rem;
}
.filter-bar > ul li.filter-selected button i {
  margin-right: 4px;
  margin-left: 0;
  font-size: 1rem;
}
.filter-bar > ul li.swatch-filter .swatch-circle {
  border-radius: 0;
}
.filter-bar > ul li.swatch-filter .swatch-text {
  margin-left: calc(0.46875rem);
}
.filter-bar .reset-link {
  display: none;
  padding: 0;
  font-weight: 400;
}

.refinement-bar {
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  position: fixed;
  z-index: 4;
  top: 0;
  left: -100%;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: #fff;
  padding: 75px 0 70px;
}
@media (min-width: 768px) {
  .refinement-bar {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .refinement-bar {
    width: 33%;
  }
}
.refinement-bar .refinements-wrapper {
  height: calc(100vh - 160px);
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.refinement-bar .refinements-wrapper::-webkit-scrollbar {
  width: 4px;
}
.refinement-bar .refinements-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.refinement-bar .refinements-wrapper::-webkit-scrollbar-thumb {
  background: #000;
}
.refinement-bar .refinements-wrapper::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.refinement-bar.open-refinement-bar {
  left: 0;
}
.refinement-bar.open-refinement-bar .filter-header,
.refinement-bar.open-refinement-bar .filter-footer {
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: 0;
}
.refinement-bar .refinements .card,
.refinement-bar .sort-order-menu .card {
  margin-bottom: 0;
  border-radius: 0;
}
.refinement-bar .refinements .card-header,
.refinement-bar .sort-order-menu .card-header {
  position: relative;
  border-bottom: none;
  border-top: 1px solid #000;
  height: 75px;
  padding: 0 0.9375rem;
  line-height: 75px;
}
.refinement-bar .refinements .card-header:nth-child(1),
.refinement-bar .sort-order-menu .card-header:nth-child(1) {
  border-radius: 0;
}
.refinement-bar .refinements .card-header .btn.title,
.refinement-bar .sort-order-menu .card-header .btn.title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 75px;
  width: 100%;
}
.refinement-bar .refinements .card-header .btn.title::after,
.refinement-bar .sort-order-menu .card-header .btn.title::after {
  display: none;
}
.refinement-bar .refinements .card-header i,
.refinement-bar .sort-order-menu .card-header i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  position: absolute;
  font-size: 1.875rem;
}
.refinement-bar .refinements .card-body,
.refinement-bar .sort-order-menu .card-body {
  padding: calc(1.25rem) 0.9375rem;
}
.refinement-bar .refinements .card-body ul,
.refinement-bar .sort-order-menu .card-body ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.refinement-bar .refinements .card-body ul li,
.refinement-bar .sort-order-menu .card-body ul li {
  margin: 0;
}
.refinement-bar .refinements .card-body ul li button,
.refinement-bar .refinements .card-body ul li label,
.refinement-bar .sort-order-menu .card-body ul li button,
.refinement-bar .sort-order-menu .card-body ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e5de;
  border-radius: 0;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.refinement-bar .refinements .card-body ul li button:hover,
.refinement-bar .refinements .card-body ul li label:hover,
.refinement-bar .sort-order-menu .card-body ul li button:hover,
.refinement-bar .sort-order-menu .card-body ul li label:hover {
  border: 1px solid #000;
}
.refinement-bar .refinements .card-body ul li.active-item button,
.refinement-bar .refinements .card-body ul li.active-item label,
.refinement-bar .sort-order-menu .card-body ul li.active-item button,
.refinement-bar .sort-order-menu .card-body ul li.active-item label {
  border: 2px solid #000;
  font-weight: 800;
}
.refinement-bar .refinements .card-body ul li input[type=radio],
.refinement-bar .sort-order-menu .card-body ul li input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  min-width: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.refinement-bar .refinements.active .card-header i,
.refinement-bar .sort-order-menu.active .card-header i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.refinement-bar .filter-header {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .refinement-bar .filter-header {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .refinement-bar .filter-header {
    width: 33%;
  }
}
.refinement-bar .filter-header__header-bar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding-left: 0.9375rem;
  line-height: 75px;
}
.refinement-bar .filter-header .h2 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 0.9375rem;
}
.refinement-bar .filter-footer {
  position: fixed;
  bottom: 0;
  left: -100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 15px;
  width: 100%;
  height: 70px;
  border-top: 1px solid #000;
  background: #fff;
}
@media (min-width: 768px) {
  .refinement-bar .filter-footer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .refinement-bar .filter-footer {
    width: 33%;
  }
}
@media (max-width: 991.98px) {
  .refinement-bar .filter-footer button {
    font-size: 0.6875rem;
    white-space: nowrap;
  }
}
.refinement-bar .filter-footer > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.refinement-bar .refinements .card {
  margin-bottom: 0;
  border-radius: 0;
}
.refinement-bar .refinements .card-header {
  position: relative;
  border-bottom: none;
  border-top: 1px solid #000;
  height: 75px;
  padding: 0 0.9375rem;
  line-height: 75px;
}
.refinement-bar .refinements .card-header:nth-child(1) {
  border-radius: 0;
}
.refinement-bar .refinements .card-header .btn.title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 75px;
  width: 100%;
}
.refinement-bar .refinements .card-header .btn.title::after {
  display: none;
}
.refinement-bar .refinements .card-header i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  position: absolute;
  font-size: 1.875rem;
}
.refinement-bar .refinements .card-body {
  padding: calc(1.25rem) 0.9375rem;
}
.refinement-bar .refinements .card-body ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
.refinement-bar .refinements .card-body ul li {
  margin: 0;
}
.refinement-bar .refinements .card-body ul li button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e5de;
  border-radius: 0;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.refinement-bar .refinements .card-body ul li button:hover {
  border: 1px solid #000;
}
.refinement-bar .refinements .card-body ul li button.active-item {
  border: 2px solid #000;
  font-weight: 800;
}
.refinement-bar .refinements .card-body ul li button.active-item {
  border: 2px solid #000;
  font-weight: 800;
}
.refinement-bar .refinements .card-body ul li.active-item button {
  border: 2px solid #000;
  font-weight: 800;
}
.refinement-bar .refinements .card.active .card-header i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.refinement-bar .refinements .refinement-categories .card-body {
  padding-top: 0;
}

.refinement-categories {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: calc(1.25rem);
}
.refinement-categories .card-body > ul > li {
  display: block;
  width: 100%;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.refinement-categories .card-body > ul > li:nth-child(1) {
  border-bottom: 1px solid #e5e5de;
  padding-bottom: 0.625rem;
}
.refinement-categories .card-body > ul > li:nth-child(1).is-active button {
  margin-left: 0;
}
.refinement-categories .card-body > ul > li:nth-last-child(1) > ul > li.is-active {
  width: 100%;
  padding-bottom: 0.625rem;
}
.refinement-categories .card-body > ul > li:nth-last-child(1) > ul > li.is-active > ul {
  padding-left: 0;
}
.refinement-categories .card-body > ul > li:nth-last-child(1) > ul > li.is-active > ul li {
  border-top: none;
}
.refinement-categories .card-body > ul > li:nth-last-child(1) > ul > li.is-active > ul li.is-active > ul li {
  border-top: none;
}
.refinement-categories .card-body ul li.is-active {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5de;
}
.refinement-categories .card-body ul li.is-active > button {
  margin-left: calc(0.9375rem * 1.5);
}
.refinement-categories .card-body ul li.is-active + li > ul {
  padding-left: calc(0.9375rem * 3);
}

.refinement-color .card-body ul li button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.refinement-color .card-body ul li button .color-text {
  margin-left: 0.9375rem;
}
.refinement-color .card-body ul li button .swatch-circle {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 18px;
  height: 18px;
}

.container.sets {
  padding: 0;
}
@media (min-width: 992px) {
  .container.sets {
    margin-top: 20px;
  }
}

.product-set-count {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-set-count {
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-top: 0;
  }
}

.product-grid.sets {
  margin: 0;
}
.product-grid.sets .region-product {
  width: 50%;
  max-width: 50%;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.product-grid.sets .grid-footer {
  margin-top: 30px;
}
.product-grid.sets .product-set-tile {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .product-grid.sets .product-set-tile:hover a {
    opacity: 1;
  }
  .product-grid.sets .product-set-tile:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .product-grid.sets .product-set-tile:hover .product-link {
    opacity: 1;
  }
  .product-grid.sets .product-set-tile:hover .product-link:hover {
    opacity: 0.7;
  }
}
.product-grid.sets .product-set-tile img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-grid.sets .product-set-tile .product-link {
  display: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .product-grid.sets .product-set-tile .product-link {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    bottom: 100px;
    left: 40px;
    z-index: 1;
    display: block;
    font-size: 1.125rem;
    text-decoration: underline;
  }
}

.search-refinement-panel {
  width: 100%;
  padding: 0;
  text-align: left;
  border-top: 1px solid #000;
  line-height: calc(0.9375rem * 3);
}
.search-refinement-panel .filter-results {
  z-index: 1;
}
@media (min-width: 768px) {
  .search-refinement-panel .filter-results {
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    width: auto;
    padding: calc(0.625rem / 2) 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  .search-refinement-panel .filter-results__wrapper {
    position: fixed;
    z-index: 4;
    bottom: 0;
    left: 0;
    margin-right: 0;
    border-top: 1px solid #000;
    width: 100%;
    padding: 0.9375rem;
    background: #fff;
  }
  .search-refinement-panel .filter-results__wrapper button {
    width: 100%;
  }
}
.search-refinement-panel .filter-results i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.search-refinement-panel .filter-results__wrapper {
  margin-right: 0.625rem;
}

.sub-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 100%;
}
.sub-categories__wrapper__list {
  width: calc(100% - 80px);
}
.sub-categories__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  width: 100%;
}
.sub-categories__list .cat-first {
  width: 100%;
}
.sub-categories__list .cat-first .scroll-horizontally {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow: auto;
  width: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sub-categories__list .cat-first .scroll-horizontally::-webkit-scrollbar {
  height: 2px;
}
.sub-categories__list .cat-first .scroll-horizontally::-webkit-scrollbar-track {
  background: #e5e5de;
}
.sub-categories__list .cat-first .scroll-horizontally::-webkit-scrollbar-thumb {
  background: #000;
}
.sub-categories__list .cat-first .scroll-horizontally::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.sub-categories__list .cat-first .scroll-horizontally li {
  margin: 0;
  padding: 0 0.9375rem;
}
.sub-categories__list .cat-first .scroll-horizontally li button,
.sub-categories__list .cat-first .scroll-horizontally li a {
  font-weight: 400;
  cursor: pointer;
  opacity: 1;
}
.sub-categories__list .cat-first .scroll-horizontally .sr-only,
.sub-categories__list .cat-first .scroll-horizontally .scroll-horizontally {
  display: none;
}
.sub-categories .hide-first > ul > li:nth-child(1) > button,
.sub-categories .hide-first > ul > li:nth-child(1) > a {
  display: none;
}
.sub-categories__list li,
.sub-categories > .all-products-wrapper {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
.sub-categories__list li a,
.sub-categories__list li button,
.sub-categories > .all-products-wrapper a,
.sub-categories > .all-products-wrapper button {
  border: none;
  background: transparent;
  font-weight: 700;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
  opacity: 1;
}
.sub-categories__list li a:hover, .sub-categories__list li a:focus-visible,
.sub-categories__list li button:hover,
.sub-categories__list li button:focus-visible,
.sub-categories > .all-products-wrapper a:hover,
.sub-categories > .all-products-wrapper a:focus-visible,
.sub-categories > .all-products-wrapper button:hover,
.sub-categories > .all-products-wrapper button:focus-visible {
  text-decoration: none;
}
.sub-categories__list li a:not(.all-products),
.sub-categories__list li button:not(.all-products),
.sub-categories > .all-products-wrapper a:not(.all-products),
.sub-categories > .all-products-wrapper button:not(.all-products) {
  font-weight: 400;
  text-decoration: none;
}
.sub-categories__list li a:not(.all-products):hover, .sub-categories__list li a:not(.all-products):focus-visible,
.sub-categories__list li button:not(.all-products):hover,
.sub-categories__list li button:not(.all-products):focus-visible,
.sub-categories > .all-products-wrapper a:not(.all-products):hover,
.sub-categories > .all-products-wrapper a:not(.all-products):focus-visible,
.sub-categories > .all-products-wrapper button:not(.all-products):hover,
.sub-categories > .all-products-wrapper button:not(.all-products):focus-visible {
  text-decoration: underline;
}
.sub-categories__list li.is-active > button,
.sub-categories__list li.is-active > a,
.sub-categories > .all-products-wrapper.is-active > button,
.sub-categories > .all-products-wrapper.is-active > a {
  display: none;
}
.sub-categories__list li.is-active a,
.sub-categories__list li.is-active button,
.sub-categories > .all-products-wrapper.is-active a,
.sub-categories > .all-products-wrapper.is-active button {
  font-weight: 700;
}
.sub-categories__list li {
  margin: 0 calc(0.9375rem / 2);
}

/*# sourceMappingURL=search.css.map*/