/** Shopify CDN: Minification failed

Line 6:0 Unexpected "}"

**/
}

#shopify-section-template--18758985875632__1779119995f5f81cf7 {
  z-index: 99999 !important;
  position: fixed !important;
  bottom: 0 !important;
  width: 100% !important;
}
.drawer-bottom-nav {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
}

.drawer-bottom-nav__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
/* Fix sticky header z-index on desktop */
header-component {
  z-index: 999 !important;
  position: sticky !important;
  top: 0 !important;
}

/* Mobile: transparent background + hide logo when scrolled */
@media (max-width: 989px) {
  header-component[data-scroll-direction="down"],
  header-component[data-scroll-direction="up"] {
    background: transparent !important;
  }

  header-component[data-scroll-direction="down"] .header__heading,
  header-component[data-scroll-direction="up"] .header__heading {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
@media screen and (max-width: 749px) {
  .hero-wrapper {
    margin-top: calc(-1 * var(--header-height, 60px));
    height: 100dvh !important;
    position: relative;
    z-index: 0;
  }

  .hero {
    height: 100dvh !important;
  }

  .hero__media-wrapper {
    height: 100% !important;
  }

  .hero__video-wrapper--mobile,
  .hero__video--mobile {
    height: 100% !important;
    object-fit: cover !important;
  }
}
@media screen and (max-width: 749px) {
  .hero__container,
  .hero__media-wrapper {
    height: 100% !important;
  }
}






