/** Shopify CDN: Minification failed

Line 254:0 All "@import" rules must come first

**/
.m-hero-section .container-full {
  padding-left: 0;
  padding-right: 0;
}
.container-full .m-hero--has-overlay:before {
  border-radius: 0 !important;
}
.m-hero {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-hero.m-hero--adapt .m-hero__bg {
  height: 0;
  padding-block-end: calc(100% / (0.0001 + var(--aspect-ratio)));
}
@media screen and (max-width: 767px) {
  .m-hero.m-hero--adapt .m-hero__bg {
    padding-block-end: calc(
      100% / (0.0001 + var(--aspect-ratio-mobile, var(--aspect-ratio)))
    );
  }
}
.m-hero.m-hero--adapt .m-parallax {
  position: relative;
}
.m-hero.m-hero--adapt .m-parallax__wrapper {
  position: absolute;
  inset: 0;
}
.m-hero:not(.m-hero--adapt).m-hero--small .m-hero__bg {
  height: 290px;
}
.m-hero:not(.m-hero--adapt).m-hero--medium .m-hero__bg {
  height: 600px;
}
.m-hero:not(.m-hero--adapt).m-hero--large .m-hero__bg {
  height: 420px;
}
.m-hero:not(.m-hero--adapt).m-hero--fullscreen .m-hero__bg {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .m-hero:not(.m-hero--adapt).m-hero--small .m-hero__bg {
    height: 420px;
  }
  .m-hero:not(.m-hero--adapt).m-hero--medium .m-hero__bg {
    height: 560px;
  }
  .m-hero:not(.m-hero--adapt).m-hero--large .m-hero__bg {
    height: 720px;
  }
  .m-hero:not(.m-hero--adapt).m-hero--fullscreen .m-hero__bg {
    height: 100vh;
  }
}
.m-hero--has-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay);
  border-radius: var(--blocks-radius);
}
@media screen and (max-width: 767px) {
  .m-hero--has-overlay.m-hero__mobile-no-overlay::before {
    display: none;
  }
}
.m-hero__inner {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-hero__inner {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .m-hero__inner {
    padding-top: 100px;
  }
}
.m-hero__inner[class*="--middle-"] {
  align-items: center;
}
.m-hero__inner[class*="--top-"] {
  align-items: flex-start;
}
.m-hero__inner[class*="--bottom-"] {
  align-items: flex-end;
}
.m-hero__inner--top-center,
.m-hero__inner--bottom-center,
.m-hero__inner--middle-center {
  justify-content: center;
}
.m-hero__inner--top-left,
.m-hero__inner--bottom-left,
.m-hero__inner--middle-left {
  justify-content: flex-start;
}
.m-hero__inner--top-right,
.m-hero__inner--bottom-right,
.m-hero__inner--middle-right {
  justify-content: flex-end;
}
.m-hero__content {
  width: max-content;
}
@media screen and (min-width: 768px) {
  .m-hero__content {
    max-width: 56rem;
  }
}
.m-hero__content p {
  margin-top: 0;
}
.m-hero__title,
.m-hero__subtitle {
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.m-hero__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .m-hero__title {
    margin-bottom: 12px;
  }
}
.m-hero__subtitle {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .m-hero__subtitle {
    margin-bottom: 8px;
  }
}
.m-hero__text {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .m-hero__text {
    margin-bottom: 16px;
  }
}
.m-hero__btn {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .m-hero__content br {
    display: none;
  }
  .m-hero__content .m-hero__btn .sf__btn:not(.m-button--link) {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .m-hero--large .m-hero__inner,
  .m-hero--fullscreen .m-hero__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-hero--content-stack {
    overflow: visible;
    margin-bottom: 40px;
  }
  .m-hero--content-stack .m-hero__inner {
    position: relative !important;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 0;
    display: block;
  }
  .m-hero--content-stack .m-hero__inner:not(.color-scheme-inherit) {
    padding-bottom: 32px;
  }
  .m-hero--content-stack .m-hero__content {
    width: 100%;
  }
  .m-hero--content-stack .m-hero__title {
    color: rgb(var(--color-heading));
  }
  .m-hero--content-stack .m-hero__subtitle {
    color: rgb(var(--color-foreground));
  }
  .m-hero--content-stack .m-hero__text {
    color: rgb(var(--color-foreground-secondary));
  }
  .m-hero--content-stack.m-hero--has-overlay:before {
    display: none;
  }
}
.m-hero--has-link .m-hero__inner {
  pointer-events: none;
  z-index: 7;
}
.m-hero--has-link .m-hero__btn {
  pointer-events: auto;
}
.m-video__bg {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.m-video__bg iframe,
.m-video__bg video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  border: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Video hero section - custom styles (from sections/video-hero.liquid) */
@font-face {
  font-family: "Bright Summer";
  src: url("/cdn/shop/files/Bright_Summer.ttf?v=1771407775")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&display=swap");

.m-hero-section .m-hero--video .m-hero__title {
  font-family: "Bright Summer", cursive;
  font-size: 60px;
  line-height: 0.95;
  word-spacing: 0.12em;
  letter-spacing: 0.1em;
}
.m-hero-section .m-hero--video .m-hero__title-line {
  display: block;
}
.m-hero-section .m-hero--video .m-hero__text {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
}
.m-hero-section .m-hero--video .m-hero__text-line {
  display: block;
}
.m-hero-section .m-hero--video .m-hero__btn .m-button:first-child {
  background-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.m-hero-section .m-hero--video .m-hero__btn .m-button:first-child:hover {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.m-hero-section .m-hero--video.m-hero .m-hero__bg,
.m-hero-section .m-hero--video.m-hero {
  height: 579px !important;
  min-height: 579px;
}
/* Desktop video: show on desktop; on mobile hide only when mobile video exists */
.m-hero-section .m-hero--video .m-hero__video-desktop {
  display: block;
}
.m-hero-section .m-hero--video .m-hero__video-mobile {
  display: none;
}
@media (max-width: 749px) {
  .m-hero-section .m-hero--video .m-hero__video-mobile {
    display: block;
  }
  .m-hero-section .m-hero--video:has(.m-hero__video-mobile) .m-hero__video-desktop {
    display: none;
  }
}
.m-hero-section .m-hero--video.m-hero.m-hero--adapt .m-hero__bg {
  height: 579px !important;
  min-height: 579px;
  padding-block-end: 0 !important;
}
@media (max-width: 749px) {
  .m-hero-section .m-hero--video .m-hero__title {
    font-size: 50px;
    line-height: 0.95;
    word-spacing: 0.12em;
    letter-spacing: 0.1em;
  }
  .m-hero-section .m-hero--video .m-hero__text {
    font-size: 14px;
  }
  .m-hero-section .m-hero--video.m-hero .m-hero__bg,
  .m-hero-section .m-hero--video.m-hero {
    height: 646px !important;
    min-height: 646px;
  }
  .m-hero-section .m-hero--video.m-hero.m-hero--adapt .m-hero__bg {
    height: 646px !important;
    min-height: 646px;
    padding-block-end: 0 !important;
  }
}
