/** Shopify CDN: Minification failed

Line 11:18 Unexpected "{"
Line 11:27 Expected ":"
Line 11:34 Unexpected "{"

**/
/* base (scoped so nothing leaks to the rest of the theme) */
.mel-header, .mel-announcement { font-family: var(--mel-font); }
.mel-header *, .mel-announcement * { box-sizing: border-box; }
#shopify-section-{{ section.id }} { position: relative; z-index: 50; }
cart-drawer{display:none !important;}
:root {
  --mel-plum: #43203A;
  --mel-plum-deep: #331729;
  --mel-ink: #2E1A29;
  --mel-body: #52404D;
  --mel-ivory: #F8F2E8;
  --mel-cream: #FDFAF4;
  --mel-gold: #C6A96F;
  --mel-gold-soft: #E7DCC4;
  --mel-sage: #9DAA8B;
  --mel-sage-tint: #EDF0E7;
  --mel-coral: #E08D77;      /* replace with existing brand coral if it differs */
  --mel-coral-tint: #FBEAE4;
  --mel-on-plum: #F8F2E8;
  --mel-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mel-radius-card: 20px;
  --mel-radius-img: 24px;
  --mel-shadow: 0 6px 24px rgba(67, 32, 58, 0.06);
  --mel-space-section: clamp(56px, 9vw, 104px);
}
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.mel-container { max-width: 1140px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 32px); }
.mel-container--narrow { max-width: 760px; }
.mel-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--mel-font); font-size: 16px; font-weight: 700; line-height: 1; padding: 15px 30px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; text-decoration: none; transition: background-color .18s ease, transform .18s ease, border-color .18s ease; min-height: 48px; }
.mel-btn--primary { background: var(--mel-plum); color: var(--mel-on-plum); }
.mel-btn--primary:hover { background: var(--mel-plum-deep); transform: translateY(-1px); }
.mel-btn--secondary { background: transparent; color: var(--mel-plum); border-color: var(--mel-plum); }
.mel-btn--secondary:hover { background: rgba(67, 32, 58, 0.06); transform: translateY(-1px); }
.mel-btn--gold { background: var(--mel-gold); color: var(--mel-plum-deep); }
.mel-btn--gold:hover { filter: brightness(0.96); transform: translateY(-1px); }
.mel-btn--full { width: 100%; }
.mel-btn:focus-visible, .mel-section a:focus-visible, .mel-section button:focus-visible, .mel-section input:focus-visible, .mel-section summary:focus-visible { outline: 3px solid var(--mel-gold); outline-offset: 2px; }
.mel-announcement { background: var(--mel-plum); color: var(--mel-on-plum); font-family: var(--mel-font); text-align: center; position: relative; height: 40px; overflow: hidden; }
.mel-announcement__msg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding-inline: 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; opacity: 0; transform: translateY(4px); transition: opacity .4s ease, transform .4s ease; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.mel-announcement__msg.is-active { opacity: 1; transform: translateY(0); }
.mel-header { background: var(--mel-plum); border-bottom: 1px solid var(--mel-gold-soft); font-family: var(--mel-font); }
.mel-header.is-sticky { position: sticky; top: 0; z-index: 40; }
.mel-header__inner { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.mel-header__logo { font-size: 20px; font-weight: 800; color: var(--mel-ink); text-decoration: none; letter-spacing: -0.01em; }
.mel-header__logo img { display: block; max-height: 40px; width: auto; }
.mel-header__nav { display: flex; gap: 26px; margin-inline: auto; }
.mel-header__nav a { color: var(--mel-on-plum); text-decoration: none; font-size: 15.2px; font-weight: 600; padding: 8px 2px; }
.mel-header__nav a:hover { color: var(--mel-gold); }
.mel-header__actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.mel-header__cart { position: relative; color: var(--mel-on-plum); display: inline-flex; padding: 8px; }
.mel-header__cart svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.75; }
.mel-header__count { position: absolute; top: 0; right: 0; background: var(--mel-coral); color: #fff; font-size: 11px; font-weight: 700; min-width: 17px; height: 17px; border-radius: 999px; display: flex; align-items: center; justify-content: center; padding-inline: 4px; }
.mel-header__menu { display: none; }
.mel-header__menu summary { list-style: none; cursor: pointer; padding: 10px; display: inline-flex; }
.mel-header__menu summary::-webkit-details-marker { display: none; }
.mel-header__menu svg { width: 24px; height: 24px; stroke: var(--mel-on-plum); stroke-width: 1.75; fill: none; stroke-linecap: round; }
.mel-header__drawer { position: absolute; left: 0; right: 0; background: var(--mel-ivory); border-bottom: 1px solid var(--mel-gold-soft); padding: 8px 20px 20px; z-index: 39; }
.mel-header__drawer a { display: block; padding: 14px 4px; font-size: 16.8px; font-weight: 600; color: var(--mel-ink); text-decoration: none; border-bottom: 1px solid var(--mel-gold-soft); }
.mel-header__drawer .mel-btn { margin-top: 16px; }
@media (max-width: 899px) {
.mel-header__nav, .mel-header__cta { display: none; }
.mel-header__menu { display: block; }
}
@media (max-width: 819px) {
.mel-hero__ctas .mel-btn { width: 100%; }
}
.mel-sticky .mel-btn { padding: 12px 22px; min-height: 44px; flex-shrink: 0; }
.mel-final .mel-btn { margin-top: 10px; }
.mel-header { transition: box-shadow .25s ease; }
.mel-header.is-elevated { box-shadow: 0 6px 24px rgba(67, 32, 58, .08); }
@media (prefers-reduced-motion: reduce) {
.mel-header { transition: none; }
}
@media (prefers-reduced-motion: reduce) {
.mel-announcement__msg { transition: none; transform: none; }
.mel-btn, .mel-sticky, .mel-more summary::after, .mel-faq__item summary::after, .mel-buy__type label, .mel-buy__opt { transition: none; }
.mel-btn:hover { transform: none; }
}

/* Header on plum: CTA contrast */
.mel-header .mel-btn--primary { background: var(--mel-gold); color: var(--mel-plum); }
.mel-header .mel-btn--primary:hover { background: var(--mel-gold-soft); color: var(--mel-plum); }
