:export {
  transitionInteractionLong: 0.83s;
  transitionInteractionShort: 0.33s;
  transitionDurationModal: 0.35s;
}
.navigation-footer {
  border-top: none;
  display: block;
  width: 100%;
}
.navigation-footer__title {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  margin-bottom: 5px;
}
.navigation-footer__menu {
  line-height: normal;
}
.navigation-footer__group:first-child,
.navigation-footer__group:nth-child(2) {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .navigation-footer__group:first-child,
  .navigation-footer__group:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navigation-footer__group:first-child,
  .navigation-footer__group:nth-child(2) {
    margin-bottom: 30px;
  }
}
.navigation-footer__entry {
  margin-bottom: 5px;
}
.navigation-footer__entry:last-child {
  margin-bottom: 0;
}
.navigation-footer__link {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  position: relative;
}
.navigation-footer__link:after {
  background: linear-gradient(to right, #f2f2f2 50%, var(--color-brand-bright) 50%);
  background-size: 200% 100%;
  content: '';
  height: 3px;
  position: absolute;
  transform: translate(-100%, 17px);
  transition: background-position 0.33s;
  visibility: hidden;
  width: 100%;
}
.navigation-footer__link:hover:after {
  background-position: -100% 0;
  visibility: visible;
}
.navigation-footer__accordion .accordion .rc-collapse-header {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  padding: 16px 13px 18px;
}
.navigation-footer__accordion .rc-collapse-content {
  margin-left: 13px;
}
.navigation-footer__accordion .accordion__standard .rc-collapse-content-box {
  margin: 0 0 30px;
}
.navigation-footer__accordion .navigation-footer__link {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.navigation-footer__accordion .navigation-footer__link:last-child {
  margin-bottom: 0;
}
.newsletter-footer {
  display: -ms-grid;
  display: grid;
  height: 393px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  width: calc(100% + 30px);
}
.newsletter-footer__content {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 30px 13px;
  padding: 30px;
  position: absolute;
  width: calc(100% - 26px);
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .newsletter-footer__content {
    left: 114px;
    width: 654px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .newsletter-footer__content {
    left: 82px;
    width: 462px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newsletter-footer__content {
    left: 62px;
    width: 466px;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-footer__content {
    margin: 0;
    padding: 32px 45px 28px;
    top: 30px;
  }
}
.newsletter-footer__background-image img {
  height: 393px;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsletter-footer__title.headline-semibold {
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0;
  text-transform: unset;
}
.newsletter-footer__text,
.newsletter-footer__title.headline-semibold {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
}
.newsletter-footer__text {
  font-weight: 400;
  margin: 0;
  padding: 0 0 15px;
}
.newsletter-footer__text a {
  color: #000;
  text-decoration: underline;
}
.newsletter-footer__form {
  position: relative;
}
.newsletter-footer__form .input-radio__inner-wrapper {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  width: 30px;
  z-index: 1;
}
.newsletter-footer__form .input-radio__inner-wrapper:last-child {
  margin-right: 0;
}
.newsletter-footer__form .input-radio__label {
  display: inline-block;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  margin-left: 5px;
  max-width: calc(100% - 35px);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .newsletter-footer__form .input-radio__label {
    margin-left: 6px;
    max-width: calc(100% - 36px);
  }
}
.newsletter-footer__group-radios {
  border: none;
  line-height: 0;
  margin: 0;
  padding: 30px 0 20px;
}
@media screen and (min-width: 768px) {
  .newsletter-footer__group-radios {
    padding: 14px 0 15px;
  }
}
.newsletter-footer__input-radio {
  display: inline-block;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  line-height: 0;
  margin-bottom: 0;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .newsletter-footer__input-radio {
    margin-right: 30px;
  }
}
.newsletter-footer__input-radio:last-child {
  margin-right: 0;
}
.newsletter-footer__button-subscribe,
.newsletter-footer__input-email.input__container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
@media screen and (min-width: 1280px) {
  .newsletter-footer__button-subscribe,
  .newsletter-footer__input-email.input__container {
    width: calc(100% - 193px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .newsletter-footer__button-subscribe,
  .newsletter-footer__input-email.input__container {
    width: calc(100% - 178px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newsletter-footer__button-subscribe,
  .newsletter-footer__input-email.input__container {
    width: calc(100% - 160px);
  }
}
.newsletter-footer__button-subscribe.button {
  margin-bottom: 0;
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .newsletter-footer__button-subscribe.button {
    width: calc(193px - 10px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .newsletter-footer__button-subscribe.button {
    width: calc(178px - 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .newsletter-footer__button-subscribe.button {
    width: calc(160px - 10px);
  }
}
@media screen and (min-width: 768px) {
  .newsletter-footer__button-subscribe.button {
    margin-left: 10px;
    margin-top: 0;
  }
}
.newsletter-footer__tooltip {
  display: none;
}
@media screen and (min-width: 768px) {
  .newsletter-footer__tooltip {
    bottom: -15px;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.newsletter-footer__tooltip:hover {
  display: block;
}
.newsletter-footer__tooltip-content {
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-sizing: border-box;
  left: 0;
  line-height: 1.5em;
  margin-top: 15px;
  padding: 15px 15px 5px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .newsletter-footer__tooltip-content {
    margin-top: 0;
  }
}
.newsletter-footer__tooltip-content ol {
  list-style: decimal;
}
.newsletter-footer__tooltip-content ul {
  list-style: disc;
}
.newsletter-footer__tooltip-content ol,
.newsletter-footer__tooltip-content ul {
  margin: 10px 0 10px 15px;
  padding: 0;
  width: calc(100% - 15px);
}
.newsletter-footer__tooltip-content ol:first-child,
.newsletter-footer__tooltip-content ul:first-child {
  margin-top: 0;
}
.newsletter-footer__tooltip-content li {
  padding: 0 0 6px;
}
.newsletter-footer__tooltip-content li:last-child {
  padding-bottom: 0;
}
.newsletter-footer__tooltip-content p {
  margin: 0;
  padding: 0 0 10px;
}
.newsletter-footer__tooltip-content a {
  color: #000;
}
.newsletter-footer__group-inputs {
  position: relative;
}
.newsletter-footer__group-inputs .input__container .input__error {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  margin-top: 5px;
  padding: 1px 0 0 15px;
}
.newsletter-footer__content:active .newsletter-footer__tooltip,
.newsletter-footer__content:focus .newsletter-footer__tooltip,
.newsletter-footer__content:hover .newsletter-footer__tooltip {
  display: block;
}
.promo-badges-footer__title {
  font-weight: 500;
  margin-bottom: 15px;
}
.promo-badges-footer__footnote,
.promo-badges-footer__title {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
}
.promo-badges-footer__footnote {
  font-weight: 400;
  margin-top: 10px;
}
.promo-badges-footer__footnote a {
  color: #000;
  text-decoration: underline;
}
.promo-badges-footer__payment,
.promo-badges-footer__shipping {
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .promo-badges-footer__payment,
  .promo-badges-footer__shipping {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .promo-badges-footer__payment,
  .promo-badges-footer__shipping {
    margin-bottom: 30px;
  }
}
.promo-badges-footer__payment .promo-badges-footer__list,
.promo-badges-footer__shipping .promo-badges-footer__list {
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 67px);
  row-gap: 4px;
}
.promo-badges-footer__payment .image,
.promo-badges-footer__shipping .image {
  height: 42px;
  width: 67px;
}
.promo-badges-footer__trust {
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .promo-badges-footer__trust {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .promo-badges-footer__trust {
    margin-bottom: 30px;
  }
}
.promo-badges-footer__trust .promo-badges-footer__list {
  margin-top: -15px;
}
.promo-badges-footer__trust-icons.image-container {
  display: inline-block;
  line-height: 0;
  margin: 15px 15px 0 0;
  vertical-align: top;
}
.promo-badges-footer__app {
  margin-bottom: 30px;
}
.promo-badges-footer__app-icons.link {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}
.promo-badges-footer__app-icons.link:first-child {
  margin-right: 5px;
}
.promo-badges-footer__social .promo-badges-footer__list .link {
  display: inline-block;
  margin-right: 5px;
}
.promo-badges-footer__social .promo-badges-footer__list .link:last-child {
  margin-right: 0;
}
.promo-badges-footer__social-icons {
  display: inline-block;
  height: 30px;
  line-height: 0;
  margin-right: 7px;
  vertical-align: top;
  width: 30px;
}
.promo-badges-footer__social-icons:last-child {
  margin-right: 0;
}
.finder-search-box-geolocation-button {
  margin-bottom: 20px;
}
.input__container .input-more-elements__close-icon {
  display: block;
}
.input__container .input-more-elements .input__element--right.clear-button {
  right: 69px;
}
.input__container .input-more-elements .input__element--right.separator {
  border-right: 1px solid #e6e6e6;
  height: 40px;
  right: 53px;
  top: 39%;
}
.store-finder-footer {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 45px;
  padding: 45px 0;
  width: 100%;
}
.store-finder-footer__photo-wrapper,
.store-finder-footer__search-wrapper {
  display: inline-block;
  vertical-align: top;
}
.store-finder-footer__photo-wrapper {
  border-radius: 50%;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .store-finder-footer__photo-wrapper {
    height: 160px;
    width: 160px;
  }
}
.store-finder-footer__photo {
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .store-finder-footer__photo {
    height: 160px;
    width: 160px;
  }
}
.store-finder-footer__search-wrapper {
  width: calc(100% - 120px);
}
@media screen and (min-width: 768px) {
  .store-finder-footer__search-wrapper {
    width: calc(100% - 180px);
  }
}
.store-finder-footer__search-title {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
.store-finder-footer__search-text,
.store-finder-footer__search-title {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.store-finder-footer__search-text {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .store-finder-footer__search-text {
    margin-bottom: 10px;
  }
}
.store-finder-footer__search-input.input__container {
  margin-bottom: 0;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .store-finder-footer__search-input.input__container {
    display: inline-block;
    margin-top: 0;
  }
}
.store-finder-footer__points {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .store-finder-footer__points {
    padding-top: 45px;
  }
}
.store-finder-footer__points-title {
  font-weight: 500;
}
.store-finder-footer__points-list-item,
.store-finder-footer__points-title {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
  margin-bottom: 10px;
}
.store-finder-footer__points-list-item {
  align-items: flex-start;
  display: flex;
  font-weight: 400;
}
.store-finder-footer__points-list-item:last-child {
  margin-bottom: 0;
}
.store-finder-footer__points-icon {
  margin-right: 5px;
  vertical-align: middle;
}
:export {
  colorGreyLight5: #f2f2f2;
  colorGreyDark50: #8a8a8a;
  colorGreyMedium: #e6e6e6;
  colorMintBright: var(--color-brand-bright);
  colorMintMedium: var(--color-brand-medium);
  colorBlack: #000;
  colorWhite: #fffffd;
  colorBrandLight: var(--color-brand-light);
  bgColorLightMint: #e6f6f4;
  bgColorLightRose: #ffebf0;
  bgColorRed: #ffebee;
  bgColorPink: #fce4ec;
  bgColorViolet: #f3e5f5;
  bgColorPurple: #ede7f6;
  bgColorIndigo: #e8eaf6;
  bgColorBlue: #e3f2fd;
  bgColorBabyBlue: #e1f5fe;
  bgColorCyan: #e0f7fa;
  bgColorTeal: #e0f2f1;
  bgColorGreen: #e8f5e9;
  bgColorFreshGreen: #f1f8e9;
  bgColorLime: #f9fbe7;
  bgColorYellow: #fffde7;
  bgColorAmber: #fff8e1;
  bgColorOrange: #fff3e0;
  bgColorRedOrange: #fbe9e7;
  bgColorMakeUp: #f7f1ed;
  bgColorBrown: #efebe9;
  bgColorGrey: #f2f2f2;
  bgColorBlueGrey: #eceff1;
  criteoColorGray: #b3b3b3;
  criteoColorBlack: #322b29;
  criteoColorDarkBrown: #5e534e;
}
:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.central-footer__top {
  background: #fff;
}
.central-footer__bottom {
  background: #f2f2f2;
}
.central-footer__icons {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .central-footer__icons {
    margin-bottom: 60px;
  }
}
.central-footer__navigation-top {
  margin-bottom: 68px;
}
.central-footer__navigation-bottom {
  margin-bottom: 45px;
}
