Free UK delivery over £65 · Pick-up shops available Find my plan →
/* =============================================================== /reversing-type-2-diabetes/ — page-scoped overrides. Everything is scoped to #stw-diabetes so the shared .stw-homepage section styles are untouched elsewhere. Tokens (--stw-*) come from sass/_stw-global.scss and are already in bundle.css. =============================================================== */ /* The .hl background box is the font's full ascent+descent — taller than a 1.05 line box — so a highlight on a wrapped line collides with the line above it. Loosen the leading on every heading that can wrap. */ #stw-diabetes h1, #stw-diabetes h2{line-height:1.3} #stw-diabetes h3{line-height:1.25} #stw-diabetes section{padding:80px 0} #stw-diabetes p{color:var(--stw-grey-700)} #stw-diabetes .muted{background:var(--stw-grey-100)} /* Hero — banner photo behind a centred title */ #stw-diabetes .hero{position:relative;display:flex;align-items:center;min-height:460px;overflow:hidden;padding:0} #stw-diabetes .hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 28%;background-repeat:no-repeat} #stw-diabetes .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.38) 55%,rgba(0,0,0,.58) 100%)} #stw-diabetes .hero-inner{position:relative;z-index:2;width:100%;padding:88px 0;text-align:center} #stw-diabetes .hero .eyebrow{color:#fff} #stw-diabetes .hero h1{color:#fff;max-width:880px;margin:0 auto;font-size:clamp(34px,4.6vw,58px)} /* .hl inherits its colour, so on the white hero headline the pale yellow would carry white text. Pull it back to ink inside the hero only. */ #stw-diabetes .hero h1 .hl{color:var(--stw-ink)} #stw-diabetes .hero .lead{color:rgba(255,255,255,.94);max-width:800px;margin:20px auto 0} /* Centred intro / statement-style bands */ #stw-diabetes .band{text-align:center} /* The centring above is for the band's own heading and intro. The product row inside it is the category-archive card grid, which is left-aligned by design — and an ID-scoped rule here outranks the theme's own card CSS, so it has to be undone explicitly rather than left to the cascade. */ #stw-diabetes .band .stw-category-scope{text-align:left} /* ...and the h2/p centring rules below must not reach the product cards either: a card's title is an

