@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300%3B0,400%3B0,500%3B0,540%3B0,700%3B0,900%3B1,300%3B1,500%3B1,700%3B1,900&display=swap);
@charset "UTF-8";
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --main-orange: #e25200;
  --light-orange: #ffede2;
  --grey-light: #f5f5f5;
  --border: #e5e5e5;
  --error: #e25200;
  --success: #00904b;
  --sidePopinWidth: 700px;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  height: 100%;
  background: #ffffff;
  color: #767676;
  font-size: 0.875em;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.15;
}
body a:hover {
  text-decoration: none;
}

.o-hidden {
  overflow: hidden;
  height: 100%;
  position: relative;
}

p {
  color: #1c1c1c;
  margin: 0;
}

b,
strong,
.bold {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

.link {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
}

.h1 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 2.25rem;
  line-height: normal;
  margin-bottom: 2.25rem;
}
.h1::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.h1::after {
  margin-bottom: -7px;
  width: 35px;
  height: 7px;
}

.h2 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.h2::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .h2 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.h2::after {
  margin-bottom: -4px;
  width: 22px;
  height: 4px;
}

.h3 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.17;
  margin-bottom: 1rem;
}
.h3::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.cta--black {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.cta--black:hover, .cta--black:focus {
  border-color: #1c1c1c;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--black:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--black:disabled, .cta--black.disabled, .white-header .container__stores .cta--black.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--black.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--black {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--white {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--white:hover, .cta--white:focus {
  border-color: #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.cta--white:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--white:disabled, .cta--white.disabled, .white-header .container__stores .cta--white.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--white.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--white {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--primary, .sidepopin__popin__accountactivation .accountactivation__actions button,
.sidepopin__popin__flashmessage .accountactivation__actions button, .sidepopin__popin__cart .confirmaddtocart__actions__checkout {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #ea580c;
  background-color: #ea580c;
  color: #ffffff;
  text-decoration: none;
}
.cta--primary:hover, .sidepopin__popin__accountactivation .accountactivation__actions button:hover,
.sidepopin__popin__flashmessage .accountactivation__actions button:hover, .sidepopin__popin__cart .confirmaddtocart__actions__checkout:hover, .cta--primary:focus, .sidepopin__popin__accountactivation .accountactivation__actions button:focus,
.sidepopin__popin__flashmessage .accountactivation__actions button:focus, .sidepopin__popin__cart .confirmaddtocart__actions__checkout:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.cta--primary:focus-visible, .sidepopin__popin__accountactivation .accountactivation__actions button:focus-visible,
.sidepopin__popin__flashmessage .accountactivation__actions button:focus-visible, .sidepopin__popin__cart .confirmaddtocart__actions__checkout:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--primary:disabled, .sidepopin__popin__accountactivation .accountactivation__actions button:disabled,
.sidepopin__popin__flashmessage .accountactivation__actions button:disabled, .sidepopin__popin__cart .confirmaddtocart__actions__checkout:disabled, .cta--primary.disabled, .sidepopin__popin__accountactivation .accountactivation__actions button.disabled,
.sidepopin__popin__flashmessage .accountactivation__actions button.disabled, .sidepopin__popin__cart .disabled.confirmaddtocart__actions__checkout, .white-header .container__stores .cta--primary.forms__stores__geoloc__button:disabled, .white-header .container__stores .sidepopin__popin__accountactivation .accountactivation__actions button.forms__stores__geoloc__button:disabled, .sidepopin__popin__accountactivation .accountactivation__actions .white-header .container__stores button.forms__stores__geoloc__button:disabled,
.white-header .container__stores .sidepopin__popin__flashmessage .accountactivation__actions button.forms__stores__geoloc__button:disabled,
.sidepopin__popin__flashmessage .accountactivation__actions .white-header .container__stores button.forms__stores__geoloc__button:disabled, .white-header .container__stores .sidepopin__popin__cart .forms__stores__geoloc__button.confirmaddtocart__actions__checkout:disabled, .sidepopin__popin__cart .white-header .container__stores .forms__stores__geoloc__button.confirmaddtocart__actions__checkout:disabled, .white-header .container__stores .cta--primary.forms__stores__manual__button:disabled, .white-header .container__stores .sidepopin__popin__accountactivation .accountactivation__actions button.forms__stores__manual__button:disabled, .sidepopin__popin__accountactivation .accountactivation__actions .white-header .container__stores button.forms__stores__manual__button:disabled,
.white-header .container__stores .sidepopin__popin__flashmessage .accountactivation__actions button.forms__stores__manual__button:disabled,
.sidepopin__popin__flashmessage .accountactivation__actions .white-header .container__stores button.forms__stores__manual__button:disabled, .white-header .container__stores .sidepopin__popin__cart .forms__stores__manual__button.confirmaddtocart__actions__checkout:disabled, .sidepopin__popin__cart .white-header .container__stores .forms__stores__manual__button.confirmaddtocart__actions__checkout:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--primary, .sidepopin__popin__accountactivation .accountactivation__actions button,
  .sidepopin__popin__flashmessage .accountactivation__actions button, .sidepopin__popin__cart .confirmaddtocart__actions__checkout {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.cta--primary.centered, .sidepopin__popin__accountactivation .accountactivation__actions button.centered,
.sidepopin__popin__flashmessage .accountactivation__actions button.centered, .sidepopin__popin__cart .centered.confirmaddtocart__actions__checkout {
  margin: 0 auto;
}
.cta--primary.forceresetpassword, .sidepopin__popin__accountactivation .accountactivation__actions button.forceresetpassword,
.sidepopin__popin__flashmessage .accountactivation__actions button.forceresetpassword, .sidepopin__popin__cart .forceresetpassword.confirmaddtocart__actions__checkout {
  max-width: none;
}

.neo-warning-color {
  color: #ea580c;
}

.cta--white-market {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--white-market:hover, .cta--white-market:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.cta--white-market:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--white-market:disabled, .cta--white-market.disabled, .white-header .container__stores .cta--white-market.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--white-market.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--white-market {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--white-transparent {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.cta--white-transparent:hover, .cta--white-transparent:focus {
  border-color: #1c1c1c;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--white-transparent:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--white-transparent:disabled, .cta--white-transparent.disabled, .white-header .container__stores .cta--white-transparent.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--white-transparent.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--white-transparent {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--black-transparent {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.cta--black-transparent:hover, .cta--black-transparent:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.cta--black-transparent:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--black-transparent:disabled, .cta--black-transparent.disabled, .white-header .container__stores .cta--black-transparent.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--black-transparent.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--black-transparent {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--primary-transparent {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.cta--primary-transparent:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--primary-transparent:disabled, .cta--primary-transparent.disabled, .white-header .container__stores .cta--primary-transparent.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--primary-transparent.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--primary-transparent {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--button-transparent {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  max-width: none;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #1c1c1c;
}
.cta--button-transparent:hover, .cta--button-transparent:focus {
  color: #1c1c1c;
}
.cta--button-transparent:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.cta--button-transparent:disabled, .cta--button-transparent.disabled, .white-header .container__stores .cta--button-transparent.forms__stores__geoloc__button:disabled, .white-header .container__stores .cta--button-transparent.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .cta--button-transparent {
    height: 50px;
    font-size: 0.6875rem;
  }
}

.cta--no-mw {
  max-width: none;
}

.content__list {
  position: relative;
  padding-left: 30px;
}

.content__list_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
}

.content__slideupdown {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
}
.content__slideupdown:first-of-type {
  border-top: 1px solid #d4d4d4;
  margin-top: 20px;
}
.content__slideupdown .content__slideupdown__title {
  position: relative;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 0.6875rem;
  color: #1c1c1c;
  padding: 10px 0;
}
.content__slideupdown .content__slideupdown__title button {
  border-radius: 0;
  border: none;
  padding: 0;
  background: transparent;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 0.6875rem;
}
.content__slideupdown .content__slideupdown__btn {
  display: block;
  cursor: pointer;
  position: absolute;
  font-size: 1rem;
  top: calc(50% - 8px);
  right: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #767676;
}
.content__slideupdown .content__slideupdown__btn.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content__slideupdown .content__slideupdown__body {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  color: #1c1c1c;
}

.home__main-banner .category-banner__cta {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
  width: auto;
  background-color: #ffffff;
}
.home__main-banner .category-banner__cta:hover, .home__main-banner .category-banner__cta:focus {
  border-color: #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.home__main-banner .category-banner__cta:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.home__main-banner .category-banner__cta:disabled, .home__main-banner .category-banner__cta.disabled, .home__main-banner .white-header .container__stores .category-banner__cta.forms__stores__geoloc__button:disabled, .white-header .container__stores .home__main-banner .category-banner__cta.forms__stores__geoloc__button:disabled, .home__main-banner .white-header .container__stores .category-banner__cta.forms__stores__manual__button:disabled, .white-header .container__stores .home__main-banner .category-banner__cta.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .home__main-banner .category-banner__cta {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.home__main-banner .category-banner__cta:hover, .home__main-banner .category-banner__cta:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

.warning {
  color: #ea580c;
}

.linethrough {
  text-decoration: line-through;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.focus-visible:focus-visible,
a:focus-visible,
div:focus-visible,
button:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}

.custom_content_asset_style {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
}
.custom_content_asset_style * {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
}

h2 {
  margin: 0;
  font-weight: 900;
  font-size: 1.43em;
  word-break: break-word;
  text-transform: uppercase;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 2.15em;
  }
}
h2::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  bottom: -3px;
  margin-left: 2px;
  background: #ea580c;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=date] textarea {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  font-size: 1rem;
}

h2 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1.25rem;
  margin: auto;
}
h2::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
h2::after {
  margin-bottom: -4px;
  width: 22px;
  height: 4px;
}

h3 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.17;
  margin-bottom: 1rem;
  margin: auto;
}
h3::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.h3 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.17;
  margin-bottom: 1rem;
  margin: auto;
}
.h3::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.gdpr_personal_data {
  color: #1c1c1c;
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 30px;
}

@font-face {
  font-family: Roboto;
  src: url("../../../fonts//roboto-light-webfont.woff2") format("woff2"), url("../../../fonts//roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../../../fonts//roboto-light-webfont.woff2") format("woff2"), url("../../../fonts//roboto-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../../../fonts//roboto-regular-webfont.woff2") format("woff2"), url("../../../fonts//roboto-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../../../fonts//roboto-bold-webfont.woff2") format("woff2"), url("../../../fonts//roboto-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("../../../fonts//roboto-black-webfont.woff2") format("woff2"), url("../../../fonts//roboto-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "neo";
  src: url("../../../fonts//neo.ttf?km4wjz") format("truetype"), url("../../../fonts//neo.woff?km4wjz") format("woff"), url("../../../fonts//neo.svg?km4wjz#neo") format("svg");
}
@font-face {
  font-family: "CourirSerif";
  src: url("../../../fonts//courir-serif.otf") format("opentype");
}
[class^=neo-] {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.neo-hava::before,
.neo-havaianas::before {
  content: "\e939";
}

.neo-adidas::before {
  content: "\e931";
}

.neo-adio::before,
.neo-adid::before,
.neo-adidasoriginals::before {
  content: "\e901";
}

.neo-asic::before,
.neo-asicstiger::before {
  content: "\e90e";
}

.neo-serg::before,
.neo-sergiotacchini::before {
  content: "\e918";
}

.neo-nofa::before,
.neo-northface::before,
.neo-thenorthface::before {
  content: "\e923";
}

.neo-airjordan::before {
  content: "\e929";
}

.neo-birk::before,
.neo-birkenstock::before {
  content: "\e908";
}

.neo-conv::before,
.neo-converse::before {
  content: "\e913";
}

.neo-diad::before,
.neo-diadora::before {
  content: "\e911";
}

.neo-fila::before {
  content: "\e907";
}

.neo-ipem::before,
.neo-ipanema::before {
  content: "\e917";
}

.neo-laco::before,
.neo-lacoste::before {
  content: "\e937";
}

.neo-leco::before,
.neo-lecoqsportif::before {
  content: "\e938";
}

.neo-mrl::before,
.neo-mrlacy::before {
  content: "\e91c";
}

.neo-newb::before,
.neo-newbalance::before {
  content: "\e91e";
}

.neo-newr::before,
.neo-newera::before {
  content: "\e91f";
}

.neo-nike::before {
  content: "\e93f";
}

.neo-nike-logo::before {
  content: "\e920";
}

.neo-puma::before {
  content: "\e922";
}

.neo-reeb::before,
.neo-reebok::before {
  content: "\e93c";
}

.neo-sauc::before,
.neo-saucony::before {
  content: "\e934";
}

.neo-stce::before,
.neo-stance::before {
  content: "\e93a";
}

.neo-supr::before,
.neo-supra::before {
  content: "\e92d";
}

.neo-timb::before,
.neo-timberland::before {
  content: "\e92e";
}

.neo-ugg::before {
  content: "\e930";
}

.neo-vans::before {
  content: "\e93b";
}

.neo-elhe::before,
.neo-ellesseheritage::before,
.neo-ellesse::before {
  content: "\e93d";
}

.neo-crpr::before,
.neo-crep::before {
  content: "\e914";
}

.neo-calendar::before {
  content: "\e909";
}

.neo-customer_service::before {
  content: "\e90b";
}

.neo-secure_paiement::before {
  content: "\e90f";
}

.neo-change::before {
  content: "\e925";
}

.neo-delivery::before {
  content: "\e910";
}

.neo-language::before {
  content: "\e933";
}

.neo-account::before {
  content: "\e900";
}

.neo-arrow_down::before {
  content: "\e902";
}

.neo-arrow_left::before {
  content: "\e903";
}

.neo-arrow_newsletter::before {
  content: "\e904";
}

.neo-arrow_right::before {
  content: "\e905";
}

.neo-arrow_up::before {
  content: "\e906";
}

.neo-cart::before {
  content: "\e90a";
}

.neo-check::before {
  content: "\e90c";
}

.neo-close::before {
  content: "\e90d";
}

.neo-facebook::before {
  content: "\e912";
}

.neo-help::before {
  content: "\e915";
}

.neo-instagram::before {
  content: "\e916";
}

.neo-less::before {
  content: "\e91a";
}

.neo-more::before {
  content: "\e91b";
}

.neo-mycourir::before,
.neo-cour::before {
  content: "\e91d";
}

.neo-pinterest::before {
  content: "\e921";
}

.neo-search::before {
  content: "\e924";
}

.neo-share::before {
  content: "\e926";
}

.neo-sneakers_stories::before {
  content: "\e928";
}

.neo-star_empty::before {
  content: "\e92a";
}

.neo-star::before {
  content: "\e92b";
}

.neo-store_locator::before {
  content: "\e92c";
}

.neo-twitter::before {
  content: "\e92f";
}

.neo-wishlist::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 23 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.1436 1.59882C14.1177 1.59882 12.3883 2.71259 11.5113 4.34133C10.6342 2.71259 8.90479 1.59882 6.87891 1.59882C3.97597 1.59882 1.62891 3.87427 1.62891 6.68864C1.62891 14.7725 11.5113 18.3653 11.5113 18.3653C11.5113 18.3653 21.3936 14.7725 21.3936 6.68864C21.3936 3.87427 19.0466 1.59882 16.1436 1.59882Z" stroke="black" stroke-width="1.5" stroke-miterlimit="10"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.neo-wishlist_full::before {
  content: "\e940";
}

.neo-heart::before {
  content: "\e932";
}

.neo-heart_full::before {
  content: "\e940";
}

.neo-brand-card::before {
  content: "\e941";
}

.neo-data::before {
  content: "\e942";
}

.neo-filter::before {
  content: "\e943";
}

.neo-cards::before {
  content: "\e944";
}

.neo-shipping::before {
  content: "\e945";
}

.neo-address::before {
  content: "\e946";
}

.neo-clock::before {
  content: "\e947";
}

.neo-ruler::before {
  content: "\e94b";
}

.neo-sock::before {
  content: "\e94a";
}

.neo-writing::before {
  content: "\e949";
}

.neo-warning::before {
  content: "\e94c";
}

.neo-print::before {
  content: "\e94d";
}

.neo-thumbsup::before {
  content: "\e952";
}

.neo-message::before {
  content: "\e950";
}

.neo-gift::before {
  content: "\e94e";
}

.neo-percent::before {
  content: "\e951";
}

.neo-identity::before {
  content: "\e94f";
}

.neo-eye::before {
  content: "\e935";
}

.neo-eye-slash::before {
  content: "\e936";
}

.neo-phone::before {
  content: "\e93e";
}

.neo-chrono::before {
  content: "\e953";
}

.neo-bicycle::before {
  content: "\e954";
}

.neo-goto::before {
  content: "\e955";
}

.neo-logout::before {
  content: "\e956";
}

.neo-percentage::before {
  content: "\e957";
}

.neo-birthday::before {
  content: "\e958";
}

.neo-coupon::before {
  content: "\e959";
}

.layout__region, .cross-sell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.layout__region--full {
  padding: 0;
}
.layout__region--center-medium-space {
  max-width: 1500px;
  padding: 0 30px;
}
.layout__region--center-small-space, .cross-sell {
  max-width: 1460px;
  padding: 0 10px;
}
.layout__region--margin-top {
  margin-top: 60px;
}
.layout__region--margin-bottom {
  margin-bottom: 60px;
}

.layout__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layout__list {
  width: calc(100% + 10px);
  margin-left: 5px;
  list-style: none outside none;
}
@media screen and (min-width: 1000px) {
  .layout__list {
    width: calc(100% + 20px);
    margin-left: 10px;
  }
}

.layout__list__item--four {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px);
  margin: 0 5px 10px;
}
@media screen and (min-width: 1000px) {
  .layout__list__item--four {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 20px);
            flex: 0 1 calc(25% - 20px);
    margin: 0 10px 20px;
  }
}

.container-full {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bg-image-x-left {
  background-position-x: left;
}

.bg-image-x-right {
  background-position-x: right;
}

.bg-image-x-center {
  background-position-x: center;
}

.bg-image-y-top {
  background-position-y: top;
}

.bg-image-y-bottom {
  background-position-y: bottom;
}

.bg-image-y-center {
  background-position-y: center;
}

.bg-image-center {
  background-position: center;
}

.bg-image-norepeat {
  background-repeat: no-repeat;
}

.bg-image-cover {
  background-size: cover;
}

.relative {
  position: relative;
}

button[disabled],
html input[disabled],
.input--disabled,
.disabled,
.white-header .container__stores .forms__stores__geoloc__button:disabled,
.white-header .container__stores .forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676 !important;
  background: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}

input[type=text]:focus:not(.error),
input[type=email]:focus:not(.error),
input[type=number]:focus:not(.error),
input[type=password]:focus:not(.error),
input[type=tel]:focus:not(.error),
input[type=date] textarea:focus:not(.error) {
  outline: none;
  border-color: #767676;
  color: #1c1c1c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .form-control.is-invalid {
  border-color: #eb0037;
}
.form-group .form-control.is-invalid:focus {
  border-color: #eb0037;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .invalid-feedback {
  color: #eb0037;
  margin-top: 5px;
}

.form-group label {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 2px;
  float: none;
  width: auto;
  margin: 0 0 0 10px;
  color: #1C1C1C;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.625rem;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
}

.form-group .required-indicator {
  color: #1C1C1C;
  font-size: 0.875rem;
  line-height: 1.67;
}

@media screen and (min-width: 1000px) {
  .form-group .required-indicator {
    font-size: 0.75rem;
  }
}
/* Section Form Group */
.form-group {
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 700px) {
  .form-group {
    max-width: 390px;
  }
  .form-group.large-content {
    max-width: none;
  }
}
.form-group .field-wrapper {
  padding: 0;
  margin: -8px 0 0 -5px;
  width: auto;
  float: none;
}

.international__tel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.international__tel__container .select__flags__prefix__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
  margin-right: 10px;
  background: #f5f5f5;
}

.international__tel__container .select__flags__prefix__container::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.international__tel__container .select__flags__prefix__container .flag__prefix__container {
  position: absolute;
  top: 0;
  left: 15px;
  width: 25px;
  height: 48px;
}

.international__tel__container .select__flags__prefix__container .flag__prefix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.international__tel__container .select__flags__prefix__container .flag__prefix__item.active {
  opacity: 1;
  visibility: visible;
}

.international__tel__container .select__flags__prefix__container .flag {
  display: block;
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 60px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.international__tel__container .select__flags__prefix__container .prefix {
  color: #1C1C1C;
  font-size: 1rem;
  margin: 0 0 0 10px;
}

.international__tel__container .select__flags__prefix__container .select-internationaltel {
  font-size: 0;
  padding: 0 45.1128px 0 30px;
}

.international__tel__container .select__flags__prefix__container .select-option {
  font-size: 0.75rem;
}

.international__tel__container .input__phone__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.international__tel__container .input__phone__container .input__phone {
  min-width: 0;
}

.form-group input {
  width: 100%;
  height: 48px;
  border: 1px solid #D4D4D4;
  margin: 0;
  padding: 12px 16px;
  max-width: none;
  border-radius: 2px;
  color: #1C1C1C;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-group input::-webkit-input-placeholder {
  color: #D4D4D4;
}

.form-group input::-moz-placeholder {
  color: #D4D4D4;
}

.form-group input:-ms-input-placeholder {
  color: #D4D4D4;
}

.form-group input::-ms-input-placeholder {
  color: #D4D4D4;
}

.form-group input::placeholder {
  color: #D4D4D4;
}

.form-group .field-wrapper.checkout-select-wrapper {
  margin: 0;
}

.select-wrapper-tel {
  position: relative;
}

.select-wrapper-tel::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: neo, sans-serif !important;
  /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  display: block;
  top: 50%;
  right: 20px;
  color: #1C1C1C;
  font-size: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}

.select-wrapper-tel select {
  width: 100%;
  height: 48px;
  border: 1px solid #D4D4D4;
  padding: 12px 16px;
  border-radius: 2px;
  background-color: transparent;
  color: #1C1C1C;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.fieldset {
  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;
  max-width: 820px;
}

.fieldset.fieldset-form-row--half .form-group {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .fieldset.fieldset-form-row--half .form-group {
    width: calc(50% - 8px);
  }
}
span.error {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  color: #eb0037;
  border: none;
  max-width: calc(100% - 60px);
  margin: 5px 0 0;
}

.form-wrapper {
  width: 100%;
  margin: 0 0 auto;
  text-align: left;
}

.fieldset {
  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;
  max-width: 820px;
}
.fieldset.left-content {
  position: relative;
  display: block;
}
@media screen and (min-width: 1000px) {
  .fieldset.left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fieldset.left-content .label {
    margin: 0;
  }
}
.fieldset.large-content {
  max-width: none;
}
.fieldset.fieldset-form-row--full .form-row {
  width: 100%;
}
.fieldset.fieldset-form-row--half .form-row {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .fieldset.fieldset-form-row--half .form-row {
    width: calc(50% - 8px);
  }
}
.fieldset.fieldset-form-row--button .form-row {
  margin: 6px 0;
}
.fieldset.fieldset__required-field .label {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .fieldset.fieldset__back-account-button {
    display: none;
  }
}
.fieldset.fieldset__profile-data-download {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .fieldset.fieldset__profile-data-download {
    margin: 0 0 20px 0;
  }
}
.fieldset.fieldset__call-to-action {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .fieldset.fieldset__call-to-action {
    margin: 0 0 20px 0;
  }
}
.fieldset.fieldset__informations {
  margin: 0 0 20px;
}
.fieldset__smiley {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
.fieldset__smiley i {
  font-size: 2.25rem;
}
.fieldset__paragraph {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.fieldset__button__link {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: inline-block;
  text-decoration: underline;
}
.fieldset__button__link:hover {
  color: #ea580c;
}
.fieldset .label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0 0 20px 0;
  color: #1c1c1c;
  line-height: 26px;
}
@media screen and (min-width: 1000px) {
  .fieldset .label {
    font-size: 0.75rem;
  }
}

.form-row {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 700px) {
  .form-row {
    max-width: 390px;
  }
  .form-row.large-content {
    max-width: none;
  }
}
.form-row .required-indicator {
  color: #1c1c1c;
  font-size: 0.875rem;
  line-height: 1.67;
}
@media screen and (min-width: 1000px) {
  .form-row .required-indicator {
    font-size: 0.75rem;
  }
}
.form-row .field-wrapper {
  padding: 0;
  margin: -8px 0 0 -5px;
  width: auto;
  float: none;
}
.form-row .field-wrapper.checkout-select-wrapper {
  margin: 0;
}
.form-row .form-caption.error-message {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #eb0037;
  width: auto;
}
.form-row .form-caption.address1 {
  color: #767676;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  margin: 5px 0 0;
}
.form-row.error input {
  border: 1px solid #eb0037;
  color: #1c1c1c;
}
@media screen and (min-width: 1000px) {
  .form-row.error input.form-large {
    max-width: none;
  }
}
.form-row.warning input {
  border: 1px solid #ff9500;
  color: #ff9500;
}
@media screen and (min-width: 1000px) {
  .form-row.warning input.form-large {
    max-width: none;
  }
}
.form-row.form-row-button {
  width: 100%;
  max-width: none;
  margin: 15px 0;
}
.form-row label {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 2px;
  float: none;
  width: auto;
  margin: 0 0 0 10px;
  color: #1c1c1c;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.625rem;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
}
.form-row label .radio-option,
.form-row label .checkbox-option {
  text-transform: none;
}
@media screen and (min-width: 1000px) {
  .form-row label .radio-option,
  .form-row label .checkbox-option {
    font-size: 0.75rem;
  }
}
.form-row input {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: 12px 16px;
  max-width: none;
  border-radius: 2px;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-row input::-webkit-input-placeholder {
  color: #d4d4d4;
}
.form-row input::-moz-placeholder {
  color: #d4d4d4;
}
.form-row input:-ms-input-placeholder {
  color: #d4d4d4;
}
.form-row input::-ms-input-placeholder {
  color: #d4d4d4;
}
.form-row input::placeholder {
  color: #d4d4d4;
}
.form-row input.error, .form-row input.input--error {
  color: #eb0037;
  border: 1px solid #eb0037;
}
.form-row input.warning, .form-row input.input--warning {
  color: #ff9500;
  border: 1px solid #ff9500;
}
.form-row input.success, .form-row input.valid, .form-row input.input--success {
  color: #187134;
  border: 1px solid #187134;
}
.form-row input.cap__input-error {
  color: #eb0037;
  border: 1px solid #eb0037;
}
.form-row input.cap__input-warning {
  color: #ff9500;
  border: 1px solid #ff9500;
}
.form-row input.cap__input-success {
  color: #187134;
  border: 1px solid #187134;
}
.form-row input:-webkit-autofill,
.form-row input:-webkit-autofill:hover,
.form-row input:-webkit-autofill:focus,
.form-row input:-webkit-autofill:active {
  -webkit-transition: #ffffff 5000000s ease-in-out 0s;
  transition: #ffffff 5000000s ease-in-out 0s;
}
.form-row input[type=date],
.form-row input[type=password] {
  -webkit-appearance: textfield; /* stylelint-disable-line */
  -moz-appearance: textfield; /* stylelint-disable-line */
}
.form-row input[type=date]:focus,
.form-row input[type=password]:focus {
  background: #ffffff;
  outline: none;
  border-color: #767676;
  color: #1c1c1c;
}
.form-row input[type=date]:-moz-autofill, .form-row input[type=date]:-moz-autofill-preview, .form-row input[type=date]:autofill,
.form-row input[type=password]:-moz-autofill,
.form-row input[type=password]:-moz-autofill-preview,
.form-row input[type=password]:autofill {
  filter: none;
  background: #ffffff;
}

span.error {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  color: #eb0037;
  border: none;
  max-width: calc(100% - 60px);
  margin: 5px 0 0;
}
span.error-radio {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: -5px 0 0;
}

.error-form {
  display: none;
}

.reset-button {
  float: none !important;
}

.field-dateinput__wrapper input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  padding: 16px 26px 16px 34px;
  line-height: normal;
}

.dateinput-select-container {
  display: none;
}
.dateinput-select-container .label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0 0 10px 0;
  color: #1c1c1c;
}
@media screen and (min-width: 1000px) {
  .dateinput-select-container .label {
    font-size: 0.75rem;
  }
}
.dateinput-select-container .dateinput-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}
.dateinput-select-container .dateinput-content.valid .dateinput-day-select-content::after {
  color: #187134;
}
.dateinput-select-container .dateinput-content.valid .dateinput-select {
  color: #187134;
  border: 1px solid #187134;
}
.dateinput-select-container .dateinput-content.error .dateinput-day-select-content::after {
  color: #eb0037;
}
.dateinput-select-container .dateinput-content.error .dateinput-select {
  color: #eb0037;
  border: 1px solid #eb0037;
}
.dateinput-select-container .dateinput-day-select-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  position: relative;
}
.dateinput-select-container .dateinput-day-select-content::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  display: block;
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0.75rem;
  color: #1c1c1c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .dateinput-select-container .dateinput-day-select-content::after {
    right: 30px;
  }
}
.dateinput-select-container .dateinput-day-select-content.dateinput-year::after {
  right: 12px;
}
@media screen and (min-width: 370px) {
  .dateinput-select-container .dateinput-day-select-content.dateinput-year::after {
    right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .dateinput-select-container .dateinput-day-select-content.dateinput-year::after {
    right: 30px;
  }
}
.dateinput-select-container .dateinput-month {
  margin: 0 15px;
}
.dateinput-select-container .dateinput-select {
  height: 48px;
  border-radius: 0;
  border: 1px solid #d4d4d4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 0 20px;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #1c1c1c;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  .dateinput-select-container .dateinput-select {
    padding: 0 0 0 30px;
  }
}
.dateinput-select-container .dateinput-select.dateinput-year-select {
  padding: 0 0 0 12px;
}
@media screen and (min-width: 370px) {
  .dateinput-select-container .dateinput-select.dateinput-year-select {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .dateinput-select-container .dateinput-select.dateinput-year-select {
    padding: 0 0 0 30px;
  }
}

.input-checkbox {
  display: none;
}

.form-checkbox,
.field-checkbox {
  max-width: none;
  margin: 0 0 20px 0;
}
.form-checkbox .field-wrapper,
.field-checkbox .field-wrapper {
  margin: 0;
}
.form-checkbox .label-checkbox,
.field-checkbox .label-checkbox {
  padding: 0;
  margin: 0;
}
.form-checkbox .checkbox-option,
.field-checkbox .checkbox-option {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #1c1c1c;
  font-size: 0.75rem;
  font-weight: 400;
  cursor: pointer;
}
.form-checkbox .checkbox-option a,
.field-checkbox .checkbox-option a {
  text-decoration: underline;
}
.form-checkbox .checkbox-option p,
.field-checkbox .checkbox-option p {
  display: inline;
  margin: 0;
}
.form-checkbox .checkbox-option::before,
.field-checkbox .checkbox-option::before {
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  border: 1px solid #d4d4d4;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.form-checkbox .checkbox-option::after,
.field-checkbox .checkbox-option::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  top: 50%;
  left: 0;
  color: #ffffff;
  content: "\e90c";
  font-size: 0.625rem;
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  position: absolute;
  opacity: 0;
}
.form-checkbox .checkbox-info,
.field-checkbox .checkbox-info {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
}
.form-checkbox .input-checkbox:checked + .checkbox-option::before,
.field-checkbox .input-checkbox:checked + .checkbox-option::before {
  border-color: #ea580c;
  background-color: #ea580c;
}
.form-checkbox .input-checkbox:checked + .checkbox-option::after,
.field-checkbox .input-checkbox:checked + .checkbox-option::after {
  opacity: 1;
}
.form-checkbox .input-checkbox.disabled + .checkbox-option, .form-checkbox .input-checkbox:disabled + .checkbox-option,
.field-checkbox .input-checkbox.disabled + .checkbox-option,
.field-checkbox .input-checkbox:disabled + .checkbox-option {
  cursor: not-allowed;
  color: #767676;
  opacity: 0.8;
}
.form-checkbox .input-checkbox.disabled + .checkbox-option::before, .form-checkbox .input-checkbox:disabled + .checkbox-option::before,
.field-checkbox .input-checkbox.disabled + .checkbox-option::before,
.field-checkbox .input-checkbox:disabled + .checkbox-option::before {
  opacity: 1;
  border-color: #d4d4d4;
  background-color: #e5e5e5;
}
.form-checkbox .input-checkbox.disabled + .checkbox-option::after, .form-checkbox .input-checkbox:disabled + .checkbox-option::after,
.field-checkbox .input-checkbox.disabled + .checkbox-option::after,
.field-checkbox .input-checkbox:disabled + .checkbox-option::after {
  content: "";
}
.form-checkbox .input-checkbox.inactive + .checkbox-option,
.field-checkbox .input-checkbox.inactive + .checkbox-option {
  color: #767676;
  opacity: 0.8;
}
.form-checkbox .input-checkbox.inactive:checked + .checkbox-option,
.field-checkbox .input-checkbox.inactive:checked + .checkbox-option {
  color: #1c1c1c;
  opacity: 1;
}

.form-radio .field-wrapper {
  margin: 0;
}

.input-radio {
  display: none;
}
.input-radio:checked + .radio-option::before {
  border: 1px solid #ea580c;
}
.input-radio:checked + .radio-option::after {
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #ea580c;
}

#RegistrationForm .form-row .input-radio,
#RegistrationSocialConnectForm .form-row .input-radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #ffffff;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  padding: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#RegistrationForm .form-row .input-radio::after,
#RegistrationSocialConnectForm .form-row .input-radio::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
}
#RegistrationForm .form-row .input-radio:checked,
#RegistrationSocialConnectForm .form-row .input-radio:checked {
  border-color: #ea580c;
}
#RegistrationForm .form-row .input-radio:checked::after,
#RegistrationSocialConnectForm .form-row .input-radio:checked::after {
  background: #ea580c;
}
#RegistrationForm .form-row .input-radio:focus-visible,
#RegistrationSocialConnectForm .form-row .input-radio:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
  border-radius: 50%;
  outline-offset: 0;
}
#RegistrationForm .form-row .label-radio,
#RegistrationSocialConnectForm .form-row .label-radio {
  text-transform: none;
  font-size: 0.75rem;
}

.radio-inline {
  width: 100%;
  margin: 0 0 20px 0;
  min-height: 30px;
}
.radio-inline .field-wrapper {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none;
  margin: 10px 0 0 0;
}
.radio-inline label {
  margin: 0;
  padding: 0;
}
.radio-inline.d-flex .label-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radio-inline .label-radio {
  margin: 0 30px 15px 0;
}
.radio-inline .form-caption {
  position: absolute;
  left: 0;
  bottom: -25px;
}
@media screen and (min-width: 1000px) {
  .radio-inline .form-caption {
    bottom: -15px;
  }
}
.radio-inline + .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: none;
}

.radio-option {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}
.radio-option::before, .radio-option::after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.radio-option::before {
  border: 1px solid #d4d4d4;
}

.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  display: block;
  top: 50%;
  right: 20px;
  color: #1c1c1c;
  content: "\e902";
  font-size: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}
.select-wrapper select {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  padding: 12px 16px;
  border-radius: 2px;
  background-color: transparent;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-wrapper-tel {
  position: relative;
}
.select-wrapper-tel::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  display: block;
  top: 50%;
  right: 20px;
  color: #1c1c1c;
  font-size: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}
.select-wrapper-tel select {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  padding: 12px 16px;
  border-radius: 2px;
  background-color: transparent;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-horizontal .form-caption {
  margin-left: 0;
}

.form-caption {
  margin: 5px 0 0 0;
  padding: 0;
  color: #939393;
  font-weight: 400;
  font-stretch: normal;
  font-size: 0.6875rem;
  line-height: 14px;
}
.form-caption:empty {
  margin: 0;
}

input.error {
  background-color: #ffffff;
  border: 1px solid #eb0037;
  margin: 0 0 3px;
  color: #1c1c1c;
}

.required-field-annotation {
  width: 100%;
  float: none;
  margin: 0 0 10px 0;
  color: #1c1c1c;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1.67;
}
@media screen and (min-width: 1000px) {
  .required-field-annotation {
    font-size: 0.75rem;
  }
}

button[disabled],
html input[disabled],
.input--disabled,
.disabled,
.white-header .container__stores .forms__stores__geoloc__button:disabled,
.white-header .container__stores .forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676 !important;
  background: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}

.adyen-checkout__input-wrapper input[disabled] {
  pointer-events: initial;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #1c1c1c !important;
}

.international__tel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.international__tel__container .select__flags__prefix__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
  margin-right: 10px;
}
.international__tel__container .select__flags__prefix__container::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.international__tel__container .select__flags__prefix__container .flag__prefix__container {
  position: absolute;
  top: 0;
  left: 15px;
  width: 25px;
  height: 48px;
}
.international__tel__container .select__flags__prefix__container .flag__prefix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.international__tel__container .select__flags__prefix__container .flag__prefix__item.active {
  opacity: 1;
  visibility: visible;
}
.international__tel__container .select__flags__prefix__container .flag {
  display: block;
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 60px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.international__tel__container .select__flags__prefix__container .prefix {
  color: #1c1c1c;
  font-size: 1rem;
  margin: 0 0 0 10px;
}
.international__tel__container .select__flags__prefix__container .select-internationaltel {
  font-size: 0;
  padding: 0 45.1127819549px 0 30px;
}
.international__tel__container .select__flags__prefix__container .select-option {
  font-size: 0.75rem;
}
.international__tel__container .input__phone__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.international__tel__container .input__phone__container .input__phone {
  min-width: 0;
}

.select-countrycode-flag__wrapper .countrycode-flag__container {
  position: absolute;
  top: 0;
  left: 15px;
  width: 25px;
  height: 48px;
}
.select-countrycode-flag__wrapper .countrycode-flag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.select-countrycode-flag__wrapper .countrycode-flag__item.active {
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
}
.select-countrycode-flag__wrapper .countrycode-flag {
  display: block;
  width: 25px;
  height: 48px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select-countrycode-flag__wrapper select {
  padding: 12px 16px 12px 54px;
}

.field-passwordreveal__wrapper {
  position: relative;
}
.field-passwordreveal__wrapper .input-passwordreveal {
  padding-right: 60px;
}
.field-passwordreveal__wrapper .passwordreveal__btn {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  padding: 5px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #767676;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
}
.field-passwordreveal__wrapper .passwordreveal__btn:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}

.field-emaillock__wrapper {
  position: relative;
}
.field-emaillock__wrapper .input-emaillock {
  padding-right: 60px;
}
.field-emaillock__wrapper .emaillock__btn {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  padding: 5px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #767676;
  cursor: pointer;
  outline: none;
  -webkit-transition: none;
  transition: none;
}
.field-emaillock__wrapper .emaillock__icon {
  display: block;
  width: 20px;
  height: 20px;
}

::-ms-reveal {
  display: none;
}

.cap__error-msg {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  border: none;
  margin: 5px 0 0;
}

.cap__error-msg.warning,
.cap__error-msg.capphonemsg-warning {
  color: #ff9500;
}

.cap__error-msg.error,
.cap__error-msg.capphonemsg-error {
  color: #eb0037;
}

.cap__error-msg.success {
  color: #187134;
}

.cap__input-success {
  border: 1px solid #187134;
}

.cap__input-warning {
  border: 1px solid #ff9500;
}

.cap__input-error {
  border: 1px solid #eb0037;
}

.privacy-policy-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 110px !important;
  z-index: 105 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #e5e5e5;
  padding: 16px 20px;
  max-width: 1096px;
}
@media screen and (min-width: 1000px) {
  .privacy-policy-container {
    top: 155px !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.privacy-policy-container.close {
  display: none !important;
}
.privacy-policy-container .ui-widget-header {
  height: auto;
  left: 10px;
  z-index: 10;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 1000px) {
  .privacy-policy-container .ui-widget-header {
    left: 20px;
    -ms-flex-item-align: initial;
        align-self: initial;
    padding: 0;
  }
}
.privacy-policy-container .ui-widget-header .ui-dialog-titlebar-close {
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.privacy-policy-container .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  border: 1px solid #1c1c1c;
  border-radius: 50%;
  background-image: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.privacy-policy-container .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick:hover {
  background: #1c1c1c;
}
.privacy-policy-container .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick:hover::before {
  color: #ffffff;
}
.privacy-policy-container .ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick::before {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  content: "\e90d";
  display: block;
  color: #1c1c1c;
  text-indent: 0;
  font-size: 0.5rem;
  line-height: 20px;
}
.privacy-policy-container .ui-dialog-content {
  padding: 0 30px;
  min-height: auto !important;
  color: #1c1c1c;
  font-size: 0.6875rem;
  line-height: 1.27;
}
.privacy-policy-container .ui-dialog-content p {
  margin: 0;
}
.privacy-policy-container .ui-dialog-content a {
  text-decoration: underline;
}
.privacy-policy-container .ui-dialog-buttonpane {
  margin-top: 0;
  padding: 0;
}
.privacy-policy-container .ui-dialog-buttonpane button {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ea580c;
  padding: 15px;
  max-width: 320px;
  max-height: 60px;
  border-radius: 4px;
  background: #ea580c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.93em;
  -moz-osx-font-smoothing: grayscale;
  width: 120px;
  height: 50px;
  border-color: #1c1c1c;
  margin: 20px 0 0;
  padding: 7px;
  border-radius: 0;
  background: transparent;
  color: #1c1c1c;
}
.privacy-policy-container .ui-dialog-buttonpane button:hover, .privacy-policy-container .ui-dialog-buttonpane button:focus {
  outline: none;
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
}
.privacy-policy-container .ui-dialog-buttonpane button:disabled, .privacy-policy-container .ui-dialog-buttonpane button.disabled, .privacy-policy-container .ui-dialog-buttonpane .white-header .container__stores button.forms__stores__geoloc__button:disabled, .white-header .container__stores .privacy-policy-container .ui-dialog-buttonpane button.forms__stores__geoloc__button:disabled, .privacy-policy-container .ui-dialog-buttonpane .white-header .container__stores button.forms__stores__manual__button:disabled, .white-header .container__stores .privacy-policy-container .ui-dialog-buttonpane button.forms__stores__manual__button:disabled {
  pointer-events: none;
  border: 1px solid #d4d4d4;
  color: #1c1c1c;
  background: #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .privacy-policy-container .ui-dialog-buttonpane button {
    height: 50px;
    max-width: 300px;
    max-height: 50px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  .privacy-policy-container .ui-dialog-buttonpane button {
    height: 30px;
    margin: 0;
    font-size: 0.5625rem;
  }
}
.privacy-policy-container .ui-dialog-buttonpane button span {
  padding: 0;
}
.privacy-policy-container .ui-dialog-buttonpane button:hover {
  background: #1c1c1c;
  color: #ffffff;
}

.custom-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1008 !important;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  max-width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 700px) {
  .custom-modal {
    padding: 30px;
    top: 50% !important;
    left: 50% !important;
  }
}
.custom-modal .ui-dialog-buttonpane {
  display: none;
  border: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.custom-modal .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.custom-modal .ui-dialog-buttonpane button {
  margin: 0;
}
.custom-modal.have-buttons .ui-dialog-buttonpane {
  display: block;
}
.custom-modal .ui-dialog-titlebar {
  position: static;
  z-index: 10;
  background: none;
  height: auto;
  padding: 0 30px 0 0;
}
.custom-modal .ui-dialog-titlebar .ui-dialog-title {
  float: none;
  margin: 0;
  white-space: normal;
  width: 100%;
}
.custom-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  top: 20px;
  right: 20px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width: 700px) {
  .custom-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 30px;
    right: 30px;
  }
}
.custom-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  opacity: 0.7 !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.custom-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  outline: none;
}
.custom-modal .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
  width: 16px;
  height: 16px;
  background: none;
}
.custom-modal .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick::before {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  content: "\e90d";
  display: block;
  color: #1c1c1c;
  text-indent: 0;
  font-size: 1rem;
}
.custom-modal .ui-dialog-content {
  padding: 0;
}
.custom-modal .ui-dialog-content .custom-modal-title {
  text-align: center;
}
.custom-modal .ui-dialog-content .custom-modal-title i {
  display: block;
  color: #187134;
  font-size: 2.5rem;
}
.custom-modal .ui-dialog-content .custom-modal-title span {
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  line-height: 2.75;
}
.custom-modal .ui-dialog-content .error-form {
  display: none;
}
.custom-modal .ui-dialog-content .error-message {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #eb0037;
}
.custom-modal .ui-dialog-content .modal-title {
  margin: 0 0 15px;
  padding: 0 30px 0 0;
  letter-spacing: 0.5px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 1000px) {
  .custom-modal .ui-dialog-content .modal-title {
    margin: 0 0 25px;
    letter-spacing: normal;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-size: 1.125rem;
    line-height: 1.17;
  }
}
.custom-modal .ui-dialog-content .modal-text {
  margin: 0 0 15px;
  color: #1c1c1c;
  letter-spacing: 0.4px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.75rem;
  line-height: 1.67;
}
@media screen and (min-width: 1000px) {
  .custom-modal .ui-dialog-content .modal-text {
    margin: 0 0 25px;
    letter-spacing: 0.5px;
    font-size: 0.875rem;
    line-height: 1.57;
  }
}
.custom-modal .ui-dialog-content .form-row {
  margin: 0 0 15px;
}
@media screen and (min-width: 1000px) {
  .custom-modal .ui-dialog-content .form-row {
    margin: 0 0 25px;
  }
}
.custom-modal .ui-dialog-content .modal-button {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ea580c;
  padding: 15px;
  max-width: 320px;
  max-height: 60px;
  border-radius: 4px;
  background: #ea580c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.93em;
  -moz-osx-font-smoothing: grayscale;
  border-color: #d4d4d4;
  margin: auto;
  background: transparent;
  color: #1c1c1c;
  margin: 0;
}
.custom-modal .ui-dialog-content .modal-button:hover, .custom-modal .ui-dialog-content .modal-button:focus {
  outline: none;
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
}
.custom-modal .ui-dialog-content .modal-button:disabled, .custom-modal .ui-dialog-content .modal-button.disabled {
  pointer-events: none;
  border: 1px solid #d4d4d4;
  color: #1c1c1c;
  background: #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .custom-modal .ui-dialog-content .modal-button {
    height: 50px;
    max-width: 300px;
    max-height: 50px;
    font-size: 0.8em;
  }
}
.custom-modal .ui-dialog-content .modal-button:hover {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border-color: #1c1c1c;
}
.custom-modal .ui-dialog-content .modal-button.reset-button {
  float: none !important;
}
.custom-modal .ui-dialog-content .modal {
  position: static;
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
}
.custom-modal .ui-dialog-content .modal.modal-error i {
  color: #eb0037;
}
.custom-modal .ui-dialog-content .modal.modal-success i {
  color: #187134;
}
.custom-modal .ui-dialog-content .modal i {
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 3rem;
}
.custom-modal .ui-dialog-content .modal strong {
  display: block;
  margin: 0 0 20px;
  color: #1c1c1c;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: 1.25;
}
.custom-modal .ui-dialog-content .modal p {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1.57;
}
.custom-modal .ui-dialog-content .modal .flash-message-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.pp-information__dialog {
  padding: 60px 25px 25px 25px;
  -webkit-transform: none;
          transform: none;
  inset: 60px 0 0 !important;
  z-index: 10000 !important;
  font-size: 0.75rem;
  font-weight: 300;
  overflow: scroll;
}
@media screen and (min-width: 700px) {
  .pp-information__dialog {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 50px;
    min-height: 510px;
  }
}
.pp-information__dialog .ui-dialog-titlebar {
  height: 0;
}
.pp-information__dialog h2 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1.25rem;
  margin: auto;
}
.pp-information__dialog h2::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .pp-information__dialog h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pp-information__dialog h2 {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.pp-information__dialog h2::after {
  margin-bottom: -4px;
  width: 22px;
  height: 4px;
}
.pp-information__dialog h3 {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.17;
  margin-bottom: 1rem;
  margin: auto;
}
.pp-information__dialog h3::after {
  position: static;
  content: "";
  display: inline-block;
  background-color: #ea580c;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .pp-information__dialog h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.pp-information__dialog li {
  display: block;
  margin-bottom: 10px;
}
.pp-information__dialog p {
  color: #1c1c1c;
}
.pp-information__dialog a {
  text-decoration: underline;
}

/*
*  Icons
*/
[class*=c-icon-svg] {
  fill: currentColor;
  width: var(--iconSize);
  height: var(--iconSize);
  display: block;
}

/*
* inline icons width CSS
*/
[class*=c-icon-] {
  --iconSize: 24px;
  position: relative;
}
[class*=c-icon-]::before, [class*=c-icon-]::after {
  background-color: currentColor;
  width: var(--iconSize);
  height: var(--iconSize);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  pointer-events: none;
  display: inline-block;
  vertical-align: calc((0.75em - var(--iconSize)) * 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-icon-map-pin::before, .c-icon-map-pin::after {
  width: 17px;
  height: 22px;
}

.c-icon-arrow-down::before, .c-icon-arrow-down::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1.146,7.308l1.765,-1.761l9.068,9.09l9.114,-9.092l1.761,1.765l-10.879,10.852l-10.829,-10.854Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M1.146,7.308l1.765,-1.761l9.068,9.09l9.114,-9.092l1.761,1.765l-10.879,10.852l-10.829,-10.854Z'/%3E%3C/svg%3E");
}

.c-icon-arrow-left::before, .c-icon-arrow-left::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M16.546,1l1.761,1.765l-9.09,9.068l9.092,9.113l-1.765,1.761l-10.853,-10.879l10.855,-10.828Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M16.546,1l1.761,1.765l-9.09,9.068l9.092,9.113l-1.765,1.761l-10.853,-10.879l10.855,-10.828Z'/%3E%3C/svg%3E");
}

.c-icon-arrow-right::before, .c-icon-arrow-right::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M7.454,22.707l-1.761,-1.765l9.09,-9.067l-9.092,-9.114l1.765,-1.761l10.853,10.879l-10.855,10.828Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M7.454,22.707l-1.761,-1.765l9.09,-9.067l-9.092,-9.114l1.765,-1.761l10.853,10.879l-10.855,10.828Z'/%3E%3C/svg%3E");
}

.c-icon-arrow-up::before, .c-icon-arrow-up::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M22.854,16.399l-1.765,1.761l-9.068,-9.089l-9.114,9.091l-1.761,-1.765l10.879,-10.852l10.829,10.854Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M22.854,16.399l-1.765,1.761l-9.068,-9.089l-9.114,9.091l-1.761,-1.765l10.879,-10.852l10.829,10.854Z'/%3E%3C/svg%3E");
}

.c-icon-arrow-left-outline::before, .c-icon-arrow-left-outline::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M12,23c-6.075,0%20-11,-4.925%20-11,-11c0,-6.075%204.925,-11%2011,-11c6.075,0%2011,4.925%2011,11c0,6.075%20-4.925,11%20-11,11Zm0,-1.467c5.265,0%209.533,-4.268%209.533,-9.533c0,-5.265%20-4.268,-9.533%20-9.533,-9.533c-5.265,-0%20-9.533,4.268%20-9.533,9.533c-0,5.265%204.268,9.533%209.533,9.533Z'/%3E%3Cpath%20d='M11.481,7.081c0.287,-0.286%200.751,-0.286%201.038,0c0.286,0.287%200.286,0.751%20-0,1.038l-3.882,3.881l3.882,3.881c0.286,0.287%200.286,0.751%20-0,1.038c-0.287,0.286%20-0.751,0.286%20-1.038,-0l-4.4,-4.4c-0.286,-0.287%20-0.286,-0.751%200,-1.038l4.4,-4.4Z'/%3E%3Cpath%20d='M16.4,11.267c0.405,-0%200.733,0.328%200.733,0.733c0,0.405%20-0.328,0.733%20-0.733,0.733l-7.333,0c-0.405,0%20-0.734,-0.328%20-0.734,-0.733c0,-0.405%200.329,-0.733%200.734,-0.733l7.333,-0Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M12,23c-6.075,0%20-11,-4.925%20-11,-11c0,-6.075%204.925,-11%2011,-11c6.075,0%2011,4.925%2011,11c0,6.075%20-4.925,11%20-11,11Zm0,-1.467c5.265,0%209.533,-4.268%209.533,-9.533c0,-5.265%20-4.268,-9.533%20-9.533,-9.533c-5.265,-0%20-9.533,4.268%20-9.533,9.533c-0,5.265%204.268,9.533%209.533,9.533Z'/%3E%3Cpath%20d='M11.481,7.081c0.287,-0.286%200.751,-0.286%201.038,0c0.286,0.287%200.286,0.751%20-0,1.038l-3.882,3.881l3.882,3.881c0.286,0.287%200.286,0.751%20-0,1.038c-0.287,0.286%20-0.751,0.286%20-1.038,-0l-4.4,-4.4c-0.286,-0.287%20-0.286,-0.751%200,-1.038l4.4,-4.4Z'/%3E%3Cpath%20d='M16.4,11.267c0.405,-0%200.733,0.328%200.733,0.733c0,0.405%20-0.328,0.733%20-0.733,0.733l-7.333,0c-0.405,0%20-0.734,-0.328%20-0.734,-0.733c0,-0.405%200.329,-0.733%200.734,-0.733l7.333,-0Z'/%3E%3C/svg%3E");
}

.c-icon-check::before, .c-icon-check::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M1.31,13.513l2.918,-3.502l5.161,4.301l9.928,-10.921l3.373,3.066l-12.865,14.152l-8.515,-7.096Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M1.31,13.513l2.918,-3.502l5.161,4.301l9.928,-10.921l3.373,3.066l-12.865,14.152l-8.515,-7.096Z'/%3E%3C/svg%3E");
}

.c-icon-clock::before, .c-icon-clock::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M12,23c-6.075,0%20-11,-4.925%20-11,-11c0,-6.075%204.925,-11%2011,-11c6.075,0%2011,4.925%2011,11c-0,6.075%20-4.925,11%20-11,11Zm0,-1.467c5.265,0%209.533,-4.268%209.533,-9.533c0,-5.265%20-4.268,-9.533%20-9.533,-9.533c-5.265,-0%20-9.533,4.268%20-9.533,9.533c-0,5.265%204.268,9.533%209.533,9.533Z'/%3E%3Cpath%20d='M11.267,6.133c-0,-0.404%200.328,-0.733%200.733,-0.733c0.405,0%200.733,0.329%200.733,0.733l0,5.134l3.667,-0c0.405,-0%200.733,0.328%200.733,0.733c0,0.405%20-0.328,0.733%20-0.733,0.733l-4.4,0c-0.405,0%20-0.733,-0.328%20-0.733,-0.733l-0,-5.867Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M12,23c-6.075,0%20-11,-4.925%20-11,-11c0,-6.075%204.925,-11%2011,-11c6.075,0%2011,4.925%2011,11c-0,6.075%20-4.925,11%20-11,11Zm0,-1.467c5.265,0%209.533,-4.268%209.533,-9.533c0,-5.265%20-4.268,-9.533%20-9.533,-9.533c-5.265,-0%20-9.533,4.268%20-9.533,9.533c-0,5.265%204.268,9.533%209.533,9.533Z'/%3E%3Cpath%20d='M11.267,6.133c-0,-0.404%200.328,-0.733%200.733,-0.733c0.405,0%200.733,0.329%200.733,0.733l0,5.134l3.667,-0c0.405,-0%200.733,0.328%200.733,0.733c0,0.405%20-0.328,0.733%20-0.733,0.733l-4.4,0c-0.405,0%20-0.733,-0.328%20-0.733,-0.733l-0,-5.867Z'/%3E%3C/svg%3E");
}

.c-icon-desc::before, .c-icon-desc::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M4.474,8.632l15.052,-0l0,1.157l-15.052,0l-0,-1.157Zm-0,5.789l15.052,0l0,-1.158l-15.052,0l-0,1.158Zm16.094,-9.263l-17.136,-0c-0.695,-0%20-1.274,0.579%20-1.274,1.274l-0,10.305c-0,0.579%200.579,1.158%201.274,1.158l17.252,-0c0.695,-0%201.274,-0.579%201.274,-1.274l-0,-10.189c-0.116,-0.695%20-0.695,-1.274%20-1.39,-1.274Zm0,-1.158c1.39,0%202.432,1.042%202.432,2.432l0,10.305c0,1.274%20-1.042,2.431%20-2.432,2.431l-17.136,0c-1.39,-0.115%20-2.432,-1.157%20-2.432,-2.547l-0,-10.189c-0,-1.39%201.042,-2.432%202.432,-2.432l17.136,0Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M4.474,8.632l15.052,-0l0,1.157l-15.052,0l-0,-1.157Zm-0,5.789l15.052,0l0,-1.158l-15.052,0l-0,1.158Zm16.094,-9.263l-17.136,-0c-0.695,-0%20-1.274,0.579%20-1.274,1.274l-0,10.305c-0,0.579%200.579,1.158%201.274,1.158l17.252,-0c0.695,-0%201.274,-0.579%201.274,-1.274l-0,-10.189c-0.116,-0.695%20-0.695,-1.274%20-1.39,-1.274Zm0,-1.158c1.39,0%202.432,1.042%202.432,2.432l0,10.305c0,1.274%20-1.042,2.431%20-2.432,2.431l-17.136,0c-1.39,-0.115%20-2.432,-1.157%20-2.432,-2.547l-0,-10.189c-0,-1.39%201.042,-2.432%202.432,-2.432l17.136,0Z'/%3E%3C/svg%3E");
}

.c-icon-heart::before, .c-icon-heart::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M23.164,8.229c0,-0%200,-5.029%20-5.5,-5.029c-5.5,-0%20-5.5,5.029%20-5.5,5.029c0,-0%200,-5.029%20-5.5,-5.029c-5.5,-0%20-5.5,5.029%20-5.5,5.029c0,7.542%2011,12.571%2011,12.571c0,0%2011,-5.029%2011,-12.571Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M23.164,8.229c0,-0%200,-5.029%20-5.5,-5.029c-5.5,-0%20-5.5,5.029%20-5.5,5.029c0,-0%200,-5.029%20-5.5,-5.029c-5.5,-0%20-5.5,5.029%20-5.5,5.029c0,7.542%2011,12.571%2011,12.571c0,0%2011,-5.029%2011,-12.571Z'/%3E%3C/svg%3E");
}

.c-icon-phone::before, .c-icon-phone::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M7.509,10.22c0.672,1.219%201.447,2.388%202.453,3.455c1.009,1.073%202.264,2.05%203.889,2.884c0.12,0.059%200.234,0.059%200.337,0.018c0.155,-0.059%200.312,-0.188%200.467,-0.343c0.121,-0.122%200.27,-0.315%200.427,-0.526c0.625,-0.826%201.398,-1.851%202.49,-1.338c0.025,0.012%200.043,0.025%200.067,0.035l3.643,2.105c0.012,0.007%200.025,0.018%200.034,0.025c0.481,0.332%200.679,0.844%200.684,1.424c0,0.591%20-0.216,1.255%20-0.534,1.816c-0.42,0.741%20-1.039,1.232%20-1.752,1.556c-0.678,0.314%20-1.434,0.483%20-2.16,0.591c-1.139,0.168%20-2.207,0.06%20-3.299,-0.277c-1.068,-0.332%20-2.144,-0.88%20-3.32,-1.61l-0.086,-0.055c-0.539,-0.339%20-1.121,-0.7%20-1.693,-1.127c-2.09,-1.587%20-4.221,-3.879%20-5.609,-6.402c-1.164,-2.117%20-1.799,-4.402%20-1.452,-6.579c0.192,-1.195%200.701,-2.281%201.59,-2.997c0.775,-0.628%201.818,-0.972%203.169,-0.851c0.155,0.012%200.293,0.101%200.367,0.236l2.336,3.968c0.341,0.445%200.384,0.887%200.197,1.329c-0.155,0.361%20-0.468,0.695%20-0.894,1.006c-0.125,0.108%20-0.275,0.217%20-0.433,0.332c-0.523,0.381%20-1.117,0.821%20-0.913,1.338l-0.005,-0.013Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M7.509,10.22c0.672,1.219%201.447,2.388%202.453,3.455c1.009,1.073%202.264,2.05%203.889,2.884c0.12,0.059%200.234,0.059%200.337,0.018c0.155,-0.059%200.312,-0.188%200.467,-0.343c0.121,-0.122%200.27,-0.315%200.427,-0.526c0.625,-0.826%201.398,-1.851%202.49,-1.338c0.025,0.012%200.043,0.025%200.067,0.035l3.643,2.105c0.012,0.007%200.025,0.018%200.034,0.025c0.481,0.332%200.679,0.844%200.684,1.424c0,0.591%20-0.216,1.255%20-0.534,1.816c-0.42,0.741%20-1.039,1.232%20-1.752,1.556c-0.678,0.314%20-1.434,0.483%20-2.16,0.591c-1.139,0.168%20-2.207,0.06%20-3.299,-0.277c-1.068,-0.332%20-2.144,-0.88%20-3.32,-1.61l-0.086,-0.055c-0.539,-0.339%20-1.121,-0.7%20-1.693,-1.127c-2.09,-1.587%20-4.221,-3.879%20-5.609,-6.402c-1.164,-2.117%20-1.799,-4.402%20-1.452,-6.579c0.192,-1.195%200.701,-2.281%201.59,-2.997c0.775,-0.628%201.818,-0.972%203.169,-0.851c0.155,0.012%200.293,0.101%200.367,0.236l2.336,3.968c0.341,0.445%200.384,0.887%200.197,1.329c-0.155,0.361%20-0.468,0.695%20-0.894,1.006c-0.125,0.108%20-0.275,0.217%20-0.433,0.332c-0.523,0.381%20-1.117,0.821%20-0.913,1.338l-0.005,-0.013Z'/%3E%3C/svg%3E");
}

.c-icon-warning::before, .c-icon-warning::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M12,6.5c-0.608,0%20-1.1,0.492%20-1.1,1.1v5.5c0,0.608%200.492,1.1%201.1,1.1s1.1,-0.492%201.1,-1.1v-5.5c0,-0.608%20-0.492,-1.1%20-1.1,-1.1Zm0,8.8c-0.608,0%20-1.1,0.493%20-1.1,1.1s0.492,1.1%201.1,1.1%201.1,-0.493%201.1,-1.1%20-0.492,-1.1%20-1.1,-1.1Zm0,-14.3c-6.075,0%20-11,4.925%20-11,11s4.925,11%2011,11%2011,-4.925%2011,-11%20-4.925,-11%20-11,-11Zm0,2.2c4.852,0%208.8,3.948%208.8,8.8s-3.948,8.8%20-8.8,8.8%20-8.8,-3.948%20-8.8,-8.8%203.948,-8.8%208.8,-8.8Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0%200%2024%2024'%3E%3Cpath d='M12,6.5c-0.608,0%20-1.1,0.492%20-1.1,1.1v5.5c0,0.608%200.492,1.1%201.1,1.1s1.1,-0.492%201.1,-1.1v-5.5c0,-0.608%20-0.492,-1.1%20-1.1,-1.1Zm0,8.8c-0.608,0%20-1.1,0.493%20-1.1,1.1s0.492,1.1%201.1,1.1%201.1,-0.493%201.1,-1.1%20-0.492,-1.1%20-1.1,-1.1Zm0,-14.3c-6.075,0%20-11,4.925%20-11,11s4.925,11%2011,11%2011,-4.925%2011,-11%20-4.925,-11%20-11,-11Zm0,2.2c4.852,0%208.8,3.948%208.8,8.8s-3.948,8.8%20-8.8,8.8%20-8.8,-3.948%20-8.8,-8.8%203.948,-8.8%208.8,-8.8Z'/%3E%3C/svg%3E");
}

.c-icon-map-pin::before, .c-icon-map-pin::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2222%22%20viewBox%3D%220%200%2017%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%208.64951C16%2013.9485%209.65909%2019.8317%208.5%2021C7.34091%2019.8178%201%2013.9346%201%208.64951C1%203.36439%204.35455%201%208.5%201C12.6455%201%2016%204.42142%2016%208.64951Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M8.50008%2011C10.0649%2011%2011.3334%209.71919%2011.3334%208.13918C11.3334%206.55917%2010.0649%205.27832%208.50008%205.27832C6.93527%205.27832%205.66675%206.55917%205.66675%208.13918C5.66675%209.71919%206.93527%2011%208.50008%2011Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2222%22%20viewBox%3D%220%200%2017%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%208.64951C16%2013.9485%209.65909%2019.8317%208.5%2021C7.34091%2019.8178%201%2013.9346%201%208.64951C1%203.36439%204.35455%201%208.5%201C12.6455%201%2016%204.42142%2016%208.64951Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M8.50008%2011C10.0649%2011%2011.3334%209.71919%2011.3334%208.13918C11.3334%206.55917%2010.0649%205.27832%208.50008%205.27832C6.93527%205.27832%205.66675%206.55917%205.66675%208.13918C5.66675%209.71919%206.93527%2011%208.50008%2011Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.c-icon--left::before {
  content: "";
}

.c-icon--right::after {
  content: "";
}

.c-icon--10 {
  --iconSize: 10px;
}

.c-icon--12 {
  --iconSize: 12px;
}

.c-icon--16 {
  --iconSize: 16px;
}

.c-icon--17 {
  --iconSize: 17.5px;
}

.c-icon--19 {
  --iconSize: 19px;
}

.c-icon--24 {
  --iconSize: 24px;
}

.c-icon--32 {
  --iconSize: 32px;
}

.breadcrumb {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0.5em 1%;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
  content: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb {
  padding: 20px 40px;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 700px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb .breadcrumb-element {
  letter-spacing: 0.8px;
  font-weight: 400;
  font-size: 0.714em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-element a:hover {
  color: #ea580c;
  text-decoration: none;
}
.breadcrumb .breadcrumb-element::after {
  color: #ccc;
  content: "/";
  margin: 0 0.5em 0 1em;
}
.breadcrumb .breadcrumb-element:last-child {
  color: #ea580c;
  font-weight: 700;
}
.breadcrumb .breadcrumb-element:last-child::after {
  content: "";
}

/*
*  Buttons
*/
.c-button {
  --btnHeight: 40px;
  --btnBgColor: none;
  --btnBorderColor: transparent;
  --btnColor: #000000;
  min-height: var(--btnHeight);
  background: var(--btnBgColor);
  border: 1px solid var(--btnBorderColor);
  border-radius: 4px;
  padding: 0 16px;
  color: var(--btnColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button:not([disabled]) {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover:not([disabled]) {
    color: var(--btnColor);
  }
}
.c-button:disabled {
  --btnColor: #a3a3a3;
  --btnBorderColor: #e5e5e5;
  --btnBgColor: #e5e5e5;
  cursor: default;
}
.c-button .c-icon {
  fill: currentColor;
}
.c-button:hover {
  background-color: var(--btnBgColor);
  color: var(--btnColor);
  border-color: var(--btnColor);
}

/*
* Variants
*/
.c-button--primary {
  --btnColor: #ffffff;
  --btnBgColor: var(--error);
  --btnBorderColor: var(--error);
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary:hover:not([disabled]) {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
}
.c-button--primary.outline {
  --btnBgColor: #ffffff;
  --btnColor: var(--main-orange);
}
@media (hover: hover) and (pointer: fine) {
  .c-button--primary.outline:hover:not([disabled]) {
    border-color: var(--main-orange);
    background-color: var(--main-orange);
    color: #ffffff;
  }
}

.c-button--secondary {
  --btnColor: #ffffff;
  --btnBgColor: #000000;
  --btnBorderColor: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--secondary:hover:not([disabled]) {
    border-color: #222222;
    background-color: #222222;
    color: #ffffff;
  }
}
.c-button--secondary.outline {
  --btnBgColor: #ffffff;
  --btnColor: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--secondary.outline:hover:not([disabled]) {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
  }
}

.c-button--tertiary {
  --btnColor: #000000;
  --btnBgColor: #ffffff;
  --btnBorderColor: #e6e6e6;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--tertiary:hover:not([disabled]) {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #000000;
  }
}

.c-button--link {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--link:hover:not([disabled]) {
    text-decoration: none;
  }
}

.c-button--link-noUnderline {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--link-noUnderline:hover:not([disabled]) {
    text-decoration: underline;
  }
}

.c-button--link,
.c-button--link-noUnderline {
  border: none;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  min-height: 0;
  overflow: inherit;
}
.c-button--link:disabled,
.c-button--link-noUnderline:disabled {
  border: none;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--link:hover:not([disabled]),
  .c-button--link-noUnderline:hover:not([disabled]) {
    border: none;
    background-color: transparent;
  }
}
.c-button--link.c-button--icon-left, .c-button--link.c-button--icon-right,
.c-button--link-noUnderline.c-button--icon-left,
.c-button--link-noUnderline.c-button--icon-right {
  padding-left: 0;
  padding-right: 0;
}

.backToList {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 9px;
}

/*
* Size
*/
.c-button--md {
  --btnHeight: 40px;
}

.c-button--lg {
  --btnHeight: 48px;
  width: 169px;
  line-height: 14px;
}

.c-button--full-w {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.c-button--full-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

/*
* With icon
*/
.c-button--icon-left {
  padding-left: 10px;
}
.c-button--icon-left::before {
  content: "";
  margin-right: 8px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-button--icon-right {
  padding-right: 16px;
}
.c-button--icon-right::after {
  content: "";
  margin-left: 8px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-button[class*=c-icon-]:not([class*=c-button--icon-]) {
  max-height: var(--btnHeight);
  max-width: var(--btnHeight);
  overflow: hidden;
  padding-left: calc((var(--btnHeight) - var(--iconSize)) / 2 - 1px);
  padding-right: calc((var(--btnHeight) - var(--iconSize)) / 2 - 1px);
  white-space: nowrap;
}
.c-button[class*=c-icon-]:not([class*=c-button--icon-])::before {
  content: "";
  margin-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

button {
  border-radius: 2px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button[disabled] {
  pointer-events: none;
  color: #767676 !important;
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  cursor: not-allowed;
}

#buttonDiv {
  height: 2.95625rem;
}

/**
 * Legacy button styles (.btn, .btn2, .btn-simple)
 */
.btn-simple {
  display: inline-block;
  border: none;
  border-bottom: 1px solid #1c1c1c;
  padding: 0 0 1px;
  border-radius: 0;
  background: none;
  color: #1c1c1c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 0.71em;
  cursor: pointer;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ea580c;
  padding: 15px;
  max-width: 320px;
  max-height: 60px;
  border-radius: 4px;
  background: #ea580c;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.93em;
  -moz-osx-font-smoothing: grayscale;
}

.btn:hover,
.btn:focus {
  outline: none;
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
}

.btn:disabled,
.btn.disabled,
.white-header .container__stores .btn.forms__stores__geoloc__button:disabled,
.white-header .container__stores .btn.forms__stores__manual__button:disabled,
header .container__stores .btn.forms__stores__geoloc__button:disabled,
header .container__stores .btn.forms__stores__manual__button:disabled {
  pointer-events: none;
  border: 1px solid #d4d4d4;
  color: #1c1c1c;
  background: #d4d4d4;
  cursor: not-allowed;
}

@media screen and (min-width: 1000px) {
  .btn {
    height: 50px;
    max-width: 300px;
    max-height: 50px;
    font-size: 0.8em;
  }
}
.btn.larger {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  max-width: none;
}

.btn.centered {
  margin: 0 auto;
}

.btn2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ea580c;
  padding: 15px;
  max-width: 320px;
  max-height: 60px;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.93em;
  -moz-osx-font-smoothing: grayscale;
  border-color: #d4d4d4;
  margin: auto;
  background: transparent;
  color: #1c1c1c;
}

.btn2:hover,
.btn2:focus {
  outline: none;
  border-color: #1c1c1c;
  background: #1c1c1c;
  color: #ffffff;
}

.btn2:disabled,
.btn2.disabled,
.white-header .container__stores .btn2.forms__stores__geoloc__button:disabled,
.white-header .container__stores .btn2.forms__stores__manual__button:disabled,
header .container__stores .btn2.forms__stores__geoloc__button:disabled,
header .container__stores .btn2.forms__stores__manual__button:disabled {
  pointer-events: none;
  border: 1px solid #d4d4d4;
  color: #1c1c1c;
  background: #d4d4d4;
  cursor: not-allowed;
}

@media screen and (min-width: 1000px) {
  .btn2 {
    height: 50px;
    max-width: 300px;
    max-height: 50px;
    font-size: 0.8em;
  }
}
.btn2:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #1c1c1c;
}

/**
 * Form Styles
 * Select wrappers, form groups, form rows, and utilities
 */
.select-wrapper select {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  padding: 12px 16px;
  border-radius: 2px;
  background-color: transparent;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group .field-wrapper,
.form-row .field-wrapper {
  padding: 0;
  margin: -8px 0 0 -5px;
  width: auto;
  float: none;
}

.form-group input,
.form-row input {
  width: 100%;
  height: 48px;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: 12px 16px;
  max-width: none;
  border-radius: 2px;
  color: #1c1c1c;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Utility classes
 */
.u-hidden {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.hashtag {
  height: 60px;
  background: #1c1c1c;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
}
.hashtag span {
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.footer-payment-logo.mobile {
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer-payment-logo.mobile {
    display: none;
  }
}
.footer-payment-logo.mobile .payment-logo__title {
  display: none;
}
.footer-payment-logo.mobile .payment-logo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e5e5e5;
  width: 100%;
  padding: 10px;
}
.footer-payment-logo.mobile .payment-logo__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .footer-payment-logo.mobile .payment-logo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-payment-logo.desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer-payment-logo.desktop {
    display: block;
  }
}
.footer-payment-logo.desktop .payment-logo__title {
  display: block;
}
.footer-payment-logo.desktop .payment-logo__container {
  width: 100%;
  margin: 14px 0;
}
.footer-payment-logo.desktop .payment-logo__container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-payment-logo.desktop .payment-logo__img {
  margin: 0;
  height: 22px;
}
.footer-payment-logo .payment-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.footer-payment-logo .payment-logo__item {
  list-style-type: none;
  margin-right: 8px;
}
@media screen and (max-width: 1025px) {
  .footer-payment-logo .payment-logo__item {
    margin-right: 0;
  }
}
.footer-payment-logo .payment-logo__img {
  display: block;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 100px;
  padding-bottom: 0;
}
.footer-container .footer-item {
  display: block;
  width: 25%;
  padding: 0 30px 0 0;
}
.footer-container .footer-item li {
  font-size: 0.85em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-container .footer-item h3 {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer-container h3,
.footer-container h4 {
  margin: 0 0 20px;
  font-size: 0.8em;
  text-transform: uppercase;
}
.footer-container a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  color: inherit;
  opacity: 1;
}
.footer-container a:hover {
  color: #1c1c1c;
  opacity: 0.6;
}
.footer-container img {
  width: auto;
  height: 50px;
}

footer {
  background-color: #ffffff;
  color: #1c1c1c;
  letter-spacing: 0;
  padding: 0 !important;
}

ul.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0;
  padding: 0;
}
ul.social-links li {
  margin: 0 10px 0 0;
  padding: 0;
}
ul.social-links li:nth-child(even) {
  margin-right: 0;
}
ul.social-links li a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #1c1c1c;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #1c1c1c;
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  line-height: 38px;
}
ul.social-links li a:hover {
  background: #ffffff;
  color: #1c1c1c;
  opacity: 1;
}
ul.social-links li a.tiktok {
  line-height: 40px;
}
ul.social-links li a.tiktok svg {
  fill: #ffffff;
  height: 1em;
}
ul.social-links li a.tiktok:hover svg {
  fill: #1c1c1c;
}

.footer__newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #d4d4d4;
  }
}
.footer__newsletter__information, .footer__newsletter__registration {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 220px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.footer__newsletter__registration {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .footer__newsletter__registration {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__registration:only-child .footer__newsletter__registration__container {
    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;
  }
  .footer__newsletter__registration:only-child .footer__newsletter__registration__left {
    margin: 0 60px 0 0;
  }
  .footer__newsletter__registration:only-child .footer__newsletter__registration__title {
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  .footer__newsletter__registration:only-child .footer__newsletter__registration__paragraph {
    font-size: 0.875rem;
  }
  .footer__newsletter__registration:only-child .footer__newsletter__formular {
    position: relative;
  }
  .footer__newsletter__registration:only-child .footer__newsletter__fieldset {
    min-width: 270px;
  }
  .footer__newsletter__registration:only-child .footer__newsletter__registration__icon {
    top: -30px;
    right: 180px;
    bottom: initial;
    left: initial;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__registration {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    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;
    overflow: hidden;
  }
}
.footer__newsletter__registration__right {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .footer__newsletter__registration__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__registration__container {
    width: 80%;
    max-width: 800px;
  }
}
.footer__newsletter__logo__link {
  display: block;
  width: 90px;
  margin: 10px auto 30px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__logo__link {
    display: none;
  }
}
.footer__newsletter__logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer__newsletter__registration__title, .footer__newsletter__information__title {
  font-size: 1.25rem;
  text-align: center;
  line-height: 100%;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__newsletter__registration__title div, .footer__newsletter__information__title div {
  border: 1px solid #1c1c1c;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  font-weight: 500;
  line-height: 122%;
  font-size: 30px;
  font-family: CourirSerif, serif;
  padding-top: 14px;
  padding-left: 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__registration__title, .footer__newsletter__information__title {
    text-align: left;
  }
}
.footer__newsletter p.footer__newsletter__registration__paragraph {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .footer__newsletter p.footer__newsletter__registration__paragraph {
    font-size: 0.875rem;
  }
}
.footer__newsletter p.footer__newsletter__information__paragraph {
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter p.footer__newsletter__information__paragraph {
    font-size: 0.8125rem;
    text-align: left;
  }
}
.footer__newsletter p.footer__newsletter__registration__paragraph {
  margin: 0 0 45.0011250281px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter p.footer__newsletter__registration__paragraph {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1025px) {
  .footer__newsletter p.footer__newsletter__registration__paragraph {
    margin: 0 0 10px;
  }
}
.footer__newsletter p.footer__newsletter__information__paragraph {
  margin: 0 0 20px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter p.footer__newsletter__information__paragraph {
    text-align: left;
    margin: 0 0 15px;
  }
}
.footer__newsletter p.footer__newsletter__registration__paragraph_link {
  text-align: center;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer__newsletter__formular {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .footer__newsletter__formular {
    display: contents;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__formular {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer__newsletter__fieldset {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #1c1c1c;
  border-radius: 2px;
  margin: 0 0 8px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .footer__newsletter__fieldset {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__newsletter__fieldset--error {
  margin: 0 0 45.0011250281px 0;
  border: 1px solid #eb0037;
}
.footer__newsletter__fieldset--error input[type=email].footer__newsletter__input {
  color: #eb0037;
}
.footer__newsletter__fieldset .error#email-alert-address-error {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__fieldset {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 250px;
  }
}
.footer__newsletter__legend, .footer__newsletter__label {
  background: #ffffff;
  border-bottom: none;
  font-size: 0.625rem;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 0 5px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 9px;
  letter-spacing: 0.2px;
}
.footer__newsletter__legend {
  position: static;
  width: auto;
}
.footer__newsletter__label {
  position: absolute;
  top: -11px;
  height: 20px;
  line-height: 20px;
}
.footer__newsletter__registration__icon {
  position: absolute;
  top: -19px;
  right: 6%;
  width: 35px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__registration__icon {
    top: initial;
    right: initial;
    bottom: -4px;
    left: initial;
    width: initial;
    -webkit-transform: translateX(-48px);
            transform: translateX(-48px);
  }
}
.footer__newsletter input[type=email].footer__newsletter__input {
  color: #1c1c1c;
  padding: 15px 15px 20px;
  width: 100%;
  border: none;
  font-size: 1rem;
  margin: 0;
  height: 60px;
}
.footer__newsletter input[type=email].footer__newsletter__input::-webkit-input-placeholder {
  color: #767676;
}
.footer__newsletter input[type=email].footer__newsletter__input::-moz-placeholder {
  color: #767676;
}
.footer__newsletter input[type=email].footer__newsletter__input:-ms-input-placeholder {
  color: #767676;
}
.footer__newsletter input[type=email].footer__newsletter__input::-ms-input-placeholder {
  color: #767676;
}
.footer__newsletter input[type=email].footer__newsletter__input::placeholder {
  color: #767676;
}
.footer__newsletter input[type=email].footer__newsletter__input.error {
  color: #eb0037;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter input[type=email].footer__newsletter__input {
    padding: 7px 15px 12px;
    height: 40px;
  }
}
.footer__newsletter #email-alert-signup .footer__newsletter__button, .footer__newsletter__link {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #ea580c;
  background-color: #ea580c;
  color: #ffffff;
  position: relative;
  max-width: none;
  text-transform: none;
  font-size: 0.75rem !important;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.footer__newsletter #email-alert-signup .footer__newsletter__button:hover, .footer__newsletter #email-alert-signup .footer__newsletter__button:focus, .footer__newsletter__link:hover, .footer__newsletter__link:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.footer__newsletter #email-alert-signup .footer__newsletter__button:focus-visible, .footer__newsletter__link:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.footer__newsletter #email-alert-signup .footer__newsletter__button:disabled, .footer__newsletter #email-alert-signup .footer__newsletter__button.disabled, .footer__newsletter__link:disabled, .footer__newsletter__link.disabled, .white-header .container__stores .footer__newsletter__link.forms__stores__geoloc__button:disabled, .white-header .container__stores .footer__newsletter__link.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter #email-alert-signup .footer__newsletter__button, .footer__newsletter__link {
    height: 50px;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter #email-alert-signup .footer__newsletter__button, .footer__newsletter__link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__link {
    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;
    width: 100%;
    height: 60px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    border-color: #1c1c1c;
    padding: 0 15px;
    font-size: 0.75rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    speak: none;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    max-width: none;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: #1c1c1c;
    color: #1c1c1c;
    font-size: 0.75rem;
    font-weight: 700;
    height: auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .footer__newsletter__link:hover, .footer__newsletter__link:focus {
    color: #1c1c1c;
  }
  .footer__newsletter__link:focus-visible {
    outline-offset: 2px;
    border-radius: 4px;
    outline: 2px solid #ea580c;
  }
  .footer__newsletter__link:disabled, .footer__newsletter__link.disabled, .white-header .container__stores .footer__newsletter__link.forms__stores__geoloc__button:disabled, .white-header .container__stores .footer__newsletter__link.forms__stores__manual__button:disabled {
    pointer-events: none;
    color: #767676;
    background-color: #e5e5e5;
    border: 1px solid #d4d4d4;
    cursor: not-allowed;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .footer__newsletter__link {
    height: 50px;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__link:hover, .footer__newsletter__link:focus {
    background: #ffffff;
  }
}
.footer__newsletter #email-alert-signup .footer__newsletter__button {
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .footer__newsletter #email-alert-signup .footer__newsletter__button {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1000px) {
  .footer__newsletter #email-alert-signup .footer__newsletter__button {
    width: 167px;
    height: 46px;
    border-radius: 4px;
  }
}
.footer__newsletter__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  border: 1px solid #d4d4d4;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    border: none;
  }
}
.footer__newsletter__information .footer__newsletter__link {
  padding: 0;
}
.footer__newsletter__information__title {
  position: relative;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 1.25rem;
  line-height: 18px;
  text-transform: uppercase;
  white-space: pre-line;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__information__title {
    color: #1c1c1c;
    text-align: left;
    padding: 0 0 0 20px;
  }
}
.footer__newsletter__subtitle {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  margin: 0 0 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__subtitle {
    text-align: left;
    margin: 0 0 10px;
  }
}
.footer__newsletter__fidelity-card {
  position: absolute;
  width: 85px;
  height: auto;
  top: 0;
  left: calc(50% - 135px);
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__fidelity-card {
    width: 118px;
    top: 80px;
    left: -87px;
  }
}
.footer__newsletter__decorative-picture__container {
  height: 75px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__decorative-picture__container {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.footer__newsletter__decorative-picture__container + .footer__newsletter__texte__container .footer__newsletter__information__title {
  color: #fcfaef;
  position: absolute;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -55px;
  z-index: 9;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__decorative-picture__container + .footer__newsletter__texte__container .footer__newsletter__information__title {
    color: #1c1c1c;
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: initial;
    top: initial;
    margin: 0 0 10px 0;
  }
}
.footer__newsletter__decorative-picture__container + .footer__newsletter__texte__container .footer__newsletter__fidelity-card {
  top: -45.0011250281px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__decorative-picture__container + .footer__newsletter__texte__container .footer__newsletter__fidelity-card {
    top: 80px;
  }
}
.footer__newsletter__texte__container {
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__texte__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px;
    border-right: 1px solid #d4d4d4;
  }
}
.footer__newsletter__texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 15px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__texte .footer__newsletter__fidelity-card {
    position: static;
    width: 60px;
    margin: 0 10px -10px -10px;
  }
}
.footer__newsletter__background__container {
  position: absolute;
  inset: 0;
}
.footer__newsletter__background__container ~ .footer__newsletter__texte {
  text-align: center;
  margin: 20px 20px 15px 20px;
}
.footer__newsletter__background__container ~ .footer__newsletter__texte .footer__newsletter__information__title {
  color: #fcfaef;
  text-transform: none;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 85%;
  font-family: CourirSerif, serif;
  z-index: 9;
}
@media screen and (max-width: 1025px) {
  .footer__newsletter__background__container ~ .footer__newsletter__texte .footer__newsletter__information__title {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 85%;
  }
}
.footer__newsletter__background__container ~ p.footer__newsletter__information__paragraph {
  margin: 0 20px 20px 20px;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__background__container ~ p.footer__newsletter__information__paragraph {
    margin: 0 0 20px 0;
  }
}
.footer__newsletter__background__container ~ .footer__newsletter__link {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
  width: calc(100% - 40px);
  margin: 0 20px 20px 20px;
  max-width: none;
}
.footer__newsletter__background__container ~ .footer__newsletter__link:hover, .footer__newsletter__background__container ~ .footer__newsletter__link:focus {
  border-color: #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.footer__newsletter__background__container ~ .footer__newsletter__link:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.footer__newsletter__background__container ~ .footer__newsletter__link:disabled, .footer__newsletter__background__container ~ .footer__newsletter__link.disabled, .white-header .container__stores .footer__newsletter__background__container ~ .footer__newsletter__link.forms__stores__geoloc__button:disabled, .white-header .container__stores .footer__newsletter__background__container ~ .footer__newsletter__link.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__background__container ~ .footer__newsletter__link {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.footer__newsletter__background__container ~ .footer__newsletter__link:hover, .footer__newsletter__background__container ~ .footer__newsletter__link:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__background__container ~ .footer__newsletter__link {
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
    -webkit-transition: none;
    transition: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    height: auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0;
  }
  .footer__newsletter__background__container ~ .footer__newsletter__link:hover {
    border-color: #1c1c1c;
    background-color: transparent;
    color: #ffffff;
  }
}
.footer__newsletter__background {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.footer__newsletter__gift-card {
  position: relative;
  display: block;
  width: 50px;
  height: 34px;
  margin: 0 auto;
  padding: 0 0 15px 10px;
}
@media screen and (min-width: 1000px) {
  .footer__newsletter__gift-card {
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
  }
}

ul.footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: #f5f5f5;
  color: #5d5d5d;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 0 15px;
}
@media screen and (max-width: 1025px) {
  ul.footer-bottom-links {
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: none;
            flex-direction: none;
  }
}
ul.footer-bottom-links li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.footer-bottom-links li a {
  list-style: none;
  line-height: 20px;
  color: #5d5d5d;
}
@media screen and (min-width: 1260px) {
  ul.footer-bottom-links li a {
    line-height: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .footer-container {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 100px;
  }
  .footer-container.is--checkout .footer-item {
    display: none;
  }
  .footer-container.is--checkout .footer-item.is--visible {
    display: block;
    padding: 20px;
  }
  .footer-container .footer-item {
    width: 33%;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-container .footer-item:first-child {
    padding-bottom: 0;
  }
  .footer-container .footer-item:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .footer-copy.is--checkout {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1025px) {
  .footer-copy {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  ul.social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  ul.footer-bottom-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1025px) {
  ul.footer-bottom-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  ul.footer-bottom-links li a {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1025px) {
  ul.footer-bottom-links li a {
    color: #5d5d5d;
  }
}
@media screen and (max-width: 1025px) {
  .footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f5f5;
  }
  .footer-container .footer-ada {
    margin: 0;
  }
  .footer-container .footer-item {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer-container .footer-item:last-child {
    width: 100%;
  }
  .footer-container .footer-item:last-child .social-links {
    width: 100%;
    margin-right: 10px;
  }
  .footer-container .footer-item:last-child .social-links li:nth-child(even) {
    margin-right: 10px;
  }
  .footer-container .footer-item button {
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    color: #1c1c1c;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  .footer-container .footer-item ul {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .footer-container .footer-item li {
    text-align: left;
    margin-left: 6px;
    font-size: 12px;
    line-height: 122%;
    margin-bottom: 10px;
  }
}
.back-to-top-btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #ece8e1;
  border-radius: 50%;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  -webkit-box-shadow: 3px 5px 6px #d4d4d4;
          box-shadow: 3px 5px 6px #d4d4d4;
}
.back-to-top-btn.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.back-to-top-btn.active:hover {
  background-color: #ece8e1;
  border-color: #ece8e1;
  color: #1c1c1c;
}

.footer-social-link {
  z-index: 99;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .footer-social-link {
    position: relative;
    font-size: camculaterem(24);
  }
  .footer-social-link .footer__newsletter__information__title {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 85%;
  }
}
.footer-social-link a,
.footer-social-link svg {
  width: 16px;
  fill: #fcfaef;
  margin-bottom: 6px;
}
.footer-social-link a {
  width: 24px;
  max-width: 24px;
  color: #ffffff;
  margin-right: 16px;
}
.footer-social-link a::before {
  font-size: 24px;
}
@media screen and (max-width: 1025px) {
  .footer-social-link a::before {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 1025px) {
  .footer-social-link a {
    margin-right: 5px;
  }
}
.footer-social-link .sneaker-spirit {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 85%;
  letter-spacing: 0%;
  font-family: CourirSerif, serif;
  color: #fcfaef;
}
@media screen and (max-width: 1025px) {
  .footer-social-link .sneaker-spirit {
    font-size: 1.5rem;
  }
}
.footer-social-link .footer-youtube-icon svg {
  width: 27px;
}

a {
  color: #1c1c1c;
}

footer {
  color: #1c1c1c !important;
}
footer .reassurance ul {
  height: 98px;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
  margin: 0;
}
@media screen and (max-width: 1025px) {
  footer .reassurance ul {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    height: auto;
    margin: 8px;
    border: 0;
  }
}
footer .reassurance ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .reassurance ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
footer .reassurance ul li a i {
  width: 100%;
  height: 28px;
  margin-bottom: 5px;
}
footer .reassurance ul li a i::before {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}
footer .reassurance ul li a span {
  color: #1c1c1c;
  width: 100%;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1025px) {
  footer .reassurance ul li a span {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1025px) {
  footer .reassurance ul li {
    background: #f5f5f5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 112px;
    padding: 0;
  }
  footer .reassurance ul li a {
    height: 100%;
    padding-top: 28px;
  }
  footer .reassurance ul li a i {
    width: auto;
    top: -16px;
    left: calc(50% - 14px);
    margin-right: 0;
  }
  footer .reassurance ul li a span {
    display: block;
    padding-left: 15%;
    padding-right: 15%;
  }
  footer .reassurance ul li a span b {
    display: block;
  }
  footer .reassurance ul li a span::after {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  footer {
    padding-bottom: 0;
    padding-top: 0;
  }
}

#category-super-top-banner .category-top-banner_card {
  position: relative;
}

#category-super-top-banner .category-top-banner_card_cta {
  position: absolute;
  bottom: 1.5rem;
  left: 3rem;
}

#category-super-top-banner .category-top-banner_card_media img {
  width: 100%;
}

.accessibilite-label {
  color: #5d5d5d !important;
  font-size: 0.75rem;
  line-height: 122%;
}
@media screen and (max-width: 1025px) {
  .accessibilite-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
  }
}

.accessibilite-label :hover {
  color: #5d5d5d !important;
  opacity: 0;
}

.footer-ada {
  margin-top: 0 !important;
}
.footer-ada ul {
  color: #5d5d5d;
}

.menu-footer li a {
  font-size: 0.75rem;
  line-height: 112%;
  font-weight: 400;
  color: #5d5d5d;
}

.accessibilite-ul {
  padding: 0 !important;
}

.hidden-element {
  display: none !important;
}

#email-alert-address-error {
  color: #eb0037;
}

.footer__newsletter__fieldset--error {
  border-color: #eb0037;
}
@media screen and (max-width: 1000px) {
  .footer__newsletter__fieldset--error {
    margin: 8px 0;
  }
}

.error-newsletter-footer {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .error-newsletter-footer {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .error-newsletter-footer #email-alert-address-error {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1025px) {
  .footer__newsletter__information {
    min-height: 146px;
    height: 146px;
    margin: 0;
    border: 0;
  }
}

@media screen and (max-width: 1025px) {
  .footer__newsletter__texte__container {
    height: 146px;
  }
}

@media screen and (max-width: 1025px) {
  .footer__newsletter__registration__title {
    font-size: 1rem;
  }
}

.block-footer-desktop {
  display: block;
  line-height: 1.5;
  padding: 0 !important;
  margin: 0 0 5px !important;
}
@media screen and (max-width: 1025px) {
  .block-footer-desktop {
    display: none;
  }
}

.block-footer-mobile {
  display: none;
}
@media screen and (max-width: 1025px) {
  .block-footer-mobile {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.block-footer-mobile h3::after {
  content: none;
}

@media screen and (max-width: 1025px) {
  .accessibilite-ul {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.footer-accordion-icon {
  border: solid #1c1c1c;
  border-width: 0 1px 1px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 7%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
  margin-top: 5px;
}

.footer-accordion-trigger:focus .footer-accordion-icon,
.footer-accordion-trigger:hover .footer-accordion-icon {
  border-color: #5d5d5d;
}

.footer-accordion-trigger[aria-expanded=true] .footer-accordion-icon {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.ada-contrast-toggle {
  margin-top: 6px !important;
}
@media screen and (max-width: 1025px) {
  .ada-contrast-toggle label {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .ada-contrast-toggle .switch-slider {
    position: absolute;
    left: 50%;
  }
}

@media screen and (max-width: 1025px) {
  .payment-logo__img {
    height: 22px;
  }
}
.footer-payment-logo.mobile .payment-logo__container {
  background-color: #ffffff;
}

.footer__newsletter__registration {
  padding-top: 15px;
}
@media screen and (max-width: 1025px) {
  .footer__newsletter__registration {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.footer__newsletter__texte__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

@media screen and (max-width: 1025px) {
  .footer-ada .accessibilite-label {
    margin-left: 12px;
  }
  .footer-ada .accessibilite-ul {
    margin-left: 6px;
  }
}
.footer__newsletter #email-alert-signup .footer__newsletter__button {
  background-color: var(--main-orange);
  border: 1px solid var(--main-orange);
}
.footer__newsletter #email-alert-signup .footer__newsletter__button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-accordion-icon {
  margin-top: 8px;
}

#headerDesktop .top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3rem;
  height: 3rem;
}
#headerDesktop .top-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}
#headerDesktop .top-banner__wrapper li {
  list-style-type: none;
}
#headerDesktop .top-banner__first-menu {
  display: block;
  border: none;
  margin: 0 auto 0 0;
  width: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#headerDesktop .top-banner__first-menu li {
  float: left;
  border: none;
  margin: 0 24px 6px 0;
}
#headerDesktop .top-banner__first-menu a {
  padding: 10px 0;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  font-weight: 400;
}
#headerDesktop .top-banner__first-menu .active {
  position: relative;
}
#headerDesktop .top-banner__first-menu .active::before, #headerDesktop .top-banner__first-menu .active::after {
  display: none;
}
#headerDesktop .top-banner__first-menu .active a {
  position: relative;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1.4;
}
#headerDesktop .top-banner__first-menu .active a::after {
  content: "";
  background-color: #1c1c1c;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#headerDesktop .top-banner__sniker-spirit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 400px;
  min-width: 200px;
  padding-left: 10px;
}
@media screen and (min-width: 1400px) {
  #headerDesktop .top-banner__sniker-spirit {
    max-width: 470px;
  }
}

:root {
  --headerHeight: 120px;
  --searchTopPosition: 137px;
}
:root body:has(#headerDesktop.is--scrolled:not(.is--hidden)) {
  --searchTopPosition: 108px;
}
:root body:has(.header-search.is--hidden),
:root body:has(#headerDesktop.is--hidden) {
  --searchTopPosition: 60px;
  --headerHeight: 60px;
}

.top-banner {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.top-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-banner.is--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

#headerDesktop {
  background-color: #ffffff;
  -webkit-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  top: 0;
}
#headerDesktop .top-banner__second-menu.is--hidden {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  visibility: hidden;
}
#headerDesktop .main-overlay {
  z-index: 101;
}
#headerDesktop.is--hidden {
  top: -48px;
}
#headerDesktop.is--hidden .main_menu[role=navigation]::after {
  width: 100%;
}
#headerDesktop.is--scrolled {
  background-color: white;
}
#headerDesktop.is--scrolled .top-banner {
  background-color: white;
}
#headerDesktop.is--scrolled .white-header .top-banner {
  background-color: white;
}
#headerDesktop.is--scrolled .header-search {
  border-bottom: none !important;
}
#headerDesktop.is--scrolled .navbar-nav-desktop .nav-item, #headerDesktop.is--hidden .navbar-nav-desktop .nav-item {
  margin-top: 22px !important;
}
#headerDesktop.transparent-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, var(--gradient-opacity-start, 40%))), color-stop(50%, rgba(0, 0, 0, var(--gradient-opacity-middle, 20%))), to(rgba(0, 0, 0, var(--gradient-opacity-end, 0%)))) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, var(--gradient-opacity-start, 40%)) 0%, rgba(0, 0, 0, var(--gradient-opacity-middle, 20%)) 50%, rgba(0, 0, 0, var(--gradient-opacity-end, 0%)) 100%) !important;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  z-index: 100;
}
#headerDesktop.transparent-header .top-banner {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .header-search input {
  color: #9A9A9A !important;
  background-color: #f5f5f5 !important;
}
#headerDesktop.transparent-header .header-search input:hover, #headerDesktop.transparent-header .header-search input:focus, #headerDesktop.transparent-header .header-search input:focus-visible {
  background-color: #f5f5f5 !important;
}
#headerDesktop.transparent-header h1.primary-logo {
  top: -8px;
}
#headerDesktop.transparent-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
#headerDesktop.transparent-header.is--hidden {
  top: -48px;
  -webkit-transform: none !important;
          transform: none !important;
}
#headerDesktop.transparent-header:not(.is--hidden) {
  top: 0 !important;
}
#headerDesktop.transparent-header .white-header .top-banner {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .header-bottom-section {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .main-menu {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .main_menu[role=navigation] {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .navbar.bg-inverse {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .container {
  background-color: transparent !important;
}
#headerDesktop.transparent-header .btn-ada-menu {
  visibility: hidden;
}
#headerDesktop.transparent-header .btn-ada-menu:focus, #headerDesktop.transparent-header .btn-ada-menu:focus-visible {
  visibility: visible;
}
#headerDesktop.transparent-header .js_main_menu_item:focus-within .btn-ada-menu {
  visibility: visible;
}
#headerDesktop.transparent-header .topcat-name,
#headerDesktop.transparent-header .menu_main-link,
#headerDesktop.transparent-header .menu-utility-user button,
#headerDesktop.transparent-header .mini-cart-link,
#headerDesktop.transparent-header .locale-selector,
#headerDesktop.transparent-header .top-banner__stores__button,
#headerDesktop.transparent-header .country__selector,
#headerDesktop.transparent-header .search__btn,
#headerDesktop.transparent-header .navbar-nav.navbar-nav-desktop li,
#headerDesktop.transparent-header .navbar-nav.navbar-nav-desktop li a,
#headerDesktop.transparent-header .search__cta,
#headerDesktop.transparent-header .search-back-btn {
  color: #ffffff !important;
  background-color: transparent !important;
}
#headerDesktop.transparent-header .dropdown-menu.show .submenu-link,
#headerDesktop.transparent-header .dropdown-menu.show .menu_item a,
#headerDesktop.transparent-header .dropdown-menu.show span {
  color: initial !important;
}
#headerDesktop.transparent-header .dropdown-menu.show .brand-submenu-list span {
  color: #767676 !important;
}
#headerDesktop.transparent-header .user-links,
#headerDesktop.transparent-header .user-links a,
#headerDesktop.transparent-header .user-links span,
#headerDesktop.transparent-header .user-links div,
#headerDesktop.transparent-header .expand-top-nav:not(.minicart-panel) .expand-top-nav-content,
#headerDesktop.transparent-header .expand-top-nav:not(.minicart-panel) .expand-top-nav-content a,
#headerDesktop.transparent-header .expand-top-nav:not(.minicart-panel) .expand-top-nav-content span,
#headerDesktop.transparent-header .expand-top-nav:not(.minicart-panel) .expand-top-nav-content div {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header .expand-top-nav-content .country__selector__link.active {
  color: #ea580c !important;
}
#headerDesktop.transparent-header .mini-cart-link svg,
#headerDesktop.transparent-header .top-banner__stores__button__icon svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
#headerDesktop.transparent-header .user-info svg,
#headerDesktop.transparent-header .search__btn svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
#headerDesktop.transparent-header .neo-arrow_down {
  color: #ffffff !important;
}
#headerDesktop.transparent-header .header-bottom-section,
#headerDesktop.transparent-header .main_menu[role=navigation] {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
#headerDesktop.transparent-header .header-bottom-section::after,
#headerDesktop.transparent-header .main_menu[role=navigation]::after {
  border-bottom-color: transparent !important;
}
#headerDesktop.transparent-header .header-search {
  border-bottom: none !important;
}
#headerDesktop.transparent-header.is--scrolled {
  background-color: #ffffff !important;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  min-height: auto;
}
#headerDesktop.transparent-header.is--scrolled .top-banner {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .white-header .top-banner {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .header-bottom-section {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .main-menu {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .main_menu[role=navigation] {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .navbar.bg-inverse {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .container {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .topcat-name,
#headerDesktop.transparent-header.is--scrolled .submenu-link,
#headerDesktop.transparent-header.is--scrolled .menu_main-link,
#headerDesktop.transparent-header.is--scrolled .menu_item a,
#headerDesktop.transparent-header.is--scrolled .menu-utility-user a,
#headerDesktop.transparent-header.is--scrolled .mini-cart-link,
#headerDesktop.transparent-header.is--scrolled .locale-selector,
#headerDesktop.transparent-header.is--scrolled .top-banner__stores__button,
#headerDesktop.transparent-header.is--scrolled .country__selector,
#headerDesktop.transparent-header.is--scrolled .search__btn,
#headerDesktop.transparent-header.is--scrolled .navbar-nav.navbar-nav-desktop li,
#headerDesktop.transparent-header.is--scrolled .navbar-nav.navbar-nav-desktop li a,
#headerDesktop.transparent-header.is--scrolled .search__cta,
#headerDesktop.transparent-header.is--scrolled .search-back-btn {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header.is--scrolled .mini-cart-link svg,
#headerDesktop.transparent-header.is--scrolled .top-banner__stores__button svg,
#headerDesktop.transparent-header.is--scrolled .user-info svg {
  fill: #1c1c1c !important;
  stroke: #1c1c1c !important;
}
#headerDesktop.transparent-header.is--scrolled #wishlist-link .user-links__link__icon__container svg,
#headerDesktop.transparent-header.is--scrolled #wishlist-link .user-links__link__icon__container i {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}
#headerDesktop.transparent-header.is--scrolled .neo-arrow_down {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header.is--scrolled .header-bottom-section,
#headerDesktop.transparent-header.is--scrolled .main_menu[role=navigation] {
  border-color: #d4d4d4 !important;
}
#headerDesktop.transparent-header.is--scrolled .brand-submenu-list span {
  color: #767676 !important;
}
#headerDesktop.transparent-header.is--scrolled .header-search input {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header.is--scrolled .dropdown-menu.menu_expand {
  margin-top: 0 !important;
  background: #ffffff !important;
}
#headerDesktop.transparent-header:hover, #headerDesktop.transparent-header.is-hovered {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .top-banner, #headerDesktop.transparent-header.is-hovered .top-banner {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .white-header .top-banner, #headerDesktop.transparent-header.is-hovered .white-header .top-banner {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .header-bottom-section, #headerDesktop.transparent-header.is-hovered .header-bottom-section {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .main-menu, #headerDesktop.transparent-header.is-hovered .main-menu {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .main_menu[role=navigation], #headerDesktop.transparent-header.is-hovered .main_menu[role=navigation] {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .navbar.bg-inverse, #headerDesktop.transparent-header.is-hovered .navbar.bg-inverse {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .container, #headerDesktop.transparent-header.is-hovered .container {
  background-color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .topcat-name,
#headerDesktop.transparent-header:hover .submenu-link,
#headerDesktop.transparent-header:hover .menu_main-link,
#headerDesktop.transparent-header:hover .menu_item a,
#headerDesktop.transparent-header:hover .menu-utility-user a,
#headerDesktop.transparent-header:hover .mini-cart-link,
#headerDesktop.transparent-header:hover .locale-selector,
#headerDesktop.transparent-header:hover .top-banner__stores__button,
#headerDesktop.transparent-header:hover .country__selector,
#headerDesktop.transparent-header:hover .search__btn,
#headerDesktop.transparent-header:hover .navbar-nav.navbar-nav-desktop li,
#headerDesktop.transparent-header:hover .navbar-nav.navbar-nav-desktop li a,
#headerDesktop.transparent-header:hover .search__cta,
#headerDesktop.transparent-header:hover .search-back-btn, #headerDesktop.transparent-header.is-hovered .topcat-name,
#headerDesktop.transparent-header.is-hovered .submenu-link,
#headerDesktop.transparent-header.is-hovered .menu_main-link,
#headerDesktop.transparent-header.is-hovered .menu_item a,
#headerDesktop.transparent-header.is-hovered .menu-utility-user a,
#headerDesktop.transparent-header.is-hovered .mini-cart-link,
#headerDesktop.transparent-header.is-hovered .locale-selector,
#headerDesktop.transparent-header.is-hovered .top-banner__stores__button,
#headerDesktop.transparent-header.is-hovered .country__selector,
#headerDesktop.transparent-header.is-hovered .search__btn,
#headerDesktop.transparent-header.is-hovered .navbar-nav.navbar-nav-desktop li,
#headerDesktop.transparent-header.is-hovered .navbar-nav.navbar-nav-desktop li a,
#headerDesktop.transparent-header.is-hovered .search__cta,
#headerDesktop.transparent-header.is-hovered .search-back-btn {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header:hover .mini-cart-link svg,
#headerDesktop.transparent-header:hover .top-banner__stores__button svg,
#headerDesktop.transparent-header:hover .user-info svg, #headerDesktop.transparent-header.is-hovered .mini-cart-link svg,
#headerDesktop.transparent-header.is-hovered .top-banner__stores__button svg,
#headerDesktop.transparent-header.is-hovered .user-info svg {
  fill: #1c1c1c !important;
  stroke: #1c1c1c !important;
}
#headerDesktop.transparent-header:hover #wishlist-link .user-links__link__icon__container svg,
#headerDesktop.transparent-header:hover #wishlist-link .user-links__link__icon__container i, #headerDesktop.transparent-header.is-hovered #wishlist-link .user-links__link__icon__container svg,
#headerDesktop.transparent-header.is-hovered #wishlist-link .user-links__link__icon__container i {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}
#headerDesktop.transparent-header:hover .neo-arrow_down, #headerDesktop.transparent-header.is-hovered .neo-arrow_down {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header:hover .header-bottom-section,
#headerDesktop.transparent-header:hover .main_menu[role=navigation], #headerDesktop.transparent-header.is-hovered .header-bottom-section,
#headerDesktop.transparent-header.is-hovered .main_menu[role=navigation] {
  border-color: #d4d4d4 !important;
}
#headerDesktop.transparent-header:hover .brand-submenu-list span, #headerDesktop.transparent-header.is-hovered .brand-submenu-list span {
  color: #767676 !important;
}
#headerDesktop.transparent-header:hover::after, #headerDesktop.transparent-header.is-hovered::after {
  display: none !important;
}
#headerDesktop.transparent-header:hover .topcat-name,
#headerDesktop.transparent-header:hover .submenu-link,
#headerDesktop.transparent-header:hover .menu_main-link,
#headerDesktop.transparent-header:hover .menu_item a,
#headerDesktop.transparent-header:hover .menu-utility-user button,
#headerDesktop.transparent-header:hover .mini-cart-link,
#headerDesktop.transparent-header:hover .locale-selector,
#headerDesktop.transparent-header:hover .top-banner__stores__button,
#headerDesktop.transparent-header:hover .country__selector,
#headerDesktop.transparent-header:hover .search__btn,
#headerDesktop.transparent-header:hover .navbar-nav.navbar-nav-desktop li,
#headerDesktop.transparent-header:hover .navbar-nav.navbar-nav-desktop li a,
#headerDesktop.transparent-header:hover .search__cta,
#headerDesktop.transparent-header:hover .search-back-btn, #headerDesktop.transparent-header.is-hovered .topcat-name,
#headerDesktop.transparent-header.is-hovered .submenu-link,
#headerDesktop.transparent-header.is-hovered .menu_main-link,
#headerDesktop.transparent-header.is-hovered .menu_item a,
#headerDesktop.transparent-header.is-hovered .menu-utility-user button,
#headerDesktop.transparent-header.is-hovered .mini-cart-link,
#headerDesktop.transparent-header.is-hovered .locale-selector,
#headerDesktop.transparent-header.is-hovered .top-banner__stores__button,
#headerDesktop.transparent-header.is-hovered .country__selector,
#headerDesktop.transparent-header.is-hovered .search__btn,
#headerDesktop.transparent-header.is-hovered .navbar-nav.navbar-nav-desktop li,
#headerDesktop.transparent-header.is-hovered .navbar-nav.navbar-nav-desktop li a,
#headerDesktop.transparent-header.is-hovered .search__cta,
#headerDesktop.transparent-header.is-hovered .search-back-btn {
  background-color: transparent !important;
}
#headerDesktop.transparent-header:hover .header-search input, #headerDesktop.transparent-header.is-hovered .header-search input {
  color: #9A9A9A !important;
  background-color: #f5f5f5 !important;
}
#headerDesktop.transparent-header:hover .mini-cart-link svg,
#headerDesktop.transparent-header:hover .top-banner__stores__button__icon svg,
#headerDesktop.transparent-header:hover .top-banner__stores__button img,
#headerDesktop.transparent-header:hover .mini-cart-link img, #headerDesktop.transparent-header.is-hovered .mini-cart-link svg,
#headerDesktop.transparent-header.is-hovered .top-banner__stores__button__icon svg,
#headerDesktop.transparent-header.is-hovered .top-banner__stores__button img,
#headerDesktop.transparent-header.is-hovered .mini-cart-link img {
  fill: #1c1c1c !important;
  stroke: #1c1c1c !important;
}
#headerDesktop.transparent-header:hover .top-banner__stores__button,
#headerDesktop.transparent-header:hover .top-banner__stores__button__text,
#headerDesktop.transparent-header:hover .mini-cart-quantity,
#headerDesktop.transparent-header:hover .mini-cart-link:not(.minicart-panel .mini-cart-link), #headerDesktop.transparent-header.is-hovered .top-banner__stores__button,
#headerDesktop.transparent-header.is-hovered .top-banner__stores__button__text,
#headerDesktop.transparent-header.is-hovered .mini-cart-quantity,
#headerDesktop.transparent-header.is-hovered .mini-cart-link:not(.minicart-panel .mini-cart-link) {
  color: #1c1c1c !important;
}
#headerDesktop.transparent-header:hover .icon-storelocator-transparent, #headerDesktop.transparent-header.is-hovered .icon-storelocator-transparent {
  display: none !important;
}
#headerDesktop.transparent-header:hover .icon-storelocator-normal, #headerDesktop.transparent-header.is-hovered .icon-storelocator-normal {
  display: inline !important;
}
#headerDesktop.transparent-header:hover .icon-minicart-transparent, #headerDesktop.transparent-header.is-hovered .icon-minicart-transparent {
  display: none !important;
}
#headerDesktop.transparent-header:hover .icon-minicart-normal, #headerDesktop.transparent-header.is-hovered .icon-minicart-normal {
  display: inline !important;
}
#headerDesktop.transparent-header:hover .logo-transparent, #headerDesktop.transparent-header.is-hovered .logo-transparent {
  display: none !important;
}
#headerDesktop.transparent-header:hover .logo-normal, #headerDesktop.transparent-header.is-hovered .logo-normal {
  display: inline !important;
}
#headerDesktop.transparent-header:hover .header-search, #headerDesktop.transparent-header.is-hovered .header-search {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#headerDesktop.transparent-header:not(:hover, .is-hovered, .is--hidden, .is--scrolled) .top-banner__stores.store-favorite .top-banner__stores__button::after {
  background-color: transparent;
}
#headerDesktop .suggestions-wrapper,
#headerDesktop .empty-suggestions-wrapper {
  top: var(--searchTopPosition) !important;
}

.main-overlay {
  inset: 0;
  background-color: #1c1c1c;
  opacity: 0.7;
  position: fixed;
  z-index: -1;
}
.main-overlay.high-zindex {
  z-index: 145;
}

#wrapper::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 106;
  visibility: hidden;
  background: rgba(28, 28, 28, 0.7);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  position: fixed;
}
#wrapper.menu-active {
  left: auto;
}
#wrapper.menu-active::before {
  visibility: visible;
  opacity: 1;
}

.white-header .top-banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  z-index: 4;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  background: #ffffff;
}
.white-header .top-banner.checkout .primary-logo {
  position: absolute;
}
.white-header .top-banner .primary-logo {
  width: 70px;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
  position: absolute;
}
.white-header .top-banner .primary-logo a {
  display: block;
  width: 70px;
}
.white-header .top-banner .primary-logo a:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .top-banner .primary-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.minicart-panel .expand-top-nav-title .mini-cart-link {
  top: initial;
  -webkit-transform: none;
          transform: none;
  position: initial;
}
.white-header .top-banner .close-search-mobile {
  top: 15px;
  right: 15px;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
}
.white-header .top-banner .close-search-mobile i {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}
.white-header .top-banner .menu-utility-user-container .menu-utility-user {
  position: static;
}
.white-header .top-banner .menu-utility-user-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 30px;
}
.white-header .top-banner .menu-utility-user-container ul li {
  float: none;
  margin-left: 30px;
  padding: 0;
}
.white-header .top-banner .menu-utility-user-container ul li a,
.white-header .top-banner .menu-utility-user-container ul li .user-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c1c1c;
}
.white-header .top-banner .menu-utility-user-container ul li a i,
.white-header .top-banner .menu-utility-user-container ul li .user-account i {
  margin-right: 10px;
  font-size: 1.4em;
  line-height: 1.05;
}
.white-header .top-banner .menu-utility-user-container ul li a span,
.white-header .top-banner .menu-utility-user-container ul li .user-account span {
  display: block;
  text-transform: capitalize;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.8125rem;
  margin-top: 5px;
}
.white-header .top-banner .menu-utility-user .user-info .user-panel,
.white-header .top-banner .menu-utility-user .user-info .minicart-panel {
  visibility: hidden;
  opacity: 1;
}
.white-header .top-banner .menu-utility-user .user-info .user-panel.active,
.white-header .top-banner .menu-utility-user .user-info .minicart-panel.active {
  visibility: visible;
}
.white-header .top-banner #mini-cart {
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
  position: static;
}
.white-header .top-banner .mini-cart-quantity {
  position: relative;
  display: inline-block;
}
.white-header .top-banner .mini-cart-total .mini-cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c1c1c;
  white-space: nowrap;
  position: relative;
  overflow: visible;
}
.white-header .top-banner .mini-cart-total .mini-cart-link .mini-cart-title {
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.8125rem;
}
.white-header .top-banner .mini-cart-total .mini-cart-link.mini-cart-empty .minicart-quantity {
  display: none;
}
.white-header .top-banner .mini-cart-total .mini-cart-link i {
  font-size: 1.7em;
}
.white-header .top-banner .mini-cart-total .mini-cart-link .neo-cart {
  display: inline;
}
.white-header .top-banner .mini-cart-total .mini-cart-link .icon-minicart-desktop {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
}
@media (min-width: 700px) {
  .white-header .top-banner .mini-cart-total .mini-cart-link .neo-cart {
    display: none;
  }
  .white-header .top-banner .mini-cart-total .mini-cart-link .icon-minicart-desktop {
    display: inline;
  }
}
.white-header .top-banner .mini-cart-total .mini-cart-link .minicart-quantity {
  position: absolute;
  left: initial;
  right: 0;
  top: 3px;
  background-color: #ea580c;
  padding: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  color: #ffffff;
  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;
  text-align: center;
  font-size: 0.5rem;
  line-height: 0.9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.white-header .top-banner .mini-cart-total .mini-cart-link.mini-cart-empty {
  color: #1c1c1c;
}
.white-header .top-banner .top-banner__stores {
  position: absolute;
  top: 15px;
  right: 98px;
  margin-right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: -webkit-transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s;
  transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
}
@media screen and (min-width: 1200px) {
  .white-header .top-banner .top-banner__stores {
    position: relative;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .white-header .top-banner .top-banner__stores {
    margin-left: 30px;
  }
}
.white-header .top-banner .top-banner__stores.store-favorite .top-banner__stores__button {
  position: relative;
}
.white-header .top-banner .top-banner__stores.store-favorite .top-banner__stores__button::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFFFFF;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .white-header .top-banner .top-banner__stores.store-favorite .top-banner__stores__button::after {
    top: 5px;
    width: 6px;
    height: 8px;
  }
}
.white-header .top-banner .top-banner__stores.store-favorite .top-banner__stores__button::before {
  --iconSize: 10px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.164,8.229c0,-0 0,-5.029 -5.5,-5.029c-5.5,-0 -5.5,5.029 -5.5,5.029c0,-0 0,-5.029 -5.5,-5.029c-5.5,-0 -5.5,5.029 -5.5,5.029c0,7.542 11,12.571 11,12.571c0,0 11,-5.029 11,-12.571Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M23.164,8.229c0,-0 0,-5.029 -5.5,-5.029c-5.5,-0 -5.5,5.029 -5.5,5.029c0,-0 0,-5.029 -5.5,-5.029c-5.5,-0 -5.5,5.029 -5.5,5.029c0,7.542 11,12.571 11,12.571c0,0 11,-5.029 11,-12.571Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  pointer-events: none;
  background-color: var(--main-orange);
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .white-header .top-banner .top-banner__stores.store-favorite .top-banner__stores__button::before {
    top: 5px;
    left: 48%;
  }
}
.white-header .top-banner .top-banner__stores .top-banner__stores__button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c1c1c;
}
.white-header .top-banner .top-banner__stores .top-banner__stores__button:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .top-banner .top-banner__stores .top-banner__stores__button__icon {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.05;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .white-header .top-banner .top-banner__stores .top-banner__stores__button__icon {
    margin-right: 10px;
  }
}
.white-header .top-banner .top-banner__stores:hover .top-banner__store-popup {
  display: block;
}
.white-header .top-banner .top-banner__store-popup {
  display: none;
  position: absolute;
  top: 50px;
  right: 48px;
  width: 266px;
  z-index: 99;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.white-header .top-banner .top-banner__store-popup .storelocator-reassurance-popin {
  line-height: 20px;
}
.white-header .top-banner .top-banner__store-popup .c-button--full-w {
  height: 48px;
}
.white-header .top-banner .top-banner__store-popup .c-button__content {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 12.89px;
  letter-spacing: 0.4px;
}
.white-header .top-banner .top-banner__store-popup::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}
.white-header .top-banner .top-banner__store-popup::before {
  content: "";
  display: block;
  position: absolute;
  right: 107px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  -webkit-filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
}
.white-header .top-banner .top-banner__store-popup p {
  margin: 0;
}
.white-header .top-banner .country__selector {
  display: none;
}
@media screen and (min-width: 1200px) {
  .white-header .top-banner .country__selector {
    display: block;
    position: relative;
  }
}
.white-header .top-banner .country__selector::before {
  content: "";
  width: 1px;
  height: 24px;
  background: #D9D9D9;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.white-header .top-banner .country__selector::before {
  right: 0;
}
.white-header .top-banner .country__selector::after {
  content: none;
}
.white-header .top-banner .country__selector .country__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 24px;
}
.white-header .top-banner .country__selector .country__current.selector-active {
  position: static;
}
.white-header .top-banner .country__selector .country__current span {
  margin-top: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.8em;
}
.white-header .top-banner .country__selector .country-current__flag__container {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  position: relative;
  height: 18px;
  width: 28px;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  border-radius: 2px;
}
.white-header .top-banner .country__selector .country-current__arrow {
  cursor: pointer;
  color: #1c1c1c;
  margin-left: 0.875rem;
  font-size: 0.625rem;
}
.white-header .top-banner .country__selector .country-current__flag,
.white-header .top-banner .country__selector .country-selector__flag {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.white-header .top-banner .country__selector .country-current__preference {
  color: #1c1c1c;
  margin: 0 0 0 20px;
  text-transform: none !important;
}
.white-header .top-banner .country__selector .country__selector__content {
  padding: 60px 0;
  width: 31.25rem;
  margin: 0 auto;
}
.white-header .top-banner .country__selector .country__selector__item {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px 0;
}
.white-header .top-banner .country__selector .country__selector__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.white-header .top-banner .country__selector .country__selector__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.white-header .top-banner .country__selector .country-selector__name,
.white-header .top-banner .country__selector .country-selector__flag__container {
  display: inline-block;
}
.white-header .top-banner .country__selector .country-selector__flag__container {
  position: relative;
  height: 17px;
  width: 26px;
  overflow: hidden;
}
.white-header .top-banner .country__selector .country-selector__flag {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.white-header .top-banner .country__selector .country-selector__name {
  font-weight: 700;
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.0344rem;
  margin: 5px 0 3px 15px;
}
.white-header .top-banner .country__selector .country__selector__link {
  cursor: pointer;
  color: #1c1c1c;
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.0344rem;
  line-height: 0.75rem;
}
.white-header .top-banner .country__selector .country__selector__link.active {
  color: #ea580c;
  font-weight: 700;
  padding: 0 0 1px;
}
.white-header .top-banner .country__selector .country__selector__link__separator {
  width: 1px;
  height: 10px;
  display: block;
  background-color: #1c1c1c;
  margin: 0 10px;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  width: 566px;
  height: 100vh;
  top: 0;
  right: -640px;
  z-index: 30;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.active {
  right: 0;
  display: block;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.active .expand-top-nav-title::before {
  visibility: visible;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 24px;
  background: #ffffff;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-title span,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.72em;
  z-index: 3;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-title i {
  margin-right: 10px;
  font-size: 1.2em;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-title::before {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  visibility: hidden;
  background: rgba(28, 28, 28, 0.7);
  content: "";
  position: fixed;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-title .country-current__flag__container {
  z-index: 3;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .js-country-current::before {
  z-index: -2;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content {
  min-height: 100%;
  height: auto;
  z-index: 2;
  background: #ffffff;
  color: #1c1c1c;
  position: relative;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account-login-socials {
  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;
  gap: 20px;
  padding: 30px 0 20px;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__bconnect__button,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__google__button,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__facebook__button,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__apple__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  cursor: pointer;
  border: none;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__bconnect__button:hover,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__google__button:hover,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__facebook__button:hover,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__apple__button:hover {
  opacity: 0.7;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__bconnect__button svg,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__google__button svg,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__facebook__button svg,
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__apple__button svg {
  max-width: 100%;
  height: auto;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__google__button {
  background-color: #d4d4d4;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__apple__button {
  background-color: #1c1c1c;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__facebook__button {
  background-color: #4267b1;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account__login__bconnect__button {
  padding: 0;
  width: auto;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .expand-top-nav-content .account-login-separator {
  width: 80%;
  margin: 0 auto;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .user-links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 30px;
  gap: 20px;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .user-connect-account {
  color: #ffffff;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav .user-image-content {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.user-panel .expand-top-nav-title, .white-header .top-banner .expand-top-nav-container .expand-top-nav.minicart-panel .expand-top-nav-title {
  color: #ffffff;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.user-panel .expand-top-nav-title span, .white-header .top-banner .expand-top-nav-container .expand-top-nav.minicart-panel .expand-top-nav-title span {
  display: inline-block;
  padding: 0 0 0 10px;
  line-height: 60px;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.user-panel .expand-top-nav-title i, .white-header .top-banner .expand-top-nav-container .expand-top-nav.minicart-panel .expand-top-nav-title i {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.user-panel .expand-top-nav-title i {
  display: inline-block;
  padding: 0;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.user-panel .expand-top-nav-title .modal-close {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  position: absolute;
  right: 15px;
}
.white-header .top-banner .expand-top-nav-container .expand-top-nav.user-panel .expand-top-nav-title .modal-close:focus-visible {
  border-radius: 4px !important;
  outline: 2px solid #ea580c !important;
}
.white-header .top-banner .expand-top-nav-container #country-selector-dialog.expand-top-nav {
  width: 43.75rem;
}
.white-header .top-banner__first-menu {
  display: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .white-header .top-banner__first-menu {
    display: block;
    margin: 0;
    border: none;
  }
}
.white-header .top-banner__first-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.white-header .top-banner__first-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.white-header .top-banner__first-menu .product-tags-item,
.white-header .top-banner__first-menu .dot-tag {
  display: none;
}
.white-header .top-banner__first-menu.is-hidden {
  display: none;
}
.white-header .top-banner__first-menu a {
  font-weight: 700;
  font-size: 0.875rem;
  color: #1c1c1c;
  text-decoration: none;
}
.white-header .top-banner__first-menu a:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .top-banner__first-menu a:hover {
  text-decoration: none;
}
.white-header .top-banner__first-menu .active {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
}
.white-header .top-banner__first-menu .active a {
  color: #ea580c;
}
.white-header .top-banner__first-menu .active::before {
  content: "";
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100vw;
}
.white-header .top-banner__first-menu .active::after {
  content: "";
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100vw;
}
.white-header .top-banner__sniker-spirit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.white-header .top-banner__sniker-spirit img {
  height: 50px;
}
.white-header .top-banner.mobile {
  background-color: #ffffff;
}
.white-header .top-banner.mobile .header-search button,
.white-header .top-banner.mobile .top-banner__stores .top-banner__stores__button,
.white-header .top-banner.mobile .mini-cart-total .mini-cart-link.mini-cart-empty,
.white-header .top-banner.mobile .top-banner__account {
  color: #1c1c1c;
}
.white-header .top-banner.mobile h1 {
  margin-left: 0;
}
.white-header .top-banner.mobile .menu-toggle {
  right: initial;
  margin-left: 0;
  left: 20px;
}
.white-header .top-banner.mobile .menu-toggle::before, .white-header .top-banner.mobile .menu-toggle::after,
.white-header .top-banner.mobile .menu-toggle .menu-btn {
  background-color: #1c1c1c;
}
.white-header .top-banner.mobile #mini-cart {
  right: 20px;
  margin: 0;
}
.white-header .top-banner.mobile #mini-cart .mini-cart-link {
  overflow: visible;
}
.white-header .top-banner.mobile #mini-cart .mini-cart-link.mini-cart-empty .minicart-quantity {
  display: none;
}
.white-header .top-banner.mobile .top-banner__account {
  top: 16px;
  right: 60px;
  position: absolute;
}
.white-header .top-banner.mobile .top-banner__account i {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  font-size: 1.4375rem;
  line-height: 1.05;
  margin-right: 0;
}
.white-header .top-banner.mobile + .top-banner__search {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .white-header .top-banner.mobile + .top-banner__search {
    height: auto;
  }
}
@media screen and (min-width: 700px) {
  .white-header .top-banner.mobile + .top-banner__search {
    margin: 0;
  }
}
.white-header .top-banner.mobile + .top-banner__search .search__mobile-toggle-btn {
  display: none;
}
.white-header .top-banner.mobile + .top-banner__search .search__fieldset {
  position: relative;
}
.white-header .top-banner.mobile + .top-banner__search .search__input {
  border: none;
  padding: 10px 0 10px 50px;
  margin-bottom: 0;
  border-radius: 40px;
  background-color: #f5f5f5;
  color: #1c1c1c;
}
.white-header .top-banner.mobile + .top-banner__search .search-suggestion-wrapper {
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.white-header .top-banner.mobile + .top-banner__search .search__btn {
  position: absolute;
  left: 15px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.white-header .top-banner.mobile + .top-banner__search .search__btn i {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: #1c1c1c;
  font-size: 1.375rem;
  line-height: 1.05;
  margin-right: 0;
  position: absolute;
  top: 9px;
}
.white-header .header-search {
  width: 100%;
  height: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: left 0.2s ease-in-out 0.2s;
  transition: left 0.2s ease-in-out 0.2s;
  position: relative;
}
.white-header .header-search * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.white-header .header-search .main-overlay {
  z-index: 101;
}
.white-header .header-search input[type=text] {
  width: 100%;
  height: auto;
  padding: 10px 40px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.15;
  border-radius: 25px;
  background-color: #f5f5f5;
  color: #9A9A9A;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
.white-header .header-search input[type=text]:focus {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
  outline-offset: 0;
  outline: 1px solid #1c1c1c;
  border-radius: 25px;
}
.white-header .header-search .search__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.white-header .header-search button {
  padding: 0 0 5px;
  color: #ffffff;
  font-size: 0.71em;
  background-color: transparent;
  border: none;
  font-weight: 700;
}
.white-header .header-search button.cta__wishlist {
  padding: 5px;
}
.white-header .header-search button i {
  font-size: 1.6em;
}
.white-header .header-search .search__btn {
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: inline-block;
  padding: 0;
}
.white-header .header-search .search__btn i {
  font-size: 0.875rem;
  color: #1c1c1c;
}
.white-header .header-search .search__btn.search-icon {
  left: 15px;
  pointer-events: none;
}
.white-header .header-search .search__btn.clear-icon {
  display: none;
  right: 125px;
  cursor: pointer;
}
.white-header .header-search .search__btn.clear-icon.hasvalue {
  display: block;
  right: 15px;
}
.white-header .header-search .search-back-btn {
  display: none;
  padding: 0 15px 0 0;
  color: #1c1c1c;
}
.white-header .header-search .search-back-btn.is--visible {
  display: block;
}
.white-header .header-search .search__cta {
  display: none;
  margin: 0 20px;
  cursor: pointer;
  color: #1c1c1c;
}
.white-header .header-search .search__mobile-toggle-btn {
  display: block;
  width: 20px;
  height: 27px;
  top: 8px;
  left: 11px;
  z-index: 100;
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .white-header .header-search .search__mobile-toggle-btn {
    display: none;
  }
}
.white-header .header-search .suggestions-wrapper,
.white-header .header-search .empty-suggestions-wrapper {
  width: 100%;
  right: auto;
  left: 0;
  top: var(--searchTopPosition);
  position: fixed;
  z-index: 1;
  height: 100%;
  padding-bottom: var(--searchTopPosition);
}
@media screen and (min-width: 1200px) {
  .white-header .header-search .suggestions-wrapper,
  .white-header .header-search .empty-suggestions-wrapper {
    max-height: 70vh;
    padding-bottom: 0;
  }
}
.white-header .header-search .suggestions-wrapper.active {
  pointer-events: auto;
  opacity: 1;
}
.white-header .header-search .suggestions-wrapper * {
  pointer-events: auto;
}
.white-header .header-search .search-suggestion-wrapper {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e5e5e5;
  z-index: 107;
  top: 92px;
}
.white-header .header-search .search-suggestion-wrapper .search-phrase {
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  padding: 25px;
  color: #1c1c1c;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.8125rem;
  line-height: normal;
  background-color: #ffffff;
}
.white-header .header-search .search-suggestion-wrapper .search-phrase .completed,
.white-header .header-search .search-suggestion-wrapper .search-phrase .corrected,
.white-header .header-search .search-suggestion-wrapper .search-phrase .match {
  font-style: normal;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px;
  overflow: scroll;
  max-height: 60vh;
  background-color: #ffffff;
}
@media screen and (max-width: 700px) {
  .white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions {
    max-height: 38vh;
  }
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .show-all-suggestion {
  color: #1c1c1c;
  text-decoration: underline;
  text-transform: uppercase;
  opacity: 1;
  gap: 24px;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .show-all-suggestion:hover {
  text-decoration: none;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-suggestion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-suggestion {
  width: calc(50% - 13px);
  border: none;
  margin: 0 25px 25px 0;
  padding: 0;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-suggestion:hover {
  background-color: #ffffff;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-suggestion:nth-child(2n) {
  margin-right: 0;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-image {
  width: 47%;
  background-color: #e5e5e5;
  position: relative;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-image .product__tags {
  top: 0.5em;
  left: 0.5em;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-image .product__tags .product-tags-item,
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-image .product__tags .dot-tag {
  display: none;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  height: auto;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-details {
  width: 53%;
  padding: 5px 0 0 25px;
  color: #1c1c1c;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-name {
  color: #1c1c1c;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1.43;
}
@media screen and (max-width: 1200px) {
  .white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-name {
    letter-spacing: 0.6px;
    font-size: 0.8125rem;
    line-height: 1.57;
  }
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-gender {
  color: #1c1c1c;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price {
  color: #1c1c1c;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price.is-price-range .default-price::before {
  content: attr(data-mention);
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price .default-price {
  color: #1c1c1c;
  display: inline-block;
  margin: 0 5px 0 0;
  white-space: nowrap;
  font-weight: 700;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
}
@media screen and (min-width: 700px) {
  .white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price .default-price {
    margin: 0;
  }
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price .promotional-price {
  color: #ea580c;
  font-weight: 700;
}
.white-header .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-price .promotional-price.is-hidden {
  display: none;
}
.white-header .header-search .suggestions-title {
  margin: 0 0 20px 0;
  letter-spacing: normal;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: 1.75;
}
.white-header .header-search .phrase-suggestions {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
  padding: 25px;
  background-color: #e5e5e5;
  overflow: scroll;
  max-height: none;
}
@media screen and (min-width: 1000px) {
  .white-header .header-search .phrase-suggestions {
    max-height: 60vh;
  }
}
.white-header .header-search .phrase-suggestions .hitgroup {
  margin: 0 0 25px 0;
  color: #1c1c1c;
}
.white-header .header-search .phrase-suggestions .hitgroup .hit {
  display: block;
}
.white-header .header-search .phrase-suggestions .header {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  line-height: 1.75;
}
.white-header .header-search .phrase-suggestions .hit {
  margin: 0;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.6875rem;
  line-height: 2;
}
.white-header .header-search .phrase-suggestions .parent-category {
  color: #1c1c1c;
  text-decoration: underline;
  font-weight: 700;
}
.white-header .header-search .phrase-suggestions .hitbrand .hit {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: relative;
}
.white-header .header-search .phrase-suggestions .hitbrand .hit:hover {
  background-color: #1c1c1c;
}
.white-header .header-search .phrase-suggestions .hitbrand .hit:hover .brand-logo {
  fill: #ffffff;
}
.white-header .header-search .phrase-suggestions .hitbrand .hitbrand__logo {
  width: 60%;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.white-header .header-search .phrase-suggestions .hitbrand .brand-logo {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  fill: #1c1c1c;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.white-header .special-top-nav {
  color: #1c1c1c;
}
.white-header .special-top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.white-header .special-top-nav ul li {
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.8em;
}
@media screen and (min-width: 1200px) {
  .white-header .special-top-nav ul li.menu_link {
    margin-right: 40px;
  }
}
.white-header .special-top-nav ul li a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: block;
  font-size: 0.6875rem;
  padding: 10px;
  opacity: 1;
}
.white-header .special-top-nav ul li a:hover {
  opacity: 0.7;
}
.white-header .special-top-nav ul li a i {
  margin-right: 10px;
  vertical-align: sub;
  font-size: 1.6em;
}
.white-header .special-top-nav ul li a .sneaker-spirit-title {
  text-transform: uppercase;
  color: #ea580c;
}
@media screen and (min-width: 1200px) {
  .white-header .special-top-nav ul li a .sneaker-spirit-title {
    display: none;
  }
}
.white-header .special-top-nav ul li a .sneaker-spirit-icon {
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 0.5px;
}
.white-header .special-top-nav ul li a .sneaker-spirit-icon::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 3px;
  bottom: -2px;
  margin-left: -2px;
  background: #ea580c;
}
.white-header .special-top-nav ul li .push {
  color: #ea580c;
}
.white-header .special-top-nav ul li .logoSN {
  max-width: 80px;
}
@media screen and (max-width: 1200px) {
  .white-header .special-top-nav ul li .content-asset {
    padding: 0;
    position: relative;
  }
  .white-header .special-top-nav ul li .content-asset a {
    padding: 0;
    font-size: 0.875rem;
  }
  .white-header .special-top-nav ul li .content-asset a::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    right: 30px;
    content: "\e905";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .white-header .special-top-nav ul li .content-asset .sneaker-spirit-link::after {
    content: "\e955";
  }
  .white-header .special-top-nav ul li .content-asset .menu_item--custom {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: 20px 40px;
  }
  .white-header .special-top-nav ul li .content-asset .menu_item--custom:last-child {
    border-bottom: none;
  }
}
.white-header .container__stores {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  letter-spacing: 0;
  color: #1c1c1c;
  background-color: #ffffff;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 60px);
  /* stylelint-disable-line */
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  z-index: 101;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores {
    top: 50%;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 560px;
    z-index: 105;
    height: auto;
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
.white-header .container__stores.is--visible {
  display: block;
}
.white-header .container__stores::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 98px;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores::before {
    content: none;
  }
}
.white-header .container__stores .scroll__stores {
  height: calc(var(--vh, 1vh) * 100 + 220px);
  /* stylelint-disable-line */
  background-color: #e5e5e5;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .scroll__stores {
    height: auto;
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
  }
}
.white-header .container__stores .close__stores {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  font-size: 1.5rem;
  color: #1c1c1c;
  background: transparent;
  border: none;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .close__stores {
    font-size: 0.9375rem;
  }
}
.white-header .container__stores .close__stores:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .forms__stores {
  display: none;
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .forms__stores {
    padding: 30px 40px;
  }
}
.white-header .container__stores .forms__stores.is--visible {
  display: block;
}
.white-header .container__stores .forms__stores__title {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1.25rem;
  margin: 0 0 20px;
  max-width: 240px;
}
.white-header .container__stores .forms__stores__title::after {
  content: none;
}
@media screen and (min-width: 600px) {
  .white-header .container__stores .forms__stores__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .white-header .container__stores .forms__stores__title {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.white-header .container__stores .forms__stores__title::after {
  margin-bottom: -4px;
  width: 22px;
  height: 4px;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .forms__stores__title {
    max-width: none;
    font-size: 1.25rem;
  }
}
.white-header .container__stores .forms__stores__title:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .forms__stores__geoloc__button, .white-header .container__stores .forms__stores__manual__button {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #ea580c;
  background-color: #ea580c;
  color: #ffffff;
  max-width: none;
  height: 60px;
  font-size: 1rem;
  padding: 2px 10px 0 10px;
}
.white-header .container__stores .forms__stores__geoloc__button:hover, .white-header .container__stores .forms__stores__geoloc__button:focus, .white-header .container__stores .forms__stores__manual__button:hover, .white-header .container__stores .forms__stores__manual__button:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.white-header .container__stores .forms__stores__geoloc__button:focus-visible, .white-header .container__stores .forms__stores__manual__button:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .forms__stores__geoloc__button:disabled, .white-header .container__stores .forms__stores__geoloc__button.disabled, .white-header .container__stores .forms__stores__manual__button:disabled, .white-header .container__stores .forms__stores__manual__button.disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .forms__stores__geoloc__button, .white-header .container__stores .forms__stores__manual__button {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.white-header .container__stores .forms__stores__geoloc__button i, .white-header .container__stores .forms__stores__manual__button i {
  font-size: 1.375rem;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .forms__stores__geoloc__button, .white-header .container__stores .forms__stores__manual__button {
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .white-header .container__stores .forms__stores__geoloc__button, .white-header .container__stores .forms__stores__manual__button {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .forms__stores__manual__button {
    max-width: 170px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.white-header .container__stores .forms__stores__geoloc__error, .white-header .container__stores .forms__stores__manual__error {
  display: none;
  color: #eb0037;
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 15px 0 0 0;
}
.white-header .container__stores .forms__stores__geoloc__error.is--visible, .white-header .container__stores .forms__stores__manual__error.is--visible {
  display: block;
}
.white-header .container__stores .forms__stores__separator {
  position: relative;
  color: #767676;
  margin: 20px auto 18.0001800018px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.625rem;
}
.white-header .container__stores .forms__stores__separator::before, .white-header .container__stores .forms__stores__separator::after {
  content: "";
  position: absolute;
  width: calc(50% - 20px);
  height: 1px;
  background-color: #d4d4d4;
  top: 50%;
  -webkit-transform: translate(0%, calc(-50% - 1px));
          transform: translate(0%, calc(-50% - 1px));
}
.white-header .container__stores .forms__stores__separator::before {
  left: 0;
}
.white-header .container__stores .forms__stores__separator::after {
  right: 0;
}
.white-header .container__stores .forms__stores__search__select {
  margin-bottom: 20px;
}
.white-header .container__stores .forms__stores__search__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .forms__stores__search__input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.white-header .container__stores .forms__stores__input {
  margin: 0;
  padding: 15px;
  font-size: 1rem;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .white-header .container__stores .forms__stores__input {
    font-size: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 60px;
  }
}
.white-header .container__stores .form-row {
  max-width: none;
}
.white-header .container__stores .forms__stores__seeall,
.white-header .container__stores .result__stores__findotherstore,
.white-header .container__stores .result__stores__seemorestores,
.white-header .container__stores .result__stores__list__see__more {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: 20px;
}
.white-header .container__stores .forms__stores__seeall:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .favorite__store__changestore {
  margin: 0;
}
.white-header .container__stores .result__stores,
.white-header .container__stores .favorite__store {
  display: none;
  padding: 20px 20px 60px 20px;
  background-color: #e5e5e5;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .result__stores,
  .white-header .container__stores .favorite__store {
    padding: 30px 40px;
  }
}
.white-header .container__stores .result__stores.is--visible,
.white-header .container__stores .favorite__store.is--visible {
  display: block;
}
.white-header .container__stores .result__stores__title,
.white-header .container__stores .favorite__store__title {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 1.25rem;
  margin: 0 0 20px 0;
  text-align: center;
}
.white-header .container__stores .result__stores__title::after,
.white-header .container__stores .favorite__store__title::after {
  content: none;
}
@media screen and (min-width: 600px) {
  .white-header .container__stores .result__stores__title,
  .white-header .container__stores .favorite__store__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .white-header .container__stores .result__stores__title,
  .white-header .container__stores .favorite__store__title {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.white-header .container__stores .result__stores__title::after,
.white-header .container__stores .favorite__store__title::after {
  margin-bottom: -4px;
  width: 22px;
  height: 4px;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .result__stores__title,
  .white-header .container__stores .favorite__store__title {
    font-size: 1.25rem;
    margin: 0 0 20px 0;
  }
}
.white-header .container__stores .favorite__store__title {
  text-align: left;
  margin: 0 0 20px 0;
}
.white-header .container__stores .favorite__store .store__item:first-child, .white-header .container__stores .favorite__store .store__item:last-child {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .result__stores .store__favstore {
    top: 13px;
  }
}
.white-header .container__stores .result__stores .result__stores__searchTerm,
.white-header .container__stores .result__stores .result__stores__title__no__result__itemsnotavailable {
  display: none;
}
.white-header .container__stores .store__item {
  position: relative;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__item {
    min-height: 60px;
  }
}
.white-header .container__stores .store__item:last-child {
  padding: 20px 0 0 0;
  border-bottom: none;
}
.white-header .container__stores .store__item:first-child {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__item:first-child .store__choosestore {
    top: 0;
  }
}
.white-header .container__stores .store__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
}
.white-header .container__stores .store__name {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.875rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__name {
    width: 50%;
  }
}
.white-header .container__stores .store__express-message, .white-header .container__stores .store__express-delivery, .white-header .container__stores .store__standard-delivery {
  display: none;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #187134;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.white-header .container__stores .store__express-message.is--visible, .white-header .container__stores .store__express-delivery.is--visible, .white-header .container__stores .store__standard-delivery.is--visible {
  display: block;
}
.white-header .container__stores .store__express-message.is--disabled, .white-header .container__stores .store__express-delivery.is--disabled, .white-header .container__stores .store__standard-delivery.is--disabled {
  color: #ea580c;
}
.white-header .container__stores .store__express-message.is--visible + .store__toggle, .white-header .container__stores .store__express-delivery.is--visible + .store__toggle, .white-header .container__stores .store__standard-delivery.is--visible + .store__toggle {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__express-message, .white-header .container__stores .store__express-delivery, .white-header .container__stores .store__standard-delivery {
    width: 50%;
  }
}
.white-header .container__stores .store__toggle {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0;
}
.white-header .container__stores .store__toggle i {
  display: inline-block;
  font-size: 0.5rem;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.white-header .container__stores .store__toggle.is--visible i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__toggle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    margin: 20px 0 0;
  }
}
.white-header .container__stores .store__toggle:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .store__description {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__description {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.white-header .container__stores .store__description__container {
  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;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 10px 0 0;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__description__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 20px 0 0;
  }
}
.white-header .container__stores .store__description__left, .white-header .container__stores .store__description__right {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__description__left, .white-header .container__stores .store__description__right {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__description__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    max-width: 200px;
  }
}
.white-header .container__stores .store__hours {
  margin: 0 0 5px 0;
}
.white-header .container__stores .store__hours__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.white-header .container__stores .store__hours__item.active {
  font-weight: 700;
}
.white-header .container__stores .store__day {
  display: inline-block;
  min-width: 70px;
}
.white-header .container__stores .store__informations {
  font-weight: 700;
  margin: 0 0 5px 0;
}
.white-header .container__stores .store__address {
  font-style: normal;
  margin: 0 0 5px 0;
}
.white-header .container__stores .store__phone-number {
  text-decoration: underline;
}
.white-header .container__stores .store__phone i {
  margin-right: 5px;
  font-size: 0.75rem;
}
.white-header .container__stores .store__choosestore, .white-header .container__stores .store__seestore, .white-header .container__stores .store__continueshopping {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
  max-width: none;
  height: 60px;
  font-size: 1rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.white-header .container__stores .store__choosestore:hover, .white-header .container__stores .store__choosestore:focus, .white-header .container__stores .store__seestore:hover, .white-header .container__stores .store__seestore:focus, .white-header .container__stores .store__continueshopping:hover, .white-header .container__stores .store__continueshopping:focus {
  border-color: #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.white-header .container__stores .store__choosestore:focus-visible, .white-header .container__stores .store__seestore:focus-visible, .white-header .container__stores .store__continueshopping:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .store__choosestore:disabled, .white-header .container__stores .store__choosestore.disabled, .white-header .container__stores .store__seestore:disabled, .white-header .container__stores .store__seestore.disabled, .white-header .container__stores .store__continueshopping:disabled, .white-header .container__stores .store__continueshopping.disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__choosestore, .white-header .container__stores .store__seestore, .white-header .container__stores .store__continueshopping {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.white-header .container__stores .store__choosestore i, .white-header .container__stores .store__seestore i, .white-header .container__stores .store__continueshopping i {
  font-size: 1.5rem;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__choosestore, .white-header .container__stores .store__seestore, .white-header .container__stores .store__continueshopping {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .white-header .container__stores .store__choosestore, .white-header .container__stores .store__seestore, .white-header .container__stores .store__continueshopping {
    font-size: 0.8125rem;
  }
}
.white-header .container__stores .store__choosestore {
  margin: 10px 0 0;
}
.white-header .container__stores .store__choosestore.store__favorite {
  color: #187134;
  border: 1px solid #187134;
}
.white-header .container__stores .store__choosestore.store__favorite i {
  font-size: 1rem;
  margin-right: 10px;
  -webkit-transform: none;
          transform: none;
}
.white-header .container__stores .store__choosestore.store__favorite:hover {
  background-color: #187134;
  color: #ffffff;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__choosestore {
    position: absolute;
    top: 20px;
    margin: 0;
    right: 0;
  }
}
.white-header .container__stores .store__seestore {
  margin: 0 0 20px;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__seestore {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: none;
    margin: 20px 0;
    width: 100%;
  }
}
.white-header .container__stores .store__favstore {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 700;
  color: #187134;
  font-size: 0.8125rem;
  height: 60px;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.white-header .container__stores .store__favstore i {
  font-size: 1rem;
  margin-right: 10px;
}
@media screen and (min-width: 1000px) {
  .white-header .container__stores .store__favstore {
    position: absolute;
    top: -6px;
    right: 0;
    max-width: 200px;
    height: 30px;
  }
}
.white-header .container__stores .store__favstore:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.white-header .container__stores .store__changestore {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}
.white-header .container__stores .store__changestore:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
@media screen and (min-width: 1000px) {
  .white-header .storepopin__overlay {
    z-index: 104;
  }
}
@media screen and (max-width: 1200px) {
  .white-header .reassurance {
    display: none;
  }
  .white-header .banner_container {
    display: none;
  }
  .white-header.mobile-suggest-view .top-banner .primary-logo {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .white-header.mobile-suggest-view #mini-cart,
  .white-header.mobile-suggest-view .top-banner__stores,
  .white-header.mobile-suggest-view .menu-toggle {
    -webkit-transform: none;
            transform: none;
  }
  .white-header .top-banner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .white-header .top-banner .menu-utility-user-container,
  .white-header .top-banner .country-selector {
    display: none;
  }
  .white-header .top-banner #mini-cart {
    top: 16px;
    right: 40px;
    position: absolute;
  }
  .white-header .top-banner .mini-cart-total .mini-cart-link .mini-cart-title {
    display: none;
  }
  .white-header .top-banner .header-search {
    width: 17px;
    top: 18px;
    left: calc(100% - 160px);
    border: none;
    position: absolute;
  }
  .white-header .top-banner .header-search button {
    padding-bottom: 2px;
    font-size: 0.9em;
  }
  .white-header .top-banner .header-search form fieldset {
    width: 17px;
  }
  .white-header .top-banner .header-search .search__btn {
    display: inline-block;
    cursor: pointer;
  }
  .white-header .top-banner .header-search .search__btn i {
    font-size: 1.7em;
  }
  .white-header .top-banner .header-search input[type=text] {
    left: 33px;
    visibility: hidden;
    font-size: 1.143em;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
  }
  .white-header .special-top-nav ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .white-header .special-top-nav ul li {
    display: block;
    width: 100%;
    margin-right: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .white-header.mobile-suggest-view .header-search .search__mobile-toggle-btn {
    display: none;
  }
  .white-header.mobile-suggest-view .header-search .search-suggestion-wrapper {
    overflow: scroll;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    inset: 152px 0 0;
    position: relative;
  }
  .white-header.mobile-suggest-view .header-search .search-suggestion-wrapper .suggestions-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .white-header.mobile-suggest-view .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-suggestion {
    width: 50%;
    margin: 0 0 25px 0;
  }
  .white-header.mobile-suggest-view .header-search .product-suggestions {
    overflow: initial;
  }
  .white-header.mobile-suggest-view .header-search .phrase-suggestions {
    width: 100%;
    border: none;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .white-header.mobile-suggest-view .header-search form fieldset {
    width: 100%;
  }
  .white-header.mobile-suggest-view .header-search input[type=text] {
    visibility: visible;
    float: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .white-header.mobile-suggest-view .close-search-mobile {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}

.header__checkout {
  position: static;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 0 25px;
}
@media screen and (min-width: 1000px) {
  .header__checkout {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header__checkout {
    padding: 0 110px;
  }
}
.header__checkout__top-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  letter-spacing: normal;
}
@media screen and (min-width: 1000px) {
  .header__checkout__top-banner {
    height: 100px;
  }
}
.header__checkout__primary-logo {
  position: static;
  margin: 15px 0;
}
@media screen and (min-width: 1000px) {
  .header__checkout__primary-logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
.header__checkout__primary-logo img {
  width: 80px;
}
.header__checkout .checkout-progress {
  width: 100%;
  padding: 0;
}
.header__checkout .checkout-progress__indicator {
  max-width: none;
  padding: 0;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1000px) {
  .header__checkout .checkout-progress__indicator {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .pt_cart .white-header + .container-reassurance + div[role=main] .primary-content {
    padding: 0 20px 60px;
  }
}
.btn-ada-menu {
  outline-offset: 0.1rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff !important;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  margin-left: 3px;
}
.btn-ada-menu:focus {
  color: #ea580c !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.product-suggestion {
  border: 1px solid #ffffff;
  border-top: 1px solid #ccc;
  padding: 0.5em;
}
.product-suggestion:hover, .product-suggestion:focus {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
}
.product-suggestion .product-image {
  float: left;
  text-align: center;
  width: 25%;
}
.product-suggestion .product-image img {
  max-width: 100%;
}
.product-suggestion .product-details {
  float: right;
  padding-top: 0.5em;
  width: 70%;
}
.product-suggestion .product-details .product-price {
  color: #1c1c1c;
}

.search-phrase .original,
.no-hits-search-term-suggest .original,
.no-hits-search-phase-suggest .original {
  font-weight: normal;
  font-style: normal;
}
.search-phrase .completed,
.no-hits-search-term-suggest .completed,
.no-hits-search-phase-suggest .completed {
  font-style: italic;
  font-weight: normal;
}
.search-phrase .completed .original,
.no-hits-search-term-suggest .completed .original,
.no-hits-search-phase-suggest .completed .original {
  text-decoration: underline;
  font-weight: bold;
}
.search-phrase .corrected,
.no-hits-search-term-suggest .corrected,
.no-hits-search-phase-suggest .corrected {
  font-weight: bold;
}

#headerDesktop .header-bottom-section::after {
  content: "";
  display: block;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% - 96px);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
#headerDesktop .main_menu[role=navigation] {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: auto;
  height: auto;
  width: auto;
  overflow: initial;
  -ms-scroll-chaining: initial;
      overscroll-behavior: initial;
  padding: 0 3rem;
  padding-left: 0;
  border: none;
}
#headerDesktop .main_menu[role=navigation] .no-desktop-img img {
  display: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  /* fix scrollbar-x height on desktop version */
  /* For Chrome and other browsers except Firefox */
  /* For Firefox */
  scrollbar-color: #e5e5e5 #ffffff;
  scrollbar-width: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul li a.nav-link {
  padding-right: 0;
  padding-left: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul li a:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul::-webkit-scrollbar {
  height: 8px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e5e5e5;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand {
  top: 60px;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand {
  padding: 0 48px;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .menu-vertical_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand.brand-menu-expand {
  max-height: 75vh;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand ul.menu-vertical {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-right: 24px;
  padding: 24px 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand ul.menu-vertical.menu-brand-items {
  padding-top: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) ul.menu-vertical {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) {
  padding: 0;
  width: auto;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) a,
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) div {
  font-size: 0.875rem;
  padding: 0 0 30px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) a::after,
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) div::after {
  content: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) .topcat-name {
  padding: 0 0 0 10px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) a:not(.topcat-link, .submenu-brand) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding: 0;
  line-height: 1;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) a:not(.topcat-link, .submenu-brand) span {
  white-space: initial;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) a:not(.topcat-link, .submenu-brand):hover {
  font-weight: 400;
  opacity: 0.7;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) .submenu-brand:hover {
  opacity: 0.7;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) .submenu-link img {
  top: 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
  margin-right: 16px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand:not(.brand-menu-expand) li:not(.desktop-menu__push) img {
  top: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand ul.menu-brand-items {
  display: block !important;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand ul.menu-brand-items .submenu-brand {
  padding-top: 24px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul.is-children .menu_expand li.desktop-menu__push__children {
  width: 100%;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul.is-children .menu_expand .container_menu_expand > ul {
  padding: 30px 0 10px 60px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand li img {
  max-height: initial;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu-vertical {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1200px) {
  #headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu-vertical {
    grid-template-columns: repeat(4, 1fr);
  }
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu__edito__items {
  gap: 16px;
  padding: 24px 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu__edito__items .menu__edito__link {
  display: block;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu__edito__items .menu__edito__desc {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10px);
  gap: 10px;
  padding: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu__edito__items .menu__edito__desc .neo-arrow_right {
  border-radius: 50%;
  border: 1px solid;
  padding: 5px;
  font-size: 0.625rem;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu__edito__items .menu__edito__name {
  text-transform: initial;
  font-weight: 400;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .edito-entry .menu_expand ul.menu__edito__items .menu__edito__image {
  margin: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] {
  height: auto;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .menu-brand-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 1200px) {
  #headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .menu-brand-items {
    -webkit-columns: 6;
       -moz-columns: 6;
            columns: 6;
  }
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .col .title,
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .js-menu-column .title {
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: capitalize;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .col .title::after,
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .js-menu-column .title::after {
  content: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .col ul,
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .js-menu-column ul {
  padding: 10px 0;
  border: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .col li,
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .js-menu-column li {
  display: block;
  padding: 0;
  width: 100%;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .col li a,
#headerDesktop .main_menu[role=navigation] .menu-group > ul [data-cat=brand-new] .js-menu-column li a {
  color: #767676;
  font-size: 0.625rem !important;
  padding: 0 0 10px 0 !important;
  text-transform: capitalize;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li {
  display: inline-block;
  margin: 0;
  margin-right: 24px;
  padding: 0;
  height: 100%;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li.edito-entry {
  margin: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li .submenu-link {
  padding: 15px 0;
  -webkit-transition: none;
  transition: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li .submenu-link:hover {
  opacity: 1;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li a {
  display: block;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li:hover .js-border {
  visibility: visible;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li .js-border {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  z-index: 1;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul > li.hightlight-entry {
  color: #ea580c;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .desktop-menu__push__children .topcat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --main-orange: #e25200;
  --light-orange: #ffede2;
  --grey-light: #f5f5f5;
  --border: #e5e5e5;
  --error: #e25200;
  --success: #00904b;
  --sidePopinWidth: 700px;
}

.store-locator-container {
  padding: 10px 0 30px;
  font-family: "Roboto", Arial, sans-serif;
}
.store-locator-container .store-locator-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
}
.store-locator-container .store-locator-form .form-group {
  margin-bottom: 15px;
}
.store-locator-container .store-locator-form .form-group:last-child {
  margin-bottom: 0;
}
.store-locator-container .store-locator-form .form-control {
  border-radius: 4px;
  padding: 12px 16px;
  border: 2px solid #e4e4e4;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.store-locator-container .store-locator-form .form-control:focus {
  border-color: #ea580c;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1);
          box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1);
}
.store-locator-container .store-locator-form .form-control::-webkit-input-placeholder {
  color: #767676;
}
.store-locator-container .store-locator-form .form-control::-moz-placeholder {
  color: #767676;
}
.store-locator-container .store-locator-form .form-control:-ms-input-placeholder {
  color: #767676;
}
.store-locator-container .store-locator-form .form-control::-ms-input-placeholder {
  color: #767676;
}
.store-locator-container .store-locator-form .form-control::placeholder {
  color: #767676;
}
.store-locator-container .store-locator-form .btn-search {
  background-color: #ea580c;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", Arial, sans-serif;
}
.store-locator-container .store-locator-form .btn-search:hover {
  background-color: #c84c09;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.store-locator-container .store-locator-form .btn-search:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
.store-locator-container .store-locator-form .btn-detect-location {
  background-color: #ffffff;
  border: 2px solid #ea580c;
  color: #ea580c;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", Arial, sans-serif;
}
.store-locator-container .store-locator-form .btn-detect-location:hover {
  background-color: #ea580c;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.store-locator-container .store-locator-form .btn-detect-location:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}
.store-locator-container .store-locator-form .btn-detect-location .fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
          animation: fa-spin 1s infinite linear;
}
.store-locator-container .stores-results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .store-locator-container .stores-results-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.store-locator-container .stores-results-container .results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.store-locator-container .stores-results-container .results-header .results-count {
  font-size: 18px;
  font-weight: 500;
  color: #767676;
}
.store-locator-container .stores-results-container .results-header .filtered-results-count {
  font-size: 14px;
  color: #767676;
  margin-left: 10px;
}
.store-locator-container .stores-results-container .results-header .view-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.store-locator-container .stores-results-container .results-header .view-controls .view-toggle {
  padding: 8px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #767676;
}
.store-locator-container .stores-results-container .results-header .view-controls .view-toggle.active, .store-locator-container .stores-results-container .results-header .view-controls .view-toggle:hover {
  background-color: #ea580c;
  color: #ffffff;
  border-color: #ea580c;
}
.store-locator-container .stores-results-container .filters-container {
  background: #e5e5e5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100%;
}
.store-locator-container .stores-results-container .filters-container .filter-group {
  margin-bottom: 15px;
}
.store-locator-container .stores-results-container .filters-container .filter-group:last-child {
  margin-bottom: 0;
}
.store-locator-container .stores-results-container .filters-container .filter-group .filter-label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  color: #1c1c1c;
}
.store-locator-container .stores-results-container .filters-container .filter-group .form-check {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-locator-container .stores-results-container .filters-container .filter-group .form-check .form-check-input {
  margin-right: 8px;
  accent-color: #ea580c;
}
.store-locator-container .stores-results-container .filters-container .filter-group .form-check .form-check-label {
  color: #767676;
  cursor: pointer;
}
.store-locator-container .stores-results-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
.store-locator-container .stores-results-list.list-view .store-item {
  margin-bottom: 15px;
}
.store-locator-container .stores-results-list.grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}
.store-locator-container .store-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
}
.store-locator-container .store-item:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.store-locator-container .store-item.selected {
  border-color: #ea580c;
  -webkit-box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1);
          box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1);
}
.store-locator-container .store-item.preferred-store {
  border-color: #ea580c;
  background: linear-gradient(135deg, #ffffff 0%, #ffede2 100%);
}
.store-locator-container .store-item.preferred-store .store-header .store-name {
  color: #ea580c;
}
.store-locator-container .store-item.has-availability::before {
  content: "●";
  position: absolute;
  top: 15px;
  right: 15px;
  color: #187134;
  font-size: 16px;
}
.store-locator-container .store-item .store-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.store-locator-container .store-item .store-header .store-name {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: #1c1c1c;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.store-locator-container .store-item .store-header .badge {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 500;
}
.store-locator-container .store-item .store-header .badge.badge-primary {
  background-color: #ea580c;
}
.store-locator-container .store-item .store-header .badge.badge-success {
  background-color: #187134;
}
.store-locator-container .store-item .store-address {
  margin-bottom: 15px;
  color: #767676;
  line-height: 1.4;
}
.store-locator-container .store-item .store-address p {
  margin: 0 0 4px;
}
.store-locator-container .store-item .store-contact {
  margin-bottom: 15px;
  font-size: 14px;
}
.store-locator-container .store-item .store-contact p {
  margin: 0 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store-locator-container .store-item .store-contact p .fa {
  margin-right: 8px;
  width: 16px;
  color: #767676;
}
.store-locator-container .store-item .store-contact .store-distance {
  font-weight: 700;
  color: #ea580c;
}
.store-locator-container .store-item .store-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store-locator-container .store-item .store-actions .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.store-locator-container .store-item .store-actions .btn.btn-primary {
  background-color: #ea580c;
  color: #ffffff;
  border: none;
}
.store-locator-container .store-item .store-actions .btn.btn-primary:hover {
  background-color: #c84c09;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.store-locator-container .store-item .store-actions .btn.btn-outline-secondary {
  background-color: transparent;
  color: #767676;
  border: 1px solid #d4d4d4;
}
.store-locator-container .store-item .store-actions .btn.btn-outline-secondary:hover {
  background-color: #e5e5e5;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.store-locator-container .store-item .store-hours {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
}
.store-locator-container .store-item .store-hours .today-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.store-locator-container .store-item .store-hours .today-status.open {
  background-color: rgba(24, 113, 52, 0.1);
  color: #187134;
}
.store-locator-container .store-item .store-hours .today-status.closed {
  background-color: rgba(235, 0, 55, 0.1);
  color: #eb0037;
}
.store-locator-container .map-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 400px;
  position: relative;
}
.store-locator-container .map-container #stores-map {
  width: 100%;
  height: 100%;
}
.store-locator-container .map-container .map-toggle-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  background: #ffffff;
  border: none;
  padding: 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.store-locator-container .map-container .map-toggle-btn:hover {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.store-locator-container .search-loading {
  text-align: center;
  padding: 30px;
}
.store-locator-container .search-loading .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #e9e9e9;
  border-top: 3px solid #ea580c;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.store-locator-container .no-results {
  text-align: center;
  padding: 30px 15px;
  color: #767676;
}
.store-locator-container .no-results::before {
  content: "📍";
  font-size: 48px;
  display: block;
  margin-bottom: 15px;
}
.store-locator-container .no-results h3 {
  margin-bottom: 8px;
  color: #1c1c1c;
  font-weight: 700;
}
.store-locator-container .no-results p {
  margin: 0;
  color: #767676;
}
.store-locator-container .error-message {
  background-color: rgba(235, 0, 55, 0.1);
  color: #eb0037;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(235, 0, 55, 0.2);
  margin-bottom: 15px;
}
.store-locator-container .success-message {
  background-color: rgba(24, 113, 52, 0.1);
  color: #187134;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid rgba(24, 113, 52, 0.2);
  margin-bottom: 15px;
}

.map-marker {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ea580c;
  position: relative;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", Arial, sans-serif;
}
.map-marker.preferred {
  background-color: #187134;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.map-marker::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: currentColor transparent transparent;
}

.gm-style-iw {
  font-family: "Roboto", Arial, sans-serif !important;
}
.gm-style-iw .store-details {
  font-size: 14px;
  line-height: 1.4;
  color: #1c1c1c;
}
.gm-style-iw .store-details .store-name {
  font-weight: 700;
  margin-bottom: 8px;
  color: #ea580c;
}
.gm-style-iw .store-details .store-address {
  margin-bottom: 8px;
  color: #767676;
}
.gm-style-iw .store-details .store-actions {
  margin-top: 12px;
}
.gm-style-iw .store-details .store-actions .btn {
  font-size: 12px;
  padding: 4px 12px;
}

@media screen and (max-width: 700px) {
  .store-locator-container {
    padding: 10px 0;
  }
  .store-locator-container .store-locator-form {
    padding: 15px;
  }
  .store-locator-container .store-item {
    padding: 15px;
  }
  .store-locator-container .store-item .store-actions .btn {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .store-locator-container .stores-results-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .store-locator-container .stores-results-container .stores-results-list,
  .store-locator-container .stores-results-container .map-container {
    min-width: 100%;
  }
  .store-locator-container .map-container {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .store-locator-container .stores-results-list {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .store-locator-container .stores-results-list::-webkit-scrollbar {
    width: 6px;
  }
  .store-locator-container .stores-results-list::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 3px;
  }
  .store-locator-container .stores-results-list::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 3px;
  }
  .store-locator-container .stores-results-list::-webkit-scrollbar-thumb:hover {
    background: #767676;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 113, 52, 0.7);
            box-shadow: 0 0 0 0 rgba(24, 113, 52, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(24, 113, 52, 0);
            box-shadow: 0 0 0 10px rgba(24, 113, 52, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 113, 52, 0);
            box-shadow: 0 0 0 0 rgba(24, 113, 52, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 113, 52, 0.7);
            box-shadow: 0 0 0 0 rgba(24, 113, 52, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(24, 113, 52, 0);
            box-shadow: 0 0 0 10px rgba(24, 113, 52, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24, 113, 52, 0);
            box-shadow: 0 0 0 0 rgba(24, 113, 52, 0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media print {
  .store-locator-container .map-container,
  .store-locator-container .filters-container,
  .store-locator-container .store-actions {
    display: none !important;
  }
  .store-locator-container .store-item {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #d4d4d4 !important;
    page-break-inside: avoid;
  }
}
#headerDesktop .top-banner__stores {
  position: static;
  margin-left: 28.0373831776px;
}
#headerDesktop .top-banner__stores__button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#headerDesktop .top-banner__stores__button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#headerDesktop .top-banner__stores__button__icon {
  margin-right: 0;
  color: #ea580c;
}
#headerDesktop .top-banner__stores__button__text {
  display: none;
  margin-top: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #1c1c1c;
}
@media screen and (min-width: 1000px) {
  #headerDesktop .top-banner__stores__button__text {
    display: block;
    margin-top: 0;
    margin-left: 10px;
    width: 150px;
    white-space: break-spaces;
  }
}
@media screen and (min-width: 1200px) {
  #headerDesktop .top-banner__stores__button__text {
    width: auto;
    white-space: nowrap;
  }
}

#headerMobile .store-locator-mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  color: #ea580c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#headerMobile .store-locator-mobile-link:hover {
  background-color: rgba(234, 88, 12, 0.1);
  color: #ea580c;
  text-decoration: none;
}
#headerMobile .store-locator-mobile-link .fa {
  margin-right: 8px;
}

.nav-store-locator {
  position: relative;
}
.nav-store-locator .store-count-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #eb0037;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  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;
  font-weight: 500;
}

.c-storelocator {
  width: 100%;
  display: grid;
  grid-template-columns: 35.1875rem 1fr;
}
@media screen and (max-width: 1000px) {
  .c-storelocator {
    grid-template-columns: 1fr;
  }
}

.c-storelocator__content {
  background-color: var(--grey-light);
}

.c-storelocator__header {
  padding: 51px;
  padding-bottom: 1px;
  padding-top: 43px;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__header {
    padding: 24px 16px 0;
  }
}
.c-storelocator__header p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.25rem;
  font-weight: 400;
}
.showMapMobile .c-storelocator__header {
  display: none;
}

.c-storelocator__title {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 11px;
  font-family: "CourirSerif" !important;
  line-height: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__title {
    font-size: 1.875rem;
  }
}

.c-storelocator__geolocForm {
  background-color: #ffffff;
  padding: 24px 50px;
  padding-top: 27px;
  position: sticky;
  top: calc(var(--headerHeight) - 1px);
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__geolocForm {
    padding: 24px 16px;
  }
}
.c-storelocator__geolocForm .form__fieldset {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px 0 0;
  padding: 0;
  border: none;
}
.c-storelocator__geolocForm .form__label {
  position: absolute;
  z-index: 1;
  top: -3px;
  background-color: #ffffff;
  color: #1c1c1c;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 9px;
  padding: 0 5px;
  margin: 0 0 0 12px;
  letter-spacing: 0.2px;
}
.c-storelocator__geolocForm #autocomplete-storeLocator-input {
  border: 1px solid #000000;
  height: 43px;
  border-radius: 2px;
  max-height: 50px;
}
.c-storelocator__geolocForm #autocomplete-storeLocator-input::-webkit-input-placeholder {
  font-size: 0.875rem;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.2);
}
.c-storelocator__geolocForm #autocomplete-storeLocator-input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.2);
}
.c-storelocator__geolocForm #autocomplete-storeLocator-input:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.2);
}
.c-storelocator__geolocForm #autocomplete-storeLocator-input::-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.2);
}
.c-storelocator__geolocForm #autocomplete-storeLocator-input::placeholder {
  font-size: 0.875rem;
  line-height: 16.41px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 0, 0, 0.2);
}
.c-storelocator__geolocForm .form__input {
  border-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 1rem;
  color: #1c1c1c;
  -webkit-transition: none;
  transition: none;
  min-height: 48px;
  padding: 13px 16px;
}
.c-storelocator__geolocForm .form__input:focus-visible {
  outline: none;
}
.c-storelocator__geolocForm .form__input.focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.c-storelocator__geolocForm .store__search__manual__fieldset {
  margin: 0;
  width: 100%;
}
.c-storelocator--withResult .c-storelocator__geolocForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .c-storelocator--withResult .c-storelocator__geolocForm {
    gap: 8px;
  }
  .c-storelocator--withResult .c-storelocator__geolocForm #storelocator-geoloc-link {
    width: 40px;
  }
}
.c-storelocator--withResult .c-storelocator__geolocForm form {
  width: 100%;
}
.c-storelocator--withResult .c-storelocator__geolocForm .c-button {
  --btnHeigh: 40px;
}
.showMapMobile .c-storelocator__geolocForm {
  left: 0;
  right: 0;
  z-index: 101;
  padding: 16px;
}
.c-storelocator__geolocForm #storelocator-geoloc-link {
  border-radius: 2px;
}

.c-storelocator__buttonGeoloc {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__buttonGeoloc {
    padding-bottom: 300px;
  }
}
.c-storelocator__buttonGeoloc #storelocator-geoloc-link {
  border-radius: 4px;
}

.c-storelocator__listWrapper {
  padding: 24px 50px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__listWrapper {
    padding: 24px 16px;
  }
}

.c-storelocator__list {
  list-style: none;
}

.c-storelocator__listItem {
  margin-bottom: 16px;
}

.c-storeCard {
  background-color: #ffffff;
  border-radius: 4px;
}
.c-storeCard p {
  margin: 0;
  font-size: 0.75rem;
}
.c-storeCard .c-storeCard__openinghours {
  padding-bottom: 16px;
  padding-top: 2px;
}
.c-storeCard .c-storeCard__openinghours ul {
  gap: 24px;
  margin-top: 2px;
}
.c-storeCard .c-storeCard__openinghours ul li {
  line-height: 16px;
  font-size: 0.75rem;
}

.c-storeCard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .c-storeCard__header .store-pin {
    display: none;
  }
}
.c-storeCard__header .c-storeCard__favorite {
  margin-left: auto;
  font-size: 0.6875rem;
  line-height: 11px;
}
.c-storeCard__header .c-storeCard__favorite::after {
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
}

.c-storeCard__title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
}

.c-storeCard__opening {
  --storeOpeningColor: #61bd44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
}
.c-storeCard__opening span {
  color: var(--storeOpeningColor);
  display: inline-block;
  margin-right: 4px;
}
.c-storeCard__opening::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: block;
  margin-right: 4px;
  background-color: var(--storeOpeningColor);
}
.c-storeCard__opening.closed {
  --storeOpeningColor: #e82d03;
}

.c-storeCard__distance {
  font-size: 0.75rem;
  color: #000000;
  display: inline-block;
  margin-left: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-storeCard__favorite {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .c-storeCard__favorite {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: var(--btnHeight);
    max-width: var(--btnHeight);
    overflow: hidden;
    padding-left: calc((var(--btnHeight) - var(--iconSize)) / 2 - 1px);
    padding-right: calc((var(--btnHeight) - var(--iconSize)) / 2 - 1px);
    white-space: nowrap;
  }
  .c-storeCard__favorite::before {
    content: "";
    margin-left: 0;
    margin-right: calc((var(--btnHeight) - var(--iconSize)) / 2);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.c-storeCard__extra {
  padding: 0 16px 8px;
}
.c-storeCard__extra p {
  color: var(--main-orange);
}
.c-storeCard__extra p .c-icon-warning::before {
  margin-right: 10px;
}

.c-storeCard__infos {
  display: grid;
  grid-template-columns: 65% 35%;
  place-items: end stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 16px 16px;
}
.c-storeCard__infos a {
  font-size: 0.75rem;
}
.c-storeCard__infos p {
  text-transform: capitalize;
}
.c-storeCard__infos .c-storeCard__phone {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.c-storeCard__footer {
  border-top: 1px solid var(--grey-light);
  padding: 2px 16px;
}
.c-storeCard__footer a,
.c-storeCard__footer button {
  font-size: 0.625rem;
  text-decoration: underline;
}

.c-storeCard__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-storeCard__actions h3 {
  margin: 10px 0;
}

.c-storeCard__buttonOpening[aria-expanded=true]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-storeCard__openinghours ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 16px;
}
.c-storeCard__openinghours ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
  font-size: 0.875rem;
}
.c-storeCard__openinghours ul li.active {
  font-weight: 700;
}

.c-storelocator__map {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__map {
    display: none;
  }
}
.showMapMobile .c-storelocator__map {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media screen and (min-width: 1000px) {
  .c-storelocator--detail .c-storelocator__map {
    width: calc(100% - 563px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-storelocator--detail .c-storelocator__map {
    display: block;
    margin: 24px 0;
  }
}

.c-storelocator__mapActions {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  padding: 0 16px;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__mapActions {
    z-index: 130;
    top: 98px;
  }
}

@media screen and (min-width: 1000px) {
  .c-storelocator__mapContainer {
    min-height: calc(100vh - var(--headerHeight));
    position: sticky !important;
    top: var(--headerHeight);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1000px) {
  .showMapMobile .c-storelocator__mapContainer {
    display: block;
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 120;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}
@media screen and (max-width: 1000px) {
  .c-storelocator--detail .c-storelocator__mapContainer {
    height: 230px;
  }
}

@media screen and (min-width: 1000px) {
  .c-mapContainer_with_storeslist {
    height: calc(100vh - var(--headerHeight));
  }
}

.c-storelocator__mobileContainer {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-storelocator__mobileContainer {
    display: block;
  }
}
.c-storelocator__mobileContainer .c-storeCard {
  border-radius: 0;
}
.c-storelocator__mobileContainer .store-pin {
  display: block;
}

.c-storelocator:not(.showMapMobile) .c-storelocator__mobileContainer {
  padding-top: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 245, 245)), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(0deg, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 100%);
}

/*
* Detail
*/
@media screen and (min-width: 1000px) {
  .c-storeDetail {
    max-width: 563px;
  }
}

.c-storeDetail__content {
  padding: 24px 41px 16px 51px;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .c-storeDetail__content {
    padding: 21px 16px;
  }
}

.c-storeDetail__cover {
  margin: 21px 0;
}
.c-storeDetail__cover img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.c-storeDetail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 51px;
  margin-bottom: 14px;
}

.c-storeDetail__title {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: 11px;
  line-height: 40px;
  font-family: "CourirSerif" !important;
  text-transform: capitalize;
}
@media screen and (max-width: 1000px) {
  .c-storeDetail__title {
    font-size: 2rem;
  }
}
.c-storeDetail__title::first-letter {
  text-transform: uppercase;
}

.c-storeDetail__subtitle {
  font-size: 0.75rem !important;
  font-weight: 600;
  margin: 16px 0;
  line-height: 16px;
}
.c-storeDetail__subtitle.c-storeDetail__desc {
  margin-top: 48px;
}
.c-storeDetail__subtitle::after {
  display: none;
}

.c-storeDetail__services {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-storeDetail__services li {
  line-height: 16px;
  min-height: 26px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  padding: 0 8px;
}

.c-storeDetail__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 20px;
  font-size: 0.875rem;
}
.c-storeDetail__infos p {
  margin: 0;
  text-transform: capitalize;
}
.c-storeDetail__infos a {
  color: #000000;
}
.c-storeDetail__infos .c-storeCard__phone {
  font-size: 0.875rem;
  line-height: 20px;
}

.pt_store-locator .primary-content {
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  border: none;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .primary-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pt_store-locator .primary-content h2 {
  font-size: 1.714em;
}
.pt_store-locator .primary-content h2::after {
  display: none;
}
.pt_store-locator #search_in_area_button {
  display: none;
}
.pt_store-locator .breadcrumb {
  padding: 20px 40px;
  letter-spacing: 0.8px;
}
.pt_store-locator .storelocator-content {
  position: relative;
}
.pt_store-locator .storelocator-content .content-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator-content .content-wrapper {
    padding: 79.8px;
  }
}
.pt_store-locator .storelocator-content .content-wrapper h2 {
  margin-bottom: 35.2941176471px;
  text-align: center;
}
.pt_store-locator .storelocator-content .content-wrapper .storelocator__login-separator {
  margin: 30px auto;
  max-width: 305px;
  text-align: center;
  position: relative;
}
.pt_store-locator .storelocator-content .content-wrapper .storelocator__login-separator::before, .pt_store-locator .storelocator-content .content-wrapper .storelocator__login-separator::after {
  width: calc(50% - 20px);
  height: 1px;
  top: 50%;
  background-color: #d4d4d4;
  content: "";
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  position: absolute;
}
.pt_store-locator .storelocator-content .content-wrapper .storelocator__login-separator::before {
  left: 0;
}
.pt_store-locator .storelocator-content .content-wrapper .storelocator__login-separator::after {
  right: 0;
}
.pt_store-locator .storelocator-content .content-wrapper .storelocator__login-separator span {
  display: inline-block;
  margin: 0 auto;
  color: #767676;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.75rem;
  line-height: 2;
}
.pt_store-locator .storelocator-content .content-wrapper label {
  display: none;
}
.pt_store-locator .storelocator-content .content-wrapper .form-localisation {
  min-height: 135px;
}
.pt_store-locator .storelocator-content .content-wrapper .form-row {
  margin: 0 auto 15px;
  max-width: 305px;
}
.pt_store-locator .storelocator-content .content-wrapper .form-row .field-wrapper {
  margin: 0;
}
.pt_store-locator .storelocator-content .content-wrapper .form-row input {
  min-width: auto;
}
.pt_store-locator .storelocator-content .content-wrapper .form-row.form-geoip i {
  padding: 0 10px 5px 0;
  font-size: 1.8em;
}
.pt_store-locator .storelocator-content .content-wrapper .btn,
.pt_store-locator .storelocator-content .content-wrapper .btn2 {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  .pt_store-locator .storelocator-content .content-wrapper .btn,
  .pt_store-locator .storelocator-content .content-wrapper .btn2 {
    max-width: 305px;
  }
}
.pt_store-locator .storelocator-results-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pt_store-locator .storelocator-results-page > .storelocator-results {
  height: 100%;
}
.pt_store-locator .storelocator-results {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator-results {
    margin-top: 0;
  }
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper {
  height: 100%;
  padding: 0 30px;
}
@media screen and (min-width: 700px) {
  .pt_store-locator .storelocator-results .storelocator-results__wrapper {
    border-left: 1px solid #d4d4d4;
    padding: 0 60px;
  }
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper h2 {
  border-top: 1px solid #d4d4d4;
  padding: 30px 0 20px;
  text-align: center;
  font-size: 1.429em;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator-results .storelocator-results__wrapper h2 {
    border-top: none;
    text-align: left;
    font-size: 1.143em;
  }
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .store-details-link {
  display: block;
  cursor: pointer;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .store-details-link:hover .results__item {
  opacity: 0.7;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border: 1px solid #d4d4d4;
  margin: 0 0 20px;
  color: #1c1c1c;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__header {
  padding: 15px 20px;
  background: #e5e5e5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 1em;
}
@media screen and (min-width: 700px) {
  .pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__header {
    font-size: 0.786em;
  }
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__header.current-store {
  background: #1c1c1c;
  color: #ffffff;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content {
  padding: 15px 20px;
  font-size: 1em;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content {
    font-size: 0.86em;
  }
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content .item__address {
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1.5;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content .item__openinghours {
  list-style: none;
  margin: 1rem 0;
  line-height: 1.5;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content .item__daytimeslot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content .item__daytimeslot.active {
  font-weight: 700;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__item .item__content .item__day {
  display: block;
  min-width: 100px;
}
.pt_store-locator .storelocator-results .storelocator-results__wrapper .results__more-btn {
  margin: 20px 0 40px;
}
.pt_store-locator .storelocator__details__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator__details__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pt_store-locator .storelocator-details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  color: #1c1c1c;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator-details {
    max-width: 465px;
  }
}
.pt_store-locator .storelocator-details .breadcrumb {
  padding: 20px 40px 0;
}
.pt_store-locator .storelocator-details__content {
  padding: 30px;
  text-align: center;
  position: relative;
}
.pt_store-locator .storelocator-details__content .content__infos-item {
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .storelocator-details__content .content__infos-item {
    font-size: 0.86em;
  }
}
.pt_store-locator .storelocator-details__content .content__infos-item .address {
  text-transform: uppercase;
}
.pt_store-locator .storelocator-details__content .content__infos-item .item__openinghours {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 0 auto 30px;
}
.pt_store-locator .storelocator-details__content .content__infos-item .item__daytimeslot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pt_store-locator .storelocator-details__content .content__infos-item .item__daytimeslot.active {
  font-weight: 700;
}
.pt_store-locator .storelocator-details__content .content__infos-item .item__day {
  display: block;
  min-width: 100px;
}
.pt_store-locator .storelocator-details__content .google-map {
  display: block;
}
.pt_store-locator .item__informations {
  margin-top: 0;
  color: #ea580c;
  font-weight: 700;
  line-height: 1.5;
}
.pt_store-locator .item__informations i {
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 5px;
}
@media screen and (min-width: 1200px) {
  .pt_store-locator .item__informations i {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.storelocator-details__map {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#autocomplete-suggestions-container {
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  max-height: 200px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.autocomplete-suggestions-list {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #ffffff;
  z-index: 100;
  width: 100%;
}

#autocomplete-suggestions-container li {
  padding: 8px;
  cursor: pointer;
}

#autocomplete-suggestions-container li:hover {
  background-color: #f0f0f0;
}

.autocomplete__close {
  position: absolute;
  right: 12px;
  cursor: pointer;
  -webkit-transform: translateY(85%);
          transform: translateY(85%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(39.5%, #ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 39.5%);
  margin-top: 0;
  width: 45px;
  height: auto;
  text-align: right;
}

.sidepopin__popin.sidepopin__popin__storeLoc__mobile {
  padding: 0 24px 24px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .c-button--full-w {
  height: 48px;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 12.89px;
  letter-spacing: 0.4px;
}
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .c-button__content {
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 11px;
  letter-spacing: 0.4px;
}
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .sidepopin__popin__title__name,
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .sidepopin__popin__close i {
  font-size: 0.875rem;
}
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .sidepopin__popin__title {
  padding: 24px;
  padding-left: 0;
}
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .findStore_desc {
  padding-top: 16px;
}
.sidepopin__popin.sidepopin__popin__storeLoc__mobile .storelocator-reassurance-popin {
  margin-top: 16px;
  line-height: 20px;
}

.top-banner__store-popup .sidepopin__popin__close {
  top: 20px;
  right: 25px;
}
.top-banner__store-popup .sidepopin__popin__close i {
  font-size: 0.875rem;
  color: #1c1c1c;
}

.storelocator-no-results-message {
  display: block;
  color: #1c1c1c;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 1.25rem;
  line-height: normal;
  margin: 20px 0;
  text-align: center;
}

#storelocator-geoloc-link {
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1000px) {
  #storelocator-geoloc-link.c-button--icon-left {
    width: 100%;
  }
}
#storelocator-geoloc-link.c-button--icon-left::before {
  content: "";
  margin-right: 10px;
}
#storelocator-geoloc-link.c-button--secondary::before, #storelocator-geoloc-link.c-button--secondary::after {
  width: 12px;
  height: 15.38px;
}

.c-storeDetail__mea {
  margin: 24px 0;
}
.c-storeDetail__mea img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .c-storeDetailDesktop .c-button {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-height: var(--btnHeight);
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    max-width: 44px;
    padding-left: calc((var(--btnHeight) - var(--iconSize)) / 2 - 1px);
    padding-right: calc((var(--btnHeight) - var(--iconSize)) / 2 - 1px);
  }
}

@media screen and (max-width: 1000px) {
  .isdesktop-button {
    display: none;
  }
}

.ismobile-button {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 999px) {
  .ismobile-button {
    display: none;
  }
}

.c-storeCard__phone {
  --btnHeight: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: default !important;
}
.c-storeCard__phone.c-button:hover {
  border-color: transparent;
}

.c-storeCard__informations {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}

.c-storeCard__route {
  line-height: 10px;
  text-align: center;
  font-size: 0.6875rem;
  gap: 10px;
}

.c-storeCard__address {
  text-transform: lowercase;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}

.c-storeCard__address-separator,
.c-storeCard__phone-separator {
  display: block;
  height: 0;
  margin: 0;
}

.storeLoc-popin .c-icon-heart::after {
  margin-left: 6px;
}

@media screen and (min-width: 1000px) {
  .c-storeDetail__header .c-storeCard__favorite {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-storeDetail__header .c-storeCard__favorite::after {
    margin-left: 0;
  }
}

.storelocator__sidepopin__popin__close {
  z-index: 9999;
  top: 24px;
}

.u-color-main-orange {
  color: var(--main-orange) !important;
}

hr.c-divider.c-divider--grey-light {
  border-color: #e5e5e5;
}

#headerDesktop #mini-cart {
  position: static;
  margin-left: 1.75rem;
  margin-right: 0;
}
#headerDesktop .mini-cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerDesktop .mini-cart-title {
  display: none;
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  #headerDesktop .mini-cart-title {
    display: inline-block;
  }
}

#headerDesktop .menu-utility-user-container {
  display: block;
  margin-left: 1.75rem;
}
#headerDesktop .menu-utility-user-container ul {
  margin-right: 0;
}
#headerDesktop .menu-utility-user-container ul li {
  margin-left: 0;
}
#headerDesktop .menu-utility-user-container ul li a i {
  margin-right: 0;
}
#headerDesktop .menu-utility-user-container ul li .user-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
}
#headerDesktop .menu-utility-user-container ul li .user-account span {
  display: none;
  margin-top: 0;
  margin-left: 10px;
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  #headerDesktop .menu-utility-user-container ul li .user-account span {
    display: block;
  }
}
#headerDesktop .menu-utility-user-container .user-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
#headerDesktop .menu-utility-user-container .user-links__list__item {
  margin: 0;
  padding: 20px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
}
#headerDesktop .menu-utility-user-container .user-links__list__item__mycourir {
  padding: 18px 20px;
}
#headerDesktop .menu-utility-user-container a.user-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c1c1c;
  margin: 0;
  gap: 10px;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon__container {
  width: 33px;
  text-align: center;
  margin: 0;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon__container .picto.myfamily {
  width: 19px;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon__container .picto.mycourir {
  width: 30px;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon {
  margin: 0 5px 0 0;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon--orders,
#headerDesktop .menu-utility-user-container .user-links__link__icon--personaldata {
  font-size: 1.125rem;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon--mycourir {
  font-size: 0.875rem;
}
#headerDesktop .menu-utility-user-container .user-links__link__icon--logout {
  font-size: 1.125rem;
  margin-left: 2px;
}
#headerDesktop .menu-utility-user-container .user-links__link__text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0;
}
#headerDesktop .menu-utility-user-container .user-links__link__fidelity-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 14px;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 0 10px;
}
#headerDesktop .menu-utility-user-container .user-links__link__fidelity-card::before {
  content: "";
  background-color: #ea580c;
  width: 5px;
  margin: 0 3px 0 0;
}
#headerDesktop .menu-utility-user-container .user-links__link__fidelity-card__logo {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 11px;
  margin: 0;
}
#headerDesktop .menu-utility-user-container img {
  max-width: 100%;
  height: auto;
}

.user-account {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  position: relative;
}
.user-account--logged-out::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 12px;
  height: 12px;
  background-color: #ea580c;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: bounce-vertical 1.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate;
          animation: bounce-vertical 1.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite alternate;
}
.user-account:has(.icon-account-normal:not(.d-none)) span {
  color: #1c1c1c;
}

@-webkit-keyframes bounce-vertical {
  0% {
    -webkit-transform: translateY(calc(-50% - 10px));
            transform: translateY(calc(-50% - 10px));
  }
  100% {
    -webkit-transform: translateY(calc(-50% + 10px));
            transform: translateY(calc(-50% + 10px));
  }
}

@keyframes bounce-vertical {
  0% {
    -webkit-transform: translateY(calc(-50% - 10px));
            transform: translateY(calc(-50% - 10px));
  }
  100% {
    -webkit-transform: translateY(calc(-50% + 10px));
            transform: translateY(calc(-50% + 10px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .user-account--logged-out::after {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}
#headerDesktop .primary-logo {
  -webkit-transition: none;
  transition: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#headerDesktop .search-bar__wrapper {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 470px;
  min-width: 200px;
}
#headerDesktop .search-bar__wrapper.is--active {
  max-width: 100%;
  -webkit-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
}
#headerDesktop .search-bar__wrapper.is--active .search-icon {
  left: 40px;
}
#headerDesktop .search-bar__wrapper .search-btn {
  cursor: pointer;
  margin: 0 20px;
}
#headerDesktop .header-search {
  margin: 0 0 0 auto;
}
#headerDesktop .suggestions-wrapper,
#headerDesktop .empty-suggestions-wrapper {
  top: 137px;
  left: 0;
  right: 0;
  width: 100%;
}
#headerDesktop .layer-search {
  opacity: 1;
  padding-top: 18px;
  padding-right: 54px;
  padding-left: 54px;
  gap: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2509803922);
  height: 100%;
}
#headerDesktop .layer-search .empty-suggestions-message {
  padding-left: 8px;
  font-weight: 500;
  display: none;
}
#headerDesktop .layer-search .show-all-suggestion {
  padding-bottom: 32px;
}
#headerDesktop .layer-search .show-all-suggestion::after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #1c1c1c;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" transform="rotate(180 10 10)" stroke="%231C1C1C"/><path d="M9.5 14L13.5 10M13.5 10L9.5 6M13.5 10H7" stroke="%231C1C1C"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" transform="rotate(180 10 10)" stroke="%231C1C1C"/><path d="M9.5 14L13.5 10M13.5 10L9.5 6M13.5 10H7" stroke="%231C1C1C"/></svg>');
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
#headerDesktop.transparent-header .search-bar__wrapper {
  margin-top: 1px;
}
#headerDesktop .right-layout .recent-searches-header {
  padding-left: 20px;
}

.layer-search .layer-search-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .layer-search .layer-search-layout {
    max-height: 75vh;
  }
}
.layer-search .layer-search-layout .left-layout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 1;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layer-search .layer-search-layout .left-layout .recent-searches {
  opacity: 1;
  padding-right: 8px;
  padding-bottom: 24px;
  gap: 16px;
}
.layer-search .layer-search-layout .left-layout .recent-searches .suggestions-text {
  opacity: 1;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .layer-search .layer-search-layout .left-layout .recent-searches .suggestions-text {
    margin-top: 1.4375rem;
  }
}
.layer-search .layer-search-layout .left-layout .recent-searches .suggestions-text .search-hit {
  border-radius: 2px;
  opacity: 1;
  padding: 8px 12px;
  gap: 8px;
  background: #F5F5F5;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
}
.layer-search .layer-search-layout .left-layout .recent-searches .suggestions-text .search-hit:hover {
  font-weight: 540;
}
.layer-search .layer-search-layout .show-all-suggestion {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: var(--Light-Black, #1C1C1C);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 36px;
  position: relative;
  text-underline-offset: 2px;
}
.layer-search .layer-search-layout .right-layout {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  opacity: 1;
  gap: 16px;
  overflow: hidden auto;
  scrollbar-width: none;
}
.layer-search .layer-search-layout .right-layout .grid-tile {
  width: calc(25% - 5px);
}
.layer-search .layer-search-layout .right-layout h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: start;
  padding-left: 20px;
}
.layer-search .layer-search-layout .right-layout h2::after {
  background: transparent;
}
.layer-search .layer-search-layout .recent-searches-header {
  opacity: 1;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.empty-suggestions-wrapper {
  display: none;
}

#headerMobile .recent-searches-header {
  margin-bottom: 15px;
}
#headerMobile .layer-search {
  background: #FFFFFF;
  overflow: hidden auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  #headerMobile .layer-search {
    height: auto;
  }
}
#headerMobile .layer-search .empty-suggestions-message {
  padding-left: 20px;
  padding-top: 20px;
  font-weight: 500;
  display: none;
}
#headerMobile .layer-search .right-layout {
  overflow: initial;
  padding-inline: 12px;
}
#headerMobile .layer-search .right-layout .layout__list {
  background-color: #ffffff;
  margin-left: 0;
  gap: 8px;
}
#headerMobile .layer-search .left-layout {
  padding-inline: 12px;
}
#headerMobile .layer-search-layout {
  opacity: 1;
  padding-top: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#headerMobile .layer-search-layout .right-layout .grid-tile {
  width: calc(50% - 10px);
}
#headerMobile .layer-search-layout .right-layout .show-all-suggestion {
  padding-right: 0;
}
#headerMobile .layer-search-layout .right-layout .search-suggestion-result .product-tile {
  border: unset;
}
#headerMobile .layer-search-layout .product-suggestions-header {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#headerDesktop .search-suggestion-wrapper h1,
#headerDesktop .search-suggestion-wrapper h2,
#headerDesktop .search-suggestion-wrapper h3,
#headerDesktop .search-suggestion-wrapper h4,
#headerDesktop .search-suggestion-wrapper h5,
#headerDesktop .search-suggestion-wrapper h6, #headerMobile .search-suggestion-wrapper h1,
#headerMobile .search-suggestion-wrapper h2,
#headerMobile .search-suggestion-wrapper h3,
#headerMobile .search-suggestion-wrapper h4,
#headerMobile .search-suggestion-wrapper h5,
#headerMobile .search-suggestion-wrapper h6 {
  text-transform: uppercase;
}
#headerDesktop .search-suggestion-wrapper .suggestions-title, #headerMobile .search-suggestion-wrapper .suggestions-title {
  text-align: left;
  text-transform: uppercase;
}
#headerDesktop .search-suggestion-wrapper .header, #headerMobile .search-suggestion-wrapper .header {
  text-transform: uppercase;
}

.veil {
  position: fixed;
  z-index: 1600;
}

.search-suggestion-result .product-tile {
  border-bottom: 0;
}
.search-suggestion-result .last-chance {
  white-space: nowrap;
}

.show-all-suggestion-desktop {
  display: block;
}

.layer-search .layer-search-layout .show-all-suggestion-tablet {
  display: none;
}

@media screen and (max-width: 960px) {
  .layer-search .layer-search-layout .show-all-suggestion-desktop {
    display: none;
  }
  .show-all-suggestion-desktop {
    display: none;
  }
  .layer-search .layer-search-layout .show-all-suggestion-tablet {
    display: block;
  }
}
.reassurance ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  padding: 0 40px;
  background: #f5f5f5;
}
.reassurance ul li {
  padding: 7px 0;
  color: #1c1c1c;
  list-style-type: none !important;
  text-transform: uppercase;
  font-size: 0.65em;
}
.reassurance ul li span {
  font-weight: 700;
}
.reassurance ul li i {
  display: inline-block;
  margin-top: -2px;
  margin-right: 10px;
  color: #ea580c;
  vertical-align: middle;
  font-size: 1.7em;
}

@media screen and (max-width: 1024px) {
  .reassurance ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .reassurance ul li {
    height: 60px;
    border-bottom: 1px solid #ffffff;
    padding: 0 20px;
    font-size: 0.8em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reassurance ul li a {
    overflow: visible;
    width: 100%;
  }
  .reassurance ul li span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding-top: 3px;
    padding-right: 50px;
    padding-left: 69.6px;
    line-height: 1.2;
    position: relative;
  }
  .reassurance ul li span i {
    width: 28px;
    top: 60%;
    left: 20px;
    text-align: center;
    font-size: 1.8em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .reassurance ul li span::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    right: 20px;
    content: "\e905";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}
.slide-right .slide {
  width: 100%;
  height: 100%;
  display: none;
}
.slide-right .slide .first-image {
  display: block;
}

.discover-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto;
  max-width: 1920px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 700px) {
  .discover-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .discover-section {
    width: calc(100% - 200px);
    margin: 45.1127819549px auto;
  }
}
.discover-section .discover-figure {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: auto;
  margin: 0 0 10px 0;
  background-color: #1c1c1c;
  position: relative;
}
@media screen and (min-width: 700px) {
  .discover-section .discover-figure {
    margin: 0 10px 10px 0;
  }
  .discover-section .discover-figure:last-child {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 1000px) {
  .discover-section .discover-figure {
    margin: 0 20px 10px 0;
  }
}
.discover-section .discover-figure:hover .discover-hover {
  opacity: 1;
}
.discover-section .discover-figure:hover img {
  opacity: 0.3;
}
.discover-section .discover-figure:hover * {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.discover-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.discover-section .discover-hover {
  opacity: 0;
}
.discover-section a {
  width: 80%;
  top: 50%;
  left: 50%;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.discover-section a:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}

.push-product-section {
  margin: 30px 0;
}
.push-product-section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.push-product-section article #push-product-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  pointer-events: none;
}
.push-product-section article #push-product-link .img {
  height: 100%;
}
.push-product-section article > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.push-product-section .img {
  background-size: cover;
}
.push-product-section .right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.push-product-section .right .text {
  text-align: right;
}
.push-product-section .right .text .above {
  margin-right: 102px;
  margin-left: unset;
  text-align: right;
}
.push-product-section .text {
  background-color: #e5e5e5;
}
.push-product-section .text .content {
  display: inline-block;
  margin: 40px 102px 78px 102px;
  max-width: 500px;
  text-align: left;
}
.push-product-section .text .content > * {
  margin-bottom: 20px;
}
.push-product-section .text .content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 350px;
  font-weight: 900;
  font-size: 1.7em;
}
.push-product-section .text .content .content-text p {
  line-height: 1.5;
}
.push-product-section .text .content .btn {
  padding-right: 78px;
  padding-left: 78px;
}
.push-product-section .text .content i {
  color: #d4d4d4;
  font-size: 3.5em;
}
.push-product-section .text .above {
  margin-top: 102px;
  margin-bottom: 0;
  margin-left: 102px;
}
.push-product-section .text .above .above {
  bottom: 50px;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.push-product-section .text .above h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.push-product-section a,
.push-product-section .btn,
.push-product-section .above * {
  color: #1c1c1c;
}
.push-product-section .above p:nth-child(2) {
  text-transform: uppercase;
}
.push-product-section .above p:nth-child(3) {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 300;
}
.push-product-section .above > :last-child {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .push-product-section {
    margin: 40px 0;
  }
  .push-product-section article #push-product-link {
    pointer-events: auto;
  }
  .push-product-section article #push-product-link .img {
    height: 270px;
  }
  .push-product-section article,
  .push-product-section .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .push-product-section article .push-product-translate,
  .push-product-section .right .push-product-translate {
    z-index: 1;
    margin-bottom: -270px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .push-product-section article .text,
  .push-product-section .right .text {
    text-align: center;
  }
  .push-product-section article .open,
  .push-product-section .right .open {
    margin-bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .push-product-section .img {
    min-height: 270px;
  }
  .push-product-section .text {
    margin-bottom: 20px;
    padding: 20px 27px;
    text-align: center;
  }
  .push-product-section .text .content {
    margin: 0;
    text-align: center;
  }
  .push-product-section .text .content .btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .push-product-section .above,
  .push-product-section p {
    display: none;
  }
}
.sneakers-style-section {
  margin: 30px 0;
}
.sneakers-style-section h2 {
  width: 330px;
  margin-top: 50px;
}
.sneakers-style-section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -50px;
  margin-left: -50px;
}
.sneakers-style-section > div > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
  padding: 10px 50px;
  padding-top: 40px;
}
.sneakers-style-section figure {
  margin: 0;
}
.sneakers-style-section figure h3 {
  margin: 5px 0;
  font-weight: 900;
}
.sneakers-style-section figure .img,
.sneakers-style-section figure .img img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  vertical-align: top;
}
.sneakers-style-section figure figcaption {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  background-color: #e5e5e5;
}
.sneakers-style-section figure figcaption div {
  padding: 15px 20px;
}
.sneakers-style-section figure figcaption p {
  margin: 0;
  color: #1c1c1c;
}
.sneakers-style-section .left figcaption {
  -webkit-transform: translate(-20px, -15px);
          transform: translate(-20px, -15px);
}
.sneakers-style-section .right figcaption {
  -webkit-transform: translate(20px, -15px);
          transform: translate(20px, -15px);
}
.sneakers-style-section .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sneakers-style-section .top figcaption {
  margin-bottom: -15px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media (max-width: 1000px) {
  .sneakers-style-section > div > div {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .sneakers-style-section {
    margin: 30px 0;
    padding: 10px;
  }
  .sneakers-style-section h2 {
    margin: 0 20px 20px;
    font-weight: 900;
    font-size: 1.7em;
  }
  .sneakers-style-section .left,
  .sneakers-style-section .right,
  .sneakers-style-section .top figcaption {
    -webkit-transform: none;
            transform: none;
  }
  .sneakers-style-section .top {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .sneakers-style-section .top figcaption {
    margin-bottom: 0;
  }
  .sneakers-style-section > div {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .sneakers-style-section > div > div {
    width: 100%;
    padding: 5px;
  }
  .sneakers-style-section > div > div:nth-child(even) figure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sneakers-style-section figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .sneakers-style-section figure .img,
  .sneakers-style-section figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sneakers-style-section figure .img {
    height: auto;
    max-width: 100%;
  }
  .sneakers-style-section figcaption {
    margin: 0;
    padding: 0;
    background-color: #e5e5e5;
    text-align: left;
    position: relative;
  }
  .sneakers-style-section figcaption h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 1em;
  }
  .sneakers-style-section figcaption div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    top: 50%;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}
@media (max-width: 370px) {
  .sneakers-style-section h2 {
    max-width: 270px;
  }
}
.marque-banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.marque-banner .marque-banner-background {
  background-size: cover;
}
.marque-banner .marque__banner__img {
  display: block;
  width: 100%;
  height: auto;
}
.marque-banner .marque-banner-opacity {
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.marque-banner .marque-banner-logo {
  width: 80%;
  height: 50%;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.marque-banner .marque-banner-logo .marque-brand-logo {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.marque-banner .marque-banner-background,
.marque-banner .marque-banner-opacity {
  height: 100%;
}
.marque-banner .marque-banner-opacity,
.marque-banner .marque-banner-logo {
  position: absolute;
}
.marque-banner .marque-banner-video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 375px;
}
@media screen and (min-width: 700px) {
  .marque-banner .marque-banner-video {
    max-height: 600px;
  }
}

.breadcrumb-container {
  padding: 0 15px;
}
@media screen and (min-width: 1000px) {
  .breadcrumb-container {
    padding: 0;
  }
}
.breadcrumb-container .breadcrumb-items {
  min-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-container .breadcrumb-item {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.625rem;
  list-style-type: none;
  white-space: nowrap;
}
.breadcrumb-container .breadcrumb-item .breadcrumb-sentence {
  display: inline-block;
  color: #1c1c1c;
  margin: 0;
}
.breadcrumb-container .breadcrumb-item .breadcrumb-link {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-container .breadcrumb-item .breadcrumb-link:hover {
  color: #ea580c;
  text-decoration: none;
}
.breadcrumb-container .breadcrumb-item:hover {
  color: #ea580c;
}
.breadcrumb-container .breadcrumb-item:not(.no-content)::after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  border-right: 1px solid #1c1c1c;
  content: " ";
}
.breadcrumb-container .breadcrumb-item:last-child::after {
  display: none;
}

.marque-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 72px 10px;
  min-height: 360px;
}
.marque-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.marque-content .marque-content-video {
  height: 222px;
  background-size: cover;
  position: relative;
}
.marque-content .marque-content-video img {
  height: auto;
  max-width: 100%;
}
.marque-content .marque-content-text {
  background-color: #e5e5e5;
}
.marque-content .marque-content-text > * {
  padding: 0 20px;
}
.marque-content .marque-content-text h2 {
  margin: 20px 0;
  max-width: 250px;
  font-weight: 900;
  font-size: 1.7em;
}
.marque-content .marque-content-text p {
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 1000px) {
  .marque-content {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    margin: 72px 102px;
  }
  .marque-content .marque-content-video {
    height: inherit;
  }
  .marque-content .marque-content-text > * {
    padding: 0 50px;
  }
  .marque-content .marque-content-text h2 {
    margin: 78px 0 30px 0;
  }
  .marque-content .marque-content-text p {
    margin-bottom: 78px;
    line-height: inherit;
  }
}
.marque-presentation .marque-presentation-content {
  margin: 25px 30px 40px 30px;
  text-align: center;
}
.marque-presentation .marque-presentation-content h2 {
  width: 100%;
  text-align: center;
  font-size: 1.7em;
}
.marque-presentation .marque-presentation-content p {
  margin-top: 17.1428571429px;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1.5;
}
.marque-presentation .marque-presentation-content div {
  display: block;
}
.marque-presentation .marque-presentation-content a {
  margin-bottom: 15px;
}
.marque-presentation img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 700px) {
  .marque-presentation .marque-presentation-content {
    margin: 72px 150px;
  }
  .marque-presentation .marque-presentation-content h2 {
    font-size: 3.5em;
  }
  .marque-presentation .marque-presentation-content p {
    margin-top: 60px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.5;
  }
  .marque-presentation .marque-presentation-content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .marque-presentation .marque-presentation-content div > :nth-child(n+2) {
    margin-left: 30px;
  }
  .marque-presentation img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .marque-presentation .marque-presentation-content {
    margin: 60px 240px;
  }
}
.stories-section {
  margin-top: 40px;
  margin-bottom: 60px;
  min-height: inherit;
}
.stories-section .wrapper-homepage {
  padding-right: 10px;
  padding-left: 10px;
}
.stories-section .wrapper-homepage .bottom-content {
  margin: 0;
  position: relative;
}
.stories-section .wrapper-homepage h2 {
  z-index: 3;
  margin-left: 10px;
  text-align: left;
  font-weight: 900;
  font-size: 1.7em;
  line-height: 1;
  position: relative;
}
.stories-section .wrapper-homepage h2::after {
  width: 30px;
  height: 6px;
  margin-right: 25px;
}
.stories-section .title-left {
  display: block;
  position: relative;
}
.stories-section .title-right {
  display: inline-block;
  z-index: 3;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
}
.stories-section .stories-left-image {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 2;
  margin-right: 0;
  margin-bottom: 10px;
  background-size: cover;
  position: relative;
}
.stories-section .stories-left-image img {
  width: 100%;
  margin-top: 30px;
  min-width: 0;
}
.stories-section .stories-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.stories-section .stories-right-video {
  width: 50%;
  margin-right: 10px;
  min-width: 0;
  position: relative;
}
.stories-section .stories-right-image {
  width: 50%;
  min-width: 0;
}
.stories-section .stories-right-image,
.stories-section .stories-right-video {
  display: inline-block;
  width: 50%;
  z-index: 3;
  min-width: 0;
}
.stories-section .stories-right-image img,
.stories-section .stories-right-video img {
  display: block;
  width: 100%;
}
.stories-section .video-overlay {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.stories-section .video-overlay img {
  width: 72px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

@media screen and (min-width: 700px) {
  .stories-section {
    margin-top: 75px;
    min-height: 545px;
  }
  .stories-section .title-left,
  .stories-section .title-right {
    margin-right: 0;
    margin-bottom: 0;
  }
  .stories-section .wrapper-homepage h2 {
    font-size: 3.75rem;
  }
  .stories-section .wrapper-homepage h2::after {
    width: 60px;
    height: 12px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .stories-section .wrapper-homepage {
    margin-right: 0;
    margin-left: 0;
  }
  .stories-section .wrapper-homepage h2 {
    font-size: 6.25rem;
    margin-right: 100px;
    margin-left: 100px;
    text-align: right;
  }
  .stories-section .wrapper-homepage .title-left {
    margin-right: 120px;
  }
  .stories-section .wrapper-homepage .bottom-content {
    margin: -126px 100px 0;
    position: relative;
  }
  .stories-section .stories-left-image img {
    width: 52.5%;
    margin-top: 0;
    min-width: 650px;
  }
  .stories-section .stories-right-side {
    bottom: -30px;
    left: 49%;
    position: absolute;
  }
  .stories-section .stories-right-video {
    margin-right: 30px;
    position: relative;
  }
  .stories-section .stories-right-image,
  .stories-section .stories-right-video {
    display: inline-block;
    width: 31.5%;
    z-index: 3;
    min-width: 200px;
  }
}
.marque-push-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 100px;
  background-color: #f5f5f5;
}
.marque-push-product .left-push-product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.marque-push-product .left-push-product h2 {
  width: 210px;
  margin-top: 102px;
  margin-bottom: 30px;
  margin-left: 60px;
  text-transform: uppercase;
  position: relative;
}
.marque-push-product .left-push-product a {
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  text-transform: uppercase;
  position: relative;
}
.marque-push-product .left-push-product article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.marque-push-product .left-push-product article:first-child {
  margin-top: 300px;
}
.marque-push-product .left-push-product article .product-price {
  color: #1c1c1c;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.8125rem;
  line-height: 1.7;
}
.marque-push-product .left-push-product article .product-price.is-price-range .default-price::before {
  content: attr(data-mention);
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.marque-push-product .left-push-product article .product-price .default-price {
  color: #1c1c1c;
  display: inline-block;
  margin: 0 5px 0 0;
  white-space: nowrap;
  font-weight: 700;
}
.marque-push-product .left-push-product article .product-price .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
}
@media screen and (min-width: 700px) {
  .marque-push-product .left-push-product article .product-price .default-price {
    margin: 0;
  }
}
.marque-push-product .left-push-product article .product-price .promotional-price {
  color: #ea580c;
  font-weight: 700;
}
.marque-push-product .left-push-product article .product-price .promotional-price.is-hidden {
  display: none;
}
.marque-push-product .left-push-product article .left-side {
  width: 100%;
}
.marque-push-product .left-push-product article .left-side a {
  width: inherit;
  margin-left: 0;
  position: inherit;
}
.marque-push-product .left-push-product article .left-side a img {
  right: 0;
  left: auto;
  -webkit-transform: translate(10%, -50%);
          transform: translate(10%, -50%);
}
.marque-push-product .left-push-product article .left-side .left-side-img-container {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.marque-push-product .left-push-product article .left-side .left-side-img-container img {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-10%, -50%);
          transform: translate(-10%, -50%);
  position: absolute;
}
.marque-push-product .left-push-product article .right-side {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin: 6px 25px 15% 25px;
  font-weight: 700;
}
.marque-push-product .left-push-product article .right-side > * {
  color: #1c1c1c;
}
.marque-push-product .left-push-product article .right-side h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.marque-push-product .right-push-product {
  display: block;
  width: 100%;
  position: relative;
}
.marque-push-product .right-push-product #fixed-image .img {
  height: 100vh;
  background-size: cover;
}
.marque-push-product .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.marque-push-product .right .left-side {
  width: 80%;
  margin-top: -20%;
  margin-bottom: 25%;
  margin-left: 20%;
}

@media screen and (min-width: 700px) {
  .marque-push-product .left-push-product {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .marque-push-product .left-push-product h2 {
    width: 251px;
  }
  .marque-push-product .left-push-product a {
    width: 300px;
    margin-left: 60px;
  }
  .marque-push-product .left-push-product article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .marque-push-product .left-push-product article:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .marque-push-product .left-push-product article .left-side {
    width: 60%;
  }
  .marque-push-product .left-push-product article .left-side .left-side-img-container {
    height: 350px;
  }
  .marque-push-product .left-push-product article .right-side {
    margin-left: 60px;
  }
  .marque-push-product .right-push-product {
    display: block;
    width: 100%;
    position: relative;
  }
  .marque-push-product .right-push-product #fixed-image .img {
    height: 100vh;
    background-size: cover;
  }
}
@media screen and (min-width: 1000px) {
  .marque-push-product {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .marque-push-product .left-push-product {
    width: inherit;
    margin-left: inherit;
  }
  .marque-push-product .left-push-product article {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .marque-push-product .left-push-product article .left-side {
    width: 60%;
  }
  .marque-push-product .left-push-product article .left-side a img {
    -webkit-transform: translate(25%, -50%);
            transform: translate(25%, -50%);
  }
  .marque-push-product .left-push-product article .left-side .left-side-img-container img {
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
  .marque-push-product .right-push-product {
    width: 45%;
  }
  .marque-push-product .right .right-side {
    margin-bottom: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .marque-push-product .left-push-product article .left-side a img {
    -webkit-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }
  .marque-push-product .left-push-product article .left-side .left-side-img-container img {
    -webkit-transform: translate(-10%, -50%);
            transform: translate(-10%, -50%);
  }
}
.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em auto;
}
@media screen and (min-width: 1000px) {
  .product-gallery {
    margin: 4em auto;
  }
}
.product-gallery .product-gallery-item {
  width: calc(50% - 1px);
  margin-right: 2px;
  margin-bottom: 2px;
}
.product-gallery .product-gallery-item:nth-child(even) {
  margin-right: 0;
}
@media screen and (min-width: 700px) {
  .product-gallery .product-gallery-item {
    width: 25%;
    margin-right: 0;
  }
}
.product-gallery .product-gallery-img {
  display: block;
  height: auto;
  width: 100%;
}
.product-gallery a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.product-gallery a:hover {
  opacity: 0.7;
}

.cross-sell {
  margin: 0 !important;
  padding: 30px 20px;
  max-width: none;
}
@media screen and (min-width: 1200px) {
  .cross-sell {
    padding: 30px 40px;
  }
}
.cross-sell h2 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 500;
  line-height: 122%;
  text-transform: lowercase;
  font-family: "CourirSerif" !important;
}
.cross-sell h2::first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .cross-sell h2 {
    margin: 0 20px 30px;
    font-size: 2.143em;
  }
}
.cross-sell .cross-sell__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cross-sell .cross-sell__container .grid-tile__quickbuy {
  -webkit-box-flex: initial !important;
      -ms-flex: initial !important;
          flex: initial !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.cross-sell .cross-sell__container .most-wanted__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 15px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 20px 25px 0;
}
.cross-sell .cross-sell__container .most-wanted__product:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .cross-sell .cross-sell__container .most-wanted__product {
    width: calc(50% - 5px);
    margin: 0 10px 25px 0;
  }
  .cross-sell .cross-sell__container .most-wanted__product:nth-of-type(2n) {
    margin-right: 0;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__img {
  width: 100%;
  background: #e5e5e5;
  position: relative;
}
.cross-sell .cross-sell__container .most-wanted__product .product__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 210px;
}
.cross-sell .cross-sell__container .most-wanted__product .product-tags-item.macaron-tag {
  width: auto;
}
.cross-sell .cross-sell__container .most-wanted__product .product-tags-item.black-tag {
  float: left;
  padding: 0 6px;
  background-color: #1c1c1c;
  font-size: 0.75rem;
  border-radius: 2px;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  color: #1c1c1c;
  font-size: 0.8125rem;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details span {
  display: block;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details span.brand-code, .cross-sell .cross-sell__container .most-wanted__product .product__listing-details span.product-name {
  font-weight: 700;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details__price-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details__price-rating {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 0 10px;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .bazaarvoice__inlineratings {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details .bazaarvoice__inlineratings {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .bazaarvoice__inlineratings__stars {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 0 0 -2px;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details .bazaarvoice__inlineratings__stars {
    margin: 0;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .bazaarvoice__inlineratings__ratings,
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .bazaarvoice__inlineratings__reviewcount {
  display: none;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .product__price-and-rating {
  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;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details .product__price-and-rating {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details .product__price-and-rating .price__infos {
    text-align: right;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .is-price-range .default-price::before {
  content: attr(data-mention);
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .default-price {
  display: inline-block;
  margin: 0 5px 0 0;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details .default-price {
    display: block;
    margin: 0;
  }
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .default-price + .promotional-price {
  color: #ea580c;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .promotional-price {
  font-weight: 700;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .promotional-price.is-hidden {
  display: none;
}
.cross-sell .cross-sell__container .most-wanted__product .product__listing-details .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
}
@media screen and (min-width: 700px) {
  .cross-sell .cross-sell__container .most-wanted__product .product__listing-details .product-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.mySwiper__cross-sell {
  margin: 0;
}
.mySwiper__cross-sell .most-wanted__product.swiper {
  overflow: initial;
}
.mySwiper__cross-sell .most-wanted__product.swiper .product__link {
  color: #1c1c1c;
}
.mySwiper__cross-sell .most-wanted__product.swiper .product__link:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.mySwiper__cross-sell .swiper-wrapper {
  padding: 0 0 20px;
}
@media screen and (min-width: 1200px) {
  .mySwiper__cross-sell .swiper-wrapper {
    padding: 0 0 60px;
  }
}
.mySwiper__cross-sell .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}
.mySwiper__cross-sell .swiper-button-next,
.mySwiper__cross-sell .swiper-button-prev {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #ffffff;
  border-radius: 50%;
  right: 20px !important;
  z-index: 3;
  -webkit-box-shadow: 3px 4px 4px #d4d4d4;
          box-shadow: 3px 4px 4px #d4d4d4;
  top: 40%;
}
.mySwiper__cross-sell .swiper-button-next.active,
.mySwiper__cross-sell .swiper-button-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mySwiper__cross-sell .swiper-button-next.active:hover,
.mySwiper__cross-sell .swiper-button-prev.active:hover {
  background-color: #ece8e1;
  border-color: #ece8e1;
  color: #1c1c1c;
}
.mySwiper__cross-sell .swiper-button-next .swiper-navigation-icon,
.mySwiper__cross-sell .swiper-button-prev .swiper-navigation-icon {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c1c1c;
  height: 15px;
}
.mySwiper__cross-sell .swiper-button-next.swiper-button-disabled,
.mySwiper__cross-sell .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.player-container {
  width: 90vw;
  height: 80vh;
  top: 50%;
  left: 50%;
  z-index: 150;
  visibility: hidden;
  border: 2px solid #ffffff;
  max-width: 1920px;
  max-height: 1080px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate(-50%, calc(-50% + 20px));
          transform: translate(-50%, calc(-50% + 20px));
  position: fixed;
}
@media screen and (min-width: 1000px) {
  .player-container {
    width: 80vw;
  }
}
.player-container.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.player-container .youtubeplayer {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
}
.player-container .closepopinplayer {
  width: 40px;
  height: 40px;
  top: -45px;
  right: -5px;
  border-radius: 50%;
  background-color: #1c1c1c;
  cursor: pointer;
  -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;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
}
.player-container .closepopinplayer:hover {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.player-container .closepopinplayer i {
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.video-overlay {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.video-overlay .play-video {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
}
.video-overlay .play-video::before {
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
  content: "";
  -webkit-transform: translate(calc(-50% + 2px), -50%);
          transform: translate(calc(-50% + 2px), -50%);
  position: absolute;
}
.video-overlay .play-video:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.hide_bv_number_rating [data-bv-show=inline_rating] .bv_main_container .bv_averageRating_component_container,
.hide_bv_number_rating [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container {
  display: none !important;
}

.product__tags {
  width: calc(100% - 1em);
  top: 0.5em;
  left: 0.5em;
  text-align: left;
  position: absolute;
  text-transform: initial;
}
@media screen and (min-width: 1000px) {
  .product__tags {
    width: calc(100% - 1.4em);
    top: 0.7em;
    left: 0.7em;
  }
}
.product__tags.is-hidden {
  display: none;
}
.product__tags .product-tags-item {
  display: inline-block;
  padding: 0 6px;
  background-color: #ea580c;
  color: #ffffff;
  list-style: none;
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 20px;
  font-family: "Roboto";
  height: 20px;
}
@media screen and (min-width: 375px) {
  .product__tags .product-tags-item {
    font-size: 0.65em;
  }
}
@media screen and (min-width: 480px) {
  .product__tags .product-tags-item {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 960px) {
  .product__tags .product-tags-item {
    font-size: 0.9em;
  }
}
.product__tags .product-tags-item.black-tag {
  float: left;
  padding: 0 6px;
  background-color: #1c1c1c;
  font-size: 0.75rem;
  border-radius: 2px;
}
.product__tags .product-tags-item.green-spirit-tag {
  float: left;
  margin: 0;
  border-radius: 50%;
  width: 50px !important;
  background-color: transparent;
  padding: 0;
  pointer-events: none;
  height: auto;
}
@media screen and (min-width: 700px) {
  .product__tags .product-tags-item.green-spirit-tag {
    width: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product__tags .product-tags-item.green-spirit-tag {
    width: 70px !important;
  }
}
.product__tags .product-tags-item.macaron-tag {
  float: left;
  margin: 0;
  height: 50px !important;
  background-color: transparent;
  padding: 0;
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .product__tags .product-tags-item.macaron-tag {
    height: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product__tags .product-tags-item.macaron-tag {
    height: 70px !important;
  }
}
.product__tags .product-tags-item.is-hidden {
  display: none;
}
.product__tags .dot-tag {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #be262a;
  vertical-align: middle;
}
.product__tags .dot-tag.tiny {
  width: 15px;
  height: 15px;
  background: #721012;
}
@media screen and (min-width: 1000px) {
  .product__tags .dot-tag.tiny {
    width: 20px;
    height: 20px;
  }
}

.price-badge-block:not(.has-discount) {
  display: none;
}

.price-range-block:not(.has-price-range) {
  display: none;
}

.product-price-container .default-price-availability:not(.is-available-default-price) {
  display: none;
}
.product-price-container .promotional-price-availability:not(.is-available-promotional-price) {
  display: none;
}

/*
* Font-size
*/
.u-font-10 {
  font-size: 0.625rem !important;
}

.u-font-12 {
  font-size: 0.75rem !important;
}

.u-font-14 {
  font-size: 0.875rem !important;
}

.u-font-16 {
  font-size: 1rem !important;
}

/*
* Font-weight
*/
.u-font-400 {
  font-weight: 400 !important;
}

.u-font-600 {
  font-weight: 600 !important;
}

.u-font-700 {
  font-weight: 700 !important;
}

/*
* Spacing
*/
.u-mt-4 {
  margin-top: 4px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.u-my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-m-4 {
  margin: 4px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.u-py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.u-p-4 {
  padding: 4px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-m-8 {
  margin: 8px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-m-16 {
  margin: 16px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-m-24 {
  margin: 24px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-m-32 {
  margin: 32px !important;
}

.u-pt-32 {
  padding-top: 32px !important;
}

.u-pr-32 {
  padding-right: 32px !important;
}

.u-pb-32 {
  padding-bottom: 32px !important;
}

.u-pl-32 {
  padding-left: 32px !important;
}

.u-px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-p-32 {
  padding: 32px !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-pt-auto {
  padding-top: auto !important;
}

.u-pr-auto {
  padding-right: auto !important;
}

.u-pb-auto {
  padding-bottom: auto !important;
}

.u-pl-auto {
  padding-left: auto !important;
}

.u-px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.u-py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.u-p-auto {
  padding: auto !important;
}

@media screen and (max-width: mobile) {
  .u-mt-4\@mobile {
    margin-top: 4px !important;
  }
  .u-mr-4\@mobile {
    margin-right: 4px !important;
  }
  .u-mb-4\@mobile {
    margin-bottom: 4px !important;
  }
  .u-ml-4\@mobile {
    margin-left: 4px !important;
  }
  .u-mx-4\@mobile {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-my-4\@mobile {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .u-m-4\@mobile {
    margin: 4px !important;
  }
  .u-pt-4\@mobile {
    padding-top: 4px !important;
  }
  .u-pr-4\@mobile {
    padding-right: 4px !important;
  }
  .u-pb-4\@mobile {
    padding-bottom: 4px !important;
  }
  .u-pl-4\@mobile {
    padding-left: 4px !important;
  }
  .u-px-4\@mobile {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-py-4\@mobile {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .u-p-4\@mobile {
    padding: 4px !important;
  }
  .u-mt-8\@mobile {
    margin-top: 8px !important;
  }
  .u-mr-8\@mobile {
    margin-right: 8px !important;
  }
  .u-mb-8\@mobile {
    margin-bottom: 8px !important;
  }
  .u-ml-8\@mobile {
    margin-left: 8px !important;
  }
  .u-mx-8\@mobile {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my-8\@mobile {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-m-8\@mobile {
    margin: 8px !important;
  }
  .u-pt-8\@mobile {
    padding-top: 8px !important;
  }
  .u-pr-8\@mobile {
    padding-right: 8px !important;
  }
  .u-pb-8\@mobile {
    padding-bottom: 8px !important;
  }
  .u-pl-8\@mobile {
    padding-left: 8px !important;
  }
  .u-px-8\@mobile {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-py-8\@mobile {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-p-8\@mobile {
    padding: 8px !important;
  }
  .u-mt-16\@mobile {
    margin-top: 16px !important;
  }
  .u-mr-16\@mobile {
    margin-right: 16px !important;
  }
  .u-mb-16\@mobile {
    margin-bottom: 16px !important;
  }
  .u-ml-16\@mobile {
    margin-left: 16px !important;
  }
  .u-mx-16\@mobile {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my-16\@mobile {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-m-16\@mobile {
    margin: 16px !important;
  }
  .u-pt-16\@mobile {
    padding-top: 16px !important;
  }
  .u-pr-16\@mobile {
    padding-right: 16px !important;
  }
  .u-pb-16\@mobile {
    padding-bottom: 16px !important;
  }
  .u-pl-16\@mobile {
    padding-left: 16px !important;
  }
  .u-px-16\@mobile {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-py-16\@mobile {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-p-16\@mobile {
    padding: 16px !important;
  }
  .u-mt-24\@mobile {
    margin-top: 24px !important;
  }
  .u-mr-24\@mobile {
    margin-right: 24px !important;
  }
  .u-mb-24\@mobile {
    margin-bottom: 24px !important;
  }
  .u-ml-24\@mobile {
    margin-left: 24px !important;
  }
  .u-mx-24\@mobile {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my-24\@mobile {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-m-24\@mobile {
    margin: 24px !important;
  }
  .u-pt-24\@mobile {
    padding-top: 24px !important;
  }
  .u-pr-24\@mobile {
    padding-right: 24px !important;
  }
  .u-pb-24\@mobile {
    padding-bottom: 24px !important;
  }
  .u-pl-24\@mobile {
    padding-left: 24px !important;
  }
  .u-px-24\@mobile {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-py-24\@mobile {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-p-24\@mobile {
    padding: 24px !important;
  }
  .u-mt-32\@mobile {
    margin-top: 32px !important;
  }
  .u-mr-32\@mobile {
    margin-right: 32px !important;
  }
  .u-mb-32\@mobile {
    margin-bottom: 32px !important;
  }
  .u-ml-32\@mobile {
    margin-left: 32px !important;
  }
  .u-mx-32\@mobile {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my-32\@mobile {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-m-32\@mobile {
    margin: 32px !important;
  }
  .u-pt-32\@mobile {
    padding-top: 32px !important;
  }
  .u-pr-32\@mobile {
    padding-right: 32px !important;
  }
  .u-pb-32\@mobile {
    padding-bottom: 32px !important;
  }
  .u-pl-32\@mobile {
    padding-left: 32px !important;
  }
  .u-px-32\@mobile {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-py-32\@mobile {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-p-32\@mobile {
    padding: 32px !important;
  }
  .u-mt-0\@mobile {
    margin-top: 0 !important;
  }
  .u-mr-0\@mobile {
    margin-right: 0 !important;
  }
  .u-mb-0\@mobile {
    margin-bottom: 0 !important;
  }
  .u-ml-0\@mobile {
    margin-left: 0 !important;
  }
  .u-mx-0\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-my-0\@mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-m-0\@mobile {
    margin: 0 !important;
  }
  .u-pt-0\@mobile {
    padding-top: 0 !important;
  }
  .u-pr-0\@mobile {
    padding-right: 0 !important;
  }
  .u-pb-0\@mobile {
    padding-bottom: 0 !important;
  }
  .u-pl-0\@mobile {
    padding-left: 0 !important;
  }
  .u-px-0\@mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-py-0\@mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-p-0\@mobile {
    padding: 0 !important;
  }
  .u-mt-auto\@mobile {
    margin-top: auto !important;
  }
  .u-mr-auto\@mobile {
    margin-right: auto !important;
  }
  .u-mb-auto\@mobile {
    margin-bottom: auto !important;
  }
  .u-ml-auto\@mobile {
    margin-left: auto !important;
  }
  .u-mx-auto\@mobile {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-my-auto\@mobile {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-m-auto\@mobile {
    margin: auto !important;
  }
  .u-pt-auto\@mobile {
    padding-top: auto !important;
  }
  .u-pr-auto\@mobile {
    padding-right: auto !important;
  }
  .u-pb-auto\@mobile {
    padding-bottom: auto !important;
  }
  .u-pl-auto\@mobile {
    padding-left: auto !important;
  }
  .u-px-auto\@mobile {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-py-auto\@mobile {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .u-p-auto\@mobile {
    padding: auto !important;
  }
}
@media screen and (max-width: tablet) {
  .u-mt-4\@tablet {
    margin-top: 4px !important;
  }
  .u-mr-4\@tablet {
    margin-right: 4px !important;
  }
  .u-mb-4\@tablet {
    margin-bottom: 4px !important;
  }
  .u-ml-4\@tablet {
    margin-left: 4px !important;
  }
  .u-mx-4\@tablet {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-my-4\@tablet {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .u-m-4\@tablet {
    margin: 4px !important;
  }
  .u-pt-4\@tablet {
    padding-top: 4px !important;
  }
  .u-pr-4\@tablet {
    padding-right: 4px !important;
  }
  .u-pb-4\@tablet {
    padding-bottom: 4px !important;
  }
  .u-pl-4\@tablet {
    padding-left: 4px !important;
  }
  .u-px-4\@tablet {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-py-4\@tablet {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .u-p-4\@tablet {
    padding: 4px !important;
  }
  .u-mt-8\@tablet {
    margin-top: 8px !important;
  }
  .u-mr-8\@tablet {
    margin-right: 8px !important;
  }
  .u-mb-8\@tablet {
    margin-bottom: 8px !important;
  }
  .u-ml-8\@tablet {
    margin-left: 8px !important;
  }
  .u-mx-8\@tablet {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my-8\@tablet {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-m-8\@tablet {
    margin: 8px !important;
  }
  .u-pt-8\@tablet {
    padding-top: 8px !important;
  }
  .u-pr-8\@tablet {
    padding-right: 8px !important;
  }
  .u-pb-8\@tablet {
    padding-bottom: 8px !important;
  }
  .u-pl-8\@tablet {
    padding-left: 8px !important;
  }
  .u-px-8\@tablet {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-py-8\@tablet {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-p-8\@tablet {
    padding: 8px !important;
  }
  .u-mt-16\@tablet {
    margin-top: 16px !important;
  }
  .u-mr-16\@tablet {
    margin-right: 16px !important;
  }
  .u-mb-16\@tablet {
    margin-bottom: 16px !important;
  }
  .u-ml-16\@tablet {
    margin-left: 16px !important;
  }
  .u-mx-16\@tablet {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my-16\@tablet {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-m-16\@tablet {
    margin: 16px !important;
  }
  .u-pt-16\@tablet {
    padding-top: 16px !important;
  }
  .u-pr-16\@tablet {
    padding-right: 16px !important;
  }
  .u-pb-16\@tablet {
    padding-bottom: 16px !important;
  }
  .u-pl-16\@tablet {
    padding-left: 16px !important;
  }
  .u-px-16\@tablet {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-py-16\@tablet {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-p-16\@tablet {
    padding: 16px !important;
  }
  .u-mt-24\@tablet {
    margin-top: 24px !important;
  }
  .u-mr-24\@tablet {
    margin-right: 24px !important;
  }
  .u-mb-24\@tablet {
    margin-bottom: 24px !important;
  }
  .u-ml-24\@tablet {
    margin-left: 24px !important;
  }
  .u-mx-24\@tablet {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my-24\@tablet {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-m-24\@tablet {
    margin: 24px !important;
  }
  .u-pt-24\@tablet {
    padding-top: 24px !important;
  }
  .u-pr-24\@tablet {
    padding-right: 24px !important;
  }
  .u-pb-24\@tablet {
    padding-bottom: 24px !important;
  }
  .u-pl-24\@tablet {
    padding-left: 24px !important;
  }
  .u-px-24\@tablet {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-py-24\@tablet {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-p-24\@tablet {
    padding: 24px !important;
  }
  .u-mt-32\@tablet {
    margin-top: 32px !important;
  }
  .u-mr-32\@tablet {
    margin-right: 32px !important;
  }
  .u-mb-32\@tablet {
    margin-bottom: 32px !important;
  }
  .u-ml-32\@tablet {
    margin-left: 32px !important;
  }
  .u-mx-32\@tablet {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my-32\@tablet {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-m-32\@tablet {
    margin: 32px !important;
  }
  .u-pt-32\@tablet {
    padding-top: 32px !important;
  }
  .u-pr-32\@tablet {
    padding-right: 32px !important;
  }
  .u-pb-32\@tablet {
    padding-bottom: 32px !important;
  }
  .u-pl-32\@tablet {
    padding-left: 32px !important;
  }
  .u-px-32\@tablet {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-py-32\@tablet {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-p-32\@tablet {
    padding: 32px !important;
  }
  .u-mt-0\@tablet {
    margin-top: 0 !important;
  }
  .u-mr-0\@tablet {
    margin-right: 0 !important;
  }
  .u-mb-0\@tablet {
    margin-bottom: 0 !important;
  }
  .u-ml-0\@tablet {
    margin-left: 0 !important;
  }
  .u-mx-0\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-my-0\@tablet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-m-0\@tablet {
    margin: 0 !important;
  }
  .u-pt-0\@tablet {
    padding-top: 0 !important;
  }
  .u-pr-0\@tablet {
    padding-right: 0 !important;
  }
  .u-pb-0\@tablet {
    padding-bottom: 0 !important;
  }
  .u-pl-0\@tablet {
    padding-left: 0 !important;
  }
  .u-px-0\@tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-py-0\@tablet {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-p-0\@tablet {
    padding: 0 !important;
  }
  .u-mt-auto\@tablet {
    margin-top: auto !important;
  }
  .u-mr-auto\@tablet {
    margin-right: auto !important;
  }
  .u-mb-auto\@tablet {
    margin-bottom: auto !important;
  }
  .u-ml-auto\@tablet {
    margin-left: auto !important;
  }
  .u-mx-auto\@tablet {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-my-auto\@tablet {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-m-auto\@tablet {
    margin: auto !important;
  }
  .u-pt-auto\@tablet {
    padding-top: auto !important;
  }
  .u-pr-auto\@tablet {
    padding-right: auto !important;
  }
  .u-pb-auto\@tablet {
    padding-bottom: auto !important;
  }
  .u-pl-auto\@tablet {
    padding-left: auto !important;
  }
  .u-px-auto\@tablet {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-py-auto\@tablet {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .u-p-auto\@tablet {
    padding: auto !important;
  }
}
@media screen and (max-width: desktop) {
  .u-mt-4\@desktop {
    margin-top: 4px !important;
  }
  .u-mr-4\@desktop {
    margin-right: 4px !important;
  }
  .u-mb-4\@desktop {
    margin-bottom: 4px !important;
  }
  .u-ml-4\@desktop {
    margin-left: 4px !important;
  }
  .u-mx-4\@desktop {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-my-4\@desktop {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .u-m-4\@desktop {
    margin: 4px !important;
  }
  .u-pt-4\@desktop {
    padding-top: 4px !important;
  }
  .u-pr-4\@desktop {
    padding-right: 4px !important;
  }
  .u-pb-4\@desktop {
    padding-bottom: 4px !important;
  }
  .u-pl-4\@desktop {
    padding-left: 4px !important;
  }
  .u-px-4\@desktop {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-py-4\@desktop {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .u-p-4\@desktop {
    padding: 4px !important;
  }
  .u-mt-8\@desktop {
    margin-top: 8px !important;
  }
  .u-mr-8\@desktop {
    margin-right: 8px !important;
  }
  .u-mb-8\@desktop {
    margin-bottom: 8px !important;
  }
  .u-ml-8\@desktop {
    margin-left: 8px !important;
  }
  .u-mx-8\@desktop {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my-8\@desktop {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .u-m-8\@desktop {
    margin: 8px !important;
  }
  .u-pt-8\@desktop {
    padding-top: 8px !important;
  }
  .u-pr-8\@desktop {
    padding-right: 8px !important;
  }
  .u-pb-8\@desktop {
    padding-bottom: 8px !important;
  }
  .u-pl-8\@desktop {
    padding-left: 8px !important;
  }
  .u-px-8\@desktop {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-py-8\@desktop {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .u-p-8\@desktop {
    padding: 8px !important;
  }
  .u-mt-16\@desktop {
    margin-top: 16px !important;
  }
  .u-mr-16\@desktop {
    margin-right: 16px !important;
  }
  .u-mb-16\@desktop {
    margin-bottom: 16px !important;
  }
  .u-ml-16\@desktop {
    margin-left: 16px !important;
  }
  .u-mx-16\@desktop {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my-16\@desktop {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .u-m-16\@desktop {
    margin: 16px !important;
  }
  .u-pt-16\@desktop {
    padding-top: 16px !important;
  }
  .u-pr-16\@desktop {
    padding-right: 16px !important;
  }
  .u-pb-16\@desktop {
    padding-bottom: 16px !important;
  }
  .u-pl-16\@desktop {
    padding-left: 16px !important;
  }
  .u-px-16\@desktop {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-py-16\@desktop {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .u-p-16\@desktop {
    padding: 16px !important;
  }
  .u-mt-24\@desktop {
    margin-top: 24px !important;
  }
  .u-mr-24\@desktop {
    margin-right: 24px !important;
  }
  .u-mb-24\@desktop {
    margin-bottom: 24px !important;
  }
  .u-ml-24\@desktop {
    margin-left: 24px !important;
  }
  .u-mx-24\@desktop {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my-24\@desktop {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .u-m-24\@desktop {
    margin: 24px !important;
  }
  .u-pt-24\@desktop {
    padding-top: 24px !important;
  }
  .u-pr-24\@desktop {
    padding-right: 24px !important;
  }
  .u-pb-24\@desktop {
    padding-bottom: 24px !important;
  }
  .u-pl-24\@desktop {
    padding-left: 24px !important;
  }
  .u-px-24\@desktop {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-py-24\@desktop {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .u-p-24\@desktop {
    padding: 24px !important;
  }
  .u-mt-32\@desktop {
    margin-top: 32px !important;
  }
  .u-mr-32\@desktop {
    margin-right: 32px !important;
  }
  .u-mb-32\@desktop {
    margin-bottom: 32px !important;
  }
  .u-ml-32\@desktop {
    margin-left: 32px !important;
  }
  .u-mx-32\@desktop {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my-32\@desktop {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .u-m-32\@desktop {
    margin: 32px !important;
  }
  .u-pt-32\@desktop {
    padding-top: 32px !important;
  }
  .u-pr-32\@desktop {
    padding-right: 32px !important;
  }
  .u-pb-32\@desktop {
    padding-bottom: 32px !important;
  }
  .u-pl-32\@desktop {
    padding-left: 32px !important;
  }
  .u-px-32\@desktop {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-py-32\@desktop {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .u-p-32\@desktop {
    padding: 32px !important;
  }
  .u-mt-0\@desktop {
    margin-top: 0 !important;
  }
  .u-mr-0\@desktop {
    margin-right: 0 !important;
  }
  .u-mb-0\@desktop {
    margin-bottom: 0 !important;
  }
  .u-ml-0\@desktop {
    margin-left: 0 !important;
  }
  .u-mx-0\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-my-0\@desktop {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .u-m-0\@desktop {
    margin: 0 !important;
  }
  .u-pt-0\@desktop {
    padding-top: 0 !important;
  }
  .u-pr-0\@desktop {
    padding-right: 0 !important;
  }
  .u-pb-0\@desktop {
    padding-bottom: 0 !important;
  }
  .u-pl-0\@desktop {
    padding-left: 0 !important;
  }
  .u-px-0\@desktop {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .u-py-0\@desktop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .u-p-0\@desktop {
    padding: 0 !important;
  }
  .u-mt-auto\@desktop {
    margin-top: auto !important;
  }
  .u-mr-auto\@desktop {
    margin-right: auto !important;
  }
  .u-mb-auto\@desktop {
    margin-bottom: auto !important;
  }
  .u-ml-auto\@desktop {
    margin-left: auto !important;
  }
  .u-mx-auto\@desktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-my-auto\@desktop {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .u-m-auto\@desktop {
    margin: auto !important;
  }
  .u-pt-auto\@desktop {
    padding-top: auto !important;
  }
  .u-pr-auto\@desktop {
    padding-right: auto !important;
  }
  .u-pb-auto\@desktop {
    padding-bottom: auto !important;
  }
  .u-pl-auto\@desktop {
    padding-left: auto !important;
  }
  .u-px-auto\@desktop {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-py-auto\@desktop {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .u-p-auto\@desktop {
    padding: auto !important;
  }
}
/*
* Text
*/
.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.global__information__banner {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global__information__banner .global__information__container .link {
  text-decoration: none;
}

#marketing-banner {
  position: relative;
  z-index: 110;
}
#marketing-banner.is-hidden {
  display: none;
}
#marketing-banner .swiper {
  width: 100%;
  height: 32px;
}
#marketing-banner .swiper-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 55px);
  margin: 0 auto;
}
#marketing-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#marketing-banner .swiper-button-next,
#marketing-banner .swiper-button-prev {
  width: 24px;
  height: 24px;
}
#marketing-banner .swiper-button-next svg,
#marketing-banner .swiper-button-next .swiper-navigation-icon,
#marketing-banner .swiper-button-prev svg,
#marketing-banner .swiper-button-prev .swiper-navigation-icon {
  width: 0.4375rem;
  height: 0.4375rem;
  fill: currentColor;
}
#marketing-banner .swiper-button-next .swiper-navigation-icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#marketing-banner .swiper-button-prev {
  margin-left: 0;
}
#marketing-banner .swiper-button-prev .swiper-navigation-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#marketing-banner .swiper-slide a p {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}
#marketing-banner .swiper-button-next,
#marketing-banner .swiper-rtl .swiper-button-prev {
  right: 0% !important;
  left: auto !important;
}
#marketing-banner .swiper-button-prev,
#marketing-banner .swiper-rtl .swiper-button-next {
  left: 0% !important;
  right: auto !important;
}
#marketing-banner p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-grey-darkest {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 16px;
}

.text-grey-dark {
  color: #8795A1 !important;
}

.text-courir {
  color: #EA580C !important;
}

#headerMobile {
  z-index: 111;
  position: sticky;
  top: 0;
}
#headerMobile .header-search .site-search {
  display: block;
}
#headerMobile.filter-sticky {
  height: 60px;
}
#headerMobile.transparent-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, var(--gradient-opacity-start, 40%))), color-stop(50%, rgba(0, 0, 0, var(--gradient-opacity-middle, 20%))), to(rgba(0, 0, 0, var(--gradient-opacity-end, 0%)))) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, var(--gradient-opacity-start, 40%)) 0%, rgba(0, 0, 0, var(--gradient-opacity-middle, 20%)) 50%, rgba(0, 0, 0, var(--gradient-opacity-end, 0%)) 100%) !important;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  z-index: 100;
  position: absolute;
  z-index: 111;
  width: 100%;
  left: 0;
  right: 0;
}
#headerMobile.transparent-header .top-banner {
  background-color: transparent !important;
}
#headerMobile.transparent-header .header-search input {
  color: #9A9A9A !important;
  background-color: #f5f5f5 !important;
}
#headerMobile.transparent-header .header-search input:hover, #headerMobile.transparent-header .header-search input:focus, #headerMobile.transparent-header .header-search input:focus-visible {
  background-color: #f5f5f5 !important;
}
#headerMobile.transparent-header .top-banner__search,
#headerMobile.transparent-header .header-search {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
#headerMobile.transparent-header .top-banner,
#headerMobile.transparent-header .header-bottom-section,
#headerMobile.transparent-header .container {
  background-color: transparent !important;
}
#headerMobile.transparent-header .navbar-toggler,
#headerMobile.transparent-header .top-banner__stores__button,
#headerMobile.transparent-header .top-banner__account button,
#headerMobile.transparent-header .mini-cart-link,
#headerMobile.transparent-header .search-back-btn {
  color: #ffffff !important;
}
#headerMobile.transparent-header .menu-toggle::before, #headerMobile.transparent-header .menu-toggle::after,
#headerMobile.transparent-header .menu-toggle .menu-btn {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header .mini-cart-link svg,
#headerMobile.transparent-header .top-banner__stores__button__icon svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled {
  height: 60px !important;
  overflow: visible;
  background-color: #ffffff !important;
  position: sticky;
  left: 0;
  right: 0;
  z-index: 100;
  position: sticky;
  top: 0;
}
#headerMobile.transparent-header.is--scrolled .top-banner {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .white-header .top-banner {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .header-bottom-section {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .main-menu {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .main_menu[role=navigation] {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .navbar.bg-inverse {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .container {
  background-color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .topcat-name,
#headerMobile.transparent-header.is--scrolled .submenu-link,
#headerMobile.transparent-header.is--scrolled .menu_main-link,
#headerMobile.transparent-header.is--scrolled .menu_item a,
#headerMobile.transparent-header.is--scrolled .menu-utility-user a,
#headerMobile.transparent-header.is--scrolled .mini-cart-link,
#headerMobile.transparent-header.is--scrolled .locale-selector,
#headerMobile.transparent-header.is--scrolled .top-banner__stores__button,
#headerMobile.transparent-header.is--scrolled .country__selector,
#headerMobile.transparent-header.is--scrolled .search__btn,
#headerMobile.transparent-header.is--scrolled .navbar-nav.navbar-nav-desktop li,
#headerMobile.transparent-header.is--scrolled .navbar-nav.navbar-nav-desktop li a,
#headerMobile.transparent-header.is--scrolled .search__cta,
#headerMobile.transparent-header.is--scrolled .search-back-btn {
  color: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled .mini-cart-link svg,
#headerMobile.transparent-header.is--scrolled .top-banner__stores__button svg,
#headerMobile.transparent-header.is--scrolled .user-info svg {
  fill: #1c1c1c !important;
  stroke: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled #wishlist-link .user-links__link__icon__container svg,
#headerMobile.transparent-header.is--scrolled #wishlist-link .user-links__link__icon__container i {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}
#headerMobile.transparent-header.is--scrolled .neo-arrow_down {
  color: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled .header-bottom-section,
#headerMobile.transparent-header.is--scrolled .main_menu[role=navigation] {
  border-color: #d4d4d4 !important;
}
#headerMobile.transparent-header.is--scrolled .brand-submenu-list span {
  color: #767676 !important;
}
#headerMobile.transparent-header.is--scrolled .top-banner__search,
#headerMobile.transparent-header.is--scrolled .header-bottom-section {
  display: none;
}
#headerMobile.transparent-header.is--scrolled .navbar-toggler,
#headerMobile.transparent-header.is--scrolled .top-banner__stores__button,
#headerMobile.transparent-header.is--scrolled .top-banner__account button,
#headerMobile.transparent-header.is--scrolled .mini-cart-link:not(.minicart-panel .mini-cart-link),
#headerMobile.transparent-header.is--scrolled .search-back-btn {
  color: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled .menu-toggle::before, #headerMobile.transparent-header.is--scrolled .menu-toggle::after,
#headerMobile.transparent-header.is--scrolled .menu-toggle .menu-btn {
  background-color: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled .top-banner__account svg {
  fill: #1c1c1c !important;
  stroke: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled .mini-cart-link svg,
#headerMobile.transparent-header.is--scrolled .top-banner__stores__button__icon svg {
  fill: #1c1c1c !important;
  stroke: #1c1c1c !important;
}
#headerMobile.transparent-header.is--scrolled .primary-logo .logo-transparent {
  display: none;
}
#headerMobile.transparent-header.is--scrolled .primary-logo .logo-normal {
  display: inline-block !important;
}
#headerMobile.transparent-header.is--scrolled .primary-logo img:not(.logo-transparent, .logo-normal) {
  -webkit-filter: none;
          filter: none;
}
#headerMobile .top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: auto;
  background-color: #ffffff;
  z-index: 110;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#headerMobile .top-banner .navbar-toggler {
  font-size: 2em;
  width: auto;
  padding: 0;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #1c1c1c;
}
#headerMobile .top-banner .menu-toggle, #headerMobile .top-banner__stores, #headerMobile .top-banner__account,
#headerMobile .top-banner #mini-cart {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#headerMobile .top-banner .primary-logo {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#headerMobile .top-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  min-width: 100px;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#headerMobile .top-banner__wrapper li {
  list-style-type: none;
}
#headerMobile .top-banner__stores__button__text {
  display: none;
}
@media screen and (min-width: 768px) {
  #headerMobile .top-banner .menu-toggle {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #headerMobile .top-banner__wrapper {
    min-width: 120px;
  }
  #headerMobile .top-banner .menu-toggle {
    width: 30px;
    height: 28px;
  }
  #headerMobile .top-banner .menu-toggle::before, #headerMobile .top-banner .menu-toggle::after {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 5px;
    background: #1c1c1c;
    content: "";
    position: absolute;
  }
  #headerMobile .top-banner .menu-toggle::before {
    top: 5px;
  }
  #headerMobile .top-banner .menu-toggle::after {
    bottom: 5px;
  }
  #headerMobile .top-banner .menu-toggle .menu-btn {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 5px;
    background: #1c1c1c;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  #headerMobile .top-banner__stores {
    margin-left: 0;
  }
  #headerMobile .top-banner__stores__button__icon {
    margin-right: 0;
  }
  #headerMobile .top-banner .mini-cart-title {
    display: none;
  }
}
#headerMobile .top-banner__search {
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  top: 0;
}
#headerMobile .top-banner__search.is--hidden {
  -webkit-transform: translateY(calc(var(--headerHeight) * -1));
          transform: translateY(calc(var(--headerHeight) * -1));
}
#headerMobile .top-banner__search.is--active .search-icon {
  left: 40px;
}
#headerMobile .top-banner__search .search__btn {
  position: absolute;
  left: 15px;
  top: 0;
}
#headerMobile .top-banner__search .search__btn.clear-icon {
  top: calc(50% - 1px);
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  right: 15px;
  left: initial;
  cursor: pointer;
}
#headerMobile .menu_topcat-items .menu_edito {
  border-top: 1px solid #d4d4d4;
}
#headerMobile .menu_topcat-items .desktop-menu__push {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
}
#headerMobile .menu_topcat-items .desktop-menu__push__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
}
#headerMobile .menu_topcat-items .desktop-menu__push__item {
  margin: 0;
}
#headerMobile .menu_topcat-items .desktop-menu__push__link {
  padding: 0;
  width: 100%;
  height: 100%;
}
#headerMobile .top-nav-mobile .countries ul {
  width: auto;
}
#headerMobile .top-nav-mobile .countries .country__selector__item {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#headerMobile .main_menu[role=navigation] > ul li.sub_menu_link-all .submenu-link {
  text-transform: initial;
}
#headerMobile .desktop-menu__push__link {
  font-size: 0;
}

.main_menu-mobile[role=navigation] {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 107;
  background: #ffffff;
  position: absolute;
}
.main_menu-mobile[role=navigation] .menu_picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu-mobile[role=navigation] .menu_picto img {
  width: 2em;
  height: auto;
  margin-right: 0.7em;
  display: block;
}
.main_menu-mobile[role=navigation] .menu_picto span {
  text-transform: initial;
  font-weight: 400;
}
.main_menu-mobile[role=navigation] .subsubmenu-link .menu_picto span::first-letter {
  text-transform: uppercase;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_main-item {
  display: block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_main-item a:not(.search__logo, .search-phrase__terms-link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_main-item a:not(.search__logo, .search-phrase__terms-link).has-sub-menu {
  width: 100%;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_main-item .menu_expand_link-all {
  text-transform: initial;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link {
  padding: 0;
  margin: 0;
  width: 100%;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .menu_topcat-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  margin: 0;
  padding: 0;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .topcat-link {
  width: 100%;
  text-align: center;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .topcat-link .topcat-name {
  font-size: 0.875rem;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .topcat-link .topcat-image {
  border-radius: 50%;
  height: 25vw;
  width: 25vw;
  background-size: cover;
  background-position: top;
  margin: 0 auto;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .topcat-link .topcatsubgender {
  display: block;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .menu_expand_mobile .menu_expand_close {
  text-transform: uppercase;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .menu_topcat-link .menu_topcat-wrapper .menu_expand_mobile .menu_expand_close span {
  text-transform: capitalize;
}
.main_menu-mobile[role=navigation] .menu_topcat-items .topcatsubgender {
  display: block;
  font-weight: 100;
  font-size: 0.625rem;
}
.main_menu-mobile[role=navigation] .menu_main-item .menu_expand_close {
  text-transform: capitalize;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile {
  display: none;
  background: #ffffff;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100); /* stylelint-disable-line */
  top: 61px;
  left: -100%;
  overflow-y: auto;
  z-index: 9;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile.menu_mobile_open {
  z-index: 1;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile.search_expand {
  top: 61px;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile li {
  width: 100%;
  border: none;
  background-color: transparent;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile .sub_menu_link-all {
  background: #e5e5e5;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile .sub_menu_link-all[data-cat=brand-new] {
  margin-top: 60px;
  background: #e5e5e5;
  font-weight: 400;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile .sub_menu_link-all[data-cat=brand-new] .menu_expand_link-all {
  text-transform: initial;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile .container_menu_expand li > a:not(.topcat-link),
.main_menu-mobile[role=navigation] .menu_expand_mobile .container_menu_expand li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile .menu_expand_close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 40px 20px 50px;
  min-height: 59px;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
}
.main_menu-mobile[role=navigation] .menu_expand_mobile .menu_expand_close::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  top: 50%;
  left: 20px;
  content: "\e903";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.main_menu-mobile[role=navigation] [data-cat=brand-new] .menu_picto span,
.main_menu-mobile[role=navigation] [data-cat=brand-new] .js-menu-column li a span {
  text-transform: capitalize;
}
.main_menu-mobile[role=navigation] [data-cat=brand-new] .menu_picto span.forbrand,
.main_menu-mobile[role=navigation] [data-cat=brand-new] .js-menu-column li a span.forbrand {
  text-transform: initial;
}
.main_menu-mobile[role=navigation] [data-cat=brand-new] .menu_picto span .brand,
.main_menu-mobile[role=navigation] [data-cat=brand-new] .js-menu-column li a span .brand {
  text-transform: capitalize;
}
.main_menu-mobile[role=navigation] .menu-category .fidelity-card-block {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #e5e5e5;
  border-bottom: none;
}
.main_menu-mobile[role=navigation] .menu-category .fidelity-card-block .fidelity-card-title {
  color: #ea580c;
}
.main_menu-mobile[role=navigation] .menu-category .fidelity-card-block .fidelity-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 14px;
  font-style: normal;
  letter-spacing: 0;
}
.main_menu-mobile[role=navigation] .menu-category .fidelity-card-block .fidelity-card-icon::before {
  content: "";
  background-color: #ea580c;
  width: 5px;
  margin: 0 3px 0 0;
}
.main_menu-mobile[role=navigation] .menu-category .fidelity-card-block .fidelity-card-link {
  padding: 20px 40px;
  color: #1c1c1c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #d4d4d4;
  border-bottom: none;
  height: 100px;
  overflow: hidden;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__link {
  padding: 0;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__packshot__container::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__packshot {
  display: block;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__picto {
  display: block;
  width: 50px;
  height: 34px;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__text__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 30px 35.0877192982px 30px 40px;
  top: 0;
  left: 0;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 160px;
  padding: 0 0 0 20px;
}
.main_menu-mobile[role=navigation] .menu-category .gift-card__block .gift-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: calc(100% - 5px);
  width: 4px;
  background-color: #ffffff;
}
.main_menu-mobile[role=navigation] .special-top-nav .sneaker-spirit-link::after {
  color: #1c1c1c;
  right: 3rem;
}
.main_menu-mobile[role=navigation] .top-nav-mobile .menu_item {
  border: none;
}
.main_menu-mobile[role=navigation] .mobile-menu__push {
  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;
  padding: 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_menu-mobile[role=navigation] .mobile-menu__push__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin: 10px;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .main_menu-mobile[role=navigation] .mobile-menu__push__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3333% - 20px);
            flex: 1 1 calc(33.3333% - 20px);
  }
}
.main_menu-mobile[role=navigation] .mobile-menu__push__link {
  display: inline;
  color: #ffffff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
  width: auto;
  overflow: hidden;
}
.main_menu-mobile[role=navigation] .mobile-menu__push__image {
  display: block;
  width: 100%;
  height: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.main_menu-mobile[role=navigation] .mobile-menu__push__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 29, 27, 0.4)), to(rgba(29, 29, 27, 0)));
  background: linear-gradient(0deg, rgba(29, 29, 27, 0.4) 0%, rgba(29, 29, 27, 0) 100%);
}
.main_menu-mobile[role=navigation] .mobile-menu__push__name {
  position: absolute;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}
.main_menu-mobile[role=navigation] .search-phrase__terms-link {
  display: inline;
  padding: 0;
}

#headerMobile .mobile-menu__search,
#headerMobile .main-menu__search__phrase {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}
#headerMobile .mobile-menu__search.is--fixed,
#headerMobile .main-menu__search__phrase.is--fixed {
  position: fixed;
}
#headerMobile .mobile-menu__search.is--fixed {
  top: 0;
}
#headerMobile .main-menu__search__phrase.is--fixed {
  top: 60px;
  z-index: 2;
}
#headerMobile .mobile-menu__push {
  padding: 10px;
}
#headerMobile .menu_expand_mobile {
  height: calc(var(--vh, 1vh) * 100 - 60px);
}
#headerMobile .menu_topcat-items {
  padding: 61px 0 0;
}
#headerMobile .menu_expand_close {
  top: 60px;
  position: fixed;
  background-color: #ffffff;
  z-index: 1;
  font-weight: 400;
  padding: 20px 40px 20px 50px;
}
#headerMobile .menu_expand_close .account-login-name {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
#headerMobile .user-utility .menu_expand_close {
  top: 0;
}
#headerMobile .user-links,
#headerMobile .country__selector__list {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 0;
}
#headerMobile .user-links li,
#headerMobile .country__selector__list li {
  padding: 0;
}
#headerMobile .user-links a {
  padding: 25px 40px;
}
#headerMobile .menu_subCat:not([data-cat=brand-new]) {
  padding: 61px 0 0;
}
#headerMobile .country-selector__flag {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .menu-active #headerMobile .brand_menu {
    pointer-events: initial;
  }
}
@media screen and (min-width: 1200px) {
  #headerMobile .main_menu-mobile[role=navigation] {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 107;
    background: #ffffff;
    position: absolute;
    padding: 0;
  }
  #headerMobile .main_menu-mobile[role=navigation] .menu-category a,
  #headerMobile .main_menu-mobile[role=navigation] .topcat-name {
    font-size: 1rem;
  }
  #headerMobile .main_menu-mobile[role=navigation] .mobile-menu__push__image {
    height: auto;
  }
  #headerMobile .search-suggestion-wrapper {
    top: 11px;
  }
  #headerMobile .main-menu__search__phrase {
    display: block;
  }
  #headerMobile #mini-cart .mini-cart-content.active .mini-cart-link {
    color: #ffffff;
  }
  #headerMobile #mini-cart .mini-cart-content.active .minicart-quantity {
    background-color: transparent;
    top: 50%;
    left: 4px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] {
    overflow: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    left: 0;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .mobile-menu__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .mobile-menu__search .search__logo {
    padding: 5px 20px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .menu_topcat-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .menu_expand_mobile.main-menu-expand-slot .menu_mobile_open {
    z-index: 1;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .fidelity-card-block,
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .gift-card__block {
    display: block;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile {
    display: block;
    margin-bottom: 72px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile i {
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1.4em;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile i.neo-account {
    margin-right: 10px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile i.neo-delivery {
    font-size: 1.1em;
    margin-right: 6px;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100vh;
    top: 0;
    border-right: none;
    padding-bottom: 200px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector.menu_mobile_open {
    left: 0;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .container_menu_expand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .menu_expand_close {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 40px 20px 50px;
    min-height: 59px;
    font-size: 0.875rem;
    cursor: pointer;
    position: relative;
    text-align: center;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .menu_expand_close::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    left: 20px;
    content: "\e903";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__item {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 22.9885057471px 25px;
    width: 100%;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22.9885057471px 25px 22.9885057471px 10px;
    margin: 0;
    min-height: auto;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__link {
    cursor: pointer;
    color: #1c1c1c;
    position: relative;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.0344rem;
    margin: 0 20px 0 0;
    overflow: visible;
    padding: 5px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__link::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    top: 6px;
    right: -10px;
    background-color: #1c1c1c;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__link.active {
    color: #ea580c;
    font-weight: 700;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__link:last-child {
    margin: 0;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country__selector__link:last-child::after {
    display: none;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country-selector__flag__container {
    width: 40px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .top-nav-mobile .countries .selector .country-selector__flag {
    max-height: 26px;
    top: 2px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] ul > li.menu_item {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: 0;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] ul > li.menu_item > a:not(.subsubmenu-link) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px 40px;
    min-height: 59px;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] ul > li.menu_item > a:not(.subsubmenu-link)::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    right: 3%;
    content: "\e905";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] ul > li.menu_item .account-login-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] ul > li.menu_item .country-selectorlink {
    text-decoration: none;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .special-top-nav .content-asset {
    padding: 0;
    position: relative;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .special-top-nav .content-asset a {
    padding: 0;
    font-size: 0.875rem;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .special-top-nav .content-asset a::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    right: 30px;
    content: "\e905";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .special-top-nav .content-asset .sneaker-spirit-link::after {
    content: "\e955";
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .special-top-nav .content-asset .menu_item--custom {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: 20px 40px;
  }
  .menu-active #headerMobile .main_menu-mobile[role=navigation] .special-top-nav .content-asset .menu_item--custom:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 1200px) {
  #headerMobile .main-menu {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    display: block;
    width: 100%;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    /* stylelint-disable-line */
    top: 0;
    z-index: 110;
    background: #ffffff;
    position: absolute;
  }
}
#headerMobile .main_menu-mobile[role=navigation] .menu_edito .menu__edito__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 20px;
}
#headerMobile .main_menu-mobile[role=navigation] .menu_edito .menu__edito__items .menu__edito__desc {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 1rem);
  gap: 10px;
  padding: 0;
}
#headerMobile .main_menu-mobile[role=navigation] .menu_edito .menu__edito__items .menu__edito__desc .neo-arrow_right {
  border-radius: 50%;
  border: 1px solid;
  padding: 5px;
  font-size: 0.625rem;
}
#headerMobile .main_menu-mobile[role=navigation] .menu_edito .menu__edito__items .menu__edito__link {
  display: block;
  position: relative;
  padding: 0;
  font-size: 0;
}
#headerMobile .main_menu-mobile[role=navigation] .menu_edito .menu__edito__items .menu__edito__name {
  font-size: 0.875rem;
  text-transform: initial;
  font-weight: 400;
}
#headerMobile .main_menu-mobile[role=navigation] .menu_edito .menu__edito__items .menu__edito__image {
  max-height: initial;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

.forbrand .brand {
  position: unset;
  display: inline;
  margin-left: 0;
}

body.has-mobile-transparent-header .page #maincontent {
  margin-top: calc(-1 * (var(--mobile-header-height, 180px)));
  position: relative;
  z-index: 1;
}
body.has-mobile-transparent-header #headerMobile {
  z-index: 111;
  position: absolute;
}
body.has-mobile-transparent-header #category-top-banner_wrapper {
  padding-top: var(--mobile-header-height, 180px);
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 1006;
  position: sticky;
}

@media screen and (min-width: 1200px) {
  .white-header .main_menu[role=navigation] {
    padding: 0 25px;
    padding-left: 0;
  }
}
.white-header #slot-menu-expand {
  display: none;
}
.white-header .main_menu[role=navigation] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  background: #ffffff;
  color: #1c1c1c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 60px;
  z-index: 101;
}
.white-header .main_menu[role=navigation] .level-1 > li a {
  float: none;
  color: inherit;
  font-size: 1em;
}
@media screen and (min-width: 1000px) {
  .white-header .main_menu[role=navigation] .level-1 > li a.brand_menu {
    pointer-events: none;
  }
}
.white-header .main_menu[role=navigation] .level-1 > li a:hover {
  background-color: transparent;
}
.white-header .main_menu[role=navigation] .desktop-menu__push {
  position: relative;
  background-color: #ffffff;
  padding: 0;
  margin: 20px 0;
}
.white-header .main_menu[role=navigation] .desktop-menu__push__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.white-header .main_menu[role=navigation] .desktop-menu__push__list .neo-arrow_right {
  border-radius: 50%;
  border: 1px solid;
  padding: 5px;
  font-size: 0.625rem;
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: inherit;
}
.white-header .main_menu[role=navigation] .desktop-menu__push__item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.white-header .main_menu[role=navigation] .desktop-menu__push__link {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
}
.white-header .main_menu[role=navigation] .desktop-menu__push__image {
  width: 100%;
  background-size: cover;
  border-radius: 8px;
}
.white-header .main_menu[role=navigation] .desktop-menu__push__name {
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
  padding: 0 35px 18px 10px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(6%, rgba(0, 0, 0, 0.498)), color-stop(11.52%, rgba(0, 0, 0, 0.49)), color-stop(16.6%, rgba(0, 0, 0, 0.478)), color-stop(21.3%, rgba(0, 0, 0, 0.463)), color-stop(25.64%, rgba(0, 0, 0, 0.443)), color-stop(29.69%, rgba(0, 0, 0, 0.422)), color-stop(33.47%, rgba(0, 0, 0, 0.398)), color-stop(37.04%, rgba(0, 0, 0, 0.371)), color-stop(40.43%, rgba(0, 0, 0, 0.341)), color-stop(43.69%, rgba(0, 0, 0, 0.312)), color-stop(46.87%, rgba(0, 0, 0, 0.28)), color-stop(50%, rgba(0, 0, 0, 0.251)), color-stop(53.13%, rgba(0, 0, 0, 0.22)), color-stop(56.31%, rgba(0, 0, 0, 0.188)), color-stop(59.57%, rgba(0, 0, 0, 0.159)), color-stop(62.96%, rgba(0, 0, 0, 0.129)), color-stop(66.53%, rgba(0, 0, 0, 0.102)), color-stop(70.31%, rgba(0, 0, 0, 0.0784)), color-stop(74.36%, rgba(0, 0, 0, 0.0569)), color-stop(78.7%, rgba(0, 0, 0, 0.0373)), color-stop(83.4%, rgba(0, 0, 0, 0.0216)), color-stop(88.48%, rgba(0, 0, 0, 0.0098)), color-stop(94%, rgba(0, 0, 0, 0.00196)), to(rgba(0, 0, 0, 0.00005)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.498) 6%, rgba(0, 0, 0, 0.49) 11.52%, rgba(0, 0, 0, 0.478) 16.6%, rgba(0, 0, 0, 0.463) 21.3%, rgba(0, 0, 0, 0.443) 25.64%, rgba(0, 0, 0, 0.422) 29.69%, rgba(0, 0, 0, 0.398) 33.47%, rgba(0, 0, 0, 0.371) 37.04%, rgba(0, 0, 0, 0.341) 40.43%, rgba(0, 0, 0, 0.312) 43.69%, rgba(0, 0, 0, 0.28) 46.87%, rgba(0, 0, 0, 0.251) 50%, rgba(0, 0, 0, 0.22) 53.13%, rgba(0, 0, 0, 0.188) 56.31%, rgba(0, 0, 0, 0.159) 59.57%, rgba(0, 0, 0, 0.129) 62.96%, rgba(0, 0, 0, 0.102) 66.53%, rgba(0, 0, 0, 0.0784) 70.31%, rgba(0, 0, 0, 0.0569) 74.36%, rgba(0, 0, 0, 0.0373) 78.7%, rgba(0, 0, 0, 0.0216) 83.4%, rgba(0, 0, 0, 0.0098) 88.48%, rgba(0, 0, 0, 0.00196) 94%, rgba(0, 0, 0, 0.00005) 100%);
}
.white-header .main_menu[role=navigation] .desktop-menu__push__name strong {
  font-weight: 600;
  display: block;
}
.white-header .main_menu[role=navigation] .desktop-menu__push__brand .desktop-menu__push__list {
  border-left: none;
  margin-left: 0;
}
.white-header .main_menu[role=navigation] .menu-category {
  text-transform: uppercase;
}
.white-header .main_menu[role=navigation] .menu-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.white-header .main_menu[role=navigation] .menu-category li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.white-header .main_menu[role=navigation] .menu-category li::marker {
  display: none;
}
.white-header .main_menu[role=navigation] .menu-category a {
  display: inline-block;
  text-decoration: none;
}
.white-header .main_menu[role=navigation] .menu-category a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .white-header .main_menu[role=navigation] .menu-category .fidelity-card-block {
    display: none;
  }
}
.white-header .main_menu[role=navigation] .menu-category .fidelity-card-block .fidelity-card-title {
  color: #ea580c;
}
.white-header .main_menu[role=navigation] .menu-category .fidelity-card-block .fidelity-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 14px;
  font-style: normal;
  letter-spacing: 0;
}
.white-header .main_menu[role=navigation] .menu-category .fidelity-card-block .fidelity-card-icon::before {
  content: "";
  background-color: #ea580c;
  width: 5px;
  margin: 0 3px 0 0;
}
@media screen and (min-width: 1200px) {
  .white-header .main_menu[role=navigation] .menu-category .gift-card__block {
    display: none;
  }
}
.white-header .main_menu[role=navigation] > ul {
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.white-header .main_menu[role=navigation] > ul .submenu-link {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.875rem;
  text-transform: lowercase;
  font-weight: 400;
}
.white-header .main_menu[role=navigation] > ul .submenu-link span {
  display: inline-block;
}
.white-header .main_menu[role=navigation] > ul .submenu-link span::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .white-header .main_menu[role=navigation] > ul .submenu-link {
    white-space: initial;
  }
}
.white-header .main_menu[role=navigation] > ul .submenu-link.push {
  color: #ea580c;
}
.white-header .main_menu[role=navigation] > ul .submenu-link:hover {
  font-weight: 700;
}
.white-header .main_menu[role=navigation] > ul .menu_expand {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
  width: 100%;
  top: 102%;
  left: 0;
  z-index: 1;
  border-right: 1px solid #d4d4d4;
  padding-bottom: 0;
  background: #ffffff;
  position: fixed;
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .menu_expand_close {
  display: none;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .menu_expand_close .account-login-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 24px;
}
.white-header .main_menu[role=navigation] > ul .menu_expand__link-category {
  padding-right: 27px;
}
.white-header .main_menu[role=navigation] > ul .menu_expand__link-category a {
  padding: 24px 0;
  display: block;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 400;
  border-top: 1px solid #e5e5e5;
}
.white-header .main_menu[role=navigation] > ul .menu_expand__link-category a span {
  display: inline-block;
  padding-right: 36px;
  position: relative;
}
.white-header .main_menu[role=navigation] > ul .menu_expand__link-category a span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1c1c1c;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" transform="rotate(180 10 10)" stroke="%231C1C1C"/><path d="M9.5 14L13.5 10M13.5 10L9.5 6M13.5 10H7" stroke="%231C1C1C"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" transform="rotate(180 10 10)" stroke="%231C1C1C"/><path d="M9.5 14L13.5 10M13.5 10L9.5 6M13.5 10H7" stroke="%231C1C1C"/></svg>');
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .container_menu_expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .container_menu_expand > ul {
  width: 100%;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .container_menu_expand .picture_content {
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .container_menu_expand .picture_content img {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0 10px;
  float: none;
  border: none;
  background: #ffffff;
  color: #1c1c1c;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) {
    display: inline-block;
    width: calc(50% - 4px);
  }
}
@media screen and (min-width: 1200px) {
  .white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) {
    display: inline-block;
    width: calc(25% - 4px);
  }
}
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) img {
  max-height: 20px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) a,
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1em;
  position: relative;
}
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) a i,
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) div i {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) a.push,
.white-header .main_menu[role=navigation] > ul .menu_expand li:not(.desktop-menu__push) div.push {
  color: #ea580c;
}
.white-header .main_menu[role=navigation] > ul .menu_expand li.menu-brand-item {
  width: 100%;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .user-links li a i {
  position: relative;
  width: 24px;
  text-align: center;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .user-links li a i.neo-brand-card::before {
  font-size: 0.875rem;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .user-links li .fidelity-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 12px;
  margin-top: 3px;
  letter-spacing: 0;
}
.white-header .main_menu[role=navigation] > ul .menu_expand .user-links li .fidelity-card-icon::before {
  content: "";
  background-color: #ea580c;
  padding-left: 5px;
  margin: 0 3px 0 34px;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] {
  background-color: #ffffff;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat div.alphabetSelector {
  width: 60px;
  text-align: center;
  line-height: 4;
  font-weight: 600;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: sticky;
  bottom: 0;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat div.alphabetSelector > a,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat div.alphabetSelector > div {
  padding: 0;
  display: block;
  font-size: 0.875rem;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat div.alphabetSelector > a.unavailable,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat div.alphabetSelector > div.unavailable {
  color: #d4d4d4;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat > ul {
  width: 100%;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat > ul > li > a,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_subCat > ul > li > div {
  padding: 20px 40px;
  padding-right: 20px;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .col,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .js-menu-column {
  display: block !important;
  border-right: none;
  padding: 0;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .col .title,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .js-menu-column .title {
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .col .title::after,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .js-menu-column .title::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  top: 0;
  right: 0;
  content: "\e905";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .col.active .title::after,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .js-menu-column.active .title::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .col ul,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .js-menu-column ul {
  display: none;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #d4d4d4;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .col li a,
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .js-menu-column li a {
  font-weight: 400;
  padding: 10px 0 !important;
  min-height: auto;
  line-height: 2;
  font-size: 0.75rem !important;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand-new] .menu_picto {
  text-transform: uppercase;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .white-header .main_menu[role=navigation] > ul [data-cat=brand] ul {
    height: 70vh;
    overflow: scroll;
  }
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li {
  min-height: 180px;
  background-color: #e5e5e5;
  border: none;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  position: relative;
}
@media screen and (min-width: 700px) {
  .white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li {
    width: 33.3333333333% !important;
  }
}
@media screen and (min-width: 1000px) {
  .white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li {
    width: 20% !important;
  }
}
@media screen and (min-width: 1260px) {
  .white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li {
    width: 14.2857142857% !important;
  }
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li:nth-child(even) {
  background-color: #ffffff;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li a {
  inset: 0;
  padding: 0;
  position: absolute;
  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;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li a .menu__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 50px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1400px) {
  .white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li a .menu__logo-container {
    height: 80px;
  }
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li a .brand-logo {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  fill: #1c1c1c;
  -webkit-transition: fill 200ms ease-in-out;
  transition: fill 200ms ease-in-out;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li:hover {
  background: #1c1c1c;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] ul li:hover .brand-logo {
  fill: #ffffff;
}
.white-header .main_menu[role=navigation] > ul [data-cat=brand] .slot-container {
  width: 0;
}
.white-header .main_menu[role=navigation] > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 17px 0 13px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
}
.white-header .main_menu[role=navigation] .slot-container {
  width: auto;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .title {
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-weight: 700;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column {
  display: none;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #d4d4d4;
  padding: 25px 50px;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column.picture-container,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col.picture-container {
  display: none;
  padding: 0;
  max-width: 240px;
  border-right: none;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column.picture-container,
  .white-header .main_menu[role=navigation] .main-menu-expand-slot .col.picture-container {
    display: block;
  }
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column.picture-container + .col.picture-container,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col.picture-container + .col.picture-container {
  display: none;
}
@media screen and (min-width: 1400px) {
  .white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column.picture-container + .col.picture-container,
  .white-header .main_menu[role=navigation] .main-menu-expand-slot .col.picture-container + .col.picture-container {
    display: block;
  }
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column.picture-container img,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col.picture-container img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column li,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col li {
  display: block;
  width: auto;
  border: none;
  padding: 0;
  background: transparent;
  font-weight: 300;
  color: #1c1c1c;
  font-size: 1.071em;
  text-transform: capitalize;
  line-height: 2;
  letter-spacing: 0.5px;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column li a,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col li a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  padding: 0;
  opacity: 1;
}
.white-header .main_menu[role=navigation] .main-menu-expand-slot .submenu-column li a:hover,
.white-header .main_menu[role=navigation] .main-menu-expand-slot .col li a:hover {
  opacity: 0.6;
}
.white-header .main_menu[role=navigation] .top-nav-mobile {
  display: none;
  background: #e5e5e5;
}
.white-header .mobile-menu__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.white-header .mobile-menu__search .search__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
  width: 62px;
}
.white-header .mobile-menu__search .search__logo__img {
  display: block;
  max-width: 100%;
  height: 22px;
}
.white-header .mobile-menu__search .search__form {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.white-header .mobile-menu__search .search__fieldset {
  position: relative;
}
.white-header .mobile-menu__search .search__input {
  padding: 9px 15px 9px 40px;
  border: none;
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 20px;
  font-weight: 300;
}
.white-header .mobile-menu__search .search__button {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  position: absolute;
  top: 6px;
  left: 10px;
  padding: 5px;
}
.white-header .mobile-menu__search .search__button i {
  display: block;
  font-size: 1rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.white-header .mobile-menu__search .search__main-menu__close {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  color: #1c1c1c;
  padding: 10px 20px;
}
.white-header .mobile-menu__search .search__main-menu__close i {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .white-header .mobile-menu__search {
    display: none;
  }
}
.white-header .main-menu__search__phrase .search-phrase__terms-suggestions {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #D4D4D4;
  font-weight: 300;
}
.white-header .main-menu__search__phrase .search-phrase__terms-suggestions span {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .white-header .main-menu__search__phrase {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .white-header .main_menu[role=navigation] {
    overflow: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    left: 0;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand.menu_mobile_open {
    left: 0;
  }
  .white-header .menu-active::before {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(28, 28, 28, 0.7);
    content: "";
    position: fixed;
  }
  .white-header .menu-toggle {
    display: block;
    width: 30px;
    height: 28px;
    top: 15px;
    right: 15px;
    z-index: 30;
    float: none;
    margin-left: 5px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.1s;
    transition: -webkit-transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    position: absolute;
  }
  .white-header .menu-toggle::before, .white-header .menu-toggle::after,
  .white-header .menu-toggle .menu-btn {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 5px;
    background: #1c1c1c;
  }
  .white-header .menu-toggle::before, .white-header .menu-toggle::after {
    left: 0;
    content: "";
    position: absolute;
  }
  .white-header .menu-toggle::before {
    top: 5px;
  }
  .white-header .menu-toggle::after {
    bottom: 5px;
  }
  .white-header .menu-toggle .menu-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .white-header .main_menu[role=navigation] {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    display: block;
    width: 100%;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    /* stylelint-disable-line */
    top: 0;
    z-index: 107;
    background: #ffffff;
    position: absolute;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: 0;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .account-login-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 900;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .user-account, .white-header .main_menu[role=navigation] ul > li.menu_item.stores a, .white-header .main_menu[role=navigation] ul > li.menu_item.countries a, .white-header .main_menu[role=navigation] ul > li.menu_item.follow-parcel a {
    text-decoration: none;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item > a:not(.subsubmenu-link),
  .white-header .main_menu[role=navigation] ul > li.menu_item .link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px 40px;
    min-height: 59px;
    font-size: 0.875rem;
    cursor: pointer;
    position: relative;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item > a:not(.subsubmenu-link) i.neo-calendar::after,
  .white-header .main_menu[role=navigation] ul > li.menu_item .link i.neo-calendar::after {
    left: 3px;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item > a:not(.subsubmenu-link) i.neo-delivery,
  .white-header .main_menu[role=navigation] ul > li.menu_item .link i.neo-delivery {
    font-size: 1.1em;
    margin-right: 6px;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item > a:not(.subsubmenu-link)::after,
  .white-header .main_menu[role=navigation] ul > li.menu_item .link::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    right: 30px;
    content: "\e905";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .fidelity-card-link::after {
    content: none !important;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    /* stylelint-disable-line */
    top: 0;
    border-right: none;
    padding-bottom: 200px;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand li {
    color: #1c1c1c;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand li > a,
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand li > div {
    padding: 22.9885057471px 25px;
    min-height: 59px;
    font-size: 0.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
    padding: 22.9885057471px 25px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 370px) {
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 370px) {
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__country {
    padding: 22.9885057471px 10px 22.9885057471px 25px;
    margin: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__language {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -5px;
    min-height: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 370px) {
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__language {
    padding: 22.9885057471px 25px 22.9885057471px 10px;
    margin: 0;
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country-selector__name,
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country-selector__flag__container {
    display: inline-block;
    padding: 0;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country-selector__flag__container {
    position: relative;
    height: 17px;
    width: 26px;
    overflow: hidden;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country-selector__flag {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    max-width: 100%;
    height: auto;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country-selector__name {
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.0344rem;
    margin: 5px 0 3px 15px;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__link {
    cursor: pointer;
    color: #1c1c1c;
    position: relative;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.0344rem;
    margin: 0 20px 0 0;
    overflow: visible;
    padding: 5px;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__link::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    display: block;
    top: 6px;
    right: -10px;
    background-color: #1c1c1c;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__link.active {
    color: #ea580c;
    font-weight: 700;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__link:last-child {
    margin: 0;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .container_menu_expand .country__selector__item .country__selector__link:last-child::after {
    display: none;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot .col {
    border-right: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 0;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot .col ul {
    display: none;
    padding-bottom: 30px;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot .col li a {
    padding: 0 25px;
    min-height: auto;
    text-transform: none;
    letter-spacing: 0;
    line-height: 2.5;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot .col.active .title::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot .title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border: none;
    margin-bottom: 0;
    padding: 25px;
    min-height: 59px;
    font-size: 0.875rem;
    position: relative;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .main-menu-expand-slot .title::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    top: 30px;
    right: 30px;
    content: "\e905";
    position: absolute;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .menu_expand_close {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 40px;
    min-height: 59px;
    text-align: center;
    font-size: 0.875rem;
    cursor: pointer;
    position: relative;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand .menu_expand_close::after {
    speak: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    top: 50%;
    left: 40px;
    content: "\e903";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  .white-header .main_menu[role=navigation] ul > li.menu_item .menu_expand li {
    width: 100%;
  }
  .white-header .main_menu[role=navigation] .top-nav-mobile {
    display: block;
    padding-bottom: 150px;
  }
  .white-header .main_menu[role=navigation] .top-nav-mobile i {
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1.4em;
  }
  .white-header .main_menu[role=navigation] .top-nav-mobile i.neo-account {
    margin-right: 10px;
  }
}
@media screen and (max-width: 580px) {
  .white-header .menu-active .main_menu[role=navigation] ul > li.menu_item .menu_expand li {
    width: 100%;
  }
  .white-header.mobile-suggest-view .header-search .search-suggestion-wrapper .suggestions-container .product-suggestions .product-suggestion {
    width: 100%;
  }
}

.account-facebook-link {
  display: block;
  color: #ffffff;
  background-color: #4267b1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 4px;
}
.account-facebook-link::after {
  content: "";
  display: table;
  clear: both;
}
.account-facebook-link:hover {
  opacity: 0.7;
}
.account-facebook-link .icon-facebook,
.account-facebook-link .text-facebook {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 0 15px;
}
.account-facebook-link .icon-facebook i,
.account-facebook-link .icon-facebook span,
.account-facebook-link .text-facebook i,
.account-facebook-link .text-facebook span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.account-facebook-link .icon-facebook {
  width: 50px;
  height: 60px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .account-facebook-link .icon-facebook {
    font-size: 0.625rem;
  }
}
.account-facebook-link .text-facebook {
  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;
  width: calc(100% - 50px);
  height: 60px;
  font-size: 0.5625rem;
  border-left: 1px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 370px) {
  .account-facebook-link .text-facebook {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1000px) {
  .account-facebook-link .text-facebook {
    font-size: 0.625rem;
  }
}

.account-login-facebook {
  margin: 20px auto;
}

.menu_main-item:has(.btn-ada-menu) {
  margin-right: 21px !important;
}

@media (max-width: 1248px) {
  .menu_main-item:has(.btn-ada-menu) {
    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;
  }
}
#headerDesktop {
  position: relative;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .submenu-link {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.875rem;
  text-transform: lowercase;
  font-weight: 400;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .submenu-link span {
  display: inline-block;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .submenu-link span::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  #headerDesktop .main_menu[role=navigation] .menu-group > ul .submenu-link {
    white-space: initial;
  }
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .submenu-link.push {
  color: #ea580c;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .submenu-link:hover {
  font-weight: 700;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
  border-right: 1px solid #d4d4d4;
  padding-bottom: 0;
  background: #ffffff;
  position: fixed;
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .menu_expand_close {
  display: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .menu_expand_close .account-login-name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 24px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand__link-category {
  padding-right: 27px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand__link-category a {
  padding: 24px 0;
  display: block;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 400;
  border-top: 1px solid #e5e5e5;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand__link-category a span {
  display: inline-block;
  padding-right: 36px;
  position: relative;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand__link-category a span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1c1c1c;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" transform="rotate(180 10 10)" stroke="%231C1C1C"/><path d="M9.5 14L13.5 10M13.5 10L9.5 6M13.5 10H7" stroke="%231C1C1C"/></svg>');
          mask-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9.5" transform="rotate(180 10 10)" stroke="%231C1C1C"/><path d="M9.5 14L13.5 10M13.5 10L9.5 6M13.5 10H7" stroke="%231C1C1C"/></svg>');
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand > ul {
  width: 100%;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand .picture_content {
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: cover;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand .picture_content img {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand__sub-children ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 0 0 20px;
  border-left: 1px solid #e5e5e5;
  margin: 20px 20px 20px 30px;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand__sub-children ul li:not(.desktop-menu__push) {
  width: 100%;
  list-style: none;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand__sub-children ul li:not(.desktop-menu__push) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand__sub-children ul li:not(.desktop-menu__push) a .topcat-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  max-height: 40px;
  margin-right: 0;
}
#headerDesktop .main_menu[role=navigation] .menu-group > ul .menu_expand .container_menu_expand__sub-children ul li:not(.desktop-menu__push) a .topcat-name {
  padding: 0 0 0 10px;
}
#headerDesktop .menu_picto {
  text-transform: lowercase;
  font-weight: 400;
  font-size: 0.875rem;
}
#headerDesktop .menu_picto:hover {
  font-weight: bold;
}
#headerDesktop .menu_picto::first-letter {
  text-transform: uppercase;
}
#headerDesktop .main-menu .container {
  padding-left: 0;
  padding-right: 48px;
  margin-left: 0;
  margin-right: 0;
}
#headerDesktop .main-menu .container .row {
  margin: 0;
}
#headerDesktop .container_menu_expand {
  width: 100%;
}
#headerDesktop .brand-submenu-list {
  padding: 10px 0;
  font-size: 1em;
}
#headerDesktop .brand-submenu-list li {
  list-style: none;
  padding: 0;
  width: 100%;
}
#headerDesktop .brand-submenu-list li a {
  color: #767676 !important;
  font-size: 0.625rem;
  padding: 0 0 10px 0;
  text-transform: capitalize;
}
#headerDesktop .menu_item {
  list-style: none;
  padding: 0;
  width: auto;
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: capitalize;
}
#headerDesktop .menu_item > .submenu-link {
  text-transform: lowercase;
}
#headerDesktop .menu_item > .submenu-link > span::first-letter {
  text-transform: uppercase;
}
#headerDesktop .menu-group .dropdown-toggle::after {
  display: none;
  content: none;
  border: none;
}
#headerDesktop .header-bottom-section {
  min-height: 60px;
  padding: 0 3rem;
}
#headerDesktop .navbar-expand-md .navbar-nav {
  height: 60px;
}
#headerDesktop .navbar-expand-md .navbar-nav .dropdown-menu {
  position: fixed;
  top: 140px;
  padding: 0;
  width: 100%;
  margin-top: 0;
}
#headerDesktop .dropdown-menu.show {
  display: none;
}
#headerDesktop .dropdown-menu.show .dropdown-menu-nav:not(.menu-brand-items) {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
  padding-left: 0;
  margin-right: 24px;
}
#headerDesktop .dropdown-menu.show .menu-brand-items {
  display: block !important;
  padding-top: 0;
  gap: 24px;
  margin-right: 24px;
  -webkit-columns: 6;
     -moz-columns: 6;
          columns: 6;
}
#headerDesktop .dropdown-menu.show .menu-brand-items .submenu-brand {
  padding-top: 24px;
  display: inline-block;
  font-size: 0.75rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: capitalize;
}
#headerDesktop .multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: none;
}
#headerDesktop .desktop-menu__push {
  position: relative;
  background-color: #ffffff;
  padding: 0;
  margin: 20px 0;
}
#headerDesktop .desktop-menu__push__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
#headerDesktop .desktop-menu__push__list .neo-arrow_right {
  border-radius: 50%;
  border: 1px solid;
  padding: 5px;
  font-size: 0.625rem;
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: inherit;
}
#headerDesktop .desktop-menu__push__item {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
#headerDesktop .desktop-menu__push__link {
  display: block;
  position: relative;
  width: 220px;
  height: 220px;
}
#headerDesktop .desktop-menu__push__image {
  width: 100%;
  background-size: cover;
}
#headerDesktop .desktop-menu__push__name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.875rem;
  padding: 0 35px 18px 10px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(6%, rgba(0, 0, 0, 0.498)), color-stop(11.52%, rgba(0, 0, 0, 0.49)), color-stop(16.6%, rgba(0, 0, 0, 0.478)), color-stop(21.3%, rgba(0, 0, 0, 0.463)), color-stop(25.64%, rgba(0, 0, 0, 0.443)), color-stop(29.69%, rgba(0, 0, 0, 0.422)), color-stop(33.47%, rgba(0, 0, 0, 0.398)), color-stop(37.04%, rgba(0, 0, 0, 0.371)), color-stop(40.43%, rgba(0, 0, 0, 0.341)), color-stop(43.69%, rgba(0, 0, 0, 0.312)), color-stop(46.87%, rgba(0, 0, 0, 0.28)), color-stop(50%, rgba(0, 0, 0, 0.251)), color-stop(53.13%, rgba(0, 0, 0, 0.22)), color-stop(56.31%, rgba(0, 0, 0, 0.188)), color-stop(59.57%, rgba(0, 0, 0, 0.159)), color-stop(62.96%, rgba(0, 0, 0, 0.129)), color-stop(66.53%, rgba(0, 0, 0, 0.102)), color-stop(70.31%, rgba(0, 0, 0, 0.0784)), color-stop(74.36%, rgba(0, 0, 0, 0.0569)), color-stop(78.7%, rgba(0, 0, 0, 0.0373)), color-stop(83.4%, rgba(0, 0, 0, 0.0216)), color-stop(88.48%, rgba(0, 0, 0, 0.0098)), color-stop(94%, rgba(0, 0, 0, 0.00196)), to(rgba(0, 0, 0, 0.00005)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.498) 6%, rgba(0, 0, 0, 0.49) 11.52%, rgba(0, 0, 0, 0.478) 16.6%, rgba(0, 0, 0, 0.463) 21.3%, rgba(0, 0, 0, 0.443) 25.64%, rgba(0, 0, 0, 0.422) 29.69%, rgba(0, 0, 0, 0.398) 33.47%, rgba(0, 0, 0, 0.371) 37.04%, rgba(0, 0, 0, 0.341) 40.43%, rgba(0, 0, 0, 0.312) 43.69%, rgba(0, 0, 0, 0.28) 46.87%, rgba(0, 0, 0, 0.251) 50%, rgba(0, 0, 0, 0.22) 53.13%, rgba(0, 0, 0, 0.188) 56.31%, rgba(0, 0, 0, 0.159) 59.57%, rgba(0, 0, 0, 0.129) 62.96%, rgba(0, 0, 0, 0.102) 66.53%, rgba(0, 0, 0, 0.0784) 70.31%, rgba(0, 0, 0, 0.0569) 74.36%, rgba(0, 0, 0, 0.0373) 78.7%, rgba(0, 0, 0, 0.0216) 83.4%, rgba(0, 0, 0, 0.0098) 88.48%, rgba(0, 0, 0, 0.00196) 94%, rgba(0, 0, 0, 0.00005) 100%);
}
#headerDesktop .desktop-menu__push__name strong {
  font-weight: 600;
  display: block;
}
#headerDesktop .desktop-menu__push__brand .desktop-menu__push__list {
  border-left: none;
  margin-left: 0;
}
#headerDesktop .dropdown-link img {
  top: 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
  margin-right: 16px;
}
#headerDesktop .nav-item:hover .js-border {
  visibility: visible;
}
#headerDesktop .nav-item .js-border {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  z-index: 1;
}
#headerDesktop .menu_expand.brand-menu-expand {
  max-height: 75vh;
}
#headerDesktop .menu_expand {
  overflow-x: hidden;
  scrollbar-width: none;
}
#headerDesktop .menu-brand-items {
  padding-left: 0;
}

.menu-category a {
  font-size: 0.9rem;
}

.menu-toggleable-left.in .mobile-menu__search {
  width: 100%;
}
.menu-toggleable-left.in .mobile-menu__search .search__input {
  width: 100%;
}

.product-recommendations {
  width: 100%;
  margin: 0 0 2em;
}
@media screen and (min-width: 1000px) {
  .product-recommendations {
    margin: 4em auto;
  }
}
.product-recommendations a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: block;
}
.product-recommendations a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.product-recommendations * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-recommendations:hover .product-recommendations__fade-control-left.is-hover,
.product-recommendations:hover .product-recommendations__fade-control-right.is-hover {
  opacity: 1;
}
.product-recommendations__title {
  margin: 1em 20px;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__title {
    margin: 35.2941176471px 40px;
    width: 88.8676%;
  }
}
.product-recommendations__slider {
  position: relative;
  overflow: hidden;
}
.product-recommendations__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  -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;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.product-recommendations__scroll::-webkit-scrollbar {
  display: none;
}
.product-recommendations__item {
  display: inline-block;
  min-width: calc(45% - 5px);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(45% - 5px);
          flex: 0 1 calc(45% - 5px);
  margin: 0 5px 0 0;
  vertical-align: top;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  scroll-snap-align: start;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__item {
    min-width: calc(22% - 5px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(22% - 5px);
            flex: 0 1 calc(22% - 5px);
  }
}
.product-recommendations__item .cta__quickbuy {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 20px 5px 5px 20px;
  z-index: 9;
}
@media screen and (min-width: 800px) {
  .product-recommendations__item .cta__quickbuy {
    display: none;
  }
}
.product-recommendations__img--content {
  position: relative;
  background-color: #e5e5e5;
  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;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__img--content .product__tags.black-tag, .product-recommendations__img--content .product__tags.macaron-tag, .product-recommendations__img--content .product__tags.green-spirit-tag {
    display: none;
  }
}
.product-recommendations__img--content .product__tags.is-hidden {
  display: none;
}
.product-recommendations__img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 164px;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__img {
    max-height: none;
  }
}
.product-recommendations-percentreduction {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ea580c;
  font-weight: 700;
  z-index: 1;
  color: #ffffff;
  font-size: 0.7em;
  padding: 0.5em 1em 0.3em;
}
@media screen and (min-width: 1000px) {
  .product-recommendations-percentreduction {
    top: 10px;
    left: 10px;
    font-size: 1em;
  }
}
.product-recommendations__text--content {
  padding: 0.8em;
  font-size: 1em;
  text-align: left;
  line-height: 1.1875rem;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__text--content {
    padding: 1.5em;
    text-align: center;
  }
}
.product-recommendations__brand {
  display: block;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 700;
  white-space: normal;
}
.product-recommendations__name {
  display: block;
  font-weight: 700;
  color: #1c1c1c;
  white-space: normal;
}
.product-recommendations__gender {
  display: block;
  text-align: left;
  color: #1c1c1c;
  letter-spacing: 0.6px;
  font-size: 0.857em;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__gender {
    margin: 0;
    text-align: center;
  }
}
.product-recommendations .bazaarvoice__inlineratings__stars {
  margin: 0 0 0 -2px;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}
@media screen and (min-width: 1000px) {
  .product-recommendations .bazaarvoice__inlineratings__stars {
    margin: 0;
  }
}
.product-recommendations .bazaarvoice__inlineratings__ratings,
.product-recommendations .bazaarvoice__inlineratings__reviewcount {
  display: none;
}
.product-recommendations__price--content {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__price--content {
    text-align: center;
  }
}
.product-recommendations__price--content .product-price {
  white-space: nowrap;
  margin-top: 0;
}
.product-recommendations__price--content .product-price.is-price-range .default-price::before {
  content: attr(data-mention);
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding-right: 5px;
}
.product-recommendations__price--content .product-price .default-price {
  color: #1c1c1c;
  display: inline-block;
  margin: 0 5px 0 0;
  white-space: nowrap;
  font-weight: 700;
}
.product-recommendations__price--content .product-price .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
}
@media screen and (min-width: 700px) {
  .product-recommendations__price--content .product-price .default-price {
    margin: 0;
  }
}
.product-recommendations__price--content .product-price .promotional-price {
  color: #ea580c;
  font-weight: 700;
}
.product-recommendations__price--content .product-price .promotional-price.is-hidden {
  display: none;
}
.product-recommendations__fade-control-left, .product-recommendations__fade-control-right {
  position: absolute;
  height: 15%;
  top: 24%;
  width: 30px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.product-recommendations__fade-control-left:hover, .product-recommendations__fade-control-right:hover {
  width: 50px;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__fade-control-left, .product-recommendations__fade-control-right {
    width: 100px;
  }
  .product-recommendations__fade-control-left:hover, .product-recommendations__fade-control-right:hover {
    width: 120px;
  }
}
.product-recommendations__fade-control-left i, .product-recommendations__fade-control-right i {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 30%;
  padding: 0.5em;
  font-size: 1.5625rem;
  color: #ea580c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.product-recommendations__fade-control-left i:hover, .product-recommendations__fade-control-right i:hover {
  color: #1c1c1c;
}
.product-recommendations__fade-control-left {
  left: -1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-recommendations__fade-control-left i {
  left: 10px;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__fade-control-left i {
    left: 40px;
  }
}
.product-recommendations__fade-control-right {
  right: -1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.product-recommendations__fade-control-right i {
  right: 10px;
}
@media screen and (min-width: 1000px) {
  .product-recommendations__fade-control-right i {
    right: 40px;
  }
}

.product-recommendations__slider .product-recommendations__text--content,
.product-recommendations__slider .product-recommendations__price--content {
  text-align: left;
}
.product-recommendations__slider .product-recommendations__gender {
  display: none;
  text-align: left;
}
.product-recommendations__slider .product-recommendations__brand,
.product-recommendations__slider .product-recommendations__name {
  font-weight: 400;
}
.product-recommendations__slider .product-recommendations__btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
}

:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #ffffff;
  --color-black: #1c1c1c;
  --color-blue: #0070d2;
  --color-green: #187134;
  --color-primary: #00a1e0;
  --color-red: #c00;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 65%);
  --color-grey-transparent-2: rgba(0, 0, 0, 25%);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-black);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: var(--color-white);
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: "Roboto", Arial;
  --font-family-sans-serif: "Roboto", Arial, sans-serif;
  --skin-body-font: var(--font-family-sans-serif);
}

:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #ffffff;
  --color-black: #1c1c1c;
  --color-blue: #0070d2;
  --color-green: #187134;
  --color-primary: #00a1e0;
  --color-red: #c00;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 65%);
  --color-grey-transparent-2: rgba(0, 0, 0, 25%);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-black);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: var(--color-white);
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: "Roboto", Arial;
  --font-family-sans-serif: "Roboto", Arial, sans-serif;
  --skin-body-font: var(--font-family-sans-serif);
}

body,
.card,
.card-header,
.hero {
  background-color: var(--skin-background-color-1);
  font-family: var(--skin-body-font);
  color: var(--skin-main-text-color-1);
}

.hero {
  border-bottom-color: var(--skin-background-color-1);
}

.main-menu {
  background-color: var(--skin-banner-background-color-1);
}

.banner-color {
  background-color: var(--skin-banner-background-color-1);
}

.header-banner {
  background-color: var(--skin-banner-background-color-2);
  color: var(--skin-banner-text-color-1);
}

.header-banner .close-button .close {
  background-color: var(--skin-primary-color-1);
}

h1.header.page-title,
h1.header.page-title::before {
  background-color: var(--skin-heading-color-1);
  color: var(--skin-heading-color-1-invert);
}

.product-tile {
  background-color: var(--skin-background-color-1);
  border: 8px solid var(--skin-border-color-1);
}

.refinements ul li button {
  color: var(--skin-primary-color-1);
}

.custom-select {
  background-color: var(--skin-selectbox-background-color-1);
  color: var(--skin-selectbox-text-color-1);
}

a {
  color: var(--color-black);
}

.price {
  color: var(--color-black);
}

.dropdown-menu,
.dropdown-menu a,
.navbar,
.navbar .nav-item,
.navbar .nav-item a,
.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown a {
  color: var(--skin-menu-color-1);
}
@media (min-width: 769px) {
  .dropdown-menu,
  .dropdown-menu a,
  .navbar,
  .navbar .nav-item,
  .navbar .nav-item a,
  .navbar .nav-item.dropdown,
  .navbar .nav-item.dropdown a {
    color: var(--skin-menu-color-1-invert);
  }
}

.navbar .nav-item.dropdown,
.navbar .nav-item.dropdown .dropdown-menu.show {
  color: var(--skin-selectbox-text-color-1);
}

.navbar .nav-item.dropdown .dropdown-menu.show {
  background-color: var(--skin-selectbox-background-color-1);
}
.navbar .nav-item.dropdown .dropdown-menu.show a,
.navbar .nav-item.dropdown .dropdown-menu.show .nav-item {
  color: var(--skin-selectbox-text-color-1);
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  opacity: 1;
  border-bottom: 1px solid black;
}

.btn-primary {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  color: var(--skin-primary-color-invert-1);
}

.btn-primary:hover {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
  background-color: var(--skin-primary-color-invert-1);
}

.btn-primary.disabled, .white-header .container__stores .btn-primary.forms__stores__geoloc__button:disabled, .white-header .container__stores .btn-primary.forms__stores__manual__button:disabled,
.btn-primary:disabled {
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color);
  color: var(--skin-primary-color-invert-1);
  opacity: 0.5;
}

.btn-outline-primary {
  color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

.btn-outline-primary:hover {
  color: var(--skin-primary-color-invert-1);
  background-color: var(--skin-primary-color-1);
  border-color: var(--skin-primary-color-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, Arial, sans-serif;
}

header ~ #maincontent .container a:not(.btn-primary, .btn-outline-primary) {
  color: var(--skin-primary-color-1);
}

.custom_content_asset_style {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
}
.custom_content_asset_style * {
  background-color: var(--background-color) !important;
  color: var(--text-color) !important;
}

.product__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
}
.product__tile .product__tile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
  height: 100%;
}
.product__tile .product__image {
  width: 100%;
  background-color: #f5f5f5;
}
.product__tile img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.product__tile .product__informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px;
}
@media screen and (min-width: 700px) {
  .product__tile .product__informations {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product__tile .product__details {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.product__tile .product__name {
  overflow: auto;
  height: auto;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
}
.product__tile .product__name::after {
  display: none;
}
.product__tile .product__name__brand, .product__tile .product__name__product {
  display: block;
}
.product__tile .product__name__brand {
  text-transform: uppercase;
}
.product__tile .product__gender {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  text-transform: capitalize;
}
.product__tile .product__rating {
  position: absolute;
  top: calc(100% - 28px);
  left: 0;
  z-index: 2;
  padding: 0 0 0 0.5rem;
}
.product__tile .product__ratingContent {
  background-color: #ffffff;
  padding: 0 0.375rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 2px;
}
.product__tile .product__ratingContent .refinement-bazaarvoice-rating-container .refinement-bazaarvoice-rating-on {
  color: #ea580c;
  font-size: 0.625rem;
  top: -2px;
  position: relative;
}
.product__tile .product__ratingContent .refinement-bazaarvoice-rating-container .refinement-bazaarvoice-rating-black {
  color: #a9a9a9;
  font-size: 0.625rem;
  top: -2px;
  position: relative;
}
.product__tile .product__ratingContent .refinement-bazaarvoice-rating-wording {
  top: -1px;
  position: relative;
  font-size: 0.6875rem;
  color: #ea580c;
}
.product__tile .product__ratingContent .refinement-bazaarvoice-rating-wording-black {
  top: -1px;
  position: relative;
  font-size: 0.6875rem;
  color: #a9a9a9;
}
.product__tile .price__infos {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 700px) {
  .product__tile .price__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.product__tile .price__infos .product-price-from {
  margin: 0;
  font-size: 0.75rem;
  display: inline-block;
  margin-top: 1px;
}
@media screen and (min-width: 700px) {
  .product__tile .price__infos .product-price-from {
    display: block;
    margin-bottom: 3px;
  }
}
.product__tile .price__infos .product-price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .product__tile .price__infos .product-price-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product__tile .price__infos .product-price-container .product-price-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__tile .price__infos .product-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.25rem;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 700px) {
  .product__tile .price__infos .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__tile .price__infos .default-price {
  font-weight: 500;
  font-size: 0.875rem;
}
.product__tile .price__infos .promotional-price {
  font-weight: 500;
}
.product__tile .price__infos .product-price-badge {
  background-color: #ffede2;
  color: #ea580c;
  height: 1.125rem;
  border-radius: 2px;
  line-height: 1.125rem;
  font-size: 0.75rem;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
  display: table-cell;
}
.product__tile .price__infos .product-price-badge.last-chance {
  text-transform: initial;
  padding: 0 6px;
  margin: 2px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  .product__tile .price__infos .product-price-badge {
    margin-top: 2px;
  }
}
.product__tile .is-price-range .default-price::before {
  content: attr(data-mention);
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  text-decoration: none !important;
  padding-right: 5px;
}
.product__tile .default-price {
  display: inline-block;
  margin: 0 5px 0 0;
  white-space: nowrap;
  font-weight: 700;
}
@media screen and (min-width: 700px) {
  .product__tile .default-price {
    display: block;
    margin: 0;
  }
}
.product__tile .default-price + .promotional-price {
  color: #ea580c;
}
.product__tile .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.75rem;
}
.product__tile .promotional-price {
  font-weight: 700;
}
.product__tile .promotional-price.is-hidden {
  display: none;
}
.product__tile .product__tags {
  width: calc(100% - 1em);
  top: 0.5em;
  left: 0.5em;
  text-align: left;
  position: absolute;
  text-transform: initial;
}
@media screen and (min-width: 1000px) {
  .product__tile .product__tags {
    width: calc(100% - 1.4em);
    top: 8px;
    left: 16px;
  }
}
.product__tile .product__tags.is-hidden {
  display: none;
}
.product__tile .product__tags .product-tags-item {
  display: inline-block;
  padding: 0 6px;
  background-color: #ea580c;
  color: #ffffff;
  list-style: none;
  text-align: center;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 20px;
  font-family: "Roboto";
  height: 20px;
}
.product__tile .product__tags .product-tags-item.black-tag {
  float: left;
  padding: 0 6px;
  background-color: #1c1c1c;
  font-size: 0.75rem;
  border-radius: 2px;
}
.product__tile .product__tags .product-tags-item.green-spirit-tag {
  float: left;
  margin: 0;
  border-radius: 50%;
  width: 50px !important;
  background-color: transparent;
  padding: 0;
  pointer-events: none;
  height: auto;
}
@media screen and (min-width: 700px) {
  .product__tile .product__tags .product-tags-item.green-spirit-tag {
    width: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product__tile .product__tags .product-tags-item.green-spirit-tag {
    width: 70px !important;
  }
}
.product__tile .product__tags .product-tags-item.macaron-tag {
  float: left;
  margin: 0;
  height: 50px !important;
  background-color: transparent;
  padding: 0;
  pointer-events: none;
}
@media screen and (min-width: 700px) {
  .product__tile .product__tags .product-tags-item.macaron-tag {
    height: 65px !important;
  }
}
@media screen and (min-width: 1200px) {
  .product__tile .product__tags .product-tags-item.macaron-tag {
    height: 70px !important;
  }
}
.product__tile .product__tags .product-tags-item.is-hidden {
  display: none;
}
.product__tile .product__tags .dot-tag {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #be262a;
  vertical-align: middle;
}
.product__tile .product__tags .dot-tag.tiny {
  width: 15px;
  height: 15px;
  background: #721012;
}
@media screen and (min-width: 1000px) {
  .product__tile .product__tags .dot-tag.tiny {
    width: 20px;
    height: 20px;
  }
}

.product__price-and-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  letter-spacing: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .product__price-and-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__link {
  position: relative;
  display: block;
}

.product__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .product__tile {
    display: block;
  }
}
.product__tile img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.product__tile__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
  height: 100%;
}

.product__tags {
  width: calc(100% - 2rem);
  top: 0.75rem;
  left: 0.75rem;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .product__tags {
    width: calc(100% - 2rem);
    top: 0.5rem;
    left: 1rem;
  }
}
.product__tags.is-hidden {
  display: none;
}

.product__image {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 5px 0;
  background-color: #f5f5f5;
}

.product__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  background-color: #f5f5f5;
}

.product__informations {
  padding: 3px 0 0;
}
@media screen and (min-width: 700px) {
  .product__informations {
    padding: 10px 0 12px;
  }
}

.product__details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  margin: 0 0 10px 0;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .product__details {
    margin: 0 10px 0 0;
  }
}

.product__name {
  overflow: auto;
  height: auto;
  margin: 0;
  letter-spacing: normal;
  font-style: normal;
  font-stretch: normal;
}
.product__name::after {
  display: none;
}
.product__name__brand, .product__name__product {
  display: block;
}
.product__name__product {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product__name__brand {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.product__name .product__name__product {
  text-transform: capitalize;
}
.product__name .product__name__product::first-letter {
  text-transform: uppercase;
}

.thumb-link {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.product__gender {
  display: block;
  margin: 0;
  color: #1c1c1c;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.75rem;
  line-height: 1.5;
}

.product__express-delivery {
  display: block;
  color: #1c1c1c;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product__express-delivery .content-asset {
  display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
  .product__express-delivery {
    display: none;
  }
  .product__express-delivery.is-visible {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .product__express-delivery {
    font-size: 0.75rem;
  }
}
.product__express-delivery.is-hidden {
  display: none;
}
.product__express-delivery__icon {
  display: inline-block;
  font-size: 1rem;
  color: #ea580c;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width: 480px) {
  .product__express-delivery__icon {
    margin-right: 5px;
  }
}

.bazaarvoice__inlineratings {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (min-width: 700px) {
  .bazaarvoice__inlineratings {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.bazaarvoice__inlineratings img.bazaarvoice__inlineratings__stars {
  margin: 0 0 5px -2px;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media screen and (min-width: 700px) {
  .bazaarvoice__inlineratings img.bazaarvoice__inlineratings__stars {
    margin: 0 -2px 5px auto;
  }
}
.bazaarvoice__inlineratings__ratings, .bazaarvoice__inlineratings__reviewcount {
  display: none;
}

.product__price {
  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: 0;
  letter-spacing: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  .product__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__price .product__price__sales-mention {
  font-size: 0.75rem;
  color: #1c1c1c;
  margin: 0 0 5px 0;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .product__price .product__price__sales-mention {
    text-align: right;
  }
}
.product__price .product__price__sales-mention + .product__price__sales-price {
  display: inline-block;
}
.product__price .product__price__sales-mention.is-hidden {
  display: none;
}
.product__price .product__price__standard-price {
  color: #1c1c1c;
  text-decoration: none;
  display: inline-block;
  text-decoration: line-through;
}
.product__price .product__price__standard-price + .product__price__sales-price {
  color: #ea580c;
}
.product__price .product__price__standard-price.is-sales-price {
  color: #1c1c1c;
  font-weight: 700;
}
.product__price .product__price__standard-price.is-sales-price::after {
  content: none;
}
.product__price .product__price__sales-price {
  color: #1c1c1c;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .product__price .product__price__sales-price {
    display: block;
  }
}
.product__price .product__price__sales-price.is-hidden {
  display: none;
}

.pt_product-search-result .primary_refinements_container .search-result-content.search-result-content__immersive .grid-tile__quickbuy.grid-tile-2, .cross-sell__container.search-result-content__immersive .grid-tile__quickbuy.grid-tile-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}
.pt_product-search-result .primary_refinements_container .search-result-content.search-result-content__immersive .grid-tile__quickbuy.grid-tile-2 .container-full, .cross-sell__container.search-result-content__immersive .grid-tile__quickbuy.grid-tile-2 .container-full {
  min-height: 300px;
}
@media screen and (min-width: 700px) {
  .pt_product-search-result .primary_refinements_container .search-result-content.search-result-content__immersive .grid-tile__quickbuy, .cross-sell__container.search-result-content__immersive .grid-tile__quickbuy {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    width: 25%;
  }
  .pt_product-search-result .primary_refinements_container .search-result-content.search-result-content__immersive .grid-tile__quickbuy.grid-tile-2, .cross-sell__container.search-result-content__immersive .grid-tile__quickbuy.grid-tile-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
  .pt_product-search-result .primary_refinements_container .search-result-content.search-result-content__immersive .grid-tile__quickbuy.grid-tile-4, .cross-sell__container.search-result-content__immersive .grid-tile__quickbuy.grid-tile-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy, .cross-sell__container .grid-tile__quickbuy {
  margin: 0 0 5px;
  width: 50%;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-tile-4, .cross-sell__container .grid-tile__quickbuy.grid-tile-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy, .cross-sell__container .grid-tile__quickbuy {
    margin: 0 0 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    width: 33.3333%;
  }
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-tile-2, .cross-sell__container .grid-tile__quickbuy.grid-tile-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66.6667%;
            flex: 0 1 66.6667%;
    width: 66.6667%;
  }
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-tile-4, .cross-sell__container .grid-tile__quickbuy.grid-tile-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66.6667%;
            flex: 0 1 66.6667%;
    width: 66.6667%;
  }
}
@media screen and (min-width: 1200px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy, .cross-sell__container .grid-tile__quickbuy {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    width: 25%;
  }
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-tile-2, .cross-sell__container .grid-tile__quickbuy.grid-tile-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
  }
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-tile-4, .cross-sell__container .grid-tile__quickbuy.grid-tile-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty, .cross-sell__container .grid-tile__quickbuy.grid-majesty {
  padding: calc(5px + 1px);
  margin: 0;
  padding-top: 0 !important;
  height: 100%;
  min-height: 400px;
}
@media screen and (min-width: 700px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty, .cross-sell__container .grid-tile__quickbuy.grid-majesty {
    padding: calc(10px + 1px);
    min-height: 500px;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell {
  max-width: unset !important;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell .product-tile, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell .product-tile {
  border: none;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell .grid-tile, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell .grid-tile {
  width: unset !important;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell .swiper-wrapper, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell .swiper-wrapper {
  margin: unset !important;
}
@media screen and (min-width: 1200px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell .swiper-wrapper, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell .swiper-wrapper {
    padding: 0 0 60px;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell .cross-sell__container, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell .cross-sell__container {
  display: -webkit-box;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.grid-majesty .cross-sell .grid-tile__quickbuy, .cross-sell__container .grid-tile__quickbuy.grid-majesty .cross-sell .grid-tile__quickbuy {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product-tile, .cross-sell__container .grid-tile__quickbuy .product-tile {
  border: unset;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__tile, .cross-sell__container .grid-tile__quickbuy .product__tile {
  border-bottom: none;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__tile .go-to-product-page, .cross-sell__container .grid-tile__quickbuy .product__tile .go-to-product-page {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: none;
  color: #ffffff;
  padding: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  outline: none;
  background: #ea580c;
  opacity: 1;
  z-index: 111;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__tile__container, .cross-sell__container .grid-tile__quickbuy .product__tile__container {
  border: 1px solid #ffffff;
  padding: 0 5px 5px;
}
@media screen and (min-width: 700px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__tile__container, .cross-sell__container .grid-tile__quickbuy .product__tile__container {
    padding: 0 0.5rem;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy, .cross-sell__container .grid-tile__quickbuy .product__quick-buy {
  display: none;
  margin: 15px 0 0 0;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton {
  position: relative;
  overflow: hidden;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton::before, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  width: 50px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5985)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5985) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-animation: skeleton 0.8s ease-in-out infinite;
          animation: skeleton 0.8s ease-in-out infinite;
}
@-webkit-keyframes skeleton {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
}
@keyframes skeleton {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton__size, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 168px;
}
@media screen and (min-width: 1400px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton__size, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton__size {
    max-width: 217px;
  }
}
@media screen and (min-width: 1600px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton__size, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton__size {
    max-width: 252px;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton__item, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton__item {
  width: 40px;
  height: 40px;
  margin: 0 2px 2px 0;
  background-color: #e5e5e5;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton__separator, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton__separator {
  width: calc(100% - 20px);
  max-width: 300px;
  height: 1px;
  margin: 20px auto;
  background-color: #e5e5e5;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__quick-buy__skeleton__button, .cross-sell__container .grid-tile__quickbuy .product__quick-buy__skeleton__button {
  width: calc(100% - 20px);
  max-width: 300px;
  height: 50px;
  margin: 0 auto 15px;
  background-color: #e5e5e5;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .product__link, .cross-sell__container .grid-tile__quickbuy .product__link {
  height: auto;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes {
  position: relative;
  width: 168px;
  max-width: 304px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 1260px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes {
    width: 172px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1400px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes {
    width: 217px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes {
    width: 261px;
  }
}
@media screen and (min-width: 1600px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes {
    width: 304px;
  }
}
@media screen and (min-width: 1260px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified {
    width: 217px;
  }
}
@media screen and (min-width: 1400px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified {
    width: 261px;
  }
}
@media screen and (min-width: 1600px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified, .cross-sell__container .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified {
    width: 304px;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel {
  overflow: hidden;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__container, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -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;
  font-size: 0;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__slide, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: 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: 4px;
  max-width: 172px;
  height: auto;
  margin: 0 auto;
  font-size: 1rem;
  vertical-align: top;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__slide.is--error .quick-buy__carousel__item, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__slide.is--error .quick-buy__carousel__item {
  border: 1px solid #eb0037;
}
@media screen and (min-width: 1260px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__slide, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__slide {
    max-width: 217px;
  }
}
@media screen and (min-width: 1400px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__slide, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__slide {
    max-width: 261px;
  }
}
@media screen and (min-width: 1600px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__slide, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__slide {
    max-width: 304px;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__item, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__item {
  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;
  position: relative;
  float: left;
  cursor: pointer;
  font-size: 0.625rem;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  height: 32px;
  padding: 0;
  color: #1c1c1c;
  width: 40px;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__item:hover, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__item:hover {
  color: #ffffff;
  background-color: #1c1c1c;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__item.selected, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__item.selected {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__item.unselectable, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__item.unselectable {
  pointer-events: none;
  position: relative;
  color: #d4d4d4;
  background-color: #e5e5e5;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__item.add-to-restock:hover, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__item.add-to-restock:hover {
  color: #d4d4d4;
  background-color: #e5e5e5;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__next,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__prev, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__next,
.cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__prev {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.15s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__next i,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__prev i, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__next i,
.cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1c1c1c;
  font-size: 0.5rem;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__prev, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__prev {
  left: -24px;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__prev:hover, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__prev:hover {
  -webkit-transform: translateY(-50%) translateX(-4px);
          transform: translateY(-50%) translateX(-4px);
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__next, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__next {
  right: -24px;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel__next:hover, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel__next:hover {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel--prev__hidden,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__carousel--next__hidden, .cross-sell__container .grid-tile__quickbuy .quick-buy__carousel--prev__hidden,
.cross-sell__container .grid-tile__quickbuy .quick-buy__carousel--next__hidden {
  opacity: 0;
  visibility: hidden;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__separator, .cross-sell__container .grid-tile__quickbuy .quick-buy__separator {
  width: calc(100% - 20px);
  max-width: 300px;
  height: 1px;
  margin: 0 auto;
  background-color: #d4d4d4;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__information, .cross-sell__container .grid-tile__quickbuy .quick-buy__information {
  margin: 20px auto;
  text-align: center;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery,
.cross-sell__container .grid-tile__quickbuy .quick-buy__retailer {
  color: #1c1c1c;
  font-size: 0.75rem;
  font-weight: 400;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery .content-asset,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer .content-asset, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery .content-asset,
.cross-sell__container .grid-tile__quickbuy .quick-buy__retailer .content-asset {
  display: inline-block;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery.is-hidden,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer.is-hidden, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery.is-hidden,
.cross-sell__container .grid-tile__quickbuy .quick-buy__retailer.is-hidden {
  display: none;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery a,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer a, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery a,
.cross-sell__container .grid-tile__quickbuy .quick-buy__retailer a {
  font-weight: 500 !important;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery i,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer i, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery i,
.cross-sell__container .grid-tile__quickbuy .quick-buy__retailer i {
  font-size: 1.25rem;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer__icon, .cross-sell__container .grid-tile__quickbuy .quick-buy__retailer__icon {
  display: inline-block;
  font-size: 1rem;
  color: #ea580c;
  margin-right: 10px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer__icon.neo-adid, .cross-sell__container .grid-tile__quickbuy .quick-buy__retailer__icon.neo-adid {
  color: #1c1c1c;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery__icon,
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__retailer__link, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery__icon,
.cross-sell__container .grid-tile__quickbuy .quick-buy__retailer__link {
  font-weight: 500;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__express-delivery__icon, .cross-sell__container .grid-tile__quickbuy .quick-buy__express-delivery__icon {
  color: #ea580c;
  margin-right: 5px;
  text-decoration: none;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price {
  width: 30%;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price {
    text-align: left;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price-from, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price-from {
  margin: 0;
  font-size: 0.75rem;
  line-height: 20px;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price-badge, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price-badge {
  background-color: #ffede2;
  color: #ea580c;
  border-radius: 2px;
  font-size: 0.75rem;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px;
  display: table-cell;
  text-transform: capitalize;
  line-height: 1.125rem;
  margin-bottom: 2px;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price-container, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-wrap: wrap;
  gap: 4px;
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price.is-discount, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .product-price.is-discount {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .default-price, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .default-price {
  font-weight: 500;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .default-price + .promotional-price, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .default-price + .promotional-price {
  color: #ea580c;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .default-price.is-replaced, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__price .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.75rem;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__chooseyoursize--btn, .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__chooseyoursize--btn, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  max-height: 48px;
  max-width: 75%;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__chooseyoursize--btn i, .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn i, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__chooseyoursize--btn i, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn i {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 8px 5px 0;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn::after, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn::after {
  content: attr(data-addbtn);
}
@media screen and (min-width: 1200px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn::after, .cross-sell__container .grid-tile__quickbuy .quick-buy__add-to-basket .quick-buy__add-to-basket--btn::after {
    content: attr(data-addtocardbtn);
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .add-to-cart-disabled, .cross-sell__container .grid-tile__quickbuy .add-to-cart-disabled {
  display: block;
  width: 100%;
  padding: 16px;
  max-width: 300px;
  margin: 0 auto;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__error, .cross-sell__container .grid-tile__quickbuy .quick-buy__error {
  display: none;
  text-align: center;
  color: #c84c09 !important;
  max-width: 300px;
  margin: 0 auto;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__error.is-visible, .cross-sell__container .grid-tile__quickbuy .quick-buy__error.is-visible {
  display: block;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__error .error__message, .cross-sell__container .grid-tile__quickbuy .quick-buy__error .error__message {
  color: #eb0037;
  font-weight: 400;
  margin: 12px 0;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__quantity-notification, .cross-sell__container .grid-tile__quickbuy .quick-buy__quantity-notification {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__quantity-notification .quantity-notification__message, .cross-sell__container .grid-tile__quickbuy .quick-buy__quantity-notification .quantity-notification__message {
  font-weight: 400;
  color: #1c1c1c;
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy .quick-buy__quantity-notification .quantity-notification__message .text--courir, .cross-sell__container .grid-tile__quickbuy .quick-buy__quantity-notification .quantity-notification__message .text--courir {
  color: #1c1c1c;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.quick-buy__hover .product__tile__container, .cross-sell__container .grid-tile__quickbuy.quick-buy__hover .product__tile__container {
  position: absolute;
  top: -3rem;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: auto;
  background-color: #ffffff;
  z-index: 1005;
  margin: 0;
  -webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  padding: 1rem 1rem;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.quick-buy__hover .product__tile__container::after, .cross-sell__container .grid-tile__quickbuy.quick-buy__hover .product__tile__container::after {
  display: none;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.quick-buy__hover .product__quick-buy, .cross-sell__container .grid-tile__quickbuy.quick-buy__hover .product__quick-buy {
  display: block;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.quick-buy__hover .product__informations, .cross-sell__container .grid-tile__quickbuy.quick-buy__hover .product__informations {
  display: none;
  min-height: unset;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.quick-buy__hover .product__image--hover, .cross-sell__container .grid-tile__quickbuy.quick-buy__hover .product__image--hover {
  opacity: 1;
  visibility: visible;
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__quickbuy.quick-buy__hover .product__tags, .cross-sell__container .grid-tile__quickbuy.quick-buy__hover .product__tags {
  top: 1.5rem;
  left: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .pt_product-search-result .primary_refinements_container .search-result-content .search-result-items.search-result__quickbuy, .cross-sell__container .search-result-items.search-result__quickbuy {
    margin: 0 0 10px -10px;
  }
}
.pt_product-search-result .primary_refinements_container .search-result-content .grid-tile__immersive__list .grid-tile__quickbuy, .cross-sell__container .grid-tile__immersive__list .grid-tile__quickbuy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
  .checkout__side__modal .mySwiper__cross-sell .swiper-wrapper,
  .mini-cart-content .mySwiper__cross-sell .swiper-wrapper {
    padding: 1.875rem 3.125rem 0 0;
  }
  .checkout__side__modal .cross-sell__container .grid-tile__quickbuy,
  .mini-cart-content .cross-sell__container .grid-tile__quickbuy {
    max-width: calc(45% - 5px);
    width: 50%;
  }
  .checkout__side__modal .cross-sell__container .quick-buy__carousel__slide,
  .mini-cart-content .cross-sell__container .quick-buy__carousel__slide {
    max-width: 13.5625rem;
  }
  .checkout__side__modal .grid-tile__quickbuy .quick-buy__sizes,
  .checkout__side__modal .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified,
  .mini-cart-content .grid-tile__quickbuy .quick-buy__sizes,
  .mini-cart-content .grid-tile__quickbuy .quick-buy__sizes.quick-buy-modified {
    width: 13.5625rem;
  }
  .checkout__side__modal .cross-sell__container .product-tile,
  .mini-cart-content .cross-sell__container .product-tile {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .cross-sell__container .grid-tile__quickbuy {
    width: 50%;
  }
}
.cross-sell__container .product-tile {
  border: none;
}

.sidepopin__popin__quickbuymobile {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__quickbuymobile {
    padding: 0;
    bottom: 0;
    top: auto;
  }
}
.sidepopin__popin__quickbuymobile .sidepopin__popin__close {
  top: 20px;
  right: 20px;
}
.sidepopin__popin__quickbuymobile .sidepopin__popin__close i {
  font-size: 0.875rem;
  color: #1c1c1c;
}

.popin-quickbuy-mobile__wrapper section {
  padding: 0 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile__close {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: pointer;
  margin: 0 0 0 auto;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 6;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile__close i {
  pointer-events: none;
  font-size: 0.875rem;
  color: #1c1c1c;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: sticky;
  z-index: 5;
  top: 0;
  margin: 0;
  font-weight: 600;
  color: #ea580c;
  line-height: 1;
  font-size: 0.875rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile__title__name {
  text-transform: uppercase;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__info {
  padding-top: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__info .product-brand {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__info .product-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__info .product-link {
  color: #767676;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__sliderPagination {
  text-align: left;
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__sliderPagination .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  margin: 0;
  background-color: #1c1c1c;
  opacity: 0.1;
  position: relative;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__sliderPagination .swiper-pagination-bullet-active {
  background-color: #ea580c;
  opacity: 1;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__listItem {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 700px) {
  .popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__listItem {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__listItem {
    max-width: 100%;
  }
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__listItem video {
  width: 100%;
  height: auto;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__listItem img {
  min-height: 288px;
}
@media screen and (max-width: 767px) {
  .popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product-images-container__listItem img {
    max-width: 100%;
  }
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_media__wrapper .product__tags {
  width: auto;
  z-index: 2;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists, .popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .sidepopin__popin__close, .popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .sidepopin__popin__close {
  top: 5px;
  right: 0;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .sidepopin__popin__close .neo-close, .popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .sidepopin__popin__close .neo-close {
  font-size: 0.875rem;
  color: #1c1c1c;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists__wrapper, .popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists__wrapper {
  position: relative;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 20px 0;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  margin: 20px 20px 0;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__dropdown .product-color_btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1c1c1c;
  gap: 8px;
  font-size: 0.75rem;
  padding: 4px;
  width: 100%;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__dropdown .product-color_link-image {
  border-radius: 2px;
  margin: initial !important;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__dropdown .neo-arrow_right {
  padding-right: 8px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists {
  padding-top: 20px;
  gap: 0;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .product-color_links {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  margin: initial !important;
  padding: 4px 4px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  list-style: none;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .product-color_links .product-color_btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .product-color_links .product-color_btn img {
  max-width: 100%;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .product-color_links.selected {
  border: 1px solid #1c1c1c;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .product-color_links:hover {
  opacity: 0.7;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists__wrapper {
  display: none;
  width: 100%;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__colors__lists .quick-buy-mobile_cta__wrapper {
  padding-top: 0;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists {
  margin-top: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form {
  width: 100%;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form .wishlist__error {
  max-width: initial;
  padding-bottom: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form .quick-buy__information {
  text-align: center;
  padding-bottom: 20px;
  color: #1c1c1c;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form .quick-buy__information p {
  margin: 0;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form .quick-buy__information .quick-buy__express-delivery,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form .quick-buy__information .quick-buy__retailer,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__form .quick-buy__information .quantity-notification__message {
  font-size: 0.75rem;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .is--error .quick-buy__carousel__item {
  border: 1px solid #eb0037 !important;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__carousel__item {
  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;
  position: relative;
  float: left;
  cursor: pointer;
  font-size: 0.75rem;
  text-align: center;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 0;
  color: #1c1c1c;
  height: auto;
  width: auto;
  aspect-ratio: 4/3;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__carousel__item.selected {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__carousel__item.black-border {
  border-color: #1c1c1c;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__carousel__item.unselectable {
  pointer-events: none;
  position: relative;
  color: #d4d4d4;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__size__lists .quick-buy__sizes__lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  padding-bottom: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta {
  width: 100%;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper {
  padding-bottom: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 115px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .product-price-from,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .product-price-from {
  margin: 0;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: left;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .content-asset,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .content-asset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .product-price-badge,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .product-price-badge {
  background-color: #ffede2;
  color: #ea580c;
  border-radius: 2px;
  font-size: 0.75rem;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 6px;
  display: table-cell;
  text-transform: initial;
}
@media screen and (max-width: 700px) {
  .popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .product-price-badge,
  .popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .product-price-badge {
    line-height: 1.125rem;
  }
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .product-price-badge.last-chance,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .product-price-badge.last-chance {
  text-transform: initial;
  padding: 0 6px;
  margin: 0 0 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .product-price,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  color: #1c1c1c;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .product-price.is-discount,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .product-price.is-discount {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .default-price .promotional-price,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .default-price .promotional-price {
  color: #ea580c;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__price .default-price.is-replaced,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__price .default-price.is-replaced {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 0.75rem;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__chooseyoursize--btn,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__add-to-basket--btn,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .add-to-cart-disabled,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__chooseyoursize--btn,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__add-to-basket--btn,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .add-to-cart-disabled {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 48px;
  max-width: 75%;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__chooseyoursize .quick-buy__add-to-basket--btn:disabled .neo-cart::before,
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .quick-buy__add-to-basket .quick-buy__add-to-basket--btn:disabled .neo-cart::before {
  color: #767676;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__cta .quick-buy-mobile_cta__wrapper .neo-cart::before {
  font-size: 1.375rem;
  margin-right: 10px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__limitation__wrapper .quantity-notification__message {
  font-size: 0.75rem;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 20px;
}
.popin-quickbuy-mobile__wrapper .quick-buy-mobile_product__limitation__wrapper .quantity-notification__message .text--courir {
  color: #ea580c;
}

.most-wanted__product,
.product-recommendations__item,
.product__tile__container,
.producttile-recommendations__item {
  position: relative;
}
.most-wanted__product .cta__quickbuy,
.product-recommendations__item .cta__quickbuy,
.product__tile__container .cta__quickbuy,
.producttile-recommendations__item .cta__quickbuy {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 20px 5px 5px 20px;
  z-index: 9;
}
@media screen and (min-width: 800px) {
  .most-wanted__product .cta__quickbuy,
  .product-recommendations__item .cta__quickbuy,
  .product__tile__container .cta__quickbuy,
  .producttile-recommendations__item .cta__quickbuy {
    display: none;
  }
}

.promotional-price {
  color: #ea580c !important;
}

.white-header #mini-cart .neo-arrow_left::before {
  position: relative;
  left: 25%;
  bottom: 25%;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='7' height='10' viewBox='0 0 7 10' style='enable-background:new 0 0 7 10;' xml:space='preserve'%3E%3Cpath d='M4.6,9.4L0.3,5l4.4-4.4l0.7,0.7L1.7,5l3.6,3.6L4.6,9.4z'%3E%3C/path%3E%3C/svg%3E");
}
.white-header #mini-cart .neo-arrow_right::before {
  position: relative;
  left: 25%;
  bottom: 25%;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' x='0px' y='0px' viewBox='0 0 7 10' style='enable-background:new 0 0 7 10;' xml:space='preserve'%3E%3Cpath d='M2.4,9.4L1.6,8.6L5.3,5L1.6,1.4l0.7-0.7L6.7,5L2.4,9.4z'%3E%3C/path%3E%3C/svg%3E");
}
.white-header #mini-cart .trash-icon::before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='black' viewBox='0 0 20 20'%3E%3Cpath d='M16.5,5H13V3.5C13,3.22,12.78,3,12.5,3h-5C7.22,3,7,3.22,7,3.5V5H3.5C3.22,5,3,5.22,3,5.5S3.22,6,3.5,6h1.03L5,14c0,1.11,0.42,3,2,3h6c1.58,0,2-1.89,2-2.97L15.47,6h1.03C16.78,6,17,5.78,17,5.5S16.78,5,16.5,5z M8,4h4v1H8V4z M14,14c0,0.02-0.03,2-1,2H7c-0.97,0-1-1.98-1-2.03L5.53,6H7.5h5h1.97L14,14z M9,8.5v5C9,13.78,8.78,14,8.5,14S8,13.78,8,13.5v-5C8,8.22,8.22,8,8.5,8S9,8.22,9,8.5z M12,8.5v5c0,0.28-0.22,0.5-0.5,0.5S11,13.78,11,13.5v-5C11,8.22,11.22,8,11.5,8S12,8.22,12,8.5z'%3E%3C/path%3E%3C/svg%3E");
}
.white-header #mini-cart .product-recommendations__scroll {
  display: block;
}
.white-header #mini-cart .product-recommendations__fade-control-left i,
.white-header #mini-cart .product-recommendations__fade-control-right i {
  top: 50%;
  width: 32px;
  height: 32px;
  color: #1c1c1c;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
}

.white-header #mini-cart .expand-top-nav-container.active::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: fixed;
}

.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title.mini-cart-header {
  padding: 0 64px;
}
.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title.mini-cart-header .flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title.mini-cart-header.is-stuck-top {
  content: "";
  position: sticky;
  top: -1px;
  z-index: 15;
  padding-top: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 0%)), color-stop(18.7%, hsla(0, 0%, 0%, 0.987)), color-stop(34.9%, hsla(0, 0%, 0%, 0.951)), color-stop(48.8%, hsla(0, 0%, 0%, 0.896)), color-stop(60.6%, hsla(0, 0%, 0%, 0.825)), color-stop(70.4%, hsla(0, 0%, 0%, 0.741)), color-stop(78.4%, hsla(0, 0%, 0%, 0.648)), color-stop(84.8%, hsla(0, 0%, 0%, 0.55)), color-stop(89.8%, hsla(0, 0%, 0%, 0.45)), color-stop(93.6%, hsla(0, 0%, 0%, 0.352)), color-stop(96.3%, hsla(0, 0%, 0%, 0.259)), color-stop(98.1%, hsla(0, 0%, 0%, 0.175)), color-stop(99.2%, hsla(0, 0%, 0%, 0.104)), color-stop(99.8%, hsla(0, 0%, 0%, 0.049)), color-stop(100%, hsla(0, 0%, 0%, 0.013)), to(hsla(0, 0%, 0%, 0)));
  -webkit-mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 18.7%, hsla(0, 0%, 0%, 0.951) 34.9%, hsla(0, 0%, 0%, 0.896) 48.8%, hsla(0, 0%, 0%, 0.825) 60.6%, hsla(0, 0%, 0%, 0.741) 70.4%, hsla(0, 0%, 0%, 0.648) 78.4%, hsla(0, 0%, 0%, 0.55) 84.8%, hsla(0, 0%, 0%, 0.45) 89.8%, hsla(0, 0%, 0%, 0.352) 93.6%, hsla(0, 0%, 0%, 0.259) 96.3%, hsla(0, 0%, 0%, 0.175) 98.1%, hsla(0, 0%, 0%, 0.104) 99.2%, hsla(0, 0%, 0%, 0.049) 99.8%, hsla(0, 0%, 0%, 0.013) 100%, hsla(0, 0%, 0%, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 0%)), color-stop(18.7%, hsla(0, 0%, 0%, 0.987)), color-stop(34.9%, hsla(0, 0%, 0%, 0.951)), color-stop(48.8%, hsla(0, 0%, 0%, 0.896)), color-stop(60.6%, hsla(0, 0%, 0%, 0.825)), color-stop(70.4%, hsla(0, 0%, 0%, 0.741)), color-stop(78.4%, hsla(0, 0%, 0%, 0.648)), color-stop(84.8%, hsla(0, 0%, 0%, 0.55)), color-stop(89.8%, hsla(0, 0%, 0%, 0.45)), color-stop(93.6%, hsla(0, 0%, 0%, 0.352)), color-stop(96.3%, hsla(0, 0%, 0%, 0.259)), color-stop(98.1%, hsla(0, 0%, 0%, 0.175)), color-stop(99.2%, hsla(0, 0%, 0%, 0.104)), color-stop(99.8%, hsla(0, 0%, 0%, 0.049)), color-stop(100%, hsla(0, 0%, 0%, 0.013)), to(hsla(0, 0%, 0%, 0)));
          mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 18.7%, hsla(0, 0%, 0%, 0.951) 34.9%, hsla(0, 0%, 0%, 0.896) 48.8%, hsla(0, 0%, 0%, 0.825) 60.6%, hsla(0, 0%, 0%, 0.741) 70.4%, hsla(0, 0%, 0%, 0.648) 78.4%, hsla(0, 0%, 0%, 0.55) 84.8%, hsla(0, 0%, 0%, 0.45) 89.8%, hsla(0, 0%, 0%, 0.352) 93.6%, hsla(0, 0%, 0%, 0.259) 96.3%, hsla(0, 0%, 0%, 0.175) 98.1%, hsla(0, 0%, 0%, 0.104) 99.2%, hsla(0, 0%, 0%, 0.049) 99.8%, hsla(0, 0%, 0%, 0.013) 100%, hsla(0, 0%, 0%, 0) 100%);
}
.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title::before {
  visibility: hidden;
  opacity: 0;
}

.white-header #mini-cart .expand-top-nav.active .mini-cart-link .mini-cart-quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.white-header #mini-cart .expand-top-nav.active .mini-cart-link .minicart-quantity {
  font-size: 10px;
  top: unset;
  left: unset;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  text-align: -webkit-center;
  padding-left: 0;
}
@media screen and (min-width: 700px) {
  .white-header #mini-cart .expand-top-nav.active .mini-cart-link .minicart-quantity {
    padding-left: 0.625rem;
  }
}

.white-header #mini-cart .expand-top-nav .mini-cart-header {
  min-height: 100px;
  background-color: #e5e5e5;
  color: #ea580c;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.white-header #mini-cart .expand-top-nav .mini-cart-header span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: unset;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .white-header #mini-cart .expand-top-nav .mini-cart-header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.white-header #mini-cart .expand-top-nav .mini-cart-header .neo-close {
  font-size: 0.875rem;
  color: #1c1c1c;
  margin-right: 5px;
}

.white-header #mini-cart .expand-top-nav .mini-cart-articles {
  background-color: #e5e5e5;
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: visible;
  padding: 0;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles > * {
  background-color: #ffffff;
  border-radius: 4px;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles > * > div {
  padding: 20px 24px;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles > .mini-cart-totals {
  margin-bottom: 0;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles .mini-cart-article {
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 7px;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles .bloc.bloc-fidelity .bloc-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  width: 100%;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles .bloc.bloc-fidelity .bloc-row .text-orange {
  color: #ea580c;
}

.white-header #mini-cart .mini-cart-name a span.product-name {
  letter-spacing: 0.01rem;
  pointer-events: all;
}

.white-header #mini-cart .mini-cart-attributes > div span.label {
  color: #999999;
}

.white-header #mini-cart .mini-cart-attributes > div span.value {
  font-size: 12px;
  letter-spacing: 0.01rem;
  pointer-events: all;
  font-weight: normal;
}

.white-header #mini-cart .minicart-select-wrapper .form-row {
  margin: 0.5rem 0 0.2rem;
}
.white-header #mini-cart .minicart-select-wrapper .form-row .field-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 13px;
}
.white-header #mini-cart .minicart-select-wrapper .select-wrapper select {
  width: 40px;
  height: unset;
  padding: unset;
  padding-left: 5px;
  font-size: 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.white-header #mini-cart .minicart-select-wrapper .select-wrapper select:focus-visible {
  outline: 2px solid #ea580c;
  outline-offset: 2px;
}
.white-header #mini-cart .minicart-select-wrapper .select-wrapper::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239A9A9A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11,11H0V0h11V11z M1,10h9V1H1V10z M8.4,4.3L7.6,3.7L5.5,6.2L3.4,3.7L2.6,4.3l2.9,3.5L8.4,4.3z'/%3E%3C/svg%3E");
  width: 11px;
  margin-left: 8px;
}

.white-header #mini-cart .expand-top-nav.minicart-panel .expand-top-nav-content {
  overflow-y: unset;
  height: unset;
  max-height: unset;
  -webkit-font-smoothing: antialiased;
}

.white-header #mini-cart .mini-cart-totals-sticky {
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
.white-header #mini-cart .mini-cart-totals-sticky.is-stuck-bottom {
  position: sticky;
  bottom: -1px;
  z-index: 15;
  margin: 0;
  height: 136px;
}

.white-header #mini-cart .mini-cart-total {
  border-bottom: 0;
  margin: 0;
  border-top: 0;
  color: #ea580c;
  font-size: 14px;
}
.white-header #mini-cart .mini-cart-total > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.white-header #mini-cart .mini-cart-total span.label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.white-header #mini-cart .mini-cart-total span.value {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.white-header #mini-cart .mini-cart-totals {
  min-height: unset;
}

.white-header #mini-cart .mini-cart-subtotals {
  border: 0;
}
.white-header #mini-cart .mini-cart-subtotals span.label {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.01rem;
  -webkit-font-smoothing: antialiased;
}
.white-header #mini-cart .mini-cart-subtotals span.value {
  letter-spacing: 0.16px;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.white-header #mini-cart .mini-cart-subtotals span.coupon {
  color: #187134;
  font-weight: 700;
}

.white-header #mini-cart .confirmaddtocart__actions__recommendations {
  background-color: unset;
}
.white-header #mini-cart .confirmaddtocart__actions__recommendations div {
  padding: unset;
}

.white-header #mini-cart .bloc-xsell.freescroll.snap-x-mandatory h2.bloc-title {
  margin: unset;
  font-weight: bold;
  display: block;
  font-size: 12px;
  letter-spacing: 0.01rem;
  pointer-events: all;
  text-align: left;
}
.white-header #mini-cart .bloc-xsell.freescroll.snap-x-mandatory h2.bloc-title::after {
  width: 5px;
  height: 1.5px;
  bottom: -1px;
}

.white-header #mini-cart .product-recommendations.js-product-recommendations {
  margin: unset;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  position: relative;
}
.white-header #mini-cart .product-recommendations.js-product-recommendations .product-recommendations__scroll {
  grid-gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.white-header #mini-cart .product-recommendations.js-product-recommendations .product-recommendations__item {
  width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.white-header #mini-cart .mini-cart-products {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.white-header #mini-cart .mini-cart-product {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.white-header #mini-cart .mini-cart-product .mini-cart-pricing {
  width: 100%;
  position: initial;
}

.white-header .checkout-mini-cart .mini-cart-product {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.white-header .checkout-mini-cart .mini-cart-product .mini-cart-article-pricing {
  width: 100%;
}

.mini-cart__card__product__remove__button {
  cursor: pointer;
}

.mini-cart-product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price {
  font-size: 12px;
  letter-spacing: 0.01rem;
  pointer-events: all;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4px;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price-tag-wrapper .product-price-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 3px;
  font-weight: 700;
  font-size: 0.625rem;
  background-color: #fadccb;
  color: #ea580c;
  border-radius: 2px;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price-tag-wrapper .product-price-tag.is--based-on-coupon {
  background-color: #187134;
  color: #ffffff;
}
.mini-cart-product-right .mini-cart-article-pricing .price-standard {
  font-weight: 400;
  color: #999999;
  text-decoration: line-through;
}
.mini-cart-product-right .mini-cart-article-pricing .price-sales {
  color: #1c1c1c;
}
.mini-cart-product-right .mini-cart-article-pricing .price-sales.is--promo-applied {
  color: #ea580c;
}
.mini-cart-product-right .mini-cart-article-pricing .price-sales.is--based-on-coupon {
  color: #187134;
}

.mini-cart-article-details {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mini-cart-article-details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active {
  min-width: 500px;
  width: 700px;
  max-width: 700px;
  background-color: #f5f5f5;
}
.mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active > div > div {
  margin: 1px 64px 24px;
}

.mini-cart-product-shipper {
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 24px;
  height: 40px;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .mini-cart-product-shipper {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .white-header #mini-cart .mini-cart-totals-sticky.is-stuck-bottom {
    margin: 0;
  }
  .white-header #mini-cart .mini-cart-totals {
    margin: 0 16px;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 92%;
    bottom: 0;
    top: unset;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active .mini-cart-header {
    background-color: #ffffff;
    padding: 16px;
    min-height: unset;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active .mini-cart-header.is-stuck-top {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active > div > div:not(.mini-cart-totals) {
    margin: 0 16px 16px;
  }
}
.sidepopin-card-advantages {
  max-width: 640px;
}
.sidepopin-card-advantages .side__modal__title__wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  .sidepopin-card-advantages .side__modal__title__wrapper {
    margin: 0 0 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sidepopin-card-advantages .side__modal__title__wrapper .sidepopin__popin__title__name {
  font-size: 0.875rem;
  color: #ea580c;
}
@media screen and (min-width: 700px) {
  .sidepopin-card-advantages .side__modal__title__wrapper .sidepopin__popin__title__name {
    font-size: 1.5rem;
  }
}

.cta--minicart, .sidepopin__popin__cart .confirmaddtocart__actions__continue, .cta--white--minicart, .cta--courir--minicart {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  border: none;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  height: auto;
  max-width: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.cta--minicart:focus-visible, .sidepopin__popin__cart .confirmaddtocart__actions__continue:focus-visible, .cta--white--minicart:focus-visible, .cta--courir--minicart:focus-visible {
  outline: 2px solid #ea580c;
  outline-offset: 2px;
}
.cta--minicart .neo-cart::before, .sidepopin__popin__cart .confirmaddtocart__actions__continue .neo-cart::before, .cta--white--minicart .neo-cart::before, .cta--courir--minicart .neo-cart::before {
  content: "\e90a";
  font-size: 1.125rem;
  margin-right: 9px;
}

.cta--courir--minicart {
  border: 1px solid #ea580c;
  background-color: #ea580c;
  color: #ffffff;
}
.cta--courir--minicart:hover, .cta--courir--minicart:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

.cta--white--minicart {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--white--minicart:hover, .cta--white--minicart:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

.popin__mycourir-points__icon {
  font-size: 1.3125rem;
}

.minicart_learn_more {
  cursor: pointer;
}

.mini-cart-link-cart {
  white-space: nowrap;
}

.mini-cart-container {
  min-height: auto;
}
@media (max-width: 768px) {
  .mini-cart-container {
    margin-top: 14px;
  }
}

.confirmaddtocart__actions__recommendations div .product-recommendations .product-recommendations__scroll .js-product-tile {
  width: 235px;
}

#mini-cart-quantity-popin-header {
  color: #ea580c;
}

#mini-cart-quantity-popin-header span {
  background: none;
  font-size: 10px;
  width: unset;
  top: unset;
  left: unset;
  padding-left: 6px;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 700px) {
  #mini-cart-quantity-popin-header span {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .mini-cart-link-checkout,
  .mini-cart-link-cart {
    font-size: 9px;
  }
  .flex-space-between {
    font-size: 11px;
  }
  .top-mini-cart::after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 100%;
    margin-left: -16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(transparent));
    background: linear-gradient(to bottom, #e5e5e5, transparent);
  }
}
.is-stuck-bottom::before {
  content: "";
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e5e5e5));
  background: linear-gradient(to bottom, transparent, #e5e5e5);
  height: 50px;
  top: -50px;
}

select.hasaccessibility.focus-visible {
  outline: 2px solid #ea580c;
}

.bloc-fidelity div .mycourir {
  width: 45px;
}

#mini-cart {
  z-index: auto;
}

.cta--white--minicart {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  height: auto;
  max-width: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  speak: none;
  outline: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--white--minicart .neo-cart::before {
  content: "\e90a";
  font-size: 1.125rem;
  margin-right: 9px;
}
.cta--white--minicart:hover, .cta--white--minicart:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

#sidepopin__popin__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  #sidepopin__popin__wrapper {
    margin: 0 0 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sidepopin__popin {
  position: fixed;
  background-color: #ffffff;
  z-index: 10000;
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inset: auto 0 0;
  width: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  border-radius: 8px 8px 0 0;
  min-height: 60vh;
  max-height: 90vh;
}
.sidepopin__popin::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin {
    top: 0;
    left: auto;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    padding: 60px;
    border-radius: 0;
    max-height: 100vh;
  }
}
@media screen and (max-width: 380px) {
  .sidepopin__popin {
    max-height: 75vh;
  }
}
.sidepopin__popin.is--visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sidepopin__popin .select-country__wrapper .select-input {
  color: #1c1c1c !important;
  border: 1px solid #d4d4d4 !important;
}
.sidepopin__popin .select-country__wrapper::after {
  color: #1c1c1c !important;
}
.sidepopin__popin__close {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 25px;
  z-index: 6;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__close {
    top: 50px;
    right: 50px;
    position: initial;
  }
}
.sidepopin__popin__close i {
  pointer-events: none;
  font-size: 0.875rem;
  color: #1c1c1c;
}
.sidepopin__popin__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: sticky;
  z-index: 5;
  top: 0;
  margin: 0;
  padding: 20px;
  font-weight: 600;
  color: #ea580c;
  line-height: 1;
  font-size: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__title {
    position: static;
    padding: 0;
    font-size: 1.5rem;
    width: calc(100% - 40px);
    border: none;
    min-height: 28px;
  }
}
.sidepopin__popin__title__icon {
  display: none;
}
.sidepopin__popin__title__icon__img {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__title__icon__img {
    width: 28px;
    height: 28px;
    margin: 0 16px 0 0;
  }
}
.sidepopin__popin__quickbuymobile__skeleton, .sidepopin__popin__address__skeleton, .sidepopin__popin__confirmaddtocart__skeleton, .sidepopin__popin__login__skeleton {
  position: relative;
  overflow: hidden;
  padding: 20px;
  /* stylelint-disable-next-line keyframes-name-pattern */
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__quickbuymobile__skeleton, .sidepopin__popin__address__skeleton, .sidepopin__popin__confirmaddtocart__skeleton, .sidepopin__popin__login__skeleton {
    padding: 0;
  }
}
.sidepopin__popin__quickbuymobile__skeleton__flash, .sidepopin__popin__address__skeleton__flash, .sidepopin__popin__confirmaddtocart__skeleton__flash, .sidepopin__popin__login__skeleton__flash {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  width: 50px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5985)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5985) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-animation: sidepopin--skeleton 0.8s ease-in-out infinite;
          animation: sidepopin--skeleton 0.8s ease-in-out infinite;
}
@-webkit-keyframes sidepopin--skeleton {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(780px);
            transform: translateX(780px);
  }
}
@keyframes sidepopin--skeleton {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(780px);
            transform: translateX(780px);
  }
}
.sidepopin__popin__quickbuymobile__skeleton__content, .sidepopin__popin__quickbuymobile__skeleton__content--radio, .sidepopin__popin__address__skeleton__content, .sidepopin__popin__address__skeleton__content--radio, .sidepopin__popin__confirmaddtocart__skeleton__content, .sidepopin__popin__confirmaddtocart__skeleton__content--radio, .sidepopin__popin__login__skeleton__content, .sidepopin__popin__login__skeleton__content--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.sidepopin__popin__quickbuymobile__skeleton__content, .sidepopin__popin__address__skeleton__content, .sidepopin__popin__confirmaddtocart__skeleton__content, .sidepopin__popin__login__skeleton__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidepopin__popin__quickbuymobile__skeleton__title, .sidepopin__popin__quickbuymobile__skeleton__cta, .sidepopin__popin__quickbuymobile__skeleton__cta--black, .sidepopin__popin__address__skeleton__title, .sidepopin__popin__address__skeleton__cta, .sidepopin__popin__address__skeleton__cta--black, .sidepopin__popin__confirmaddtocart__skeleton__title, .sidepopin__popin__confirmaddtocart__skeleton__cta, .sidepopin__popin__confirmaddtocart__skeleton__cta--black, .sidepopin__popin__login__skeleton__title, .sidepopin__popin__login__skeleton__cta, .sidepopin__popin__login__skeleton__cta--black {
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
}
.sidepopin__popin__quickbuymobile__skeleton__title, .sidepopin__popin__quickbuymobile__skeleton__cta, .sidepopin__popin__address__skeleton__title, .sidepopin__popin__address__skeleton__cta, .sidepopin__popin__confirmaddtocart__skeleton__title, .sidepopin__popin__confirmaddtocart__skeleton__cta, .sidepopin__popin__login__skeleton__title, .sidepopin__popin__login__skeleton__cta {
  background-color: #e5e5e5;
}
.sidepopin__popin__quickbuymobile__skeleton__cta--black, .sidepopin__popin__address__skeleton__cta--black, .sidepopin__popin__confirmaddtocart__skeleton__cta--black, .sidepopin__popin__login__skeleton__cta--black {
  background-color: #d4d4d4;
}
.sidepopin__popin__quickbuymobile__skeleton__radio, .sidepopin__popin__address__skeleton__radio, .sidepopin__popin__confirmaddtocart__skeleton__radio, .sidepopin__popin__login__skeleton__radio {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #e5e5e5;
  margin: 0 20px 20px 0;
}
.sidepopin__popin__quickbuymobile__skeleton__item, .sidepopin__popin__address__skeleton__item, .sidepopin__popin__confirmaddtocart__skeleton__item, .sidepopin__popin__login__skeleton__item {
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background-color: #e5e5e5;
  margin: 0 0 20px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__quickbuymobile__skeleton__item, .sidepopin__popin__address__skeleton__item, .sidepopin__popin__confirmaddtocart__skeleton__item, .sidepopin__popin__login__skeleton__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px);
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__confirmaddtocart__skeleton {
    padding: 0 120px 0 0;
  }
}

.sidepopin__overlay {
  position: fixed;
  inset: 0;
  background-color: #1c1c1c;
  z-index: 9990;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.sidepopin__overlay.is--visible {
  opacity: 0.7;
}

.sidepopin__popin__address {
  max-width: 900px;
}
.sidepopin__popin__address .form-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__address .form-wrapper {
    padding: 0;
  }
}
.sidepopin__popin__address .apply-address-button {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
.sidepopin__popin__address .apply-address-button:hover, .sidepopin__popin__address .apply-address-button:focus {
  border-color: #1c1c1c;
  background-color: #ffffff;
  color: #1c1c1c;
}
.sidepopin__popin__address .apply-address-button:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.sidepopin__popin__address .apply-address-button:disabled, .sidepopin__popin__address .apply-address-button.disabled, .sidepopin__popin__address .white-header .container__stores .apply-address-button.forms__stores__geoloc__button:disabled, .white-header .container__stores .sidepopin__popin__address .apply-address-button.forms__stores__geoloc__button:disabled, .sidepopin__popin__address .white-header .container__stores .apply-address-button.forms__stores__manual__button:disabled, .white-header .container__stores .sidepopin__popin__address .apply-address-button.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .sidepopin__popin__address .apply-address-button {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.sidepopin__popin__address .cancel-address-button {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
}
.sidepopin__popin__address .cancel-address-button:hover, .sidepopin__popin__address .cancel-address-button:focus {
  border-color: #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.sidepopin__popin__address .cancel-address-button:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.sidepopin__popin__address .cancel-address-button:disabled, .sidepopin__popin__address .cancel-address-button.disabled, .sidepopin__popin__address .white-header .container__stores .cancel-address-button.forms__stores__geoloc__button:disabled, .white-header .container__stores .sidepopin__popin__address .cancel-address-button.forms__stores__geoloc__button:disabled, .sidepopin__popin__address .white-header .container__stores .cancel-address-button.forms__stores__manual__button:disabled, .white-header .container__stores .sidepopin__popin__address .cancel-address-button.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .sidepopin__popin__address .cancel-address-button {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.sidepopin__popin__address .delete-address-button {
  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;
  width: 100%;
  height: 60px;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-color: #1c1c1c;
  padding: 0 15px;
  font-size: 0.75rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
}
.sidepopin__popin__address .delete-address-button:hover, .sidepopin__popin__address .delete-address-button:focus {
  border-color: #1c1c1c;
  background-color: transparent;
  color: #1c1c1c;
}
.sidepopin__popin__address .delete-address-button:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.sidepopin__popin__address .delete-address-button:disabled, .sidepopin__popin__address .delete-address-button.disabled, .sidepopin__popin__address .white-header .container__stores .delete-address-button.forms__stores__geoloc__button:disabled, .white-header .container__stores .sidepopin__popin__address .delete-address-button.forms__stores__geoloc__button:disabled, .sidepopin__popin__address .white-header .container__stores .delete-address-button.forms__stores__manual__button:disabled, .white-header .container__stores .sidepopin__popin__address .delete-address-button.forms__stores__manual__button:disabled {
  pointer-events: none;
  color: #767676;
  background-color: #e5e5e5;
  border: 1px solid #d4d4d4;
  cursor: not-allowed;
}
@media screen and (min-width: 1000px) {
  .sidepopin__popin__address .delete-address-button {
    height: 50px;
    font-size: 0.6875rem;
  }
}
.sidepopin__popin__address .apply-address-button,
.sidepopin__popin__address .cancel-address-button,
.sidepopin__popin__address .delete-address-button {
  display: block;
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .sidepopin__popin__address .apply-address-button,
  .sidepopin__popin__address .cancel-address-button,
  .sidepopin__popin__address .delete-address-button {
    font-size: 0.75rem;
  }
}
.sidepopin__popin__address .apply-address-button:focus-visible,
.sidepopin__popin__address .cancel-address-button:focus-visible,
.sidepopin__popin__address .delete-address-button:focus-visible {
  outline: none !important;
}
.sidepopin__popin__address .fieldset {
  max-width: none;
}
.sidepopin__popin__address .form-row {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__address .form-row {
    max-width: none;
  }
}
.sidepopin__popin__address .field-civility__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidepopin__popin__address .label-radio {
  padding: 0;
  margin: 0 20px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.625rem;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sidepopin__popin__address .input-radio {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d4d4d4;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
}
.sidepopin__popin__address .input-radio:checked {
  -webkit-box-shadow: 0 0 0 3px #ffffff inset;
          box-shadow: 0 0 0 3px #ffffff inset;
  border: 1px solid #ea580c;
  background: #ea580c;
}
.sidepopin__popin__address .input-radio:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
  border-radius: 50%;
  outline: 1px solid #ea580c;
  outline-offset: initial;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__address .input-radio {
    width: 32px;
    height: 32px;
  }
  .sidepopin__popin__address .input-radio:checked {
    -webkit-box-shadow: 0 0 0 7px #ffffff inset;
            box-shadow: 0 0 0 7px #ffffff inset;
  }
}
.sidepopin__popin__address .radio-option {
  display: inline-block;
  height: 30px;
  padding: 0 0 0 40px;
  line-height: 2;
}
.sidepopin__popin__address .radio-option::before, .sidepopin__popin__address .radio-option::after {
  width: 30px;
  height: 30px;
}
.sidepopin__popin__address select.select-input:focus-visible {
  border-radius: 4px;
  outline: 1px solid #ea580c;
}
.sidepopin__popin__address .gdpr_personal_data {
  color: #767676;
}
.sidepopin__popin__address .fieldset__required-field .form-row {
  margin: 15px 0 0 0;
}
.sidepopin__popin__address .fieldset__required-field .label {
  font-weight: 300;
  font-size: 0.75rem;
  color: #767676;
}

.sidepopin__popin__cart {
  max-width: 700px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart {
    padding: 120px 0 120px 120px;
  }
  .sidepopin__popin__cart #sidepopin__popin__wrapper {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .sidepopin__popin__title {
    width: calc(100% - 138px);
  }
}
.sidepopin__popin__cart .confirmaddtocart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__product {
    margin: 0 0 30px 0;
    width: calc(100% - 120px);
  }
}
.sidepopin__popin__cart .confirmaddtocart__product__image__container {
  width: 75px;
  margin: 0 15px 0 0;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__product__image__container {
    width: 100px;
  }
}
.sidepopin__popin__cart .confirmaddtocart__product__image {
  max-width: 100%;
  height: auto;
}
.sidepopin__popin__cart .confirmaddtocart__product #confirmaddtocart-giftcard-image {
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__product #confirmaddtocart-giftcard-image {
    width: 100px;
    height: 100px;
  }
}
.sidepopin__popin__cart .confirmaddtocart__product__text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__product__text__container {
    font-size: 0.875rem;
  }
}
.sidepopin__popin__cart .confirmaddtocart__product__name {
  color: #1c1c1c;
  text-transform: uppercase;
}
.sidepopin__popin__cart .confirmaddtocart__product__brand {
  display: block;
}
.sidepopin__popin__cart .confirmaddtocart__product__variation .value {
  color: #1c1c1c;
}
.sidepopin__popin__cart .confirmaddtocart__product__price {
  margin: 10px 0 0 0;
}
.sidepopin__popin__cart .confirmaddtocart__product__price .product-price.gift-card {
  position: initial;
}
.sidepopin__popin__cart .confirmaddtocart__product__price .product-price .price-standard {
  display: inline-block;
  text-decoration: line-through;
  font-weight: 300;
}
.sidepopin__popin__cart .confirmaddtocart__product__price .product-price .price-standard + .price-sales {
  color: #ea580c;
  font-weight: 700;
  padding-left: 8px;
}
.sidepopin__popin__cart .confirmaddtocart__product__price .product-price .price-sales {
  color: #1c1c1c;
  font-weight: 700;
}
.sidepopin__popin__cart .confirmaddtocart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidepopin__popin__cart .confirmaddtocart__actions__checkout {
  max-width: none;
  margin: 0 20px 10px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__checkout {
    margin: 0 0 10px;
    width: calc(100% - 120px);
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations {
    margin: 0;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__title {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  margin: 15px 20px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__title {
    font-size: 0.875rem;
    margin: 0 0 20px;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__title::after {
  width: 6px;
  height: 2px;
  bottom: -3px;
  margin-left: 4px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__title::after {
    width: 10px;
    height: 4px;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__slider {
  margin: 0 0 0 20px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__slider {
    margin: 0;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__item {
  min-width: calc(40% - 15px);
  margin: 0 15px 0 0;
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__item:last-child {
  margin: 0 20px 0 0;
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product__tags {
  width: 100%;
  top: 0;
  left: 0;
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__text--content {
  padding: 15px 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__text--content {
    text-align: left;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__brand,
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__name {
  font-weight: 400;
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__fade-control-left,
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__fade-control-right {
  display: none;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__fade-control-left,
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__fade-control-right {
    display: block;
    width: 50px;
    background: none;
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__fade-control-left i {
    left: 0;
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__fade-control-right i {
    right: 0;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__gender {
  display: none;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__recommendations .product-recommendations__price--content {
    text-align: left;
  }
}
.sidepopin__popin__cart .confirmaddtocart__actions__continue {
  border: 1px solid #d4d4d4 !important;
  background-color: #ffffff;
  color: #1c1c1c;
  max-width: none;
  margin: 0 20px 10px;
  width: calc(100% - 40px);
}
.sidepopin__popin__cart .confirmaddtocart__actions__continue:hover, .sidepopin__popin__cart .confirmaddtocart__actions__continue:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__cart .confirmaddtocart__actions__continue {
    margin: 0 0 10px;
    width: calc(100% - 120px);
  }
}

.sidepopin__popin__accountactivation,
.sidepopin__popin__flashmessage {
  max-width: 700px;
}
.sidepopin__popin__accountactivation .sidepopin__popin__content,
.sidepopin__popin__flashmessage .sidepopin__popin__content {
  padding: 0 24px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__accountactivation .sidepopin__popin__content,
  .sidepopin__popin__flashmessage .sidepopin__popin__content {
    padding: 0;
  }
}
.sidepopin__popin__accountactivation .form-row,
.sidepopin__popin__accountactivation .form-row .field-wrapper,
.sidepopin__popin__accountactivation .form-row .input-text,
.sidepopin__popin__flashmessage .form-row,
.sidepopin__popin__flashmessage .form-row .field-wrapper,
.sidepopin__popin__flashmessage .form-row .input-text {
  max-width: 100%;
  width: 100%;
}
.sidepopin__popin__accountactivation .accountactivation__actions button,
.sidepopin__popin__flashmessage .accountactivation__actions button {
  min-width: 100%;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__accountactivation .accountactivation__actions button,
  .sidepopin__popin__flashmessage .accountactivation__actions button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 120px);
  }
}

.sidepopin__popin__accountactivation fieldset {
  position: relative;
}
.sidepopin__popin__accountactivation fieldset span.error,
.sidepopin__popin__accountactivation fieldset .text--error {
  position: absolute;
  top: 63px;
  left: 0;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: #eb0037;
}
.sidepopin__popin__accountactivation .cta--primary, .sidepopin__popin__accountactivation .sidepopin__popin__cart .confirmaddtocart__actions__checkout, .sidepopin__popin__cart .sidepopin__popin__accountactivation .confirmaddtocart__actions__checkout, .sidepopin__popin__accountactivation .accountactivation__actions button,
.sidepopin__popin__flashmessage .accountactivation__actions .sidepopin__popin__accountactivation button {
  max-width: 100%;
}

.sidepopin__popin__flashmessage__accountSuccess, .sidepopin__popin__flashmessage__accountError, .sidepopin__popin__flashmessage__accountValid, .sidepopin__popin__flashmessage__accountExists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sidepopin__popin__flashmessage__accountSuccess,
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountError,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountValid,
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountExists,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title {
  position: static;
  border-bottom: none;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title__icon,
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__content, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__icon,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__content, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon,
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__content, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__icon,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__content {
  display: block;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title__icon i,
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__content i, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__icon i,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__content i, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon i,
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__content i, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__icon i,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__content i {
  font-size: 3rem;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title__icon i::before,
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__content i::before, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__icon i::before,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__content i::before, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon i::before,
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__content i::before, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__icon i::before,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__content i::before {
  border-radius: 50%;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title__icon i.neo-check,
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__content i.neo-check, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__icon i.neo-check,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__content i.neo-check, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon i.neo-check,
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__content i.neo-check, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__icon i.neo-check,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__content i.neo-check {
  font-size: 2rem;
  color: #187134;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title__icon i.neo-check::before,
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__content i.neo-check::before, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__icon i.neo-check::before,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__content i.neo-check::before, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon i.neo-check::before,
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__content i.neo-check::before, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__icon i.neo-check::before,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__content i.neo-check::before {
  border: 2px solid #187134;
  padding: 10px;
}
.sidepopin__popin__flashmessage__accountSuccess .sidepopin__popin__title__icon, .sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__icon, .sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__icon {
  margin: 0 0 20px;
}
.sidepopin__popin__flashmessage__accountError, .sidepopin__popin__flashmessage__accountExists {
  height: 100%;
}
.sidepopin__popin__flashmessage__accountError,
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__title, .sidepopin__popin__flashmessage__accountExists,
.sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__title__name, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__title__name {
  font-size: 0.875rem;
  color: #1c1c1c;
}
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__flashmessage__skeleton__content i.neo-check_sad, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__flashmessage__skeleton__content i.neo-check_sad {
  color: #eb0037;
}
.sidepopin__popin__flashmessage__accountError .sidepopin__popin__flashmessage__skeleton__content i.neo-check_sad::before, .sidepopin__popin__flashmessage__accountExists .sidepopin__popin__flashmessage__skeleton__content i.neo-check_sad::before {
  padding: 0;
}
.sidepopin__popin__flashmessage__accountValid .sidepopin__popin__title__icon {
  margin: 20px 0;
}
.sidepopin__popin__flashmessage .sidepopin__popin__message {
  margin-top: 0;
  color: #1c1c1c;
  text-align: center;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 0.875rem;
  line-height: 1.57;
}

.sidepopin__popin__reassurance {
  padding: 0;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__reassurance {
    max-width: 640px;
    padding: 45px 50px 50px;
  }
}
.sidepopin__popin__reassurance .sidepopin__popin__title {
  font-size: 0.875rem;
  padding: 25px 20px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__reassurance .sidepopin__popin__title {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__reassurance .sidepopin__popin__close {
    top: 50px;
    right: 50px;
  }
}
.sidepopin__popin__reassurance .sidepopin__popin__close i {
  font-size: 0.875rem;
  color: #1c1c1c;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin__reassurance .sidepopin__popin__content {
    padding: 0 20px 20px;
  }
}
.sidepopin__popin__reassurance .product-details__moreInfos {
  border-bottom: 1px solid #e5e5e5;
}
.sidepopin__popin__reassurance .product-details__moreInfos .product-info-slideupdown ~ .product-info-slideupdown {
  border-top: 1px solid #f5f5f5;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__reassurance .product-details__moreInfos .product-info-slideupdown {
    border-top: 1px solid #f5f5f5;
  }
}
.sidepopin__popin__reassurance .product-details__moreInfos table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.sidepopin__popin__reassurance .product-details__moreInfos table th {
  padding: 10px;
  border: 1px solid #f5f5f5;
  font-size: 10px;
}
.sidepopin__popin__reassurance .product-details__moreInfos-title {
  margin: 0;
}
.sidepopin__popin__reassurance .product-details__moreInfos-title::after {
  content: none;
}
.sidepopin__popin__reassurance .product-details__moreInfos-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: transparent;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 10.284px;
  width: 100%;
  padding: 24px 0;
  text-transform: uppercase;
}
.sidepopin__popin__reassurance .product-details__moreInfos-button img {
  margin-right: 16px;
}
.sidepopin__popin__reassurance .product-details__moreInfos-button i {
  font-size: 0.875em;
  margin-left: auto;
}
.sidepopin__popin__reassurance .product-details__moreInfos-button[aria-expanded=true] i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidepopin__popin__reassurance .product-details__moreInfos-content {
  padding-bottom: 24px;
}
.sidepopin__popin__reassurance .product-details__moreInfos-content p {
  margin-top: 0;
  margin-bottom: 16px;
}
.sidepopin__popin__reassurance .product-details__moreInfos-content ul li {
  list-style: none;
}
.sidepopin__popin__reassurance .product-details__moreInfos-contentList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.sidepopin__popin__reassurance h4 {
  font-size: 0.875rem;
  margin-top: 18.6px;
  margin-bottom: 18.6px;
  line-height: 16.1px;
}

.sidepopin__popin__title__name {
  font-size: 0.875rem;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin__title__name {
    font-size: 1.5rem;
  }
}

.sidepopin__popin--default {
  --sidePopinWidth: 700px;
  max-width: var(--sidePopinWidth);
  padding: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--default {
    max-width: none;
  }
}
.sidepopin__popin--default .sidepopin__popin__header {
  padding: 56px 54px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--default .sidepopin__popin__header {
    padding: 24px;
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: #ffffff;
  }
  .sidepopin__popin--default .sidepopin__popin__header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    border-bottom: 1px solid var(--grey-light);
  }
}
.sidepopin__popin--default .sidepopin__popin__header:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sidepopin__popin--default .sidepopin__popin__close {
  height: 16px;
  right: 25px;
}
.sidepopin__popin--default .sidepopin__popin__close:focus {
  border: none;
}
@media screen and (max-width: 1000px) {
  .sidepopin__popin--default .sidepopin__popin__close {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin--default .sidepopin__popin__close {
    right: 50px;
    top: 50px;
  }
}
.sidepopin__popin--default .sidepopin__popin__close i {
  font-size: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .sidepopin__popin--default .sidepopin__popin__close i {
    font-size: 1rem;
  }
}
.sidepopin__popin--default .sidepopin__popin__title {
  padding: 0;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--default .sidepopin__popin__title {
    border: none;
  }
}
.sidepopin__popin--default .sidepopin__popin__title__name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--default .sidepopin__popin__title__name {
    font-size: 0.875rem;
  }
}
.sidepopin__popin--default .autocomplete-suggestions-container {
  position: absolute;
  z-index: 1000;
  background-color: #ffffff;
  max-height: 200px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.sidepopin__popin--default .autocomplete-suggestions-container li {
  padding: 8px;
  cursor: pointer;
  list-style: none;
}
.sidepopin__popin--default .autocomplete-suggestions-container li:hover {
  background-color: #f0f0f0;
}
.sidepopin__popin--default .checkout__relay__search__geoloc__button {
  width: 100%;
  max-width: 195px;
  margin-top: 20px;
}
.sidepopin__popin--default .cta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  border: none;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  width: 100%;
  height: auto;
  max-width: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.sidepopin__popin--default .cta--courir {
  border: 1px solid #ea580c;
  background-color: #ea580c;
  color: #ffffff;
}
.sidepopin__popin--default .cta--courir:hover, .sidepopin__popin--default .cta--courir:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

/*
* Etiquette prepayé
*/
.sidepopin__popin--etiquette {
  overflow-x: hidden;
}
.sidepopin__popin--etiquette .is-hidden {
  display: none;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .sidepopin__popin__content .prepaid__popin__content {
    margin-top: 16px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__choice {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, var(--grey-light)));
  background: linear-gradient(180deg, #ffffff 50%, var(--grey-light) 50%);
  padding: 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__choice {
    padding: 0 24px;
  }
}
@media screen and (min-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__choice {
    height: 122px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock {
  --radioBlockColor: #000000;
  --radioBlockBorderColor: rgba(0, 0, 0, 10%);
  border: 1px solid var(--radioBlockBorderColor);
  padding: 16px;
  border-radius: 6px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__radioBlock {
    padding: 12px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock input[type=radio] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 16px;
  max-width: 90px;
  line-height: 100%;
  color: var(--radioBlockColor);
  cursor: pointer;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock label::before {
  inset: 0;
  content: "";
  display: block;
  height: 100%;
  outline-color: inherit;
  outline-offset: 4px;
  outline-style: inherit;
  outline-width: 2px;
  position: absolute;
  width: 100%;
  z-index: 1;
  border-radius: 4px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  background-color: var(--grey-light);
  border-radius: 4px;
  min-height: 26px;
  font-size: 0.688rem;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--radioBlockColor);
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__radioBlock span {
    top: 12px;
    right: 12px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock ul li {
  color: var(--radioBlockColor);
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock ul.hasCheck li {
  position: relative;
  padding-left: 16px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock ul.hasCheck li::before {
  content: "";
  width: 8px;
  height: 5.5px;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg width="8" height="6" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 4.25L4 6.75L9 1.25" stroke="%23EA580C" stroke-width="2"/%3E%3C/svg%3E%0A');
          mask-image: url('data:image/svg+xml,%3Csvg width="8" height="6" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 4.25L4 6.75L9 1.25" stroke="%23EA580C" stroke-width="2"/%3E%3C/svg%3E%0A');
  -webkit-mask-size: 100%;
          mask-size: 100%;
  pointer-events: none;
  background-color: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  border: 2px solid;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock:hover {
  --radioBlockBorderColor: var(--main-orange);
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock:has(input[type=radio]:checked) {
  --radioBlockColor: var(--main-orange);
  --radioBlockBorderColor: var(--main-orange);
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock:has(input[type=radio]:checked) span {
  background-color: var(--light-orange);
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock--greySubtext {
  --radioBlockBorderColor: rgba(0, 0, 0, 10%);
  --radioBlockColor: $grey_dark;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock--greySubtext label,
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock--greySubtext span,
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock--greySubtext ul li {
  color: #767676;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock--greySubtext:has(input[type=radio]:checked) {
  --radioBlockBorderColor: rgba(0, 0, 0, 10%);
  --radioBlockColor: $grey_dark;
}
.sidepopin__popin--etiquette .c-prepaidLabel__radioBlock--greySubtext:has(input[type=radio]:checked) span {
  background-color: var(--grey-light);
}
.sidepopin__popin--etiquette .c-prepaidLabel__info_noteligible {
  margin-top: 19px !important;
}
.sidepopin__popin--etiquette .c-prepaidLabel__content {
  background-color: var(--grey-light);
  padding: 24px 54px 100px;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__content {
    padding: 24px 24px 50px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  scroll-margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__title {
    scroll-margin-top: 70px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__title p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.4px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__step {
  margin-bottom: 24px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__step ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow-x: auto;
}
.sidepopin__popin--etiquette .c-prepaidLabel__step li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  text-align: center;
}
.sidepopin__popin--etiquette .c-prepaidLabel__step li span {
  border: 2px solid var(--main-orange);
  color: var(--main-orange);
  border-radius: 10px;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 0.75rem;
}
.sidepopin__popin--etiquette .c-prepaidLabel__step li p {
  font-size: 0.75rem;
  margin: 0;
}
.sidepopin__popin--etiquette .c-prepaidLabel__step li:not(:first-child) {
  border-left: 1px solid var(--border);
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLoc {
    margin: 0 -8px 24px;
  }
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .c-storelocator__buttonGeoloc {
    margin-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .c-storelocator__buttonGeoloc {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .prepaid-selected_store .store-pin {
    display: block;
  }
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .c-storelocator__mapActions {
    top: 24px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .checkout__relay__search {
  margin-bottom: 0;
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .checkout__store__search__form {
  padding: 0 24px;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .checkout__store__search__form {
    padding: 0 16px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .checkout__relay__search__geoloc {
  padding: 0 24px 24px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .checkout__relay__search__geoloc__button {
  max-width: none;
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .c-storelocator__map {
  margin-top: 16px;
  display: block;
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLoc .c-storelocator__mapContainer {
  min-height: 250px;
  height: 271px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__storeLocTitle {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid var(--grey-light);
  margin: 0 24px 16px;
  padding: 16px 0;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin--etiquette .c-prepaidLabel__storeLocTitle {
    margin: 0 16px 16px;
  }
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-info-slideupdown ~ .product-info-slideupdown {
  border-top: 1px solid #f5f5f5;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-title {
  margin: 0;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-content {
  padding-bottom: 24px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-content ul li {
  list-style: none;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-contentList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__footer {
  position: sticky;
  bottom: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 22px 24px;
}
.sidepopin__popin--etiquette .c-prepaidLabel__footer .c-button {
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
}
.sidepopin__popin--etiquette #autoCompleteAddressMobile {
  display: none;
}
.sidepopin__popin--etiquette #autoCompleteAddress {
  border: 1px solid #1c1c1c;
  height: 52px;
  border-radius: 3px;
  max-height: 50px;
}
.sidepopin__popin--etiquette .checkout__store__search {
  margin: 0 0 48px;
}
.sidepopin__popin--etiquette .checkout__store__search__form {
  margin: 0;
}
.sidepopin__popin--etiquette .checkout__store__search__manual {
  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;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin--etiquette .checkout__store__search__manual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 24px;
  }
}
.sidepopin__popin--etiquette .checkout__store__search__manual__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin--etiquette .checkout__store__search__manual__submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
}
.sidepopin__popin--etiquette .checkout__store__search__manual__submit:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.sidepopin__popin--etiquette .checkout__store__search__manual__fieldset {
  margin: 0;
  width: 100%;
}
.sidepopin__popin--etiquette .checkout__store__search__separator {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 24px 0;
  line-height: 12px;
}
.sidepopin__popin--etiquette .checkout__store__search__separator__word {
  display: block;
  font-size: 0.75rem;
  color: #1c1c1c;
}
.sidepopin__popin--etiquette .checkout__store__search__separator__word::before, .sidepopin__popin--etiquette .checkout__store__search__separator__word::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 20px);
  background-color: #f4f4f4;
}
.sidepopin__popin--etiquette .checkout__store__search__separator__word::before {
  left: 0;
}
.sidepopin__popin--etiquette .checkout__store__search__separator__word::after {
  right: 0;
}
.sidepopin__popin--etiquette .checkout__store__search__geoloc__button {
  font-weight: 700;
}
.sidepopin__popin--etiquette .checkout__store__search__geoloc__error {
  font-size: 0.75rem;
  color: #eb0037;
  line-height: 16px;
}
.sidepopin__popin--etiquette .checkout__store__search__form__submit {
  font-weight: 700;
}
.sidepopin__popin--etiquette .form__label {
  position: absolute;
  z-index: 1;
  top: -3px;
  background-color: #ffffff;
  color: #1c1c1c;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 10px;
  padding: 0 5px;
  margin: 0 0 0 12px;
}
.sidepopin__popin--etiquette .form__fieldset {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 0 0;
  padding: 0;
  border: none;
}
.sidepopin__popin--etiquette .form__input,
.sidepopin__popin--etiquette input[type=text].form__input,
.sidepopin__popin--etiquette input[type=email].form__input,
.sidepopin__popin--etiquette input[type=number].form__input,
.sidepopin__popin--etiquette input[type=password].form__input,
.sidepopin__popin--etiquette input[type=tel].form__input,
.sidepopin__popin--etiquette input[type=date].form__input,
.sidepopin__popin--etiquette textarea.form__input,
.sidepopin__popin--etiquette .form__select,
.sidepopin__popin--etiquette select.form__select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
  border: 1px solid #1c1c1c;
  border-radius: 2px;
  font-size: 0.875rem;
  color: #1c1c1c;
  -webkit-transition: none;
  transition: none;
  height: 48px;
}
.sidepopin__popin--etiquette .form__input:focus-visible,
.sidepopin__popin--etiquette input[type=text].form__input:focus-visible,
.sidepopin__popin--etiquette input[type=email].form__input:focus-visible,
.sidepopin__popin--etiquette input[type=number].form__input:focus-visible,
.sidepopin__popin--etiquette input[type=password].form__input:focus-visible,
.sidepopin__popin--etiquette input[type=tel].form__input:focus-visible,
.sidepopin__popin--etiquette input[type=date].form__input:focus-visible,
.sidepopin__popin--etiquette textarea.form__input:focus-visible,
.sidepopin__popin--etiquette .form__select:focus-visible,
.sidepopin__popin--etiquette select.form__select:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
}
.sidepopin__popin--etiquette .form__input,
.sidepopin__popin--etiquette input[type=text].form__input,
.sidepopin__popin--etiquette input[type=email].form__input,
.sidepopin__popin--etiquette input[type=number].form__input,
.sidepopin__popin--etiquette input[type=password].form__input,
.sidepopin__popin--etiquette input[type=tel].form__input,
.sidepopin__popin--etiquette input[type=date].form__input,
.sidepopin__popin--etiquette textarea.form__input.form__input {
  padding: 16px;
}
.sidepopin__popin--etiquette .autocomplete__close {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
.sidepopin__popin--etiquette .geo-with-results {
  width: 40px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
}
.sidepopin__popin--etiquette .c-icon-map-pin::before {
  width: 12px;
  height: 15px;
}
.sidepopin__popin--etiquette .prepaid-shop-logo {
  height: 32px;
}
.sidepopin__popin--etiquette .prepaid-relay-logo {
  margin-top: 4px;
}
.sidepopin__popin--etiquette .sidepopin__popin__close {
  height: 16px;
  right: 25px;
}
@media screen and (min-width: 700px) {
  .sidepopin__popin--etiquette .sidepopin__popin__close {
    right: 50px;
    top: 50px;
  }
}
.sidepopin__popin--etiquette .sidepopin__popin__close i {
  font-size: 0.875rem;
}
.sidepopin__popin--etiquette .prepaidLabel_buttonGeoloc {
  width: 100%;
}
.sidepopin__popin--etiquette .checkout__store__search__manual {
  width: 100%;
}
.sidepopin__popin--etiquette .checkout__store__search__manual__input {
  font-size: 1rem;
}
.sidepopin__popin--etiquette .search__form__with-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.sidepopin__popin--etiquette .relay-return-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.sidepopin__popin__confirm__subscribe__newsletter {
  max-width: var(--sidePopinWidth);
}
.sidepopin__popin__confirm__subscribe__newsletter .sidepopin__popin__content {
  padding: 0 24px;
  text-align: center;
}
.sidepopin__popin__confirm__subscribe__newsletter .sidepopin__popin__content .neo-smiley {
  display: block;
  margin-bottom: 10px;
  color: #187134;
  font-size: 3rem;
}
.sidepopin__popin__confirm__subscribe__newsletter .sidepopin__popin__content-title {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .sidepopin__popin__confirm__subscribe__newsletter .sidepopin__popin__content-title {
    font-size: 1.25rem;
  }
}

/*
* Card Advantages Loyalty - MyCourir
*/
.sidepopin-card-advantages {
  max-width: 640px;
}
.sidepopin-card-advantages .card-modal__container {
  padding: 24px;
}
.sidepopin-card-advantages .card-modal__container h2 {
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .sidepopin-card-advantages .card-modal__container h2 {
    font-size: 1.5rem;
  }
}
.sidepopin-card-advantages .side__modal__title__wrapper {
  margin: 0 0 40px;
}
.sidepopin-card-advantages .side__modal__cta__wrapper {
  padding: 24px;
}
.sidepopin-card-advantages .side__modal__btn__login__fid, .sidepopin-card-advantages .side__modal__btn__addtocard__fid {
  max-width: 100%;
  max-height: 48px;
  font-size: 0.75rem;
}
.sidepopin-card-advantages .side__modal__btn__login__fid {
  margin-top: 15px;
}
.sidepopin-card-advantages .side__modal__btn__addtocard__fid .neo-cart::before {
  font-size: 1.125rem;
  margin-right: 9px;
}
.sidepopin-card-advantages .card-modal__items li {
  font-size: 0.875rem;
}
.sidepopin-card-advantages .card-modal__items li span {
  font-size: 0.875rem;
}
.sidepopin-card-advantages i {
  color: #767676;
}
.sidepopin-card-advantages i a {
  color: #767676;
}
.sidepopin-card-advantages li i {
  color: #ea580c;
}
.sidepopin-card-advantages .sidepopin__popin__close i {
  color: inherit;
}

.confirmaddtocart__product__variation .attribute {
  margin-top: 0;
}

.attribute .value {
  font-weight: 700;
}

.sidepopin__popin__cart .confirmaddtocart__product__price .product-price .price-sales {
  font-weight: 700;
}

.content-asset .card-modal__advantages li {
  list-style-type: none;
  font-size: 0.875rem;
}

.card-modal__advantages {
  list-style-type: none;
  margin: 10px auto 30px;
}
.card-modal__advantages li {
  margin: 10px;
}
.card-modal__advantages li::marker {
  display: none;
}
.card-modal__advantages li i {
  color: #ea580c;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  .card-modal__container {
    margin: 12px;
  }
}
.card-modal__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.8125rem;
  margin: 8px 0;
  line-height: 1;
}
.card-modal__items li div:first-child {
  margin-right: 15px;
  background-color: #ea580c;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  width: 30px;
  height: 30px;
  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;
}
.card-modal__items li div:last-child span {
  display: block;
  margin-top: 5px;
}
.card-modal__items li div:last-child span i {
  font-size: 0.75rem;
}
.card-modal__items li div:last-child span:first-child {
  font-size: 1rem;
}

.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-info-slideupdown ~ .product-info-slideupdown {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-title {
  margin: 0;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: transparent;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 0.75rem;
  width: 100%;
  padding: 1.5rem 0;
  text-transform: uppercase;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-button img {
  margin-right: 1rem;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-button i {
  font-size: 0.75rem;
  margin-left: auto;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-button[aria-expanded=true] i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-content {
  padding-bottom: 1.5rem;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-content ul li {
  list-style: none;
}
.sidepopin__popin--etiquette .c-prepaidLabel__moreInfos .product-details__moreInfos-contentList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

@media screen and (min-width: 700px) {
  .sidepopin__popin__close_language {
    top: 1.5625rem;
    right: 1.5625rem;
    position: absolute;
  }
}
.white-header #mini-cart .neo-arrow_left::before {
  position: relative;
  left: 25%;
  bottom: 25%;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='7' height='10' viewBox='0 0 7 10' style='enable-background:new 0 0 7 10;' xml:space='preserve'%3E%3Cpath d='M4.6,9.4L0.3,5l4.4-4.4l0.7,0.7L1.7,5l3.6,3.6L4.6,9.4z'%3E%3C/path%3E%3C/svg%3E");
}
.white-header #mini-cart .neo-arrow_right::before {
  position: relative;
  left: 25%;
  bottom: 25%;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' x='0px' y='0px' viewBox='0 0 7 10' style='enable-background:new 0 0 7 10;' xml:space='preserve'%3E%3Cpath d='M2.4,9.4L1.6,8.6L5.3,5L1.6,1.4l0.7-0.7L6.7,5L2.4,9.4z'%3E%3C/path%3E%3C/svg%3E");
}
.white-header #mini-cart .trash-icon::before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='black' viewBox='0 0 20 20'%3E%3Cpath d='M16.5,5H13V3.5C13,3.22,12.78,3,12.5,3h-5C7.22,3,7,3.22,7,3.5V5H3.5C3.22,5,3,5.22,3,5.5S3.22,6,3.5,6h1.03L5,14c0,1.11,0.42,3,2,3h6c1.58,0,2-1.89,2-2.97L15.47,6h1.03C16.78,6,17,5.78,17,5.5S16.78,5,16.5,5z M8,4h4v1H8V4z M14,14c0,0.02-0.03,2-1,2H7c-0.97,0-1-1.98-1-2.03L5.53,6H7.5h5h1.97L14,14z M9,8.5v5C9,13.78,8.78,14,8.5,14S8,13.78,8,13.5v-5C8,8.22,8.22,8,8.5,8S9,8.22,9,8.5z M12,8.5v5c0,0.28-0.22,0.5-0.5,0.5S11,13.78,11,13.5v-5C11,8.22,11.22,8,11.5,8S12,8.22,12,8.5z'%3E%3C/path%3E%3C/svg%3E");
}
.white-header #mini-cart .product-recommendations__scroll {
  display: block;
}
.white-header #mini-cart .product-recommendations__fade-control-left i,
.white-header #mini-cart .product-recommendations__fade-control-right i {
  top: 50%;
  width: 32px;
  height: 32px;
  color: #1c1c1c;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
}

.white-header #mini-cart .expand-top-nav-container.active::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: fixed;
}

.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title.mini-cart-header {
  padding: 0 64px;
}
.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title.mini-cart-header .flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title.mini-cart-header.is-stuck-top {
  content: "";
  position: sticky;
  top: -1px;
  z-index: 15;
  padding-top: 0;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 0%)), color-stop(18.7%, hsla(0, 0%, 0%, 0.987)), color-stop(34.9%, hsla(0, 0%, 0%, 0.951)), color-stop(48.8%, hsla(0, 0%, 0%, 0.896)), color-stop(60.6%, hsla(0, 0%, 0%, 0.825)), color-stop(70.4%, hsla(0, 0%, 0%, 0.741)), color-stop(78.4%, hsla(0, 0%, 0%, 0.648)), color-stop(84.8%, hsla(0, 0%, 0%, 0.55)), color-stop(89.8%, hsla(0, 0%, 0%, 0.45)), color-stop(93.6%, hsla(0, 0%, 0%, 0.352)), color-stop(96.3%, hsla(0, 0%, 0%, 0.259)), color-stop(98.1%, hsla(0, 0%, 0%, 0.175)), color-stop(99.2%, hsla(0, 0%, 0%, 0.104)), color-stop(99.8%, hsla(0, 0%, 0%, 0.049)), color-stop(100%, hsla(0, 0%, 0%, 0.013)), to(hsla(0, 0%, 0%, 0)));
  -webkit-mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 18.7%, hsla(0, 0%, 0%, 0.951) 34.9%, hsla(0, 0%, 0%, 0.896) 48.8%, hsla(0, 0%, 0%, 0.825) 60.6%, hsla(0, 0%, 0%, 0.741) 70.4%, hsla(0, 0%, 0%, 0.648) 78.4%, hsla(0, 0%, 0%, 0.55) 84.8%, hsla(0, 0%, 0%, 0.45) 89.8%, hsla(0, 0%, 0%, 0.352) 93.6%, hsla(0, 0%, 0%, 0.259) 96.3%, hsla(0, 0%, 0%, 0.175) 98.1%, hsla(0, 0%, 0%, 0.104) 99.2%, hsla(0, 0%, 0%, 0.049) 99.8%, hsla(0, 0%, 0%, 0.013) 100%, hsla(0, 0%, 0%, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 0%)), color-stop(18.7%, hsla(0, 0%, 0%, 0.987)), color-stop(34.9%, hsla(0, 0%, 0%, 0.951)), color-stop(48.8%, hsla(0, 0%, 0%, 0.896)), color-stop(60.6%, hsla(0, 0%, 0%, 0.825)), color-stop(70.4%, hsla(0, 0%, 0%, 0.741)), color-stop(78.4%, hsla(0, 0%, 0%, 0.648)), color-stop(84.8%, hsla(0, 0%, 0%, 0.55)), color-stop(89.8%, hsla(0, 0%, 0%, 0.45)), color-stop(93.6%, hsla(0, 0%, 0%, 0.352)), color-stop(96.3%, hsla(0, 0%, 0%, 0.259)), color-stop(98.1%, hsla(0, 0%, 0%, 0.175)), color-stop(99.2%, hsla(0, 0%, 0%, 0.104)), color-stop(99.8%, hsla(0, 0%, 0%, 0.049)), color-stop(100%, hsla(0, 0%, 0%, 0.013)), to(hsla(0, 0%, 0%, 0)));
          mask-image: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 18.7%, hsla(0, 0%, 0%, 0.951) 34.9%, hsla(0, 0%, 0%, 0.896) 48.8%, hsla(0, 0%, 0%, 0.825) 60.6%, hsla(0, 0%, 0%, 0.741) 70.4%, hsla(0, 0%, 0%, 0.648) 78.4%, hsla(0, 0%, 0%, 0.55) 84.8%, hsla(0, 0%, 0%, 0.45) 89.8%, hsla(0, 0%, 0%, 0.352) 93.6%, hsla(0, 0%, 0%, 0.259) 96.3%, hsla(0, 0%, 0%, 0.175) 98.1%, hsla(0, 0%, 0%, 0.104) 99.2%, hsla(0, 0%, 0%, 0.049) 99.8%, hsla(0, 0%, 0%, 0.013) 100%, hsla(0, 0%, 0%, 0) 100%);
}
.white-header #mini-cart .expand-top-nav.active .expand-top-nav-title::before {
  visibility: hidden;
  opacity: 0;
}

.white-header #mini-cart .expand-top-nav.active .mini-cart-link .mini-cart-quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.white-header #mini-cart .expand-top-nav.active .mini-cart-link .minicart-quantity {
  font-size: 10px;
  top: unset;
  left: unset;
  -webkit-transform: none;
          transform: none;
  width: 100%;
  text-align: -webkit-center;
  padding-left: 0;
}
@media screen and (min-width: 700px) {
  .white-header #mini-cart .expand-top-nav.active .mini-cart-link .minicart-quantity {
    padding-left: 0.625rem;
  }
}

.white-header #mini-cart .expand-top-nav .mini-cart-header {
  min-height: 100px;
  background-color: #e5e5e5;
  color: #ea580c;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.white-header #mini-cart .expand-top-nav .mini-cart-header span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: unset;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 700px) {
  .white-header #mini-cart .expand-top-nav .mini-cart-header span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.white-header #mini-cart .expand-top-nav .mini-cart-header .neo-close {
  font-size: 0.875rem;
  color: #1c1c1c;
  margin-right: 5px;
}

.white-header #mini-cart .expand-top-nav .mini-cart-articles {
  background-color: #e5e5e5;
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: visible;
  padding: 0;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles > * {
  background-color: #ffffff;
  border-radius: 4px;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles > * > div {
  padding: 20px 24px;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles > .mini-cart-totals {
  margin-bottom: 0;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles .mini-cart-article {
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 7px;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles .bloc.bloc-fidelity .bloc-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  width: 100%;
}
.white-header #mini-cart .expand-top-nav .mini-cart-articles .bloc.bloc-fidelity .bloc-row .text-orange {
  color: #ea580c;
}

.white-header #mini-cart .mini-cart-name a span.product-name {
  letter-spacing: 0.01rem;
  pointer-events: all;
}

.white-header #mini-cart .mini-cart-attributes > div span.label {
  color: #999999;
}

.white-header #mini-cart .mini-cart-attributes > div span.value {
  font-size: 12px;
  letter-spacing: 0.01rem;
  pointer-events: all;
  font-weight: normal;
}

.white-header #mini-cart .minicart-select-wrapper .form-row {
  margin: 0.5rem 0 0.2rem;
}
.white-header #mini-cart .minicart-select-wrapper .form-row .field-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 13px;
}
.white-header #mini-cart .minicart-select-wrapper .select-wrapper select {
  width: 40px;
  height: unset;
  padding: unset;
  padding-left: 5px;
  font-size: 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.white-header #mini-cart .minicart-select-wrapper .select-wrapper select:focus-visible {
  outline: 2px solid #ea580c;
  outline-offset: 2px;
}
.white-header #mini-cart .minicart-select-wrapper .select-wrapper::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 11' style='enable-background:new 0 0 11 11;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239A9A9A;%7D%0A%3C/style%3E%3Cpath class='st0' d='M11,11H0V0h11V11z M1,10h9V1H1V10z M8.4,4.3L7.6,3.7L5.5,6.2L3.4,3.7L2.6,4.3l2.9,3.5L8.4,4.3z'/%3E%3C/svg%3E");
  width: 11px;
  margin-left: 8px;
}

.white-header #mini-cart .expand-top-nav.minicart-panel .expand-top-nav-content {
  overflow-y: unset;
  height: unset;
  max-height: unset;
  -webkit-font-smoothing: antialiased;
}

.white-header #mini-cart .mini-cart-totals-sticky {
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
.white-header #mini-cart .mini-cart-totals-sticky.is-stuck-bottom {
  position: sticky;
  bottom: -1px;
  z-index: 15;
  margin: 0;
  height: 136px;
}

.white-header #mini-cart .mini-cart-total {
  border-bottom: 0;
  margin: 0;
  border-top: 0;
  color: #ea580c;
  font-size: 14px;
}
.white-header #mini-cart .mini-cart-total > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.white-header #mini-cart .mini-cart-total span.label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.white-header #mini-cart .mini-cart-total span.value {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.white-header #mini-cart .mini-cart-totals {
  min-height: unset;
}

.white-header #mini-cart .mini-cart-subtotals {
  border: 0;
}
.white-header #mini-cart .mini-cart-subtotals span.label {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.01rem;
  -webkit-font-smoothing: antialiased;
}
.white-header #mini-cart .mini-cart-subtotals span.value {
  letter-spacing: 0.16px;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
.white-header #mini-cart .mini-cart-subtotals span.coupon {
  color: #187134;
  font-weight: 700;
}

.white-header #mini-cart .confirmaddtocart__actions__recommendations {
  background-color: unset;
}
.white-header #mini-cart .confirmaddtocart__actions__recommendations div {
  padding: unset;
}

.white-header #mini-cart .bloc-xsell.freescroll.snap-x-mandatory h2.bloc-title {
  margin: unset;
  font-weight: bold;
  display: block;
  font-size: 12px;
  letter-spacing: 0.01rem;
  pointer-events: all;
  text-align: left;
}
.white-header #mini-cart .bloc-xsell.freescroll.snap-x-mandatory h2.bloc-title::after {
  width: 5px;
  height: 1.5px;
  bottom: -1px;
}

.white-header #mini-cart .product-recommendations.js-product-recommendations {
  margin: unset;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  position: relative;
}
.white-header #mini-cart .product-recommendations.js-product-recommendations .product-recommendations__scroll {
  grid-gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.white-header #mini-cart .product-recommendations.js-product-recommendations .product-recommendations__item {
  width: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.white-header #mini-cart .mini-cart-products {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.white-header #mini-cart .mini-cart-product {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.white-header #mini-cart .mini-cart-product .mini-cart-pricing {
  width: 100%;
  position: initial;
}

.white-header .checkout-mini-cart .mini-cart-product {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.white-header .checkout-mini-cart .mini-cart-product .mini-cart-article-pricing {
  width: 100%;
}

.mini-cart__card__product__remove__button {
  cursor: pointer;
}

.mini-cart-product-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price {
  font-size: 12px;
  letter-spacing: 0.01rem;
  pointer-events: all;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4px;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price-tag-wrapper .product-price-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 3px;
  font-weight: 700;
  font-size: 0.625rem;
  background-color: #fadccb;
  color: #ea580c;
  border-radius: 2px;
}
.mini-cart-product-right .mini-cart-article-pricing .product-price-tag-wrapper .product-price-tag.is--based-on-coupon {
  background-color: #187134;
  color: #ffffff;
}
.mini-cart-product-right .mini-cart-article-pricing .price-standard {
  font-weight: 400;
  color: #999999;
  text-decoration: line-through;
}
.mini-cart-product-right .mini-cart-article-pricing .price-sales {
  color: #1c1c1c;
}
.mini-cart-product-right .mini-cart-article-pricing .price-sales.is--promo-applied {
  color: #ea580c;
}
.mini-cart-product-right .mini-cart-article-pricing .price-sales.is--based-on-coupon {
  color: #187134;
}

.mini-cart-article-details {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.mini-cart-article-details > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active {
  min-width: 500px;
  width: 700px;
  max-width: 700px;
  background-color: #f5f5f5;
}
.mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active > div > div {
  margin: 1px 64px 24px;
}

.mini-cart-product-shipper {
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 0 24px;
  height: 40px;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .mini-cart-product-shipper {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .white-header #mini-cart .mini-cart-totals-sticky.is-stuck-bottom {
    margin: 0;
  }
  .white-header #mini-cart .mini-cart-totals {
    margin: 0 16px;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 92%;
    bottom: 0;
    top: unset;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active .mini-cart-header {
    background-color: #ffffff;
    padding: 16px;
    min-height: unset;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active .mini-cart-header.is-stuck-top {
    -webkit-mask-image: none;
            mask-image: none;
  }
  .white-header #mini-cart .mini-cart-content.minicart-panel.expand-top-nav.js-expand-top-nav.active > div > div:not(.mini-cart-totals) {
    margin: 0 16px 16px;
  }
}
.sidepopin-card-advantages {
  max-width: 640px;
}
.sidepopin-card-advantages .side__modal__title__wrapper {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 700px) {
  .sidepopin-card-advantages .side__modal__title__wrapper {
    margin: 0 0 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sidepopin-card-advantages .side__modal__title__wrapper .sidepopin__popin__title__name {
  font-size: 0.875rem;
  color: #ea580c;
}
@media screen and (min-width: 700px) {
  .sidepopin-card-advantages .side__modal__title__wrapper .sidepopin__popin__title__name {
    font-size: 1.5rem;
  }
}

.cta--minicart, .cta--courir--minicart, .cta--white--minicart, .sidepopin__popin__cart .confirmaddtocart__actions__continue {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  text-align: center;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  border: none;
  font-size: 0.75rem;
  letter-spacing: 0.4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
  height: auto;
  max-width: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  speak: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.cta--minicart:focus-visible, .cta--courir--minicart:focus-visible, .cta--white--minicart:focus-visible, .sidepopin__popin__cart .confirmaddtocart__actions__continue:focus-visible {
  outline: 2px solid #ea580c;
  outline-offset: 2px;
}
.cta--minicart .neo-cart::before, .cta--courir--minicart .neo-cart::before, .cta--white--minicart .neo-cart::before, .sidepopin__popin__cart .confirmaddtocart__actions__continue .neo-cart::before {
  content: "\e90a";
  font-size: 1.125rem;
  margin-right: 9px;
}

.cta--courir--minicart {
  border: 1px solid #ea580c;
  background-color: #ea580c;
  color: #ffffff;
}
.cta--courir--minicart:hover, .cta--courir--minicart:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

.cta--white--minicart {
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta--white--minicart:hover, .cta--white--minicart:focus {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
  color: #ffffff;
}

.popin__mycourir-points__icon {
  font-size: 1.3125rem;
}

.minicart_learn_more {
  cursor: pointer;
}

.mini-cart-link-cart {
  white-space: nowrap;
}

.mini-cart-container {
  min-height: auto;
}
@media (max-width: 768px) {
  .mini-cart-container {
    margin-top: 14px;
  }
}

.confirmaddtocart__actions__recommendations div .product-recommendations .product-recommendations__scroll .js-product-tile {
  width: 235px;
}

#mini-cart-quantity-popin-header {
  color: #ea580c;
}

#mini-cart-quantity-popin-header span {
  background: none;
  font-size: 10px;
  width: unset;
  top: unset;
  left: unset;
  padding-left: 6px;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 700px) {
  #mini-cart-quantity-popin-header span {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .mini-cart-link-checkout,
  .mini-cart-link-cart {
    font-size: 9px;
  }
  .flex-space-between {
    font-size: 11px;
  }
  .top-mini-cart::after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 100%;
    margin-left: -16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(transparent));
    background: linear-gradient(to bottom, #e5e5e5, transparent);
  }
}
.is-stuck-bottom::before {
  content: "";
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e5e5e5));
  background: linear-gradient(to bottom, transparent, #e5e5e5);
  height: 50px;
  top: -50px;
}

select.hasaccessibility.focus-visible {
  outline: 2px solid #ea580c;
}

.bloc-fidelity div .mycourir {
  width: 45px;
}

#mini-cart {
  z-index: auto;
}

.ada__skip-area {
  position: absolute;
  border: none;
  background: #1c1c1c;
  padding: 12px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
.ada__skip-area:hover {
  color: #ffffff;
}
.ada__skip-area:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
  background: #ea580c;
  color: #ffffff;
  position: relative;
  opacity: 1;
  z-index: 111;
}
.ada__skip-area {
  border: none;
  background: #1c1c1c;
  color: #ffffff;
  padding: 12px;
  position: absolute;
  top: -100vh;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 111;
}
.ada__skip-area:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
  top: 0;
  outline: none;
  background: #ea580c;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.quick-access-links {
  position: absolute;
  list-style: none;
}
.quick-access-links li a {
  border: none;
  background: #1c1c1c;
  color: #ffffff;
  padding: 12px;
  position: absolute;
  top: -100vh;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 111;
  white-space: nowrap;
}
.quick-access-links li a:focus-visible {
  outline-offset: 2px;
  border-radius: 4px;
  outline: 2px solid #ea580c;
  top: 0;
  outline: none;
  background: #ea580c;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-ada {
  margin: 20px 0 0;
}
.footer-ada ul {
  margin: 0;
  padding: 0;
}

.ada-contrast-toggle {
  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;
  /* Styles for the label */
}
@media screen and (min-width: 1200px) {
  .ada-contrast-toggle {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.ada-contrast-toggle .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: initial;
  cursor: pointer;
}
.ada-contrast-toggle .switch-slider {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 23px;
  background-color: #d4d4d4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.ada-contrast-toggle .switch-slider::before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.ada-contrast-toggle .switch-input:checked + .switch-slider,
.ada-contrast-toggle .switch-input:checked + .switch-slider:hover {
  background-color: #c84c09;
}
.ada-contrast-toggle .switch-input:checked + .switch-slider::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.ada-contrast-toggle .switch-input:focus + .switch-slider {
  -webkit-box-shadow: 0 0 1px 2px #c84c09;
          box-shadow: 0 0 1px 2px #c84c09;
}
.ada-contrast-toggle .switch-slider:hover {
  background-color: #d4d4d4;
}

.enhanced-contrast .account-options .account-options__link.active i, .enhanced-contrast .account-options .account-options__link.active h2 {
  color: #c84c09 !important;
}
.enhanced-contrast .sidepopin__login__submit,
.enhanced-contrast .cta--primary,
.enhanced-contrast .sidepopin__popin__cart .confirmaddtocart__actions__checkout,
.sidepopin__popin__cart .enhanced-contrast .confirmaddtocart__actions__checkout,
.enhanced-contrast .sidepopin__popin__accountactivation .accountactivation__actions button,
.sidepopin__popin__accountactivation .accountactivation__actions .enhanced-contrast button,
.enhanced-contrast .sidepopin__popin__flashmessage .accountactivation__actions button,
.sidepopin__popin__flashmessage .accountactivation__actions .enhanced-contrast button,
.enhanced-contrast .cta--courir,
.enhanced-contrast .card-modal__add,
.enhanced-contrast .forms__stores__geoloc__button,
.enhanced-contrast .add-to-cart:not([disabled]),
.enhanced-contrast .display-more-products,
.enhanced-contrast .footer__newsletter__button,
.enhanced-contrast .pt_account button[type=submit],
.enhanced-contrast #addresses .address-create,
.enhanced-contrast .pt_product-search-result #secondary.refinements .refinements-valid-btn {
  border: 1px solid #c84c09 !important;
  background-color: #c84c09 !important;
}
.enhanced-contrast .pt_account button.search__btn[type=submit] {
  background-color: transparent !important;
  border: none !important;
}
.enhanced-contrast .btn2 {
  border: 1px solid #6b6b6b !important;
  border-color: #6b6b6b !important;
}
.enhanced-contrast input[disabled] {
  color: #ffffff !important;
}
.enhanced-contrast input[type=text],
.enhanced-contrast input[type=email],
.enhanced-contrast input[type=button],
.enhanced-contrast input[type=number],
.enhanced-contrast input[type=password],
.enhanced-contrast input[type=tel],
.enhanced-contrast input[type=date],
.enhanced-contrast input[type=checkbox],
.enhanced-contrast input[type=radio]:not(.hidden-input),
.enhanced-contrast textarea,
.enhanced-contrast select,
.enhanced-contrast .add-to-cart:disabled,
.enhanced-contrast .cta--white,
.enhanced-contrast .form__radio,
.enhanced-contrast .form__input,
.enhanced-contrast .form__select,
.enhanced-contrast .form__fieldset__phone__wrapper,
.enhanced-contrast .basket__additional__product__tile__add,
.enhanced-contrast .producttile-recommendations__item,
.enhanced-contrast .unselectable,
.enhanced-contrast .btn-giftcard-value,
.enhanced-contrast .basket__additional__product__tile,
.enhanced-contrast .checkout__basket__payment__icons__list img,
.enhanced-contrast .size-variation .selectable,
.enhanced-contrast .refinement-input-price-range-submit,
.enhanced-contrast .quick-buy__carousel__item,
.enhanced-contrast .sort-by_label,
.enhanced-contrast .store__seestore,
.enhanced-contrast .form-row input {
  border: 1px solid #6b6b6b !important;
}
@media screen and (min-width: 1200px) {
  .enhanced-contrast .pt_product-search-result .sort-by .sort-by_label {
    border: 1px solid #6b6b6b !important;
  }
}
.enhanced-contrast .most-wanted__product {
  border-bottom: 1px solid #6b6b6b !important;
}
.enhanced-contrast .form__phone__wrapper::after,
.enhanced-contrast .button-switch-slider {
  background-color: #6b6b6b !important;
}
.enhanced-contrast ::-webkit-input-placeholder, .enhanced-contrast input::-webkit-input-placeholder, .enhanced-contrast input#autocomplete-input::-webkit-input-placeholder, .enhanced-contrast input#email-alert-address::-webkit-input-placeholder, .enhanced-contrast input#q::-webkit-input-placeholder {
  color: #6b6b6b !important;
}
.enhanced-contrast ::-moz-placeholder, .enhanced-contrast input::-moz-placeholder, .enhanced-contrast input#autocomplete-input::-moz-placeholder, .enhanced-contrast input#email-alert-address::-moz-placeholder, .enhanced-contrast input#q::-moz-placeholder {
  color: #6b6b6b !important;
}
.enhanced-contrast :-ms-input-placeholder, .enhanced-contrast input:-ms-input-placeholder, .enhanced-contrast input#autocomplete-input:-ms-input-placeholder, .enhanced-contrast input#email-alert-address:-ms-input-placeholder, .enhanced-contrast input#q:-ms-input-placeholder {
  color: #6b6b6b !important;
}
.enhanced-contrast ::-ms-input-placeholder, .enhanced-contrast input::-ms-input-placeholder, .enhanced-contrast input#autocomplete-input::-ms-input-placeholder, .enhanced-contrast input#email-alert-address::-ms-input-placeholder, .enhanced-contrast input#q::-ms-input-placeholder {
  color: #6b6b6b !important;
}
.enhanced-contrast ::placeholder,
.enhanced-contrast input::placeholder,
.enhanced-contrast input#autocomplete-input::placeholder,
.enhanced-contrast input#email-alert-address::placeholder,
.enhanced-contrast input#q::placeholder,
.enhanced-contrast .basket__additional__product__tile__description,
.enhanced-contrast .breadcrumb-element::after,
.enhanced-contrast .show-mycourir-advantages,
.enhanced-contrast .unselectable a,
.enhanced-contrast .form-caption,
.enhanced-contrast .sidepopin__popin__login .gdpr_personal_data,
.enhanced-contrast .producttile-recommendations__gender,
.enhanced-contrast .visually-hidden,
.enhanced-contrast .header-search .search__btn i {
  color: #6b6b6b !important;
}
.enhanced-contrast button[disabled] {
  color: #1c1c1c !important;
}
.enhanced-contrast .country__selector__link.active,
.enhanced-contrast #side__modal__label-store,
.enhanced-contrast .sidepopin__popin__title,
.enhanced-contrast .text--error,
.enhanced-contrast .item__informations,
.enhanced-contrast .back-to-top-button,
.enhanced-contrast .default-price + .promotional-price,
.enhanced-contrast .text-courir,
.enhanced-contrast .expand-top-nav-content .mini-cart-totals .mini-cart-total,
.enhanced-contrast .breadcrumb-element:last-child,
.enhanced-contrast .refinement-bazaarvoice-rating-on,
.enhanced-contrast .refinement-bazaarvoice-rating-wording {
  color: #c84c09 !important;
}
.enhanced-contrast .js--promotion-tag,
.enhanced-contrast .bg-courir,
.enhanced-contrast .minicart-quantity {
  background-color: #c04b0c !important;
}
.enhanced-contrast .newfid .text-courir.badge,
.enhanced-contrast .expand-top-nav-title .minicart-quantity {
  background: none !important;
}
.enhanced-contrast .footer__newsletter__background__container::after,
.enhanced-contrast #egc-landing .gradient-to-top::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #1c1c1c), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #1c1c1c 65%, rgba(255, 255, 255, 0) 100%);
}
.enhanced-contrast .unselectable {
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #6b6b6b), color-stop(51%, transparent)), -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #6b6b6b), color-stop(51%, transparent)) !important;
  background-image: linear-gradient(to right top, transparent 49%, #6b6b6b 50%, transparent 51%), linear-gradient(to left top, transparent 49%, #6b6b6b 50%, transparent 51%) !important;
}
.enhanced-contrast .unselectable a {
  color: #6b6b6b !important;
}

.mycourir__loyalty__slot li::marker,
#mycourir-loyalty-premium-slot li::marker,
.checkout__side__modal li::marker {
  unicode-bidi: normal;
  font-variant-numeric: normal;
  text-transform: none;
  text-indent: 0;
  text-align: left;
  content: "";
}

.mycourir__loyalty__slot {
  margin: 0 0 40px 16px;
}
@media screen and (min-width: 1000px) {
  .mycourir__loyalty__slot {
    margin: 0 0 40px;
  }
}
.mycourir__loyalty__slot__wrapper .slot-container {
  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;
  overflow-x: auto;
  gap: 16px;
  padding: 0 0 35px;
}
@media screen and (min-width: 1200px) {
  .mycourir__loyalty__slot__wrapper .slot-container {
    overflow-x: initial;
  }
}
.mycourir__loyalty__slot__wrapper .slot-container::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.mycourir__loyalty__slot__wrapper .slot-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.mycourir__loyalty__slot__wrapper .slot-container::-webkit-scrollbar-track {
  background-color: #ffffff;
}

#mycourir-loyalty-premium-slot {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  #mycourir-loyalty-premium-slot {
    padding: 0 3%;
  }
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: initial;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container {
  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;
  overflow-x: auto;
  gap: 16px;
  padding: 0 0 35px;
}
@media screen and (min-width: 1200px) {
  #mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container {
    overflow-x: initial;
  }
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card {
  position: relative;
  min-width: 220px;
  max-width: 220px;
  min-height: 270px;
  word-wrap: break-word;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  #mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card {
    overflow: hidden;
  }
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card-img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 15px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card-title {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card-text {
  margin: 0;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .offer_card.half {
  display: grid;
  grid-row-gap: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card {
  height: 270px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card-badge {
  position: absolute;
  margin: 15px;
  background: #ea580c;
  border-radius: 6px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card-badge span {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
  padding: 5px;
  color: #ffffff;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card-body {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  border-radius: 8px;
  padding-bottom: 25px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card-body .offer_card-text {
  color: #ffffff;
  font-weight: 400;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card-body .offer_card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .full-image .offer_card-img {
  border-radius: 6px;
  aspect-ratio: 1/1.25;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .half {
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .half .offer_card-title {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .half .offer_card-text {
  text-transform: uppercase;
  font-weight: 400;
}
#mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container .half .offer_card-text span {
  text-transform: none;
  color: #ea580c;
}

.pt_account_landing #main #mycourir-loyalty-premium-slot {
  padding: 0;
}
.pt_account_landing #main #mycourir-loyalty-premium-slot .loyalty-mycourir-premium_contentslots-wrapper .slot-container {
  padding: 4px 0 15px;
  gap: 11px;
}

.mobile {
  display: block;
}
@media screen and (min-width: 1000px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  .desktop {
    display: block;
  }
}

.loyality-status img {
  width: 53px;
  height: 36px;
  border-radius: 3px;
  border-width: 1px;
  border: 1px solid #000000;
}

.u-hidden {
  display: none;
}

#mycourir-loyalty-premium-slot .loyalty-card {
  width: 313px !important;
  height: 267px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
#mycourir-loyalty-premium-slot .card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#mycourir-loyalty-premium-slot .card-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(0, 0, 0, 0.3);
}
#mycourir-loyalty-premium-slot .logo-box.loyality-status {
  padding: 0;
}
#mycourir-loyalty-premium-slot .loyalty-text {
  color: white;
  font-family: Roboto, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
}
#mycourir-loyalty-premium-slot .loyalty-button {
  background-color: #ef5f06;
  color: white;
  border: none;
  padding: 17px 24px;
  font-weight: bold;
  font-size: 0.6875rem;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.4px;
}

.search-result-items .product__image img,
.search-result-items .product__image--hover img {
  aspect-ratio: 1/1;
  width: 100%;
}

.pin-product-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pin-product-wrapper.is--visible {
  display: block;
}
.pin-product-btn {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  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: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 100%;
  border-color: inherit;
  color: #ffffff;
}
.pin-product-btn:hover {
  color: #ffffff;
  border-color: inherit;
  background-color: transparent;
}
.pin-product-btn::after {
  content: "+";
  color: inherit;
  line-height: 2px;
}
.pin-product-btn::before {
  -webkit-animation: anim-pin-product 2.5s ease-in-out infinite;
          animation: anim-pin-product 2.5s ease-in-out infinite;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
}
@-webkit-keyframes anim-pin-product {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anim-pin-product {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pin-product-card {
  display: none;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
  min-width: 150px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.pin-product-card.is--visible {
  display: block;
}
.pin-product-card .neo-arrow_right {
  font-size: 0.625rem;
}
.pin-product-card--link {
  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;
  gap: 10px;
}
.pin-product-card--content {
  font-size: 0.75rem;
  font-weight: 400;
}
.pin-product-card--img {
  display: block;
  height: inherit;
  background-size: cover;
}
.pin-product-card--title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.pin-product-card--text {
  font-weight: 600;
  text-transform: capitalize;
}
.pin-product-card--price {
  font-weight: 700;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --main-orange: #e25200;
  --light-orange: #ffede2;
  --grey-light: #f5f5f5;
  --border: #e5e5e5;
  --error: #e25200;
  --success: #00904b;
  --sidePopinWidth: 700px;
}

#homepage h2 {
  font-family: "CourirSerif", serif;
}

.custom-pagedesigner,
.widget-pagedesigner {
  width: 100%;
}
.custom-pagedesigner ul,
.custom-pagedesigner li,
.widget-pagedesigner ul,
.widget-pagedesigner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-pagedesigner .section,
.widget-pagedesigner .section {
  padding: 1rem 25px;
}
@media screen and (min-width: 1200px) {
  .custom-pagedesigner .section,
  .widget-pagedesigner .section {
    padding: 1rem 3rem;
  }
}
.custom-pagedesigner h2, .custom-pagedesigner.title,
.widget-pagedesigner h2,
.widget-pagedesigner.title {
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: initial;
  color: #1c1c1c;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .custom-pagedesigner h2, .custom-pagedesigner.title,
  .widget-pagedesigner h2,
  .widget-pagedesigner.title {
    font-size: 2rem;
  }
}
.custom-pagedesigner .text-color,
.widget-pagedesigner .text-color {
  color: var(--text-color, #1c1c1c);
}
.custom-pagedesigner .text-color *,
.widget-pagedesigner .text-color * {
  color: var(--text-color, #1c1c1c);
}
.custom-pagedesigner .content,
.widget-pagedesigner .content {
  font-size: 0.875rem;
  color: #1c1c1c;
  text-align: center;
  margin: 0 25px;
}
.custom-pagedesigner .content a,
.widget-pagedesigner .content a {
  text-decoration: underline;
}

#search-results .right-layout .widget-pagedesigner section {
  padding: 0 0 24px !important;
}
#search-results .right-layout .widget-pagedesigner h3 {
  font-size: 0.875rem;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.home__main-banner__image {
  aspect-ratio: 1/1;
}

.category-top-banner__img--full img {
  aspect-ratio: 720/250;
}

@media screen and (min-width: 600px) {
  .home__main-banner__image {
    aspect-ratio: 1200/600;
  }
  .category-top-banner__img--full img {
    aspect-ratio: 1440/250;
  }
}
@media screen and (min-width: 960px) {
  .home__main-banner__image {
    aspect-ratio: 1920/700;
  }
}
#search-result-items .product__image img,
#search-result-items .product__image--hover img {
  aspect-ratio: 1/1;
  width: 100%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --main-orange: #e25200;
  --light-orange: #ffede2;
  --grey-light: #f5f5f5;
  --border: #e5e5e5;
  --error: #e25200;
  --success: #00904b;
  --sidePopinWidth: 700px;
}

.pt_product-search-result .primary_refinements_container .grid-tile__quickbuy .quick-buy__carousel__item.black-border {
  border-color: #1c1c1c !important;
}
.pt_product-search-result .primary_refinements_container .grid-tile__quickbuy .quick-buy__carousel__item.add-to-restock {
  position: relative;
  color: #d4d4d4 !important;
  background-color: #e5e5e5 !important;
}
.pt_product-search-result .primary_refinements_container .grid-tile__quickbuy .quick-buy__carousel__item.add-to-restock .quick-buy__carousel__size::after {
  content: "\e950";
  margin-left: 2px;
  top: 1px;
  position: relative;
  font-family: "neo";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.quick-buy__sizes .quick-buy__sizes__lists .add-to-restock {
  position: relative;
  color: #d4d4d4 !important;
  background-color: #e5e5e5 !important;
}
.quick-buy__sizes .quick-buy__sizes__lists .add-to-restock .quick-buy__carousel__size::after {
  content: "\e950";
  margin-left: 2px;
  top: 1px;
  position: relative;
  font-family: "neo";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.quick-buy__sizes .quick-buy__sizes__lists .no-stock-selected {
  border-color: #1c1c1c;
}

.product-details-main .product-variations.size-variation .add-to-restock {
  width: auto;
  height: auto;
}
.product-details-main .product-variations.size-variation .add-to-restock {
  pointer-events: none;
  position: relative;
}
.product-details-main .product-variations.size-variation .add-to-restock .swatchanchor {
  color: #d4d4d4;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  opacity: 1;
}
.product-details-main .product-variations.size-variation .add-to-restock .swatchanchor::after {
  content: "\e950";
  margin-left: 4px;
  position: relative;
  font-family: "neo";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  font-size: 12px;
  margin-top: 1px;
}
.product-details-main .product-variations.size-variation .add-to-restock {
  pointer-events: auto;
  cursor: pointer;
}
.product-details-main .product-variations.size-variation .add-to-restock.selected .swatchanchor {
  border: 1px solid #1c1c1c;
}

.div-add-toCart-buttom {
  width: 100%;
}

.add-to-restock-button button {
  border-color: black;
  color: black;
  background: white;
  width: 100%;
  max-width: none;
}
.add-to-restock-button.is-disabled button {
  color: #d4d4d4;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  opacity: 1;
  cursor: default;
}

.notifyjs-corner .notifyjs-container {
  margin: 0 !important;
}

.notifyjs-container.base.success {
  background-color: #4caf50;
  /* Green success */
  color: white;
}

.notifyjs-container.base.error {
  background-color: #f44336;
  /* Red error */
  color: white;
}

.notifyjs-container.base.info {
  background-color: #2196f3;
  /* Blue info */
  color: white;
}

.notifyjs-container.base.warn {
  background-color: #ff9800;
  /* Orange warning */
  color: white;
}

.notifyjs-bootstrap-success {
  background-color: #FFFFFF !important;
  border: none !important;
  background-image: none !important;
  text-align: left !important;
}
.notifyjs-bootstrap-success span {
  white-space: normal;
  color: #1c1c1c !important;
  font-size: 0.875rem;
  font-weight: normal;
}

.notifyjs-bootstrap-error {
  background-color: #FFFFFF !important;
  border: none !important;
  background-image: none !important;
  text-align: left !important;
}
.notifyjs-bootstrap-error span {
  white-space: normal;
  color: #1c1c1c !important;
  font-size: 0.875rem;
  font-weight: normal;
}

.restock-notification-popup {
  max-width: 337px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-right: 23px;
  margin-left: 16px;
}
.restock-notification-popup img {
  width: 80px;
  height: 80px;
}
.restock-notification-popup .popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
  gap: 8px;
  isolation: isolate;
  width: 204px;
  height: 80px;
  font-family: Roboto, sans-serif;
  font-style: normal;
}
.restock-notification-popup .popup-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin: unset;
  width: 180px;
  max-width: 180px;
}
.restock-notification-popup .popup-content a {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #000000;
  text-transform: uppercase;
}
.restock-notification-popup .restock-notif-close-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #1c1c1c;
}

.quick-buy__add-to-restock {
  position: absolute;
  top: 30%;
  width: 93%;
  background: none;
  text-align: center;
  font-weight: bold;
  z-index: 999;
}
.quick-buy__add-to-restock .alert-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 5px;
}
.quick-buy__add-to-restock .alert-buttons button {
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.quick-buy__add-to-restock .alert-buttons img {
  width: 30px !important;
  height: 30px !important;
}
.quick-buy__add-to-restock button {
  width: 50px;
  border-color: #1c1c1c;
  color: #1c1c1c;
  background: #ffffff;
  max-width: none;
}
.quick-buy__add-to-restock p {
  color: #ffffff;
  margin: 3px;
  text-transform: uppercase;
}
.quick-buy__add-to-restock .alert-buttons button {
  width: 48px;
  max-height: 48px;
  padding: 0;
}

.my-account-loading-img {
  width: 100px;
}

.restock-interactive-checkout {
  min-height: 100%;
  display: grid;
  place-items: center;
}

.cta-add-to-restock {
  width: 103px !important;
  max-width: 103px !important;
  max-height: 40px;
  border: 1px solid #d4d4d4 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1c1c1c !important;
  background-color: #ffffff !important;
}
.cta-add-to-restock:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}
.cta-add-to-restock:hover::before {
  color: #1c1c1c;
}

.cta-add-to-restock-mail::before {
  content: "\e950";
  font-family: "neo";
  width: 24px;
  height: 23px;
  color: #1c1c1c;
  margin-top: 14px;
  font-size: 20px;
}
.cta-add-to-restock-mail span {
  margin-left: 4px;
}

.cta-add-to-restock-whatsapp {
  width: 128px !important;
  max-width: 128px !important;
  margin-left: 4px;
}
.cta-add-to-restock-whatsapp img {
  width: 24px;
}
.cta-add-to-restock-whatsapp span {
  margin-left: 4px;
}

.add-to-restock-button-pdp {
  border: 1px solid #d4d4d4 !important;
  border-radius: 4px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px;
}
.add-to-restock-button-pdp .alert-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-to-restock-button-pdp p {
  width: 100%;
}

.quick-buy__add-to-restock .alert-buttons .cta-add-to-restock-mail::before {
  margin-top: 0;
  font-size: 24px;
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  .cta-add-to-restock {
    width: 63px !important;
    height: 40px !important;
  }
  .cta-add-to-restock span {
    display: none;
  }
  .add-to-restock-button-pdp p {
    width: 100%;
  }
}
.hover-restock-bg {
  background: rgba(255, 0, 0, 0.1294117647);
  z-index: 99;
  height: 100%;
}

.black-white::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.37);
  z-index: 99;
}

.Submit-button {
  color: #ffffff;
  background-color: #ea580c;
  height: 50px;
  font-size: 0.6875rem;
  width: 100%;
  border-style: solid;
}
.Submit-button:hover {
  background-color: #1c1c1c;
  color: #ffffff;
}

.fieldset-form-row--button .Submit-button[disabled] {
  color: #767676 !important;
  background-color: #e9e9e9;
}

#restock-validate-phoneNumber .fieldset.fieldset-form-row--half .form-row,
#restock-validate-phoneNumber .fieldset.fieldset-form-row--half .form-group {
  width: 100% !important;
}

.restock-errormsg {
  display: none;
  margin-bottom: 20px !important;
}

.no-restock-data {
  font-size: 20px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

#interactive-checkout .search-result-content__immersive .search-result-items .grid-tile__quickbuy .quick-buy__carousel__item.border {
  border-color: #1c1c1c;
}
#interactive-checkout .search-result-content__immersive .search-result-items .grid-tile__quickbuy .quick-buy__carousel__item.black-border {
  border-color: #1c1c1c !important;
}
#interactive-checkout .search-result-content__immersive .search-result-items .grid-tile__quickbuy .quick-buy__carousel__item.add-to-restock {
  position: relative;
  color: #d4d4d4 !important;
  background-color: #e5e5e5 !important;
}
#interactive-checkout .search-result-content__immersive .search-result-items .grid-tile__quickbuy .quick-buy__carousel__item.add-to-restock .quick-buy__carousel__size::after {
  content: "\e950";
  margin-left: 2px;
  top: 1px;
  position: relative;
  font-family: "neo";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.sidepopin__popin__phone {
  max-width: var(--sidePopinWidth);
}
@media screen and (max-width: 700px) {
  .sidepopin__popin__phone {
    min-height: 312px;
  }
}

.sidepopin__popin__phone #sidepopin__popin__wrapper {
  height: 19px;
}
.sidepopin__popin__phone #sidepopin__popin__wrapper h3 {
  text-transform: uppercase;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin__phone #sidepopin__popin__wrapper {
    margin-top: 24px;
  }
}

.sidepopin__popin__phone .sidepopin__popin__title {
  min-height: 19px;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin__phone .sidepopin__popin__title {
    padding: 24px;
  }
}

.sidepopin__popin__phone .sidepopin__popin__title__name {
  letter-spacing: 0.4px;
}

.sidepopin__popin__phone .sidepopin__popin__close {
  width: 19px;
}
.sidepopin__popin__phone .sidepopin__popin__close i {
  font-size: 1.060625rem;
  color: #ea580c;
}

@media screen and (max-width: 700px) {
  .sidepopin__popin__phone .sidepopin__popin__content {
    padding: 24px;
  }
}

.sidepopin__popin__phone .sidepopin__login__paragraph .field-info {
  font-weight: 400;
  font-size: 0.75rem;
}

.sidepopin__popin__phone .fieldset-form-row--half {
  margin-top: 20px;
}

.sidepopin__popin__phone .international__tel {
  height: 52px;
  max-width: none;
  margin: 0 0 30px;
}
.sidepopin__popin__phone .international__tel label {
  margin-top: 0;
}
.sidepopin__popin__phone .international__tel label span:first-child {
  padding-left: 4px;
}
.sidepopin__popin__phone .international__tel label .required-indicator {
  padding-right: 4px;
}

.sidepopin__popin__phone .field-phone__wrapper {
  height: 48px;
  margin-left: 0;
}

.sidepopin__popin__phone .international__tel__container {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-sizing: revert;
          box-sizing: revert;
}
.sidepopin__popin__phone .international__tel__container:focus-within {
  border: 1px solid #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:focus-within .input__phone__container::before {
  border-color: #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:has(.input__phone:not(:-moz-placeholder-shown)) {
  border: 1px solid #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:has(.input__phone:not(:-ms-input-placeholder)) {
  border: 1px solid #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:has(.input__phone:not(:placeholder-shown)) {
  border: 1px solid #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:has(.input__phone:not(:-moz-placeholder-shown)) .input__phone__container::before {
  border-color: #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:has(.input__phone:not(:-ms-input-placeholder)) .input__phone__container::before {
  border-color: #1c1c1c;
}
.sidepopin__popin__phone .international__tel__container:has(.input__phone:not(:placeholder-shown)) .input__phone__container::before {
  border-color: #1c1c1c;
}

.sidepopin__popin__phone .select-wrapper-tel {
  margin-right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sidepopin__popin__phone .select-wrapper-tel::after {
  speak: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "neo" !important; /* stylelint-disable-line declaration-no-important */
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  display: block;
  top: 50%;
  right: 20px;
  color: #1c1c1c;
  content: "\e902";
  font-size: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
}

.sidepopin__popin__phone .international__tel__container .select__flags__prefix__container .flag__prefix__container {
  left: 20px;
}

@media screen and (max-width: 700px) {
  .sidepopin__popin__phone .flag__prefix__item {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.sidepopin__popin__phone .flag__prefix__item .flag {
  width: 28px;
  height: 24px;
  padding-top: 0;
}
.sidepopin__popin__phone .flag__prefix__item .prefix {
  margin-left: 8px;
}

.sidepopin__popin__phone .international__tel__container .select__flags__prefix__container .select-internationaltel {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  border: none;
  padding: 18px !important;
}
.sidepopin__popin__phone .international__tel__container .select__flags__prefix__container .select-internationaltel:focus {
  border-right: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin__phone .international__tel__container .select__flags__prefix__container .select-internationaltel {
    width: 75%;
  }
}

.sidepopin__popin__phone .international__tel__container .select__flags__prefix__container .select-option {
  font-size: 0.875rem;
}
@media screen and (max-width: 700px) {
  .sidepopin__popin__phone .international__tel__container .select__flags__prefix__container .select-option {
    font-size: 0.75rem;
  }
}

.sidepopin__popin__phone .input__phone__container::before {
  content: "";
  position: absolute;
  top: 15%;
  height: 70%;
  border-left: 1px solid #d4d4d4;
}

.sidepopin__popin__phone .input__phone {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  height: auto;
  border: none;
}
.sidepopin__popin__phone .input__phone:focus {
  border-left: none;
}

.sidepopin__popin__phone .fieldset-form-row--button {
  display: block;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  max-width: none;
}
.sidepopin__popin__phone .fieldset-form-row--button .form-group {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.sidepopin__popin__phone .fieldset-form-row--button .form-row {
  margin: 6px 0;
}
.sidepopin__popin__phone .fieldset-form-row--button button {
  height: 48px;
  font-weight: 700;
  letter-spacing: 0.4px;
  border-radius: 4px;
}

.quick-buy__carousel__item.black-border {
  border-color: #1c1c1c;
}

.product__image__opacity img {
  opacity: 0.5;
}

.whatsApp-add-restock-btn {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.quick-buy__carousel__small__size {
  font-size: 8px;
}

.cta-add-to-restock .small-text {
  font-size: 9px;
}

.add-to-restock {
  white-space: normal !important;
}
.add-to-restock .swatchanchor--long {
  white-space: normal !important;
  display: block !important;
  text-align: center !important;
  line-height: normal !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 4px !important;
}
@media screen and (max-width: 700px) {
  .add-to-restock .swatchanchor--long {
    font-size: 9px !important;
    padding-top: 7px !important;
  }
  .add-to-restock .swatchanchor--long::after {
    font-size: 9px !important;
  }
}

.international__tel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.international__tel__container .select__flags__prefix__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 120px;
          flex: 0 1 120px;
  margin-right: 10px;
}
.international__tel__container .select__flags__prefix__container::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.international__tel__container .select__flags__prefix__container .flag__prefix__container {
  position: absolute;
  top: 0;
  left: 15px;
  width: 25px;
  height: 48px;
}
.international__tel__container .select__flags__prefix__container .flag__prefix__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  white-space: nowrap;
}
.international__tel__container .select__flags__prefix__container .flag__prefix__item.active {
  opacity: 1;
  visibility: visible;
}
.international__tel__container .select__flags__prefix__container .flag {
  display: block;
  width: auto;
  height: auto;
  max-width: 25px;
  max-height: 60px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.international__tel__container .select__flags__prefix__container .prefix {
  color: #1c1c1c;
  font-size: 1rem;
  margin: 0 0 0 10px;
}
.international__tel__container .select__flags__prefix__container .select-internationaltel {
  font-size: 0;
  padding: 0 45.1127819549px 0 30px;
}
.international__tel__container .select__flags__prefix__container .select-option {
  font-size: 0.75rem;
}
.international__tel__container .input__phone__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.international__tel__container .input__phone__container .input__phone {
  min-width: 0;
}

.form-phone-validation__container {
  min-width: 100%;
}
.form-phone-validation__container .form-phone-validation {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.4px;
  border-radius: 0.25rem;
  border-color: #ea580c;
  font-size: 0.6875rem;
  height: 3rem;
}
.form-phone-validation__container .form-phone-validation:hover {
  border-color: #1c1c1c;
  background-color: #1c1c1c;
}
