Personal story - C-section & Breastfeeding Recovery

<!--
  LOOMA REBUILD — PRE-LANDER  Â·  production build
  ===========================================================================
  HOW TO INSTALL

  Best method (keeps the JS):
    Online Store > Themes > Edit code > Sections > Add a new section
    "prelander.liquid" > delete the default contents > paste this file >
    add this at the very bottom:
      {% schema %}{"name":"Prelander","settings":[],"presets":[{"name":"Prelander"}]}{% endschema %}
    Then create a page, assign a template that renders the section.

  Quick method:
    Online Store > Pages > Add page > click < > "Show HTML" in the toolbar >
    paste everything below this comment.
    NOTE: Shopify's page editor sometimes strips <script>. That is fine here —
    this page is built so nothing breaks without it. You lose the sticky bar,
    the progress bar, the fade-ins, and "only one FAQ open at a time".
    All content, the FAQ, and every link still work.

  ---------------------------------------------------------------------------
  TWO THINGS TO CHANGE

  1) IMAGES — upload these 8 files (Content > Files), copy each CDN URL,
     and replace the matching src="..." below:

        Screenshot 2026-07-28 125147.png ........ Kayla byline photo
        beforeafterimage2.png ................... hero + night "before"
        beforeafterimage2 (2).png ............... night "after"
        beforeafterimage1.png ................... story + day "before"
        beforeafterimage1 (2).png ............... day "after"
        loomalactationsupplementproductphoto.png  box + stick pack
        productimageback.png .................... supplement facts panel
        hf_20260728_190151_c20a82e4...png ....... pour shot (used twice)

  2) THE BUY LINK — one href, appears once:
        /products/looma-rebuild   ->   your real product handle

  ---------------------------------------------------------------------------
  All CSS is scoped to #looma-prelander and cannot collide with your theme.
  No external stylesheets, fonts, scripts or libraries.
-->
<div id="looma-prelander">
<style>
/* ============================================================
   LOOMA REBUILD — scoped styles
   ============================================================ */
#looma-prelander{
  /* palette — warm, editorial, calm. Not clinical, not candy. */
  --paper:#FCFAF7;
  --paper-2:#F5F0E8;
  --sand:#EDE4D8;
  --ink:#241F1B;
  --ink-2:#4A4139;
  --muted:#7A6E63;
  --clay:#B85C42;
  --clay-d:#9A4A33;
  --sage:#4F6552;
  --sage-l:#EBF0EA;
  --gold:#C08A2E;
  --line:#E2D8CA;
  --radius:14px;
  --shadow:0 1px 2px rgba(36,31,27,.04),0 8px 28px rgba(36,31,27,.07);
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:18px;
  line-height:1.68;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* light reset so theme CSS can't bleed in */
#looma-prelander *,#looma-prelander *::before,#looma-prelander *::after{box-sizing:border-box}
#looma-prelander p,#looma-prelander h1,#looma-prelander h2,#looma-prelander h3,
#looma-prelander h4,#looma-prelander ul,#looma-prelander ol,#looma-prelander li,
#looma-prelander figure,#looma-prelander blockquote{margin:0;padding:0}
#looma-prelander ul,#looma-prelander ol{list-style:none}
#looma-prelander img{max-width:100%;height:auto;display:block}
#looma-prelander a{color:inherit;text-decoration:none}
#looma-prelander button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}

/* ---------- layout ---------- */
#looma-prelander .lm-wrap{max-width:720px;margin:0 auto;padding:0 22px}
#looma-prelander .lm-wide{max-width:1040px;margin:0 auto;padding:0 22px}
#looma-prelander .lm-sec{padding:46px 0}
#looma-prelander .lm-sec--tight{padding:30px 0}

/* ---------- type ---------- */
#looma-prelander h1,#looma-prelander h2,#looma-prelander h3,#looma-prelander .lm-serif{
  font-family:var(--serif);font-weight:600;letter-spacing:-.012em;line-height:1.18
}
#looma-prelander h1{font-size:clamp(30px,6.4vw,50px);letter-spacing:-.022em}
#looma-prelander h2{font-size:clamp(25px,4.6vw,36px);margin-bottom:16px}
#looma-prelander h3{font-size:clamp(20px,3.2vw,25px);margin-bottom:10px}
#looma-prelander p{margin-bottom:20px;color:var(--ink-2)}
#looma-prelander p.lm-lead{font-size:1.14em;color:var(--ink)}
#looma-prelander strong{color:var(--ink);font-weight:650}
#looma-prelander em{font-style:italic}
#looma-prelander .lm-kicker{
  font-size:11.5px;font-weight:750;letter-spacing:.16em;text-transform:uppercase;
  color:var(--clay);margin-bottom:14px;display:block
}
#looma-prelander .lm-kicker--sage{color:var(--sage)}
#looma-prelander .lm-center{text-align:center}

/* ---------- masthead ---------- */
#looma-prelander .lm-mast{
  border-bottom:1px solid var(--line);background:var(--paper);
  position:sticky;top:0;z-index:40
}
#looma-prelander .lm-mast__in{
  max-width:1040px;margin:0 auto;padding:12px 22px;
  display:flex;align-items:center;justify-content:space-between;gap:14px
}
#looma-prelander .lm-logo{
  font-family:var(--serif);font-size:23px;font-weight:600;letter-spacing:.02em
}
#looma-prelander .lm-logo span{color:var(--clay)}
#looma-prelander .lm-mast__tag{
  font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);
  border:1px solid var(--line);padding:4px 9px;border-radius:999px;white-space:nowrap
}
#looma-prelander .lm-progress{
  position:absolute;left:0;bottom:-1px;height:2px;width:0;background:var(--clay);
  transition:width .12s linear
}

/* ---------- hero ---------- */
#looma-prelander .lm-hero{padding:38px 0 8px}
#looma-prelander .lm-hero h1{margin-bottom:20px}
#looma-prelander .lm-sub{
  font-size:1.1em;color:var(--muted);font-family:var(--serif);
  font-style:italic;line-height:1.5;margin-bottom:26px
}
#looma-prelander .lm-byline{
  display:flex;align-items:center;gap:12px;padding:16px 0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:28px
}
#looma-prelander .lm-byline__av{
  width:44px;height:44px;border-radius:50%;background:var(--sand);flex:0 0 44px;
  display:grid;place-items:center;font-size:8px;color:var(--muted);text-align:center;
  line-height:1.1;overflow:hidden
}
#looma-prelander .lm-byline__av img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
#looma-prelander .lm-byline__t{font-size:14.5px;line-height:1.45}
#looma-prelander .lm-byline__t b{display:block;color:var(--ink)}
#looma-prelander .lm-byline__t span{color:var(--muted)}

/* ---------- image slots ---------- */
#looma-prelander .lm-fig{margin:28px 0}
#looma-prelander .lm-slot{
  position:relative;width:100%;aspect-ratio:var(--ar,4/3);
  background:
    repeating-linear-gradient(45deg,transparent,transparent 11px,rgba(184,92,66,.05) 11px,rgba(184,92,66,.05) 22px),
    var(--paper-2);
  border:2px dashed #C9A091;border-radius:var(--radius);
  display:grid;place-items:center;padding:22px;text-align:center
}
#looma-prelander .lm-slot__i{max-width:420px}
#looma-prelander .lm-slot b{
  display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--clay-d);margin-bottom:7px
}
#looma-prelander .lm-slot span{
  display:block;font-size:13.5px;color:var(--ink-2);line-height:1.5;margin-bottom:9px
}
#looma-prelander .lm-slot code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;
  background:rgba(36,31,27,.06);padding:3px 7px;border-radius:5px;color:var(--muted);
  display:inline-block;word-break:break-all
}
#looma-prelander .lm-cap{
  font-size:13.5px;color:var(--muted);margin-top:10px;line-height:1.5;font-style:italic
}

/* ---------- placeholder tokens ---------- */
#looma-prelander .lm-fill{
  background:linear-gradient(transparent 12%,#FFE9A8 12%,#FFE9A8 88%,transparent 88%);
  border-bottom:1.5px solid #D9A81B;padding:0 2px;font-weight:600;color:#6B4E00;
  border-radius:2px
}
#looma-prelander:not(.lm-review) .lm-fill{
  background:none;border-bottom:0;padding:0;font-weight:inherit;color:inherit
}
#looma-prelander:not(.lm-review) .lm-note{display:none}
#looma-prelander:not(.lm-review) .lm-counter{display:none}
#looma-prelander .lm-note{
  background:#FFF8E1;border:1px solid #E8CE7A;border-left:4px solid #D9A81B;
  border-radius:8px;padding:14px 16px;margin:18px 0;font-size:14px;line-height:1.55;
  color:#5C4600
}
#looma-prelander .lm-note b{color:#3D2E00;display:block;margin-bottom:4px;
  font-size:11px;letter-spacing:.12em;text-transform:uppercase}
#looma-prelander .lm-note code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;
  background:rgba(0,0,0,.06);padding:2px 5px;border-radius:4px
}
#looma-prelander .lm-counter{
  position:fixed;right:14px;bottom:14px;z-index:60;background:var(--ink);color:#fff;
  font-size:12px;padding:9px 14px;border-radius:999px;box-shadow:var(--shadow);
  letter-spacing:.02em
}
#looma-prelander .lm-counter b{color:#FFD873}

/* ---------- pull / callout ---------- */
#looma-prelander .lm-pull{
  font-family:var(--serif);font-size:clamp(21px,3.6vw,27px);line-height:1.36;
  color:var(--ink);border-left:3px solid var(--clay);padding:6px 0 6px 22px;
  margin:32px 0;font-style:italic
}
#looma-prelander .lm-quote{
  background:var(--paper-2);border-radius:var(--radius);padding:22px 24px;margin:26px 0;
  border:1px solid var(--line)
}
#looma-prelander .lm-quote p{
  font-family:var(--serif);font-style:italic;font-size:1.05em;color:var(--ink);
  margin-bottom:8px
}
#looma-prelander .lm-quote cite{font-size:13px;color:var(--muted);font-style:normal}

