{
const searchInput = document.querySelector('#nav-search');
if (searchInput) {
searchInput.focus();
// iOS Safari shifts the visual viewport when the virtual keyboard appears.
// Searchanise reads getBoundingClientRect() to position its dropdown, so
// we must wait for the keyboard animation and layout to settle before
// triggering it. focus() fires immediately so the keyboard starts rising;
// the click (which signals Searchanise to render and position its widget)
// is deferred. A resize event tells Searchanise to recompute coordinates.
setTimeout(() => {
window.dispatchEvent(new Event('resize'));
searchInput.click();
}, 120);
}
});
}
}
"
class="fixed w-full h-screen flex flex-col inset-0 bg-black/[0.65] z-20"
>
The best supplements for gut health include probiotics, digestive enzymes and herbs like peppermint and ginger. These support digestion and gut balance.
Probiotics help maintain a healthy balance of gut bacteria, supporting digestion and overall wellbeing.
Yes, digestive enzymes and herbs like peppermint and fennel can help reduce bloating and discomfort.
Probiotics and soothing herbs such as peppermint are commonly used to support IBS symptoms.
Gut health improvements typically take several weeks of consistent support.
Not sure where to start?
Book a free 15 minute consultation
Book a remote session with one of our passionate herbalists to understand your specific health concerns and goals to create a tailored treatment plan.