Vitamin Shop

Vitamins have always been important, but balance is totally underrated.

Our all-natural vitamins are packed with the highest concentration of mood enhancing supplements and immunity boosters, and are formulated to fit perfectly into their daily routine. And they taste good too!

Each multivitamin has been carefully crafted with your teen in mind.

(function () { var nav = document.querySelector('.navigation'); if (!nav) { console.log('NO .navigation FOUND'); return; } function forceNav() { if (document.body.classList.contains('navigation-open')) { nav.style.cssText = 'position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;background:#fff!important;opacity:1!important;z-index:2147483647!important;overflow-y:auto!important;display:block!important;visibility:visible!important;transform:none!important;'; nav.querySelectorAll('.navigation__entrance-animation').forEach(function(el){ el.classList.add('navigation__entrance-animation--active'); }); var c = nav.querySelector('.navigation__container'); if (c) c.style.cssText = 'min-height:100vh!important;background:#fff!important;padding-top:80px!important;opacity:1!important;display:block!important;'; } else { nav.style.cssText = ''; var c2 = nav.querySelector('.navigation__container'); if (c2) c2.style.cssText = ''; } } var obs = new MutationObserver(forceNav); obs.observe(document.body, { attributes:true, attributeFilter:['class'] }); obs.observe(nav, { attributes:true, attributeFilter:['style','class'] }); console.log('GUARD ACTIVE'); })();