/* ---------- research block ---------- */
#looma-prelander .lm-research{
  background:var(--sage-l);border-radius:var(--radius);padding:22px 24px;margin:28px 0;
  border:1px solid #D5E0D6
}
#looma-prelander .lm-research .lm-kicker{color:var(--sage);margin-bottom:9px}
#looma-prelander .lm-research p{font-size:15.5px;color:#31402F;margin-bottom:0}

/* ---------- launch sequence diagram ---------- */
#looma-prelander .lm-seq{
  display:grid;grid-template-columns:1fr;gap:16px;margin:30px 0
}
@media(min-width:680px){#looma-prelander .lm-seq{grid-template-columns:1fr 1fr;gap:18px}}
#looma-prelander .lm-seq__col{
  border-radius:var(--radius);padding:22px;border:1px solid var(--line);background:#fff
}
#looma-prelander .lm-seq__col--ok{background:var(--sage-l);border-color:#D5E0D6}
#looma-prelander .lm-seq__col--no{background:#FBEFEC;border-color:#EED4CC}
#looma-prelander .lm-seq__h{
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:750;
  margin-bottom:16px;display:flex;align-items:center;gap:8px
}
#looma-prelander .lm-seq__col--ok .lm-seq__h{color:var(--sage)}
#looma-prelander .lm-seq__col--no .lm-seq__h{color:var(--clay-d)}
#looma-prelander .lm-step{
  display:flex;gap:12px;align-items:flex-start;padding:11px 0;
  border-top:1px solid rgba(36,31,27,.08)
}
#looma-prelander .lm-step:first-of-type{border-top:0;padding-top:0}
#looma-prelander .lm-step__n{
  flex:0 0 24px;height:24px;border-radius:50%;display:grid;place-items:center;
  font-size:12px;font-weight:700;margin-top:1px
}
#looma-prelander .lm-seq__col--ok .lm-step__n{background:var(--sage);color:#fff}
#looma-prelander .lm-seq__col--no .lm-step__n{background:#E4C7BF;color:var(--clay-d)}
#looma-prelander .lm-step__t{font-size:15px;line-height:1.5;color:var(--ink-2)}
#looma-prelander .lm-step__t b{display:block;color:var(--ink);font-size:15.5px}
#looma-prelander .lm-seq__col--no .lm-step--dead .lm-step__t b{
  text-decoration:line-through;text-decoration-color:rgba(184,92,66,.55)
}

/* ---------- mechanism steps ---------- */
#looma-prelander .lm-mech{display:grid;gap:16px;margin:30px 0}
#looma-prelander .lm-mech__c{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;box-shadow:var(--shadow);position:relative;overflow:hidden
}
#looma-prelander .lm-mech__c::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--clay)
}
#looma-prelander .lm-mech__n{
  font-family:var(--serif);font-size:13px;font-weight:700;letter-spacing:.14em;
  color:var(--clay);margin-bottom:9px;display:block
}
#looma-prelander .lm-mech__c h3{margin-bottom:9px}
#looma-prelander .lm-mech__c p{font-size:16px;margin-bottom:12px}
#looma-prelander .lm-mech__c p:last-child{margin-bottom:0}
#looma-prelander .lm-mech__an{
  font-family:var(--serif);font-style:italic;font-size:15.5px;color:var(--sage);
  background:var(--sage-l);padding:11px 15px;border-radius:9px;margin-top:4px
}

/* ---------- ingredient cards ---------- */
#looma-prelander .lm-ing{display:grid;gap:14px;margin:26px 0}
@media(min-width:680px){#looma-prelander .lm-ing{grid-template-columns:1fr 1fr}}
#looma-prelander .lm-ing__c{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px
}
#looma-prelander .lm-ing__tag{
  font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:750;
  color:var(--clay);background:#FBEFEC;padding:4px 9px;border-radius:999px;
  display:inline-block;margin-bottom:11px
}
#looma-prelander .lm-ing__c h4{
  font-family:var(--serif);font-size:19px;font-weight:600;margin-bottom:7px;color:var(--ink)
}
#looma-prelander .lm-ing__c p{font-size:15px;margin-bottom:0}
#looma-prelander .lm-ing__dose{
  font-size:13px;color:var(--muted);margin-top:9px;padding-top:9px;
  border-top:1px solid var(--line)
}

/* ---------- comparison table ---------- */
#looma-prelander .lm-tblwrap{overflow-x:auto;margin:26px 0;-webkit-overflow-scrolling:touch}
#looma-prelander table{
  width:100%;min-width:520px;border-collapse:collapse;font-size:15px;background:#fff;
  border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)
}
#looma-prelander th,#looma-prelander td{
  padding:13px 15px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top
}
#looma-prelander th{
  background:var(--paper-2);font-size:12px;letter-spacing:.09em;text-transform:uppercase;
  font-weight:750;color:var(--ink)
}
#looma-prelander tr:last-child td{border-bottom:0}
#looma-prelander td:first-child{font-weight:600;color:var(--ink)}
#looma-prelander .lm-y{color:var(--sage);font-weight:700}
#looma-prelander .lm-n{color:var(--clay);font-weight:700}

/* ---------- community voices ---------- */
#looma-prelander .lm-vox{display:grid;gap:11px;margin:26px 0}
@media(min-width:680px){#looma-prelander .lm-vox{grid-template-columns:1fr 1fr}}
#looma-prelander .lm-vox blockquote{
  background:#fff;border:1px solid var(--line);border-left:3px solid var(--sand);
  border-radius:10px;padding:16px 18px;font-family:var(--serif);font-style:italic;
  font-size:16px;line-height:1.5;color:var(--ink-2)
}
#looma-prelander .lm-vox--hope blockquote{
  border-left-color:var(--sage);background:var(--sage-l);border-color:#D5E0D6;color:#31402F
}

/* ---------- testimonials ---------- */
#looma-prelander .lm-tst{display:grid;gap:18px;margin:28px 0}
#looma-prelander .lm-tst__c{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;
  box-shadow:var(--shadow)
}
#looma-prelander .lm-tst__stars{color:var(--gold);font-size:15px;letter-spacing:2px;margin-bottom:11px}
#looma-prelander .lm-tst__c p{font-size:16px;color:var(--ink-2)}
#looma-prelander .lm-tst__who{
  display:flex;align-items:center;gap:11px;margin-top:15px;padding-top:15px;
  border-top:1px solid var(--line)
}
#looma-prelander .lm-tst__av{
  width:38px;height:38px;border-radius:50%;background:var(--sand);flex:0 0 38px;
  display:grid;place-items:center;font-size:7.5px;color:var(--muted);text-align:center;
  line-height:1.1;overflow:hidden
}
#looma-prelander .lm-tst__av img{width:100%;height:100%;object-fit:cover}
#looma-prelander .lm-tst__n{font-size:14px;line-height:1.4}
#looma-prelander .lm-tst__n b{display:block;color:var(--ink)}
#looma-prelander .lm-tst__n span{color:var(--muted);font-size:12.5px}

/* ---------- offer ---------- */
#looma-prelander .lm-offer{background:var(--ink);color:#F3EDE5;padding:52px 0;margin-top:20px}
#looma-prelander .lm-offer h2,#looma-prelander .lm-offer h3{color:#fff}
#looma-prelander .lm-offer p{color:#C9BEB2}
#looma-prelander .lm-offer .lm-kicker{color:#E8A48D}
#looma-prelander .lm-anchor{
  display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:24px 0 30px
}
#looma-prelander .lm-anchor__i{
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:9px;padding:11px 15px;font-size:13.5px;color:#D8CEC3
}
#looma-prelander .lm-anchor__i b{color:#fff;display:block;font-size:16px}
#looma-prelander .lm-bundles{display:grid;gap:14px;margin:26px 0}
@media(min-width:760px){#looma-prelander .lm-bundles{grid-template-columns:repeat(3,1fr)}}
#looma-prelander .lm-bundle{
  background:#fff;color:var(--ink);border-radius:var(--radius);padding:22px;
  border:2px solid transparent;position:relative;display:flex;flex-direction:column;
  transition:transform .18s ease,border-color .18s ease
}
#looma-prelander .lm-bundle--best{border-color:var(--gold);transform:scale(1.015)}
#looma-prelander .lm-bundle__flag{
  position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--gold);
  color:#fff;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase;
  padding:4px 13px;border-radius:999px;white-space:nowrap
}
#looma-prelander .lm-bundle__n{
  font-family:var(--serif);font-size:20px;font-weight:600;margin-bottom:3px
}
#looma-prelander .lm-bundle__sub{font-size:13px;color:var(--muted);margin-bottom:14px}
#looma-prelander .lm-bundle__img{
  aspect-ratio:1/1;background:var(--paper-2);border:2px dashed #C9A091;border-radius:9px;
  display:grid;place-items:center;font-size:10px;color:var(--clay-d);text-align:center;
  padding:10px;margin-bottom:14px;letter-spacing:.05em
}
#looma-prelander .lm-bundle__p{
  font-family:var(--serif);font-size:34px;font-weight:600;line-height:1;margin-bottom:3px
}
#looma-prelander .lm-bundle__was{
  font-size:13.5px;color:var(--muted);text-decoration:line-through;margin-bottom:3px
}
#looma-prelander .lm-bundle__per{font-size:13px;color:var(--sage);font-weight:650;margin-bottom:16px}
#looma-prelander .lm-bundle ul{margin-bottom:18px;flex:1}
#looma-prelander .lm-bundle li{
  font-size:14px;color:var(--ink-2);padding-left:20px;position:relative;margin-bottom:7px;
  line-height:1.45
}
#looma-prelander .lm-bundle li::before{
  content:"✓";position:absolute;left:0;color:var(--sage);font-weight:700
}

