.navigation-main-entry {
  list-style: none;
  position: relative;
  white-space: nowrap;
  margin-top: -25px;
  font-size: 14px;
  text-transform: uppercase;
}
.navigation-main-entry:after {
  background: linear-gradient(90deg, #fff 50%, #595959 0);
  background-size: 200% 100%;
  bottom: -6px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  transition: background-position 0.33s;
  visibility: hidden;
  width: 100%;
}
.navigation-main-entry--active:after,
.navigation-main-entry:active:after {
  background-position: -100% 0;
  visibility: visible;
}
.navigation-main-entry--active.navigation-main-entry--highlight:after {
  visibility: hidden;
}
.navigation-main-entry--active.navigation-main-entry--highlight:before {
  background-color: #595959;
  height: 3px;
}
.navigation-main-entry__link {
  height: 11px;
  position: relative;
  white-space: nowrap;
}
.navigation-backdrop {
  margin-top: -1px;
  position: absolute;
  z-index: 2;
}
.navigation-backdrop__flyout {
  animation: expand 0.3s;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.navigation-backdrop__content {
  background-color: #212121;
  opacity: 0.3;
  width: 100%;
  will-change: opacity;
}
@keyframes expand {
  0% {
    height: 0;
  }
  to {
    @media screen and (min-width: 1024px) {
      height: 430px;
    }
    @media screen and (min-width: 1280px) {
      height: 500px;
    }
  }
}
.brand-overview {
  width: 790px;
}
.brand-overview__alphabet {
  border-bottom: 1px solid #e6e6e6;
  color: #000;
  display: flex;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 150%;
  margin-bottom: 25px;
  width: 773px;
}
.brand-overview__key {
  flex-grow: 1;
  text-align: left;
}
.brand-overview__key--disabled .brand-overview__char {
  color: #bfbfbf;
}
.brand-overview__key:not(.brand-overview__key--disabled) {
  cursor: pointer;
}
.brand-overview__key:not(.brand-overview__key--disabled):hover .brand-overview__char {
  border-color: var(--color-brand-original);
  color: var(--color-brand-original);
}
.brand-overview__char {
  border-bottom: 3px solid transparent;
  display: inline-block;
  padding-bottom: 2px;
}
.brand-overview__column {
  text-align: left;
  visibility: visible;
  width: 176px;
}
.brand-overview__row {
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-overview__row,
.brand-overview__row--key {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
}
.brand-overview__row--key {
  color: #000;
  font-weight: 500;
}
.brand-overview .slick-slider {
  display: flex;
  height: 280px;
}
.brand-overview .slick-arrow {
  align-items: center;
  color: transparent;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: static;
  transform: none;
  width: 17px;
}
.brand-overview .slick-arrow:not(.slick-disabled):hover {
  background-color: #f2f2f2;
}
.brand-overview .slick-arrow:before {
  border: 7px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
}
.brand-overview .slick-arrow.slick-prev:before {
  border-left-width: 0;
  border-right-color: #000;
}
.brand-overview .slick-arrow.slick-next:before {
  border-left-color: #000;
  border-right-width: 0;
}
.brand-overview .slick-list {
  margin: 0 26px;
  width: 756px;
}
.navigation-main__banner {
  height: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation-main__banner {
    max-height: 100%;
    min-height: 50px;
  }
}
.navigation-main__subcategory-link {
  position: relative;
}
.navigation-main__subcategory-link:after {
  background: linear-gradient(90deg, #fff 50%, #595959 0);
  background-size: 200% 100%;
  content: '';
  height: 3px;
  position: absolute;
  transform: translate(-100%, 17px);
  transition: background-position 0.33s;
  visibility: hidden;
  width: 100%;
}
.navigation-main__subcategory-link:hover:after {
  background-position: -100% 0;
  visibility: visible;
}
.navigation-main__subcategory-link-container {
  font-weight: 400;
  margin-top: 5px;
}
.navigation-main__subcategory-link-container,
.navigation-main__subcategory-link-container:first-child {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
}
.navigation-main__subcategory-link-container:first-child {
  font-weight: 500;
  margin-top: 0;
}
.navigation-main__subcategory {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  text-align: left;
}
.navigation-main__subcategory:nth-child(n + 2) {
  margin-top: 30px;
}
: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 {
  transitionInteractionLong: 0.83s;
  transitionInteractionShort: 0.33s;
  transitionDurationModal: 0.35s;
}
:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.navigation-main .douglas-swiper-carousel .swiper {
  margin-left: 16px;
  margin-right: 16px;
  order: 2;
}
.navigation-main .douglas-swiper-carousel .swiper-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.navigation-main .douglas-swiper-carousel .swiper-wrapper {
  margin-left: -16px;
  padding-bottom: 16px;
  padding-top: 8px;
}
.navigation-main .douglas-swiper-carousel .swiper-wrapper,
.navigation-main .douglas-swiper-carousel .swiper-wrapper-ssr {
  height: 24px;
  transform: translate3d(15px, 0, 0);
}
.navigation-main .douglas-swiper-carousel .swiper-slide {
  align-content: center;
  border: 2px solid transparent;
  height: 20px;
  width: auto !important;
}
.navigation-main .douglas-swiper-carousel .swiper-slide:focus {
  border-color: #000;
}
.navigation-main .douglas-swiper-carousel .swiper-slide .link--nav-heading {
  display: block;
  font-weight: 400;
  margin-top: 3px;
}
.navigation-main .douglas-swiper-carousel .swiper-arrow {
  z-index: 1;
}
.navigation-main .douglas-swiper-carousel--horizontal .swiper-arrow {
  align-items: center;
  height: 24px;
  margin-top: auto;
  min-height: 24px;
  min-width: 24px;
  position: relative;
  right: 0;
  top: -4px;
  width: 24px;
}
.navigation-main .douglas-swiper-carousel--horizontal .swiper-arrow.swiper-button-prev {
  left: 10px;
  order: 1;
}
.navigation-main .douglas-swiper-carousel--horizontal .swiper-arrow.swiper-button-next {
  order: 3;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .navigation-main {
    display: none;
  }
}
.navigation-main .navigation-main__flyout {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .navigation-main .navigation-main__flyout {
    display: block;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navigation-main .navigation-main__flyout {
    justify-content: space-between;
  }
  .navigation-main .navigation-main__flyout:after,
  .navigation-main .navigation-main__flyout:before {
    content: '';
    display: block;
  }
}
@supports (-ms-ime-align: auto) {
  .navigation-main .navigation-main__flyout {
    justify-content: space-between;
  }
  .navigation-main .navigation-main__flyout:after,
  .navigation-main .navigation-main__flyout:before {
    content: '';
    display: block;
  }
}
.navigation-main .navigation-main__flyout:focus {
  outline: none;
}
.navigation-main__flyout-entry {
  background-color: #fff;
  border-radius: 0;
  min-height: 80px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .navigation-main__flyout-entry {
    height: 430px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-main__flyout-entry {
    height: 500px;
  }
}
.navigation-main__flyout-entry--empty {
  display: none;
  height: 0;
}
.navigation-main .tippy-content,
.navigation-main .tippy-content > div {
  height: 100%;
}
.navigation-main__content {
  -ms-grid-columns: (1fr) [5];
  animation: fadeIn 0.1s;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 100%;
  margin: auto;
  overflow: hidden;
  padding: 8px 16px 30px;
  transform-origin: top;
  width: 100%;
}
.navigation-main__content .banner {
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .navigation-main__content {
    padding: 15px 35px;
  }
}
.navigation-main__content:has(.brand-overview) {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
.navigation-main__content:has(.brand-overview) .swiper-button-prev {
  left: -32px;
}
.navigation-main__column {
  width: 100%;
}
.navigation-main__container div[data-tippy-root] {
  max-width: 100%;
  width: 100%;
}
.navigation-main__container .douglas-swiper-carousel--horizontal .swiper-arrow--disabled {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
