/*
Theme Name: UNDRAE
Theme URI: https://undrae.imediatronic.com
Author: Imediatronic
Description: Custom WooCommerce theme for UNDRAE — single-product eye care brand, UK market.
Version: 1.9.3
Requires at least: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: orbe
*/

:root{
  --ink:#111111;--body:#454645;--muted:#6E6F6E;--line:#E6E6E4;--line-soft:#F0F0EE;
  --card:#F4F3F0;--btn:#282928;--sage:#7C8B63;--sage-soft:rgba(124,139,99,.10);
  --sage-line:rgba(124,139,99,.32);--amber:#C2703A;--star:#00B67A;
  --h:"Instrument Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --b:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --wrap:1280px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--body);font-family:var(--b);font-size:14px;line-height:1.62;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none}
h1,h2,h3,h4{font-family:var(--h);color:var(--ink);font-weight:600;margin:0;line-height:1.24;letter-spacing:-.012em}
p{margin:0 0 1em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:12px;top:12px;background:#fff;padding:10px 16px;z-index:999;border:2px solid var(--ink)}
:focus-visible{outline:2px solid var(--sage);outline-offset:2px}

/* ---------- announce + header ---------- */
.announce{background:var(--ink);color:#fff;font-size:12px;overflow:hidden}
.announce__t{display:flex;gap:44px;white-space:nowrap;padding:9px 0;animation:mq 30s linear infinite}
@keyframes mq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.announce__t,.tagrow__t{animation:none}}

.site-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:1px solid var(--line-soft)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:28px}
.logo{font-family:var(--h);font-weight:700;font-size:21px;letter-spacing:.16em;color:var(--ink)}
.nav__c{display:flex;align-items:center;gap:26px;font-size:13.5px;color:var(--ink);list-style:none;margin:0;padding:0}
.gift{background:var(--amber);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;padding:3px 9px;border-radius:4px;font-family:var(--h)}
.nav__r{display:flex;align-items:center;gap:16px}
.cart-count{position:absolute;top:-6px;right:-8px;background:var(--sage);color:#fff;font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:99px;display:grid;place-items:center;font-family:var(--h)}
.cart-link{position:relative;display:block}
.burger{display:none}
@media(max-width:1000px){.nav__c{display:none}.burger{display:block}}
.mobile-nav{display:none;border-top:1px solid var(--line-soft);padding:14px 0}
.mobile-nav.open{display:block}
.mobile-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}

/* ---------- buttons ---------- */
.cta,.button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,
.woocommerce #respond input#submit,.wc-block-components-button{
  display:inline-block;background:var(--btn);color:#fff;border-radius:100px;padding:15px 28px;
  font-family:var(--h);font-size:14px;font-weight:600;transition:opacity .18s;text-align:center;line-height:1.2}
.cta:hover,.button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover{opacity:.87;background:var(--btn);color:#fff}
.cta--block{display:block;width:100%;margin-top:14px}
.cta--ghost{background:#fff;color:var(--ink);border:1.5px solid var(--ink)}

/* ---------- sections ---------- */
.section{padding:64px 0;border-top:1px solid var(--line-soft)}
.section--flush{border-top:0}
.head{text-align:center;max-width:660px;margin:0 auto 38px}
.eyebrow{font-family:var(--h);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--sage);margin-bottom:12px}
.head h2{font-size:clamp(22px,2.7vw,32px)}
.head p{margin-top:12px;color:var(--muted);font-size:14.5px}

/* ---------- product page ---------- */
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;padding:28px 0 70px;align-items:start}
@media(max-width:980px){.product-grid{grid-template-columns:1fr;gap:28px}}
.media{position:sticky;top:84px}
@media(max-width:980px){.media{position:static}}
.hero-card{background:var(--card);border-radius:10px;padding:34px 30px 0;overflow:hidden;aspect-ratio:1/1;display:flex;flex-direction:column}
.hero-card h2{font-size:clamp(19px,2.1vw,26px);text-align:center;line-height:1.32}
.hero-card h2 em{font-style:italic;font-weight:400}
.hero-card .jar{flex:1;display:grid;place-items:center;padding:14px 0}
.hero-card .jar img{max-height:100%;width:auto;object-fit:contain}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}
.thumb{background:var(--card);border-radius:8px;aspect-ratio:1;display:grid;place-items:center;padding:12%;border:1.5px solid transparent;cursor:pointer;overflow:hidden}
.thumb[aria-current="true"]{border-color:var(--ink)}

.rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;flex-wrap:wrap}
.rating__stars{display:flex;gap:2px}
.rating__stars i{width:17px;height:17px;background:var(--star);display:grid;place-items:center;font-style:normal;color:#fff;font-size:10px;border-radius:1px}
.rating b{font-weight:700;color:var(--ink)}
.rating span{color:var(--muted)}
.tp{display:inline-flex;align-items:center;gap:4px;color:var(--ink);font-weight:600}

.product-grid h1{font-size:clamp(22px,2.5vw,28px);margin-bottom:16px;max-width:22ch}
.tagrows{display:grid;gap:8px;margin-bottom:20px;position:relative}
.tagrows::before,.tagrows::after{content:"";position:absolute;top:0;bottom:0;width:44px;z-index:2;pointer-events:none}
.tagrows::before{left:0;background:linear-gradient(90deg,#fff,transparent)}
.tagrows::after{right:0;background:linear-gradient(270deg,#fff,transparent)}
.tagrow{overflow:hidden}
.tagrow__t{display:flex;gap:8px;white-space:nowrap;width:max-content;animation:mq 26s linear infinite}
.tagrow--rev .tagrow__t{animation-duration:32s;animation-direction:reverse}
.tag{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.7);border:1px solid var(--sage-line);color:#3F3F3F;font-size:11.5px;font-weight:500;padding:4px 11px;border-radius:999px}
.tag i{width:6px;height:6px;border-radius:50%;display:block}

.desc{color:var(--body);font-size:14px;max-width:56ch}
.desc.clamp{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.more{font-size:13px;color:var(--ink);text-decoration:underline;text-underline-offset:3px;margin-bottom:22px;display:inline-block}
.bens{display:grid;gap:13px;margin:4px 0 26px;list-style:none;padding:0}
.ben{display:flex;align-items:center;gap:12px;font-size:13.5px}
.ben .ic{width:30px;height:30px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;flex:0 0 auto}
.ben b{color:var(--ink);font-weight:600}

.stock{border:1px solid var(--line);border-radius:10px;padding:14px 16px;margin-bottom:14px}
.stock__top{display:flex;justify-content:space-between;font-size:11px;font-family:var(--h);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:9px}
.stock__bar{height:5px;background:var(--line);border-radius:99px;overflow:hidden}
.stock__bar i{display:block;height:100%;background:var(--amber);border-radius:99px}
.stock__meta{display:flex;justify-content:space-between;margin-top:9px;font-size:11.5px;color:var(--muted)}
.stock__meta b{color:var(--amber);font-weight:600}

.deal{background:var(--ink);color:#fff;border-radius:10px 10px 0 0;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.deal b{font-family:var(--h);font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.deal .cd{display:flex;align-items:center;gap:5px;font-size:12px}
.deal .cd u{text-decoration:none;background:rgba(255,255,255,.16);padding:3px 7px;border-radius:4px;font-variant-numeric:tabular-nums;font-weight:600}
.opts{border:1px solid var(--line);border-top:0;border-radius:0 0 10px 10px;padding:10px;display:grid;gap:8px;margin:0}
.opt{position:relative;display:grid;grid-template-columns:18px 1fr auto;gap:13px;align-items:center;border:1.5px solid var(--line);border-radius:9px;padding:15px;cursor:pointer;transition:border-color .16s,background .16s}
.opt:hover{border-color:#CFCFCB}
.opt[aria-checked="true"]{border-color:var(--ink);background:#FBFBFA}
.radio{width:17px;height:17px;border:1.5px solid #C3C3BF;border-radius:50%;position:relative}
.opt[aria-checked="true"] .radio{border-color:var(--ink)}
.opt[aria-checked="true"] .radio::after{content:"";position:absolute;inset:3.5px;border-radius:50%;background:var(--ink)}
.opt__n{font-family:var(--h);font-weight:600;font-size:14.5px;color:var(--ink);display:block}
.opt__s{font-size:12px;color:var(--muted);margin-top:2px;display:block}
.opt__p{text-align:right;line-height:1.3}
.opt__p b{font-family:var(--h);font-size:16px;font-weight:700;color:var(--ink)}
.opt__p s{display:block;font-size:12px;color:#9A9A96}
.rib{display:inline-block;vertical-align:middle;margin:-2px 0 0 8px;background:var(--sage);color:#fff;font-family:var(--h);font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:3px 8px;border-radius:99px;line-height:1.2;white-space:nowrap}
.rib--amber{background:var(--amber)}
.paybar{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:12px;font-size:11.5px;color:var(--muted);flex-wrap:wrap}
.paybar em{font-style:normal;border:1px solid var(--line);border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600;color:#777876;font-family:var(--h)}
.trust3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line-soft)}
.trust3 div{text-align:center;font-size:11.5px;color:var(--muted);line-height:1.45}
.trust3 b{display:block;font-family:var(--h);color:var(--ink);font-size:12.5px;font-weight:600;margin-bottom:2px}

.acc2{margin-top:24px;border-top:1px solid var(--line)}
.acc2 details{border-bottom:1px solid var(--line)}
.acc2 summary{list-style:none;cursor:pointer;padding:15px 0;display:flex;justify-content:space-between;align-items:center;font-family:var(--h);font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}
.acc2 summary::-webkit-details-marker{display:none}
.acc2 summary::after{content:"+";font-size:17px;font-weight:400;color:var(--muted);transition:transform .2s}
.acc2 details[open] summary::after{transform:rotate(45deg)}
.acc2 p,.acc2 ul{font-size:13px;padding-bottom:15px;margin:0}
.acc2 ul{padding-left:17px}

/* ---------- rails, reviews, experts ---------- */
.rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
.rail::-webkit-scrollbar{height:4px}
.rail::-webkit-scrollbar-thumb{background:var(--line);border-radius:9px}
.rail>*{scroll-snap-align:start;flex:0 0 clamp(255px,25%,300px)}
.rev{border:1px solid var(--line);border-radius:10px;padding:20px 18px;display:flex;flex-direction:column}
.rev__h{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.vfd{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;color:var(--sage);font-weight:600}
.rstars{color:var(--star);font-size:12px;letter-spacing:1px}
.rev h3{font-size:13.5px;margin-bottom:8px}
.rev p{font-size:13px;margin:0 0 14px;flex:1}
.rev footer{font-size:11.5px;color:var(--muted)}

.icons3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:760px;margin:36px auto 0}
.ic3{text-align:center;font-family:var(--h);font-size:12.5px;font-weight:600;color:var(--ink);line-height:1.3}
.ic3 .ic{width:44px;height:44px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;margin:0 auto 10px}
@media(max-width:700px){.icons3{gap:8px;margin-top:26px}.ic3{font-size:11px}.ic3 .ic{width:34px;height:34px;margin-bottom:8px}.ic3 .ic svg{width:16px;height:16px}}

.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
@media(max-width:1000px){.stats{grid-template-columns:repeat(2,1fr)}}
.stat{background:var(--card);border-radius:10px;padding:28px 16px;text-align:center}
.stat b{display:block;font-family:var(--h);font-size:clamp(26px,3.2vw,38px);font-weight:700;color:var(--ink);line-height:1}
.stat span{display:block;margin-top:10px;font-size:12.5px;color:var(--muted);line-height:1.45}
.fn{margin-top:16px;font-size:10.5px;color:#8E8F8D;text-align:center;line-height:1.6;max-width:820px;margin-inline:auto;letter-spacing:.02em}

.three{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:860px){.three{grid-template-columns:1fr}}
.cell{border:1px solid var(--line);border-radius:10px;padding:24px 22px}
.vd{display:inline-flex;align-items:center;gap:6px;font-family:var(--h);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.vd::before{content:"";width:7px;height:7px;border-radius:50%}
.v1{color:var(--sage)}.v1::before{background:var(--sage)}
.v2{color:var(--amber)}.v2::before{background:var(--amber)}
.v3{color:#9A9A96}.v3::before{background:#9A9A96}
.cell h3{font-size:15.5px;margin-bottom:8px}
.cell p{font-size:13px;color:var(--muted);margin:0}

.ba{border:1px solid var(--line);border-radius:10px;overflow:hidden}
.ba__imgs{display:grid;grid-template-columns:1fr 1fr}
.ba__i{aspect-ratio:1/1;background:var(--card);display:grid;place-items:center;position:relative;overflow:hidden}
.ba__i+.ba__i{border-left:1px solid var(--line)}
.ba__i em{position:absolute;top:10px;left:10px;font-style:normal;font-family:var(--h);font-size:9.5px;font-weight:700;letter-spacing:.1em;background:rgba(255,255,255,.9);padding:4px 9px;border-radius:99px;color:var(--ink);z-index:2}
.ba__b{padding:18px}
.ba__b h3{font-size:15px;margin-bottom:9px}
.ba__b .ms{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.ba__b .ms span{font-family:var(--h);font-size:9.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--sage);background:var(--sage-soft);padding:3px 8px;border-radius:99px}
.ba__b p{font-size:12.8px;color:var(--muted);margin:0}

.chart{border:1px solid var(--line);border-radius:10px;padding:26px;max-width:860px;margin:0 auto}
.chart .lg{display:flex;gap:18px;justify-content:center;margin-bottom:18px;font-size:12px}
.chart .lg i{width:18px;height:3px;display:inline-block;vertical-align:middle;margin-right:6px;border-radius:2px}

.experts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.experts{grid-template-columns:1fr}}
.ex{border:1px solid var(--line);border-radius:10px;padding:24px}
.ex__h{display:flex;gap:13px;align-items:center;margin-bottom:16px}
.ex__av{width:52px;height:52px;border-radius:50%;background:var(--card);display:grid;place-items:center;flex:0 0 auto;overflow:hidden}
.ex__n{font-family:var(--h);font-weight:600;font-size:14.5px;color:var(--ink)}
.ex__r{font-size:12px;color:var(--sage);font-weight:500}
.ex h3{font-size:14px;margin-bottom:10px}
.ex blockquote{margin:0;font-size:13px;color:var(--muted);font-style:italic}

.ings{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:860px){.ings{grid-template-columns:1fr}}
.ing{border:1px solid var(--line);border-radius:10px;padding:22px}
.ing .pc{font-family:var(--h);font-size:26px;font-weight:700;color:var(--sage);display:block;line-height:1;margin-bottom:10px}
.ing h3{font-size:14.5px;margin-bottom:6px}
.ing p{font-size:12.8px;color:var(--muted);margin:0}

.acc{max-width:820px;margin:0 auto}
.q{border-bottom:1px solid var(--line)}
.q summary{list-style:none;cursor:pointer;padding:18px 0;display:flex;justify-content:space-between;gap:20px;align-items:center;font-family:var(--h);font-weight:600;font-size:14.5px;color:var(--ink)}
.q summary::-webkit-details-marker{display:none}
.q summary::after{content:"+";font-size:18px;color:var(--muted);transition:transform .2s;flex:0 0 auto}
.q[open] summary::after{transform:rotate(45deg)}
.q p{padding:0 40px 18px 0;font-size:13.5px;margin:0}

.guar{background:var(--card);border-radius:12px;padding:44px 30px;text-align:center;max-width:760px;margin:0 auto}
.guar h2{font-size:clamp(21px,2.5vw,28px);margin-bottom:12px}
.guar p{color:var(--muted);max-width:52ch;margin:0 auto}

/* ---------- home ---------- */
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding:56px 0}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding:30px 0}}
.hero h1{font-size:clamp(30px,4.4vw,52px);line-height:1.08;margin-bottom:18px}
.hero p.lede{font-size:16px;max-width:46ch;margin-bottom:24px}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.hero__img{background:var(--card);border-radius:12px;aspect-ratio:4/5;display:grid;place-items:center;overflow:hidden}
.strip{background:var(--card);padding:22px 0}
.strip__in{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;font-family:var(--h);font-size:12.5px;font-weight:600;color:var(--ink)}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:860px){.cards{grid-template-columns:1fr}}
.card{border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.card__i{aspect-ratio:4/3;background:var(--card);display:grid;place-items:center;overflow:hidden}
.card__b{padding:20px;flex:1;display:flex;flex-direction:column}
.card__b h3{font-size:16px;margin-bottom:8px}
.card__b p{font-size:13px;color:var(--muted);flex:1}

/* ---------- editorial pages ---------- */
.prose{max-width:720px;margin:0 auto;font-size:15px}
.prose h2{font-size:clamp(21px,2.4vw,28px);margin:38px 0 14px}
.prose h3{font-size:17px;margin:26px 0 10px}
.prose p{margin-bottom:1.1em}
.prose ul,.prose ol{padding-left:20px;margin-bottom:1.1em}
.prose li{margin-bottom:6px}
.prose blockquote{border-left:3px solid var(--sage);padding-left:18px;margin:26px 0;font-style:italic;color:var(--ink)}
.prose img{border-radius:10px;margin:26px 0}
.page-hero{text-align:center;padding:56px 0 12px}
.page-hero h1{font-size:clamp(30px,4vw,46px);margin-bottom:14px}
.page-hero p{max-width:56ch;margin:0 auto;color:var(--muted);font-size:15.5px}

.timeline{display:grid;gap:0;max-width:720px;margin:0 auto}
.tl{display:grid;grid-template-columns:88px 1fr;gap:24px;padding:26px 0;border-top:1px solid var(--line)}
.tl b{font-family:var(--h);font-size:20px;color:var(--sage)}
.tl h3{font-size:16px;margin-bottom:7px}
.tl p{font-size:13.5px;color:var(--muted);margin:0}
@media(max-width:640px){.tl{grid-template-columns:1fr;gap:8px}}

/* ---------- contact form ---------- */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}
@media(max-width:860px){.contact-grid{grid-template-columns:1fr}}
.field{margin-bottom:16px}
.field label{display:block;font-family:var(--h);font-size:12px;font-weight:600;color:var(--ink);margin-bottom:6px}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 14px;font:inherit;color:var(--ink);background:#fff}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--ink)}
.field textarea{min-height:150px;resize:vertical}
.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}
.notice{border-radius:8px;padding:14px 16px;margin-bottom:20px;font-size:13.5px}
.notice--ok{background:var(--sage-soft);border:1px solid var(--sage-line);color:#3E4A32}
.notice--err{background:rgba(194,112,58,.08);border:1px solid rgba(194,112,58,.35);color:#7A431E}
.contact-aside{border:1px solid var(--line);border-radius:10px;padding:24px}
.contact-aside h3{font-size:15px;margin-bottom:10px}
.contact-aside dl{margin:0;font-size:13.5px}
.contact-aside dt{font-family:var(--h);font-weight:600;color:var(--ink);margin-top:14px}
.contact-aside dd{margin:2px 0 0;color:var(--muted)}

/* ---------- WooCommerce ---------- */
.woocommerce-products-header{text-align:center;padding:52px 0 8px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0;padding:0;list-style:none}
@media(max-width:860px){.woocommerce ul.products{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.woocommerce ul.products{grid-template-columns:1fr}}
.woocommerce ul.products li.product{border:1px solid var(--line);border-radius:10px;overflow:hidden;margin:0;text-align:left;width:auto;float:none;display:flex;flex-direction:column}
.woocommerce ul.products li.product a img{background:var(--card);aspect-ratio:1/1;object-fit:contain;padding:12%;margin:0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--h);font-size:15.5px;font-weight:600;color:var(--ink);padding:16px 18px 4px}
.woocommerce ul.products li.product .price{display:block;padding:0 18px;color:var(--ink);font-family:var(--h);font-weight:700;font-size:15px}
.woocommerce ul.products li.product .price del{color:#9A9A96;font-weight:400;font-size:13px;margin-right:6px}
.woocommerce ul.products li.product .button{margin:14px 18px 18px;align-self:flex-start}
.woocommerce span.onsale{background:var(--sage);color:#fff;border-radius:99px;font-family:var(--h);font-size:10px;font-weight:700;letter-spacing:.06em;padding:5px 12px;min-height:0;min-width:0;line-height:1.4;top:12px;left:12px;right:auto;margin:0}
.woocommerce .quantity .qty{border:1px solid var(--line);border-radius:8px;padding:10px;width:70px;font:inherit}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--sage);border-radius:8px;background:var(--card);font-size:13.5px}
.woocommerce-message::before,.woocommerce-info::before{color:var(--sage)}
.woocommerce-breadcrumb{font-size:12px;color:var(--muted);padding:18px 0 0}
.woocommerce-cart table.cart,.woocommerce table.shop_table{border-radius:10px;border-color:var(--line)}
.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--btn);color:#fff}
.woocommerce-Price-amount{font-family:var(--h)}

/* ---------- footer ---------- */
.site-footer{border-top:1px solid var(--line);padding:52px 0 28px;font-size:13px}
.fc{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:34px}
@media(max-width:860px){.fc{grid-template-columns:1fr 1fr}}
.fc h4{font-family:var(--h);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;color:var(--ink)}
.fc ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.fc a{color:var(--muted)}.fc a:hover{color:var(--ink)}
.legal{margin-top:40px;padding-top:20px;border-top:1px solid var(--line-soft);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:11.5px;color:#8E8F8D}

.sticky-buy{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:none;gap:12px;align-items:center;z-index:70}
.sticky-buy b{font-family:var(--h);font-size:15px;color:var(--ink)}
.sticky-buy .cta{margin:0;flex:1;padding:13px}
@media(max-width:980px){body.single-product .sticky-buy.is-on{display:flex}body.single-product.has-sticky{padding-bottom:76px}}
.sticky-buy.is-on{animation:orbeUp .22s ease-out}
@keyframes orbeUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
/* 1.3.1 — slider arrows shared by .causes and .rail */
.slider{position:relative}
.slider__nav{display:flex;gap:8px;justify-content:flex-end;margin-top:6px}
.slider__btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--ink)}
.slider__btn:disabled{opacity:.35;cursor:default}
@media(max-width:640px){.slider__nav{justify-content:center}}

/* =====================================================================
   v1.1 — mobile-first buy column, denser page, urgency
   ===================================================================== */

/* Product image card: photo only, badge in the corner. */
.hero-card--clean{padding:0;position:relative}
.hero-card--clean .jar{padding:8%}
.hero-badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--amber);color:#fff;font-family:var(--h);font-size:10.5px;font-weight:700;letter-spacing:.08em;padding:6px 11px;border-radius:99px}

/* Name line + headline. */
.pname{font-size:12.5px;color:var(--muted);margin-bottom:6px}
.product-grid h1{margin-bottom:12px}
.rating{margin-bottom:10px}
.rating__n{color:var(--muted);font-size:12px}
.tagrows{margin-bottom:16px}

/* Price block — the first thing after the headline. */
.pricebox{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:2px 0 12px}
.pricebox__now{font-family:var(--h);font-size:30px;font-weight:700;color:var(--ink);line-height:1}
.pricebox__now .woocommerce-Price-currencySymbol{font-size:.75em;vertical-align:baseline}
.pricebox__was{font-size:15px;color:#9A9A96}
.pricebox__save{font-family:var(--h);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--sage);color:#fff;padding:4px 9px;border-radius:99px}

/* Urgency — one compact strip. */
.urg{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(194,112,58,.35);background:rgba(194,112,58,.06);border-radius:9px;padding:10px 13px;margin-bottom:12px;font-size:12.5px}
.urg__stock{display:flex;align-items:center;gap:10px;min-width:0}
.urg__stock b{color:var(--amber);font-family:var(--h);font-weight:700;white-space:nowrap}
.urg__bar{display:block;width:74px;height:5px;background:rgba(194,112,58,.18);border-radius:99px;overflow:hidden}
.urg__bar span{display:block;height:100%;background:var(--amber);border-radius:99px}
.urg__timer{color:var(--ink);white-space:nowrap;font-variant-numeric:tabular-nums}
.urg__timer u{text-decoration:none;font-family:var(--h);font-weight:700;background:var(--ink);color:#fff;padding:2px 5px;border-radius:4px;font-size:12px}
@media(max-width:420px){.urg{flex-direction:column;align-items:flex-start;gap:8px}}

/* Deal header sits on the bundle card. */
.deal{padding:10px 14px}
.deal span{font-size:12px;opacity:.8}

/* Payment marks. */
.paylogos{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin-top:12px}
.paylogos svg{width:40px;height:25px;display:block}

/* Reassurance with icons. */
.trust3{margin-top:18px;padding-top:16px}
.trust3 div{display:grid;justify-items:center;gap:2px}
.trust3 svg{margin-bottom:3px}

/* Explanatory content sits after the CTA. */
.buy .desc{margin-top:24px}
.buy .bens{margin-top:16px}

/* Denser sections, alternating tint. */
.section{padding:52px 0}
.section:nth-of-type(even){background:var(--card);border-top:0}
.section:nth-of-type(even) .rev,.section:nth-of-type(even) .cell,.section:nth-of-type(even) .ing,.section:nth-of-type(even) .ex,.section:nth-of-type(even) .ba,.section:nth-of-type(even) .chart{background:#fff}
.section:nth-of-type(even) .stat{background:#fff}
.head{margin-bottom:30px}

/* Mobile: tighter everywhere. */
@media(max-width:980px){
  .product-grid{padding:14px 0 40px;gap:14px}
  /* Shorter image on phones so the price and the timer peek into the first screen. */
  .hero-card{aspect-ratio:4/3}
  .hero-card--clean .jar{padding:4% 14%}
  .pname{font-size:12px}
  .thumbs{margin-top:6px}
  .product-grid h1{font-size:21px}
  .pricebox__now{font-size:28px}
  .section{padding:40px 0}
  .head{margin-bottom:22px}
  .head h2{font-size:21px}
  .rail>*{flex-basis:78vw}
  .stats{gap:8px}
  .stat{padding:20px 12px}
  .opt{padding:13px 12px}
  .cta{padding:14px}
  .site-header .nav{height:56px}
}

/* Sticky bar carries price + "was". */
.sticky-buy .sticky-label{font-size:11px;color:var(--muted)}

/* v1.1.2 — stock box back, timer in the deal header, smaller card marks */
.stock{margin:2px 0 12px}
.stock__meta b{color:var(--amber)}
.deal{padding:11px 14px}
.deal .cd{display:flex;align-items:center;gap:4px;font-size:12px;opacity:1}
.deal .cd u{text-decoration:none;background:rgba(255,255,255,.16);padding:3px 6px;border-radius:4px;font-variant-numeric:tabular-nums;font-weight:600;font-size:12px}
.paylogos{gap:5px;margin-top:10px}
.paylogos svg{width:32px;height:20px}
.urg{display:none}

/* v1.1.5 — the five causes grid + a chart that explains itself */
.causes{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 2px 10px;margin-bottom:8px;scrollbar-width:thin}
.causes::-webkit-scrollbar{height:4px}
.causes::-webkit-scrollbar-thumb{background:var(--line);border-radius:9px}
.causes>*{scroll-snap-align:start;flex:0 0 clamp(200px,22%,236px)}
@media(max-width:640px){.causes>*{flex-basis:min(72vw,250px)}}
.cause{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px 16px 16px;position:relative;display:flex;flex-direction:column}
.cause__n{position:absolute;top:12px;right:14px;font-family:var(--h);font-size:11px;font-weight:700;color:#C3C3BF}
.cause__ic{width:34px;height:34px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;margin-bottom:12px}
.cause h3{font-size:14px;margin-bottom:6px}
.cause p{font-size:12.5px;color:var(--muted);margin:0 0 12px;flex:1}
.cause__fix{align-self:flex-start;font-family:var(--h);font-size:9.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--sage);background:var(--sage-soft);padding:4px 8px;border-radius:99px}
.chart__head{text-align:center;max-width:560px;margin:0 auto 18px}
.chart__head h3{font-size:16px;margin-bottom:6px}
.chart__head p{font-size:13px;color:var(--muted);margin:0}
.section:nth-of-type(even) .cause{background:#fff}

/* =====================================================================
   v1.2 — Smooche-grade conversion blocks
   ===================================================================== */

/* Buy box additions */
.sproof{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--body);margin:-6px 0 12px}
.sproof__av{display:flex}
.sproof__av i{width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:linear-gradient(135deg,#D9CFC1,#B9AFA0);margin-left:-7px;display:block}
.sproof__av i:first-child{margin-left:0}
.sproof b{color:var(--ink);font-weight:600}
.ship{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--body);margin:10px 0 2px}
.ship b{color:var(--sage);font-weight:700}
.ship u{text-decoration:none;color:var(--ink);font-weight:600}
.split{font-size:12px;color:var(--muted);text-align:center;margin-top:8px}
.split b{color:var(--ink);font-weight:600}
.split em{font-style:normal;background:#FFB3C7;color:#111;font-family:var(--h);font-size:9.5px;font-weight:800;padding:2px 6px;border-radius:3px;margin-left:4px}
.qchecks{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-top:14px;padding:0;list-style:none}
.qchecks li{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--body)}
.qchecks li span{width:16px;height:16px;border-radius:50%;background:var(--sage);display:grid;place-items:center;flex:0 0 auto}
@media(max-width:420px){.qchecks{grid-template-columns:1fr}}
.gift-box{display:flex;gap:10px;align-items:flex-start;margin:10px 0 0;padding:9px 11px;border:1px dashed var(--sage-line);border-radius:8px;background:var(--sage-soft);font-size:12px;color:var(--body);grid-column:1/-1;text-transform:none;letter-spacing:0;font-weight:400;line-height:1.5}
.gift-box__ic{width:26px;height:26px;border-radius:50%;background:#fff;display:grid;place-items:center;flex:0 0 auto}
.gift-box b{display:block;font-family:var(--h);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sage);margin-bottom:2px}
.gift-box em{font-style:normal;color:var(--muted)}

/* Gallery lightbox */
.thumb,.hero-card--clean .jar{cursor:zoom-in}
.lightbox{position:fixed;inset:0;background:rgba(17,17,17,.92);z-index:100;display:grid;place-items:center;padding:20px}
.lightbox[hidden]{display:none}
.lightbox__body img,.lightbox__body video{max-width:min(92vw,900px);max-height:88vh;border-radius:10px;display:block;background:#000}
.lightbox__close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center}

/* UGC videos */
.ugc{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:900px){.ugc{grid-template-columns:repeat(2,1fr)}}
.ugc__card{text-align:left;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;padding:0;display:flex;flex-direction:column;cursor:pointer}
.ugc__card[disabled]{cursor:default}
.ugc__media{aspect-ratio:9/16;background:linear-gradient(160deg,#EDEAE3,#D9D4CA);position:relative;display:grid;place-items:center;overflow:hidden}
.ugc__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ugc__play{width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center;position:relative;z-index:1;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.ugc__ph{position:absolute;bottom:12px;left:0;right:0;text-align:center;font-family:var(--h);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.ugc__meta{padding:12px 14px;display:grid;gap:2px;font-size:12.5px;color:var(--muted)}
.ugc__meta b{color:var(--ink);font-family:var(--h);font-weight:600}
.ugc__meta .rstars{font-size:11px}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
@media(max-width:900px){.steps{grid-template-columns:1fr 1fr}}
.step{border:1px solid var(--line);border-radius:10px;padding:22px 20px;background:#fff}
.step__ic{width:46px;height:46px;border-radius:50%;background:var(--sage-soft);display:grid;place-items:center;position:relative;margin-bottom:14px}
.step__ic span{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--h);font-size:10px;font-weight:700;display:grid;place-items:center}
.step h3{font-size:14.5px;margin-bottom:6px}
.step p{font-size:12.8px;color:var(--muted);margin:0}

/* Feature rows */
.frow{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:26px 0}
.frow+.frow{border-top:1px solid var(--line-soft)}
.frow--flip .frow__img{order:2}
@media(max-width:860px){.frow{grid-template-columns:1fr;gap:18px}.frow--flip .frow__img{order:0}}
.frow__img{aspect-ratio:4/3;background:var(--card);border-radius:12px;display:grid;place-items:center;overflow:hidden}
.frow__img img{width:100%;height:100%;object-fit:cover}
.frow__txt h2{font-size:clamp(21px,2.4vw,30px);margin:8px 0 12px}
.frow__txt p{font-size:14.5px;color:var(--body);max-width:52ch;margin:0}

/* Comparison table */
.cmp-wrap{overflow-x:auto;max-width:820px;margin:0 auto}
.cmp{width:100%;border-collapse:separate;border-spacing:0;font-size:13.5px}
.cmp th,.cmp td{padding:13px 14px;text-align:center;border-bottom:1px solid var(--line)}
.cmp th{font-family:var(--h);font-size:12px;font-weight:700;color:var(--muted)}
.cmp td:first-child,.cmp th:first-child{text-align:left;color:var(--ink);font-weight:500}
.cmp .cmp__us{background:var(--sage-soft)}
.cmp thead .cmp__us{color:var(--ink);font-size:13px;border-radius:10px 10px 0 0}
.cmp tbody tr:last-child .cmp__us{border-radius:0 0 10px 10px}
.cmp__y{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--sage)}
.cmp__n{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--line-soft)}

/* Review summary + photo slot */
.rsum{display:grid;grid-template-columns:200px 1fr;gap:28px;align-items:center;max-width:640px;margin:0 auto 30px;border:1px solid var(--line);border-radius:12px;padding:22px 24px;background:#fff}
@media(max-width:600px){.rsum{grid-template-columns:1fr;text-align:center}}
.rsum__big b{display:block;font-family:var(--h);font-size:44px;font-weight:700;color:var(--ink);line-height:1}
.rsum__big .rstars{font-size:15px;display:block;margin:6px 0 4px}
.rsum__big small{font-size:12px;color:var(--muted)}
.rsum__row{display:grid;grid-template-columns:34px 1fr 38px;gap:10px;align-items:center;font-size:12px;color:var(--muted);margin:5px 0}
.rsum__row i{display:block;height:7px;background:var(--line-soft);border-radius:99px;overflow:hidden}
.rsum__row b{display:block;height:100%;background:var(--star);border-radius:99px}
.rev__photo{aspect-ratio:4/3;background:var(--card);border-radius:8px;display:grid;place-items:center;overflow:hidden;margin:-20px -18px 14px}
.rev__photo img{width:100%;height:100%;object-fit:cover}

/* 1.3.0 — review source line, ingredient cards */
.rsum__src{font-size:13px;color:var(--muted);max-width:52ch;line-height:1.5}
.cause__ic b{font-family:'Instrument Sans',sans-serif;font-weight:700;font-size:13px;letter-spacing:.04em}

/* 1.3.2 — product gallery carousel: edge-to-edge slides, no card padding, arrows, dots, synced thumbs */
.gal{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1;background:#F4F3F0}
.gal__track{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.gal__track::-webkit-scrollbar{display:none}
.gal__slide{flex:0 0 100%;height:100%;scroll-snap-align:start;cursor:zoom-in}
.gal__slide img{width:100%;height:100%;object-fit:cover;display:block}
.gal__slide--ph{display:grid;place-items:center}
.gal__btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.94);border:1px solid var(--line);display:grid;place-items:center;cursor:pointer;color:var(--ink);z-index:2;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:opacity .2s}
.gal__btn--prev{left:12px}.gal__btn--next{right:12px}
.gal__btn:disabled{opacity:0;pointer-events:none}
.gal__dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:6px;z-index:2}
.gal__dots i{width:6px;height:6px;border-radius:3px;background:rgba(17,17,17,.25);transition:all .25s}
.gal__dots i.on{background:var(--ink);width:18px}
.thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scrollbar-width:none;padding:2px}
.thumbs::-webkit-scrollbar{display:none}
.thumb{flex:0 0 calc(20% - 7px);aspect-ratio:1;border-radius:8px;overflow:hidden;padding:0;background:#F4F3F0;border:1.5px solid transparent;cursor:pointer;display:block}
.thumb img{width:100%;height:100%;object-fit:cover;display:block}
.thumb[aria-current="true"]{border-color:var(--ink)}
@media(max-width:640px){.gal__btn{display:none}.thumb{flex-basis:calc(25% - 6px)}}
/* 1.3.2b — stop the flex track from inflating the grid column (min-content blow-up on mobile) */
.product-grid>*{min-width:0}
.media{min-width:0}
.gal{width:100%;max-width:100%}
.gal__track{width:100%}
.gal__slide{width:100%;min-width:100%}

/* 1.4.0 — Smooche-style blocks: difference split, how-it-works band with round photos, before/after stamp */
.diff{display:grid;grid-template-columns:1fr 1fr;background:var(--card);border-radius:14px;overflow:hidden}
.diff__img{aspect-ratio:3/4;min-height:100%}
.diff__img img{width:100%;height:100%;object-fit:cover;display:block}
.diff__txt{padding:clamp(28px,5vw,64px);display:flex;flex-direction:column;justify-content:center}
.diff__txt h2{font-size:clamp(26px,3vw,40px);margin-bottom:26px}
.diff__list{list-style:none;margin:0 0 30px;padding:0}
.diff__list li{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--line)}
.diff__list li:last-child{border-bottom:0}
.diff__list b{display:block;font-family:var(--h);font-size:15px;font-weight:700;margin-bottom:3px}
.diff__list li>span:last-child{font-size:13.5px;color:var(--muted);line-height:1.5}
.diff__ic{flex:0 0 44px;width:44px;height:44px;border-radius:10px;background:#fff;display:grid;place-items:center;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.diff__cta{align-self:flex-start}
@media(max-width:860px){.diff{grid-template-columns:1fr}.diff__img{aspect-ratio:4/5}.diff__txt{padding:26px 22px 30px}.diff__cta{align-self:stretch;text-align:center}}
.hiw{display:grid;grid-template-columns:200px 1fr;gap:30px;align-items:center;background:var(--card);border-radius:14px;padding:clamp(24px,4vw,44px)}
.hiw__head h2{font-size:clamp(24px,2.6vw,34px);margin:0}
.hiw__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.hstep{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.hstep__ph{position:relative;width:104px;height:104px;border-radius:50%;overflow:hidden;background:#fff;display:grid;place-items:center;box-shadow:0 0 0 3px #fff}
.hstep__ph img{width:100%;height:100%;object-fit:cover;display:block}
.hstep__ph span{position:absolute;bottom:2px;right:2px;width:24px;height:24px;border-radius:50%;background:var(--ink);color:#fff;font-family:var(--h);font-size:11px;font-weight:700;display:grid;place-items:center}
.hstep h3{font-size:14.5px;margin-bottom:4px}
.hstep p{font-size:12.8px;color:var(--muted);margin:0}
@media(max-width:1000px){.hiw{grid-template-columns:1fr}.hiw__steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:6px;scrollbar-width:thin}.hstep{flex:0 0 min(70vw,230px);scroll-snap-align:start}}
.ba__stamp{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:3;font-family:var(--h);font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgba(17,17,17,.82);color:#fff;padding:5px 10px;border-radius:99px;white-space:nowrap}
.ba__imgs{position:relative}
.ba__i img{width:100%;height:100%;object-fit:cover;display:block}
/* 1.4.0b — step badge must not be clipped by the round photo */
.hstep__ph{overflow:visible}
.hstep__ph img{border-radius:50%}
.hstep__ph span{bottom:4px;right:4px;box-shadow:0 0 0 3px #fff}

/* 1.4.1 — wordmark redrawn from the tube label */
.logo{display:inline-flex;align-items:center;line-height:1}
.logo .wordmark{display:block}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* 1.5.0 → 1.5.4 — three pillars under the headline, compact: icon left, one line each */
.pillars{list-style:none;margin:12px 0 4px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.pillars li{display:flex;align-items:center;gap:8px;background:var(--card);border-radius:8px;padding:7px 10px;min-height:0}
.pillars__ic{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:0}
.pillars__ic svg{width:13px;height:13px}
.pillars b{font-family:var(--h);font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);line-height:1.15;display:block}
.pillars small{font-size:10.5px;color:var(--muted);line-height:1.2;display:block}
@media(max-width:400px){.pillars{gap:4px}.pillars li{padding:6px 7px;gap:6px}.pillars b{font-size:10px}.pillars small{font-size:9.5px}}

/* 1.5.1 — scrolling tag rows removed from the product page */
.pillars{margin-bottom:14px}

/* 1.5.3 — bundle ribbon sits after the option title */
.opt__n{display:inline-flex;align-items:center;flex-wrap:wrap;gap:2px 0}
@media(max-width:400px){.rib{font-size:8.5px;padding:2px 7px;margin-left:6px}}
/* 1.5.4b — pillars: one line each on phones (keyword only) */
@media(max-width:640px){.pillars{gap:5px}.pillars li{padding:8px 8px;justify-content:center}.pillars small{display:none}.pillars b{font-size:10.5px;white-space:nowrap}}

/* 1.6.0 — delivery + stock in one compact strip; quick checks removed */
.shipstock{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--line);border-radius:10px;padding:9px 12px;margin:10px 0 12px;font-size:12px;color:var(--body)}
.shipstock__ship{display:flex;align-items:center;gap:7px;white-space:nowrap}
.shipstock__ship b{color:var(--sage);font-weight:700}
.shipstock__stock{display:flex;align-items:center;gap:8px;white-space:nowrap}
.shipstock__stock b{color:var(--amber);font-weight:700}
.shipstock__bar{width:54px;height:5px;background:var(--line);border-radius:99px;overflow:hidden;display:inline-block}
.shipstock__bar i{display:block;height:100%;background:var(--amber);border-radius:99px}
.shipstock__re{color:var(--muted);font-size:11px}
@media(max-width:640px){.shipstock{flex-direction:column;align-items:flex-start;gap:6px;padding:9px 11px}.shipstock__re{display:none}}
.ship,.stock,.qchecks{display:none}

/* 1.6.1 — Smooche-style "selling out fast" block in site colours; delivery on one line */
.shipline{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--body);margin:10px 0 12px}
.shipline b{color:var(--sage);font-weight:700}
.sellout{display:flex;flex-direction:column;gap:6px;margin:0 0 14px}
.sellout__t{font-family:var(--h);font-size:15px;font-weight:700;color:var(--ink)}
.sellout__s{font-size:13px;color:var(--body)}
.sellout__bar{display:block;height:11px;border-radius:99px;background:#F1E4DB;overflow:hidden;margin:4px 0 2px}
.sellout__bar i{display:block;height:100%;background:var(--amber);border-radius:99px}
.sellout__row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px}
.sellout__row>b{font-family:var(--h);font-weight:700;color:var(--ink)}
.sellout__row .cd{color:var(--amber);font-family:var(--h);font-weight:600;font-size:14px;display:inline-flex;gap:2px;align-items:baseline}
.sellout__row .cd u{text-decoration:none;font-variant-numeric:tabular-nums}
.deal__r{font-size:12px;opacity:.85}
.shipstock{display:none}
/* 1.6.1b — offer header on one line */
.deal{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:nowrap}
.deal__r{white-space:nowrap;flex:0 0 auto}
@media(max-width:400px){.deal b{font-size:11.5px}}

/* 1.7.0 — home: product section replaces the shop grid */
.promo{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;background:var(--card);border-radius:14px;overflow:hidden}
.promo__img{aspect-ratio:1;background:#F4F3F0}
.promo__img img{width:100%;height:100%;object-fit:cover;display:block}
.promo__txt{padding:clamp(24px,4vw,56px) clamp(22px,4vw,56px) clamp(24px,4vw,56px) 0}
.promo__txt h2{font-size:clamp(24px,2.8vw,36px);margin:8px 0 14px}
.promo__txt p{font-size:14.5px;color:var(--body);max-width:54ch;margin:0 0 16px}
.promo__list{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:6px}
.promo__list li{position:relative;padding-left:22px;font-size:13.5px;color:var(--ink)}
.promo__list li::before{content:"";position:absolute;left:0;top:5px;width:12px;height:12px;border-radius:50%;background:var(--sage-soft);box-shadow:inset 0 0 0 3px var(--sage)}
.promo__buy{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.promo__price{display:flex;flex-direction:column;line-height:1.2}
.promo__price b{font-family:var(--h);font-size:26px;font-weight:700;color:var(--ink)}
.promo__price s{color:var(--muted);font-size:14px;margin-left:6px}
.promo__price em{font-style:normal;font-size:11.5px;color:var(--amber);font-weight:600}
@media(max-width:860px){.promo{grid-template-columns:1fr;gap:0}.promo__txt{padding:22px 20px 26px}.promo__buy .cta{flex:1;text-align:center}}

/* 1.8.0 — bitmap wordmark in header and footer; 1=1 badge removed from the nav */
.logo__img{display:block;width:auto;height:22px}
@media(max-width:640px){.logo__img{height:19px}}
.nav .gift{display:none}

/* 1.9.0 — two-column text comparison */
.cmp2{max-width:820px;margin:0 auto;overflow-x:auto}
.cmp2__t{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;font-size:13.5px}
.cmp2__t th,.cmp2__t td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.cmp2__t tr:last-child th,.cmp2__t tr:last-child td{border-bottom:0}
.cmp2__t thead th{font-family:var(--h);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--card)}
.cmp2__t tbody th{font-family:var(--h);font-weight:600;color:var(--ink);width:26%}
.cmp2__t td{color:var(--muted)}
.cmp2__t .is-us{background:var(--sage-soft);color:var(--ink);font-weight:600}
.cmp2__t thead th.is-us{color:var(--sage)}
@media(max-width:640px){.cmp2__t th,.cmp2__t td{padding:11px 10px;font-size:12.5px}.cmp2__t tbody th{width:30%}}

/* 1.9.2 — lightbox arrows; gallery badge removed */
.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center;cursor:pointer;border:0;z-index:2}
.lightbox__nav--prev{left:18px}.lightbox__nav--next{right:18px}
.lightbox__nav[hidden]{display:none}
.lightbox__body img{max-width:min(94vw,1100px);max-height:90vh}
@media(max-width:640px){.lightbox__nav{width:42px;height:42px}.lightbox__nav--prev{left:8px}.lightbox__nav--next{right:8px}}
.hero-badge{display:none}
