/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:27 Expected ":"
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 31:18 Unexpected "{"
Line 31:27 Expected ":"
Line 37:18 Unexpected "{"
Line 37:27 Expected ":"
Line 45:18 Unexpected "{"
Line 45:27 Expected ":"
... and 190 more hidden warnings

**/
#shopify-section-{{ section.id }} .hero-banner__page-width {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
#shopify-section-{{ section.id }} .ah-hero-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: var(--hb-min-height-desktop, 560px);
  padding-top: var(--hb-pad-top, 60px);
  padding-bottom: var(--hb-pad-bottom, 60px);
  background: var(--hb-bg-color, #FBE3EA);
}

#shopify-section-{{ section.id }} .ah-hero-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#shopify-section-{{ section.id }} .ah-hero-banner__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#shopify-section-{{ section.id }} .ah-hero-banner__bg-img--mobile { display: none; }

#shopify-section-{{ section.id }} .ah-hero-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#shopify-section-{{ section.id }} .ah-hero-banner__overlay--desktop {
  display: block;
  background-color: var(--hb-overlay-color-desktop, #000000);
  opacity: var(--hb-overlay-opacity-desktop, 0.2);
}

#shopify-section-{{ section.id }} .ah-hero-banner__overlay--mobile { display: none; }

#shopify-section-{{ section.id }} .ah-hero-banner__container {
  position: relative;
  z-index: 2;
  width: 100%;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--desktop-left { margin-right: auto; margin-left: 0; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--desktop-center { margin: 0 auto; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--desktop-right { margin-left: auto; margin-right: 0; }

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-left { text-align: left; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center { text-align: center; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right { text-align: right; }

#shopify-section-{{ section.id }} .ah-hero-banner__top-icon-wrapper {
  display: flex;
  width: 100%;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-left .ah-hero-banner__top-icon-wrapper { justify-content: flex-start; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center .ah-hero-banner__top-icon-wrapper { justify-content: center; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right .ah-hero-banner__top-icon-wrapper { justify-content: flex-end; }

#shopify-section-{{ section.id }} .ah-hero-banner__top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#shopify-section-{{ section.id }} .ah-hero-banner__top-icon svg,
#shopify-section-{{ section.id }} .ah-hero-banner__top-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#shopify-section-{{ section.id }} .ah-hero-banner__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-left .ah-hero-banner__divider { margin-left: 0; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center .ah-hero-banner__divider { margin-left: auto; margin-right: auto; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right .ah-hero-banner__divider { margin-right: 0; }

#shopify-section-{{ section.id }} .ah-hero-banner__divider-line {
  flex: 1;
  display: block;
}

#shopify-section-{{ section.id }} .ah-hero-banner__divider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .ah-hero-banner__divider-icon svg,
#shopify-section-{{ section.id }} .ah-hero-banner__divider-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#shopify-section-{{ section.id }} .ah-hero-banner__top-subheading {
  line-height: 1.2;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .ah-hero-banner__script {
  font-family: var(--font-script, 'Brush Script MT', cursive);
  margin: 0;
  line-height: 1;
}

#shopify-section-{{ section.id }} .ah-hero-banner__heading {
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .ah-hero-banner__heading p { margin: 0; }

#shopify-section-{{ section.id }} .ah-hero-banner__subheading {
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

#shopify-section-{{ section.id }} .ah-hero-banner__description {
  line-height: 1.6;
  max-width: 480px;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center .ah-hero-banner__description { margin-left: auto; margin-right: auto; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right .ah-hero-banner__description { margin-left: auto; margin-right: 0; }

#shopify-section-{{ section.id }} .ah-hero-banner__description p { margin: 0; }

#shopify-section-{{ section.id }} .ah-hero-banner__feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center .ah-hero-banner__feature-item { justify-content: center; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right .ah-hero-banner__feature-item { justify-content: flex-end; }

#shopify-section-{{ section.id }} .ah-hero-banner__feature-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .ah-hero-banner__feature-icon-wrapper svg,
#shopify-section-{{ section.id }} .ah-hero-banner__feature-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#shopify-section-{{ section.id }} .ah-hero-banner__shipping {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center .ah-hero-banner__shipping { justify-content: center; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right .ah-hero-banner__shipping { justify-content: flex-end; }

#shopify-section-{{ section.id }} .ah-hero-banner__shipping-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#shopify-section-{{ section.id }} .ah-hero-banner__shipping-icon-wrapper svg,
#shopify-section-{{ section.id }} .ah-hero-banner__shipping-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#shopify-section-{{ section.id }} .ah-hero-banner__button {
  display: inline-block;
  padding: 14px 34px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

#shopify-section-{{ section.id }} .ah-hero-banner__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

#shopify-section-{{ section.id }} .ah-hero-banner__stamp {
  position: absolute;
  top: var(--hb-stamp-top-desktop, 10%);
  left: var(--hb-stamp-left-desktop, 75%);
  width: var(--hb-stamp-size-desktop, 130px);
  height: var(--hb-stamp-size-desktop, 130px);
  border-radius: 50%;
  background: radial-gradient(circle, #eec16e 0%, var(--hb-stamp-bg, #D4A94E) 70%, #b88a32 100%);
  color: var(--hb-stamp-text, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 25px rgba(212, 169, 78, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.6);
  z-index: 3;
  transform-origin: center center;
  will-change: transform, box-shadow;
}

#shopify-section-{{ section.id }} .ah-hero-banner__stamp-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  padding: 8px;
}

#shopify-section-{{ section.id }} .ah-hero-banner__stamp-sub {
  font-size: calc(var(--hb-stamp-size-desktop, 130px) * 0.095);
  letter-spacing: 1.5px;
  font-weight: 600;
  opacity: 0.95;
}

#shopify-section-{{ section.id }} .ah-hero-banner__stamp-main {
  font-size: calc(var(--hb-stamp-size-desktop, 130px) * 0.15);
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
}

#shopify-section-{{ section.id }} .ah-hero-banner__stamp--animated {
  animation: ahStampSmoothFloat 6s ease-in-out infinite, ahStampSmoothGlow 4s ease-in-out infinite;
}

@keyframes ahStampSmoothFloat {
  0% { transform: translateY(0px) rotate(0deg) scale(1); }
  25% { transform: translateY(-6px) rotate(2deg) scale(1.02); }
  50% { transform: translateY(-10px) rotate(-1deg) scale(1.04); }
  75% { transform: translateY(-4px) rotate(-3deg) scale(1.02); }
  100% { transform: translateY(0px) rotate(0deg) scale(1); }
}

@keyframes ahStampSmoothGlow {
  0%, 100% { box-shadow: 0 8px 25px rgba(212, 169, 78, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.5); }
  50% { box-shadow: 0 14px 35px rgba(212, 169, 78, 0.75), inset 0 0 18px rgba(255, 255, 255, 0.85); }
}

#shopify-section-{{ section.id }} .fade-up {
  opacity: 0;
  transform: translateY(24px);
  animation: ahHeroFadeUp .8s ease forwards;
}

@keyframes ahHeroFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 749px) {
  #shopify-section-{{ section.id }} .ah-hero-banner {
    min-height: var(--hb-min-height-mobile, 620px);
    padding-top: var(--hb-pad-top-mobile, 30px);
    padding-bottom: var(--hb-pad-bottom-mobile, 30px);
  }

  #shopify-section-{{ section.id }} .ah-hero-banner__bg-img--desktop { display: none; }
  #shopify-section-{{ section.id }} .ah-hero-banner__bg-img--mobile { display: block; }

  #shopify-section-{{ section.id }} .ah-hero-banner__overlay--desktop { display: none; }
  #shopify-section-{{ section.id }} .ah-hero-banner__overlay--mobile {
    display: block;
    background-color: var(--hb-overlay-color-mobile, #000000);
    opacity: var(--hb-overlay-opacity-mobile, 0.2);
  }

  #shopify-section-{{ section.id }} .ah-hero-banner__content { max-width: 100%; }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--mobile-left { margin-right: auto; margin-left: 0; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--mobile-center { margin: 0 auto; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--mobile-right { margin-left: auto; margin-right: 0; }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-left { text-align: left; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-center { text-align: center; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-right { text-align: right; }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-left .ah-hero-banner__top-icon-wrapper { justify-content: flex-start; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-center .ah-hero-banner__top-icon-wrapper { justify-content: center; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-right .ah-hero-banner__top-icon-wrapper { justify-content: flex-end; }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-left .ah-hero-banner__divider { margin-left: 0; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-center .ah-hero-banner__divider { margin-left: auto; margin-right: auto; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-right .ah-hero-banner__divider { margin-right: 0; }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-center .ah-hero-banner__feature-item,
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-center .ah-hero-banner__shipping { justify-content: center; }
  
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-right .ah-hero-banner__feature-item,
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-right .ah-hero-banner__shipping { justify-content: flex-end; }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-left .ah-hero-banner__feature-item,
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-left .ah-hero-banner__shipping { justify-content: flex-start; }

  #shopify-section-{{ section.id }} .ah-hero-banner__stamp {
    top: var(--hb-stamp-top-mobile, 5%);
    left: var(--hb-stamp-left-mobile, 70%);
    width: var(--hb-stamp-size-mobile, 90px);
    height: var(--hb-stamp-size-mobile, 90px);
  }

  #shopify-section-{{ section.id }} .ah-hero-banner__stamp-sub {
    font-size: calc(var(--hb-stamp-size-mobile, 90px) * 0.095);
  }

  #shopify-section-{{ section.id }} .ah-hero-banner__stamp-main {
    font-size: calc(var(--hb-stamp-size-mobile, 90px) * 0.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  #shopify-section-{{ section.id }} .fade-up,
  #shopify-section-{{ section.id }} .ah-hero-banner__stamp--animated {
    animation: none;
    opacity: 1;
    transform: none;
  }
}



