/** Shopify CDN: Minification failed

Line 352:61 Expected ":"

**/
*{box-sizing:border-box;margin:0;padding:0;}
:root{
  --black:#111;
  --sage:#2e6b4a;
  --sage-lt:#e6f0ea;
  --sage-mid:#a8cdb8;
  --sage-xlt:#f0f6f2;
  --cream:#f5f2ee;
  --off:#fafaf8;
  --border:#e2ddd8;
  --muted:#6e6e73;
  --red:#c0392b;
  --f:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
}
html{scroll-behavior:smooth;}
body{font-family:var(--f);background:#fff;color:var(--black);-webkit-text-size-adjust:100%;line-height:1.5;}
h2{font-weight:600;line-height:1.15;}
p{color:var(--muted);}
button{font-family:var(--f);cursor:pointer;}



/* ── NAV ── */
nav{height:52px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:200;}
.logo{font-size:17px;font-weight:600;letter-spacing:.8px;}
.navlinks{display:flex;gap:32px;font-size:12px;color:var(--muted);}
.navcart{font-size:12px;font-weight:500;display:flex;align-items:center;line-height:1;}

/* ── HERO ── */


/* ── BUY PANEL ── */
.buy {
    padding: 40px 44px 32px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.breadcrumb{font-size:11px;color:var(--muted);margin-bottom:16px;}
.breadcrumb span{color:var(--sage);}
.starsrow{display:flex;align-items:center;gap:7px;margin-bottom: 14px;}
.stars{color:#f0a500;font-size:12px;letter-spacing:1.5px;}
.revlink{font-size:12px;color:var(--muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer;}
.ptitle{font-size:26px;font-weight:600;letter-spacing:-.3px;margin-bottom:6.4px;line-height:1.2;}
.psub{font-size:14px;color:var(--muted);font-weight:400;line-height:1.6;margin-bottom:20px;max-width:420px;}

/* BULLETS */
.bullets{list-style:none;margin-bottom:12.5px;display:flex;flex-direction:column;gap:5px;}
.bullets li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--black);line-height:1.4;}
.bcheck{width:16px;height:16px;min-width:16px;border-radius:50%;background:var(--sage-lt);display:flex;align-items:center;justify-content:center;}
.bcheck svg{width:9px;height:9px;}

.hdiv{height:1px;background:var(--border);margin:4px 0 20px;}
.price-block{display:flex;align-items:center;gap:10px;margin-bottom:.32px;}
.price-now{font-size:22px;font-weight:600;letter-spacing:-.3px;}
.price-was{font-size:14px;color:var(--muted);text-decoration:line-through;}
.price-save{font-size:11px;font-weight:500;color:var(--sage);background:var(--sage-lt);padding:2px 8px;border-radius:20px;}
.price-note{font-size:12px;color:var(--muted);font-weight:300;margin-bottom:20px;}

/* SIZE */
.size-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;}
.size-label-row span{font-size:12px;font-weight:500;}
.size-label-row a{font-size:12px;color:var(--sage);text-decoration:underline;text-underline-offset:2px;cursor:pointer;}
.sizegrid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:20px;}
.sz{border:1px solid var(--border);background:#fff;padding:11px 6px;text-align:center;cursor:pointer;border-radius:8px;transition:all .15s;-webkit-tap-highlight-color:transparent;}
.sz .sm{font-size:13px;font-weight:500;display:block;}
.sz .sb{font-size:9.5px;color:var(--muted);display:block;margin-top:3px;}
.sz.on{border-color:var(--sage);background:var(--sage);}
.sz.on .sm{color:#fff;}
.sz.on .sb{color:rgba(255,255,255,.55);}
.sz:not(.on):hover{border-color:#aaa;}

/* ATC */
.btn-primary{width:100%;background:var(--sage);color:#fff;border:none;padding:15px;font-size:14px;font-weight:500;border-radius:980px;margin-bottom:8px;transition:background .2s;}
.btn-primary:hover{background:#245639;}

/* URGENCY */
.urgency-strip{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:20px;}
.urg-item{display:flex;align-items:center;gap:5px;font-size:11.5px;}
.urg-item.red{color:var(--red);}
.urg-item.grn{color:var(--sage);}
.urg-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;}
.urg-dot.red{background:var(--red);}
.urg-dot.grn{background:var(--sage);}

/* FREE GIFTS — sage-xlt background */
.gifts{background:var(--sage-xlt);border-radius:10px;padding:16px 17.6px;display:flex;flex-direction:column;gap:10px;margin-bottom:32px;}
.gift-row{display:flex;align-items:flex-start;gap:10px;}
.gift-tag{font-size:9px;font-weight:600;color:#fff;background:var(--sage);padding:2px 6px;border-radius:4px;letter-spacing:.5px;white-space:nowrap;margin-top:1px;flex-shrink:0;}
.gift-text{font-size:12px;color:var(--black);line-height:1.4;font-weight:400;}
.gift-text span{color:var(--muted);font-weight:300;}

/* ── TRUST BADGES ── */
.trust-badges{background:#f5f5f7;padding:20px 32px;}
.badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-width:960px;margin:0 auto;}
.badge-item{background:#fff;border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:9px;border:none;min-width:0;overflow:hidden;}
.badge-icon{width:30px;height:30px;min-width:30px;border-radius:50%;background:var(--sage-lt);display:flex;align-items:center;justify-content:center;}
.badge-icon svg{width:14px;height:14px;}
.badge-text{min-width:0;overflow:hidden;}
.badge-text strong{display:block;font-size:11px;font-weight:600;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.badge-text span{font-size:10px;color:var(--muted);font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}

/* ── LABEL ── */
.slabel{font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:14px;}

/* ── PROBLEM INTRO ── */
.pullquote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: var(--sage);
    margin: 32px 0 8px;
    line-height: 1.5;
    border-left: 2px solid var(--sage);
    padding-left: 20px;
}
.sec-intro .wrap{max-width:680px;margin:0 auto;padding:0 40px;}
.sec-intro h2{font-size:36px;font-weight:600;letter-spacing:-.4px;margin-bottom:20px;line-height:1.15;}
.sec-intro p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:16px;font-weight:300;}
.cite {
    font-size: 14px;
    color: var(--muted);
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 1rem;
    font-weight: 300;
}


/* ── 2-COL ── */
/* .twocol{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);}
.col-img{background:var(--cream);overflow:hidden;position:relative;}
.col-img img.desktop-image {
    width: 100%;
    display: flex;
}
.col-img .iph{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(145deg,#daeae1,#bfd8cc);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--sage);text-align:center;padding:32px;line-height:1.5;}
.col-txt{padding:72px 56px;display:flex;flex-direction:column;justify-content:center;}
.col-txt.bg{background:#fff;}
.col-txt h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    line-height: 1.15;
    max-width: 600px;
}
.col-txt p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:16px;font-weight:300;}
.col-txt p strong{color:var(--black);font-weight:500;}
.col-txt p:last-child{margin-bottom:0;}
.col-content p:last-child {margin-bottom: 16px;}
.proofbox{background:var(--sage-lt);border-left:2px solid var(--sage);padding:16px 20px;margin:16px 0;border-radius:0 6px 6px 0;}
.proofbox p{font-size:13px;color:var(--sage);line-height:1.7;margin:0;font-weight:400;} */

/* ── STATS ── */
.old-state-bar .statsbar{background:#fafaf8;border-top:1px solid var(--border);padding:64px 40px;}
.old-state-bar .statsbar .wrap{max-width:860px;margin:0 auto;}
.old-state-bar .stats-eyebrow{text-align:center;font-size:9px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:40px;}
.old-state-bar .statsgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.old-state-bar .stat{background:#fff;border-radius:16px;padding:28px 24px;text-align:center;}
.old-state-bar .statval{font-size:38px;font-weight:600;color:var(--black);display:block;letter-spacing:-.5px;line-height:1;}
.old-state-bar .statval sub{font-size:14px;font-weight:400;color:var(--muted);vertical-align:baseline;letter-spacing:0;}
.old-state-bar .statlbl{font-size:12px;font-weight:500;color:var(--black);margin-top:8px;display:block;}
.old-state-bar .statlbl-sub{font-size:11px;font-weight:300;color:var(--muted);display:block;margin-top:2px;}

/* ── COMPARE ── */
.cmpsec{padding:88px 40px;background:var(--off);border-top:1px solid var(--border);}
.cmpsec .wrap{max-width:860px;margin:0 auto;}
.cmpsec h2{font-size:36px;font-weight:600;letter-spacing:-.4px;margin-bottom:8px;}
.cmpsec .intro{font-size:14px;color:var(--muted);font-weight:300;margin-bottom:40px;}
.cmp-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;}
.cmp-card{border-radius:14px;overflow:hidden;border:1px solid var(--border);}
.cmp-card.featured{border-color:var(--sage);border-width:1.5px;}
.cmp-head{padding:17.6px 17.6px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;}
.cmp-card.featured .cmp-head{background:var(--sage);border-bottom-color:var(--sage);}
.cmp-head-icon{width:26px;height:26px;min-width:26px;border-radius:50%;background:var(--sage-lt);display:flex;align-items:center;justify-content:center;}
.cmp-card.featured .cmp-head-icon{background:rgba(255,255,255,.2);}
.cmp-head-title{font-size:13px;font-weight:600;color:var(--muted);}
.cmp-card.featured .cmp-head-title{color:#fff;}
.cmp-head-sub{font-size:10px;color:var(--muted);display:block;margin-top:1px;}
.cmp-card.featured .cmp-head-sub{color:rgba(255,255,255,.6);}
.cmp-rows{padding:4px 0;}
.cmp-row{display:flex;align-items:flex-start;gap:8px;padding:8px 16px;border-bottom:1px solid #f5f2ee;}
.cmp-row:last-child{border-bottom:none;}
.cmp-icon{width:15px;height:15px;min-width:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;margin-top:1px;}
.cmp-icon.y{background:#e6f0ea;color:var(--sage);}
.cmp-icon.n{background:#fdecea;color:var(--red);}
.cmp-icon.p{background:#fef6e4;color:#c8860a;}
.cmp-row-text{font-size:11.5px;color:var(--muted);line-height:1.4;font-weight:300;}
.cmp-row-text strong{color:var(--black);font-weight:500;display:block;font-size:11.5px;}

/* ── SIZE ── */
.sizesec{padding:88px 40px;border-top:1px solid var(--border);}
.sizesec .wrap{max-width:780px;margin:0 auto;}
.sizesec h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.4px;
    margin-bottom: 8px;
}
.sizesec .intro{font-size:14px;color:var(--muted);font-weight:300;margin-bottom:36px;}
.sz-cards{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:12px;overflow:hidden;border:1px solid var(--border);}
.sz-card{background:#fff;display:grid;grid-template-columns:52px 1fr 1fr 1fr;align-items:center;}
.sz-card.head{background:var(--off);}
.sz-cell{padding:14px 16px;font-size:13px;color:var(--muted);font-weight:300;line-height:1.3;}
.sz-cell.lbl{font-size:10px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;padding:10px 16px;}
.sz-cell.nm{font-size:18px;font-weight:600;color:var(--black);letter-spacing:-.2px;}
.sznote{background:var(--sage-lt);border:1px solid var(--sage-mid);padding:16px 20px;border-radius:10px;font-size:13px;color:var(--sage);margin-top:20px;line-height:1.65;}

/* ── REVIEWS ── */
.rvsec{padding:88px 40px;background:#fff;border-top:1px solid var(--border);}
.rvsec .wrap{max-width:860px;margin:0 auto;}
.rv-header{margin-bottom:48px;}
.rv-header h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.4px;
    margin-bottom: 12px;
}
.rv-summary{display:flex;align-items:center;gap:20px;}
.rv-score{font-size:52px;font-weight:600;letter-spacing:-.5px;line-height:1;color:var(--black);}
.rv-summary-right{}
.rv-summary-stars{color:#f0a500;font-size:20px;letter-spacing:2px;display:block;margin-bottom:3px;}
.rv-summary-count{font-size:12px;color:var(--muted);font-weight:300;}
.rv-list{display:flex;flex-direction:column;gap:0;}
.rv-item{padding:28px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:180px 1fr;gap:32px;align-items:start;}
.rv-item:first-child{border-top:1px solid var(--border);}
.rv-left{}
.rv-stars-sm {
    color: #f0a500;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
}
.rv-author{font-size:13px;font-weight:600;color:var(--black);display:block;margin-bottom:4px;}
.rv-verified{display:flex;align-items:center;gap:4px;font-size:10.5px;color:var(--sage);font-weight:400;}
.rv-verified svg{width:11px;height:11px;}
.rv-date{font-size:10.5px;color:#999;margin-top:4px;display:block;}
.rv-right{}
.rv-title{font-size:14px;font-weight:600;color:var(--black);margin-bottom:6px;}
.rv-body{font-size:13.5px;color:var(--muted);line-height:1.75;font-weight:300;}
.rv-tag{display:inline-block;font-size:10px;color:#555;background:var(--off);border:1px solid var(--border);padding:2px 8px;border-radius:20px;margin-top:10px;font-weight:400;}


/* Home Review  */

.home-wrapper .rv-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
}
.home-wrapper .rv-summary {
    display: inline-block;
    text-align: right;
}
.home-wrapper .rv-score {
    font-size: 56px;
}
.home-wrapper .rvsec .wrap {
    max-width: 900px;
}
.home-wrapper .rv-summary-stars {
    font-size: 16px;
}
.home-wrapper .rv-header h2 {
    font-size: 42px;
}

@media(max-width:640px){
  .home-wrapper .rv-header {
      flex-direction: column;
      align-items: flex-start;
  }
  .home-wrapper .rv-summary {
      text-align: left;
  }
  .home-wrapper .rv-score {
      font-size: 44px;
  }
  .home-wrapper .rv-header h2 {
      font-size: 28px !important;
      margin-bottom: 20px;
  }
}

/* ── CARE ── */
.caresec{padding:88px 40px;border-top:1px solid var(--border);}
.caresec .wrap{max-width:860px;margin:0 auto;}
.caresec h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -.4px;
    margin-bottom: 32px;
}
.caregrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border);border-radius:14px;overflow:hidden;}
.carecard{padding:28px 20px;text-align:left;border-right:1px solid var(--border);background:#fff;position:relative;}
.carecard:last-child{border-right:none;}
.carecard-top{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.careicon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;}
.careicon.ok{background:var(--sage-lt);color:var(--sage);}
.careicon.no{background:#fdecea;color:#c0392b;}
.careicon.warn{background:#fef6e4;color:#c8860a;}
.caretitle{font-size:12px;font-weight:600;color:var(--black);letter-spacing:-.1px;}
.caredesc{font-size:12px;color:var(--muted);line-height:1.6;font-weight:300;}
.care-rule{font-size:10px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;color:var(--muted);margin-bottom:4px;display:block;}

/* ── FINAL CTA ── */
.finalcta{padding:80px 32px 100px;background:var(--black);text-align:center;border:none;}
.finalcta h2{font-size:40px;font-weight:600;color:#fff;letter-spacing:-.4px;margin-bottom:16px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.15;padding-top:48px;}
.finalcta p{font-size:14px;color:rgba(255,255,255,.45);font-weight:300;max-width:420px;margin:0 auto 36px;line-height:1.75;}
.finalcta button{background:#fff;color:var(--black);border:none;padding:16px 212px;font-size:14px;font-weight:500;border-radius:980px;}

/* ── STICKY MOBILE ── */
/* .sticky-mob{display:flex;position:fixed;transform:translateY(100%);bottom:0;left:0;right:0;padding:10px 20px;background:rgba(255,255,255,.96);border-top:1px solid var(--border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:300;align-items:center;gap:10px;box-shadow:0 -2px 16px rgba(0,0,0,.07);}
.sticky-info{flex:1;min-width:0;}
.sticky-name{font-size:11px;color:var(--muted);}
.sticky-price{font-size:18px;font-weight:600;letter-spacing:-.2px;}
.sticky-btn{background:var(--sage);color:#fff;border:none;padding:13px 24px;font-size:13px;font-weight:500;border-radius:980px;white-space:nowrap;flex-shrink:0;} */

/* ═══ TABLET ≤960 ═══ */
@media(max-width:960px){
  .navlinks{display:none;}
  .hero{grid-template-columns:1fr;}
  .hero-left{width:100%;}

  .buy{padding:28px 28px 32px;}
  .ptitle{font-size:22px;}
  .psub{max-width:none;}
  .badges-grid{grid-template-columns:1fr 1fr;}
  /* sec-img: on tablet still banner ratio */
  
  /* .twocol{grid-template-columns:1fr;height:auto;}
  .col-txt{padding:212px 32px;}
  .col-txt h2{font-size:24px;} */
  .old-state-bar .statsbar{padding:48px 28px;}
  .old-state-bar .statsgrid{grid-template-columns:repeat(2,1fr);}
  .cmpsec,.sizesec,.rvsec,.caresec{padding:64px 32px;}
  .cmpsec h2,.sizesec h2,.caresec h2{font-size:28px;}
  .cmp-cards{grid-template-columns:1fr;}
  .rv-item{grid-template-columns:140px 1fr;}
  .caregrid{grid-template-columns:1fr 1fr;border-radius:10px;}
  .carecard{border-right:none;border-bottom:1px solid var(--border);}
  .carecard:nth-child(odd){border-right:1px solid var(--border);}
  .carecard:last-child{border-bottom:none;}
  .carecard:nth-child(3){border-bottom:none !important; solid var(--border);}
  .finalcta h2{font-size:30px;}
  .sec-intro{padding:64px 0;}
  .sec-intro .wrap{padding:0 32px;}
  .sec-intro h2{font-size:28px;}
  .sz-card{grid-template-columns:44px 1fr 1fr;}
  .sz-cell:nth-child(4),.sz-cell.lbl:nth-child(4){display:none;}
}

/* ═══ MOBILE ≤640 ═══ */
@media(max-width:640px){
  nav{padding:0 20px;}

  .buy{padding:20px 20px 24px;}
  .ptitle{font-size:20px;}
  .bullets li{font-size:12.5px;}
  .psub{font-size:13px;max-width:none;}

  /* hide desktop CTA, show sticky */
  .btn-secondary{display:none;}
  .sticky-mob{display:flex;}

  /* trust badges 2-col, ellipsis */
  .trust-badges{padding:16px;}
  .badges-grid{grid-template-columns:1fr 1fr;gap:7px;}
  .badge-item{padding:10px 12px;gap:7px;}
  .badge-icon{width:26px;height:26px;min-width:26px;}
  .badge-icon svg{width:12px;height:12px;}
  .badge-text strong{font-size:10px;}
  .badge-text span{font-size:9px;}

  /* 2-col: stack, full-bleed image */
  /* .twocol{grid-template-columns:1fr;height:auto;}
  .col-img{padding:0!important;padding-top:0!important;position:static;}
  .col-img .iph{position:static;border-radius:0;aspect-ratio:1/1;height:auto;width:100%;}
  .col-txt{padding:32px 20px;text-align:left!important;}
  .col-txt h2{font-size:22px;text-align:left;letter-spacing:-.3px;}
  .col-txt p{text-align:left;font-size:13.5px;}
  .slabel{text-align:left;}
  .proofbox p{font-size:12.5px;} */

  /* STATS on mobile: full-width list, no grid confusion */
  .old-state-bar .statsbar{padding:36px 20px;}
  /* hide stats on mobile between images — show as clean vertical list instead */
  .old-state-bar .statsgrid{grid-template-columns:1fr 1fr;gap:8px;}
  .old-state-bar .stat{padding:20px 16px;border-radius:12px;}
  .old-state-bar .statsbar{padding:40px 20px;}
  .old-state-bar .statval{font-size:28px;}

  .old-state-bar .statval{font-size:28px;}
  .old-state-bar .statval sub{font-size:12px;}
  .old-state-bar .statlbl{font-size:10px;}
  .old-state-bar .statlbl-sub{font-size:9px;}

  /* section intro */
  .sec-intro{padding:48px 0 20px;text-align:left!important;}
  .sec-intro .wrap{padding:0 20px;}
  .sec-intro h2{font-size:22px;text-align:left;letter-spacing:-.3px;}
  .sec-intro p{font-size:13.5px;text-align:left;}
  .pullquote{text-align:left;font-size:16px;}
  .cite{text-align:left;}

  /* compare */
  .cmpsec{padding:48px 20px;}
  .cmpsec h2{font-size:22px;}
  .cmp-row-text{font-size:11px;}
  .cmp-row-text strong{font-size:11px;}

  /* size */
  .sizesec{padding:48px 20px 40px;}
  .sizesec h2{font-size:22px;}
  .sz-card{grid-template-columns:40px 1fr 1fr;}
  .sz-cell:nth-child(4),.sz-cell.lbl:nth-child(4){display:none;}
  .sz-cell{padding:12px 12px;font-size:12px;}
  .sz-cell.nm{font-size:16px;}
  .sz-cell.lbl{font-size:9px;padding:8px 12px;}

  /* reviews */
  .rvsec{padding:48px 20px;}
  .rv-header h2{font-size:22px;}
  .rv-score{font-size:40px;}
  .rv-item{grid-template-columns:1fr;gap:12px;}
  .rv-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
  .rv-date{margin-top:0;}

  /* care */
  .caresec{padding:48px 20px;}
  .caresec h2{font-size:22px;margin-bottom:24px;}
  .caregrid{grid-template-columns:1fr 1fr;border-radius:10px;}
  .carecard{border-right:none;border-bottom:1px solid var(--border);}
  .carecard:nth-child(odd){border-right:1px solid var(--border);}
  .carecard:last-child{border-bottom:none;}
  .carecard:nth-child(3){border-bottom:1px solid var(--border);}

  /* final */
  .finalcta{padding:56px 20px 96px;text-align:left;}
  .finalcta h2{font-size:24px;margin-left:0;text-align:left;}
  .finalcta p{margin-left:0;text-align:left;font-size:13.5px;}
  .finalcta button{width:100%;padding:15px;}

  .urgency-strip{gap:16px;}
  .urg-item{font-size:11px;}
}

@media(max-width:380px){
  .sz{padding:9px 2px;}
  .col-txt h2{font-size:20px;}
  .sec-intro h2{font-size:20px;}
  .badge-text span{display:none;}
  .badge-text strong{font-size:9.5px;}
}

/* ── MOBILE SEPARATOR IMAGES (hidden on desktop) ── */
.mob-sep{display:none;}
@media(max-width:640px){
  .mob-sep{display:block;width:100%;overflow:hidden;background:var(--cream);}
  .mob-sep .iph{width:100%;aspect-ratio:1/1;background:linear-gradient(145deg,#daeae1,#bfd8cc);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--sage);text-align:center;padding:32px;line-height:1.5;}
  .hygiene-txt{padding-bottom:40px!important;}
}

/* ── HERO & GALLERY ── */
.hero{display:grid;grid-template-columns:55% 45%;border-bottom:1px solid var(--border);align-items:start;padding-bottom:0;}
.hero-left{background:var(--cream);min-height:100%;}
.gallery{position:sticky;top:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden;background:var(--cream);box-sizing:border-box;padding:0;}
.img-unit{display:flex;flex-direction:column;width:100%;}
.img-unit .main-img{width:100%;aspect-ratio:1/1;background:linear-gradient(150deg,#daeae1,#c0d9cc);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--sage);text-align:center;padding:24px;line-height:1.5;}
.img-unit .thumbrow-inner{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin-top:10px;}
.img-unit .thumbrow-inner::-webkit-scrollbar{display:none;}
.img-unit .thumbrow-inner .thumb{width:60px;height:60px;border-radius:6px;background:var(--sage-lt);border:1.5px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .15s;}
.img-unit .thumbrow-inner .thumb.on{border-color:var(--sage);}
.img-unit .thumbrow-inner .thumb img {
    width: 100%;
    border-radius:6px;
}
@media(max-width:960px){
  .hero{display:block!important;}
  .hero-left{width:100%;}
  .gallery{position:relative;top:0;padding:0!important;}
  .img-unit .main-img{border-radius:0;}
  .img-unit .thumbrow-inner{padding:10px 24px 10px;margin-top:0;}
  .img-unit .thumbrow-inner .thumb{width:54px;height:54px;}
}
@media(max-width:640px){
  .img-unit .thumbrow-inner{padding:10px 20px 10px;margin-top:0;}
  .img-unit .thumbrow-inner .thumb{width:48px;height:48px;}
  .hero{display:block!important;}
  .hero-left{width:100%;padding-bottom:0px;}
  .buy{padding:20px 20px 24px;width:100%;}
}
.why-txt{background:#fafaf8!important;}
.hygiene-txt{background:#fafaf8!important;}

/* ── BUNDLE SELECT ── */
.bundle-select-wrap{margin-bottom:20px;}
.bundle-select-label{font-size:12px;font-weight:500;display:block;margin-bottom:8px;}
.bundle-select{width:100%;border:1px solid var(--border);border-radius:10px;padding:14px 40px 14px 16px;font-family:var(--f);font-size:13px;font-weight:400;color:var(--black);background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236e6e73' stroke-width='1.8'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 16px center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .15s;}
.bundle-select:focus{border-color:var(--sage);}
.bundle-select:hover{border-color:#aaa;}


/* ══════════════════════════════════════
   MASTER MOBILE/TABLET RESPONSIVE FIX
══════════════════════════════════════ */

/* TABLET 960px */
@media(max-width:960px){
  /* Hero */
  .hero{display:block!important;}
  .hero-left{width:100%!important; padding-bottom:0px;}
  .gallery{position:relative!important;top:0!important;height:auto!important;padding:0!important;}
  .buy{padding:28px 32px 32px!important;}
  
  /* Nav */
  .navlinks{display:none!important;}
  
  /* Badges */
  .badges-grid{grid-template-columns:1fr 1fr!important;}
  
  /* Sections */
  /* .twocol{grid-template-columns:1fr!important;height:auto!important;max-height:none!important;}
  .col-txt{padding:40px 32px!important;}
  .col-txt h2{font-size:24px!important;}
  .col-img .iph{aspect-ratio:1/1!important;height:auto!important;} */
  
  /* Stats */
  .statsgrid{grid-template-columns:1fr 1fr!important;}
  .statsbar{padding:48px 32px!important;}
  
  /* Compare */
  .cmp-cards{grid-template-columns:1fr!important;}
  
  /* Reviews */
  .rvgrid{grid-template-columns:1fr!important;}
  .rvsec h2{font-size:28px!important;}
  
  /* Care */
  .caregrid{grid-template-columns:1fr 1fr!important;}
  .caresec h2{font-size:28px!important;}
  
  /* Sections */
  .sec-intro h2{font-size:28px!important;}
  .cmpsec h2,.sizesec h2{font-size:28px!important;}
  
  /* Size cards */
  .sz-card{grid-template-columns:44px 1fr 1fr!important;}
  .sz-cell:nth-child(4),.sz-cell.lbl:nth-child(4){display:none!important;}
  
  /* Gallery img-unit */
  .img-unit .main-img{border-radius:0!important;}
  .img-unit .thumbrow-inner{padding:10px 24px 10px!important;margin-top:0!important;}
}

/* MOBILE 640px */
@media(max-width:640px){
  /* Hero full stack */
  .hero{display:block!important;}
  .hero-left{width:100%!important;padding-bottom:0px;}
  .gallery{position:relative!important;top:0!important;height:auto!important;padding:0!important;}
  .img-unit{width:100%!important;max-width:none!important;}
  .img-unit .main-img{border-radius:0!important;aspect-ratio:1/1!important;}
  .img-unit .thumbrow-inner{padding:10px 20px 10px!important;margin-top:0!important;}
  .img-unit .thumbrow-inner .thumb{width:48px!important;height:48px!important;}
  
  /* Nav */
  nav{padding:0 20px!important;}
  .navlinks{display:none!important;}
  
  /* Buy panel */
  .buy{padding:20px 20px 24px!important;width:100%!important;}
  .ptitle{font-size:20px!important;}
  .psub{font-size:13px!important;max-width:none!important;}
  .price-now{font-size:22px!important;}
  
  /* Size buttons */
  .sz .sb{font-size:9px!important;}
  
  /* Bullets */
  .bullets li{font-size:12.5px!important;}
  
  /* Hide desktop CTA, show sticky */
  .btn-secondary{display:none!important;}
  .sticky-mob{display:flex!important;}
  .bundle-select-wrap{display:block!important;}
  
  /* Badges */
  .trust-badges{padding:16px!important;}
  .badges-grid{grid-template-columns:1fr 1fr!important;gap:7px!important;}
  .badge-item{padding:10px 12px!important;gap:7px!important;}
  .badge-icon{width:26px!important;height:26px!important;min-width:26px!important;}
  .badge-text strong{font-size:10px!important;}
  .badge-text span{font-size:9px!important;}
  
  /* Sections stack */
  /* .twocol{grid-template-columns:1fr!important;height:auto!important;max-height:none!important;}
  .col-img{padding:0!important;max-height:none!important;}
.col-img .iph {
        display: none ! IMPORTANT;
    }
  .col-img .iph{border-radius:0!important;aspect-ratio:1/1!important;height:auto!important;max-height:none!important;}
  .col-txt{padding:32px 20px!important;text-align:left!important;}
  .col-txt h2{font-size:22px!important;text-align:left!important;}
  .col-txt p{font-size:13.5px!important;text-align:left!important;}
  .slabel{text-align:left!important;}
  .contact-hero .slabel{text-align:center!important;}
  .qmax-img-col,.washable-img-col{display:none!important;} */
  
  /* Problem intro */
  .sec-intro{padding:48px 0 20px!important;text-align:left!important;}
  .sec-intro .wrap{padding:0 20px!important;}
  .sec-intro h2{font-size:22px!important;text-align:left!important;}
  .sec-intro p{font-size:13.5px!important;text-align:left!important;}
  .pullquote{text-align:left!important;font-size:16px!important;}
  .cite{text-align:left!important;}
  
  /* Stats */
  .old-state-bar .statsbar{padding:40px 20px!important;}
  .old-state-bar .statsgrid{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .old-state-bar .stat{padding:20px 16px!important;border-radius:12px!important;}
  .old-state-bar .statval{font-size:28px!important;}
  .old-state-bar .statlbl{font-size:10px!important;}
  .old-state-bar .statlbl-sub{font-size:9px!important;}
  
  /* Compare */
  .cmpsec{padding:48px 20px!important;}
  .cmpsec h2{font-size:22px!important;}
  .cmp-cards{grid-template-columns:1fr!important;gap:10px!important;}
  
  /* Size */
  .sizesec{padding:48px 20px 40px!important;}
  .sizesec h2{font-size:22px!important;}
  .sz-card{grid-template-columns:40px 1fr 1fr!important;}
  .sz-cell:nth-child(4),.sz-cell.lbl:nth-child(4){display:none!important;}
  .sz-cell{padding:12px 12px!important;font-size:12px!important;}
  .sz-cell.nm{font-size:16px!important;}
  .sz-cell.lbl{font-size:9px!important;padding:8px 12px!important;}
  
  /* Reviews */
  .rvsec{padding:48px 20px!important;}
  .rvsec h2{font-size:22px!important;}
  .rvgrid{grid-template-columns:1fr!important;}
  .rvbig{font-size:44px!important;}
  .rv-item{grid-template-columns:1fr!important;gap:12px!important;}
  .rv-left{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;}
  .rv-date{margin-top:0!important;}
  
  /* Care */
  .caresec{padding:48px 20px!important;}
  .caresec h2{font-size:22px!important;margin-bottom:24px!important;}
  .caregrid{grid-template-columns:1fr 1fr!important;border-radius:10px!important;}
  .carecard{border-right:none!important;border-bottom:1px solid var(--border)!important;}
  .carecard:nth-child(odd){border-right:1px solid var(--border)!important;}
  .carecard:last-child{border-bottom:none!important;}
  
  /* Final CTA */
  .finalcta{padding:80px 20px 60px!important;text-align:left!important;}
  .finalcta h2{font-size:24px!important;margin-left:0!important;text-align:left!important;}
  .finalcta p{margin-left:0!important;text-align:left!important;font-size:13.5px!important;}
  .finalcta button{width:100%!important;padding:15px!important;}
  
  /* Urgency */
  .urgency-strip{gap:16px!important;}
  .urg-item{font-size:11px!important;}
  
  /* Mob separators */
  .mob-sep{display:block!important;width:100%!important;overflow:hidden!important;background:var(--cream)!important;}
  .mob-sep .iph{aspect-ratio:1/1!important;border-radius:0!important;}
  
  /* Hygiene extra bottom */
  .hygiene-txt{padding-bottom:40px!important;}
}

/* XS 380px */
@media(max-width:380px){
  .sz{padding:9px 2px!important;}
  .sz .sb{font-size:8px!important;}
  .col-txt h2{font-size:20px!important;}
  .sec-intro h2{font-size:20px!important;}
  .badge-text span{display:none!important;}
  .badge-text strong{font-size:9.5px!important;}
}


/* ── GALLERY SLIDER ── */
.img-unit{position:relative;top:0;}
.gallery-slides{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:8px;position:relative;}
.gallery-track{display:flex;transition:transform .35s cubic-bezier(.25,.46,.45,.94);height:100%;}
.gallery-slide{min-width:100%;height:100%;}
.gallery-slide .main-img{width:100%;height:100%;border-radius:8px;background:linear-gradient(150deg,#daeae1,#c0d9cc);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--sage);text-align:center;padding:0rem;line-height:1.5;}
.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:rgba(255,255,255,.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:opacity .15s;box-shadow:0 1px 4px rgba(0,0,0,.12);}
.gallery-arrow:hover{background:#fff;}
.gallery-arrow.prev{left:10px;}
.gallery-arrow.next{right:10px;}
.gallery-arrow svg{width:14px;height:14px;color:var(--black);}
.gallery-arrow.hidden{opacity:0;pointer-events:none;}
@media(max-width:640px){
  .gallery-slides{border-radius:0;}
  .gallery-slide{flex-shrink:unset;}
  /* .gallery-slide .main-img{
      border-radius:0;
      aspect-ratio: unset !important;
      display: block;
      object-fit: cover;
  } */
  .gallery-arrow{display:none;}
}


@media(max-width:960px){
  .caregrid{display:grid;grid-template-columns:1fr 1fr;border-radius:12px;}
  .carecard{display:flex;flex-direction:column;}
  .carecard-top{margin-bottom:10px;}
  .caredesc{font-size:12px;line-height:1.55;flex:1;}
}
@media(max-width:640px){
  .caregrid{grid-template-columns:1fr 1fr;}
  .carecard{padding:20px 16px;}
  .careicon{width:34px;height:34px;min-width:34px;}
  .careicon svg{width:16px;height:16px;}
  .care-rule{font-size:9px;}
  .caretitle{font-size:11.5px;}
  .caredesc{font-size:11.5px;}
  /* Force equal height rows */
  .caregrid{align-items:stretch;}
}


@media(max-width:640px){
  .finalcta h2{padding-top:24px!important;}
}


@media(min-width:641px){
  .finalcta h2{padding-top:calc(48px + 10px)!important;}
}


/* ── FAQ ── */
.faqsec{padding:88px 40px calc(88px - 16px);border-top:1px solid var(--border);background:var(--off);}
.faqsec .wrap{max-width:860px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:80px;align-items:start;}
.faqsec-left{position:sticky;top:80px;}
.faqsec .slabel{font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:14px;}
.faqsec h2{font-size:clamp(28px,3vw,42px);font-weight:600;letter-spacing:-.4px;margin-bottom:14px;line-height:1.15;}
.faqsec .faq-intro{font-size:13.5px;color:var(--muted);font-weight:300;line-height:1.75;margin-bottom:24px;}
.faq-contact-note{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--sage);font-weight:400;}
.faq-contact-note svg{width:13px;height:13px;flex-shrink:0;}
.faq-list{display:flex;flex-direction:column;background:#fff;border-radius:14px;border:1px solid var(--border);overflow:hidden;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-item:last-child{border-bottom:none;}
/* 1. Hover = soft sage-xlt, consistent with brand */
.faq-q{width:100%;background:none;border:none;padding:7px 24px;font-family:var(--f);font-size:14px;font-weight:500;color:var(--black);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;line-height:1.4;transition:color .2s;    padding: 20px 24px;}
/* .faq-q:hover{background:var(--sage-xlt);} */
.faq-q:focus{background:none;}
.faq-q-icon{width:22px;height:22px;min-width:22px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;background:#fff;}
.faq-q-icon svg{width:10px;height:10px;color:var(--muted);transition:transform .25s;}
/* 2. Open state — no gaps, clean connection */
.faq-item.open .faq-q{background:var(--sage-xlt);color:var(--sage);}
.faq-item.open .faq-q-icon{background:var(--sage);border-color:var(--sage);}
.faq-item.open .faq-q-icon svg{transform:rotate(180deg);color:#fff;}
/* 3 & 4. Answer — no border-top on inner, use item border; smooth collapse */
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.faq-a-inner{padding:14px 24px 22px;font-size:13.5px;color:var(--muted);font-weight:300;line-height:1.8;background:#fff;}
.faq-item.open .faq-a{max-height:500px;}
@media(max-width:860px){
  .faqsec .wrap{grid-template-columns:1fr;gap:40px;}
  .faqsec-left{position:static;}
}
@media(max-width:640px){
  .faqsec{padding:56px 20px;}
  .faqsec h2{font-size:22px;}
  .faqsec .faq-intro{font-size:13px;}
  .faq-q{font-size:13.5px;padding:16px 20px;}
  .faq-a-inner{font-size:13px;padding:4px 20px 16px;}
}

.btn-loader {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.6s linear infinite;
  margin-left: 8px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.btn-primary.loading .btn-text {
  opacity: 0.6;
}

.btn-primary.loading .btn-loader {
  display: inline-block;
}