, so `.band h2{margin-inline:auto}` was centring it inside its own card while the price beneath stayed flush left. Reset every card-grid descendant back to the theme's. */ #stw-diabetes .band .stw-category-scope h2, #stw-diabetes .band .stw-category-scope p{max-width:none;margin-left:0;margin-right:0;width:auto} #stw-diabetes .band h2{max-width:900px;margin-left:auto;margin-right:auto} #stw-diabetes .band p{max-width:880px;margin:0 auto 16px} #stw-diabetes .band p:last-child{margin-bottom:0} /* Two-column photo + copy */ #stw-diabetes .split-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center} #stw-diabetes .split--reverse .split-media{order:2} #stw-diabetes .prose p{max-width:64ch;margin:0 0 16px} #stw-diabetes .prose p:last-child{margin-bottom:0} #stw-diabetes .prose h3{margin-top:32px;font-size:24px} #stw-diabetes .prose h3:first-child{margin-top:0} /* Image wrapper. Several of these photos live only on the production server, so the wrapper carries the tint and the ratio and the sits on top — a missing file leaves a neutral block, not a hole. */ #stw-diabetes .media{position:relative;background:var(--stw-grey-100);border-radius:var(--stw-radius-lg);overflow:hidden;aspect-ratio:3/2} #stw-diabetes .media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;font-size:13px;color:var(--stw-grey-500)} /* Yellow statement band — the single most important fact on the page */ /* The band is the Shake Hub's darker beige, not the brand yellow (Phil, 2026-09-14) — at full strength the yellow read as harsh against the page. Written as a literal because --stw-hub-bar only exists on body.stw-hub-zone; hex first as the oklch() fallback. Ink on this tone measures 14.6:1. The white eyebrow pill, the white highlight behind the quote and the white badges all still read against it. */ #stw-diabetes .statement{background:#F0E0CE;background:oklch(0.915 0.030 72);color:var(--stw-ink);text-align:center;padding:96px 0} #stw-diabetes .statement .statement-eyebrow{display:inline-block;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#fff;color:var(--stw-ink);padding:6px 14px;border-radius:var(--stw-radius-pill);margin-bottom:24px} #stw-diabetes .statement blockquote{margin:0 auto;max-width:960px;font-size:clamp(28px,3.5vw,46px);font-weight:800;letter-spacing:-.025em;line-height:1.2;text-wrap:balance} #stw-diabetes .statement blockquote em{font-style:normal;background:#fff;padding:0 .12em} #stw-diabetes .statement cite{display:block;margin-top:20px;font-style:normal;font-size:16px;font-weight:700} #stw-diabetes .statement .badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:32px} #stw-diabetes .statement .badges .pill{background:#fff;color:var(--stw-ink);font-size:14px;padding:9px 16px} /* Stat tiles */ #stw-diabetes .stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:40px;text-align:left} #stw-diabetes .stat{background:#fff;border-radius:var(--stw-radius-lg);padding:26px 24px;box-shadow:var(--stw-shadow-sm)} #stw-diabetes .stat b{display:block;font-size:clamp(30px,3.2vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:10px;color:var(--stw-ink)} #stw-diabetes .stat span{display:block;font-size:15px;line-height:1.45;color:var(--stw-grey-700)} /* Plan steps */ #stw-diabetes .ticks{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:12px} #stw-diabetes .ticks li{position:relative;padding-left:34px;font-weight:700;color:var(--stw-ink)} #stw-diabetes .ticks li::before{content:"2713";position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:var(--stw-radius-pill);background:var(--stw-cyan);color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center} /* Products band */ #stw-diabetes .products .woocommerce{margin-top:32px} /* FAQ — native
, no JS */ #stw-diabetes .faq-grid{display:grid;grid-template-columns:4fr 7fr;gap:64px;align-items:start} #stw-diabetes .faq-aside h2{margin:0 0 14px} #stw-diabetes .faq-aside p{font-size:15.5px;margin:0 0 14px} #stw-diabetes .faq-contact{position:relative;font-weight:700;display:inline-block} #stw-diabetes .faq-contact::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform 380ms cubic-bezier(.65,0,.35,1)} #stw-diabetes .faq-contact:hover::after, #stw-diabetes .faq-contact:focus-visible::after{transform:scaleX(1)} #stw-diabetes .faq-list{display:grid;gap:0} #stw-diabetes details.q{border-top:1px solid var(--stw-grey-200);padding:22px 0} #stw-diabetes details.q:last-child{border-bottom:1px solid var(--stw-grey-200)} #stw-diabetes details.q summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px;cursor:pointer;font-weight:700;font-size:17px;color:var(--stw-ink)} #stw-diabetes details.q summary::-webkit-details-marker{display:none} #stw-diabetes details.q summary:hover{color:var(--stw-pink)} #stw-diabetes details.q .toggle{width:32px;height:32px;border-radius:var(--stw-radius-pill);background:var(--stw-grey-100);color:var(--stw-ink);display:grid;place-items:center;flex-shrink:0;font-size:18px;font-weight:700;line-height:1;transition:background 150ms,color 150ms} #stw-diabetes details.q .toggle::before{content:"+"} #stw-diabetes details.q[open] .toggle{background:var(--stw-pink);color:#fff} #stw-diabetes details.q[open] .toggle::before{content:"2212"} #stw-diabetes details.q .answer{padding-top:14px;color:var(--stw-grey-700);font-size:15.5px;line-height:1.6;max-width:70ch} #stw-diabetes details.q .answer p{margin:0 0 12px} #stw-diabetes details.q .answer p:last-child{margin-bottom:0} #stw-diabetes details.q .answer a{text-decoration:underline;text-underline-offset:3px;font-weight:700} #stw-diabetes details.q .answer .disclaimer{display:block;margin-top:10px;font-size:13px;color:var(--stw-grey-500)} /* Success stories */ #stw-diabetes .story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px} #stw-diabetes .story{display:flex;flex-direction:column;background:#fff;border-radius:var(--stw-radius-lg);overflow:hidden;box-shadow:var(--stw-shadow-sm)} #stw-diabetes .story .media{border-radius:0;aspect-ratio:7/5} #stw-diabetes .story-loss{position:absolute;left:18px;bottom:18px;z-index:2;background:var(--stw-pink);color:#fff;border-radius:var(--stw-radius-lg);padding:10px 18px;text-align:center;line-height:1.1} #stw-diabetes .story-loss small{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase} #stw-diabetes .story-loss b{font-size:24px;font-weight:800;letter-spacing:-.02em} #stw-diabetes .story-body{padding:24px} #stw-diabetes .story-body h3{font-size:18px;margin:0 0 8px} #stw-diabetes .story-body p{font-size:15.5px;margin:0} /* Press */ #stw-diabetes .press-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px} #stw-diabetes .press-card{display:flex;flex-direction:column;align-items:center;gap:20px;background:#fff;border-radius:var(--stw-radius-lg);padding:34px 28px;text-align:center;box-shadow:var(--stw-shadow-sm)} #stw-diabetes .press-logo{width:100%;height:52px;display:grid;place-items:center} #stw-diabetes .press-logo img{max-height:52px;width:auto;object-fit:contain;font-size:13px;color:var(--stw-grey-500)} #stw-diabetes .press-card h3{font-size:19px;margin:0} /* References */ #stw-diabetes .refs{text-align:center} #stw-diabetes .refs ul{list-style:none;margin:0;padding:0;display:grid;gap:10px} #stw-diabetes .refs a{font-size:14px;color:var(--stw-grey-700);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere} #stw-diabetes .refs a:hover{color:var(--stw-pink)} @media(max-width:1080px){ #stw-diabetes section{padding:64px 0} #stw-diabetes .split-grid{grid-template-columns:1fr;gap:32px} #stw-diabetes .split--reverse .split-media{order:0} #stw-diabetes .faq-grid{grid-template-columns:1fr;gap:32px} #stw-diabetes .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))} #stw-diabetes .story-grid, #stw-diabetes .press-grid{grid-template-columns:repeat(2,minmax(0,1fr))} #stw-diabetes .statement{padding:72px 0} } @media(max-width:640px){ #stw-diabetes .stat-grid, #stw-diabetes .story-grid, #stw-diabetes .press-grid{grid-template-columns:1fr} #stw-diabetes .hero{min-height:360px} #stw-diabetes .hero-inner{padding:56px 0} }
The "Soups and Shakes Diet"

