A daily vitamin D oral spray suitable from birth to 3 years, providing children with their daily vitamin D needs in a single spray.
Each dosage provides 400iu of D3, ensuring a healthy level of vitamin D for babies and toddlers all year round. DLuxInfant has no artificial colours or flavours, has no flavour and can be used in conjunction with formulation milk. Vitamin D promotes the development and maintenance of bones and teeth, supports healthy immune system and aids muscle development.
Gluten free, lactose free and suitable for vegetarians. Each bottle provides 100 doses.
/* 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;
}
}