.dtk-promo-strip {
  --dtk-promo-height: 52px;
  --dtk-promo-bg: #000000;
  --dtk-promo-color: #ffffff;
  width: 100%;
  overflow: hidden;
  color: var(--dtk-promo-color);
  background: var(--dtk-promo-bg);
}

.dtk-promo-strip__desktop {
  display: flex;
  height: var(--dtk-promo-height);
  align-items: center;
  overflow: hidden;
}

.dtk-promo-strip__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: dtk-promo-marquee 22s linear infinite;
}

.dtk-promo-strip__group {
  display: grid;
  flex: none;
  min-width: 100vw;
  grid-template-columns: repeat(4, minmax(260px, 1fr));
  align-items: center;
}

.dtk-promo-strip__item {
  display: flex;
  height: var(--dtk-promo-height);
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.dtk-promo-strip:hover .dtk-promo-strip__track {
  animation-play-state: paused;
}

.dtk-promo-strip__mobile {
  display: none;
}

@keyframes dtk-promo-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes dtk-promo-mobile-pages {
  0%,
  18% {
    transform: translate3d(0, 0, 0);
  }

  25%,
  43% {
    transform: translate3d(0, -46px, 0);
  }

  50%,
  68% {
    transform: translate3d(0, -92px, 0);
  }

  75%,
  93% {
    transform: translate3d(0, -138px, 0);
  }

  100% {
    transform: translate3d(0, -184px, 0);
  }
}

@media (max-width: 749px) {
  .dtk-promo-strip {
    --dtk-promo-height: 46px;
  }

  .dtk-promo-strip__desktop {
    display: none;
  }

  .dtk-promo-strip__mobile {
    display: block;
    height: var(--dtk-promo-height);
    overflow: hidden;
  }

  .dtk-promo-strip__mobile-track {
    will-change: transform;
    animation: dtk-promo-mobile-pages 16s linear infinite;
  }

  .dtk-promo-strip__mobile-item {
    display: flex;
    height: var(--dtk-promo-height);
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dtk-promo-strip__track,
  .dtk-promo-strip__mobile-track {
    animation: none;
    transform: none;
  }

  .dtk-promo-strip__group:last-child,
  .dtk-promo-strip__mobile-item:not(:first-child) {
    display: none;
  }
}

/* DTK homepage: responsive gaps between modules; promo strip is excluded. */
body > .section[id^="shopline-section-template--index__"] + .section[id^="shopline-section-template--index__"]:not(#shopline-section-template--index__dtk-promo-marquee) {
  margin-top: 80px !important;
}

@media (max-width: 749px) {
  body > .section[id^="shopline-section-template--index__"] + .section[id^="shopline-section-template--index__"]:not(#shopline-section-template--index__dtk-promo-marquee) {
    margin-top: 40px !important;
  }
}

#shopline-section-template--index__blog .section-blog-container.dtk-news-grid {
  background: #ffffff !important;
}

#shopline-section-template--index__dtk-category-buttons .dtk-category-buttons__inner,
#shopline-section-template--index__featured-collection .section-featured-collection__content,
#shopline-section-template--index__dtk-discount-tiers .dtk-discount-tiers,
#shopline-section-template--index__dtk-team-logo-menu .dtk-team-logo-menu,
#shopline-section-template--index__1787212175550616ca2b .section-featured-collection__content,
#shopline-section-template--index__dtk-player-menu .dtk-player-menu,
#shopline-section-template--index__178721221191841f9696 .section-featured-collection__content,
#shopline-section-template--index__blog .dtk-news-grid__content,
#shopline-section-template--index__dtk-service-trust .dtk-service-trust,
#shopline-section-template--index__dtk-customer-reviews .dtk-customer-reviews,
#shopline-section-template--index__sign-up-and-save [class*="layout:template--index__sign-up-and-save--spacing"] {
  padding-block: 0 !important;
}
