/** Shopify CDN: Minification failed

Line 15:15 Expected identifier but found "{"
Line 15:16 Unexpected "{"
Line 15:26 Expected ":"
Line 15:46 Expected identifier but found "{"
Line 15:47 Unexpected "{"
Line 15:57 Expected ":"
Line 15:73 Expected identifier but found "{"
Line 15:74 Unexpected "{"
Line 15:84 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Syne:wght@700;800&display=swap');
:root{--purple:{{ settings.purple }};--yellow:{{ settings.yellow }};--bg:{{ settings.background }};--ink:#19131f;--line:#ddd2eb;--muted:#746b7d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"Space Grotesk",sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}
.container{max-width:1180px;margin:auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:20;background:rgba(247,243,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.12em}.brand img{width:48px;height:48px;object-fit:contain}.menu{display:flex;gap:28px;font-size:14px;font-weight:700}.cart-pill{border:1px solid var(--ink);border-radius:999px;padding:10px 16px;background:#fff}.hero{padding:76px 0 60px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.eyebrow{font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--purple);font-weight:800;margin-bottom:18px}.hero h1{font-family:Syne,sans-serif;font-size:clamp(58px,9vw,116px);line-height:.84;letter-spacing:-.07em;text-transform:uppercase;margin:0}.hero p{font-size:18px;line-height:1.6;max-width:560px;margin:28px 0}.buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid var(--ink);cursor:pointer}.btn.primary{background:var(--purple);color:#fff;border-color:var(--purple)}.hero-art{min-height:440px;border-radius:34px;background:#dcd0ec;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-art:before{content:"";position:absolute;width:310px;height:310px;border-radius:50%;background:var(--yellow);top:-80px;right:-60px}.hero-art img{width:75%;max-width:370px;position:relative;z-index:1;mix-blend-mode:multiply}.marquee{overflow:hidden;background:var(--yellow);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);white-space:nowrap}.track{display:inline-block;padding:15px 0;font-weight:800;letter-spacing:.12em;animation:scroll 18s linear infinite}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.section{padding:70px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section h2{font-family:Syne,sans-serif;font-size:44px;letter-spacing:-.05em;margin:0}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid #e2d8eb;border-radius:24px;overflow:hidden;transition:.2s;box-shadow:0 8px 30px rgba(57,34,74,.06)}.card:hover{transform:translateY(-5px)}.product-media{aspect-ratio:1/1;background:#eee6f5;display:flex;align-items:center;justify-content:center;position:relative}.product-media img{width:100%;height:100%;object-fit:cover}.product-media .fallback{width:72%;height:72%;object-fit:contain;mix-blend-mode:multiply}.tag{position:absolute;top:14px;left:14px;background:var(--yellow);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.info{padding:18px}.info h3{font-size:17px;margin:0 0 7px}.price{font-weight:800;margin-top:14px}.story{background:#19131f;color:#fff;border-radius:34px;padding:56px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.story h2{font-size:52px}.story p{color:#d8cfe1;line-height:1.7;font-size:17px}.newsletter{text-align:center;background:#dcd0ec;border-radius:34px;padding:60px 24px}.newsletter p{margin:12px auto 24px;max-width:520px;line-height:1.5}.newsletter input{padding:15px 18px;border:1px solid #a99bb8;border-radius:999px;width:min(360px,100%);margin-bottom:10px;background:#fff}.site-footer{padding:40px 0;color:var(--muted);font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:25px}.product-page{padding:60px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-image{background:#eee6f5;border-radius:30px;overflow:hidden}.product-info h1{font-family:Syne,sans-serif;font-size:52px;line-height:.95;margin:0 0 15px}.product-price{font-size:22px;font-weight:800;margin:20px 0}.product-description{line-height:1.7;color:#514858}.variant{margin:24px 0}.variant label{display:block;font-weight:700;margin-bottom:8px}.variant select{width:100%;padding:13px;border:1px solid #b7a9c3;border-radius:12px;background:#fff}.qty{display:flex;gap:10px;align-items:center;margin:18px 0}.qty input{width:90px;padding:13px;border:1px solid #b7a9c3;border-radius:12px}.collection-page,.cart-page{padding:60px 0}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:100px;height:100px;object-fit:cover;border-radius:14px}.cart-total{text-align:right;margin-top:30px}.empty{text-align:center;padding:80px 0}
@media(max-width:800px){.menu{display:none}.hero,.product-layout,.story{grid-template-columns:1fr}.hero{padding-top:45px}.hero-art{min-height:320px}.grid{grid-template-columns:1fr 1fr}.story{padding:34px}.product-info h1{font-size:40px}}
@media(max-width:520px){.grid{grid-template-columns:1fr}.footer-row{flex-direction:column}.cart-row{grid-template-columns:70px 1fr}.cart-row img{width:70px;height:70px}.cart-row .cart-price,.cart-row .cart-remove{grid-column:2}}
