{
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"
>
Search products
11% Student Discount
In partnership with Student Saviour, students can save when they shop our range of herbal health & wellness, natural skincare, botanical beauty, herbal teas and more!
Learn more below.
Student Saviour use cookies to improve your experience on our site and show you personalised advertising. By continuing to use our site, you accept the use of our cookies as described in our Cookie Policy.