Efamol Kids Omega 3 DHA Drops is a liquid supplement to support children's brain health and vision. Containing a carefully sourced fish oil, with a mild natural lemon flavour and no fishy aftertaste.
Who's it for?
Children 6 months+.
Suitable for all the family looking to support their brain and vision.
If your child struggles to eat the NHS recommended amount of 2 portions of fish a week (one oily).
/* 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;
}
}