.hero-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  height: var(--inner-height, 100vh);
}
.hero-banner .media {
  border-radius: 0;
}
html.js .hero__swiper .hero__content {
  transform: translateY(30%);
  transition: transform 0.6s;
}
html.js .hero__swiper-slide.swiper-slide-active .hero__content {
  transform: translateY(0);
}
.hero__swiper {
  flex: 1;
}
html.no-js .hero__swiper-wrapper {
  display: block;
  height: auto;
}
.hero__swiper-slide {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
html.no-js .hero__swiper-slide {
  height: auto;
}
.hero__inner {
  display: grid;
  grid-template-rows: 1fr;
  --inner-vertical-padding: 4rem;
  color: rgb(var(--color-foreground));
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: rgb(var(--color-background));
}
.hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: calc(var(--inner-vertical-padding) + 1.9rem)
    calc(var(--page-gutter) * 1.5);
  color: rgb(var(--color-foreground));
  display: flex;
  flex-direction: column;
  z-index: 2;
  background-color: rgb(var(--color-background));
}
.hero-banner--full .hero__content {
  flex: 1;
  background-color: transparent;
}
.hero-banner--split .hero__content {
  flex: 1;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(var(--color-background));
}
.hero-banner--full .hero__content > :first-child,
.hero-banner--split .hero__content > :first-child {
  margin-top: 0;
}
.hero__media {
  width: 100%;
  height: 100%;
}
.hero-banner--full .hero__media {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.hero-banner--split .hero__media {
  padding: 0;
  height: 100%;
  background-color: rgb(var(--color-background));
}
.hero-banner--full .hero__media svg,
.hero-banner--split .hero__media svg,
.hero__media svg {
  opacity: 0.5;
}
.hero-banner--full .hero__media iframe,
.hero-banner--full .hero__media video,
.hero__media iframe,
.hero__media video {
  pointer-events: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.hero-banner--full .hero__media--desktop iframe,
.hero-banner--full .hero__media--desktop video,
.hero__media--desktop iframe,
.hero__media--desktop video {
  width: 296%;
  max-width: 296%;
}
.hero__subheading {
  color: rgb(var(--color-heading-text));
  font-size: var(--font-size-static-small);
  line-height: var(--line-height-small);
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  margin-block-end: 2rem;
}
.hero-banner .hero__heading {
  color: rgb(var(--color-heading-text));
  margin-block-end: 1.6rem;
  padding-top: 0;
  padding-bottom: 0;
}
.hero__heading p {
  margin-block: 0;
}
.hero__button > a:last-child,
.hero__button > button:last-child {
  margin-inline-start: 0.8rem;
}
.hero__entry {
  margin-block-end: 3.6rem;
}
.hero__entry p {
  margin-top: 0;
}
.swiper-horizontal
  > .swiper-pagination-bullets.hero__swiper-pagination:not(
    .hero__swiper-pagination-horizontal
  ),
.swiper-pagination-bullets.swiper-pagination-horizontal.hero__swiper-pagination:not(
    .hero__swiper-pagination-horizontal
  ),
.swiper-pagination-custom.hero__swiper-pagination:not(
    .hero__swiper-pagination-horizontal
  ),
.swiper-pagination-fraction.hero__swiper-pagination:not(
    .hero__swiper-pagination-horizontal
  ) {
  width: unset;
  left: unset;
  right: 2.4rem;
  bottom: 2.8rem;
}
.swiper-horizontal
  > .swiper-pagination-bullets.hero__swiper-pagination.hero__swiper-pagination-horizontal,
.swiper-pagination-bullets.swiper-pagination-horizontal.hero__swiper-pagination.hero__swiper-pagination-horizontal,
.swiper-pagination-custom.hero__swiper-pagination.hero__swiper-pagination-horizontal,
.swiper-pagination-fraction.hero__swiper-pagination.hero__swiper-pagination-horizontal {
  width: unset;
  left: 50%;
  right: unset;
  bottom: 2.8rem;
  transform: translate(-50%);
}
@media screen and (min-width: 990px) {
  .swiper-horizontal
    > .swiper-pagination-bullets.hero__swiper-pagination:not(
      .hero__swiper-pagination-horizontal
    ),
  .swiper-pagination-bullets.swiper-pagination-horizontal.hero__swiper-pagination:not(
      .hero__swiper-pagination-horizontal
    ),
  .swiper-pagination-custom.hero__swiper-pagination:not(
      .hero__swiper-pagination-horizontal
    ),
  .swiper-pagination-fraction.hero__swiper-pagination:not(
      .hero__swiper-pagination-horizontal
    ) {
    width: unset;
    left: unset;
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.hero__swiper-pagination.hero__swiper-pagination-horizontal,
  .swiper-pagination-bullets.swiper-pagination-horizontal.hero__swiper-pagination.hero__swiper-pagination-horizontal,
  .swiper-pagination-custom.hero__swiper-pagination.hero__swiper-pagination-horizontal,
  .swiper-pagination-fraction.hero__swiper-pagination.hero__swiper-pagination-horizontal {
    width: unset;
    left: unset;
    right: 2.4rem;
    bottom: 2.4rem;
    transform: unset;
  }
  .hero__subheading {
    margin-block-end: 2.8rem;
  }
  .hero-banner .hero__heading {
    margin-block-end: 2rem;
  }
}
.hero__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 0.5rem;
  border: 0.2rem solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: 0.3s;
}
.hero__swiper-pagination .swiper-pagination-bullet span {
  color: rgb(var(--color-white-rgb));
  font-size: var(--font-size-static-small);
  font-weight: var(--font-body-weight);
  font-family: var(--font-body-family);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  letter-spacing: 0.2rem;
}
.progress {
  transform: rotate(-90deg);
}
.square-origin {
  border-radius: 0.5rem !important;
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 155px;
  stroke-dashoffset: 155px;
}
.circle-origin {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 56.5487px;
  stroke-dashoffset: 56.5487px;
}
.hero__swiper-pagination:not(.hero__swiper-pagination-horizontal)
  .swiper-pagination-bullet-active {
  border-color: #ffffff26;
}
.hero__swiper-pagination:not(.hero__swiper-pagination-horizontal)
  .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(var(--color-white-rgb));
  border-radius: 0.1rem;
}
.hero__swiper-pagination .swiper-pagination-bullet-active .square-origin {
  animation: square-progress var(--slideshow-pagination-progress-time);
}
.hero__swiper-pagination-horizontal {
  display: flex;
  align-items: center;
}
.hero__swiper-pagination-horizontal
  .swiper-pagination-bullet-active
  .circle-origin {
  animation: circle-progress var(--slideshow-pagination-progress-time);
}
.progress {
  display: none;
}
.hero__swiper-pagination-horizontal .progress {
  display: block;
  position: absolute;
  left: -3.4rem;
}
.hero__swiper-pagination-horizontal:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  position: absolute;
  border: 0.1rem solid rgba(var(--color-white-rgb), 0.2);
  border-radius: 100%;
}
.hero__swiper-pagination-horizontal:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  top: 0;
  left: -0.84rem;
  position: absolute;
  background: #fff;
  border-radius: 100%;
}
.hero__swiper-pagination-horizontal .swiper-pagination-bullet {
  margin-left: 1.6rem !important;
}
.hero__swiper-pagination-horizontal .square-progress {
  display: none;
}
.hero__swiper-pagination-horizontal .swiper-pagination-bullet span {
  opacity: 1;
  visibility: visible;
}
.hero__swiper-buttons {
  display: none;
  background: transparent;
}
.hero__swiper-buttons .swiper-button {
  width: 2.4rem;
  height: 2.4rem;
}
.hero__swiper-buttons .swiper-button--prev {
  margin-right: 1.6rem;
}
@media screen and (max-width: 749px) {
  .hero__inner {
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    min-height: var(--inner-height, 100vh);
  }
  .hero__content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    column-gap: 0;
    grid-template-areas: "media_element";
  }
  .hero__inner.hero-banner--full {
    display: flex;
  }
  .hero__inner.hero-banner--split {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-banner--70-30 {
    grid-template-columns: 70% 30%;
    grid-template-areas: "media_element content_element";
  }
  .hero-banner--30-70 {
    grid-template-columns: 30% 70%;
    grid-template-areas: "content_element media_element";
  }
  .hero__media + .hero__content {
    margin-top: 0;
  }
  .hero__media {
    grid-area: media_element;
    position: relative;
    z-index: 1;
  }
  .hero__content {
    grid-area: content_element;
    position: relative;
    z-index: 2;
  }
  .hero-banner--split .hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-banner--full .hero__media video,
  .hero-banner--split .hero__media video {
    width: 100%;
    height: 100%;
  }
  .hero__swiper-buttons {
    display: flex;
    padding: 0 var(--page-gutter);
    justify-content: space-between;
  }
  .hero__swiper-buttons:not(.hero__swiper-buttons--sides) {
    top: unset;
    bottom: var(--page-gutter);
    transform: none;
    align-items: flex-end;
  }
  .hero__swiper-buttons--left {
    justify-content: flex-start;
  }
  .hero__swiper-buttons--center {
    justify-content: center;
  }
  .hero__swiper-buttons--right {
    justify-content: flex-end;
  }
  .hero__media--desktop iframe,
  .hero__media--desktop video {
    width: 114%;
    max-width: 114%;
    height: 108%;
  }
  .hero__inner {
    --inner-vertical-padding: 9.6rem;
  }
  .hero__inner.justify-center {
    --inner-vertical-padding: 13rem;
  }
}
@media screen and (min-width: 990px) {
  .hero__swiper-buttons:not(.hero__swiper-buttons--sides) {
    display: flex;
    top: unset;
    bottom: 3.6rem;
    transform: none;
    align-items: flex-end;
  }
  .hero__swiper-buttons {
    padding: 0 calc(var(--page-gutter) - 0.4rem);
  }
}
@keyframes square-progress {
  0% {
    stroke-dashoffset: 155px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -155px;
  }
}
@keyframes circle-progress {
  0% {
    stroke-dashoffset: 56.5487px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -56.5487px;
  }
}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-banner.css.map?v=113688822293826919261717719199 */

/* ── section-hero-banner layout overrides ─────────────────────────────────── */
.section-hero-banner .hero__content {
  padding: 3rem var(--page-gutter);
}
.section-hero-banner .hero-banner .hero__heading {
  font-size: 4rem;
}
.section-hero-banner .hero-banner .hero__entry {
  font-size: 1.4rem;
}
.section-hero-banner .hero__button {
  margin: 3rem 0;
}
.section-hero-banner + .section-marquees {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .section-hero-banner .hero__inner,
  .section-hero-banner .hero__content {
    height: var(--inner-height, 100vh);
  }
}
body.home #MainContent .section-hero-banner {
  margin-top: -139px;
}
@media screen and (max-width: 749px) {
  body.home #MainContent .section-hero-banner {
    margin-top: -88px;
  }
}