/* Dotted List Block Styling */
#shopify-section-{{ section.id }} .ah-hero-banner__dotted-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: var(--hb-dl-gap-desktop, 16px);
}

#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-left .ah-hero-banner__dotted-list { justify-content: flex-start; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-center .ah-hero-banner__dotted-list { justify-content: center; }
#shopify-section-{{ section.id }} .ah-hero-banner__content--align-desktop-right .ah-hero-banner__dotted-list { justify-content: flex-end; }

#shopify-section-{{ section.id }} .ah-hero-banner__dotted-list-item {
  display: inline-flex;
  align-items: center;
  gap: var(--hb-dl-gap-desktop, 16px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#shopify-section-{{ section.id }} .ah-hero-banner__dotted-dot {
  display: inline-block;
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  #shopify-section-{{ section.id }} .ah-hero-banner__dotted-list {
    gap: var(--hb-dl-gap-mobile, 10px);
  }

  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-left .ah-hero-banner__dotted-list { justify-content: flex-start; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-center .ah-hero-banner__dotted-list { justify-content: center; }
  #shopify-section-{{ section.id }} .ah-hero-banner__content--align-mobile-right .ah-hero-banner__dotted-list { justify-content: flex-end; }

  #shopify-section-{{ section.id }} .ah-hero-banner__dotted-list-item {
    gap: var(--hb-dl-gap-mobile, 10px);
  }
}