/* Cornerstock design system */
*,*::before,*::after{box-sizing:border-box}
:root{
  --ink:#191b19;--mute:#636763;--faint:#8b8f8b;
  --white:#fff;--wash:#f4f3f0;--tint:#e9eee9;--line:#e3e2dd;--line-2:#d3d2cc;
  --brand:#0b5138;--brand-d:#083c29;--brand-l:#0f6b4b;--pop:#e8481f;--gold:#f0a202;
  --r:10px;--r-lg:14px;--gut:24px;--maxw:1320px;
  --h-ann:34px;--h-hdr:56px;--h-tab:58px;
}
@media(min-width:900px){:root{--gut:40px;--h-hdr:72px}}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--white);color:var(--ink);
  font-family:"Instrument Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;
  padding-bottom:calc(var(--h-tab) + env(safe-area-inset-bottom))}
@media(min-width:900px){body{font-size:16px;padding-bottom:0}}
h1,h2,h3,h4{font-family:Archivo,system-ui,sans-serif;margin:0;font-weight:800;letter-spacing:-.028em;line-height:1.05}
p{margin:0}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}
img{height:auto}
button{font:inherit;color:inherit;cursor:pointer;border:0;background:none;padding:0}
ul{margin:0;padding:0;list-style:none}
:focus-visible{outline:2.5px solid var(--pop);outline-offset:2px;border-radius:6px}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gut)}
.skip{position:absolute;left:-9999px;top:0;background:#fff;padding:12px 18px;z-index:200}
.skip:focus{left:8px;top:8px}

/* ---------- announcement ---------- */
.ann{background:var(--brand);color:#fff;height:var(--h-ann);display:flex;align-items:center;font-size:12.5px;font-weight:500;overflow:hidden}
.ann .wrap{display:flex;justify-content:center;gap:18px;width:100%}
.ann s{text-decoration:none;opacity:.5}
.ann em{font-style:normal;display:none}
@media(min-width:760px){.ann{font-size:13px}.ann em{display:inline}}

/* ---------- header ---------- */
.hdr{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line)}
.hdr .wrap{display:flex;align-items:center;gap:10px;height:var(--h-hdr)}
@media(min-width:900px){.hdr .wrap{gap:26px}}
.logo{display:flex;align-items:center;gap:8px;font-family:Archivo;font-weight:800;font-size:19px;letter-spacing:-.045em;flex:none}
@media(min-width:900px){.logo{font-size:22px}}
.logo .mark{width:26px;height:26px;border-radius:7px;background:var(--brand);display:grid;place-items:center;flex:none}
.logo .mark svg{width:15px;height:15px;color:#fff;stroke-width:2.4}
.logo img{max-height:34px;width:auto}
.hsearch{flex:1;position:relative;display:none}
@media(min-width:900px){.hsearch{display:block;max-width:620px}}
.hsearch input{width:100%;height:46px;border:1.5px solid var(--line-2);border-radius:9px;background:var(--wash);padding:0 50px 0 16px;font:inherit;font-size:15px;color:var(--ink)}
.hsearch input:focus{background:#fff;border-color:var(--brand);outline:none}
.hsearch input::placeholder{color:var(--faint)}
.hsearch button{position:absolute;right:4px;top:4px;width:38px;height:38px;border-radius:7px;background:var(--brand);color:#fff;display:grid;place-items:center}
.hsearch button svg{width:19px;height:19px}
.hacts{margin-left:auto;display:flex;align-items:center;gap:2px}
.icb{height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;border-radius:9px;position:relative;color:var(--ink)}
.icb svg{width:21px;height:21px}
.icb u{display:none}
.icb:hover{background:var(--wash)}
.icb i{position:absolute;top:1px;right:1px;background:var(--pop);color:#fff;font-family:Archivo;font-weight:700;font-size:10.5px;font-style:normal;
  min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:grid;place-items:center;line-height:1}
@media(min-width:900px){
  .icb{flex-direction:column;gap:1px;height:48px;padding:0 11px;font-size:11px;font-weight:500}
  .icb u{display:block;text-decoration:none}
  .icb i{top:-1px;right:4px}
  .hacts{gap:4px}
  .icb-menu{display:none}
}
.nav{display:none;border-bottom:1px solid var(--line);background:#fff}
@media(min-width:900px){.nav{display:block}}
.nav ul{display:flex;align-items:center;gap:4px;height:46px}
.nav a{padding:7px 12px;border-radius:8px;font-size:14.5px;font-weight:500;display:block}
.nav a:hover{background:var(--wash)}
.nav li.cs-hot>a{color:var(--pop);font-weight:600}

/* ---------- mobile drawer ---------- */
.drawer{position:fixed;inset:0;z-index:100;visibility:hidden}
.drawer[data-open="1"]{visibility:visible}
.drawer .veil{position:absolute;inset:0;background:rgba(0,0,0,.42);opacity:0;transition:opacity .18s}
.drawer[data-open="1"] .veil{opacity:1}
.drawer .panel{position:absolute;inset:0 22% 0 0;max-width:340px;background:#fff;transform:translateX(-100%);transition:transform .2s ease;display:flex;flex-direction:column}
.drawer[data-open="1"] .panel{transform:none}
.drawer .top{display:flex;align-items:center;justify-content:space-between;height:var(--h-hdr);padding:0 16px;border-bottom:1px solid var(--line)}
.drawer nav{overflow-y:auto;padding:8px 0}
.drawer nav a{display:block;padding:13px 18px;font-size:16px;font-weight:500;border-bottom:1px solid var(--line)}
.drawer .foot{margin-top:auto;padding:16px;border-top:1px solid var(--line);font-size:13.5px;color:var(--mute)}

/* ---------- bottom tabs ---------- */
.tabs{position:fixed;left:0;right:0;bottom:0;z-index:80;background:rgba(255,255,255,.97);
  border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);
  height:calc(var(--h-tab) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}
.tabs a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10.5px;font-weight:500;color:var(--faint);position:relative}
.tabs svg{width:21px;height:21px}
.tabs a.on{color:var(--brand)}
.tabs a.on svg{stroke-width:2}
.tabs i{position:absolute;top:5px;left:50%;margin-left:5px;background:var(--pop);color:#fff;font-style:normal;font-family:Archivo;font-weight:700;
  font-size:10px;min-width:15px;height:15px;padding:0 3px;border-radius:8px;display:grid;place-items:center;line-height:1}
@media(min-width:900px){.tabs{display:none}}

/* ---------- board hero ---------- */
.board{background:var(--wash);border-bottom:1px solid var(--line);padding:20px 0 24px}
@media(min-width:900px){.board{padding:28px 0 34px}}
.board-top{display:grid;gap:14px;margin-bottom:16px}
@media(min-width:960px){.board-top{grid-template-columns:minmax(0,1fr) minmax(0,560px);align-items:center;gap:40px;margin-bottom:20px}}
.board h1{font-size:clamp(25px,5.6vw,38px);letter-spacing:-.04em;line-height:1.02;max-width:16ch}
.board .lede{color:var(--mute);font-size:14.5px;line-height:1.5;margin-top:8px;max-width:52ch}
@media(min-width:900px){.board .lede{font-size:15.5px}}
.bs{position:relative}
.bs input{width:100%;height:50px;border:1.5px solid var(--line-2);border-radius:11px;background:#fff;color:var(--ink);font:inherit;font-size:15.5px;padding:0 54px 0 16px}
@media(min-width:900px){.bs input{height:56px;font-size:16.5px;padding-left:18px}}
.bs input:focus{outline:none;border-color:var(--brand)}
.bs input::placeholder{color:var(--faint)}
.bs>button{position:absolute;right:5px;top:5px;bottom:5px;width:42px;border-radius:8px;background:var(--pop);color:#fff;display:grid;place-items:center}
.bs>button svg{width:20px;height:20px;stroke-width:2}
.sugg{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;z-index:70;display:none}
.sugg[data-open="1"]{display:block}
.sugg h4{font-size:11.5px;font-weight:700;color:var(--faint);padding:11px 14px 5px}
.sugg a{display:flex;align-items:center;gap:11px;padding:8px 14px;font-size:14.5px}
.sugg a:hover,.sugg a:focus{background:var(--wash)}
.sugg .th{width:36px;height:36px;border-radius:7px;background:var(--tint);display:grid;place-items:center;color:var(--brand);flex:none;overflow:hidden}
.sugg .th img{width:100%;height:100%;object-fit:cover}
.sugg .th svg{width:19px;height:19px}
.sugg .cr svg{width:17px;height:17px;color:var(--faint);flex:none}
.sugg .pr{margin-left:auto;font-family:Archivo;font-weight:700;font-size:14.5px;white-space:nowrap}
.sugg hr{border:0;border-top:1px solid var(--line);margin:6px 0}
.sugg .empty{padding:14px;font-size:14px;color:var(--mute)}

.bento{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:620px){.bento{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}}
@media(min-width:1100px){.bento{grid-template-columns:repeat(8,minmax(0,1fr))}}
.bt{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:12px;display:flex;flex-direction:column;min-height:104px;position:relative;overflow:hidden}
@media(min-width:620px){.bt{padding:14px;min-height:126px}}
.bt svg.bt-i{width:24px;height:24px;color:var(--brand)}
@media(min-width:620px){.bt svg.bt-i{width:27px;height:27px}}
.bt h3{font-size:14.5px;margin-top:auto;letter-spacing:-.025em;line-height:1.15}
@media(min-width:620px){.bt h3{font-size:15.5px}}
.bt p{font-size:12px;color:var(--mute);margin-top:3px}
.bt:hover{border-color:var(--brand)}
.bt-thumb{position:absolute;right:-12px;bottom:-12px;width:78px;height:78px;border-radius:12px;object-fit:cover;opacity:.9}
.bt-pop{background:var(--pop);border-color:var(--pop);color:#fff}
.bt-pop svg.bt-i,.bt-pop p{color:#ffd6c8}
.bt-ink{background:var(--ink);border-color:var(--ink);color:#fff}
.bt-ink svg.bt-i{color:#4fbf8f}.bt-ink p{color:#a6aaa6}
.bt-brand{background:var(--brand);border-color:var(--brand);color:#fff}
.bt-brand svg.bt-i{color:#8fd6b4}.bt-brand p{color:#b9d4c8}

.promises{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none;margin-top:14px;
  margin-inline:calc(var(--gut)*-1);padding-inline:var(--gut)}
.promises::-webkit-scrollbar{display:none}
.promises span{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--mute);white-space:nowrap;flex:none}
.promises svg{width:16px;height:16px;color:var(--brand);flex:none}

/* ---------- sections ---------- */
.sec{padding:30px 0}
@media(min-width:900px){.sec{padding:48px 0}}
.sec-wash{background:var(--wash)}
.hd{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}
@media(min-width:900px){.hd{margin-bottom:22px}}
.hd h2{font-size:clamp(21px,4.6vw,32px)}
.hd .sub{color:var(--mute);font-size:14px;margin-top:6px;max-width:54ch;line-height:1.45}
@media(min-width:900px){.hd .sub{font-size:15px}}
.hd .more{font-size:14px;font-weight:600;color:var(--brand);white-space:nowrap;display:flex;align-items:center;gap:5px;flex:none}
.hd .more svg{width:15px;height:15px;stroke-width:2.2}
.deals-hd{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.deals-hd h2{font-size:clamp(21px,4.6vw,32px)}
.timer{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--mute)}
.timer div{display:flex;gap:3px}
.timer b{background:var(--ink);color:#fff;font-family:Archivo;font-weight:700;font-size:14px;padding:5px 7px;border-radius:5px;min-width:30px;text-align:center;line-height:1}

/* ---------- scroll rails ---------- */
.scrollx{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;
  margin-inline:calc(var(--gut)*-1);padding-inline:var(--gut)}
.scrollx::-webkit-scrollbar{display:none}
.scrollx>*{flex:none;scroll-snap-align:start}
.jump{border-bottom:1px solid var(--line);background:#fff}
.jump .scrollx{padding-block:12px}
.jump a{display:flex;align-items:center;gap:8px;height:40px;padding:0 14px;border:1.5px solid var(--line);border-radius:8px;
  font-size:14px;font-weight:500;white-space:nowrap;background:#fff}
.jump svg{width:18px;height:18px;color:var(--brand)}
.jump a:hover{border-color:var(--brand);background:var(--tint)}
.jump a.hot{background:var(--pop);border-color:var(--pop);color:#fff}
.jump a.hot svg{color:#fff}
.shelf{position:relative;padding-bottom:14px}
.shelf::after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:var(--tint);border-radius:3px}

/* ---------- product cards ---------- */
ul.products,.grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none}
@media(min-width:560px){ul.products,.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}
@media(min-width:960px){ul.products,.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}
@media(min-width:1220px){.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}}
ul.products.scrollx{display:flex}
.scrollx.rail{padding-block:2px 4px;gap:10px}
@media(min-width:560px){.scrollx.rail{gap:14px}}
.rail .pc{width:150px}
@media(min-width:560px){.rail .pc{width:196px}}

li.product,.pc{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);display:flex;flex-direction:column;
  overflow:hidden;min-width:0;position:relative;list-style:none;margin:0;width:auto;float:none}
.pc:hover{border-color:var(--line-2)}
.pc-media{position:relative;aspect-ratio:1;background:var(--tint);display:grid;place-items:center;color:var(--brand);overflow:hidden}
.pc-media img{width:100%;height:100%;object-fit:cover}
.pc-media>svg{width:46%;height:46%;opacity:.55;stroke-width:1.35}
.bdgs{position:absolute;top:7px;left:7px;display:flex;flex-direction:column;gap:4px;align-items:flex-start;max-width:calc(100% - 48px);z-index:2}
.bdg{font-family:Archivo;font-weight:700;font-size:10.5px;line-height:1;padding:4px 6px;border-radius:4px;background:var(--ink);color:#fff;letter-spacing:-.01em}
.bdg-sale{background:var(--pop)}
.bdg-new{background:var(--brand)}
.bdg-best{background:var(--gold);color:#3a2900}
.wish{position:absolute;top:5px;right:5px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;
  color:var(--mute);background:rgba(255,255,255,.9);z-index:3}
.wish svg{width:17px;height:17px}
.wish:hover,.wish[aria-pressed="true"]{color:var(--pop)}
.wish[aria-pressed="true"] svg{fill:var(--pop)}
.pc-b{padding:9px 10px 10px;display:flex;flex-direction:column;gap:5px;flex:1}
@media(min-width:560px){.pc-b{padding:11px 12px 12px;gap:6px}}
.pc-t{font-family:"Instrument Sans";font-weight:500;font-size:13.5px;line-height:1.32;letter-spacing:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.64em}
@media(min-width:560px){.pc-t{font-size:14.5px}}
.rt{display:flex;align-items:center;gap:5px;font-size:11.5px;color:var(--faint)}
.rt s{text-decoration:none;color:var(--gold);letter-spacing:-1.5px;font-size:12.5px}
@media(min-width:560px){.rt{font-size:12px}}
.pc-note{font-size:11.5px;font-weight:600;color:var(--pop);display:flex;align-items:center;gap:4px}
.pc-note svg{width:13px;height:13px}
.pc-note.ok{color:var(--brand)}
.foot{margin-top:auto;padding-top:3px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}
.pr{min-width:0}
.pr .now{font-family:Archivo;font-weight:800;font-size:17px;letter-spacing:-.035em;display:block;line-height:1.1}
@media(min-width:560px){.pr .now{font-size:18.5px}}
.pr .old{font-size:11.5px;color:var(--faint);display:flex;gap:5px;align-items:center;margin-top:2px}
.pr .old b{color:var(--pop);font-weight:600}
.addb{flex:none;height:34px;min-width:34px;padding:0 9px;border-radius:8px;background:var(--brand);color:#fff;
  display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}
.addb svg{width:16px;height:16px;stroke-width:1.9}
.addb span{display:none}
@media(min-width:560px){.addb{height:36px;padding:0 12px}.addb span{display:block}}
.addb:hover{background:var(--brand-d);color:#fff}
.addb.loading{opacity:.6;pointer-events:none}
.addb.added::after{content:"";}
.pc .added_to_cart{position:absolute;inset:auto 0 0 0;background:var(--brand-d);color:#fff;font-size:12px;font-weight:600;
  text-align:center;padding:7px}

/* ---------- price tiers / bundles / trust / cats ---------- */
.tiers{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
@media(min-width:700px){.tiers{grid-template-columns:repeat(4,1fr);gap:14px}}
.tier{border:1.5px solid var(--line);border-radius:var(--r-lg);padding:14px;background:#fff;display:block}
.tier b{display:block;font-family:Archivo;font-weight:800;font-size:22px;letter-spacing:-.04em}
.tier span{font-size:12.5px;color:var(--mute);display:block;margin-top:3px}
.tier:hover{border-color:var(--brand);background:var(--tint)}
.bundles{display:grid;gap:12px}
@media(min-width:820px){.bundles{grid-template-columns:repeat(3,1fr);gap:16px}}
.bun{border:1.5px solid var(--line);border-radius:var(--r-lg);padding:16px;display:flex;flex-direction:column;gap:11px;background:#fff}
@media(min-width:820px){.bun{padding:20px}}
.bun:hover{border-color:var(--brand)}
.bun h3{font-size:19px}
.bun .th{display:flex;gap:6px}
.bun .th div{width:46px;height:46px;border-radius:8px;background:var(--tint);display:grid;place-items:center;color:var(--brand)}
.bun .th svg{width:23px;height:23px;opacity:.6}
.bun p{font-size:13.5px;color:var(--mute);line-height:1.45}
.bun .save{font-size:12.5px;font-weight:700;color:var(--pop)}
.bun .btn{margin-top:auto}
.trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
@media(min-width:880px){.trust{grid-template-columns:repeat(4,1fr)}}
.trust>div{background:#fff;padding:16px 14px;display:flex;gap:10px;align-items:flex-start}
@media(min-width:880px){.trust>div{padding:20px 18px;gap:12px}}
.trust svg{width:20px;height:20px;color:var(--brand);flex:none;margin-top:2px}
.trust h3{font-size:14.5px;letter-spacing:-.015em;font-weight:700}
.trust p{font-size:12.5px;color:var(--mute);margin-top:3px;line-height:1.4}
.cats{display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}
@media(min-width:760px){.cats{grid-template-columns:repeat(3,1fr);gap:14px}}
@media(min-width:1100px){.cats{grid-template-columns:repeat(5,1fr)}}
.cat{border:1px solid var(--line);border-radius:var(--r-lg);padding:14px;display:flex;flex-direction:column;min-height:126px;background:var(--tint);overflow:hidden;position:relative}
@media(min-width:760px){.cat{padding:18px;min-height:148px}}
.cat svg{width:28px;height:28px;color:var(--brand)}
.cat h3{font-size:15.5px;margin-top:auto;letter-spacing:-.025em;line-height:1.15}
@media(min-width:760px){.cat h3{font-size:16.5px}}
.cat p{font-size:12.5px;color:var(--mute);margin-top:4px}
.cat:hover{background:var(--brand);color:#fff}
.cat:hover svg{color:#fff}.cat:hover p{color:#b9d4c8}

/* ---------- buttons ---------- */
.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;border-radius:9px;
  font-family:"Instrument Sans",sans-serif;font-size:15px;font-weight:600;background:var(--brand);color:#fff;
  border:1.5px solid var(--brand);line-height:1;text-transform:none}
.btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--brand-d);border-color:var(--brand-d);color:#fff}
.btn-sm{height:40px;font-size:14px;padding:0 16px}
.btn-pop{background:var(--pop);border-color:var(--pop)}
.btn-pop:hover{background:#c93a15;border-color:#c93a15}
.btn-line{background:#fff;color:var(--ink);border-color:var(--line-2)}
.btn-line:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.btn-block{display:flex;width:100%}

/* ---------- delivery bar ---------- */
.dbar-wrap{position:sticky;bottom:calc(var(--h-tab) + env(safe-area-inset-bottom) + 8px);z-index:70;
  padding-inline:var(--gut);max-width:var(--maxw);margin:0 auto 20px}
@media(min-width:900px){.dbar-wrap{bottom:16px}}
.dbar{background:var(--ink);color:#fff;border-radius:12px;padding:11px 12px;display:flex;align-items:center;gap:12px}
@media(min-width:900px){.dbar{padding:14px 20px;gap:20px}}
.dbar .t{flex:1;min-width:0}
.dbar .t p{font-size:13.5px;line-height:1.3}
@media(min-width:900px){.dbar .t p{font-size:15px}}
.dbar b{font-family:Archivo;font-weight:800}
.bar{height:6px;border-radius:3px;background:#3a3d3a;margin-top:7px;overflow:hidden;max-width:420px}
.bar i{display:block;height:100%;background:var(--pop);border-radius:3px}
.dbar .btn{flex:none;height:38px;font-size:13.5px;padding:0 13px}
@media(min-width:900px){.dbar .btn{height:42px;font-size:14.5px;padding:0 18px}}

/* ---------- page / shop chrome ---------- */
.page-head{border-bottom:1px solid var(--line);padding:22px 0}
.page-head h1{font-size:clamp(24px,5vw,36px)}
.page-head .crumbs{font-size:13px;color:var(--mute);margin-bottom:9px}
.page-head .crumbs a:hover{color:var(--brand)}
.page-head .desc{color:var(--mute);font-size:14.5px;margin-top:8px;max-width:70ch}
.shoplayout{display:grid;gap:24px;padding:26px 0}
@media(min-width:1000px){.shoplayout{grid-template-columns:250px minmax(0,1fr);gap:40px;padding:34px 0}}
.filters{display:none}
@media(min-width:1000px){.filters{display:block}}
.filters .widget{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}
.filters .widget-title,.filters h2{font-size:15px;margin-bottom:10px}
.filters ul li{font-size:14px;padding:5px 0;color:var(--mute)}
.filters ul li a:hover{color:var(--brand)}
.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.toolbar .count{font-size:13.5px;color:var(--mute)}
.woocommerce-ordering select,.toolbar select{height:40px;border:1.5px solid var(--line);border-radius:8px;padding:0 10px;font:inherit;font-size:14px;background:#fff}
.mfilter{position:sticky;top:var(--h-hdr);z-index:40;background:#fff;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}
@media(min-width:1000px){.mfilter{display:none}}
.mfilter button{background:#fff;height:46px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:14.5px;font-weight:600}
.mfilter svg{width:17px;height:17px}
.entry{padding:28px 0;max-width:72ch}
.entry h2{font-size:24px;margin:26px 0 10px}
.entry h3{font-size:19px;margin:20px 0 8px}
.entry p{margin-bottom:14px;line-height:1.65;color:#333633}
.entry ul{list-style:disc;padding-left:20px;margin-bottom:14px}
.entry li{margin-bottom:6px;line-height:1.6}
.entry a{color:var(--brand);text-decoration:underline}

/* ---------- woocommerce resets ---------- */
.woocommerce ul.products li.product a img{margin:0;box-shadow:none}
.woocommerce ul.products li.product .price{color:var(--ink);font-size:inherit;margin:0}
.woocommerce ul.products li.product .button{margin:0}
.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{margin:0;font-size:13.5px;color:var(--mute)}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:6px;justify-content:center;margin-top:26px}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  border:1.5px solid var(--line);border-radius:8px;min-width:42px;height:42px;display:grid;place-items:center;font-weight:600;font-size:14.5px;padding:0 10px}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--ink);color:#fff;border-color:var(--ink)}
.woocommerce .quantity .qty{height:46px;border:1.5px solid var(--line-2);border-radius:9px;width:70px;text-align:center;font:inherit}
.woocommerce div.product .product_title{font-family:Archivo;font-weight:800;letter-spacing:-.03em;font-size:clamp(22px,4vw,32px)}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-family:Archivo;font-weight:800;letter-spacing:-.03em;
  font-size:28px;color:var(--ink)}
.woocommerce div.product p.price del{font-family:"Instrument Sans";font-weight:400;font-size:16px;color:var(--faint)}
.woocommerce div.product p.price ins{text-decoration:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--brand);border-radius:10px;background:var(--wash);font-size:14.5px}
.woocommerce-message::before,.woocommerce-info::before{color:var(--brand)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,
.select2-container--default .select2-selection--single{
  height:48px;border:1.5px solid var(--line-2);border-radius:9px;padding:0 14px;font:inherit;font-size:15px}
.woocommerce form .form-row textarea{height:auto;padding:12px 14px}
.woocommerce form .form-row label{font-size:13.5px;font-weight:600;margin-bottom:5px}
.reassure{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px;font-size:13.5px;color:var(--mute)}
.reassure span{display:flex;align-items:center;gap:6px}
.reassure svg{width:16px;height:16px;color:var(--brand)}
.stickybuy{position:fixed;left:0;right:0;bottom:calc(var(--h-tab) + env(safe-area-inset-bottom));z-index:75;background:#fff;
  border-top:1px solid var(--line);padding:10px var(--gut) calc(10px);display:none;align-items:center;gap:12px}
.stickybuy.on{display:flex}
@media(min-width:900px){.stickybuy{display:none!important}}
.stickybuy .p{font-family:Archivo;font-weight:800;font-size:19px}
.stickybuy .btn{flex:1}

/* ---------- footer ---------- */
.ft{background:var(--ink);color:#b6bab6;padding:36px 0 26px;margin-top:6px}
.ft-c{display:grid;gap:26px}
@media(min-width:760px){.ft-c{grid-template-columns:1.7fr repeat(3,1fr);gap:32px}}
.ft h4{color:#fff;font-size:14.5px;margin-bottom:11px;letter-spacing:-.015em}
.ft li{margin-bottom:7px;font-size:13.5px}
.ft a:hover{color:#fff}
.ft .logo{color:#fff;margin-bottom:10px}
.ft .logo .mark{background:#fff}.ft .logo .mark svg{color:var(--ink)}
.ft .blurb{font-size:13.5px;line-height:1.55;max-width:40ch}
.ft-b{border-top:1px solid #33362f;margin-top:28px;padding-top:18px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:12.5px}
.pays{display:flex;gap:5px;flex-wrap:wrap}
.pays span{background:#2a2d29;border-radius:4px;padding:4px 7px;font-size:10.5px;font-weight:600;color:#dfe2df}
