.molink-commerce-hero--motorsport {
  min-height: clamp(580px, 44vw, 760px);
  background: #050609;
}

.molink-commerce-hero--motorsport::before { display: none; }

.molink-commerce-hero__campaign,
.molink-commerce-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.molink-commerce-hero__campaign {
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.molink-commerce-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 6, 10, .98) 0%, rgba(4, 6, 10, .9) 27%, rgba(4, 6, 10, .42) 47%, rgba(4, 6, 10, 0) 68%);
  pointer-events: none;
}

.molink-commerce-hero--motorsport .molink-commerce-hero__inner {
  position: relative;
  z-index: 2;
  display: block;
  min-height: clamp(580px, 44vw, 760px);
}

.molink-commerce-hero--motorsport .molink-commerce-hero__copy {
  width: min(560px, 42vw);
  min-height: clamp(580px, 44vw, 760px);
  padding: 56px 0;
}

.molink-commerce-hero--motorsport .molink-commerce-hero__copy h1 {
  font-size: clamp(62px, 6.5vw, 116px);
  line-height: .86;
}

.molink-commerce-hero--motorsport .molink-commerce-hero__copy > strong {
  margin: 20px 0 9px;
  color: #9db6ff;
  font-size: clamp(20px, 2vw, 36px);
  line-height: 1;
  letter-spacing: .16em;
}

.molink-commerce-hero--motorsport .molink-commerce-hero__copy > span {
  color: rgba(255,255,255,.8);
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .molink-commerce-hero--motorsport,
  .molink-commerce-hero--motorsport .molink-commerce-hero__inner {
    min-height: 720px;
  }
  .molink-commerce-hero__campaign { object-position: 68% center; }
  .molink-commerce-hero__shade {
    background: linear-gradient(180deg, rgba(4, 6, 10, .98) 0%, rgba(4, 6, 10, .88) 39%, rgba(4, 6, 10, .18) 68%, rgba(4, 6, 10, .42) 100%);
  }
  .molink-commerce-hero--motorsport .molink-commerce-hero__copy {
    width: 100%;
    min-height: 430px;
    justify-content: flex-start;
    padding-top: 45px;
  }
  .molink-commerce-hero--motorsport .molink-commerce-hero__copy h1 {
    font-size: clamp(54px, 14vw, 82px);
  }
}

@media (max-width: 560px) {
  .molink-commerce-hero--motorsport,
  .molink-commerce-hero--motorsport .molink-commerce-hero__inner { min-height: 660px; }
  .molink-commerce-hero__campaign { object-position: 72% center; }
  .molink-commerce-hero--motorsport .molink-commerce-hero__copy > span {
    max-width: 290px;
    font-size: 13px;
  }
}

/* Full-width desktop catalogue, without Storefront's narrow article cap. */
@media (min-width: 1024px) {
  body.molink-clean-ui.woocommerce.archive #content.site-content {
    width: min(1880px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }

  body.molink-clean-ui.woocommerce.archive #primary.content-area,
  body.molink-clean-ui.woocommerce.archive main#main.site-main {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-inline: 0 !important;
  }

  body.molink-clean-ui.woocommerce.archive .molink-catalog-layout {
    grid-template-columns: 270px minmax(0, 1fr) !important;
    gap: clamp(28px, 2.4vw, 48px) !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.molink-clean-ui.woocommerce.archive .molink-catalog-results ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1560px) {
  body.molink-clean-ui.woocommerce.archive .molink-catalog-results ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
