Clinically effective - supports energy, testosterone levels, cardiovascular health and fertility.
Comprehensive - includes all key nutrients, in particular optimum levels of vitamin B5, zinc, thiamine, nettle root, Coenzyme Q10, and lycopene.
Optimum support - optimally absorbed, high potency nutrients using the best and easiest nutrient forms for the body to absorb and use, such as methyl B12.
With no unnecessary additives.
Flexible - no large tablets. Dose is split between two vegetable capsules for easy swallowing and so you can use only what you need.
All-vegan ingredients, including 1000iu vegan vitamin D3 from lichen.
Recyclable packaging.
60 capsules - 30 days' supply.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}