.Pagination__container--2RC3o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
}
.Pagination__list--1h-_Z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
button.Pagination__page--3JytM {
  min-width: 20px;
  height: 20px;
  margin-right: 6px;
  padding: 0 3px;
}
button.Pagination__page--3JytM.Pagination__active--dOM4H {
  background: #ece8e5;
  border-radius: 50%;
}
.Pagination__ellipsis--2Tn1e {
  margin-right: 6px;
  font-weight: normal;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 450px) {
  .Pagination__ellipsis--2Tn1e,
  button.Pagination__page--3JytM {
    margin-right: 15px;
  }
}

.CompareOverlay__compareOverlay--1DHui {
  position: fixed;
  z-index: 2147483647;
  bottom: -350px;
  right: 10%;
  left: 10%;
  background-color: #fff;
  padding: 1.5em 2em 1em 2em;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f5f3f2;
  -webkit-box-shadow: rgba(128, 128, 128, .3) 2px 5px 50px 0px;
          box-shadow: rgba(128, 128, 128, .3) 2px 5px 50px 0px;
  -webkit-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
  max-height: 300px;
  color: #fff;
  font-weight: 500;
}
.CompareOverlay__compareOverlay--1DHui.CompareOverlay__open--hjpuE {
  bottom: 0;
}
.CompareOverlay__compareOverlay--1DHui h2 {
  margin-top: 0;
}
.CompareOverlay__content--2isFu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CompareOverlay__content--2isFu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.CompareOverlay__content--2isFu li {
  padding: 0 0 0 1em;
  background-color: #93C7C6;
  margin: 0 0.5em 0.5em 0;
  border-radius: 5px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.CompareOverlay__content--2isFu li > div > div:last-of-type {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 300;
}
.CompareOverlay__content--2isFu li button {
  padding: 1em;
  border: 0;
  margin: 0 0 0 auto;
  color: #ece8e5;
}
.CompareOverlay__content--2isFu li button:hover {
  color: #d7d2cb;
}
.CompareOverlay__left--ROfcv {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.CompareOverlay__right--2k2sy {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: right;
}
.CompareOverlay__right--2k2sy button {
  margin: 0 0 0.5em auto;
}
.CompareOverlay__right--2k2sy button:disabled {
  color: #e7e0db;
  background-color: #f1f1f1;
  border-color: #e7e0db;
}
@media (max-width: 1279px) {
  .CompareOverlay__compareOverlay--1DHui li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
  .CompareOverlay__right--2k2sy {
    width: 100%;
  }
}

.products__filters--14W-C {
  background-color: #f5f3f2;
}
.products__content---Hy1e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.products__results--2-R9u {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.products__viewToggleButton--2IYsg {
  display: none;
}
@media (max-width: 767px) {
  .products__filters--14W-C {
    display: none;
  }
  .products__topPagination--3h4h2 {
    height: auto;
  }
  .products__topPagination--3h4h2 li {
    margin-bottom: 15px;
  }
  .products__showFilter--lGXKp .products__filters--14W-C {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: block;
  }
  .products__showFilter--lGXKp .products__results--2-R9u {
    display: none;
  }
}
@media (min-width: 768px) {
  .products__filters--14W-C {
    position: static;
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
    margin-right: 0;
    border-radius: 3px;
    -ms-flex-item-align: start;
        align-self: start;
    width: 0px;
    overflow: hidden;
  }
  .products__topPagination--3h4h2 {
    position: absolute;
    height: 46px;
    top: -46px;
    right: 88px;
    left: 88px;
  }
  .products__showFilter--lGXKp .products__filters--14W-C {
    width: 340px;
    margin-right: 40px;
  }
}
.products__headerWithLine--2ABcv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products__headerWithLine--2ABcv .products__header--1Pf0_ > h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin: 0;
  color: #000;
  font-weight: 300;
}
.products__headerWithLine--2ABcv .products__header--1Pf0_ p {
  line-height: 24px;
  line-height: 1.5rem;
}
.products__headerWithLine--2ABcv .products__headerButtons--j_aJg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products__headerWithLine--2ABcv .products__headerButtons--j_aJg button {
  border: 1px solid #fff;
  color: #847770;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 0.2em 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.products__headerWithLine--2ABcv .products__headerButtons--j_aJg button:hover {
  color: #847770;
  border: 1px solid #ece8e5;
}
.products__headerWithLine--2ABcv .products__headerButtons--j_aJg button.products__viewToggleButton--2IYsg {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .products__viewToggleButton--2IYsg {
    display: block;
  }
}

.ProductList__productsList--2zgDf {
  width: 100%;
}
.ProductList__image--3e_I- {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.ProductList__image--3e_I- a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: inherit;
}
.ProductList__price--2xAZn {
  font-weight: 400;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.ProductList__buttons--3mJrk button {
  width: 100%;
}
.ProductList__buttons--3mJrk button:not(:last-child) {
  margin-right: 4px;
}

.ProductGrid__productsGrid--3NtdF {
  margin: -14px -12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ProductGrid__productFiller--1kW8L {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
  margin: 0 12px;
}
.ProductGrid__product--2aBM2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
  margin: 14px 12px 26px;
  width: 1px;
}

.filters__container--3W-A- {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filters__container--3W-A- .filters__filters--2Nn7D {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}
.filters__container--3W-A- .filters__filters--2Nn7D > table {
  width: 100%;
}
.filters__container--3W-A- .filters__buttons--EVPQY {
  margin-bottom: 1.5em;
  text-align: center;
}
.filters__container--3W-A- .filters__buttons--EVPQY button {
  margin: 0 2px;
  min-width: 100px;
}
.filters__container--3W-A- tr {
  border-bottom: none !important;
}
.filters__container--3W-A- .filters__filter--lBA-1 {
  margin: 0 1em;
  padding: 1em 0;
  border-bottom: 1px solid #f5f3f2;
}
.filters__container--3W-A- .filters__filterName--2JJvt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #b4aca5;
  display: inline-block;
  margin-bottom: 0.5em;
}
.filters__container--3W-A- .filters__filterName--2JJvt .filters__unit--Wf-Eo {
  white-space: nowrap;
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .filters__closeFilters--1zR43 {
    display: none;
  }
}

.Filter_Value__valueList--115Lo {
  display: table;
  width: 100%;
}
.Filter_Value__valueList--115Lo label {
  display: table-row;
  cursor: pointer;
  color: #847770;
  font-size: 16px;
  font-weight: 400;
}
.Filter_Value__valueList--115Lo label.Filter_Value__selected--3LnvS .Filter_Value__badge--11UmZ span {
  background-color: #11387F;
}
.Filter_Value__valueList--115Lo label.Filter_Value__selected--3LnvS span {
  color: #11387F;
}
.Filter_Value__valueList--115Lo label.Filter_Value__selected--3LnvS .Filter_Value__badge--11UmZ span {
  color: #fff;
}
.Filter_Value__valueList--115Lo label.Filter_Value__zero--3fZZW {
  color: #ece8e5;
}
.Filter_Value__valueList--115Lo label.Filter_Value__zero--3fZZW span {
  color: #ece8e5;
}
.Filter_Value__valueList--115Lo label.Filter_Value__zero--3fZZW .Filter_Value__badge--11UmZ span {
  background-color: #f5f3f2;
}
.Filter_Value__valueList--115Lo div {
  display: table-cell;
}
.Filter_Value__valueList--115Lo div:first-of-type {
  width: 1.5em;
}
.Filter_Value__valueList--115Lo .Filter_Value__badge--11UmZ {
  width: 1px;
  text-align: right;
}
.Filter_Value__valueList--115Lo .Filter_Value__badge--11UmZ span {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 3px;
  color: #fff;
  background-color: #d7d2cb;
}

.Checkbox__container--uWbQx {
  display: inline-block;
}
.Checkbox__container--uWbQx input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 13px;
}
.Checkbox__container--uWbQx input[type=checkbox]:focus + .Checkbox__toggle--2z4nl::before {
  -webkit-text-stroke: 1px rgba(0, 0, 0, .15);
}
.Checkbox__container--uWbQx input[type=checkbox] + .Checkbox__toggle--2z4nl::before {
  display: inline-block;
  font: normal normal normal 14px/1 'psg-icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\F096';
}
.Checkbox__container--uWbQx input[type=checkbox]:checked + .Checkbox__toggle--2z4nl::before {
  content: '\F14A';
}
.Checkbox__toggle--2z4nl {
  display: inline-block;
  width: 1.2em;
}

.Filter_Range__rangeHolder--PwKsa {
  margin: 1em 6px 1.5em 6px;
}
.Filter_Range__disabled--1uDdH {
  opacity: 0.3;
}
.Filter_Range__disabled--1uDdH .noUi-horizontal .noUi-handle {
  background: #d7d2cb;
  border: 1px solid #d7d2cb;
}

.Filter_SingleValue__singleValueFilter--3crDX select {
  width: 100%;
}

/* nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
          box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connect {
  background: #3fb8af;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #11387F;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: '';
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/* custom */
.slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.noUi-connect {
  background: #f5f3f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  border-radius: 999px;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -10px;
  background: #11387F;
  cursor: pointer;
}
.noUi-handle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  display: none;
}
.noUi-tooltip {
  color: #000;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
.noUi-base * {
  outline: none;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip,
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  border: none;
  display: inline-block;
  padding: 0;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  color: #b4aca5;
  min-height: 1.5em;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: 85%;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: 115%;
}
.noUi-horizontal {
  height: 10px;
}
.valueSet .noUi-connect {
  background-color: #ece8e5;
}

