/** Shopify CDN: Minification failed

Line 36:19 Unexpected "*"

**/
/* Kinbai Premium Theme Overrides */

/* Gold accent for links */
.header__menu-item:hover,
.header__menu-item--active {
  color: #C4A265 !important;
}

/* Button styling - gold */
.button--primary,
.shopify-challenge__button {
  background-color: #C4A265 !important;
  border-color: #C4A265 !important;
  border-radius: 4px !important;
}
.button--primary:hover {
  background-color: #B08D4F !important;
  border-color: #B08D4F !important;
}

/* Announcement bar */
.announcement-bar {
  background: #2C2C2C !important;
}
.announcement-bar__link,
.announcement-bar__message {
  color: #C4A265 !important;
}

/* Section spacing - generous whitespace */
.section-template--*-padding {
  scroll-margin-top: 0;
}

/* Gold dividers for rich text sections */
.rich-text__text hr {
  border-color: #C4A265;
}

/* Footer warm tones */
.footer {
  background: #2C2C2C !important;
  color: #FAF6F0 !important;
}
.footer a {
  color: #C4A265 !important;
}

/* Newsletter section */
.newsletter .field__input {
  border-color: #C4A265 !important;
}
.newsletter .button {
  background: #C4A265 !important;
  border-color: #C4A265 !important;
}

/* Blog cards */
.blog-articles .card__heading a:hover {
  color: #C4A265 !important;
}

/* Image with text section button */
.image-with-text .button {
  background: #C4A265 !important;
  border-color: #C4A265 !important;
  color: #fff !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 40px;
  border-radius: 4px !important;
}
.image-with-text .button:hover {
  background: #B08D4F !important;
}

/* Blush/rose accents for secondary elements */
.badge--accent-2 {
  background: #E8C4B8 !important;
  color: #2C2C2C !important;
}

/* Clean heading styles */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2C2C2C;
}
