High potency vitamin B5 for energy & mental performance
Effective - Vitamin B5 helps release energy from food, supporting energy and reducing tiredness, as well as promoting mental performance
Optimum support - Vitamin B5 also contributes to the synthesis and metabolism of steroid hormones, such as those produced by the adrenal glands, vitamin D, and neurotransmitters
Advanced - Provides 474 mg of vitamin B5 as calcium pantothenate, with magnesium for optimum absorption and use by the body
Flexible - Easy to swallow capsules
Environmentally friendly - Recyclable packaging
Trusted - We've been helping to shape a healthier society for over 30 years
Suitable for vegetarians and vegans
60 days' supply at 1 capsule per day
/* 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;
}
}