Gut Reboot Program - Beef Bone Broth 500 ml - 25 pack
:root { --deep-blue: #0F1330; --coastal-blue:#0C288D; --broth-brown: #42260C; --broth-cream: #F9EDDE; --black: #000000; --serif: 'Libre Baskerville', Georgia, serif; --sans: 'DM Sa ns', sans-serif; --mono: 'Cutive Mono', monospace; --madi: 'Ms Madi', cursive; } *, *::before, *::after { margin:0; padding:0; box-sizing:border-box; } body { font-family:var(--sans); font-weight:300; background:var(--broth-cream); color:var(--deep-blue); -webkit-font-smoothing:antialiased; overflow-x:hidden; } @keyframes fadeUp { from { opacity:0; transform:translateY(26px); } to { opacity:1; transform:translateY(0); } } .reveal { opacity:0; animation:fadeUp .8s cubic-bezier(.22,.68,0,1.1) forwards; } .d1{animation-delay:.05s}.d2{animation-delay:.18s}.d3{animation-delay:.32s} .d4{animation-delay:.46s}.d5{animation-delay:.60s}.d6{animation-delay:.74s} /* OPENING */ .opening { background:var(--deep-blue); padding:72px 64px 68px; position:relative; overflow:hidden; } .opening::before { content:''; position:absolute; top:-100px; right:-100px; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle, rgba(12,40,141,.16) 0%, transparent 65%); pointer-events:none; } .opening::after { content:''; position:absolute; bottom:0; left:0; right:0; height:1px; background:linear-gradient(90deg, transparent, rgba(249,237,222,.12), transparent); } .o-label { font-family:var(--mono); font-size:10px; letter-spacing:5px; text-transform:uppercase; color:rgba(249,237,222,.4); margin-bottom:28px; display:flex; align-items:center; gap:12px; } .o-label::before { content:''; width:28px; height:1px; background:rgba(249,237,222,.2); } .limited-badge { display:inline-flex; align-items:center; gap:8px; background:var(--coastal-blue); color:var(--broth-cream); font-family:var(--mono); font-size:9px; letter-spacing:4px; text-transform:uppercase; padding:7px 18px; border-radius:2px; margin-bottom:36px; } .limited-badge::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--broth-cream); animation:pulse 1.8s ease-in-out infinite; } @keyframes pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.3;transform:scale(.65);} } .o-title { font-family:var(--serif); font-size:clamp(40px,6vw,78px); font-weight:400; color:var(--broth-cream); line-height:1.05; margin-bottom:8px; } .o-title em { font-style:italic; color:rgba(249,237,222,.5); } .o-madi { font-family:var(--madi); font-size:clamp(52px,8vw,100px); color:rgba(249,237,222,.07); line-height:1; margin-bottom:30px; display:block; user-select:none; } .o-tagline { font-family:var(--serif); font-size:18px; font-style:italic; color:rgba(249,237,222,.55); max-width:500px; line-height:1.7; margin-bottom:40px; } .o-tags { display:flex; flex-wrap:wrap; gap:9px; } .o-tag { font-family:var(--mono); font-size:9px; letter-spacing:3px; text-transform:uppercase; color:rgba(249,237,222,.45); border:1px solid rgba(249,237,222,.13); padding:6px 13px; } /* DESCRIPTION */ .desc-band { background:var(--broth-cream); padding:80px 64px; } .s-eye { font-family:var(--mono); font-size:9px; letter-spacing:5px; text-transform:uppercase; color:rgba(15,19,48,.32); margin-bottom:32px; display:flex; align-items:center; gap:12px; } .s-eye::before { content:''; width:24px; height:1px; background:rgba(15,19,48,.2); } .s-eye.light { color:rgba(249,237,222,.3); } .s-eye.light::before { background:rgba(249,237,222,.15); } .desc-grid { display:grid; grid-template-columns:1fr; gap:48px; align-items:start; max-width:760px; } .desc-h { font-family:var(--serif); font-size:clamp(26px,3.2vw,44px); font-weight:700; line-height:1.1; color:var(--deep-blue); margin-bottom:28px; } .desc-h em { font-style:italic; font-weight:400; } .desc-body { font-size:15px; font-weight:300; line-height:1.95; color:rgba(15,19,48,.78); } .desc-body p { margin-bottom:18px; } .desc-body p:last-child { margin-bottom:0; } .aside-card { background:var(--deep-blue); padding:40px 36px; position:relative; overflow:hidden; } .aside-card::before { content:''; position:absolute; top:-40px; right:-40px; width:160px; height:160px; border-radius:50%; background:radial-gradient(circle, rgba(12,40,141,.22) 0%, transparent 70%); } .aside-madi { font-family:var(--madi); font-size:56px; color:rgba(249,237,222,.07); display:block; margin-bottom:18px; line-height:1; } .aside-quote { font-family:var(--serif); font-size:19px; font-style:italic; color:var(--broth-cream); line-height:1.65; position:relative; z-index:1; } .aside-rule { border:none; border-top:1px solid rgba(249,237,222,.08); margin:28px 0; } .aside-detail { font-family:var(--mono); font-size:10px; letter-spacing:3px; text-transform:uppercase; color:rgba(249,237,222,.32); line-height:2; } /* BENEFITS */ .benefits-band { background:var(--deep-blue); padding:80px 64px; position:relative; overflow:hidden; } .benefits-band::before { content:''; position:absolute; top:0; left:50%; transform:translateX(-50%); width:600px; height:1px; background:linear-gradient(90deg,transparent,rgba(249,237,222,.09),transparent); } .b-heading { font-family:var(--serif); font-size:clamp(26px,3.2vw,44px); font-weight:400; color:var(--broth-cream); margin-bottom:52px; max-width:460px; line-height:1.15; } .b-heading em { font-style:italic; } .b-grid { display:grid; grid-template-columns:1fr; gap:1px; background:rgba(249,237,222,.05); max-width:760px; } .b-item { background:var(--deep-blue); padding:36px 30px; position:relative; overflow:hidden; transition:background .3s; } .b-item:hover { background:rgba(12,40,141,.12); } .b-item::after { content:attr(data-n); font-family:var(--madi); font-size:96px; color:rgba(249,237,222,.03); position:absolute; bottom:-12px; right:12px; line-height:1; pointer-events:none; } .b-tag { font-family:var(--mono); font-size:8px; letter-spacing:4px; text-transform:uppercase; color:rgba(249,237,222,.35); border:1px solid rgba(12,40,141,.5); background:rgba(12,40,141,.1); padding:4px 10px; display:inline-block; margin-bottom:18px; } .b-title { font-family:var(--serif); font-size:17px; font-weight:700; color:var(--broth-cream); margin-bottom:10px; line-height:1.25; } .b-text { font-size:13px; font-weight:300; color:rgba(249,237,222,.5); line-height:1.82; position:relative; z-index:1; } /* PRO TIPS */ .tips-band { background:var(--broth-cream); padding:80px 64px; } .t-heading { font-family:var(--serif); font-size:clamp(26px,3.2vw,44px); font-weight:400; color:var(--deep-blue); margin-bottom:52px; max-width:460px; line-height:1.15; } .t-heading em { font-style:italic; } .tip-row { display:grid; grid-template-columns:56px 1fr; gap:0; border-bottom:1px solid rgba(15,19,48,.07); padding:32px 0; transition:background .2s; max-width:760px; } .tip-row:first-child { border-top:1px solid rgba(15,19,48,.07); } .tip-row:hover { background:rgba(15,19,48,.018); } .tip-n { font-family:var(--madi); font-size:46px; color:rgba(15,19,48,.1); line-height:1; padding-top:2px; } .tip-title { font-family:var(--serif); font-size:18px; font-weight:700; color:var(--deep-blue); margin-bottom:9px; line-height:1.3; } .tip-txt { font-size:14px; font-weight:300; color:rgba(15,19,48,.62); line-height:1.88; max-width:620px; } .tip-note { display:inline-block; margin-top:12px; font-family:var(--mono); font-size:9px; letter-spacing:3px; text-transform:uppercase; color:var(--coastal-blue); border-left:2px solid var(--coastal-blue); padding-left:10px; line-height:1.6; } /* DISCLAIMER */ .disc-band { background:rgba(15,19,48,.03); border-top:1px solid rgba(15,19,48,.07); padding:48px 64px; } .disc-inner { display:flex; gap:24px; align-items:flex-start; max-width:840px; } .disc-dot { width:32px; height:32px; border-radius:50%; background:var(--deep-blue); color:var(--broth-cream); display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; margin-top:2px; } .disc-title { font-family:var(--serif); font-size:15px; font-weight:700; color:var(--deep-blue); margin-bottom:7px; } .disc-txt { font-size:12px; font-weight:300; color:rgba(15,19,48,.5); line-height:1.9; } .disc-txt strong { font-weight:900; color:rgba(15,19,48,.65); } @media(max-width:768px) { .opening,.desc-band,.benefits-band,.tips-band,.disc-band { padding:52px 24px; } .desc-grid { gap:32px; } .tip-row { grid-template-columns:44px 1fr; } } Program 01 · Gut Health Limited Time Only The Gut RebootSystem Rebuild 25 days of deep digestive repair. Not a cleanse — a rebuild. Gut HealthInflammation DigestionCollagen Skin Health25 Days What this program is Give your gut theraw materials to heal. Your gut lining replaces itself every 3 to 5 days. But if you keep feeding it processed food, alcohol, and stress — it never actually heals. The Gut Reboot System is 25 days of giving your gut exactly what it needs: collagen, glycine, glutamine, proline, and mineral-rich marrow — all extracted over 16 hours of slow cooking from grass-fed Galician beef bones. One bottle of beef bone broth per day for 25 consecutive days. By week two, most people notice less bloating. By week three, energy stabilises. By the end, digestion just works. Every bottle is made in small batches in Marbella, packaged in glass, with no additives, no preservatives, and no fillers. Sip Slowly "This isn't a cleanse. It's a rebuild — 25 days of targeted nourishment for the gut lining." 20 × 500ml Beef Bone Broth16-hour slow-cookedGlass jars · No additives Why it works The science ofdaily broth Collagen Up to 17g collagen per serving Directly supports gut lining repair by providing the structural proteins your intestinal cells use to rebuild. Also supports skin elasticity and joint health. Glycine Anti-inflammatory amino acid Glycine calms systemic inflammation, improves sleep quality, and plays a critical role in maintaining the gut barrier — preventing permeability over time. Glutamine Primary fuel for gut cells Glutamine is the main energy source for enterocytes — the cells lining your intestines. Daily replenishment supports rapid gut lining turnover and reduces intestinal permeability. Proline Tissue repair & collagen formation Proline and hydroxyproline are essential for synthesising new collagen — particularly important after gut inflammation or periods of poor diet. Minerals Bioavailable bone marrow minerals Slow extraction releases calcium, magnesium, and phosphorus from marrow in a bioavailable form your body absorbs without digestion — no supplements needed. Gentle Easy on sensitive stomachs Low carbohydrate, easily digestible, and free from common irritants. Ideal during gut sensitivity, post-antibiotic recovery, or as a daily digestive foundation. How to get the most from this program Pro tips for your25-day protocol 1 Drink it first thing — before anything else Consume your broth on an empty stomach, before coffee, food, or anything else. This is when the gut is most receptive and amino acids absorb most efficiently. Make it a non-negotiable morning ritual. Optimal window: within 30 minutes of waking 2 Heat gently — never boil Warm your broth slowly on the stove over low heat until steaming, not simmering. Boiling degrades collagen peptides and reduces bioavailability. Gentle heat preserves the proteins that make this program work. Target temperature: 60–70°C 3 Sip slowly — 10 to 15 minutes This isn't a drink to rush. Sipping slowly over 10–15 minutes allows digestive enzymes to work in tandem with incoming nutrients. It also activates the parasympathetic nervous system — putting your gut into its optimal "rest and digest" state. Treat it as a mindful morning ritual 4 Reduce gut disruptors during your 25 days The broth rebuilds — but rebuilding is slower if you're simultaneously tearing down. Minimising alcohol, ultra-processed foods, and excessive caffeine during the program dramatically amplifies results. You don't need to be perfect. You need to be consistent. Alcohol especially disrupts gut lining repair 5 Use the second serving as an afternoon reset Splitting the bottle into two servings (200–250ml each) works beautifully — the second at 3–4pm when cortisol dips and energy flags. It curbs unnecessary snacking and keeps your gut supported throughout the full day. Split serving: morning + mid-afternoon 6 Track how you feel — not just how you look Gut repair is internal. Keep a simple daily note of bloating levels, midday energy, and sleep quality. Most people see the first measurable change in bloating by days 7–10. By day 18–20, digestion typically stabilises noticeably. First changes usually visible: days 7–10 Contains the following allergens Celery · Sulphur dioxide and sulphites · Tree nuts · Mustard · Sesame · Soy ⚕ Please consult your doctor before starting this program The Gut Reboot System is an artisanal food product — not a medical treatment or substitute for professional healthcare advice. If you have a pre-existing health condition — including digestive disorders, kidney disease, gout, food allergies, or if you are pregnant or breastfeeding — please consult your doctor before beginning any structured dietary program. This information is for general wellness purposes only and is not intended to diagnose, treat, cure, or prevent any condition or disease.
More you might like
Related
LEGO Ninjago Battle Pack 5002144 Ninjago - Rebooted
Related
Fasting Program - Chicken & Beef Bone Broth 500 ml - 14 pack
Related
Sculpt Program - Beef & Chicken Bone Broth 500 ml - 20 pack
Related