:root{--bg: #f5ecd7;--text: #2b2416;--text-muted: rgba(43,36,22,.65);--surface: #efe2c3;--surface-border: rgba(201,162,39,.5);--nav-bg: #f5ecd7;--nav-text: #1c1710;--nav-border: #c9a227;--nav-hover: #7a1f1f;--accent: #c9a227;--accent-strong: #7a1f1f;--btn-bg: #1c1710;--btn-text: #f5ecd7;--btn-hover: #7a1f1f;--card-hover-border: #1c1710;--card-idle-border: rgba(28,23,16,.15)}html[data-mode=dark]{--bg: #161109;--text: #f3e9d2;--text-muted: rgba(243,233,210,.62);--surface: #211a10;--surface-border: rgba(232,195,74,.35);--nav-bg: #1c1710;--nav-text: #f3e9d2;--nav-border: #8a6d1f;--nav-hover: #ff9d6e;--accent: #e8c34a;--accent-strong: #ff8a65;--btn-bg: #e8c34a;--btn-text: #1c1710;--btn-hover: #ffd873;--card-hover-border: #e8c34a;--card-idle-border: rgba(243,233,210,.15)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Merriweather,Georgia,serif;transition:background-color .2s ease,color .2s ease}h1,h2,h3,.display{font-family:Playfair Display,Georgia,serif;font-weight:900;margin:0 0 .5rem}a{color:inherit;text-decoration:none}.wrap{max-width:1152px;margin:0 auto;padding:0 24px}.wrap-narrow{max-width:896px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:var(--nav-bg);color:var(--nav-text);border-bottom:2px solid var(--nav-border);box-shadow:0 2px 8px #00000014}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px}.site-header__logo img{height:48px;width:auto;display:block;border-radius:8px}.site-nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.03em}.site-nav a:hover{color:var(--nav-hover)}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:var(--surface);border:none;cursor:pointer;color:var(--nav-text)}.cart-bubble{position:absolute;top:-4px;right:-4px;background:var(--accent-strong);color:#fff;font-size:10px;font-weight:900;border-radius:999px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0 3px}.header-actions{display:flex;align-items:center;gap:10px}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--nav-text);cursor:pointer}.mobile-menu{display:none;flex-direction:column;gap:10px;padding:0 24px 16px;font-weight:700;text-transform:uppercase;font-size:14px;border-top:1px solid var(--surface-border)}.mobile-menu.is-open{display:flex}@media(max-width:800px){.site-nav.desktop-only{display:none}.mobile-menu-toggle{display:inline-flex}}.btn{display:inline-flex;align-items:center;gap:8px;font-weight:700;padding:12px 24px;border-radius:999px;border:none;cursor:pointer;font-family:inherit;font-size:15px;background:var(--btn-bg);color:var(--btn-text);transition:background-color .15s ease}.btn:hover{background:var(--btn-hover)}.btn-outline{background:transparent;border:2px solid var(--text);color:var(--text)}.btn-outline:hover{background:var(--text);color:var(--bg)}.hero{padding:60px 0}.hero-grid{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:900px){.hero-grid{grid-template-columns:1fr 1fr}}.eyebrow{display:inline-block;background:var(--accent);color:var(--btn-bg);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em;padding:6px 14px;border-radius:999px;margin-bottom:16px}.hero h1{font-size:44px;line-height:1.05;margin-bottom:20px}.hero p.lede{font-size:18px;color:var(--text-muted);max-width:460px;margin-bottom:28px}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}.hero-logo img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 40px #00000040;display:block}.give-back-badge{display:inline-block;margin-top:16px;padding:12px 20px;border-radius:16px;font-weight:900;background:var(--btn-bg);color:var(--btn-text)}.section{padding:70px 0}.section-tight{padding:40px 0}.section-title{font-size:30px;text-align:center;margin-bottom:8px}.section-sub{text-align:center;color:var(--text-muted);margin-bottom:40px}.about-panel{background:var(--surface);border-top:1px solid var(--surface-border);border-bottom:1px solid var(--surface-border)}.about-panel p{color:var(--text-muted);max-width:720px;margin:0 auto 16px;line-height:1.7}.flavor-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:700px){.flavor-grid{grid-template-columns:repeat(3,1fr)}}.flavor-card{border-radius:24px;overflow:hidden;box-shadow:0 8px 20px #0000001f;transition:transform .15s ease,box-shadow .15s ease;display:block}.flavor-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000002e}.flavor-card__art{padding:8px;display:flex;align-items:center;justify-content:center}.flavor-card__art img{width:100%;height:auto;border-radius:12px;display:block}.flavor-card__body{padding:20px;color:#f5ecd7}.flavor-card__body h3{font-size:20px;margin-bottom:6px}.flavor-card__body p{margin:0;opacity:.8;font-size:14px}.bundle-promo{margin-top:32px;border-radius:24px;border:2px solid var(--accent);background:var(--surface);padding:28px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.bundle-stack{display:flex}.bundle-stack img{width:56px;height:56px;border-radius:999px;border:2px solid var(--bg);margin-left:-16px;background:var(--surface);object-fit:contain}.bundle-stack img:first-child{margin-left:0}.giveback-panel{border-radius:24px;border:2px solid var(--accent);background:var(--surface);padding:40px;text-align:center}.product-hero{padding:56px 0 40px}.product-grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:850px){.product-grid{grid-template-columns:1fr 1fr}}.product-media img{width:100%;height:auto;border-radius:24px;display:block}.product-form select,.product-form input[type=number]{font-family:inherit;padding:10px 14px;border-radius:12px;border:2px solid var(--card-idle-border);background:var(--bg);color:var(--text);margin-bottom:16px}.price-tag{font-size:22px;font-weight:900;margin:10px 0 20px}.product-description{color:var(--text-muted);line-height:1.7;margin-bottom:24px}.product-description p{margin:0 0 1em}.cart-line{display:flex;align-items:center;gap:16px;border:2px solid var(--card-idle-border);background:var(--surface);border-radius:16px;padding:16px;margin-bottom:16px;flex-wrap:wrap}.cart-line img{width:80px;height:80px;object-fit:contain;border-radius:12px;background:var(--bg)}.cart-line__title{font-weight:900}.cart-summary{border:2px solid var(--accent);background:var(--surface);border-radius:24px;padding:28px;margin-top:24px}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:8px;color:var(--text-muted)}.cart-summary-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin:16px 0}.site-footer{background:var(--nav-bg);color:var(--nav-text);border-top:2px solid var(--nav-border);margin-top:60px}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:40px 24px}.site-footer small{opacity:.6}.charity-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:700px){.charity-grid{grid-template-columns:1fr 1fr}}.charity-card{border:2px solid var(--card-idle-border);border-radius:16px;padding:20px}.charity-card h3{font-size:18px;margin-bottom:6px}.charity-card p{color:var(--text-muted);margin:0;font-size:14px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