/* ---------- single price card ---------- */
#looma-prelander .lm-pricecard{
  background:#fff;color:var(--ink);border-radius:var(--radius);overflow:hidden;
  max-width:720px;margin:26px auto;display:grid;grid-template-columns:1fr;
  box-shadow:0 10px 40px rgba(0,0,0,.22)
}
@media(min-width:640px){
  #looma-prelander .lm-pricecard{grid-template-columns:0.85fr 1fr;align-items:stretch}
}
#looma-prelander .lm-pricecard__img{background:var(--paper-2);display:grid;place-items:center}
#looma-prelander .lm-pricecard__img img{width:100%;height:100%;object-fit:cover}
#looma-prelander .lm-pricecard__body{padding:26px 24px}
#looma-prelander .lm-pricecard__n{
  font-family:var(--serif);font-size:23px;font-weight:600;line-height:1.15
}
#looma-prelander .lm-pricecard__sub{font-size:13.5px;color:var(--muted);margin-bottom:16px}
#looma-prelander .lm-pricecard__from{
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)
}
#looma-prelander .lm-pricecard__p{
  font-family:var(--serif);font-size:44px;font-weight:600;line-height:1;margin:2px 0 3px
}
#looma-prelander .lm-pricecard__per{
  font-size:14px;color:var(--sage);font-weight:650;margin-bottom:18px
}
#looma-prelander .lm-pricecard ul{margin-bottom:20px}
#looma-prelander .lm-pricecard li{
  font-size:14.5px;color:var(--ink-2);padding-left:21px;position:relative;
  margin-bottom:8px;line-height:1.45
}
#looma-prelander .lm-pricecard li::before{
  content:"✓";position:absolute;left:0;color:var(--sage);font-weight:700
}
#looma-prelander .lm-pricecard .lm-btnsub{color:var(--muted)}

/* ---------- subscribe / one-time toggle (unused — kept for reference) ---------- */
#looma-prelander .lm-toggle{
  display:flex;gap:4px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);
  border-radius:999px;padding:4px;max-width:400px;margin:6px auto 8px
}
#looma-prelander .lm-toggle__b{
  flex:1;padding:11px 14px;border-radius:999px;font-size:14px;font-weight:650;
  color:#C9BEB2;transition:background .18s ease,color .18s ease;white-space:nowrap
}
#looma-prelander .lm-toggle__b.is-on{background:#fff;color:var(--ink)}
#looma-prelander .lm-toggle__note{
  text-align:center;font-size:13px;color:#A99C8F;margin-bottom:22px
}
#looma-prelander .lm-bundle__was:empty{visibility:hidden}
#looma-prelander .lm-bundle__was::after{content:"\200b"}

/* ---------- buttons ---------- */
#looma-prelander .lm-btn{
  display:block;width:100%;text-align:center;background:var(--clay);color:#fff;
  font-size:16px;font-weight:700;letter-spacing:.01em;padding:16px 20px;border-radius:10px;
  transition:background .18s ease,transform .12s ease;box-shadow:0 3px 10px rgba(184,92,66,.24)
}
#looma-prelander .lm-btn:hover{background:var(--clay-d);transform:translateY(-1px)}
#looma-prelander .lm-btn:active{transform:translateY(0)}
#looma-prelander .lm-btn--ghost{
  background:transparent;color:var(--clay);border:2px solid var(--clay);box-shadow:none
}
#looma-prelander .lm-btn--ghost:hover{background:var(--clay);color:#fff}
#looma-prelander .lm-btn--big{font-size:17.5px;padding:19px 24px}
#looma-prelander .lm-btnsub{
  text-align:center;font-size:13px;color:var(--muted);margin-top:10px
}
#looma-prelander .lm-offer .lm-btnsub{color:#A99C8F}

/* ---------- inline cta ---------- */
#looma-prelander .lm-cta{
  background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);
  padding:26px;margin:34px 0;text-align:center
}
#looma-prelander .lm-cta h3{margin-bottom:9px}
#looma-prelander .lm-cta p{font-size:15.5px;margin-bottom:18px}

/* ---------- guarantee ---------- */
#looma-prelander .lm-guar{
  background:#fff;border:2px solid var(--sage);border-radius:var(--radius);padding:26px;
  margin:30px 0;text-align:center
}
#looma-prelander .lm-guar__b{
  width:64px;height:64px;border-radius:50%;background:var(--sage-l);border:2px solid var(--sage);
  display:grid;place-items:center;margin:0 auto 14px;font-family:var(--serif);
  font-size:19px;font-weight:700;color:var(--sage);line-height:1
}
#looma-prelander .lm-guar p{font-size:15.5px}
#looma-prelander .lm-guar p:last-child{margin-bottom:0}

/* ---------- faq ---------- */
#looma-prelander .lm-faq{margin:26px 0;border-top:1px solid var(--line)}
#looma-prelander .lm-faq__i{border-bottom:1px solid var(--line)}
#looma-prelander .lm-faq__q{
  display:block;width:100%;text-align:left;padding:18px 40px 18px 0;position:relative;
  font-size:16.5px;font-weight:650;color:var(--ink);line-height:1.45;
  font-family:var(--serif);cursor:pointer;list-style:none
}
#looma-prelander .lm-faq__q::-webkit-details-marker{display:none}
#looma-prelander .lm-faq__q::marker{content:""}
#looma-prelander .lm-faq__q::after{
  content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);
  font-size:22px;color:var(--clay);font-weight:400;transition:transform .22s ease
}
#looma-prelander .lm-faq__i[open] .lm-faq__q::after{transform:translateY(-50%) rotate(45deg)}
#looma-prelander .lm-faq__a p{font-size:15.5px;padding-right:20px}
#looma-prelander .lm-faq__a p:first-child{margin-top:2px}
#looma-prelander .lm-faq__a p:last-child{margin-bottom:20px}

/* ---------- sticky bar ---------- */
#looma-prelander .lm-sticky{
  position:fixed;left:0;right:0;bottom:0;z-index:50;background:rgba(252,250,247,.97);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-top:1px solid var(--line);padding:11px 16px;
  transform:translateY(110%);transition:transform .28s ease;
  box-shadow:0 -4px 20px rgba(36,31,27,.08)
}
#looma-prelander .lm-sticky.is-on{transform:translateY(0)}
#looma-prelander .lm-sticky__in{
  max-width:1040px;margin:0 auto;display:flex;align-items:center;gap:14px
}
#looma-prelander .lm-sticky__t{flex:1;min-width:0}
#looma-prelander .lm-sticky__t b{
  display:block;font-size:14.5px;font-family:var(--serif);color:var(--ink);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
#looma-prelander .lm-sticky__t span{font-size:12.5px;color:var(--muted)}
#looma-prelander .lm-sticky .lm-btn{width:auto;padding:13px 24px;font-size:15px;flex:0 0 auto}
@media(max-width:520px){
  #looma-prelander .lm-sticky__t span{display:none}
  #looma-prelander .lm-sticky .lm-btn{padding:13px 18px;font-size:14px}
}

/* ---------- proof strip ---------- */
#looma-prelander .lm-proof{display:grid;gap:14px;margin:26px 0}
@media(min-width:620px){#looma-prelander .lm-proof{grid-template-columns:1fr 1fr}}
#looma-prelander .lm-trust{
  display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin:26px 0
}
#looma-prelander .lm-trust__i{
  font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);
  border:1px solid var(--line);background:#fff;padding:8px 13px;border-radius:999px;
  font-weight:650
}

/* ---------- footer ---------- */
#looma-prelander .lm-foot{
  background:var(--paper-2);border-top:1px solid var(--line);padding:36px 0;margin-top:0
}
#looma-prelander .lm-foot p{font-size:12.5px;line-height:1.6;color:var(--muted);margin-bottom:12px}
#looma-prelander .lm-foot .lm-logo{font-size:19px;margin-bottom:14px}
#looma-prelander .lm-disc{
  border:1px solid var(--line);border-radius:9px;padding:14px 16px;background:#fff;margin-bottom:16px
}

/* ---------- reveal on scroll ----------
   Progressive enhancement: content is VISIBLE by default. The fade-in only
   activates once JS adds .js-on to the wrapper. If Shopify strips the <script>
   tag, the page still renders completely — it just doesn't animate. */
#looma-prelander.js-on .lm-rv{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
#looma-prelander.js-on .lm-rv.is-in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  #looma-prelander.js-on .lm-rv{opacity:1;transform:none;transition:none}
  #looma-prelander .lm-sticky{transition:none}
}
</style>
<header class="lm-mast">
  <div class="lm-mast__in">
    <div class="lm-logo">looma<span>.</span></div>
    <div class="lm-mast__tag">Advertorial</div>
    <div class="lm-progress" id="lmProgress"></div>
  </div>
</header>
<section class="lm-hero">
  <div class="lm-wrap">
    <span class="lm-kicker">Postpartum · Low Supply After C-Section</span>

    <h1>Six Days After My C-Section, I Still Hadn't Made a Single Drop.</h1>

    <p class="lm-sub">
      Every nurse told me to be patient. Not one of them told me what a C-section
      actually does to the hormone that starts your milk — or that the window
      they said I'd already missed was still wide open.
    </p>

    <div class="lm-byline">
      <div class="lm-byline__av">
        <img src="Screenshot 2026-07-28 125147.png" alt="Kayla M.">
      </div>
      <div class="lm-byline__t">
        <b>By Kayla M.</b>
        <span>July 9, 2026 · Emergency C-section · Written at 11 weeks postpartum</span>
      </div>
    </div>

    <figure class="lm-fig">
      <img src="beforeafterimage2.png" alt="Two pump bottles on a bedside table at night, barely covering the bottom" style="border-radius:var(--radius)">
      <figcaption class="lm-cap">
        This is the photo I took on day six, because I wanted to remember it —
        or maybe because I didn't believe it. That's a full session. Both sides.
      </figcaption>
    </figure>
  </div>
