High potency capsule suitable for daily use.
Provides fish oil from anchovies and sardines and is free from detectable PCBs and contaminants.
Highly concentrated triglyceride form.
DHA contributes to the maintenance of normal brain function.
DHA contributes to the maintenance of normal vision.
EPA and DHA contribute to the normal function of the heart.
Maternal intake of Docosahexaenoic acid (DHA) contributes to the normal brain and eye development of the foetus and breastfed infants.
/* 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;
}
}