/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first

**/
/* ═══ SCROLLBAR FIX — prevents realm bar shift on navigation ═══ */
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: scroll !important;
  min-height: 100%;
}
/* Force scrollbar track space to always be reserved */
:root {
  scrollbar-width: thin;
}

/* ══════════════════════════════════════════════
   MAGICAL MAIL QUESTS — Shopify Theme CSS
   magicalmailquests.com
══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Cinzel:wght@400;500;600&family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Playfair+Display:ital,wght@0,700;1,700&family=Spectral:ital,wght@0,400;1,400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}

:root {
  --bg:       #0a0c14;
  --bg-mid:   #101828;
  --gold:     #c9a84c;
  --gold-l:   #e8c96a;
  --gold-d:   #a08030;
  --crimson:  #7a1520;
  --text:     #f0e8d8;
  --text-dim: #c8b890;
  --green:    #7aab7a;
  --violet:   #a890e0;
  --border:   rgba(201,168,76,0.2);
  --border-s: rgba(201,168,76,0.08);
  --midnight: #0a0f1c;
  --font-serif: 'Crimson Text', Georgia, serif;
  --font-display: 'Cinzel', serif;
  --font-deco: 'Cinzel Decorative', serif;
}

body {
  font-family: var(--font-serif);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.75;
}

/* ── NAV ── */
.mmq-nav {
  position: fixed; top: 0; width: 100%; z-index: 200;
  padding: 1rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(10,12,20,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.mmq-nav-logo {
  font-family: var(--font-deco); font-size: 0.9rem;
  color: var(--gold); text-decoration: none; letter-spacing: 0.05em;
}
.mmq-nav-links { display: flex; gap: 2rem; list-style: none; }
.mmq-nav-links a {
  font-family: var(--font-display); font-size: 0.72rem;
  color: var(--text-dim); text-decoration: none;
  letter-spacing: 0.15em; text-transform: uppercase; transition: color 0.2s;
}
.mmq-nav-links a:hover { color: var(--gold-l); }
.mmq-nav-cta {
  font-family: var(--font-display); font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.55rem 1.4rem; border: 1px solid var(--gold);
  color: var(--gold); background: transparent; text-decoration: none;
  transition: all 0.25s;
}
.mmq-nav-cta:hover { background: rgba(201,168,76,0.12); color: var(--gold-l); }

/* ── REALM BAR ── */
.realm-bar {
  position: fixed; top: var(--nav-h, 68px); width: 100%; z-index: 199;
  display: flex; justify-content: center;
  border-bottom: 1px solid var(--border-s);
  background: rgba(10,12,20,0.8); backdrop-filter: blur(8px);
}
.realm-link {
  font-family: var(--font-display); font-size: 0.62rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.55rem 1.75rem; text-decoration: none;
  color: rgba(240,232,216,0.4);
  border-right: 1px solid var(--border-s); transition: all 0.2s;
}
.realm-link:last-child { border-right: none; }
.realm-link:hover { color: var(--gold); background: rgba(201,168,76,0.05); }
.realm-link.active-knight { color: var(--gold); background: rgba(201,168,76,0.08); }
.realm-link.active-fairy  { color: var(--green); background: rgba(122,171,122,0.08); }
.realm-link.active-wizard { color: var(--violet); background: rgba(168,144,224,0.08); }

/* ── PAGE WRAPPER ── */
.mmq-main { padding-top: var(--bars-h, 116px); min-height: 60vh; }

/* ── FOOTER ── */
.mmq-footer {
  background: var(--bg); border-top: 1px solid var(--border-s);
  padding: 3rem 2rem; text-align: center;
}
.mmq-footer-logo {
  font-family: var(--font-deco); font-size: 1rem;
  color: var(--gold); margin-bottom: 0.4rem; display: block;
}
.mmq-footer-tagline {
  font-style: italic; font-size: 0.9rem;
  color: var(--text-dim); opacity: 0.6; margin-bottom: 1.75rem;
}
.mmq-footer-links {
  display: flex; gap: 1.75rem; justify-content: center;
  list-style: none; margin-bottom: 1.75rem; flex-wrap: wrap;
}
.mmq-footer-links a {
  font-family: var(--font-display); font-size: 0.63rem;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-dim); text-decoration: none; opacity: 0.5; transition: all 0.2s;
}
.mmq-footer-links a:hover { opacity: 1; color: var(--gold); }
.mmq-footer-divider {
  font-family: var(--font-display); font-size: 0.65rem;
  letter-spacing: 0.2em; color: var(--gold); opacity: 0.45;
  margin: 1.25rem 0 1rem;
}
.mmq-footer-realms { display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 1.5rem; flex-wrap: wrap; }
.mmq-footer-realms a {
  font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.12em;
  text-decoration: none; opacity: 0.45; transition: all 0.2s;
  padding: 0.3rem 0.75rem; border: 1px solid transparent;
}
.mmq-footer-realms a:hover { opacity: 0.9; border-color: currentColor; }
.r-knight { color: var(--gold); }
.r-fairy  { color: var(--green); }
.r-wizard { color: var(--violet); }
.mmq-footer-copy { font-size: 0.78rem; color: var(--text-dim); opacity: 0.3; }

/* ── SHARED SECTION STYLES ── */
section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label {
  font-family: var(--font-display); font-size: 0.65rem;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); display: block; text-align: center;
  margin-bottom: 0.6rem; opacity: 0.8;
}
h1,h2 {
  font-family: var(--font-deco); font-weight: 400;
  color: var(--text); line-height: 1.15;
}
h1 { font-size: clamp(2.2rem,5vw,4rem); }
h2 { font-size: clamp(1.6rem,3.5vw,2.4rem); text-align: center; margin-bottom: 0.5rem; }
.accent { color: var(--gold); font-style: italic; }
.section-intro {
  font-style: italic; color: var(--text-dim); font-size: 1.1rem;
  text-align: center; max-width: 620px; margin: 0 auto 2.5rem; line-height: 1.7;
}
.divider { display: flex; align-items: center; gap: 1rem; margin: 2rem auto; max-width: 360px; }
.divider::before,.divider::after {
  content:''; flex:1; height:1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}