Reversing Type 2 Diabetes

Diabetes is now one of the biggest health problems we currently face. It is estimated that there are around 4.5 million people diagnosed with diabetes in the UK, with a further 1 million undiagnosed. Around 90% of those with diabetes have the type 2 version.

Research at Newcastle University

Research at Newcastle University has suggested that type 2 diabetes is not a progressive or even a life-long disease. This means that it won't necessarily get worse, and that with the right diet plan it can be reversed.

The study of 11 people found that by cutting their calorie intake to 800 calories a day for two months, all of them reversed their diabetes. Three months later, seven of them remained diabetes free. An MRI scan of the participants' pancreas showed that fat levels had returned to a healthier amount, and the organ's ability to produce the pancreatic hormone had returned.

11people took part in the Newcastle University study
800calories a day, for two months
All 11reversed their diabetes
7remained diabetes free three months later
Newcastle University research
"To have people free of diabetes after years with the condition is remarkable – and all because of an eight-week diet."
Lead researcher Roy Taylor
Study of 11 people 800 calories a day for two months All 11 reversed their diabetes 7 still diabetes free three months later

Start with our soups and shakes

  • Pick 168 Meals

    Pick 168 Meals

    (7) Rated 4.7 out of 5 from 7 reviews Price range: £262.08 through £1,854.72

Diet and Type 2 diabetes remission

Being overweight is one of the main risk factors for type 2 diabetes.. In fact, nine out of 10 adults with type 2 diabetes are living with overweight or obesity. As a result, losing weight is the cornerstone of treatment, and can even put type 2 diabetes into remission for some people.

Shake That Weight meal replacement shakes, soups and bars from the Total Plan

Does it matter how quickly I lose weight?

Losing weight slowly and steadily through reducing calories and eating healthily certainly comes with benefits for people living with type 2 diabetes – for example, losing just 5% of excess weight has been shown to improve blood sugar control and reduce the amount of medication needed. But studies show remission is more likely if large amounts of weight are lost quickly and safely – typically in the region of 15kg. In addition, achieving this as soon as possible after a diagnosis seems to be important, although remission has still been seen in people who've lived with type 2 diabetes for many years.

