/*
 * 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);
*/
/* stylelint-disable selector-max-id */
/*
 Component named Image with product Caption
  - used alone or inside carrousels
  - always wwith a product link, it can show name and price
*/
.pd-image-carousel-slide__figure {
  width: 100%;
  margin: auto;
  text-align: center;
}
.pd-image-carousel-slide__figure.pd-image-w-text-caption {
  width: -moz-fit-content;
  width: fit-content;
}
.pd-image-carousel-slide__image {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.pd-image-carousel-slide__text-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 0.5rem;
  margin-right: 1rem;
  text-align: left;
}
@media (min-width: 1025px) {
  .pd-image-carousel-slide__text-wrapper {
    margin-top: 1rem;
    margin-right: 1.5rem;
  }
}
.pd-image-carousel-slide__title, .pd-image-carousel-slide__name {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  display: block;
}
@media (min-width: 1025px) {
  .pd-image-carousel-slide__title, .pd-image-carousel-slide__name {
    font-size: 2rem;
    line-height: 1.12;
  }
}
.pd-image-carousel-slide__price, .pd-image-carousel-slide__subtitle {
  display: block;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .pd-image-carousel-slide__price, .pd-image-carousel-slide__subtitle {
    margin-top: 0.5rem;
  }
  .pd-image-carousel-slide__price.pd-image-carousel-slide__text--small, .pd-image-carousel-slide__subtitle.pd-image-carousel-slide__text--small {
    margin-top: 0;
  }
}
.pd-image-carousel-slide__text--small {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
.pd-image-carousel-slide__text--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-image-carousel-slide__text--medium {
    font-size: 2rem;
    line-height: 1.12;
  }
}
.pd-image-carousel-slide__text--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-image-carousel-slide__text--big {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.pd-image-carousel-slide__text-padding--small {
  padding-left: 0.5rem;
}
@media (min-width: 1025px) {
  .pd-image-carousel-slide__text-padding--small {
    padding-left: 1rem;
  }
}
.pd-image-carousel-slide__text-padding--medium {
  padding-left: 1rem;
}
@media (min-width: 1025px) {
  .pd-image-carousel-slide__text-padding--medium {
    padding-left: 2rem;
  }
}
.pd-image-carousel-slide__text-padding--big {
  padding-left: 1.5rem;
}
@media (min-width: 1025px) {
  .pd-image-carousel-slide__text-padding--big {
    padding-left: 2.5rem;
  }
}
.pd-image-carousel-slide .discount {
  display: none;
}

.pd-inspirational-slider .pd-image-carousel-slide__figure {
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-button-next,
.swiper-button-prev {
  top: 18rem;
}

.btn-subscribe-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  margin-top: 4rem;
}
@media (max-width: 479px) {
  .btn-subscribe-container {
    margin-left: 2rem;
  }
}
.btn-subscribe-container .pd-button {
  width: 45%;
}

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