A high dose (10mg) Iron Oral Spray specially formulated to be gentle on the digestive system with a great-tasting, natural pomegranate flavour.
Fast effective iron absorption - without the digestive discomfort
10mg of highly absorbable iron per dose
Contributes to the reduction in tiredness and fatigue
Supports immunity and normal cognitive function
Natural flavour
32 daily doses
Packaging made from carbon negative, plant-based plastic bottle
/* 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;
}
}