/*
 * 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-adn-live-ended .swiper-prevent-content-shift {
  --swiper-SwiperSlide-width: calc((100% - ((var(--swiper-slidesPerView) - 1) * var(--swiper-spaceBetween))) / var(--swiper-slidesPerView));
}
.pd-adn-live-ended .swiper-prevent-content-shift .swiper-slide {
  width: var(--swiper-SwiperSlide-width);
  margin-right: var(--swiper-spaceBetween);
}
.pd-adn-live-ended__show {
  width: 100%;
}
.pd-adn-live-ended__show-button {
  position: relative;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.pd-adn-live-ended__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  transform: translate(-50%, -50%);
}
.pd-adn-live-ended__info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 18%;
  padding: 0 1.25rem;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 1025px) {
  .pd-adn-live-ended__info {
    height: 21%;
  }
}
.pd-adn-live-ended__title, .pd-adn-live-ended__subtitle {
  margin: 0;
  letter-spacing: 1.4;
  text-align: left;
  word-wrap: break-word;
}
.pd-adn-live-ended__title {
  padding-top: 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .pd-adn-live-ended__title {
    font-size: 1.375rem;
  }
}
.pd-adn-live-ended__subtitle {
  padding-bottom: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
}
.pd-adn-live-ended__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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