Meal replacement soups and shakes used on a low-calorie diet

How can I lose weight rapidly?

One way to achieve rapid and significant weight loss is to follow a low-calorie diet, providing around 850kcal a day. This approach has been the focus of several research studies over the past few years, including the Diabetes Remission Clinical Trial (DiRECT), funded by Diabetes UK. The study included adults with a Body Mass Index of 27 or more who were living with type 2 diabetes. Half the adults received the standard advice for type 2 diabetes, the other half swapped their usual diet for meal replacement soups or shakes totalling around 850kcal a day. After several months, healthy food was gradual reintroduced and additional support was given to help with weight maintenance.

What were the results?

After one year, diabetes was in remission in 46% of those following the meal replacement diet, compared with just 4% in the standard advice group. Furthermore, after two years, 70% of those who'd gone into remission had managed to maintain this. Overall, more than a third of people who'd followed the low-calorie meal replacement diet were in remission of type 2 diabetes two years after starting the programme.

46%in remission after one year on the meal replacement diet
4%in remission after one year in the standard advice group
70%of those in remission had maintained it after two years
850kcala day of meal replacement soups or shakes
Shake That Weight meal replacement products providing protein, vitamins and minerals

Is it also important to reduce carbs?

Studies so far have focussed on calorie reduction to achieve the rapid and significant weight loss that seems to be successful at putting type 2 diabetes into remission. Reducing carbs can certainly be an effective way to reduce calories. However, research suggests any plan that results in weight loss can help in the management of type 2 diabetes and potentially put the condition into remission. Furthermore, there's currently not enough evidence to suggest low-carb diets are any more effective at achieving weight loss – and keeping the weight off – than other diets.

How can I make sure my diet is nutritionally adequate?

It can be extremely difficult to get all the nutrients needed to support good health if calories are seriously restricted. That's where specially formulated meal replacement soups, shakes and bars are beneficial. By law they must contain certain amounts of protein, vitamins, and minerals to help ensure diets contain all the nutrients needed.

Shake That Weight Total Plan meal replacement products laid out together

Step 1 – The Total Plan

The Total Plan offers you the option of kick starting your weight-loss journey by replacing all your daily meals with Shake That Weight meal replacement products. There's no need to worry about counting calories for the meals you choose from the Shake That Weight range.

  • 800 kcal per day
  • Suitable for Women & Men (BMI 25+)
  • Women & Men with an inactive lifestyle
Balanced home-cooked meal eaten while stepping back up to regular eating on the Maintenance Plan

Step 2 – Maintenence Plan

Follow this when you have reached your weight-loss goals and need to make the progression back to eating regular meals again.

  • Helps body adjust to normal eating
  • Prevents weight gain during transition
  • Educate yourself on weight maintenance
How much weight will I lose?

There is no set weight loss with any diet as it is dependent on each individuals personal circumstances such as starting weight, personal metabolism, lifestyle and activity levels. However you can be sure that our diet will promote more rapid weight loss that traditional diets. Please have a look at the reviews on the website which are all genuine and these should give you an idea of achievable weight loss. We have seen customers lose between 2-15lbs* in their first week.

*all weight loss varies by individual
When should I have my meals?
We recommend spacing them out equally throughout the day to help manage blood sugar and hunger levels.
Do I have to subscribe?
No you can order as many products as you would like whenever. Simply go to the shop page and order what you want
What does delivery cost and how long does it take to arrive?
We offer free delivery for orders over £65. You can choose if you wish to upgrade to next day delivery for small extra fee or use standard delivery which can take between 2-5 workings days.

Real people. Real success stories.

We are proud to share these amazing journeys our customers have taken.

Mandy after losing 22kg with Shake That Weight
Lost22kg

Mandy

I wanted to feel good again and not look like I was wearing a tent!

Claire after losing 19kg with Shake That Weight
Lost19kg

Claire

I wanted to lose weight quite quickly to keep up with my toddler!

Ian after losing 38kg with Shake That Weight
Lost38kg

Ian

My weight bothered me for years but I didn't feel I could do anything about it.

Type 2 diabetes and the diet that cured me

I beat type 2 diabetes with 200-calorie drinks

I reversed my diabetes in just 11 days by going on a starvation diet