:root{
  --ah-orange:#319FC2;
  --ah-orange-deep:#23789A;
  --ah-blue:#319FC2;
  --ah-blue-dark:#23789A;
  --navy:#1A2E4F;
  --grey-text:#5C6B80;
  --grey-light:#E9EDF1;
  --grey-bg:#F5F7F9;
  --green:#1E7B34;
  --green-bg:#DCF0DD;
}
*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;}
.ah-root{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--navy);
}

/* ---------- phone frame ---------- */
.phone{
  width:393px;height:852px;background:#fff;border-radius:47px;overflow:hidden;
  position:relative;box-shadow:0 24px 60px rgba(15,25,50,.35),0 0 0 10px #10131a,0 0 0 12px #3a3f4a;
}
.screen{position:absolute;inset:0;display:flex;flex-direction:column;background:#fff;}
.scroll{flex:1;overflow:hidden;}

/* ---------- status bar ---------- */
.statusbar{
  display:flex;align-items:center;justify-content:space-between;
  padding:16px 28px 6px;font-size:16px;font-weight:700;flex-shrink:0;
}
.statusbar .sicons{display:flex;align-items:center;gap:6px;}
.statusbar.light{color:#fff;}
.statusbar.dark{color:#0F1B33;}

/* ---------- bottom nav ---------- */
.tabbar{
  flex-shrink:0;background:#fff;border-top:1px solid #E3E7EC;
  display:flex;justify-content:space-around;padding:8px 6px 4px;
}
.tab{
  display:flex;flex-direction:column;align-items:center;gap:3px;
  font-size:13px;font-weight:600;color:#101C33;border:none;background:none;
  width:64px;position:relative;padding:2px 0;
}
.tab svg{width:26px;height:26px;}
.tab.active{color:var(--ah-blue);}
.tab .badge{
  position:absolute;top:-4px;right:12px;background:var(--ah-blue);color:#fff;
  font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;border:2px solid #fff;
}
.homebar{height:22px;flex-shrink:0;background:#fff;display:flex;align-items:flex-start;justify-content:center;}
.homebar::after{content:"";width:140px;height:5px;border-radius:3px;background:#0F1B33;margin-top:8px;}

/* =================== HOME =================== */
.screen.home{background:var(--ah-orange);}
.home-head{padding:8px 14px 0;display:flex;align-items:flex-start;gap:10px;}
.seg{background:rgba(255,255,255,.95);border-radius:16px;padding:5px;display:flex;gap:2px;flex-shrink:0;}
.seg .opt{width:44px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;}
.seg .opt.sel{background:#fff;box-shadow:0 0 0 2px #fff, inset 0 0 0 20px #fff;outline:2px solid #C9D2DC;outline-offset:-1px;}
.store-info{flex:1;color:#fff;padding-top:2px;}
.store-info .addr{font-size:17px;font-weight:800;letter-spacing:-.4px;white-space:nowrap;}
.store-info .open{font-size:15px;font-weight:600;display:flex;align-items:center;gap:6px;margin-top:2px;}
.dot-green{width:9px;height:9px;border-radius:50%;background:#3DD65B;display:inline-block;}
.head-icons{display:flex;gap:10px;align-items:center;padding-top:8px;flex-shrink:0;}
.ah-card-icon{
  width:34px;height:28px;border:2.5px solid #fff;border-radius:8px;
  display:flex;align-items:center;justify-content:center;color:#fff;
  font-style:italic;font-weight:800;font-size:14px;letter-spacing:-1px;
}
.search-row{padding:14px 16px 4px;}
.search{
  background:#fff;border-radius:999px;height:56px;display:flex;align-items:center;
  padding:0 18px;gap:12px;box-shadow:0 2px 6px rgba(10,60,35,.10);
}
.search .ph{color:#69788C;font-size:19px;flex:1;}
.hero-title{
  color:#fff;font-size:34px;line-height:1.13;font-weight:800;letter-spacing:-.5px;
  padding:16px 18px 14px;
}
.mega-banner{
  margin:0 8px;border-radius:28px;overflow:hidden;position:relative;
  background:linear-gradient(160deg,#FFD34D,#F5B400);height:300px;
}
.mega-banner svg{width:100%;height:100%;display:block;}
.banner-chevron{
  position:absolute;right:14px;bottom:14px;width:44px;height:44px;border-radius:50%;
  background:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,.18);
}
.home-white{background:#fff;margin-top:18px;padding:20px 16px 8px;}
.sect-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px;}
.sect-head h2{font-size:24px;font-weight:800;letter-spacing:-.3px;}
.link-blue{color:#23789A;font-size:18px;font-weight:600;text-decoration:none;}
.mijn-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:12px;align-items:stretch;}
.bonusbox{
  background:linear-gradient(150deg,#4FB0CF,#2A8BAD);border-radius:20px;padding:16px;
  display:flex;flex-direction:column;color:#fff;min-height:172px;border:none;text-align:left;
}
.bonusbox .bb-icon{
  width:46px;height:46px;border-radius:12px;background:linear-gradient(160deg,#5BB9D6,#23789A);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);
  display:flex;align-items:center;justify-content:center;margin-bottom:10px;
}
.bonusbox h3{font-size:20px;font-weight:800;letter-spacing:-.4px;line-height:1.05;white-space:nowrap;}
.bonusbox .bb-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;}
.bonusbox .bb-foot span:first-child{font-size:12px;font-weight:600;}
.bb-chev{width:34px;height:34px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.side-items{display:flex;flex-direction:column;gap:14px;}
.side-item{display:flex;gap:10px;align-items:center;}
.side-item .tile{width:58px;height:52px;border-radius:12px;flex-shrink:0;overflow:hidden;}
.side-item .tile svg{width:58px;height:52px;}
.side-item h4{font-size:16.5px;font-weight:800;letter-spacing:-.3px;white-space:nowrap;}
.side-item p{font-size:13.5px;color:var(--grey-text);margin-top:1px;white-space:nowrap;}
.promo-card{
  margin-top:18px;border:1px solid #E5E9EE;border-radius:20px;overflow:hidden;
  display:flex;min-height:160px;position:relative;background:#fff;
}
.promo-img{width:38%;flex-shrink:0;}
.promo-img svg{width:100%;height:100%;display:block;}
.promo-txt{padding:20px 16px;flex:1;}
.promo-txt h3{font-size:22px;font-weight:800;line-height:1.15;letter-spacing:-.3px;}
.promo-txt p{font-size:17px;margin-top:8px;color:var(--navy);}
.promo-chev{
  position:absolute;right:14px;bottom:12px;width:38px;height:38px;border-radius:50%;
  background:#F1F4F7;display:flex;align-items:center;justify-content:center;
}
.cutoff-head{display:flex;align-items:baseline;justify-content:space-between;padding:20px 16px 0;background:#fff;}
.cutoff-head h2{font-size:24px;font-weight:800;}

/* =================== PRODUCT =================== */
.pdp-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:8px 20px 12px;border-bottom:1px solid #E7EBEF;flex-shrink:0;
}
.pdp-head .right{display:flex;gap:22px;}
.icon-btn{background:none;border:none;padding:0;display:flex;}
.pdp-imgwrap{position:relative;padding:22px 0 10px;display:flex;justify-content:center;}
.pdp-imgwrap svg.product{height:340px;}
.float-thumb{
  position:absolute;left:22px;bottom:16px;width:52px;height:52px;border-radius:50%;
  background:#E0F2F8;display:flex;align-items:center;justify-content:center;
}
.float-zoom{position:absolute;right:26px;bottom:22px;}
.pdp-body{padding:6px 20px 0;}
.price{font-weight:800;color:#0F1B33;letter-spacing:-1px;line-height:1;}
.price .euros{font-size:54px;}
.price .cents{font-size:32px;vertical-align:20px;}
.pdp-body h1{font-size:30px;font-weight:800;letter-spacing:-.4px;margin-top:6px;}
.per-stuk{color:var(--grey-text);font-size:19px;margin-top:4px;}
.btn-blue{
  width:100%;background:var(--ah-blue);color:#fff;border:none;border-radius:14px;
  height:58px;font-size:20px;font-weight:700;margin-top:16px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-family:inherit;
}
.btn-blue .plus{font-size:24px;font-weight:500;line-height:0;}
.store-card{
  border:1px solid #E5E9EE;border-radius:16px;margin-top:14px;padding:14px;
  display:flex;align-items:center;gap:14px;
}
.store-card .stile{
  width:56px;height:56px;border-radius:12px;background:#F1F4F7;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.store-card .mid{flex:1;}
.store-card .mid .line1{font-size:17px;}
.store-card .mid .line1 b{font-weight:800;}
.chip-green{
  display:inline-block;background:var(--green-bg);color:var(--green);
  font-size:14px;font-weight:600;border-radius:6px;padding:3px 8px;margin-top:6px;
}
.pencil{width:42px;height:42px;border-radius:50%;background:#F1F4F7;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.stock-note{color:var(--grey-text);font-size:15px;margin:12px 2px 18px;}
.hr{height:1px;background:#E7EBEF;margin:0 0 16px;}
.nutri-label{color:#8A97A8;font-weight:800;font-size:16px;letter-spacing:.5px;padding-bottom:14px;}

/* --- GI (glycemische index) --- */
.gi-card{border:1px solid #E5E9EE;border-radius:16px;padding:16px;margin-bottom:18px;}
.gi-top{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.gi-title{font-size:18px;font-weight:800;letter-spacing:-.2px;}
.gi-title small{display:block;font-size:13px;font-weight:600;color:var(--grey-text);margin-top:1px;}
.gi-chip{font-size:14px;font-weight:800;color:#fff;border-radius:999px;padding:6px 14px;white-space:nowrap;}
.gi-chip.low{background:#00A650;}
.gi-chip.med{background:#E87722;}
.gi-chip.high{background:#E8112D;}
.gi-scale{display:flex;gap:4px;margin-top:14px;position:relative;height:10px;}
.gi-scale span{flex:1;border-radius:99px;opacity:.35;}
.gi-scale span:nth-child(1){background:#00A650;}
.gi-scale span:nth-child(2){background:#E87722;}
.gi-scale span:nth-child(3){background:#E8112D;}
.gi-scale span.on{opacity:1;}
.gi-dot{
  position:absolute;top:-4px;width:18px;height:18px;border-radius:50%;background:#fff;
  border:4px solid #0F1B33;transform:translateX(-50%);box-shadow:0 1px 3px rgba(0,0,0,.25);
}
.gi-labels{display:flex;justify-content:space-between;font-size:12px;font-weight:600;color:var(--grey-text);margin-top:7px;}
.gi-note{font-size:15px;color:#26354D;margin-top:12px;line-height:1.4;}

/* --- persoonlijke indicator --- */
.pi-card{border:1px solid #E5E9EE;border-radius:16px;padding:16px;margin-bottom:18px;}
.pi-row{display:flex;align-items:center;gap:16px;}
.pi-glyph{flex-shrink:0;width:84px;height:56px;background:#F3FAFC;border:1px solid #D3ECF4;border-radius:12px;display:flex;align-items:center;justify-content:center;}
.pi-lines{flex:1;}
.pi-lines p{font-size:15px;line-height:1.45;color:#26354D;}
.pi-lines p b{color:var(--navy);}
.pi-lines p + p{margin-top:6px;}
.pi-link{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid #EEF1F4;font-size:13.5px;font-weight:600;color:#1E7B34;}
.pi-link svg{flex-shrink:0;}

/* --- vervangende producten --- */
.alt-sect{margin-bottom:18px;}
.alt-head{font-size:19px;font-weight:800;letter-spacing:-.2px;}
.alt-sub{font-size:14px;color:var(--grey-text);margin-top:3px;line-height:1.4;}
.alt-row{overflow:hidden;padding:14px 2px 4px;}
.alt-inner{display:flex;gap:12px;}
.alt-card{min-width:152px;max-width:152px;border:1px solid #E5E9EE;border-radius:14px;padding:12px;position:relative;background:#fff;}
.alt-add{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background:var(--ah-blue);color:#fff;border:none;font-size:20px;font-weight:600;line-height:0;display:flex;align-items:center;justify-content:center;}
.alt-img{height:66px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;}
.alt-price{font-weight:800;font-size:17px;color:#0F1B33;}
.alt-name{font-size:13.5px;font-weight:600;line-height:1.3;margin-top:2px;min-height:35px;color:var(--navy);}
.alt-gi{display:flex;align-items:center;gap:7px;margin-top:8px;flex-wrap:wrap;}
.gi-chip.sm{font-size:11.5px;padding:3px 9px;}
.alt-delta{font-size:12px;color:var(--grey-text);font-weight:600;}

/* =================== DIABETES-PROFIEL =================== */
.prof-head{display:flex;align-items:center;gap:14px;padding:10px 20px 14px;flex-shrink:0;border-bottom:1px solid #E7EBEF;}
.prof-head h1{font-size:22px;font-weight:800;letter-spacing:-.3px;}
.prof-intro{font-size:15px;color:var(--grey-text);line-height:1.45;padding:16px 20px 2px;}
.pcard{border:1px solid #E5E9EE;border-radius:16px;margin:14px 16px 0;padding:16px;background:#fff;}
.pcard h3{font-size:18px;font-weight:800;margin-bottom:2px;}
.pcard .sub{font-size:14px;color:var(--grey-text);line-height:1.4;margin-bottom:12px;}
.preset-chips{display:flex;flex-wrap:wrap;gap:8px;}
.preset{border:1.5px solid #C9D4DE;background:#fff;border-radius:999px;padding:9px 14px;font-size:14px;font-weight:600;color:var(--navy);font-family:inherit;display:inline-block;}
.preset.sel{background:#E4F4F9;border-color:var(--ah-blue);color:#23789A;}
.frow{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 0;border-top:1px solid #EEF1F4;}
.frow.first{border-top:none;padding-top:2px;}
.frow .lbl{font-size:16px;font-weight:700;}
.frow .lbl small{display:block;font-weight:400;font-size:13.5px;color:var(--grey-text);margin-top:2px;line-height:1.35;max-width:185px;}
.stepper{display:flex;align-items:center;border:1.5px solid #C9D4DE;border-radius:999px;overflow:hidden;flex-shrink:0;}
.stepper .sbtn{width:38px;height:40px;border:none;background:#fff;color:var(--ah-blue);font-size:22px;font-weight:700;line-height:1;font-family:inherit;display:flex;align-items:center;justify-content:center;}
.stepper .val{min-width:76px;text-align:center;font-size:15.5px;font-weight:700;}
.seg2{display:flex;gap:8px;flex-shrink:0;}
.seg2 .opt2{border:1.5px solid #C9D4DE;background:#fff;border-radius:999px;padding:9px 18px;font-size:15px;font-weight:700;color:var(--navy);font-family:inherit;display:inline-block;}
.seg2 .opt2.sel{border-color:var(--ah-blue);background:#E4F4F9;color:#23789A;}
.typegrid{display:grid;gap:10px;}
.typebtn{border:1.5px solid #C9D4DE;border-radius:14px;padding:12px 14px;text-align:left;background:#fff;font-family:inherit;color:var(--navy);}
.typebtn.sel{border-color:var(--ah-blue);background:#E4F4F9;}
.typebtn b{font-size:16px;}
.typebtn span{display:block;font-size:13.5px;color:var(--grey-text);margin-top:2px;line-height:1.35;}
.switch{width:52px;height:32px;border-radius:999px;background:#CBD5DE;position:relative;border:none;flex-shrink:0;display:inline-block;}
.switch::after{content:"";position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);}
.switch.on{background:#00A650;}
.switch.on::after{left:23px;}
.psel{border:1.5px solid #C9D4DE;border-radius:12px;padding:9px 10px;font-size:14.5px;font-weight:600;color:var(--navy);background:#fff;font-family:inherit;max-width:165px;}
.bmi-hint{font-size:14px;color:var(--grey-text);padding-top:12px;border-top:1px solid #EEF1F4;}
.bmi-hint b{color:var(--navy);}
.prof-save{padding:12px 16px 8px;background:#fff;box-shadow:0 -6px 18px rgba(15,25,50,.06);flex-shrink:0;}
.prof-save .note{text-align:center;font-size:13px;color:var(--grey-text);margin-top:8px;}
.hidden{display:none!important;}

/* =================== CHAT =================== */
  .chat-head{display:flex;align-items:center;justify-content:space-between;padding:10px 22px 14px;flex-shrink:0;}
  .disclaimer{
    color:#7C8AA0;font-size:15.5px;text-align:center;line-height:1.4;
    padding:6px 34px 22px;
  }
  .chat-intro{display:flex;gap:18px;padding:0 22px;align-items:center;}
  .avatar{width:112px;height:112px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 2px 10px rgba(20,40,90,.15);}
  .avatar svg{width:100%;height:100%;display:block;}
  .chat-intro .txt .hi{font-size:23px;font-weight:800;}
  .chat-intro .txt .q{font-size:23px;margin-top:2px;font-weight:400;}
  .chips{display:flex;gap:14px;padding:26px 0 0 22px;overflow:hidden;}
  .chip{
    background:#F1F4F6;border-radius:18px;padding:18px 20px;font-size:20px;line-height:1.35;
    color:#2A3A55;flex-shrink:0;max-width:230px;cursor:pointer;
  }
  .chat-spacer{flex:1;}
  .chat-inputrow{padding:0 16px 14px;}
  .chat-input{
    background:#F1F4F6;border-radius:999px;height:58px;display:flex;align-items:center;
    padding:0 20px;gap:12px;color:#43536C;font-size:19px;
  }
  .chat-input span{flex:1;}
  /* keyboard */
  .kbd{background:#CDD3DA;padding:8px 3px 4px;flex-shrink:0;user-select:none;}
  .kbd .sugg{display:flex;justify-content:space-between;padding:2px 4px 10px;}
  .kbd .sugg div{flex:1;text-align:center;font-size:17px;color:#111;position:relative;}
  .kbd .sugg div:not(:last-child)::after{content:"";position:absolute;right:0;top:2px;bottom:2px;width:1px;background:#AAB2BB;}
  .krow{display:flex;justify-content:center;gap:5px;margin-bottom:8px;padding:0 3px;}
  .key{
    background:#fff;border-radius:6px;height:43px;flex:1;max-width:36px;
    display:flex;align-items:center;justify-content:center;font-size:19px;color:#111;
    box-shadow:0 1px 0 #8B929B;
  }
  .key.wide{max-width:none;flex:0 0 46px;background:#B0B7C0;}
  .key.space{max-width:none;flex:1;}
  .key.ret{max-width:none;flex:0 0 92px;background:#B0B7C0;font-size:16px;}
  .key.num{max-width:none;flex:0 0 46px;background:#B0B7C0;font-size:15px;}
  .kbd-foot{display:flex;justify-content:space-between;align-items:center;padding:6px 18px 2px;}

  /* =================== ACCOUNT =================== */
  .acc-title{font-size:28px;font-weight:800;letter-spacing:-.4px;padding:6px 20px 14px;}
  .acc-user{display:flex;align-items:center;gap:14px;margin:4px 16px 18px;padding:16px;border:1px solid #E5E9EE;border-radius:16px;}
  .acc-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(150deg,#4FB0CF,#2A8BAD);color:#fff;font-weight:800;font-size:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .acc-user .nm{font-size:18px;font-weight:800;}
  .acc-user .em{font-size:13.5px;color:var(--grey-text);margin-top:1px;}
  .acc-list{margin:0 16px;border:1px solid #E5E9EE;border-radius:16px;overflow:hidden;}
  .acc-row{display:flex;align-items:center;gap:14px;padding:16px;border-top:1px solid #EEF1F4;background:#fff;cursor:pointer;}
  .acc-row:first-child{border-top:none;}
  .acc-row .aicon{width:40px;height:40px;border-radius:10px;background:#F1F4F7;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .acc-row .atxt{flex:1;}
  .acc-row .atxt .t{font-size:16px;font-weight:700;}
  .acc-row .atxt .s{font-size:13px;color:var(--grey-text);margin-top:1px;}
  .chip-linked{display:inline-flex;align-items:center;gap:5px;background:var(--green-bg);color:var(--green);font-size:12px;font-weight:700;border-radius:6px;padding:3px 8px;}

  /* =================== VERVANGERS-SHEET =================== */
  .sheet-backdrop{position:absolute;inset:0;background:rgba(15,27,51,.45);z-index:40;}
  .vsheet{
    position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:24px 24px 0 0;
    z-index:41;padding:10px 16px 18px;box-shadow:0 -12px 40px rgba(15,27,51,.25);
  }
  .vsheet .grab{width:44px;height:5px;border-radius:3px;background:#D5DBE2;margin:4px auto 14px;}
  .vsheet h3{font-size:20px;font-weight:800;letter-spacing:-.3px;}
  .vsheet .vsub{font-size:14.5px;color:var(--grey-text);margin-top:4px;line-height:1.4;}
  .vsheet .alt-row{margin-top:4px;}
  .vsheet .btn-blue{margin-top:6px;}
  .vsheet .no-thx{display:block;text-align:center;font-size:15px;font-weight:600;color:#23789A;padding:12px 0 2px;background:none;border:none;width:100%;font-family:inherit;cursor:pointer;}
  .dv-chip{display:inline-flex;align-items:center;gap:4px;border:1.5px solid #1E9E4A;color:#1E7B34;font-size:11.5px;font-weight:700;border-radius:999px;padding:2.5px 8px;background:#F2FAF4;}

  /* =================== CHAT-GESPREK =================== */
  .convo{padding:6px 18px 0;display:flex;flex-direction:column;gap:14px;}
  .bub-user{
    align-self:flex-end;max-width:78%;background:var(--ah-blue);color:#fff;
    border-radius:18px 18px 4px 18px;padding:12px 16px;font-size:17px;line-height:1.4;
  }
  .bub-bot{display:flex;gap:10px;align-items:flex-end;max-width:92%;}
  .bub-bot .mini-av{width:34px;height:34px;border-radius:50%;overflow:hidden;flex-shrink:0;}
  .bub-bot .mini-av svg{width:100%;height:100%;}
  .bub-bot .bb{background:#F1F4F6;border-radius:18px 18px 18px 4px;padding:14px 16px;font-size:16px;line-height:1.45;color:#26354D;}
  .bb .pi-mini{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #D3ECF4;border-radius:12px;padding:10px 12px;margin:10px 0;}
  .bb .pi-mini svg{flex-shrink:0;}
  .bb .pi-mini .t{font-size:14px;line-height:1.4;}
  .bb .src{font-size:12px;color:#8A97A8;margin-top:8px;line-height:1.4;}
  .typing{display:inline-flex;gap:5px;background:#F1F4F6;border-radius:18px;padding:16px 18px;}
  .typing i{width:8px;height:8px;border-radius:50%;background:#9AA8B8;display:block;}

  /* =================== MANDJE =================== */
  .mnd-title{font-size:28px;font-weight:800;letter-spacing:-.4px;padding:6px 20px 2px;}
  .mnd-sub{font-size:15px;color:var(--grey-text);padding:0 20px 12px;}
  .impact-card{border:1.5px solid #F3C99B;background:#FFF8F0;border-radius:16px;margin:4px 16px 14px;padding:14px 16px;}
  .impact-top{display:flex;align-items:center;justify-content:space-between;gap:10px;}
  .impact-top .t{font-size:16.5px;font-weight:800;}
  .chip-peak{background:#E87722;color:#fff;font-size:12.5px;font-weight:800;border-radius:999px;padding:5px 12px;white-space:nowrap;}
  .impact-card .d{font-size:14px;color:#26354D;margin-top:8px;line-height:1.45;}
  .mnd-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-top:1px solid #EEF1F4;}
  .mnd-item .thumb{width:54px;height:54px;border-radius:10px;background:#F5F7F9;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;}
  .mnd-item .info{flex:1;}
  .mnd-item .info .n{font-size:15.5px;font-weight:700;}
  .mnd-item .info .p{font-size:14px;color:var(--grey-text);margin-top:1px;}
  .mnd-item .qty{font-size:15px;font-weight:700;color:var(--navy);}
  .warn-tag{display:inline-block;background:#FDEEDD;color:#B05A00;font-size:11.5px;font-weight:700;border-radius:6px;padding:2px 7px;margin-top:3px;}
  .swap-row{
    display:flex;align-items:center;gap:10px;margin:2px 16px 12px 82px;
    border:1.5px dashed #8ED0E4;background:#F0F9FC;border-radius:12px;padding:10px 12px;
  }
  .swap-row .st{flex:1;font-size:13px;line-height:1.4;color:#26354D;}
  .swap-btn{background:var(--ah-blue);color:#fff;border:none;border-radius:999px;font-size:13px;font-weight:700;padding:8px 14px;font-family:inherit;cursor:pointer;flex-shrink:0;}

  
/* --- productlijst --- */
.plist-head{padding:2px 16px 10px;}
.plist-title{font-size:26px;font-weight:800;letter-spacing:-.4px;}
.plist-sub{font-size:14px;color:var(--grey-text);margin-top:2px;}
.plist-filters{display:flex;gap:8px;padding:0 16px 12px;overflow:hidden;}
.pfilter{border:1.5px solid #C9D4DE;border-radius:999px;padding:7px 13px;font-size:13.5px;font-weight:600;color:var(--navy);white-space:nowrap;}
.pfilter.sel{background:var(--ah-blue);border-color:var(--ah-blue);color:#fff;}
.pgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 16px 16px;}
.pcard2{border:1px solid #E5E9EE;border-radius:14px;padding:12px;position:relative;background:#fff;}
.pcard2 .img{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;}
.pcard2 .pr{font-weight:800;font-size:17px;color:#0F1B33;}
.pcard2 .nm{font-size:13.5px;font-weight:600;margin-top:2px;line-height:1.3;min-height:35px;color:var(--navy);}
.pcard2 .unit{font-size:12px;color:var(--grey-text);margin-top:2px;}

/* --- accordeon op productpagina --- */
.acc2{display:flex;align-items:center;justify-content:space-between;padding:19px 2px;border-top:1px solid #E7EBEF;}
.acc2 .t{font-size:20px;font-weight:800;letter-spacing:-.3px;display:flex;align-items:center;gap:9px;}
.acc2.open .t{color:var(--ah-blue-dark);}
.acc2 .chev{width:38px;height:38px;border-radius:50%;background:#F1F4F7;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.acc-body{overflow:hidden;}