</section>
<section class="lm-sec lm-rv">
  <div class="lm-wrap">

    <p class="lm-lead">
      They wheeled me into recovery and someone put my son on my chest and I
      remember thinking: okay. We made it. The hard part is over.
    </p>

    <p>
      The hard part had not even started.
    </p>

    <p>
      I had a C-section. Not the kind you plan for — the kind where the room fills
      up with people and someone says the word "now" in a voice that makes your
      stomach drop. I did everything right before that. I took the class. I read
      the book. I had the nursing pillow and the little muslin cloths washed and
      folded in a drawer six weeks early.
    </p>

    <p>
      Nobody in that class ever said the words <em>what happens if it doesn't come in.</em>
    </p>

    <p>
      Day one, nothing. They said that's normal. Day two, a nurse helped me hand
      express and we got a bead of colostrum onto a syringe, maybe half a
      millilitre, and everyone in the room acted like I'd won something. Day three,
      the lactation consultant finally came — twenty minutes, on her way somewhere
      else — and put me on a hospital pump with flanges that turned out to be two
      sizes too big. It hurt so much my eyes watered. Nothing came out.
      She told me to keep going and left.
    </p>

    <p>
      Day four, they discharged us with a formula sample and a pamphlet.
    </p>

    <p>
      Day six, I was sitting on the edge of my bed at 3am with the pump running,
      my incision burning because I was late on my Motrin, watching two millilitres
      of something the colour of weak tea slide down the side of the bottle.
      Two millilitres. My son needed about sixty at that feed.
    </p>

    <div class="lm-pull">
      I did the maths in my head and I have honestly never felt so far away
      from being enough for someone.
    </div>

    <p>
      Here is the part I've never really said out loud. It wasn't the pain, and it
      wasn't even the exhaustion. It was that <strong>everyone else's body seemed to
      just work.</strong> My sister-in-law leaked through two shirts at her baby shower.
      Women in my due-date group were posting freezer photos. And I was sterilising
      flanges at 3am for two millilitres, googling <em>will more milk eventually come
      in or is this it</em> with one thumb, while my baby drank a bottle someone else
      had to make.
    </p>

    <p>
      Every bottle felt like a small confession. That I'd failed at the one thing
      my body was supposed to know how to do without being taught.
    </p>

    <p>And I tried. God, I tried.</p>

    <p>
      I pumped eight, ten, twelve times a day until I was so exhausted I was
      shaking. I ate oatmeal until I couldn't look at it. Lactation cookies.
      Coconut water. Body armour. Two different teas. Fenugreek, which gave me
      a stomach ache and made my sweat smell like pancakes and did precisely
      nothing. I rented a hospital-grade pump. I power pumped. I watched videos
      of my own baby while I pumped because someone on Reddit said it helped.
      I hand expressed until my hands cramped.
    </p>

    <p>
      Weeks of it. And the number barely moved.
    </p>

    <figure class="lm-fig">
      <img src="beforeafterimage1.png" alt="Pump bottles on a kitchen counter with roughly two ounces in each" style="border-radius:var(--radius)">
      <figcaption class="lm-cap">
        A better day, a few weeks in. This was after three sessions. I remember
        being genuinely pleased with it, which tells you where the bar was.
      </figcaption>
    </figure>

    <h2>The night I nearly stopped</h2>

    <p>
      The moment it broke was stupidly small. I was washing pump parts and I
      dropped a valve down the sink drain, and I stood there holding the sink
      edge and cried so hard I had to sit on the floor.
    </p>

    <p>
      My husband found me and asked what he could do and I said <em>nothing,</em>
      because there wasn't anything. That was the whole problem. There was no
      thing to do. I had done all the things. I'd been told to be patient and to
      keep at it and that some women just don't make enough, said in that gentle
      voice people use when they've already decided how your story ends.
    </p>

    <p>
      And underneath all of it, this: <strong>nobody had ever explained why.</strong>
      Not one person. I had a surgery, I had a baby, I had no milk, and every
      professional I met treated those three facts as unrelated.
    </p>

    <p>
      So at about 4am I stopped googling "how to increase milk supply" — which
      returns the same fourteen tips written by people who have never met me —
      and I googled something else instead.
    </p>

    <p><em>What does a C-section actually do to lactation?</em></p>

    <div class="lm-pull">
      Four hours later I was reading an endocrinology paper on my phone with a
      sleeping baby on my chest, and I understood something no one at that
      hospital had bothered to tell me.
    </div>

    <p>
      It wasn't that my body had failed.
    </p>

    <p>
      It was that my body <strong>had never been told to start.</strong></p>
  </div>
</section>
<section class="lm-sec" style="background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)">
  <div class="lm-wrap lm-rv">
    <span class="lm-kicker lm-kicker--sage">The part nobody explained</span>
    <h2>Your milk supply has a start button. A C-section skips the hand that presses it.</h2>

    <p class="lm-lead">
      Here is what I wish someone had drawn on a whiteboard for me on day one.
    </p>

    <p>
      Making milk is not automatic. It is not something that happens because a
      baby exists. It is the end of a hormonal chain reaction — and that chain
      reaction is triggered by the physical process of a vaginal birth.
    </p>

    <p>
      When a baby travels through the birth canal, sustained pressure on the cervix
      signals the hypothalamus to release oxytocin in escalating waves. This is
      called the Ferguson reflex. Those waves do three things at once: they push
      the placenta out, they flood the breast tissue, and they prime the brain for
      milk production.
    </p>

    <p>
      Then the placenta leaves — and this is the actual switch — and the
      progesterone it was producing crashes. All through pregnancy that
      progesterone had been sitting on top of your prolactin, holding it down,
      stopping it from making milk. When it drops away, prolactin is finally
      released to do its job. Doctors call that moment Lactogenesis II. You call
      it your milk coming in.
    </p>

    <p>
      In a C-section, your surgeon delivers your baby and removes your placenta.
      The progesterone still drops. <strong>But there was no birth canal, no cervical
      pressure, no oxytocin cascade.</strong> The switch flipped in an empty room.
      The message that was supposed to be shouted at your body was never sent.
    </p>
    <div class="lm-seq">
      <div class="lm-seq__col lm-seq__col--ok">
        <div class="lm-seq__h">â–² Vaginal birth — full sequence</div>
        <div class="lm-step"><div class="lm-step__n">1</div><div class="lm-step__t"><b>Cervical pressure</b>Ferguson reflex fires</div></div>
        <div class="lm-step"><div class="lm-step__n">2</div><div class="lm-step__t"><b>Oxytocin surges 3–4×</b>Peaks at delivery</div></div>
        <div class="lm-step"><div class="lm-step__n">3</div><div class="lm-step__t"><b>Placenta expelled</b>Progesterone crashes</div></div>
        <div class="lm-step"><div class="lm-step__n">4</div><div class="lm-step__t"><b>Prolactin unblocked</b>Milk-making switches on</div></div>
        <div class="lm-step"><div class="lm-step__n">5</div><div class="lm-step__t"><b>Milk in 48–72 hrs</b>Receptors build fast</div></div>
      </div>
      <div class="lm-seq__col lm-seq__col--no">
        <div class="lm-seq__h">â–¼ C-section — sequence interrupted</div>
        <div class="lm-step lm-step--dead"><div class="lm-step__n">✕</div><div class="lm-step__t"><b>Cervical pressure</b>Never happens</div></div>
        <div class="lm-step lm-step--dead"><div class="lm-step__n">✕</div><div class="lm-step__t"><b>Oxytocin surge</b>Blunted or absent</div></div>
        <div class="lm-step"><div class="lm-step__n">3</div><div class="lm-step__t"><b>Placenta removed</b>Progesterone still crashes</div></div>
        <div class="lm-step"><div class="lm-step__n">!</div><div class="lm-step__t"><b>Cortisol floods in</b>Surgery = trauma response</div></div>
        <div class="lm-step"><div class="lm-step__n">?</div><div class="lm-step__t"><b>Milk delayed</b>Day 5, 6, or later</div></div>
      </div>
    </div>

    <h3>Then surgery makes it worse — on purpose</h3>

    <p>
      A C-section is major abdominal surgery, and your body responds to it exactly
      the way it responds to any trauma: it floods you with cortisol.
    </p>

    <p>
      Cortisol is not a neutral bystander here. It is oxytocin's direct opponent.
      It suppresses oxytocin release at the pituitary. It competes with prolactin
      at the receptor sites in your breast tissue. It delays the cellular switch
      into full milk-making mode.
    </p>

    <p>
      So the signal was missing — <em>and</em> the interference was turned up to maximum.
      At the same time. In the same 72 hours.
    </p>

    <div class="lm-research">
      <span class="lm-kicker">Research note</span>
      <p>
        Oxytocin concentration rises three- to four-fold during the fetal expulsion
        stage of vaginal birth (<em>Frontiers in Endocrinology</em>, 2021). Emergency
        C-sections carry the highest risk of delayed lactogenesis II — they combine
        the absent birth cascade with maximum HPA-axis activation — and even
        elective C-sections show significantly higher rates than vaginal birth
        (<em>Frontiers in Medicine</em>, 2026). Separation from the baby after surgery
        raises catecholamines, further inhibiting prolactin and oxytocin release
        (<em>International Breastfeeding Journal</em>, 2022).
      </p>
    </div>

    <h3>And the reason your pump felt useless</h3>

    <p>
      One more piece, and this one made me put my phone down.
    </p>

    <p>
      Almost every hospital hands out the wrong flange size. When the flange is
      wrong, the pump pulls on tissue it shouldn't, and it <em>hurts.</em> Pain
      triggers adrenaline. And adrenaline, like cortisol, is a direct oxytocin
      blocker.
    </p>

    <p>
      Which means a painful pumping session isn't just an unpleasant pumping
      session. Physiologically it is close to <strong>no pumping session at all</strong> —
      because the pain response blocks the let-down that the pump depends on.
    </p>

    <p>
      That first week I spent crying through pumps with flanges two sizes too big?
      My body was trying. The signal just couldn't get through.
    </p>

    <div class="lm-quote">
      <p>"Your C-section didn't break your body. It bypassed the start signal."</p>
      <cite>— the sentence I wish someone had said to me on day one</cite>
    </div>
  </div>
