/** Shopify CDN: Minification failed

Line 17:7 Expected identifier but found whitespace
Line 17:9 Unexpected "{"
Line 17:19 Expected ":"
Line 18:9 Expected identifier but found whitespace
Line 18:11 Unexpected "{"
Line 18:21 Expected ":"
Line 19:12 Expected identifier but found whitespace
Line 19:14 Unexpected "{"
Line 19:24 Expected ":"
Line 20:14 Expected identifier but found whitespace
... and 13 more hidden warnings

**/
:root{
  --bg: {{ settings.color_bg }};
  --text: {{ settings.color_text }};
  --primary: {{ settings.color_primary }};
  --secondary: {{ settings.color_secondary }};
  --accent: {{ settings.color_accent }};
  --container: {{ settings.container_width | default: '1200' }}px;
  --radius: {{ settings.radius | default: '18' }}px;
}
*{box-sizing:border-box}html{font-size:16px}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}

.container{max-width:var(--container);margin-inline:auto;padding:24px}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid #eee;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand-text{font-weight:700;font-size:1.125rem}
.nav{display:flex;gap:18px;align-items:center}
.nav a{text-decoration:none;color:inherit;opacity:.85}
.nav a:hover{opacity:1}
.menu-toggle{display:none}
.btn{display:inline-block;padding:12px 18px;border-radius:9999px;border:1px solid transparent;text-decoration:none;cursor:pointer}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--accent)}
.btn-ghost{border-color:var(--secondary);color:var(--secondary)}
.site-main{min-height:60vh}
.site-footer{background:#0f1716;color:#eef2f1;padding:48px 0;margin-top:64px}
.site-footer h3{margin:0 0 8px 0}
.site-footer a{color:#eef2f1}
.footnote{opacity:.7;margin-top:12px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.grid2{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.narrow{max-width:800px}
.center{text-align:center}
.hero-split .eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.8rem;opacity:.75}
.hero-split h1{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:.25em 0 .4em 0}
.hero-split .lead{font-size:1.125rem;opacity:.9}
.hero-split .media .ph{height:420px;background:linear-gradient(135deg,#e7f0ee,#f7fbfa);border-radius:var(--radius)}
.features-grid .feature{padding:18px;border:1px solid #e9efed;border-radius:var(--radius);background:#fff}
.quote{max-width:760px;margin:0 auto;padding:16px}
.rte p{margin:0 0 1em 0}
.mobile-nav{display:flex;flex-direction:column;padding:16px;border-top:1px solid #eee}
/* Product */
.pdp{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.pdp-gallery{display:grid;gap:12px}
.pdp-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.pdp-price{font-size:1.5rem;font-weight:700}
.pdp-buy{display:flex;gap:12px;align-items:center;margin:16px 0}
.accordion .item{border-top:1px solid #e7ecea}
.accordion .head{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer}
.accordion .body{display:none;padding:0 0 14px 0}
.card{border:1px solid #e9efed;border-radius:var(--radius);overflow:hidden;background:#fff}
.card .pad{padding:16px}
.popup{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,.45);z-index:60}
.popup .panel{background:#fff;border-radius:var(--radius);padding:24px;max-width:520px;width:92%}
.cookie{position:fixed;bottom:16px;left:16px;right:16px;background:#111;color:#fff;padding:16px;border-radius:12px;display:none;z-index:55}
@media(max-width:960px){.grid{grid-template-columns:1fr 1fr}.grid2{grid-template-columns:1fr}.nav{display:none}.menu-toggle{display:inline-block}.pdp{grid-template-columns:1fr}}

/* === Mobile/Responsive Enhancements (NWJ) === */
img, svg, video { max-width: 100%; height: auto; }
.resp-media { position: relative; width: 100%; }
.resp-media > iframe, .resp-media > video { position:absolute; inset:0; width:100%; height:100%; border:0; }
.resp-16x9 { padding-top: 56.25%; }
.resp-4x3  { padding-top: 75%; }
.resp-1x1  { padding-top: 100%; }

@media (max-width: 640px){
  .container { padding: 18px; }
  .btn { padding: 12px 16px; }
  h1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
}

.card img { display:block; width:100%; height:auto; object-fit: cover; }
/* === Flush hero to header (NWJ overrides) === */

/* Kill any header-induced content offset */
:root { --header-bottom-position: 0px !important; }
main, .content-for-layout { padding-top: 0 !important; }

/* Remove legacy offset we may have added earlier */
body.has-solid-header main { padding-top: 0 !important; }

/* Ensure no gap after header section */
.shopify-section-header,
.shopify-section-header-sticky,
.site-header { margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* First section should never start with a margin */
.content-for-layout > .shopify-section:first-child { margin-top: 0 !important; }

/* Custom code wrapper (the section we’re using for the hero) */
.custom-code,
.custom-code > div { margin-top: 0 !important; padding-top: 0 !important; }

/* Some themes push the first section down using this adjacent selector */
.site-header + .shopify-section { margin-top: 0 !important; }

/* Safety: kill any “header bottom position” push Dawn-like themes use */
.shopify-section-header-sticky + .shopify-section { top: 0 !important; position: relative !important; }
/* Let taps pass through decorative overlays */
.nwjvh__overlay,
.nwj-fnvid__wash,
.nwj-fnvid__scrim {
  pointer-events: none;
}