.gem { width:8px; height:8px; background:var(--gold); transform:rotate(45deg); opacity:0.7; }

/* ── BUTTONS ── */
.btn-primary {
  font-family: var(--font-display); font-size: 0.8rem; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 0.9rem 2.5rem;
  background: rgba(201,168,76,0.12); color: var(--gold);
  border: 1px solid var(--gold); cursor: pointer; text-decoration: none;
  display: inline-block; transition: all 0.3s;
}
.btn-primary:hover {
  background: rgba(201,168,76,0.25); color: var(--text);
  transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.2);
}
.btn-secondary {
  font-family: var(--font-display); font-size: 0.8rem; letter-spacing: 0.15em;
  text-transform: uppercase; padding: 0.9rem 2.5rem;
  background: transparent; color: var(--text-dim);
  border: 1px solid rgba(240,232,216,0.2); cursor: pointer; text-decoration: none;
  display: inline-block; transition: all 0.3s;
}
.btn-secondary:hover { border-color: rgba(240,232,216,0.5); color: var(--text); }

/* ── REALM HERO CARDS (homepage) ── */
.realm-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 1.5rem; margin-top: 3rem; }
.realm-hero-card {
  position: relative; border: 1px solid; padding: 2.5rem;
  transition: transform 0.3s, box-shadow 0.3s; overflow: hidden;
}
.realm-hero-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background: linear-gradient(90deg, transparent, var(--rc), transparent);
}
.realm-hero-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.realm-hero-card.knight { border-color: rgba(201,168,76,0.25); background: rgba(201,168,76,0.04); --rc: var(--gold); }
.realm-hero-card.fairy  { border-color: rgba(122,171,122,0.25); background: rgba(122,171,122,0.04); --rc: var(--green); }
.realm-hero-card.wizard { border-color: rgba(168,144,224,0.25); background: rgba(168,144,224,0.04); --rc: var(--violet); }
.realm-hero-card .realm-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; line-height: 1; }
.realm-hero-card h3 { font-family: var(--font-deco); font-size: 1.1rem; margin-bottom: 0.4rem; }
.realm-hero-card.knight h3 { color: var(--gold); }
.realm-hero-card.fairy  h3 { color: var(--green); }
.realm-hero-card.wizard h3 { color: var(--violet); }
.realm-hero-card .realm-ages {
  font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.15em;
  opacity: 0.5; margin-bottom: 1rem; display: block;
}
.realm-hero-card p { font-size: 1rem; color: var(--text-dim); line-height: 1.65; margin-bottom: 1.25rem; }
.realm-hero-card .realm-cta {
  font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none; display: inline-block;
  padding: 0.55rem 1.25rem; border: 1px solid; transition: all 0.25s;
}
.realm-hero-card.knight .realm-cta { color: var(--gold); border-color: rgba(201,168,76,0.4); }
.realm-hero-card.fairy  .realm-cta { color: var(--green); border-color: rgba(122,171,122,0.4); }
.realm-hero-card.wizard .realm-cta { color: var(--violet); border-color: rgba(168,144,224,0.4); }
.realm-hero-card.knight .realm-cta:hover { background: rgba(201,168,76,0.12); }
.realm-hero-card.fairy  .realm-cta:hover { background: rgba(122,171,122,0.12); }
.realm-hero-card.wizard .realm-cta:hover { background: rgba(168,144,224,0.12); }