</section>
<section class="lm-sec lm-sec--tight lm-rv">
  <div class="lm-wrap">
    <h2>Here's the part that actually scared me</h2>

    <p>
      Those first weeks aren't only about how much milk you're getting. They're
      when your body decides <strong>how much machinery to build.</strong>
    </p>

    <p>
      Every time your nipple is stimulated — nursing or pumping — your body sends
      a prolactin pulse, and that pulse tells your breast tissue to build more
      prolactin receptors. More receptors means more capacity later. It's
      construction work, and the crew only shows up when you call them.
    </p>

    <p>
      So when a C-section mom spends her first three weeks in pain, on the wrong
      flanges, getting nothing and losing heart and dropping sessions because
      what's the point — she isn't just missing milk today. She's building a
      smaller factory for later.
    </p>

    <p>
      And it compounds quietly. Fewer sessions, fewer pulses, fewer receptors,
      less capacity, less output, less reason to keep going. Most women don't
      decide to stop. They just get worn down until stopping happens to them.
    </p>

    <div class="lm-pull">
      But — and this is the part that changed everything for me —
      the window is <em>delayed</em>, not closed.
    </div>

    <p>
      Delayed lactogenesis II in C-section mothers can legitimately begin on day
      five, day six, later. Consistent stimulation now still builds the receptor
      architecture, <strong>even when the output is basically zero.</strong> That near-empty
      bottle is not evidence that it isn't working. It's just not the thing that's
      being measured yet.
    </p>

    <p>
      Which meant my problem was suddenly a completely different problem. Not
      <em>how do I squeeze more out of a body that's failing.</em> But:
      <strong>how do I send the signal my body never got?</strong>
    </p>
  </div>
</section>
<section class="lm-sec" style="background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)">
  <div class="lm-wrap lm-rv">
    <span class="lm-kicker lm-kicker--sage">The method</span>
    <h2>The Restart Sequence: four things, in order, that re-send the signal</h2>

    <p class="lm-lead">
      Once I understood the root cause, the fix stopped being mysterious. There
      were four separate problems, and each one needed a different kind of answer.
      Pumping harder solves none of them.
    </p>

    <div class="lm-mech">

      <div class="lm-mech__c">
        <span class="lm-mech__n">STEP 01</span>
        <h3>Re-send the signal</h3>
        <p>
          You can't go back and have a different birth. But you <em>can</em> recreate
          what oxytocin actually responds to — because those triggers are known,
          measurable and repeatable: skin-to-skin contact, your baby's smell,
          warmth on the breast, looking at your baby (or a photo or video of them),
          and a genuinely calm nervous system.
        </p>
        <p>
          Not "nice extras." These are the neurological inputs that release the
          hormone. They belong in every single session, before the pump ever
          switches on.
        </p>
        <div class="lm-mech__an">
          The rocket was always built and fuelled. This is you pressing the button
          by hand, because nobody pressed it for you.
        </div>
      </div>

      <div class="lm-mech__c">
        <span class="lm-mech__n">STEP 02</span>
        <h3>Clear the interference</h3>
        <p>
          Surgical cortisol is still circulating, still blocking oxytocin at the
          pituitary, still competing with prolactin at your receptors. And "just
          relax" is not a strategy — it's the single most useless sentence anyone
          says to a postpartum woman.
        </p>
        <p>
          You lower it biochemically and neurologically instead: nutrients and
          adaptogens shown to blunt HPA-axis reactivity, breathing protocols that
          switch on the parasympathetic system in under two minutes, and — this one
          matters more than people think — staying properly on top of your pain
          relief, so post-surgical pain isn't spiking adrenaline mid-session.
        </p>
        <div class="lm-mech__an">
          You can shout the message all you like. First you have to turn down
          the static.
        </div>
      </div>

      <div class="lm-mech__c">
        <span class="lm-mech__n">STEP 03</span>
        <h3>Build the infrastructure</h3>
        <p>
          This is the reframe that kept me going. In the early weeks,
          <strong>frequency beats volume — every time.</strong> Each session sends a
          prolactin pulse. Each pulse builds receptor density. Receptors are what
          convert the hormonal signal into actual milk once your body catches up.
        </p>
        <p>
          So a ten-minute session that produces four drops is not a failed session.
          It's a construction session. Shorter and more often beats long and rare,
          and near-zero output in week two is not a verdict on week six.
        </p>
        <div class="lm-mech__an">
          You're not collecting yet. You're laying pipe.
        </div>
      </div>

      <div class="lm-mech__c">
        <span class="lm-mech__n">STEP 04</span>
        <h3>Open the valve</h3>
        <p>
          Finally, remove the physical block. Get your flange size measured properly
          (most women are wearing 24mm because that's what came in the box, and
          most women need smaller). Warm compress before every session to soften
          tissue and encourage let-down. Hands-on compression during, to mimic
          the pattern a baby actually makes.
        </p>
        <p>
          Pain locks milk in. Warmth and comfort let it out. It's mechanical, it's
          unglamorous, and it's the step most women never get told.
        </p>
        <div class="lm-mech__an">
          The milk was never the problem. The door was.
        </div>
      </div>

    </div>

    <p>
      Signal. Interference. Infrastructure. Valve. That's the whole sequence, and
      the order matters — there's no point opening the valve on a body that was
      never told to fill the tank.
    </p>

    <p>
      Steps 1 and 4 I could do myself, that night, for free. Steps 2 and 3 were
      the problem.
    </p>

    <p>
      Because those two are <strong>nutritional and hormonal</strong>. And that meant I
      needed something to take.
    </p>
  </div>
</section>
<section class="lm-sec lm-rv">
  <div class="lm-wrap">
    <span class="lm-kicker">What I found when I went looking</span>
    <h2>Every product I picked up was built for a body that had already started</h2>

    <p>
      So now I had a shopping list. Something for step 2 and something for
      step 3. Lower the cortisol, support the receptors. That is a specific job,
      and I assumed it would take about ten minutes to find.
    </p>

    <p>
      It took weeks, and I read every label I could get my hands on. Pills.
      Gummies. Cookies. Teas. Powders. And they all had the same thing wrong
      with them.
    </p>

    <p>
      <strong>They were all formulated for supply that had already come in and then
      dropped.</strong> For the mum at month four watching her freezer stash shrink.
      For the mum going back to work who can't pump enough at her desk. Those
      are real problems and those products may genuinely help her — but that is
      a <em>demand</em> problem, in a body whose milk arrived on schedule.
    </p>

    <p>
      Mine never arrived. My problem was upstream of hers. I didn't need the tap
      opened wider. I needed someone to tell my body the tap existed.
    </p>

    <p>
      And then there was the fenugreek, which was in nearly all of it. Fenugreek
      is phytoestrogenic — it acts on the same hormonal pathways that are already
      in chaos in the weeks after surgery — and for a meaningful number of women
      it does nothing, or makes things worse. It gave me a stomach ache and made
      me smell like a pancake house. It's in those products because it has always
      been in those products.
    </p>

    <div class="lm-pull">
      Not one thing I could find was built for the first weeks after a surgical
      birth. Not one.
    </div>

    <p>
      I found Looma in a C-section support group. Not an ad — a comment, from a
      woman three replies deep in a thread about delayed milk, saying she'd
      found the only thing she'd seen that was actually built for our situation.
      I very nearly scrolled past it. I had reached the point of assuming
      everything was the same product with a different label.
    </p>

    <p>
      What made me stop was that the page didn't open with a promise. It opened
      with the same thing I'd spent four hours reading about on my phone at 4am —
      the bypassed signal, the cortisol, the receptor window. Someone had
      actually done the reading.
    </p>

    <h3>So I did what I'd started doing to everything by then. I checked.</h3>

    <p>
      <strong>They'd taken three to six months to formulate it.</strong> For a single
      product. That sounds slow until you understand why — every ingredient in
      it has to earn a place against one of the four steps, at a dose that
      actually does something, without touching the hormonal pathways that are
      already unstable after surgery. That rules out most of what's convenient
      and cheap.
    </p>

    <p>
      <strong>No fenugreek.</strong> Not as a marketing line — because the mechanism is
      wrong for this specific window.
    </p>

    <p>
      <strong>Every batch is third-party tested</strong> — which mattered
      enormously to me, because I was terrified of taking anything at all while I
      was on Motrin and Tylenol around the clock and feeding a six-day-old.
    </p>

    <p>
      <strong>And no proprietary blends.</strong> Every single dose printed on the
      panel, in milligrams, where I could see it. After weeks of reading labels
      that said "Lactation Blend 1,200mg" and refused to tell me of what, I
      cannot describe how much that mattered.
    </p>

    <p>
      I ordered it that night, fully expecting to be disappointed again, because
      by that point being disappointed was just the shape my week came in.
    </p>
  </div>
