Packed with benefits for the body and brain, this classic chocolate chip cookie gets a healthy twist thanks to the Ayurvedic herb, ashwagandha. These soft and sweet cookies are vegan, free from refined sugar, high in fibre and low GI. Made with chia seeds, dark chocolate chips and millet flour, these low-calorie healthy cookies are wholesome and nutritious.
/* 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;
}
}