/** Shopify CDN: Minification failed

Line 7:16 Unexpected "*"

**/
/* Hollybourne homepage hero: tighter editorial copy + cleaner CTAs */
#Hero-template--* .hero-slide__content { }

.section-hero .hero-slide__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.section-hero .hero-slide__eyebrow {
  margin: 0 0 8px !important;
  line-height: 1.05;
  letter-spacing: .14em;
}
.section-hero .hero-slide__heading {
  margin: 0 !important;
  line-height: .9 !important;
  letter-spacing: -.035em !important;
}
.section-hero .hero-slide__text {
  margin-top: 13px !important;
  line-height: 1.35 !important;
  max-width: 48ch;
}
.section-hero .hero-slide__text p { margin: 0 !important; }
.section-hero .hero-slide__buttons {
  gap: 10px !important;
  margin-top: 20px !important;
}
.section-hero .hero-slide__button.button {
  min-height: 44px !important;
  margin-top: 0 !important;
  padding: 11px 22px !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
  box-shadow: none !important;
}
.section-hero .hero-slide__button.button--primary {
  background: #ead9b7 !important;
  border: 1px solid #ead9b7 !important;
  color: #111 !important;
}
.section-hero .hero-slide__button.button--primary:hover,
.section-hero .hero-slide__button.button--primary:focus-visible {
  background: #f1e4ca !important;
  border-color: #f1e4ca !important;
}

@media (max-width: 749px) {
  .section-hero .hero-slide__eyebrow { margin-bottom: 6px !important; }
  .section-hero .hero-slide__heading { line-height: .92 !important; }
  .section-hero .hero-slide__text { margin-top: 9px !important; line-height: 1.3 !important; }
  .section-hero .hero-slide__buttons { margin-top: 16px !important; gap: 8px !important; width: 100%; justify-content: center; }
  .section-hero .hero-slide__button.button { min-height: 42px !important; padding: 10px 17px !important; font-size: 12px !important; letter-spacing: .045em !important; }
}
