/** Shopify CDN: Minification failed

Line 319:0 Unexpected "}"

**/
.hero-carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.hero-carousel__track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
  touch-action: pan-y;
  width: 100vw;
}

.hero-carousel__slide {
  min-width: 100vw;
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  position: relative;
}

.hero-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.hero-carousel__fixed-heading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 10rem;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-24px);
}

.hero-carousel__subheading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 10rem;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1200ms ease;
  transform: translateY(24px);
}

.hero-carousel__subheading-overlay.is-visible {
  opacity: 1;
}

.hero-carousel__cta {
  position: absolute;
  left: 10rem;
  bottom: 18%;
  transform: none;
  background: #FDC230;
  padding: 10px 48px 10px;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-carousel__fixed-heading,
  .hero-carousel__subheading-overlay {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 0 3rem;
  }

  .hero-carousel__fixed-heading {
    transform: translateY(-17rem);
  }

  .hero-carousel__subheading-overlay {
    transform: translateY(-15rem);
  }

  .hero-carousel__cta {
    left: 50%;
    transform: translateX(-50%);
    bottom: 13%;
  }
}

@media (max-width: 768px) {
  .hero-carousel__fixed-heading {
    padding-bottom: 5%;
  }

  .hero-carousel__subheading-overlay {
    padding-bottom: 3%;
  }
}

.hero-carousel__cta-text {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 36px);
  font-weight: 500;
  color: #004137;
  white-space: nowrap;
}

.hero-carousel__heading {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  font-family: "Produkt LC Web", sans-serif !important;
  color: #ffffff;
}

.hero-carousel__subheading {
  margin-top:1vw;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}

/* CONTROLS */
.hero-carousel__controls {  
  position: absolute;
  top: 10rem;
  right: 4.2rem;
  display: flex;
  gap: 12px;
  z-index: 1;
}

.hero-carousel__btn {
  width: 44px;
  height: 44px;
  background: #FDC230;
  border: none;
  color: #004137;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.hero-carousel__btn:hover {
  background:  #FDC230;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-carousel__controls {
    display: none;
  }
}





.landing-banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.landing-banner__carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.landing-banner__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.landing-banner__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.landing-banner__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6vh;
  text-decoration: none;
}

.landing-banner__button {
  background: #000;
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .landing-banner {
    height: 100vh;
  }

  .landing-banner__overlay {
    padding-bottom: 4vh;
  }
}


/* overlay scrollbar container (absolute over bottom of carousel) */
.hero-carousel__scrollbar-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  pointer-events: none;
}

.hero-carousel__scrollbar {
  position: relative;
  width: calc(100% - 64px);
  max-width: 90rem;
  min-width: 160px;
  height: 6px;
  background: rgba(255,255,255,0.45) !important;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 999px;
  pointer-events: none;
  overflow: visible;
}

/* thumb (white pill) */
.hero-carousel__scrollbar-thumb {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  min-width: 24px;
  width: 25%;
  background: #ffffff !important;
  opacity: 1 !important;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.35);
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
  transform: translateX(0);
  transition: width 150ms ease, transform 120ms ease;
  display: block;
  visibility: visible !important;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero-carousel__scrollbar-wrap {
    bottom: 6px;
  }

  .hero-carousel__scrollbar {
    width: calc(100% - 64px);
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  .hero-carousel__heading {
    white-space: nowrap;
    font-size: clamp(24px, 8.5vw, 28px);
    line-height: 1;
    margin-bottom: 2vh;
  }
}

  .hero-carousel__subheading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: clamp(14px, 4vw, 18px);
    line-height: 1.2;
    margin-top: 1vh;
    text-align: center;
  }
}