</section>
<section class="lm-sec" style="background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)">
  <div class="lm-wrap lm-rv">
    <span class="lm-kicker">The product</span>
    <h2>It's called Looma Rebuild. And it's the only thing I found that treats you like someone recovering from surgery.</h2>

    <p class="lm-lead">
      That's the part that made it different, and it took me a while to see it.
      Everything else on the market treats you as a woman with a milk problem.
      Rebuild treats you as a woman with an incision, a cortisol flood, an
      interrupted hormone cascade and a milk problem — because that is
      actually what you are.
    </p>

    <div class="lm-proof">
      <figure class="lm-fig" style="margin:0">
        <img src="hf_20260728_190151_c20a82e4-5523-4151-a4f6-35721c14c0ce.png" alt="A Looma Rebuild lemon stick pack being poured into a glass of water" style="border-radius:var(--radius)">
        <figcaption class="lm-cap">One stick, one glass. This is the whole routine.</figcaption>
      </figure>
      <figure class="lm-fig" style="margin:0">
        <img src="loomalactationsupplementproductphoto.png" alt="Looma Rebuild box with a single lemon stick pack" style="border-radius:var(--radius)">
        <figcaption class="lm-cap">Thirty sticks to a box. One a day.</figcaption>
      </figure>
    </div>

    <h3>It's a drink, and that turns out to be the point</h3>

    <p>
      One lemon powder stick, once a day, stirred into water. I assumed the
      format was just convenience. It isn't.
    </p>

    <p>
      Remember step 1 — recreate the oxytocin trigger. Warmth, calm, a settled
      nervous system, thirty seconds of not being in emergency mode. That is not
      a nice extra, that is the actual neurological input.
    </p>

    <p>
      Making the drink <em>is</em> that. You sit down. You stir something. You hold
      a warm glass. You breathe once before you attach anything to yourself. And
      the L-theanine in it peaks at around thirty to forty-five minutes, which is
      why the instruction is <strong>make it about half an hour before your biggest
      pump of the day</strong> — not swallow it whenever you remember.
    </p>

    <div class="lm-pull">
      Nobody else tells you when to take it relative to pumping. It's the
      single most useful instruction I was given, and it's free.
    </div>

    <h3>What's actually in it</h3>

    <p>
      Nine active ingredients, every dose printed. They fall into three groups,
      and each group is doing a different job.
    </p>

    <p class="lm-kicker" style="margin-top:28px">Group 1 — clear the interference (Step 02)</p>

    <div class="lm-ing">

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Step 02 · Interference</div>
        <h4>Shatavari</h4>
        <p>
          The adaptogen that does the main work here. Used to modulate the
          cortisol response — the hormone that's been competing with prolactin
          at your receptor sites and suppressing oxytocin at the pituitary ever
          since your surgery.
        </p>
        <div class="lm-ing__dose">500 mg</div>
      </div>

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Step 02 · Interference</div>
        <h4>Magnesium Glycinate</h4>
        <p>
          The gentlest, most absorbable form — and the one that doesn't send you
          running to the bathroom. Associated with reduced HPA-axis reactivity,
          and depleted by surgery, blood loss and the kind of sleep you are
          currently not getting.
        </p>
        <div class="lm-ing__dose">200 mg</div>
      </div>

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Step 01 + 02 · Signal &amp; Interference</div>
        <h4>L-Theanine</h4>
        <p>
          The reason for the timing instruction. It supports a calm-but-alert
          state without sedation — which is the exact nervous-system condition
          oxytocin needs and adrenaline destroys. Peaks around 30–45 minutes.
          This is why you drink it <em>before</em>.
        </p>
        <div class="lm-ing__dose">200 mg</div>
      </div>

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Step 03 · Infrastructure</div>
        <h4>Moringa Leaf Extract</h4>
        <p>
          The receptor ingredient, and the one with the most direct lactation
          research behind it. Studied for its effect on prolactin — which is
          exactly the mechanism a delayed start needs supported, rather than
          another push on demand you're already maxed out on.
        </p>
        <div class="lm-ing__dose">400 mg</div>
      </div>

    </div>

    <p class="lm-kicker" style="margin-top:34px">Group 2 — the part nobody else formulates for: you had surgery</p>

    <p>
      This is the group that convinced me. You are eight days out from major
      abdominal surgery. You are healing an incision, you lost blood, and you
      are trying to build new tissue in your breasts at the same time. No other
      product I looked at acknowledged that at all.
    </p>

    <div class="lm-ing">

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Recovery</div>
        <h4>Zinc (as Zinc Glycinate)</h4>
        <p>
          Zinc is central to wound healing and tissue repair — and demand for it
          goes up sharply after surgery, at exactly the moment you're also losing
          it into breast milk. The glycinate form is gentler on an empty,
          post-operative stomach.
        </p>
        <div class="lm-ing__dose">8 mg elemental</div>
      </div>

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Recovery</div>
        <h4>Vitamin C</h4>
        <p>
          Required for collagen synthesis — which is literally what your incision
          is made of while it closes. Pairs with the zinc, and helps you absorb
          iron at a point where a lot of us are running low after a surgical
          delivery.
        </p>
        <div class="lm-ing__dose">250 mg</div>
      </div>

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Recovery</div>
        <h4>Vitamin D3</h4>
        <p>
          Most of us are already low and postpartum drives it lower. It's one of
          the few nutrients where your level directly affects what reaches your
          baby through your milk, so it's not only about you.
        </p>
        <div class="lm-ing__dose">1,000 IU</div>
      </div>

      <div class="lm-ing__c">
        <div class="lm-ing__tag">Recovery</div>
        <h4>Vitamin B6</h4>
        <p>
          For the depletion, the energy metabolism and the mood floor. This is
          the nutrient that gets stripped out fastest by pregnancy, blood loss
          and no sleep — and it's why week two feels like walking through wet
          sand.
        </p>
        <div class="lm-ing__dose">25 mg</div>
      </div>

    </div>

    <p class="lm-kicker" style="margin-top:34px">Group 3 — the thing no one warns you about</p>

    <p>
      Nobody told me that the combination of abdominal surgery, opioid pain
      relief and iron would make the first bowel movement afterwards a genuinely
      frightening event. If you're currently dreading it: it is normal, it is
      universal, and it is not talked about nearly enough.
    </p>

    <p>
      Rebuild carries <strong>4 grams of inulin and 500mg of acacia fibre</strong> — real
      prebiotic fibre at a real dose, not a token sprinkle. It's the least
      glamorous thing in the box and it was the first thing I noticed working.
    </p>

    <p>
      It's sweetened without sugar and flavoured with real lemon powder — ten
      calories, under a gram of sugar, no caffeine. That's the whole label.
      Nothing else is hiding in there.
    </p>

    <div class="lm-tblwrap">
      <table>
        <thead>
          <tr><th>What's in it</th><th>Looma Rebuild</th><th>Typical lactation supplement</th></tr>
        </thead>
        <tbody>
          <tr><td>Fenugreek</td><td class="lm-y">None</td><td class="lm-n">Usually the lead ingredient</td></tr>
          <tr><td>Built for</td><td class="lm-y">The first weeks after a C-section</td><td class="lm-n">Established supply that later dropped</td></tr>
          <tr><td>Targets cortisol</td><td class="lm-y">Yes — Shatavari, Magnesium, L-Theanine</td><td class="lm-n">Rarely addressed</td></tr>
          <tr><td>Targets prolactin receptors</td><td class="lm-y">Yes — Moringa 400mg</td><td class="lm-n">Sometimes</td></tr>
          <tr><td>Surgical recovery support</td><td class="lm-y">Zinc, Vitamin C, D3, B6</td><td class="lm-n">Not addressed at all</td></tr>
          <tr><td>Post-op constipation</td><td class="lm-y">4g inulin + 500mg acacia</td><td class="lm-n">Not addressed at all</td></tr>
          <tr><td>Timing instruction</td><td class="lm-y">30 min before your biggest pump</td><td class="lm-n">"Take daily"</td></tr>
          <tr><td>Proprietary blends</td><td class="lm-y">None — every dose printed</td><td class="lm-n">Common</td></tr>
          <tr><td>Added sugar</td><td class="lm-y">None · 10 calories · caffeine free</td><td class="lm-n">Common in cookies &amp; gummies</td></tr>
          <tr><td>Certifications on pack</td><td class="lm-y">Vegan · Non-GMO · Gluten free · Dairy free</td><td class="lm-n">Varies</td></tr>
        </tbody>
      </table>
    </div>

    <h3>How you actually take it</h3>

    <p>
      <strong>One stick pack a day, stirred into water — ideally about 30 minutes
      before your biggest pump or feed.</strong> Each box holds 30 sticks, so a box is
      a month. It tastes like lemon. It does not taste like dirt, grass, or
      maple syrup, which after fenugreek felt like a small mercy.
    </p>

    <p>
      Every batch is third-party tested, and there are no proprietary blends —
      every dose is printed on the panel, which you can read for yourself below.
    </p>

    <figure class="lm-fig">
      <img src="productimageback.png" alt="Looma Rebuild Supplement Facts panel" style="border-radius:var(--radius)">
      <figcaption class="lm-cap">The back of the box. Nothing hidden, nothing blended.</figcaption>
    </figure>

    <h3>How long before anything happens</h3>

    <p>
      If you want someone to promise you a number by Friday, I can't, and you
      should be suspicious of anyone who does.
    </p>

    <p>
      Here's what the mechanism actually implies, split into two halves.
    </p>

    <p>
      <strong>Steps 1 and 4 can change a session immediately</strong> — the warm drink
      beforehand, the correct flange, the compress, the thirty seconds of
      breathing. Those are removing a block rather than building anything, so
      some women notice a difference in let-down the same day. That part is free
      and you can do it tonight whether you ever buy anything or not.
    </p>

    <p>
      <strong>Steps 2 and 3 are construction, and construction takes time.</strong>
      Receptor density doesn't move in an afternoon. Realistically you're looking
      at <strong>seven to fourteen days</strong> before you see the first change in the
      trend — and I mean the trend across a week, not the number in one bottle at
      4am, which will lie to you.
    </p>

    <p>
      Then give it the full sixty days before you make a final decision. That's
      not a number I picked to sound impressive; it's how long the guarantee runs,
      for exactly that reason.
    </p>

    <div class="lm-cta">
      <h3>If you're on day six and getting drops — start the sequence tonight</h3>
      <p>Steps 1 and 4 are free and you can do them at your very next session. Steps 2 and 3 are what Rebuild is for.</p>
      <a class="lm-btn lm-btn--big" href="#offer" data-scroll>See the options →</a>
      <div class="lm-btnsub">Ships within 48 hours · 60-day money-back guarantee · Fenugreek free</div>
    </div>
  </div>
