Sculpt Program - Beef & Chicken Bone Broth 500 ml - 20 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 — cream on broth-brown for visual differentiation */ .opening { background:var(--broth-brown); padding:72px 64px 68px; position:relative; overflow:hidden; } .opening::before { content:''; position:absolute; bottom:-80px; left:-80px; width:460px; height:460px; border-radius:50%; background:radial-gradient(circle, rgba(15,19,48,.2) 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(--deep-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,.45); } .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,.15); 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:36px; align-items:start; max-width:720px; } .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(66,38,12,.3) 0%, transparent 70%); } .aside-madi { font-family:var(--madi); font-size:56px; color:rgba(249,237,222,.18); 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,.15); margin:28px 0; } .aside-detail { font-family:var(--mono); font-size:10px; letter-spacing:3px; text-transform:uppercase; color:rgba(249,237,222,.75); 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,.08),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:720px; 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:720px; } .b-item { background:var(--deep-blue); padding:36px 30px; position:relative; overflow:hidden; transition:background .3s; } .b-item:hover { background:rgba(66,38,12,.15); } .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,.85); border:1px solid rgba(249,237,222,.25); background:rgba(249,237,222,.08); 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,.82); 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:720px; } .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); } /* NUTRITION SECTION */ .nutrition-band { background:var(--broth-cream); padding:80px 64px; border-top:1px solid rgba(15,19,48,.07); } .nutrition-intro { max-width:560px; margin-bottom:56px; } .nutrition-intro .desc-h { margin-bottom:14px; } .nutrition-intro p { font-size:15px; font-weight:300; line-height:1.9; color:rgba(15,19,48,.68); } .nutrition-grid { display:grid; grid-template-columns:1fr; gap:28px; max-width:720px; } .nutr-card { border:1px solid rgba(15,19,48,.09); overflow:hidden; position:relative; } /* Card header */ .nutr-header { padding:30px 32px 24px; position:relative; overflow:hidden; } .nutr-header.chicken { background:var(--deep-blue); } .nutr-header.beef { background:var(--broth-brown); } .nutr-header::after { content:''; position:absolute; bottom:-60px; right:-60px; width:200px; height:200px; border-radius:50%; background:radial-gradient(circle,rgba(249,237,222,.06) 0%,transparent 70%); } .nutr-type-label { font-family:var(--mono); font-size:8px; letter-spacing:5px; text-transform:uppercase; color:rgba(249,237,222,.75); margin-bottom:10px; } .nutr-name { font-family:var(--serif); font-size:26px; font-weight:700; color:var(--broth-cream); margin-bottom:4px; } .nutr-sub { font-family:var(--serif); font-size:13px; font-style:italic; color:rgba(249,237,222,.48); } /* Highlighted hero stats */ .nutr-heroes { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:rgba(249,237,222,.07); margin-top:24px; } .hero-stat { padding:18px 20px; position:relative; } .hero-stat.chicken { background:rgba(12,40,141,.5); } .hero-stat.beef { background:rgba(55,28,8,.45); } .hero-label { font-family:var(--mono); font-size:8px; letter-spacing:3.5px; text-transform:uppercase; color:rgba(249,237,222,.45); margin-bottom:6px; display:flex; align-items:center; gap:7px; } .hero-label::before { content:''; width:4px; height:4px; border-radius:50%; background:var(--broth-cream); opacity:.5; } .hero-value { font-family:var(--serif); font-size:30px; font-weight:700; color:var(--broth-cream); line-height:1; } .hero-unit { font-size:11px; font-weight:300; color:rgba(249,237,222,.45); margin-left:2px; } .hero-note { font-size:11px; font-weight:300; color:rgba(249,237,222,.38); margin-top:4px; font-family:var(--sans); } /* HIGHLIGHT rings for protein & collagen heroes */ .hero-stat.highlight::before { content:''; position:absolute; inset:0; border:1.5px solid rgba(249,237,222,.18); pointer-events:none; } /* Full nutrient table */ .nutr-table { padding:0 32px 28px; } .nutr-table-head { display:grid; grid-template-columns:1fr auto; gap:12px; padding:14px 0 8px; border-bottom:1.5px solid rgba(15,19,48,.1); margin-bottom:0; } .nutr-th { font-family:var(--mono); font-size:8px; letter-spacing:3px; text-transform:uppercase; color:rgba(15,19,48,.32); } .nutr-th:last-child { text-align:right; } .nutr-row { display:grid; grid-template-columns:1fr auto; gap:12px; padding:11px 0; border-bottom:1px solid rgba(15,19,48,.05); align-items:center; } .nutr-row:last-child { border-bottom:none; } .nutr-row.highlighted { background:rgba(15,19,48,.025); margin:0 -32px; padding:11px 32px; } .nutr-row-label { font-size:13px; font-weight:300; color:rgba(15,19,48,.72); display:flex; align-items:center; gap:9px; } .nutr-badge { font-family:var(--mono); font-size:7px; letter-spacing:2.5px; text-transform:uppercase; padding:2px 7px; border-radius:1px; } .nutr-badge.protein { background:rgba(12,40,141,.1); color:var(--coastal-blue); } .nutr-badge.collagen { background:rgba(66,38,12,.1); color:var(--broth-brown); } .nutr-row-val { font-family:var(--mono); font-size:13px; color:var(--deep-blue); text-align:right; white-space:nowrap; } .nutr-row-val.accent { font-weight:700; color:var(--coastal-blue); } .nutr-row-val.accent-brown { font-weight:700; color:var(--broth-brown); } /* Per-serving note */ .nutr-per { font-family:var(--mono); font-size:8px; letter-spacing:3px; text-transform:uppercase; color:rgba(15,19,48,.28); padding:16px 32px 0; border-top:1px solid rgba(15,19,48,.06); margin-top:4px; } /* Benefits strip under each card */ .nutr-benefits { background:rgba(15,19,48,.03); border-top:1px solid rgba(15,19,48,.07); padding:22px 32px; } .nutr-benefits-title { font-family:var(--mono); font-size:8px; letter-spacing:4px; text-transform:uppercase; color:rgba(15,19,48,.35); margin-bottom:12px; } .nutr-benefit-list { display:flex; flex-direction:column; gap:7px; } .nutr-benefit-item { display:flex; align-items:baseline; gap:9px; font-size:12.5px; font-weight:300; color:rgba(15,19,48,.65); line-height:1.5; } .nutr-benefit-item::before { content:'—'; font-family:var(--mono); color:rgba(15,19,48,.25); font-size:10px; flex-shrink:0; } @media(max-width:768px) { .opening,.desc-band,.benefits-band,.tips-band,.disc-band,.nutrition-band { padding:52px 24px; } .tip-row { grid-template-columns:44px 1fr; } .nutr-heroes { grid-template-columns:1fr 1fr; } } Limited Time Only The SculptSystem Nourished 21 days to lean out and recalibrate. Not by starving — by nourishing. Fat LossLean Muscle Body CompositionHigh Protein Recovery21 Days What this program is Give your body more ofwhat it actually needs. The Sculpt System isn't about eating less. It's about giving your body more of what it actually needs. Bone broth is one of the highest-satiety, lowest-calorie whole foods that exists. Our chicken broth delivers 84g of protein per litre — from whole food, not powder. Our beef broth delivers 7.6g of collagen per bottle for gut and skin support. Over 21 days, one bottle per day becomes a ritual. Not a restriction. Your mornings shift. Your bloating decreases. Your body starts working with you, not against you. Choose beef for collagen and gut support, chicken for protein and recovery, or mix both across your 21 days. Every bottle is slow-cooked for 16 hours in Marbella, packaged in glass, with nothing added. This is how you enter summer — not starving, but nourished. Lean & Strong "Not a restriction. A ritual — 21 days of whole-food protein and collagen that your body can actually use." 20 × 500ml — Beef, Chicken, or Mixed16-hour slow-cookedGlass jars · No additives What's inside every bottle Two broths. Two profiles.Both exceptional. Nutritional values per 500ml serving, as labelled. Every batch slow-cooked for 16 hours in our certified kitchen in Monda — with nothing added, nothing removed. Artisanal · Slow-Cooked 16h Chicken Bone Broth The protein powerhouse Protein 42.25g per 500ml serving Energy 345kcal per 500ml serving Nutrient 100ml Energy 288 KJ / 69 Kcal Protein Highlighted 8.45g Fat 3.59 of which saturates 1.03g Carbohydrates 0.51g of which sugars 0.16g Salt 0.65g Key Benefits Exceptional whole-food protein — 42g per bottle, 84g per litre, with no powder or isolate Supports lean muscle retention and post-workout recovery High satiety at 345 kcal per bottle — keeps you full without the calorie load of solid food Naturally low in carbohydrates and sugars — ideal for body composition and keto-friendly eating Free from additives, preservatives, or processing Artisanal · Slow-Cooked 16h Beef Bone Broth The collagen & recovery broth Collagen 7.6g per 500ml serving Protein 6g per 500ml serving Nutrient 100ml Energy 176 KJ / 42 Kcal Collagen Highlighted 1.52g Protein Highlighted 1.2g Fat 3.7g of which saturates 1.4g Carbohydrates 0.9g of which sugars 0.1g Fibre 0.2g Salt 0.25g Key Benefits Highest collagen of both broths — 7.6g per bottle to support skin, joints, and connective tissue Lower in calories at 210 kcal per bottle — ideal on rest days or as a light evening ritual Rich collagen content supports gut lining repair and reduces digestive inflammation Naturally low in sugars and carbohydrates — keto-friendly and blood sugar stable Free from additives, preservatives, or processing Why it works Whole-food protein thatworks with your body Protein Up to 84g protein per litre Chicken bone broth delivers the highest whole-food protein density available — without powder, isolate, or processing. Real protein from real food, ready to absorb. Fat Metabolism Supports the body's fat-burning processes Glycine is shown to support fat metabolism pathways. Combined with reduced bloating and improved gut function, the body becomes more efficient at using fat as fuel. Muscle Protects lean muscle mass A complete amino acid profile from whole food — not an isolate — protects and supports lean muscle during periods of calorie reduction or increased training load. Digestion Reduces bloating Gut-soothing amino acids including glutamine and glycine calm digestive inflammation — the single most common reason people feel "puffy" despite clean eating. Satiety High satiety, low calorie Keeps you genuinely full without the calorie load of solid food. Bone broth is one of the most effective tools for managing appetite without restriction or hunger. Flexible Customise your 21 days Choose beef for collagen and gut support, chicken for protein and recovery, or mix both. Your program, your choice — all at the same slow-cooked standard. How to get the most from this program Pro tips for your21-day protocol 1 Use broth as your protein anchor — not an afterthought Plan your day so the broth is your first confirmed protein source. When broth comes first, it sets a satiety baseline that makes every subsequent food decision easier. It's not a supplement — it's the foundation. Morning broth = fewer cravings by midday 2 For body composition: choose chicken, drink cold Chicken broth at 84g protein per litre is the highest whole-food protein option. On training days, drink it cold straight from the fridge as a post-workout recovery drink — the way you'd use a protein shake, but without the processing or sweeteners. Post-workout window: within 45 minutes 3 On light days, let broth do the heavy lifting If you're having a lower-calorie day or skipping a heavy meal, a warm 500ml bottle of broth provides meaningful protein and satiety without the caloric load. It's the cleanest meal replacement that actually works. 500ml broth ≈ 42g protein (chicken) · under 350 kcal 4 Mix beef and chicken strategically across the week Use beef broth on rest days for its collagen and gut support — it helps your body recover structurally. Use chicken on training days for its protein density. The combination across 21 days gives you both body composition support and systemic recovery. Beef on rest days · Chicken on training days 5 Pair broth with a whole-food diet — not a restrictive one The Sculpt System works best alongside real, whole foods: lean proteins, seasonal vegetables, healthy fats, and proper hydration. Broth amplifies what you're already doing — it doesn't replace it. You'll see results without deprivation. Broth amplifies good habits — it doesn't replace them 6 Evening broth reduces late-night snacking A warm cup of broth at 8–9pm is a powerful tool against evening snacking. The warmth, the protein, and the absence of sugar satisfy the evening appetite signal without adding empty calories. Most people report this becomes their favourite part of the protocol. Evening ritual: warm broth 60–90 minutes before bed Contains the following allergens Celery · Fish · Sulphur dioxide and sulphites · Tree nuts · Mustard · Sesame · Soy ⚕ Please consult your doctor before starting this program The Sculpt 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 kidney disease, cardiovascular conditions, metabolic disorders, 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
Fasting Program - Chicken & Beef Bone Broth 500 ml - 14 pack
Related
Gut Reboot Program - Beef Bone Broth 500 ml - 25 pack
Related
Bone Broth - Beef & Chicken 500ml - 4 Pack
Related