Our delicious Happy Orange contains all the key nutrients for growth. Contains nearly 64% vegetables, plus seeds providing excellence source of fibre for healthy tummies, protein for muscle growth and more nutrients. With high quinoa content, essential oils and minerals including Algae oil to provide Omega 3 for brain support and development.
/* 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;
}
}