</section>
<section class="lm-sec lm-rv">
  <div class="lm-wrap">
    <span class="lm-kicker">Part 1 · Proof</span>
    <h2>These are my bottles. Same pump, same kitchen, same body.</h2>

    <p>
      I'm not going to show you a percentage or a graph. You've been counting in
      millilitres for weeks and you know exactly what a real session looks like,
      so here are mine.
    </p>

    <div class="lm-proof">
      <figure class="lm-fig" style="margin:0">
        <img src="beforeafterimage2.png" alt="Night pump session, bottles barely covering the bottom" style="border-radius:var(--radius)">
        <figcaption class="lm-cap"><strong>Before —</strong> day six, the 3am session. Both sides, full session.</figcaption>
      </figure>
      <figure class="lm-fig" style="margin:0">
        <img src="beforeafterimage2 (2).png" alt="Night pump session, both bottles nearly full" style="border-radius:var(--radius)">
        <figcaption class="lm-cap"><strong>After —</strong> week six, the same 3am session. Same lamp, same bedside table.</figcaption>
      </figure>
    </div>

    <div class="lm-proof">
      <figure class="lm-fig" style="margin:0">
        <img src="beforeafterimage1.png" alt="Daytime pump session, roughly two ounces per bottle" style="border-radius:var(--radius)">
        <figcaption class="lm-cap"><strong>Before —</strong> week two, a daytime session.</figcaption>
      </figure>
      <figure class="lm-fig" style="margin:0">
        <img src="beforeafterimage1 (2).png" alt="Daytime pump session, both bottles full" style="border-radius:var(--radius)">
        <figcaption class="lm-cap"><strong>After —</strong> week six, the same daytime session.</figcaption>
      </figure>
    </div>

    <p>
      I want to be careful here, because I remember how much I hated being sold
      to at that point. That's one woman's bottles. It isn't a guarantee, and
      anyone who shows you a photo and calls it a promise is not being straight
      with you.
    </p>

    <p>
      But it is what happened, and I took the first photo when I genuinely
      believed I was finished.
    </p>

    <h3>And I want you to hear that you are not the only one</h3>

    <p>
      When I was in it, the loneliest part was the certainty that this was
      happening to me and nobody else. It isn't. These are things real women have
      written in C-section and breastfeeding forums — not about any product, just
      about this. I've left them exactly as they were written.
    </p>

    <div class="lm-vox">
      <blockquote>"I am in extreme distress and sad and dumbfounded that I did not produce a single drop of milk to feed on the first day."</blockquote>
      <blockquote>"I feel like everyone else around me was able to figure it out. I don't understand why it went so wrong for me."</blockquote>
      <blockquote>"Not a single person at the hospital advised me to pump whilst feeding him formula."</blockquote>
      <blockquote>"I'm still on 600mg Motrin and 600mg Tylenol numerous times a day to manage the pain… Really struggling to pump 8–12 times a day with the exhaustion level."</blockquote>
      <blockquote>"We are supplementing and it's killing me but I hate seeing her hungry."</blockquote>
      <blockquote>"Will more milk eventually come in, or is this it?"</blockquote>
    </div>

    <p>
      If you recognised yourself in more than one of those, that's the whole
      point. None of those women had a willpower problem.
    </p>

    <p>And then there's this, which I read at 4am and saved:</p>

    <div class="lm-vox lm-vox--hope">
      <blockquote>"My milk truly didn't come in until about day 5 or 6 this time."</blockquote>
      <blockquote>"I'm now into week 3 and a half and I make enough milk to keep her happy and pump 2–3 times a day and get about 3 ounces each time — and that's after feeding her, with no supplementing."</blockquote>
    </div>

    <p>
      That last one is a woman who was where you are and came out the other side.
      She is not special and neither am I. The window was just still open, and
      somebody finally told her so.
    </p>

    <div class="lm-trust">
      <div class="lm-trust__i">Trusted by 5,000+ moms</div>
      <div class="lm-trust__i">Fenugreek free</div>
      <div class="lm-trust__i">Third-party tested</div>
      <div class="lm-trust__i">No proprietary blends</div>
      <div class="lm-trust__i">No added sugar</div>
      <div class="lm-trust__i">60-day guarantee</div>
    </div>
  </div>
</section>
<section class="lm-sec lm-rv" style="background:var(--paper-2);border-top:1px solid var(--line)">
  <div class="lm-wrap">
    <span class="lm-kicker">Part 2 · What this looks like</span>
    <h2>Where I actually want you to be in six weeks</h2>

    <p>
      Not a fantasy. Just the ordinary version of this that I couldn't picture
      when I was sitting on that bed at 3am.
    </p>

    <p>
      <strong>By the end of the first fortnight,</strong> you've stopped treating an empty
      session as a verdict. You warm, you look at your baby, you go — and the
      dread that used to sit on your chest before every pump has loosened,
      because you finally know what the session is <em>for</em>.
    </p>

    <p>
      <strong>Around week four,</strong> the trend line does something. Not a miracle
      overnight — a Tuesday where you look at the bottle and think, hang on, that's
      more than last Tuesday. Then it happens again. You stop measuring your worth
      in millilitres because the millilitres stopped being the point.
    </p>

    <p>
      <strong>By six weeks,</strong> the thing I want most for you: you hand your baby a
      bottle — whatever's in it, yours or formula or both — and you feel
      absolutely nothing about it. No flinch. No apology forming in your mouth.
      You fed your baby. That was always the job.
    </p>

    <div class="lm-pull">
      I didn't get an exclusively breastfed baby. I got my body back on my
      side, and I got to stop grieving something while it was still happening.
      That turned out to be the thing I actually needed.
    </div>
  </div>
</section>
<section class="lm-offer" id="offer">
  <div class="lm-wide lm-rv">
    <div class="lm-center" style="max-width:680px;margin:0 auto 6px">
      <span class="lm-kicker">Part 3 · The numbers</span>
      <h2>What this costs, and what you've already spent</h2>
      <p style="font-size:1.06em">
        Before I show you a price, I want to put it next to the things you've
        already paid for while trying to solve this.
      </p>
    </div>
    <div class="lm-anchor">
      <div class="lm-anchor__i"><b>$150–350</b>One private IBCLC consult</div>
      <div class="lm-anchor__i"><b>$60–90</b>Hospital pump rental, per month</div>
      <div class="lm-anchor__i"><b>$150–250</b>Formula, per month</div>
      <div class="lm-anchor__i"><b>$1.50</b>Rebuild, per day</div>
    </div>

    <div class="lm-wrap" style="padding:0">
      <p>
        I want to be straight with you about the comparison, because I hate it
        when brands are slippery about this.
      </p>
      <p>
        This is not a $20 tub of gummies off a marketplace and I'm not going to
        pretend it competes with one. Those exist to hit a price point. This has
        nine actives at doses that are printed on the panel, it took three to six
        months to formulate, and every batch gets tested. That costs what it costs.
      </p>
      <p>
        But the honest comparison was never Rebuild against a cheap bottle. It was
        Rebuild against <em>one more month of the thing I was already doing</em> —
        the 3am sessions, the two millilitres, the maths, the grief. That month
        had a price too. I was just paying it in a currency that doesn't show up
        on a bank statement.
      </p>
    </div>
    <div class="lm-pricecard">
      <div class="lm-pricecard__img">
        <img src="hf_20260728_190151_c20a82e4-5523-4151-a4f6-35721c14c0ce.png" alt="Looma Rebuild lemon stick pack">
      </div>
      <div class="lm-pricecard__body">
        <div class="lm-pricecard__n">Looma Rebuild</div>
        <div class="lm-pricecard__sub">30 daily lemon sticks · one month</div>
        <div class="lm-pricecard__from">from</div>
        <div class="lm-pricecard__p">$44.99</div>
        <div class="lm-pricecard__per">about $1.50 a day</div>
        <ul>
          <li>All nine actives, every dose printed</li>
          <li>The Restart Protocol guide included</li>
          <li>60-day money-back guarantee</li>
          <li>Ships within 48 hours</li>
        </ul>
        <a class="lm-btn lm-btn--big" href="/products/looma-rebuild">See sizes &amp; order →</a>
        <div class="lm-btnsub">Multi-month and subscription options on the next page</div>
      </div>
    </div>

    <div class="lm-wrap" style="padding:0">
      <p style="text-align:center;font-size:15.5px">
        There's a two-month option too, and I'd take it if I were you — sixty days
        is exactly how long the guarantee runs, which is not a coincidence. It's
        the window the mechanism needs, so it's the window you get to judge it
        over, at no risk.
      </p>
    </div>
    <div class="lm-wrap" style="padding:0">
      <h3 style="margin-top:10px">Why the guide comes with it</h3>
      <p>
        Two of the four steps aren't in the box. Step 1 and Step 4 are things you
        <em>do</em> — and if you skip them, you've bought a supplement instead of a
        sequence, and you'll get a fraction of the result.
      </p>
      <p>
        So every order comes with <strong>The Restart Protocol</strong>: the flange
        sizing chart and how to measure yourself properly, the pre-pump oxytocin
        checklist, the frequency-over-volume session schedule for the first three
        weeks, and the two-minute breathing protocol for Step 2.
      </p>
      <p>
        It's the thing I most wish someone had handed me on day one, and it costs
        nothing to include, so it's included.
      </p>
      <p style="font-family:var(--serif);font-style:italic;color:#EDE4D8">
        You're not buying a box of powder. You're getting the whole sequence.
      </p>
    </div>
    <div class="lm-wrap lm-center" style="padding:0;max-width:640px;margin:0 auto">
      <p style="font-family:var(--serif);font-style:italic;font-size:1.13em;color:#EDE4D8">
        Or you close this tab, and tomorrow at 3am you're back on the edge of the
        bed with the pump running, doing the same maths, hoping it sorts itself
        out. It might. I really hope it does. But the receptor window doesn't wait
        to see how you feel about it.
      </p>
      <a class="lm-btn lm-btn--big" href="#offer" data-scroll style="max-width:420px;margin:22px auto 0">
        Start the Restart Sequence →
      </a>
      <div class="lm-btnsub">60-day money-back guarantee · Cancel any time · Fenugreek free</div>
    </div>
  </div>
</section>
<section class="lm-sec lm-rv">
  <div class="lm-wrap">
    <div class="lm-guar">
      <div class="lm-guar__b">60<br>DAY</div>
      <h3>Try it for 60 days. If it doesn't do anything for you, email us and we'll refund you.</h3>
      <p>
        That's the whole policy. <strong>Send one email within 60 days and you get
        your money back.</strong> You don't have to return anything. You don't have to
        have finished the box. You don't have to explain yourself or prove you
        pumped often enough or fill in a form designed to make you give up
        halfway through.
      </p>
      <p>
        One email. That's it.
      </p>
      <p style="margin-bottom:0">
        You have a newborn and an incision and about four hours of sleep. The last
        thing you need is an argument with a company.
      </p>
    </div>
  </div>
