/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_torfs_webshop/cartridge/client/default/scss/shopInShopLanding.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.custom-dropdown {
  background: #ffffff;
  height: auto;
  line-height: 0;
  vertical-align: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  font-family: "UniNeueRegular", arial, helvetica, sans-serif;
}
.custom-dropdown--size-button-selector .feather-check, .custom-dropdown--swatch-selector .feather-check {
  color: #84af56;
  display: none;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
.custom-dropdown--size-button-selector .size-button {
  border: none;
  height: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 8px 10px;
  width: 100%;
}
.custom-dropdown--size-button-selector .size-button:hover {
  background: transparent;
}
.custom-dropdown--size-button-selector .size-button:hover:not(.disabled) span {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
.custom-dropdown--size-button-selector .size-button.disabled {
  color: #838587;
  pointer-events: none;
}
.custom-dropdown--size-button-selector .size-button.disabled span {
  text-decoration: line-through;
}
.custom-dropdown--size-button-selector .size-button.selected {
  background: transparent;
}
.custom-dropdown--size-button-selector .size-button.selected .feather {
  display: block;
}
.custom-dropdown--swatch-selector .custom-dropdown__content {
  border-top: 1px solid #cdd1d4;
  border-radius: 0 4px 4px;
  margin-top: 5px;
  min-width: 240px;
}
.custom-dropdown--swatch-selector.open::after {
  background: #ffffff;
  border-left: 1px solid #cdd1d4;
  border-right: 1px solid #cdd1d4;
  bottom: -4px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 4;
}
.custom-dropdown--swatch-selector .swatch-value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.custom-dropdown--swatch-selector .swatch-value.unselectable {
  color: #838587;
  pointer-events: none;
}
.custom-dropdown--swatch-selector .swatch-value.unselectable span {
  text-decoration: line-through;
}
.custom-dropdown--swatch-selector .swatch-value.selected {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
.custom-dropdown--swatch-selector .swatch-value.selected .feather {
  display: block;
}
.custom-dropdown--swatch-selector .swatch-value.selected .swatch-image {
  border: none;
}
.custom-dropdown--swatch-selector .swatch-value:not(.unselectable):hover {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
.custom-dropdown--swatch-selector .swatch-image {
  border: none;
  margin: 0 10px;
  width: 38px;
}
.custom-dropdown--swatch-selector .swatch-image:hover {
  border: none;
}
.custom-dropdown--swatch-selector .swatch-link {
  margin-bottom: 8px;
  width: 100%;
}
.custom-dropdown--single-value {
  pointer-events: none;
}
.custom-dropdown--single-value .custom-dropdown__head::after {
  content: none;
}
.custom-dropdown.open .custom-dropdown__head {
  border-radius: 4px 4px 0 0;
}
.custom-dropdown.open .custom-dropdown__head::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.custom-dropdown.open .custom-dropdown__content {
  display: block;
}
.custom-dropdown__hide-select * {
  display: none;
}
.custom-dropdown__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 25px 0 10px;
  position: relative;
}
.custom-dropdown__head .label {
  color: #838587;
  font-family: "UniNeueRegular", arial, helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-dropdown__head .value {
  font-family: "UniNeueRegular", arial, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.custom-dropdown__head::after {
  content: "";
  background: url("../images/arrow.svg") no-repeat center;
  background-size: 0.4rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 1.5rem;
  height: 1rem;
  position: absolute;
  top: 10px;
  right: 2px;
}
.custom-dropdown.active .custom-dropdown__head::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../../images/featherIcons/check.svg");
          mask-image: url("../../images/featherIcons/check.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #84af56;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 14px;
  right: 0;
}
.custom-dropdown__content {
  display: none;
  background: #ffffff;
  border: 1px solid #cdd1d4;
  border-top: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
  position: absolute;
  top: 38px;
  -webkit-box-shadow: -5px 20px 40px 5px rgba(0, 0, 0, 0.045);
          box-shadow: -5px 20px 40px 5px rgba(0, 0, 0, 0.045);
  z-index: 4;
}
.custom-dropdown__content ul {
  position: relative;
  padding: 0;
  font-size: 1rem;
  max-height: 155px;
  overflow-y: hidden;
}
.custom-dropdown__content ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  cursor: pointer;
}
.custom-dropdown__content ul li:not(.no-hover):hover {
  background-color: #f5f5f4;
}
.custom-dropdown__content ul li a,
.custom-dropdown__content ul li p {
  color: #3b3f3a;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
  line-height: normal;
}
.custom-dropdown__content ul li a:hover,
.custom-dropdown__content ul li p:hover {
  text-decoration: none;
}
.custom-dropdown__content ul li .filter {
  position: relative;
}
.custom-dropdown__content ul li .filter::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  width: 1rem;
  height: 1rem;
  top: 9px;
  left: 0.5rem;
}
.custom-dropdown__content ul li .filter.selected::before {
  background-color: #ffcc00;
  border-color: #e9bb00;
}
.custom-dropdown__content ul li .filter.selected::after {
  content: "";
  position: absolute;
  background-image: url("../../images/featherIcons/check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 11px;
  left: 10px;
}
.custom-dropdown__content ul li.color a {
  padding: 0;
  padding-right: 0.5rem;
}
.custom-dropdown--size-selector .custom-dropdown__content {
  width: 265px;
}
.custom-dropdown--size-selector .custom-dropdown__content ul li {
  padding: 0.25rem 0.5rem;
}
.custom-dropdown--size-selector .custom-dropdown__content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.custom-dropdown--small .custom-dropdown__head {
  height: 1.5rem;
}
.custom-dropdown--small .custom-dropdown__head .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
}
.custom-dropdown--small .custom-dropdown__head::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
}
.custom-dropdown--small .custom-dropdown__content {
  border-top: 1px solid #cdd1d4;
  -webkit-box-shadow: 0 6px 6px 0 rgba(59, 63, 58, 0.5);
          box-shadow: 0 6px 6px 0 rgba(59, 63, 58, 0.5);
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  top: 2rem;
}
.custom-dropdown--small .custom-dropdown__content ul {
  font-size: 0.875rem;
}
.custom-dropdown--small.active .custom-dropdown__head::after {
  font-size: 0.75rem;
  top: 0;
}
.custom-dropdown--small.open::after {
  background: #ffffff;
  border-right: 1px solid #cdd1d4;
  border-left: 1px solid #cdd1d4;
  bottom: -9px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.edge.edge--no-chromium .custom-dropdown--small .custom-dropdown__content {
  min-width: 10rem;
}

div[class^=delivery-msg] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}
div[class^=delivery-msg] .delivery-msg-label {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
div[class^=delivery-msg] .delivery-msg-label--green {
  color: #84af56;
}
div[class^=delivery-msg] .delivery-msg-txt {
  margin-top: 1px;
}
div[class^=delivery-msg] .feather.feather-truck {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.minicart-header,
.minicart-sticky {
  position: relative;
}
.minicart-header .popover.popover--addtocart-flyout,
.minicart-sticky .popover.popover--addtocart-flyout {
  background: transparent;
  -webkit-box-shadow: 0 8px 16px rgba(59, 63, 58, 0.24);
          box-shadow: 0 8px 16px rgba(59, 63, 58, 0.24);
  border-radius: 4px;
  left: unset;
  max-width: 430px;
  overflow: hidden;
  right: -20px;
  top: -12px;
  width: 430px;
}
.minicart-header .popover.popover--addtocart-flyout.show .cart-flyout--add-to-cart .product-summary,
.minicart-sticky .popover.popover--addtocart-flyout.show .cart-flyout--add-to-cart .product-summary {
  max-height: unset;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}
.minicart-header .popover.popover--addtocart-flyout .cart-flyout--add-to-cart,
.minicart-sticky .popover.popover--addtocart-flyout .cart-flyout--add-to-cart {
  display: block;
  padding: 0;
  text-decoration: none;
}
.minicart-header .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .cart-flyout__title-minicart-wrapper,
.minicart-sticky .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .cart-flyout__title-minicart-wrapper {
  background: #ffffff;
  padding: 12px 20px 0;
  position: relative;
  z-index: 10;
}
.minicart-header .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .cart-flyout-title,
.minicart-sticky .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .cart-flyout-title {
  font-size: 1rem;
}
.minicart-header .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .product-addtocart-tile__price,
.minicart-sticky .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .product-addtocart-tile__price {
  display: none;
}
.minicart-header .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .product-summary,
.minicart-sticky .popover.popover--addtocart-flyout .cart-flyout--add-to-cart .product-summary {
  background: #ffffff;
  padding: 16px 20px 20px;
  -webkit-transform: translateY(-100%) scaleY(0);
          transform: translateY(-100%) scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.addtocart .single-approaching-discount {
  color: #f58349;
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .addtocart .cart-flyout--add-to-cart {
    padding: 24px;
  }
}
@media (max-width: 1023.98px) {
  .addtocart--mobile-flyout {
    background: rgba(35, 31, 32, 0.47);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 100%;
    z-index: 10;
  }
  .addtocart--mobile-flyout.show {
    opacity: 1;
  }
  .addtocart--mobile-flyout.show .cart-flyout--add-to-cart .product-summary {
    max-height: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .addtocart--mobile-flyout .product-image {
    max-width: 5rem;
  }
  .addtocart--mobile-flyout .cart-flyout--add-to-cart {
    background: #ffffff;
    -webkit-box-shadow: 0 8px 16px rgba(59, 63, 58, 0.24);
            box-shadow: 0 8px 16px rgba(59, 63, 58, 0.24);
    display: block;
    padding: 8px 10px;
    text-decoration: none;
  }
  .addtocart--mobile-flyout .cart-flyout--add-to-cart .cart-flyout-title {
    font-size: 1rem;
    margin-top: 4px;
  }
  .addtocart--mobile-flyout .cart-flyout--add-to-cart .product-summary {
    margin-top: 1rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .addtocart--mobile-flyout .cart-flyout--add-to-cart .product-summary .product-addtocart-tile__price {
    display: none;
  }
  .addtocart--mobile-flyout .cart-flyout__minicart {
    margin-top: 4px;
    position: relative;
  }
  .addtocart--mobile-flyout .cart-flyout__minicart,
  .addtocart--mobile-flyout .cart-flyout__minicart .icon-holder {
    height: 40px;
    width: 40px;
  }
  .addtocart--mobile-flyout .cart-flyout__minicart .feather {
    height: auto;
    margin: 0;
    width: 24px;
  }
}
.color-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.color-checkbox.active .color-checkbox__name {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
.color-checkbox.active .color-checkbox__checked-overlay {
  opacity: 1;
}
.color-checkbox.active .color-checkbox__color {
  border-radius: 4px;
  height: 24px;
  width: 24px;
}
.color-checkbox__name {
  display: block;
  font-family: "UniNeueRegular", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  margin-top: 8px;
  text-align: center;
}
.color-checkbox__color-wrapper {
  position: relative;
  height: 32px;
  width: 32px;
}
.color-checkbox__checked-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e9bb00;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
}
.color-checkbox__checked-overlay .feather {
  color: #ffffff;
  height: 20px;
  width: 20px;
}
.color-checkbox__color {
  background-color: #ffcc00;
  border-radius: 8px;
  display: block;
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
}
.color-checkbox__color--black, .color-checkbox__color--zwart, .color-checkbox__color--noir {
  background-color: #3b3f3a;
}
.color-checkbox__color--grey, .color-checkbox__color--grijs, .color-checkbox__color--gris {
  background-color: grey;
}
.color-checkbox__color--bruin, .color-checkbox__color--brown, .color-checkbox__color--marron {
  background-color: #4f2412;
}
.color-checkbox__color--lightblack {
  background-color: darkslategrey;
}
.color-checkbox__color--navy {
  background-color: navy;
}
.color-checkbox__color--blauw, .color-checkbox__color--blue, .color-checkbox__color--bleu {
  background-color: #326699;
}
.color-checkbox__color--red, .color-checkbox__color--rood, .color-checkbox__color--rouge {
  background-color: red;
}
.color-checkbox__color--yellow, .color-checkbox__color--geel, .color-checkbox__color--jaune {
  background-color: yellow;
}
.color-checkbox__color--green, .color-checkbox__color--groen, .color-checkbox__color--vert {
  background-color: green;
}
.color-checkbox__color--orange, .color-checkbox__color--oranje {
  background-color: #ff6600;
}
.color-checkbox__color--silver, .color-checkbox__color--zilver, .color-checkbox__color--argent {
  background: #838385;
  background: linear-gradient(45deg, #838385 0%, #eaeaea 50%, #838385 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#838385", endColorstr="#838385", radientType=1);
}
.color-checkbox__color--fuscia, .color-checkbox__color--fuchsia {
  background-color: fuchsia;
}
.color-checkbox__color--wit, .color-checkbox__color--white, .color-checkbox__color--blanc {
  background-color: #f8f9f9;
}
.color-checkbox__color--bordeaux {
  background-color: #b11f42;
}
.color-checkbox__color--brons, .color-checkbox__color--bronze {
  background: #cd7f32;
  background: linear-gradient(45deg, #794622 0%, #d79763 50%, #794622 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#794622", endColorstr="#794622", GradientType=1);
}
.color-checkbox__color--cognac {
  background-color: #a3481b;
}
.color-checkbox__color--gold, .color-checkbox__color--goud, .color-checkbox__color--or {
  background: gold;
  background: linear-gradient(45deg, #745b17 0%, #e8c651 50%, #745b17 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#745b17", endColorstr="#745b17", GradientType=1);
}
.color-checkbox__color--rosegold, .color-checkbox__color--orrose {
  background: linear-gradient(45deg, #bb8771 0%, #e2bdaa 50%, #bb8771 100%);
}
.color-checkbox__color--paars, .color-checkbox__color--purple, .color-checkbox__color--violet {
  background-color: purple;
}
.color-checkbox__color--pink, .color-checkbox__color--roze, .color-checkbox__color--rose {
  background-color: pink;
}
.color-checkbox__color--taupe {
  background-color: #a1977e;
}
.color-checkbox__color--turquoise {
  background-color: turquoise;
}
.color-checkbox__color--beige {
  background-color: #efdbb6;
}
.color-checkbox__color--multi, .color-checkbox__color--multicolore {
  background: linear-gradient(45deg, #ff0000 0%, #ff9400 16%, #effc00 32%, #10ff00 48%, #00ffed 64%, #1900ff 80%, #d400ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#d400ff", GradientType=1);
}

.simple-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.simple-slider__item {
  margin: 0 4px;
  scroll-snap-align: center;
}
.simple-slider__item:first-of-type, .simple-slider__item:last-of-type {
  z-index: 2;
}
.simple-slider__items-wrapper {
  overflow: hidden;
  position: relative;
}
.simple-slider__items-wrapper::before, .simple-slider__items-wrapper::after {
  content: "";
  display: block;
  height: 48px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 64px;
  z-index: 1;
}
.simple-slider__items-wrapper::before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.simple-slider__items-wrapper::after {
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}
.simple-slider__slider-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 32px;
  z-index: 3;
}
.simple-slider__slider-arrow:hover {
  border-color: #3b3f3a;
}
.simple-slider__slider-arrow--left {
  left: 0;
}
.simple-slider__slider-arrow--left .feather {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.simple-slider__slider-arrow--right {
  right: 0;
}
.simple-slider__slider-arrow.show {
  opacity: 1;
  pointer-events: auto;
}
.simple-slider__slider-arrow .feather {
  height: 24px;
  width: 24px;
}
.simple-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 -4px;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  /* Firefox */
  scrollbar-width: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.simple-slider__items::-webkit-scrollbar {
  display: none;
}

/* 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;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.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-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  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: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.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: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.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%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.refinements__show-results {
  background-color: #ffffff;
  padding: 16px;
  width: 100%;
  z-index: 2;
}
.refinements__container::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 80px;
  content: "";
  display: block;
  height: 56px;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: calc(100% - 16px);
  z-index: 1;
}
.refinements__container .refinement {
  border-bottom: 1px solid #cdd1d4;
  padding: 12px 0;
  position: relative;
}
.refinements__container .refinement--boolean {
  padding: 0;
}
.refinements__container .refinement--boolean .refinement__toggle {
  display: block;
  position: relative;
  height: 24px;
  width: 40px;
}
.refinements__container .refinement--boolean .refinement__toggle-circle {
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.15px 0.45px rgba(0, 0, 0, 0.1), 0 1.5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.15px 0.45px rgba(0, 0, 0, 0.1), 0 1.5px 3px rgba(0, 0, 0, 0.2);
  display: block;
  height: 22px;
  left: 1px;
  outline: 1px solid rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 1px;
  width: 22px;
  z-index: 1;
}
.refinements__container .refinement--boolean .refinement__toggle-container {
  background: rgba(120, 120, 128, 0.16);
  border-radius: 150px;
  display: block;
  position: absolute;
  height: 24px;
  width: 40px;
}
.refinements__container .refinement--boolean .refinement__values .refinement-value.selected .refinement__toggle-circle {
  left: unset;
  right: 1px;
}
.refinements__container .refinement--boolean .refinement__values .refinement-value.selected .refinement__toggle-container {
  background: #84af56;
}
.refinements__container .refinement--boolean .refinement__values .refinement-value a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  width: 100%;
}
.refinements__container .refinement:last-of-type {
  border-bottom: none;
  z-index: 2;
}
.refinements__container .refinement__name {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1rem;
}
.refinements__container .refinement__name .btn {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1rem;
  padding: 0;
  text-align: left;
  width: 100%;
}
.refinements__container .refinement__name .btn {
  width: 100%;
  height: auto;
  border: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.refinements__container .refinement__name .btn.collapsed::before, .refinements__container .refinement__name .btn.collapsed::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.refinements__container .refinement__name .btn::before, .refinements__container .refinement__name .btn::after {
  content: "";
  background: #3b3f3a;
  position: absolute;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.refinements__container .refinement__name .btn::after {
  width: 2px;
  height: 14px;
  top: 18px;
  right: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.refinements__container .refinement__name .btn::before {
  width: 14px;
  height: 2px;
  top: 24px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.refinements__container .refinement__price-inputs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.refinements__container .refinement__price-inputs .form-group {
  margin: 0;
  width: 120px;
}
.refinements__container .refinement__price-inputs .form-group input {
  pointer-events: none;
}
.refinements__container .refinement__price-inputs .form-group input:-moz-read-only {
  background: #ffffff;
}
.refinements__container .refinement__price-inputs .form-group input:read-only {
  background: #ffffff;
}
.refinements__container .refinement__price-inputs-separator {
  background: #cdd1d4;
  height: 1px;
  margin: 0 16px;
  width: 12px;
}
.refinements__container .refinement__values {
  margin: 0;
  padding: 0;
}
.refinements__container .refinement__values--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
.refinements__container .refinement__values--default .refinement-value {
  margin-top: 12px;
}
.refinements__container .refinement__values--default .refinement-value a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.refinements__container .refinement__values--default .refinement-value.selected .refinement-value__checkbox {
  background: #ffcc00;
  border-color: #e9bb00;
}
.refinements__container .refinement__values--default .refinement-value.selected .refinement-value__checkbox .feather {
  opacity: 1;
}
.refinements__container .refinement__values--default .refinement-value.selected .refinement-value__name {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
.refinements__container .refinement__values--default .refinement-value__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  width: 24px;
}
.refinements__container .refinement__values--default .refinement-value__checkbox .feather {
  color: #3b3f3a;
  height: 20px;
  opacity: 0;
  width: 20px;
}
.refinements__container .refinement__values--default .refinement-value__name {
  font-family: "UniNeueRegular", arial, helvetica, sans-serif;
  font-size: 1rem;
}
.refinements__container .refinement__values--size {
  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;
  margin: 8px -4px 0;
  width: calc(100% + 8px);
}
.refinements__container .refinement__values--size .refinement-value {
  margin: 4px;
}
.refinements__container .refinement__values--size .refinement-value .size-button {
  padding: 0 2px;
}
.refinements__container .refinement__values--color {
  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;
  margin: 10px -6px 0;
  width: calc(100% + 12px);
}
.refinements__container .refinement__values--color .refinement-value {
  margin: 6px;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
}
.refinements__container .refinement__values--family {
  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;
  margin: 8px -4px 0;
  width: calc(100% + 8px);
}
.refinements__container .refinement__values--family .refinement-value {
  margin: 4px;
}
.refinements__container .refinement__values--family .refinement-value.selected a {
  background: #ffffff;
  border-color: #ffcc00;
  -webkit-box-shadow: 0 4px 16px rgba(179, 143, 0, 0.2);
          box-shadow: 0 4px 16px rgba(179, 143, 0, 0.2);
}
.refinements__container .refinement__values--family .refinement-value.selected .refinement-value__name {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
}
.refinements__container .refinement__values--family .refinement-value a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f4;
  border: 1px solid transparent;
  border-radius: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0 12px 0 6px;
}
.refinements__container .refinement__values--family .refinement-value__bee {
  background: #ffffff;
  border-radius: 50%;
  height: 24px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 24px;
}
.refinements__container .refinement__values--family .refinement-value__name {
  font-family: "UniNeueRegular", arial, helvetica, sans-serif;
  font-size: 1rem;
  margin-left: 4px;
}
.refinements__container .refinement__values--price {
  margin-top: 8px;
}
.refinements__container .refinement__values--price div.form-group {
  position: relative;
}
.refinements__container .refinement__values--price div.form-group input.form-control,
.refinements__container .refinement__values--price div.form-group textarea.form-control {
  height: 3rem;
  padding: 20px 12px 6px;
  font-size: 1rem;
}
.refinements__container .refinement__values--price div.form-group input.form-control::-webkit-input-placeholder, .refinements__container .refinement__values--price div.form-group textarea.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.refinements__container .refinement__values--price div.form-group input.form-control::-moz-placeholder, .refinements__container .refinement__values--price div.form-group textarea.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.refinements__container .refinement__values--price div.form-group input.form-control:-ms-input-placeholder, .refinements__container .refinement__values--price div.form-group textarea.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.refinements__container .refinement__values--price div.form-group input.form-control::-ms-input-placeholder, .refinements__container .refinement__values--price div.form-group textarea.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.refinements__container .refinement__values--price div.form-group input.form-control::placeholder,
.refinements__container .refinement__values--price div.form-group textarea.form-control::placeholder {
  color: rgba(255, 255, 255, 0);
}
.refinements__container .refinement__values--price div.form-group input.form-control ~ label,
.refinements__container .refinement__values--price div.form-group textarea.form-control ~ label {
  position: absolute;
  pointer-events: none;
  font-size: 1rem;
  top: 12px;
  padding-left: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}
.refinements__container .refinement__values--price div.form-group input.form-control:-webkit-autofill ~ label, .refinements__container .refinement__values--price div.form-group input.form-control:-webkit-autofill:hover ~ label, .refinements__container .refinement__values--price div.form-group input.form-control:-webkit-autofill:focus ~ label, .refinements__container .refinement__values--price div.form-group input.form-control:not(:placeholder-shown) ~ label, .refinements__container .refinement__values--price div.form-group input.form-control:focus ~ label,
.refinements__container .refinement__values--price div.form-group textarea.form-control:-webkit-autofill ~ label,
.refinements__container .refinement__values--price div.form-group textarea.form-control:-webkit-autofill:hover ~ label,
.refinements__container .refinement__values--price div.form-group textarea.form-control:-webkit-autofill:focus ~ label,
.refinements__container .refinement__values--price div.form-group textarea.form-control:not(:placeholder-shown) ~ label,
.refinements__container .refinement__values--price div.form-group textarea.form-control:focus ~ label {
  font-size: 0.75rem;
  top: 4px;
  z-index: 3;
}
.refinements__container .refinement__values--price div.form-group .iti input {
  padding-left: 3rem;
}
.refinements__container .refinement__values--price div.form-group .iti ~ label {
  position: absolute;
  pointer-events: none;
  font-size: 1rem;
  top: 12px;
  left: 10px;
  padding-left: 3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.refinements__container .refinement__values--price div.form-group .iti ~ label.focussed {
  font-size: 0.75rem;
  top: 4px;
}
.refinements__container .refinement__values--price div.form-group .form__button--show-password {
  top: 12px;
}
.refinements__container .refinement__values--price .noUi-target {
  background: #f5f5f4;
  border: 1px solid #cdd1d4;
  border-radius: 56px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.refinements__container .refinement__values--price .noUi-horizontal {
  height: 8px;
}
.refinements__container .refinement__values--price .noUi-handle {
  background: #ffcc00;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 20px;
  top: -7px;
  width: 20px;
}
.refinements__container .refinement__values--price .noUi-handle::after, .refinements__container .refinement__values--price .noUi-handle::before {
  content: none;
}
.refinements__container .refinement__values--price .noUi-connect {
  background: #ffcc00;
  outline: 1px solid #ffcc00;
}
.refinements__container .refinement__values--price .noUi-connects {
  overflow: visible;
}
.refinements__container .refinement__values--price .price-refinement-slider {
  margin-top: 22px;
}
.refinements__container .refinement__values a:hover {
  text-decoration: none;
}
.refinements__container .refinement .brand-search {
  margin-top: 12px;
}
.refinements__container .refinement .brand-search .brand-search-field {
  background: #f5f5f4;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  height: 48px;
}
.refinements__container .refinement .brand-search .brand-search-field, .refinements__container .refinement .brand-search .brand-search-field:focus, .refinements__container .refinement .brand-search .brand-search-field:active {
  border: 1px solid #cdd1d4;
  border-right: none;
}
.refinements__container .refinement .brand-search .brand-search-field::-webkit-input-placeholder {
  color: #838587;
}
.refinements__container .refinement .brand-search .brand-search-field::-moz-placeholder {
  color: #838587;
}
.refinements__container .refinement .brand-search .brand-search-field:-ms-input-placeholder {
  color: #838587;
}
.refinements__container .refinement .brand-search .brand-search-field::-ms-input-placeholder {
  color: #838587;
}
.refinements__container .refinement .brand-search .brand-search-field::placeholder {
  color: #838587;
}
.refinements__container .refinement .brand-search .input-group-append {
  pointer-events: none;
}
.refinements__container .refinement .brand-search .input-group-append .btn-icon {
  background: #f5f5f4;
  border: 1px solid #cdd1d4;
  border-left: none;
  border-radius: 0 4px 4px 0;
  height: 48px;
}
.refinements__container .refinement .brand-search .input-group-append .btn-icon span {
  padding: 0;
}
.refinements__container .refinement .brand-search .input-group-append .btn-icon .feather {
  height: auto;
  margin-right: 0;
  width: 24px;
}
.refinements .sort-order-menu {
  border-bottom: 1px solid #cdd1d4;
  padding: 12px 0;
}
.refinements .sort-order-menu__title {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1rem;
  margin: 0 0 8px;
}
.refinements .sort-order-menu .sort-order__item {
  background: #ffffff;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.refinements .sort-order-menu .sort-order__item--selected {
  background: #ffcc00;
  border-color: #ffcc00;
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  pointer-events: none;
}
.refinements .sort-order-menu .sort-order__item:hover {
  border-color: #3b3f3a;
  text-decoration: none;
}
.refinements .sort-order-menu .sort-order__item:active {
  background: #f5f5f4;
}

@media (min-width: 1024px) {
  .refinements__container .refinement {
    padding: 14px 0;
  }
  .refinements__container .refinement--boolean {
    padding: 0;
  }
  .refinements__container .refinement--boolean .refinement__values .refinement-value a {
    padding: 14px 0;
  }
  .refinements__container .refinement__name {
    font-size: 1.125rem;
  }
  .refinements__container .refinement__name .btn {
    font-size: 1.125rem;
  }
  .refinements__container .refinement__name .btn {
    width: 100%;
    height: auto;
    border: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
  }
  .refinements__container .refinement__name .btn.collapsed::before, .refinements__container .refinement__name .btn.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .refinements__container .refinement__name .btn::before, .refinements__container .refinement__name .btn::after {
    content: "";
    background: #3b3f3a;
    position: absolute;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .refinements__container .refinement__name .btn::after {
    width: 2px;
    height: 14px;
    top: 20px;
    right: 6px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .refinements__container .refinement__name .btn::before {
    width: 14px;
    height: 2px;
    top: 26px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .refinements .sort-order-menu {
    padding: 14px 0;
  }
  .refinements .sort-order-menu__title {
    font-size: 1.125rem;
  }
}
.filter-bar ul {
  margin: 0 -4px;
  padding-left: 0;
}
.filter-bar__value--default a {
  background-color: #f5f5f4;
  color: #3b3f3a;
}
.filter-bar__value--default a:hover {
  background: #f0f0f0;
  color: #3b3f3a;
}
.filter-bar__value--default a .feather {
  margin-left: 8px;
}
.filter-bar__value--remove-all a {
  background: transparent;
  color: #bd1427;
}
.filter-bar__value--remove-all a:hover {
  border-color: #bd1427;
  color: #bd1427;
}
.filter-bar__value--remove-all a .feather {
  margin-right: 8px;
}
.filter-bar__value a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  height: 32px;
  padding: 0 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.filter-bar__value a:hover {
  text-decoration: none;
}
.filter-bar__value a .feather {
  height: 16px;
  width: 16px;
}

.sidemenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidemenu-wrapper .search-products__filter-button {
  display: none;
  margin-top: 16px;
}

.sidemenu {
  margin-top: 16px;
}
.sidemenu--target-audience .sidemenu__category--selected {
  pointer-events: auto;
}
.sidemenu__category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  color: #838587;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1rem;
  height: 40px;
  padding: 4px 12px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.sidemenu__category:hover {
  color: #838587;
  text-decoration: none;
}
.sidemenu__category:active {
  background: #f5f5f4;
  text-decoration: none;
}
.sidemenu__category--back {
  background: #f5f5f4;
  border-color: #f5f5f4;
  color: #3b3f3a;
  margin-right: 8px;
}
.sidemenu__category--back:hover {
  color: #3b3f3a;
}
.sidemenu__category--back span {
  display: none;
}
.sidemenu__category--selected {
  border-color: #3b3f3a;
  color: #3b3f3a;
  pointer-events: none;
}
.sidemenu__category--selected:hover {
  color: #3b3f3a;
}
.sidemenu__category img {
  aspect-ratio: auto 1500/1600;
  height: 32px;
  margin-right: 8px;
  min-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.sidemenu__category .feather {
  margin-right: 8px;
  height: 24px;
  width: 24px;
}

@media (min-width: 1024px) {
  .sticky-sidemenu {
    background: #ffffff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 20px);
            flex: 0 0 calc(100% + 20px);
    margin: 0 -10px;
    max-width: calc(100% + 20px);
    padding: 0 20px;
    position: sticky;
    top: 109px;
    width: calc(100% + 20px);
    z-index: 5;
  }
  .sidemenu-wrapper {
    border-bottom: 1px solid #cdd1d4;
    padding: 0 0 10px;
  }
  .sidemenu-wrapper .search-products__filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 32px;
  }
  .sidemenu__category--back span {
    display: block;
  }
}
.search-products__count {
  margin-bottom: 1.5rem;
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 3rem;
}
.search-products__products .product-tile--content {
  padding-bottom: 0;
}
.search-products .plp-banner {
  margin-bottom: 16px;
  padding: 0 10px;
  width: 100%;
}
.search-products .plp-banner img {
  aspect-ratio: auto 440/140;
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .search-products .plp-banner {
    padding: 0 16px;
  }
  .search-products .plp-banner img {
    aspect-ratio: auto 1010/120;
  }
}
.grid-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
  position: relative;
}
.grid-header .filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-header .simple-slider__item {
  margin-top: 16px;
}

@media (min-width: 1024px) {
  .grid-header {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    z-index: 4;
  }
  .grid-header::before, .grid-header::after {
    background: #ffffff;
    content: "";
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    width: 20px;
  }
  .grid-header::before {
    left: -20px;
  }
  .grid-header::after {
    right: -20px;
  }
  .grid-header .filter-bar {
    border-bottom: 1px solid #cdd1d4;
    padding: 8px 0;
    width: 100%;
  }
  .grid-header .simple-slider__item {
    margin-top: 0;
  }
}
.header-bar-mobile {
  background: #ffffff;
  border-bottom: 1px solid #cdd1d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 10px 0;
  position: sticky;
  top: 106px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.header-bar-mobile .search-products__filter-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .header-bar-mobile {
    display: none;
  }
}
.banner {
  position: relative;
  height: 500px;
  max-width: 100vw;
  overflow: hidden;
}
.banner a {
  text-decoration: none;
}
.banner__image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner__image img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.banner__video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner__cta {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.banner__cta button,
.banner__cta a {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.banner__content {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.banner__content .main-title {
  font-size: 1.5rem;
  color: #ffffff;
  font-family: "Sagona-Medium";
}
.banner__content .subtitle {
  font-size: 1.5rem;
  color: #ffffff;
  font-family: "Sagona-Light";
  font-style: italic;
}
@media (min-width: 768px) {
  .banner .content--align-center {
    text-align: center;
  }
}
@media (max-width: 1023.98px) {
  .banner .content--align-center-mobile {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .banner .content--align-right {
    text-align: right;
    margin-right: 8.3333%;
  }
  .banner .content--align-right h2 {
    margin-right: 8.3333%;
  }
}
@media (max-width: 1023.98px) {
  .banner .content--align-right-mobile {
    text-align: right;
    margin-right: 8.3333%;
  }
}
@media (max-width: 575.98px) {
  .banner .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .banner .cta a {
    width: 44%;
    margin: 0.5rem;
  }
}
@media (min-width: 768px) {
  .banner .cta--align-left {
    left: 0;
    min-width: auto;
    text-align: left;
  }
  .banner .cta--align-center {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    min-width: 100%;
  }
  .banner .cta--align-right {
    right: 0;
    min-width: auto;
  }
}
@media (max-width: 1023.98px) {
  .banner .cta--align-center-mobile {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner .cta--align-right-mobile {
    right: 0;
    min-width: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .banner .cta--align-left-mobile {
    min-width: auto;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .banner .cta--per-two.cta--align-right {
    text-align: right;
    min-width: auto;
  }
  .banner .cta--per-two.cta--align-center {
    text-align: center;
    min-width: auto;
  }
}
@media (max-width: 1023.98px) {
  .banner .cta--per-two.cta--align-right-mobile {
    text-align: right;
    min-width: auto;
  }
  .banner .cta--per-two.cta--align-center-mobile {
    text-align: center;
    min-width: auto;
  }
}

@media (min-width: 576px) {
  .banner .cta {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .banner .cta button {
    min-width: auto;
  }
  .banner .cta--full-width a.btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .banner .cta--per-two button {
    width: 33.3333333333%;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
  .banner__video {
    z-index: 0;
    position: absolute;
    inset: 0;
  }
  .banner__content .main-title {
    font-size: 2rem;
  }
  .banner__content .subtitle {
    font-size: 2rem;
  }
}
.top-navigation .pagination {
  margin-bottom: 0.5rem;
}

.pagination {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.pagination a,
.pagination span:not(.bs-more) {
  padding-left: 0;
  padding-right: 0;
  width: 2.5rem;
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1rem;
  color: #3b3f3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.pagination a:not(:disabled, .disabled):hover,
.pagination span:not(.bs-more):not(:disabled, .disabled):hover {
  background-color: #f5f5f4;
  text-decoration: none;
}
.pagination a:not(:disabled, .disabled):focus,
.pagination span:not(.bs-more):not(:disabled, .disabled):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination span.bs-more {
  padding-left: 0;
  padding-right: 0;
  width: 2.5rem;
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1rem;
  color: #3b3f3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .bs-next, .pagination .bs-previous, .pagination .jp-next, .pagination .jp-previous {
  background: url("../../images/arrow.svg") no-repeat center;
  background-size: 0.75rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.pagination .bs-next:not(:disabled, .disabled):hover, .pagination .bs-previous:not(:disabled, .disabled):hover, .pagination .jp-next:not(:disabled, .disabled):hover, .pagination .jp-previous:not(:disabled, .disabled):hover {
  background-color: transparent;
}
.pagination .bs-next:not(:disabled, .disabled):active, .pagination .bs-previous:not(:disabled, .disabled):active, .pagination .jp-next:not(:disabled, .disabled):active, .pagination .jp-previous:not(:disabled, .disabled):active {
  background: url("../../images/arrow.svg") no-repeat center;
  background-size: 0.75rem;
  opacity: 0.5;
}
.pagination .jp-previous {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination .jp-current {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  color: #3b3f3a;
}
.pagination .jp-current:not(:disabled, .disabled):hover {
  background-color: #e9bb00;
  border-color: #e9bb00;
  color: rgba(59, 63, 58, 0.8);
}
.pagination .jp-current:not(:disabled, .disabled):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .jp-disabled {
  opacity: 0.5;
  cursor: default;
}
.pagination .bs-previous {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pagination .bs-current {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  color: #3b3f3a;
}
.pagination .bs-current:not(:disabled, .disabled):hover {
  background-color: #e9bb00;
  border-color: #e9bb00;
  color: rgba(59, 63, 58, 0.8);
}
.pagination .bs-current:not(:disabled, .disabled):focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .bs-disabled {
  opacity: 0.5;
  cursor: default;
}

.brand-landing--no-filters .refinements,
.shop-in-shop-landing--no-filters .refinements {
  display: none !important;
}
.brand-landing--no-filters .refinements--mobile,
.shop-in-shop-landing--no-filters .refinements--mobile {
  display: none !important;
}
.brand-landing--no-filters .filter-bar,
.shop-in-shop-landing--no-filters .filter-bar {
  display: none !important;
}
.brand-landing--no-filters .grid-header,
.shop-in-shop-landing--no-filters .grid-header {
  display: none !important;
}
.brand-landing--no-filters .header-bar-mobile,
.shop-in-shop-landing--no-filters .header-bar-mobile {
  display: none !important;
}
.brand-landing--no-filters .search-products__filter-button,
.shop-in-shop-landing--no-filters .search-products__filter-button {
  display: none !important;
}
.brand-landing--no-filters .sticky-sidemenu,
.shop-in-shop-landing--no-filters .sticky-sidemenu {
  display: none !important;
}
.brand-landing__head,
.shop-in-shop-landing__head {
  background-color: #f5f5f4;
}
.brand-landing__content-image,
.shop-in-shop-landing__content-image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-landing__tiles,
.shop-in-shop-landing__tiles {
  margin-top: 3rem;
}
.brand-landing__tiles .product-tile,
.shop-in-shop-landing__tiles .product-tile {
  padding-bottom: 3.5rem;
}
.brand-landing__tiles .product-tile--content,
.shop-in-shop-landing__tiles .product-tile--content {
  padding-bottom: 0;
}
.brand-landing .footer,
.shop-in-shop-landing .footer {
  margin-top: 3rem;
}
.brand-landing .footer__image,
.shop-in-shop-landing .footer__image {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 2rem;
}
.brand-landing .footer__title,
.shop-in-shop-landing .footer__title {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 1.375rem;
  color: #3b3f3a;
}
.brand-landing .footer__links li,
.shop-in-shop-landing .footer__links li {
  margin-bottom: 0.3rem;
}
.brand-landing .footer__links li a,
.shop-in-shop-landing .footer__links li a {
  font-family: "UniNeueBold", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  color: #3b3f3a;
  text-decoration: underline;
  margin-bottom: 1rem;
}
.brand-landing #results,
.shop-in-shop-landing #results {
  margin-top: -100px;
  position: absolute;
}

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