Our small, easy to take capsules provide folic acid as methylfolate (5-MTHF) for optimum absorption.
This is the most stable and naturally active form of folate ready for use by your body.
Folic acid has to undergo a number of steps within the body in order to be converted to the active form however our supplements are already in the active methylated form.
Best used as a top up product on the advice of a health practitioner: if you have been advised to supplement with methylfolate, we would firstly recommend taking an all-round multivitamin which includes all the B vitamins, including B12.
/* 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;
}
}