/** Shopify CDN: Minification failed

Line 51:0 Unexpected "}"
Line 60:0 Unexpected "}"

**/
.header__heading-logo {
  width: 450px !important;
  max-width: none !important;
  height: auto !important;
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    width: 280px !important;
    max-width: none !important;
  }
}/* Gold text throughout */
h1, h2, h3, h4, h5, h6 {
  color: #C9A84C !important;
}

p, a, li, span, label, .price {
  color: #E8C96A !important;
}

/* Navigation links */
.header__menu-item, 
.header__menu-item a,
nav a {
  color: #C9A84C !important;
}

/* Product titles and prices */
.card__heading, 
.card__heading a,
.price__regular,
.price__sale {
  color: #F0D080 !important;
}

/* Footer text */
footer, footer a, footer p {
  color: #C9A84C !important;
}

/* Buttons text already gold - keep */
.button, button {
  color: #000000 !important;
}
}
.announcement-bar span,
.announcement-bar p,
.announcement-bar a,
.announcement-bar__message,
.announcement-bar__text {
  font-weight: 600 !important;
}

}
.image-banner .subtitle,
.image-banner__text,
.banner__text {
  font-size: 0.85em !important;
  font-style: italic !important;
  opacity: 0.8 !important;
}



