/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.pd-slider__title-wrapper,
.pd-einstein-slider__title-wrapper,
.pd-shop-the-look__title-wrapper {
  margin-bottom: 1rem;
  margin-left: 1rem;
  text-align: left;
}
@media (min-width: 1025px) {
  .pd-slider__title-wrapper,
  .pd-einstein-slider__title-wrapper,
  .pd-shop-the-look__title-wrapper {
    margin-bottom: 2rem;
    margin-left: 2.5rem;
  }
}
.pd-slider__title,
.pd-einstein-slider__title,
.pd-shop-the-look__title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.pd-slider__title.adn,
.pd-einstein-slider__title.adn,
.pd-shop-the-look__title.adn {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.pd-slider__title--extra-small,
.pd-einstein-slider__title--extra-small,
.pd-shop-the-look__title--extra-small {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__title--extra-small,
  .pd-einstein-slider__title--extra-small,
  .pd-shop-the-look__title--extra-small {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
.pd-slider__title--small,
.pd-einstein-slider__title--small,
.pd-shop-the-look__title--small {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__title--small,
  .pd-einstein-slider__title--small,
  .pd-shop-the-look__title--small {
    font-size: 2rem;
    line-height: 1.12;
  }
}
.pd-slider__title--medium,
.pd-einstein-slider__title--medium,
.pd-shop-the-look__title--medium {
  font-family: "AdFont", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__title--medium,
  .pd-einstein-slider__title--medium,
  .pd-shop-the-look__title--medium {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.pd-slider__title--big,
.pd-einstein-slider__title--big,
.pd-shop-the-look__title--big {
  font-family: "AdFont", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__title--big,
  .pd-einstein-slider__title--big,
  .pd-shop-the-look__title--big {
    font-size: 5rem;
  }
}
.pd-slider__title--extra-big,
.pd-einstein-slider__title--extra-big,
.pd-shop-the-look__title--extra-big {
  font-family: "AdFont", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__title--extra-big,
  .pd-einstein-slider__title--extra-big,
  .pd-shop-the-look__title--extra-big {
    font-size: 10.625rem;
  }
}
.pd-slider__subtitle,
.pd-einstein-slider__subtitle,
.pd-shop-the-look__subtitle {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.pd-slider__subtitle--small,
.pd-einstein-slider__subtitle--small,
.pd-shop-the-look__subtitle--small {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  color: rgb(0, 0, 0);
}
.pd-slider__subtitle--medium,
.pd-einstein-slider__subtitle--medium,
.pd-shop-the-look__subtitle--medium {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__subtitle--medium,
  .pd-einstein-slider__subtitle--medium,
  .pd-shop-the-look__subtitle--medium {
    font-size: 2rem;
    line-height: 1.12;
  }
}
.pd-slider__subtitle--big,
.pd-einstein-slider__subtitle--big,
.pd-shop-the-look__subtitle--big {
  font-family: "AdFont", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__subtitle--big,
  .pd-einstein-slider__subtitle--big,
  .pd-shop-the-look__subtitle--big {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.pd-slider__subtitle--extra-big,
.pd-einstein-slider__subtitle--extra-big,
.pd-shop-the-look__subtitle--extra-big {
  font-family: "AdFont", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .pd-slider__subtitle--extra-big,
  .pd-einstein-slider__subtitle--extra-big,
  .pd-shop-the-look__subtitle--extra-big {
    font-size: 5rem;
  }
}
.pd-slider .swiper-prevent-content-shift,
.pd-einstein-slider .swiper-prevent-content-shift,
.pd-shop-the-look .swiper-prevent-content-shift {
  --swiper-slidesPerView: 1;
  --swiper-spaceBetween: $spacing__16px;
  --swiper-SwiperSlide-width: calc((100% - ((var(--swiper-slidesPerView) - 1) * var(--swiper-spaceBetween))) / var(--swiper-slidesPerView));
}
.pd-slider .swiper-prevent-content-shift .swiper-slide,
.pd-einstein-slider .swiper-prevent-content-shift .swiper-slide,
.pd-shop-the-look .swiper-prevent-content-shift .swiper-slide {
  width: var(--swiper-SwiperSlide-width);
  margin-right: var(--swiper-spaceBetween);
}

.pd-slider__wrapper,
.pd-einstein-slider__wrapper {
  box-sizing: border-box;
}
.pd-slider__slide-item:last-child,
.pd-einstein-slider__slide-item:last-child {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .pd-slider__slide-item:last-child,
  .pd-einstein-slider__slide-item:last-child {
    margin-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .pd-slider__slide-item:last-child,
  .pd-einstein-slider__slide-item:last-child {
    margin-right: 3rem;
  }
}
@media (min-width: 1025px) {
  .pd-slider .product,
  .pd-einstein-slider .product {
    padding-bottom: 2rem;
  }
}
.pd-slider__pagination,
.pd-einstein-slider__pagination {
  display: none;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .pd-slider__pagination,
  .pd-einstein-slider__pagination {
    margin-right: 0;
  }
}
.pd-slider .tile-image,
.pd-einstein-slider .tile-image {
  pointer-events: none;
}
.pd-slider .scroll-ease-out-circ .swiper-wrapper,
.pd-einstein-slider .scroll-ease-out-circ .swiper-wrapper {
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}
.pd-slider .scroll-ease-in-out-cubic .swiper-wrapper,
.pd-einstein-slider .scroll-ease-in-out-cubic .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.pd-slider .swiper-scrollbar,
.pd-einstein-slider .swiper-scrollbar {
  position: relative;
  bottom: 0;
  left: 1rem;
  width: 96%;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .pd-slider .swiper-scrollbar,
  .pd-einstein-slider .swiper-scrollbar {
    left: 2.5rem;
    width: 94%;
    margin-top: 1rem;
  }
}
.pd-slider .swiper-slide-caption,
.pd-einstein-slider .swiper-slide-caption {
  margin-left: 0;
  opacity: 1;
}
.pd-slider .margin-left--small,
.pd-einstein-slider .margin-left--small {
  margin-left: 0.5rem;
}
@media (min-width: 1025px) {
  .pd-slider .margin-left--small,
  .pd-einstein-slider .margin-left--small {
    margin-left: 1rem;
  }
}
.pd-slider .margin-left--medium,
.pd-einstein-slider .margin-left--medium {
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  .pd-slider .margin-left--medium,
  .pd-einstein-slider .margin-left--medium {
    margin-left: 2rem;
  }
}
.pd-slider .margin-left--big,
.pd-einstein-slider .margin-left--big {
  margin-left: 1.5rem;
}
@media (min-width: 1025px) {
  .pd-slider .margin-left--big,
  .pd-einstein-slider .margin-left--big {
    margin-left: 3rem;
  }
}

.pd-section.container .pd-slider {
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .pd-section.container .pd-slider {
    margin-right: -2rem;
  }
}
@media (min-width: 1025px) {
  .pd-section.container .pd-slider {
    margin-right: -3rem;
  }
}
@media (min-width: 1920px) {
  .pd-section.container .pd-slider {
    margin-right: auto;
    margin-left: auto;
  }
}

.pd-shop-the-look {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.pd-shop-the-look__bg-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.pd-shop-the-look__wrapper {
  box-sizing: border-box;
}
.pd-shop-the-look__slide-item {
  width: auto;
  cursor: pointer;
}
.pd-shop-the-look__slide-item:last-child {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .pd-shop-the-look__slide-item:last-child {
    margin-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .pd-shop-the-look__slide-item:last-child {
    margin-right: 3rem;
  }
}
.pd-shop-the-look__pagination {
  display: none;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .pd-shop-the-look__pagination {
    margin-right: 0;
  }
}
.pd-shop-the-look .scroll-ease-out-circ .swiper-wrapper {
  transition-timing-function: cubic-bezier(0, 0.55, 0.45, 1);
}
.pd-shop-the-look .scroll-ease-in-out-cubic .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.pd-shop-the-look .swiper-scrollbar {
  position: relative;
  bottom: 0;
  left: 1rem;
  width: 100%;
  height: 0.1875rem;
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .pd-shop-the-look .swiper-scrollbar {
    left: 2.5rem;
    margin-top: 1rem;
  }
}
.pd-shop-the-look .swiper-slide-caption {
  margin-left: 0;
  opacity: 1;
}
.pd-shop-the-look .margin-left--small {
  margin-left: 0.5rem;
}
@media (min-width: 1025px) {
  .pd-shop-the-look .margin-left--small {
    margin-left: 1rem;
  }
}
.pd-shop-the-look .margin-left--medium {
  margin-left: 1rem;
}
@media (min-width: 1025px) {
  .pd-shop-the-look .margin-left--medium {
    margin-left: 2rem;
  }
}
.pd-shop-the-look .margin-left--big {
  margin-left: 1.5rem;
}
@media (min-width: 1025px) {
  .pd-shop-the-look .margin-left--big {
    margin-left: 3rem;
  }
}
.pd-section:not(.container) .pd-shop-the-look__pagination {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .pd-section:not(.container) .pd-shop-the-look__pagination {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .pd-section:not(.container) .pd-shop-the-look__pagination {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (max-width: 767px) {
  .pd-shop-the-look-slide__quickview-image-wrapper {
    display: none;
  }
}
.pd-shop-the-look-slide__figure {
  margin: 0;
  text-align: center;
}
.pd-shop-the-look-slide__image {
  display: block;
  height: auto;
}
.pd-shop-the-look-slide__quickview-image {
  max-width: inherit;
  height: 100%;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-the-look-card {
  margin-bottom: 1rem;
}
.shop-the-look-card__details {
  margin-top: 1.5rem;
}
.shop-the-look-card__product {
  padding-bottom: 0;
}
.shop-the-look-card__sizes-info {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  display: none;
  overflow-y: auto;
  transition: top 0.35s linear;
}
.shop-the-look-card__sizes-info::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.shop-the-look-card__sizes-info::-webkit-scrollbar-track {
  background-color: transparent;
}
.shop-the-look-card__sizes-info::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.shop-the-look-card__sizes-info::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.shop-the-look-card__sizes-info::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.shop-the-look-card__sizes-info::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .shop-the-look-card__sizes-info {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .shop-the-look-card__sizes-info {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
@media (min-width: 768px) {
  .shop-the-look-card__sizes-info {
    display: block;
  }
}
.shop-the-look-cloned-sizes .shop-the-look-card__sizes-info {
  position: fixed;
  top: auto;
  top: initial;
  bottom: -100%;
  z-index: 1350;
  display: block;
  transition: bottom 0.35s linear;
}
@media (min-width: 480px) {
  .shop-the-look-cloned-sizes .shop-the-look-card__sizes-info {
    right: 2rem;
    left: 2rem;
  }
}
@media (min-width: 768px) {
  .shop-the-look-cloned-sizes .shop-the-look-card__sizes-info {
    right: inherit;
    left: inherit;
  }
}
.shop-the-look-cloned-sizes .shop-the-look-card__sizes-info.no-transition {
  transition: none;
}
.shop-the-look-card__add-to-cart {
  margin-top: 1.5rem;
}

.shop-the-look-card-overlay {
  position: absolute;
  z-index: inherit;
}

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