Potassium Citrate provides 100mg of potassium per capsule in citrate form for enhanced absorption
- Effective - Potassium in a citrate form offers enhanced absorption as citric acid acts as a mineral transporter
and absorption requires minimal stomach acid
- Optimum support - Potassium is involved in nervous and muscle function and the maintenance of normal
blood pressure
- Flexible - Easy to swallow capsules
- No unnecessary additives
- Environmentally friendly - Recyclable packaging
- Trusted - We've been helping to shape a healthier society for over 30 years
- Suitable for vegetarians and/or vegans
- 90 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;
}
}