</section>
<section class="lm-sec lm-rv" style="background:var(--paper-2);border-top:1px solid var(--line)">
  <div class="lm-wrap">
    <span class="lm-kicker">Before you decide</span>
    <h2>The questions I'd have asked</h2>

    <div class="lm-faq">

      <details class="lm-faq__i"><summary class="lm-faq__q">I'm on Motrin and Tylenol around the clock. Is this safe to take with them?</summary><div class="lm-faq__a">
          <p>
            This was my first question too, and I want to answer it the way I
            wanted it answered — properly, not with a wink.
          </p>
          <p>
            Rebuild contains nine actives: shatavari, magnesium glycinate,
            moringa, L-theanine, vitamin B6, vitamin C, zinc, vitamin D3, plus
            prebiotic fibre. Every dose is printed on the panel above, and there
            are no proprietary blends, so you can hand the label to a pharmacist
            and they can read the whole thing in ten seconds.
          </p>
          <p>
            <strong>And that's exactly what I'd tell you to do.</strong> Show it to your
            OB, your midwife, or your pharmacist before you start — especially
            while you're on post-surgical pain management. Not because we think
            something's wrong, but because you're eight days out from abdominal
            surgery and feeding a newborn, and that's the moment to be careful
            rather than casual.
          </p>
          <p>
            Any brand that tells you a supplement is simply "totally safe" without
            knowing your medications or your history is telling you what you want
            to hear. Take the label to someone who can actually read it.
          </p>
        </div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">It's already been three weeks. Is it too late for me?</summary><div class="lm-faq__a"><p>
          No — and this is the single most important thing on this page. Delayed
          lactogenesis II after a C-section can begin on day five, day six, later.
          The receptor-building process continues past the first 72 hours; it just
          needs the signal. Every session you do now, even the ones that produce
          nothing, is still building the architecture. The window is delayed,
          not shut.
        </p></div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">I already tried fenugreek and lactation cookies and got nothing. Why is this different?</summary><div class="lm-faq__a"><p>
          Because those were built for a different problem. Almost every lactation
          product on the market is formulated for supply that established normally
          and then declined — a demand problem. Yours is a start-signal problem,
          upstream of theirs. Rebuild targets the cortisol interference and the
          receptor infrastructure specifically, and contains no fenugreek at all.
        </p></div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">Do I still have to pump this much if I take it?</summary><div class="lm-faq__a"><p>
          Yes — and any product that tells you otherwise is lying to you. Nothing
          in a capsule replaces stimulation. What changes is the <em>job</em> of each
          session: frequency over volume, sessions as construction rather than
          collection. The Restart Protocol guide gives you the schedule, and it is
          usually shorter and more often, not more of what you're already doing.
        </p></div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">Is it safe for my baby?</summary><div class="lm-faq__a">
          <p>
            There's no fenugreek, no caffeine, no stimulants, no added sugar and
            no proprietary blends — every dose is printed on the panel. Each batch
            is third-party tested.
          </p>
          <p>
            The vitamin D3 is worth calling out specifically: your own level
            directly affects what reaches your baby through your milk, which is
            one of the few places a supplement you take genuinely does something
            for them and not just for you.
          </p>
          <p>
            As above — take the label to your provider before you start. That's
            the honest answer, and it's the one I'd want.
          </p>
        </div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">Will it make me gassy or bloated? I've had that with supplements before.</summary><div class="lm-faq__a">
          <p>
            Possibly, for the first few days, and I'd rather tell you now than
            have you find out and think something's wrong.
          </p>
          <p>
            Rebuild has 4 grams of inulin and 500mg of acacia fibre in it. That's
            a real prebiotic dose — it's in there because post-C-section
            constipation from surgery, opioids and iron is close to universal and
            genuinely miserable, and almost nothing else on the market addresses
            it. But fibre at that dose can cause some gas or bloating while your
            gut adjusts, particularly if your diet is currently low in fibre,
            which after a week of hospital food and toast it almost certainly is.
          </p>
          <p>
            If you're sensitive: start with half a stick for the first three or
            four days, drink it in plenty of water, and build up. It settles for
            most people within about a week.
          </p>
        </div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">How long until I know if it's working?</summary><div class="lm-faq__a">
          <p>
            Two different answers, because there are two different halves.
          </p>
          <p>
            The behavioural steps — the warm drink beforehand, correct flange
            size, compress, breathing — can change a single session the same day,
            because they remove a block rather than build anything.
          </p>
          <p>
            The formula is doing construction work, and that's slower.
            <strong>Seven to fourteen days</strong> before you'd expect to see the first
            movement in your trend, and I mean the trend across a whole week, not
            one bottle at 4am. Then give it the full <strong>60 days</strong> before you
            make a final call — which is exactly how long the guarantee runs, on
            purpose.
          </p>
        </div></details>

      <details class="lm-faq__i"><summary class="lm-faq__q">When does it ship, and how do I cancel a subscription?</summary><div class="lm-faq__a">
          <p>
            <strong>Orders leave the warehouse within 48 hours</strong>, and most go
            out sooner than that. I'm telling you this because when I ordered mine
            I checked the tracking page about nine times in two days, and I know
            exactly why you're asking.
          </p>
          <p>
            You are counting in days right now. Nobody selling to women in the
            first weeks after a C-section should be sitting on an order for a week
            and a half, and we don't.
          </p>
          <p>
            To skip, pause or cancel a subscription, send us one email and we'll
            take care of it. No phone call, no chat widget, no being handed to
            someone whose job is to talk you out of it — the same one email that
            gets you a refund gets you a cancellation.
          </p>
        </div></details>

    </div>

    <div class="lm-cta">
      <h3>Your body isn't broken. It just never got the message.</h3>
      <p>Send it.</p>
      <a class="lm-btn lm-btn--big" href="#offer" data-scroll>Choose your bundle →</a>
      <div class="lm-btnsub">Ships within 48 hours · 60-day money-back guarantee · Fenugreek free</div>
    </div>
  </div>
</section>
<footer class="lm-foot">
  <div class="lm-wrap">
    <div class="lm-logo">looma<span>.</span></div>

    <div class="lm-disc">
      <p style="margin-bottom:8px">
        <strong>These statements have not been evaluated by the Food and Drug
        Administration. This product is not intended to diagnose, treat, cure or
        prevent any disease.</strong>
      </p>
      <p style="margin-bottom:0">
        This article is for general information and is not medical advice. Milk
        supply after a caesarean has many possible contributing factors. Always
        speak with your OB, midwife, GP, pharmacist or an IBCLC before starting
        any supplement while breastfeeding or recovering from surgery —
        particularly if you are taking prescription medication. Individual results
        vary. If you are worried about your baby's weight gain, feeding or output,
        contact your healthcare provider.
      </p>
    </div>

    <p>
      This page is an advertisement for Looma Rebuild. Kayla received Looma
      Rebuild free of charge and was compensated for sharing her experience.
      Her story and photographs are her own. Individual results vary.
    </p>

    <p>
      © 2026 Looma. All rights reserved. ·
      <a href="/policies/terms-of-service" style="text-decoration:underline">Terms</a> ·
      <a href="/policies/privacy-policy" style="text-decoration:underline">Privacy</a> ·
      <a href="/policies/refund-policy" style="text-decoration:underline">Refunds</a> ·
      <a href="/pages/contact" style="text-decoration:underline">Contact</a>
    </p>
  </div>
</footer>
<div class="lm-sticky" id="lmSticky">
  <div class="lm-sticky__in">
    <div class="lm-sticky__t">
      <b>Looma Rebuild</b>
      <span>Ships in 48 hours · 60-day guarantee</span>
    </div>
    <a class="lm-btn" href="#offer" data-scroll>See options</a>
  </div>
</div>


<script>
(function(){
  var root = document.getElementById('looma-prelander');
  if(!root) return;

  /* JS is alive — enable the scroll-reveal animation. Without this class the
     page renders fully visible, so a stripped <script> tag is not fatal. */
  root.classList.add('js-on');

  /* ---- reading progress ---- */
  var bar = document.getElementById('lmProgress');
  var sticky = document.getElementById('lmSticky');
  var offer = document.getElementById('offer');

  function onScroll(){
    var r = root.getBoundingClientRect();
    var total = root.offsetHeight - window.innerHeight;
    var done = Math.min(Math.max(-r.top, 0), total > 0 ? total : 1);
    if(bar && total > 0) bar.style.width = ((done/total)*100) + '%';

    if(sticky){
      var past = -r.top > window.innerHeight * 0.9;
      var atOffer = false;
      if(offer){
        var o = offer.getBoundingClientRect();
        atOffer = o.top < window.innerHeight && o.bottom > 0;
      }
      sticky.classList.toggle('is-on', past && !atOffer);
    }
  }
  window.addEventListener('scroll', onScroll, {passive:true});
  window.addEventListener('resize', onScroll);
  onScroll();

  /* ---- smooth scroll ---- */
  root.addEventListener('click', function(e){
    var a = e.target.closest('[data-scroll]');
    if(!a) return;
    var id = a.getAttribute('href');
    if(!id || id.charAt(0) !== '#') return;
    var t = document.querySelector(id);
    if(!t) return;
    e.preventDefault();
    t.scrollIntoView({behavior:'smooth', block:'start'});
  });

  /* ---- FAQ: native <details>. JS only adds "one open at a time". ---- */
  var faqs = root.querySelectorAll('details.lm-faq__i');
  faqs.forEach(function(d){
    d.addEventListener('toggle', function(){
      if(!d.open) return;
      faqs.forEach(function(o){ if(o !== d) o.open = false; });
    });
  });

  /* ---- subscribe / one-time toggle ---- */
  var toggles = root.querySelectorAll('.lm-toggle__b');
  function setMode(mode){
    toggles.forEach(function(b){ b.classList.toggle('is-on', b.getAttribute('data-mode') === mode); });
    root.querySelectorAll('[data-' + mode + ']').forEach(function(el){
      var v = el.getAttribute('data-' + mode);
      if(v !== null) el.textContent = v;
    });
    root.querySelectorAll('[data-cart-' + mode + ']').forEach(function(a){
      a.setAttribute('data-cart-active', a.getAttribute('data-cart-' + mode));
    });
  }
  toggles.forEach(function(b){
    b.addEventListener('click', function(){ setMode(b.getAttribute('data-mode')); });
  });
  if(toggles.length) setMode('sub');

  /* ---- reveal on scroll ---- */
  if('IntersectionObserver' in window){
    var io = new IntersectionObserver(function(entries){
      entries.forEach(function(en){
        if(en.isIntersecting){ en.target.classList.add('is-in'); io.unobserve(en.target); }
      });
    }, {rootMargin:'0px 0px -8% 0px', threshold:0.04});
    root.querySelectorAll('.lm-rv').forEach(function(el){ io.observe(el); });
  } else {
    root.querySelectorAll('.lm-rv').forEach(function(el){ el.classList.add('is-in'); });
  }})();
</script>
</div>