.text-box {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .text-box {
    padding-bottom: 0;
    padding-right: 30px;
    padding-top: 30px;
  }
}
.text-box-overline {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 150%;
  min-height: 18px;
}
.text-box-headline,
.text-box-overline {
  color: #000;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.text-box-headline {
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 120%;
  min-height: 28.8px;
}
@media screen and (min-width: 768px) {
  .text-box-headline {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 120%;
    min-height: 38.4px;
    text-transform: uppercase;
  }
}
.text-box-text {
  color: #000;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  min-height: 18px;
  padding-top: 15px;
}
@media screen and (min-width: 1024px) {
  .text-box-text {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
    min-height: 18px;
  }
}
.text-box-links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.text-box-links .button {
  border-bottom: 2px solid #000;
  border-radius: 0;
  box-shadow: 0 0 0 #000;
  color: #000;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateZ(0);
  transition: border-bottom-width 60ms;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .text-box-links .button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .text-box-links .button {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
    min-height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .text-box-links .button {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
  }
}
.text-box-links .button:first-child {
  margin-right: 30px;
}
.text-box-links .button:before {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 0 #000;
  content: '';
  height: 0;
  position: absolute;
  transform: translateZ(0);
  transition: height 0.4s;
  width: 100%;
  z-index: -1;
}
.text-box-links .button:hover {
  border-bottom-color: transparent;
  color: #000;
  transition: border-bottom-width 0ms;
}
.text-box-links .button:hover:before {
  height: 11px;
}
.free-space-banner {
  position: relative;
}
.free-space-banner__image-overlay {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.1) 102.05%);
}
.free-space-banner__image-container .image,
.free-space-banner__image-overlay,
.free-space-banner__image-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.free-space-banner__image-container {
  border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
@supports not (aspect-ratio: 0.8) {
  .free-space-banner__image-container {
    height: 0;
    padding-bottom: 125%;
    width: 100%;
  }
  .free-space-banner__image-container .image {
    position: absolute;
    top: 0;
  }
}
@supports (aspect-ratio: 0.8) {
  .free-space-banner__image-container {
    aspect-ratio: 0.8;
  }
}
.free-space-banner__image-container .image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.free-space-banner__content {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
}
.free-space-banner__content .text-box {
  padding: 0 0 0 30px;
}
.free-space-banner__content .text-box .text-box-headline {
  font-size: 35px;
  letter-spacing: 0.5px;
  line-height: 45px;
  width: 285px;
}
.free-space-banner__content--small .text-box {
  padding: 0 15px;
}
.free-space-banner__content--small .text-box .text-box-headline {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 26px;
  width: 100%;
}
.section-headline {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  overflow: hidden;
  padding-bottom: 16px;
  position: relative;
  z-index: 10;
}
.cms-container--mobile-full-width .section-headline {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 1024px) {
  .cms-container--mobile-full-width .section-headline {
    margin-left: 0;
  }
}
.section-headline__text {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-headline__text {
    font-family:
      Avenir Next,
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 120%;
    text-transform: uppercase;
  }
}
.section-headline__link {
  margin-bottom: 8px;
}
.livebuy-shows-carousel__headline.section-headline {
  overflow: visible;
}
.livebuy-shows-carousel__headline.section-headline .link {
  margin-right: 0;
}
.livebuy-shows-carousel__headline__tag {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  min-height: 18px;
  padding-left: 2px;
}
.loading-skeleton {
  background-color: rgba(0, 0, 0, 0.05);
  color: transparent;
  overflow: hidden;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.loading-skeleton:before {
  animation: wave 1s linear 0.7s infinite;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0%25' x2='50%25' y1='0%25' y2='0' spreadMethod='pad'%3E%3Cstop offset='0%25' stop-color='transparent'/%3E%3Cstop offset='50%25' stop-color='rgba(0, 0, 0, 0.04)'/%3E%3Cstop offset='100%25' stop-color='transparent'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='50%25' height='100%25' fill='url(%23a)'/%3E%3C/svg%3E");
  background-size: 400% 400%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
}
.loading-skeleton--paused:before {
  animation-play-state: paused;
}
@keyframes wave {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.social-commerce-loader {
  -ms-grid-columns: (1fr) [5];
  grid-gap: 2px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px;
  overflow: hidden;
  padding-left: 15px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .social-commerce-loader {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
  }
}
.social-commerce-loader__show {
  width: 214px;
}
@media screen and (min-width: 1024px) {
  .social-commerce-loader__show {
    width: 100%;
  }
  .social-commerce-loader__show:last-child {
    display: none;
  }
}
.social-commerce-loader__cover.social-commerce-loader__cover {
  border-radius: 0;
  margin-bottom: 15px;
  width: 100%;
}
@supports not (aspect-ratio: 0.8) {
  .social-commerce-loader__cover.social-commerce-loader__cover {
    height: 0;
    padding-bottom: 125%;
    width: 100%;
  }
}
@supports (aspect-ratio: 0.8) {
  .social-commerce-loader__cover.social-commerce-loader__cover {
    aspect-ratio: 0.8;
  }
}
.social-commerce-loader__content {
  height: 80px;
}
.social-commerce-loader__headline {
  margin-bottom: 10px;
}
.social-commerce-loader__headline:nth-child(0) {
  width: 87%;
}
.social-commerce-loader__headline:first-child {
  width: 83%;
}
.social-commerce-loader__headline:nth-child(2) {
  width: 58%;
}
.social-commerce-loader__headline:nth-child(3) {
  width: 56%;
}
.social-commerce-loader__headline:nth-child(4) {
  width: 67%;
}
.social-commerce-loader__headline:nth-child(5) {
  width: 57%;
}
.social-commerce-loader__headline:nth-child(6) {
  width: 59%;
}
.social-commerce-loader__headline:nth-child(7) {
  width: 51%;
}
.social-commerce-loader__headline:nth-child(8) {
  width: 65%;
}
.social-commerce-loader__headline:nth-child(9) {
  width: 59%;
}
.social-commerce-loader__headline:nth-child(10) {
  width: 67%;
}
.social-commerce-loader__headline:nth-child(11) {
  width: 55%;
}
.social-commerce-loader__headline:nth-child(12) {
  width: 80%;
}
.social-commerce-loader__headline:nth-child(13) {
  width: 89%;
}
.social-commerce-loader__headline:nth-child(14) {
  width: 77%;
}
.social-commerce-loader__headline:nth-child(15) {
  width: 54%;
}
.social-commerce-loader__headline:nth-child(16) {
  width: 57%;
}
.social-commerce-loader__headline:nth-child(17) {
  width: 62%;
}
.social-commerce-loader__headline:nth-child(18) {
  width: 60%;
}
.social-commerce-loader__headline:nth-child(19) {
  width: 88%;
}
.social-commerce-loader__headline:nth-child(20) {
  width: 60%;
}
.social-commerce-loader__headline:nth-child(21) {
  width: 80%;
}
.social-commerce-loader__headline:nth-child(22) {
  width: 68%;
}
.social-commerce-loader__headline:nth-child(23) {
  width: 74%;
}
.social-commerce-loader__headline:nth-child(24) {
  width: 57%;
}
.social-commerce-loader__headline:nth-child(25) {
  width: 73%;
}
.social-commerce-loader__headline:nth-child(26) {
  width: 80%;
}
.social-commerce-loader__headline:nth-child(27) {
  width: 66%;
}
.social-commerce-loader__headline:nth-child(28) {
  width: 69%;
}
.social-commerce-loader__headline:nth-child(29) {
  width: 59%;
}
.social-commerce-loader__headline:nth-child(30) {
  width: 50%;
}
.social-commerce-loader__headline:nth-child(31) {
  width: 90%;
}
.social-commerce-loader__headline:nth-child(32) {
  width: 52%;
}
.social-commerce-loader__headline:nth-child(33) {
  width: 76%;
}
.social-commerce-loader__headline:nth-child(34) {
  width: 50%;
}
.social-commerce-loader__headline:nth-child(35) {
  width: 71%;
}
.social-commerce-loader__headline:nth-child(36) {
  width: 56%;
}
.social-commerce-loader__headline:nth-child(37) {
  width: 58%;
}
.social-commerce-loader__headline:nth-child(38) {
  width: 73%;
}
.social-commerce-loader__headline:nth-child(39) {
  width: 88%;
}
.social-commerce-loader__headline:nth-child(40) {
  width: 67%;
}
.social-commerce-loader__headline:nth-child(41) {
  width: 59%;
}
.social-commerce-loader__headline:nth-child(42) {
  width: 52%;
}
.social-commerce-loader__headline:nth-child(43) {
  width: 87%;
}
.social-commerce-loader__headline:nth-child(44) {
  width: 59%;
}
.social-commerce-loader__headline:nth-child(45) {
  width: 87%;
}
.social-commerce-loader__headline:nth-child(46) {
  width: 50%;
}
.social-commerce-loader__headline:nth-child(47) {
  width: 54%;
}
.social-commerce-loader__headline:nth-child(48) {
  width: 55%;
}
.social-commerce-loader__headline:nth-child(49) {
  width: 59%;
}
.social-commerce-loader__headline:nth-child(50) {
  width: 72%;
}
.social-commerce-loader__headline:nth-child(51) {
  width: 58%;
}
.social-commerce-loader__headline:nth-child(52) {
  width: 90%;
}
.social-commerce-loader__headline:nth-child(53) {
  width: 61%;
}
.social-commerce-loader__headline:nth-child(54) {
  width: 54%;
}
.social-commerce-loader__headline:nth-child(55) {
  width: 88%;
}
.social-commerce-loader__headline:nth-child(56) {
  width: 83%;
}
.social-commerce-loader__headline:nth-child(57) {
  width: 62%;
}
.social-commerce-loader__headline:nth-child(58) {
  width: 64%;
}
.social-commerce-loader__headline:nth-child(59) {
  width: 71%;
}
.social-commerce-loader__info:nth-child(0) {
  width: 11%;
}
.social-commerce-loader__info:first-child {
  width: 23%;
}
.social-commerce-loader__info:nth-child(2) {
  width: 25%;
}
.social-commerce-loader__info:nth-child(3) {
  width: 22%;
}
.social-commerce-loader__info:nth-child(4),
.social-commerce-loader__info:nth-child(5) {
  width: 18%;
}
.social-commerce-loader__info:nth-child(6) {
  width: 29%;
}
.social-commerce-loader__info:nth-child(7) {
  width: 10%;
}
.social-commerce-loader__info:nth-child(8),
.social-commerce-loader__info:nth-child(9) {
  width: 19%;
}
.social-commerce-loader__info:nth-child(10) {
  width: 15%;
}
.social-commerce-loader__info:nth-child(11) {
  width: 10%;
}
.social-commerce-loader__info:nth-child(12) {
  width: 14%;
}
.social-commerce-loader__info:nth-child(13) {
  width: 30%;
}
.social-commerce-loader__info:nth-child(14) {
  width: 20%;
}
.social-commerce-loader__info:nth-child(15),
.social-commerce-loader__info:nth-child(16) {
  width: 11%;
}
.social-commerce-loader__info:nth-child(17) {
  width: 21%;
}
.social-commerce-loader__info:nth-child(18) {
  width: 10%;
}
.social-commerce-loader__info:nth-child(19) {
  width: 12%;
}
.show__time {
  bottom: 16px;
  max-width: 200px;
  position: absolute;
  right: 16px;
  z-index: 1;
}
.show__time--performed,
.show__time--planned {
  align-items: center;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  overflow: hidden;
  padding: 0 12px;
}
.show__time--performed .text,
.show__time--planned .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.show__time--live {
  background-color: #e6373c;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  max-height: 25px;
  min-height: 18px;
  overflow: hidden;
}
.show__time--live .text {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 3px 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.show__time--live .text:before {
  animation: pulsating 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 5px;
  margin-right: 5px;
  width: 5px;
}
.show__play-icon {
  margin-right: 10px;
}
@keyframes pulsating {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
: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;
}
.social-commerce-tile {
  position: relative;
}
.social-commerce-tile__image-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 36.03%);
}
.social-commerce-tile__image-container .image,
.social-commerce-tile__image-overlay,
.social-commerce-tile__image-wrapper {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.social-commerce-tile__image-container {
  border-radius: 0;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
@supports not (aspect-ratio: 0.8) {
  .social-commerce-tile__image-container {
    height: 0;
    padding-bottom: 125%;
    width: 100%;
  }
  .social-commerce-tile__image-container .image {
    position: absolute;
    top: 0;
  }
}
@supports (aspect-ratio: 0.8) {
  .social-commerce-tile__image-container {
    aspect-ratio: 0.8;
  }
}
.social-commerce-tile__image-container .image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.social-commerce-tile__creator {
  grid-gap: 8px;
  -ms-grid-columns: minmax(54px, auto) auto;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(54px, auto) auto;
  justify-content: center;
  left: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.social-commerce-tile__creator-profile-image img {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 54px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 54px;
}
.social-commerce-tile__creator-name {
  color: #fff;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
}
.social-commerce-tile__creator-name,
.social-commerce-tile__overline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.social-commerce-tile__overline {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
  min-height: 18px;
  text-transform: uppercase;
}
.social-commerce-tile__content {
  height: 80px;
}
.social-commerce-tile__headline {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-family:
    AvenirNext-DemiBold,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-top: 0;
  min-height: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .social-commerce-tile__headline {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    min-height: 24px;
  }
}
.social-commerce-tile__info {
  color: #8a8a8a;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-top: 5px;
  min-height: 18px;
}
.social-commerce-tile__info .text {
  display: block;
}
.social-commerce-tile__product {
  display: flex;
  flex-direction: row;
  margin: 0 8px;
  position: relative;
  transform: translate(0);
}
.social-commerce-tile__product-content {
  flex: 1 1;
  height: 50px;
  padding-left: 84px;
  width: calc(100% - 84px);
}
.social-commerce-tile__product-image-container {
  bottom: 0;
  cursor: pointer;
  flex-shrink: 0;
  height: 76px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 76px;
}
.social-commerce-tile__product-image {
  background-color: #fff;
  border-radius: 0;
  padding: 2px;
}
.social-commerce-tile__product-brand {
  letter-spacing: 0.5px;
  line-height: 120%;
  text-transform: uppercase;
}
.social-commerce-tile__product-brand,
.social-commerce-tile__product-name {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.social-commerce-tile__product-name {
  letter-spacing: 0;
  line-height: 150%;
}
.social-commerce-tile__product-category {
  color: #8a8a8a;
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.social-commerce-tile:hover .social-commerce-tile__image-wrapper--nohover,
.social-commerce-tile__image-wrapper--hover.image-container {
  display: none;
}
.social-commerce-tile:hover .social-commerce-tile__image-wrapper--hover {
  display: flex;
}
.social-commerce-slider-component {
  margin-bottom: 40px;
}
.social-commerce-slider-component__grid {
  grid-gap: 10px;
  -ms-grid-columns: (minmax(170px, 1fr)) [4];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
}
@media screen and (min-width: 1024px) {
  .social-commerce-slider-component__grid.video-count-3 .text-box {
    padding: 0 24px !important;
  }
  .social-commerce-slider-component__grid.video-count-3 .text-box .text-box-headline {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 38px;
    width: 100%;
  }
}
.social-commerce-slider-component__grid.video-count-2 {
  -ms-grid-columns: (minmax(170px, 1fr)) [2] 2fr;
  grid-template-columns: repeat(2, minmax(170px, 1fr)) 2fr;
}
@supports not (aspect-ratio: 1.6) {
  .social-commerce-slider-component__grid.video-count-2 .free-space-banner__image-container {
    height: 0;
    padding-bottom: 62.5%;
    width: 100%;
  }
  .social-commerce-slider-component__grid.video-count-2 .free-space-banner__image-container .image {
    position: absolute;
    top: 0;
  }
}
@supports (aspect-ratio: 1.6) {
  .social-commerce-slider-component__grid.video-count-2 .free-space-banner__image-container {
    aspect-ratio: 1.6;
  }
}
.social-commerce-slider-component__grid.video-count-1 {
  -ms-grid-columns: minmax(170px, 1fr) 3fr;
  grid-template-columns: minmax(170px, 1fr) 3fr;
}
@supports not (aspect-ratio: 2.4) {
  .social-commerce-slider-component__grid.video-count-1 .free-space-banner__image-container {
    height: 0;
    padding-bottom: 41.6666666667%;
    width: 100%;
  }
  .social-commerce-slider-component__grid.video-count-1 .free-space-banner__image-container .image {
    position: absolute;
    top: 0;
  }
}
@supports (aspect-ratio: 2.4) {
  .social-commerce-slider-component__grid.video-count-1 .free-space-banner__image-container {
    aspect-ratio: 2.4;
  }
}
.social-commerce-slider-component .story-carousel {
  cursor: pointer;
}
.social-commerce-slider-component .douglas-swiper-carousel--horizontal .swiper-arrow {
  top: 40%;
}
@supports not (aspect-ratio: 0.8) {
  .social-commerce-slider-component .story-slider-lastslide__link {
    height: 0;
    padding-bottom: 125%;
    width: 100%;
  }
}
@supports (aspect-ratio: 0.8) {
  .social-commerce-slider-component .story-slider-lastslide__link {
    aspect-ratio: 0.8;
  }
}
:export {
  mobileMax: 767px;
  tabletMax: 1023px;
  desktopMax: 1279px;
  largeMax: 1400px;
}
.story-slider {
  overflow: visible;
}
@media screen and (min-width: 1024px) {
  .story-slider {
    overflow: hidden;
  }
}
.story-slider .swiper-slide__initial {
  width: 236px;
}
@media screen and (min-width: 768px) {
  .story-slider .swiper-slide__initial {
    width: 173px;
  }
}
@media screen and (min-width: 1024px) {
  .story-slider .swiper-slide__initial {
    width: 325px;
  }
}
.story-slider__loadingskeleton .skeleton-image {
  border-radius: 4px;
  margin-bottom: 15px;
}
.story-slider__loadingskeleton .skeleton-headline {
  margin-bottom: 5px;
  margin-top: 3px;
}
.story-slider .douglas-swiper-carousel--horizontal .swiper-arrow {
  top: 40%;
}
.story-slider .swiper-container {
  padding-bottom: 35px;
}
.story-slider-lastslide {
  text-align: center;
}
.story-slider-lastslide__headline {
  font-size: 14px;
  line-height: 110%;
  margin: 0 auto 5px;
}
.story-slider-lastslide__headline,
.story-slider-lastslide__linktext {
  font-family:
    Avenir Next,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 150px;
}
.story-slider-lastslide__linktext {
  font-size: 12px;
  line-height: 150%;
  margin: 0 auto;
  text-decoration: underline;
}
.story-slider-lastslide__link {
  background-color: #f2f2f2;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.douglas-swiper-carousel--horizontal .swiper-arrow {
  top: 50%;
}
