/* Auto-generated by scripts/build.js. Do not edit. */
:root {
  --blush: #5aafff;
  --lavender: #baddff;
  --sky-50: #f0f7ff;
  --sky-100: #e0efff;
  --sky-200: #baddff;
  --sky-300: #8ec8ff;
  --sky-400: #5aafff;
  --sky-500: #3b94e6;
  --sky-600: #2a6db3;
  --sky-700: #1e4f80;
  --cream: #fafcff;
  --text-dark: #2c3e50;
  --text-mid: #5a7a9b;
  --text-light: #8bacc8;
  --border: #d6e6f5;
  --white: #ffffff;
}

body,
input,
button,
select,
textarea {
  font-family: 'Jost', sans-serif;
}

.logo,
.testimonials-eyebrow,
.testimonials-title,
.testimonial-name,
.mobile-nav-title {
  font-family: 'Barlow Condensed', sans-serif;
}

.logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mobile-nav-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}


.hero-text h1,
.section-title,
.cart-header h3,
.cart-total .amount,
.footer-col h4,
.modal-name,
.promo-modal-title {
  font-family: 'Cormorant Garamond', serif;
}


html,
body,
main {
  max-width: 100%;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
main {
  width: 100%;
  min-width: 0;
}

.navbar {
  max-width: 100vw;
  min-width: 0;
  overflow: hidden;
}

.navbar > * {
  min-width: 0;
}

.hero {
  position: relative;
  display: block;
  width: calc(100vw - 96px);
  max-width: none;
  margin: 24px auto;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}

.carousel-track {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.carousel-slide {
  position: relative;
  display: block;
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero-overlay {
  display: none !important;
}

.hero::after,
.hero::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

@media (max-width: 1024px) {
  .hero {
    width: calc(100vw - 56px);
    margin: 20px auto;
    height: 340px;
  }
}

@media (max-width: 768px) {
  .hero {
    width: calc(100vw - 32px);
    max-width: none;
    margin: 12px auto;
    height: auto;
    aspect-ratio: 12 / 5;
  }

  .logo {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
    text-align: center;
    overflow: visible;
    text-overflow: clip;
  }

  .hamburger,
  .nav-right {
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .hero {
    width: calc(100vw - 24px);
    max-width: none;
    margin: 10px auto;
    height: auto;
    aspect-ratio: 12 / 5;
  }

  .logo {
    font-size: clamp(18px, 5.4vw, 22px);
    letter-spacing: 1px;
  }

  .promo-bar {
    max-width: 100%;
    overflow: hidden;
  }
}

.promo-bar {
  background: linear-gradient(90deg, var(--sky-700) 0%, var(--sky-500) 50%, var(--sky-700) 100%);
  background-size: 200% auto;
  animation: promo-shine 3s linear infinite;
  text-align: center;
  padding: 11px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: white;
  text-transform: uppercase;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
}

.promo-bar img {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .promo-bar {
    font-size: 11px;
    padding: 8px 12px;
    min-height: 40px;
  }
}

