/*
 * 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);
*/
/*
* Components: Image With Text (ADN) and Image With Text & Button (ADN)
*   Inherits styles from imageCarouselSlide.scss (Image with product Caption component)
*   and gives specific styles for ADN landings.
*   @onforyou: styles extracted from imageCarouselSlide.scss
*/
/* stylelint-disable */
.pd-image-with-text-adn .adn-text {
  padding-top: 0.8rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 0.08rem;
}
@media (max-width: 1439px) {
  .pd-image-with-text-adn .adn-text {
    font-size: 0.8rem;
  }
}
.pd-image-with-text-adn .adn-text p {
  margin-top: -0.5rem;
}
.pd-image-with-text-adn .adn-text a {
  color: rgb(70, 71, 76);
  font-weight: 900;
  font-size: 0.8rem;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.pd-image-with-text-adn .pd-image-carousel-slide__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 479px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__figure {
    width: 85%;
  }
}
.pd-image-with-text-adn .pd-image-carousel-slide__figure.top-line {
  max-width: 80%;
}
.pd-image-with-text-adn .pd-image-carousel-slide__figure.top-line .pd-image-carousel-slide__title.adn-text p:last-child {
  margin-top: -1.5rem;
  color: rgb(70, 71, 76);
  font-weight: 500;
}
.pd-image-with-text-adn .pd-image-carousel-slide__figure.adn-platinum {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 60rem;
  max-width: 53%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__figure.adn-platinum {
    min-width: 53rem;
  }
}
@media (max-width: 767px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__figure.adn-platinum {
    flex-direction: column;
    min-width: 80%;
    max-width: 80%;
  }
}
.pd-image-with-text-adn .pd-image-carousel-slide__image {
  display: block;
  height: auto;
}
.pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper .adn-text-container {
  position: relative;
  top: -3.5rem;
  flex-direction: column;
  width: 100%;
}
.pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper .adn-text-container.top-line {
  position: inherit;
  min-width: 9rem;
  margin-top: -2.5rem;
}
@media (max-width: 1439px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper .adn-text-container.top-line {
    margin-top: -1.5rem;
    margin-left: 3rem;
  }
}
@media (max-width: 479px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper .adn-text-container.top-line {
    width: 105%;
    margin-right: -0.9rem;
    margin-left: 2rem;
  }
}
.pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper .adn-text-container.text-platinum {
  width: 30rem;
}
@media (max-width: 767px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper .adn-text-container.text-platinum {
    width: 100%;
  }
}
.pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper h3.adn-h3 {
  height: 3rem;
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper h3.adn-h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper h3.adn-h3 {
    height: 3.8rem;
    font-size: 1.2rem;
  }
}
.pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper h3.adn-h3.top-line {
  display: flex;
  justify-content: space-between;
  width: 75%;
  min-width: 15rem;
  max-width: 15rem;
  padding-bottom: 0;
  border-top: 1px solid rgb(255, 255, 255);
}
.pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper h3.adn-h3.text-platinum {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5rem;
}
@media (max-width: 767px) {
  .pd-image-with-text-adn .pd-image-carousel-slide__text-wrapper h3.adn-h3.text-platinum {
    width: 90%;
  }
}

#adn_premium_letters {
  min-width: 18rem;
  max-width: -moz-min-content;
  max-width: min-content;
  padding-left: 3rem;
}
@media (min-width: 768px) {
  #adn_premium_letters {
    width: auto;
    min-width: 20rem;
    margin-left: 0;
  }
}
#adn_premium_letters .pd-image-carousel-slide__figure.adn {
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #adn_premium_letters .pd-image-carousel-slide__figure.adn {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  #adn_premium_letters .pd-image-carousel-slide__figure.adn {
    width: 100%;
  }
}
#adn_premium_letters .adn-text-container {
  top: 0;
}
#adn_premium_letters .pd-image-carousel-slide__image {
  max-width: 3rem;
}
@media (min-width: 768px) {
  #adn_premium_letters .pd-image-carousel-slide__image {
    max-width: 5.4rem;
  }
}
#adn_premium_letters .adn-h3 {
  height: 2.8rem;
  font-weight: 300;
  font-size: 1.4rem;
  border-bottom: 0;
}
@media (min-width: 768px) {
  #adn_premium_letters .adn-h3 {
    font-size: 1.5rem;
  }
}
#adn_premium_letters .pd-image-carousel-slide__title.adn-text {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
#adn_premium_letters .pd-image-carousel-slide__title.adn-text strong {
  font-weight: 600;
}

/* stylelint-enable */

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