/** Shopify CDN: Minification failed

Line 109:82 Expected ":"
Line 109:83 Unterminated string token

**/
/* Love Maya — scratch popup. Namespaced .lm-* so it can't collide with your theme. */

#lm-scratch-root {
  --lm-green: #5f7357;
  --lm-green-dark: #4d6046;
  --lm-ink: #33302b;
  --lm-muted: #7a746a;
  --lm-faint: #a49a8b;
  --lm-card: #fffdf8;
  --lm-clay: #ffffff;
  --lm-cta: #000000;
  --lm-font: 'Crimson Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --lm-serif: 'Cormorant Garamond', Georgia, serif;
}
#lm-scratch-root[hidden] { display: none; }
#lm-scratch-root *, #lm-scratch-root *::before, #lm-scratch-root *::after { box-sizing: border-box; }

.lm-overlay {
  position: fixed; inset: 0; z-index: 2147483000;
  background: rgba(51,48,43,.5); backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  animation: lm-fade .3s ease both;
}
.lm-overlay[hidden] { display: none; }

/* Desktop: two columns — product photo beside the scratch panel. */
.lm-card {
  position: relative; display: flex; width: 880px; max-width: 100%;
  background: #fff; border-radius: 4px; overflow: hidden;
  box-shadow: 0 50px 90px -40px rgba(0,0,0,.6);
  font-family: var(--lm-font); color: var(--lm-ink);
  animation: lm-pop .4s cubic-bezier(.2,.9,.3,1) both;
  max-height: 92vh;
}
.lm-media { width: 47%; flex: none; background: #c5cec1; }
.lm-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lm-body {
  flex: 1; min-width: 0; padding: 46px 48px 42px;
  display: flex; flex-direction: column; justify-content: center;
  overflow-y: auto;
}

.lm-close {
  position: absolute; top: 16px; right: 16px; width: 32px; height: 32px;
  border: none; border-radius: 999px; background: #ffffff; color: #ffffff;
  font: 400 16px/1 var(--lm-font); cursor: pointer;
}
.lm-close:hover { background: #ffffff; }

.lm-head { text-align: center; }
.lm-logo { height: 42px; width: auto; }
.lm-wordmark { font: 600 14px var(--lm-font); letter-spacing: .28em; text-transform: uppercase; color: var(--lm-green); }
.lm-title { margin: 14px 0 6px; font: 600 40px/1.05 var(--lm-serif); color: #1c1a17; }
.lm-sub { margin: 0; font: 400 14px var(--lm-font); color: var(--lm-muted); }

.lm-scratch {
  position: relative; width: 100%; height: 200px;
  margin: 20px auto 4px; border-radius: 6px; overflow: hidden;
}
.lm-prize {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 3px; text-align: center; padding: 0 20px;
  background: linear-gradient(160deg,#fbf4ea,#f1e5d3);
}
.lm-prize__eyebrow { font: 400 14px var(--lm-font); color: var(--lm-muted); }
.lm-prize__title   { font: 600 30px var(--lm-serif); color: var(--lm-green); }
.lm-prize__cond    { font: 400 12.5px var(--lm-font); color: var(--lm-faint); }
#lm-canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; cursor: grab; }

.lm-hint { text-align: center; margin: 8px 0 0; font: 400 12.5px var(--lm-font); color: var(--lm-faint); }
.lm-hint[hidden] { display: none; }

.lm-form { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.lm-form[hidden] { display: none; }
.lm-form input {
  border: 1px solid rgba(51,48,43,.16); border-radius: 12px; padding: 12px 14px;
  font: 400 14px var(--lm-font); background: #fff; color: var(--lm-ink); width: 100%;
}
.lm-form input:focus { outline: 2px solid var(--lm-green); outline-offset: 1px; }
.lm-error { font: 400 12px var(--lm-font); color: #c0603f; }
.lm-error[hidden] { display: none; }

.lm-btn {
  width: 100%; padding: 13px; border: none; border-radius: 999px;
  background: var(--lm-cta); color: #fffdf8; font: 600 15px var(--lm-font); cursor: pointer;
}
.lm-btn:hover { background: #2b2b2b; }
.lm-fine { margin: 2px 0 0; text-align: center; font: 400 11.5px/1.5 var(--lm-font); color: var(--lm-faint); }

.lm-done { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; }
.lm-done[hidden] { display: none; }
.lm-done__msg {
  background: #eef1e9; color: #47543f; padding: 14px; border-radius: 12px;
  font: 400 13.5px/1.55 var(--lm-font); text-align: center;
}
.lm-done .lm-btn { background: var(--lm-green); }
.lm-done .lm-btn:hover { background: var(--lm-green-dark); }

.lm-tab {
  position: fixed; right: 0; bottom: 120px; z-index: 2147482000;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 20px 14px 18px; border: none; border-radius: 999px 0 0 999px;
  background: var(--lm-cta); color: #fffdf8; font: 600 14px var(--lm-font); cursor'
  : pointer;
  box-shadow: 0 16px 30px -14px rgba(51,48,43,.7);
  animation: lm-tab-in .45s ease both, lm-pulse 2.8s ease-out 1s infinite;
}
.lm-tab[hidden] { display: none; }
.lm-tab:hover { background: #2b2b2b; }
.lm-tab__dot { width: 22px; height: 22px; border-radius: 6px; background: var(--lm-clay); display: inline-block; }

@keyframes lm-fade   { from { opacity: 0; } to { opacity: 1; } }
@keyframes lm-pop    { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes lm-tab-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
@keyframes lm-pulse  { 0% { box-shadow: 0 0 0 0 rgba(28,26,23,.4); } 70% { box-shadow: 0 0 0 14px rgba(28,26,23,0); } 100% { box-shadow: 0 0 0 0 rgba(28,26,23,0); } }

@media (max-width: 900px) {
  .lm-card { width: 374px; border-radius: 24px; }
  .lm-media { display: none; }
  .lm-body { padding: 30px 22px 24px; }
  .lm-logo { height: 34px; }
  .lm-title { font-size: 30px; margin: 10px 0 4px; }
  .lm-scratch { height: 170px; border-radius: 14px; }
  .lm-prize__title { font-size: 24px; }
}
@media (max-width: 480px) {
  .lm-card { width: 100%; }
  .lm-body { padding: 26px 20px 22px; }
  .lm-title { font-size: 28px; }
  .lm-tab { bottom: 90px; padding: 12px 16px 12px 14px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .lm-overlay, .lm-card, .lm-tab { animation: none !important; }
}