/* ── VALUE STRIP ── */
.value-strip { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 0; }
.value-item {
  padding: 1.75rem 1.25rem; text-align: center;
  border-right: 1px solid var(--border-s); border-bottom: 1px solid var(--border-s);
}
.value-item:nth-child(4n) { border-right: none; }
.value-icon { font-size: 1.6rem; margin-bottom: 0.6rem; display: block; }
.value-item h4 {
  font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.08em;
  color: var(--gold); margin-bottom: 0.4rem;
}
.value-item p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.5; }

/* ── PRODUCT PAGE ── */
.product-page { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.product-image-area {
  border: 1px solid var(--border); background: rgba(201,168,76,0.04); padding: 2rem;
  text-align: center;
}
.product-image-area img { max-width: 100%; height: auto; }
.product-image-placeholder {
  width: 100%; aspect-ratio: 3/4; background: rgba(201,168,76,0.06);
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; flex-direction: column; gap: 1rem;
}
.product-image-placeholder span { font-size: 3rem; opacity: 0.5; }
.product-image-placeholder p { font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.15em; color: var(--gold); opacity: 0.5; }
.product-details { padding-top: 0.5rem; }
.product-badge {
  font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.2em;
  color: var(--gold); border: 1px solid rgba(201,168,76,0.3);
  padding: 0.25rem 0.75rem; display: inline-block; margin-bottom: 1rem;
}
.product-title {
  font-family: var(--font-deco); font-size: 2rem; font-weight: 400;
  color: var(--text); margin-bottom: 0.5rem; line-height: 1.2;
}
.product-subtitle {
  font-style: italic; color: var(--text-dim); font-size: 1.05rem; margin-bottom: 1.5rem;
}
.product-price {
  display: flex; align-items: flex-start; gap: 0.25rem; margin-bottom: 0.5rem;
}
.product-price .currency {
  font-family: var(--font-deco); font-size: 1.4rem; color: var(--gold); margin-top: 0.4rem;
}
.product-price .amount {
  font-family: var(--font-deco); font-size: 4rem; font-weight: 400; line-height: 1; color: var(--text);
}
.product-price-note {
  font-family: var(--font-display); font-size: 0.62rem; letter-spacing: 0.12em;
  color: var(--text-dim); opacity: 0.6; margin-bottom: 2rem;
}
.product-includes { margin-bottom: 2rem; }
.product-includes-title {
  font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.2em;
  color: var(--gold); opacity: 0.7; margin-bottom: 0.75rem;
}
.include-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.include-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.92rem; color: var(--text-dim); }
.include-check {
  width: 16px; height: 16px; border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.4); background: rgba(201,168,76,0.08);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 9px; color: var(--gold);
}
.product-form-label {
  font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.15em;
  color: var(--gold); opacity: 0.7; margin-bottom: 0.5rem; display: block;
}
.product-form { margin-bottom: 1.5rem; }
.product-form .btn-primary {
  width: 100%; text-align: center; font-size: 0.85rem;
  padding: 1.1rem; letter-spacing: 0.2em;
}
.product-errors { color: #e06060; font-size: 0.9rem; margin-bottom: 1rem; }
.product-guarantee { text-align: center; font-style: italic; font-size: 0.88rem; color: var(--text-dim); opacity: 0.55; margin-top: 1rem; }
.product-description { border-top: 1px solid var(--border-s); margin-top: 3rem; padding-top: 2.5rem; }
.product-description p { color: var(--text-dim); margin-bottom: 1rem; font-size: 1.05rem; }

/* ── CART PAGE ── */
.cart-page { max-width: 800px; margin: 0 auto; padding: 3rem 2rem; }
.cart-empty { text-align: center; padding: 4rem 2rem; }
.cart-empty p { font-style: italic; color: var(--text-dim); margin-bottom: 2rem; }
.cart-table { width: 100%; border-collapse: collapse; margin-bottom: 2rem; }
.cart-table th {
  font-family: var(--font-display); font-size: 0.65rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); opacity: 0.7;
  border-bottom: 1px solid var(--border); padding: 0.75rem 0;
  text-align: left;
}
.cart-table td { border-bottom: 1px solid var(--border-s); padding: 1.25rem 0; font-size: 0.98rem; color: var(--text-dim); vertical-align: top; }
.cart-item-title { font-family: var(--font-display); font-size: 0.85rem; color: var(--text); letter-spacing: 0.04em; margin-bottom: 0.35rem; }
.cart-item-props { font-size: 0.82rem; }
.cart-item-props span { display: block; }
.cart-item-prop-key { color: var(--gold); opacity: 0.7; }
.cart-totals { text-align: right; margin-bottom: 2rem; }
.cart-total-row { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.04em; }
.cart-total-row .amount { color: var(--gold); font-size: 1.4rem; }
.cart-checkout { display: block; width: 100%; text-align: center; font-size: 0.85rem; padding: 1.1rem; }
.cart-continue { display: block; text-align: center; margin-top: 1rem; font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.12em; color: var(--text-dim); text-decoration: none; opacity: 0.6; transition: opacity 0.2s; }
.cart-continue:hover { opacity: 1; }

/* ── PAGE CONTENT WRAPPER ── */
.mmq-page-content { max-width: 900px; margin: 0 auto; padding: 3rem 2rem; }
.mmq-page-content h1 { font-size: 2rem; margin-bottom: 1.25rem; text-align: center; }
.mmq-page-content h2 { font-size: 1.5rem; margin: 2rem 0 0.75rem; text-align: left; }
.mmq-page-content h3 { font-family: var(--font-display); font-size: 0.9rem; color: var(--gold); letter-spacing: 0.08em; margin: 1.5rem 0 0.5rem; }
.mmq-page-content p { color: var(--text-dim); margin-bottom: 1rem; font-size: 1.05rem; }
.mmq-page-content a { color: var(--gold); }

/* ── ANIMATIONS ── */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.7s, transform 0.7s; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media(max-width:768px) {
  .mmq-nav { padding: 1rem 1.25rem; }
  .mmq-nav-links { display: none; }
  .realm-bar { overflow-x: auto; justify-content: flex-start; }
  .realm-link { padding: 0.55rem 1.25rem; }
  .product-grid { grid-template-columns: 1fr; gap: 2rem; }
  .include-grid { grid-template-columns: 1fr; }
}