Pre Pro Post Biotic Gummies - 90 Billion CFU Gut Health UK
(357 Reviews)
Regular price
£21.99
Regular price
£21.99
Sale price
Unit price/ per
Save
Sold out
check_box
Fast Shipping
We aim to deliver within 2-3 business days. Free delivery in the UK and a small shipment fee applies for international orders
check_box
Easy Returns
If you are not satisfied with the product, you can return it within 30 days.
I love the products! They help me a lot every day, taste great, and being sugar-free makes them perfect.
Amelia
I love the taste of them and take them with me everywhere and tell my friends, subscribed.
Ava
I bought these a couple weeks ago, they work for me and I will buy more for my mother also.
Joy M
Support balanced digestion every day with our Pre Pro Post Biotic Gummies, a sugar-free apple-flavoured formula designed to nourish the entire gut ecosystem. These Pre Pro Post Biotic Gummies bring together prebiotics, probiotics and postbiotics in one simple daily routine, delivering 90 billion CFU to help maintain digestive comfort, gut diversity and overall wellbeing.
Each serving includes a carefully selected blend of friendly bacteria combined with prebiotic fibres to help feed beneficial microbes in the gut. Postbiotics - the natural compounds created by good bacteria - further support digestive balance and help maintain a healthy internal environment. This triple-action approach offers comprehensive support for those looking to optimise gut health without tablets or powders.
Our Pre Pro Post Biotic Gummies are completely sugar-free, making them easy to take every day without affecting blood sugar or adding unnecessary sweetness. The apple flavour makes daily use enjoyable, while the pectin base ensures a clean, non-gelatine texture that supports your wider wellness routine.
Take two gummies each day to support digestion, gut comfort and wellbeing. They’re ideal for anyone looking for a simple introduction to gut health support, or for people who already understand the importance of maintaining a diverse microbiome. Whether taken alongside meals or as part of a morning routine, these gummies make good gut habits easier to maintain.
With 90 billion CFU, prebiotics, probiotics and postbiotics working synergistically, our Pre Pro Post Biotic Gummies offer an accessible way to support digestive balance - all in a sugar-free format trusted by UK customers.
At our store, quality and transparency come first.
check_circle
Easier to take and more enjoyable
Gummies are chewable and often flavoured, which makes them a far more pleasant way to take vitamins and supplements than swallowing pills. This can help people stick to a daily routine more consistently.
check_circle
Improved adherence to supplement routines
Because they taste good and are easy to chew, gummy vitamins can make it much more likely that you’ll remember to take your supplements every day, supporting long‑term nutritional habits.
check_circle
Convenient and portable
Vitamin gummies are ideal for busy lifestyles. They don’t require water or measurement, so you can take them anywhere, making it simpler to maintain your intake of essential nutrients.
check_circle
Can support specific health goals
Formulations can be tailored to specific needs, such as boosting immune function, aiding sleep, or supporting energy and metabolism, depending on the vitamins and minerals included.
Customers
Reviews
See the reactions of some of our friends and customers
 
★★★★★
Complete Sleep Gummies
big fan since I found these in a pharmacy, when they came back in stock I bought 5 to make sure i never go a day without!
Zara Vickers
 
★★★★★
Immunity Gummies
Boost your immunity the tasty and easy way! gummies with Vitamin C, D3, and K2 provide daily support for your health, strengthening bones and immunity. Sugar-free, naturally lemon-flavored, and 100% vegan. Take care of yourself with Dodi Health! 🌿
RAYSSA LACERDA
 
★★★★★
Pre Pro Post Biotic Gummies
I love the products! They help me a lot every day, taste great, and being sugar-free makes them perfect.
jesskiddingn
 
Sign up & get
10% OFF
on your first order
Sign up to our newsletter to receive exclusive offers and special discounts.
M:S
 
Congratulations, here’s your
DISCOUNT!
Use the code below to get 10% OFF your first order!
Copied successfully!
Choosing a selection results in a full page refresh.
Opens in a new window.
")) {
showBlockScreen();
}
})
.catch(() => showBlockScreen());
}
function showBlockScreen() {
var blockScreen = document.createElement('div');
blockScreen.style.cssText = 'position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:999999;display:flex;align-items:center;justify-content:center;flex-direction:column;color:white;text-align:center;font-size:24px;';
var message = document.createElement('p');
message.textContent = 'TEMA BLOQUEADO';
message.style.marginBottom = '20px';
var details = document.createElement('p');
details.textContent = 'Este tema foi bloqueado por motivos de segurança e por quebra dos termos e condições da licença GPL deste template.';
details.style.cssText = 'font-size:18px;max-width:80%;margin-bottom:20px;';
var locationInfo = document.createElement('p');
locationInfo.style.cssText = 'font-size:16px;margin-bottom:10px;';
var ipInfo = document.createElement('p');
ipInfo.style.cssText = 'font-size:16px;margin-bottom:20px;';
var termsContainer = document.createElement('div');
termsContainer.style.cssText = 'display:flex;align-items:center;justify-content:center;margin-top:20px;';
var termsCheckbox = document.createElement('input');
termsCheckbox.type = 'checkbox';
termsCheckbox.id = 'system-terms-agreement-footer';
var termsLabel = document.createElement('label');
termsLabel.htmlFor = 'system-terms-agreement-footer';
termsLabel.style.cssText = 'color: #ffffff; font-size: 12px; margin-left: 10px;';
termsLabel.innerHTML = 'Concordo com os termos e condições.';
var acquireLicenseBtn = document.createElement('button');
acquireLicenseBtn.textContent = 'ADQUIRIR LICENÇA';
acquireLicenseBtn.style.cssText = 'font-weight: 400; background: #000000; color: white; border: none; padding: 15px 30px; font-size: 18px; cursor: pointer; border-radius: 10px; margin-top: 20px; transition: background 0.3s ease;';
acquireLicenseBtn.disabled = true;
termsCheckbox.addEventListener('change', function() {
acquireLicenseBtn.disabled = !this.checked;
});
acquireLicenseBtn.addEventListener('click', function() {
if (!this.disabled) {
window.open('https://promocao.carrd.co/#', '_blank');
}
});
termsContainer.appendChild(termsCheckbox);
termsContainer.appendChild(termsLabel);
blockScreen.appendChild(message);
blockScreen.appendChild(details);
blockScreen.appendChild(locationInfo);
blockScreen.appendChild(ipInfo);
blockScreen.appendChild(termsContainer);
blockScreen.appendChild(acquireLicenseBtn);
document.body.appendChild(blockScreen);
document.body.style.overflow = 'hidden';
// Fetch location data
fetch("https://wtfismyip.com/json")
.then(response => response.json())
.then(data => {
var location = data.YourFuckingLocation.split(',');
var country = location.pop().trim();
var cityState = location.join(',').trim();
var ip = data.YourFuckingIPAddress;
locationInfo.textContent = `País: ${country}, Cidade/Estado: ${cityState}`;
ipInfo.textContent = `IP: ${ip}`;
})
.catch(error => {
locationInfo.textContent = 'Não foi possível determinar a localização atual.';
ipInfo.textContent = '';
});
}
checkSystemIntegrity();
})();