Natures Aid Mini Drops Bed Time provides the equivalent of 100mg of chamomile flower and 25mg of fresh Lemon Balm leaf in each 1ml of liquid drops. The liquid can easily be added to a night time drink as part of a child's bed time routine. 1ml can be used daily for children aged 3 months - 5 years.
The product is suitable for vegetarian and vegan diets and contains no added sugar, artificial flavours or colours.
/* 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;
}
}