.home-video-slick .high-res-picture {
  filter: initial;
  opacity: 1;
  visibility: visible;
  transition: ease-in-out filter 0.5s;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.img-carousel {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  display: block;
}

.gl-cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-video-slick .gl-cta-content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.home-video-slick .gl-cta--tertiary {
  background-color: var(--gl-color-background-transparent) !important;
  color: var(--gl-color-text) !important;
  min-height: 0;
  padding: var(--gl-spacing-0000);
  text-align: left;
  white-space: unset;
  font-family: var(--gl-button-font-set-family-functional-2),
    var(--gl-font-family-fallback);
  font-size: var(--gl-button-font-set-size-functional-2);
  font-style: var(--gl-button-font-set-style-functional-2);
  font-weight: var(--gl-button-font-set-weight-functional-2);
  letter-spacing: var(--gl-button-font-set-letterspacing-functional-2);
  line-height: var(--gl-button-font-set-lineheight-functional-2);
  -webkit-text-decoration: var(--gl-button-font-set-decoration-functional-2);
  text-decoration: var(--gl-button-font-set-decoration-functional-2);
  text-transform: var(--gl-button-font-set-case-functional-2);
}

.home-video-slick .wallpaperWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.home-video-slick .container-image {
  height: 100%;
  width: 100%;
}

.home-video-slick.container-image {
  height: 100%;
  width: 100%;
}

.teaser-content {
  display: block;
  position: absolute;
  bottom: 50%;
  padding-left: 70px;
  color: #212529;
}

@media screen and (max-width: 960px) {
  .teaser-content {
    position: absolute;
    bottom: 3%;
    left: 0% !important;
  }
}

@media screen and (max-width: 600px) {
  .teaser-content {
    position: absolute;
    bottom: 5%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 355px) {
  .teaser-content {
    position: absolute;
    bottom: 3%;
    padding-left: 0px;
  }
}

.teaser-media.portrait {
  position: relative;
}

.card-content-adidas {
  position: relative;
  margin-bottom: 6px;
}

.title-carousel {
  font-size: 36px;
  line-height: 32px;
}

@media screen and (min-width: 1280px) {
  .title-carousel {
    font-size: 42px;
    line-height: 38px;
  }
}

.container-image img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .home-video-slick .image-wrapper{
    min-height: 340px !important;
  }
}
@media screen and (max-width: 960px) {
  .home-video-slick .image-wrapper{
    min-height: 252px !important;
  }
}

@media screen and (min-width: 1280px) {
  .tab-wrapper .image-component{
    min-height: 266px;
  }
}
@media screen and (max-width: 960px) {
  .tab-wrapper .image-component{
    min-height: 107px;
  }
}

.summary-carousel {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  margin-top: 0.5rem;
  font-family: "AdihausDIN-Regular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

@media screen and (min-width: 1280px) {
  .home-main-banner-slick .teaser-content {
    max-width: 35%;
    transform: translateY(50%);
  }
}

.title-carousel strong {
  font-family: "adineuePRO-BoldWeb", Helvetica, Arial, sans-serif;
}

.gl-cta--tertiary {
  background-color: #000;
  border-color: #000;
  color: #fff;
  height: 50px;
  transform: translate(-3px, -3px);
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-family: "AdihausDIN-Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 2px;
  line-height: 50px;
  min-height: 50px;
  padding: 0 15px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1),
    color 0.3s cubic-bezier(0.3, 0, 0, 1);
  white-space: nowrap;
  width: auto;
}

.gl-cta--tertiary::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  bottom: -3px;
  height: 3px;
  left: 3px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transition: all;
}

.gl-cta--tertiary::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  height: 100%;
  right: -3px;
  top: 3px;
  width: 3px;
  content: "";
  display: block;
  position: absolute;
  transition: all;
}

.home-video-slick .title-carousel {
  font-size: 16px;
  line-height: 22px;
}

.home-video-slick .gl-cta--tertiary::before {
  display: none;
}

.home-video-slick .gl-cta--tertiary::after {
  display: none;
}

.home-video-slick .gl-cta--tertiary:hover {
  background-color: transparent !important;
}

.gl-cta--tertiary:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #767677 !important;
}

.home-video-slick .gl-cta {
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  min-height: 50px;
  padding: 0 var(--gl-spacing-0150);
  position: relative;
  text-align: left;
  transition: transform var(--gl-motion-duration-transform-press) var(--gl-motion-easing-transform-press),
    color var(--gl-motion-duration-textcolor) var(--gl-motion-easing-textcolor);
  white-space: nowrap;
  width: auto;
}

.home-video-slick .card-content-adidas {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-video-slick .gl-carousel-item-wrapper {
  flex: 0 0 auto;
  margin: 0;
  min-height: 1px;
  scroll-snap-align: none;
}

.home-video-slick .carousel-item-adidas {
  margin: 0 5px;
}

.home-video-slick .teaser-card {
  height: 100%;
  position: relative;
}

.home-video-slick .teaser-card a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
}

.home-video-slick .link-wrapper {
  display: block;
  height: 100%;
}

.home-video-slick a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

@media screen and (min-width: 1280px) {
  .home-main-banner-slick .teaser-content {
    max-width: 35%;
    transform: translateY(50%);
  }
}

@media screen and (min-width: 1280px) {
  .home-video-slick .teaser-content {
    width: 100%;
  }
}

.home-video-slick .teaser-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  bottom: 0%;
  padding-left: 0%;
}

.home-video-slick .summary-carousel {
  padding-top: 5px;
  margin: 0;
}

.home-video-slick .teaser-card .card-cta {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.home-video-slick .teaser-media.portrait:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}

.home-video-slick .outside-video-slick {
  display: none !important;
}

.home-main-banner-slick .inside-video-slick {
  display: none !important;
}
.storepage-column > .experience-component.experience-assets-imageAndText .inside-video-slick{
  display: none !important;
}
