Start your day on a high with our signature Ashwagandha and Cocoa Granola. Packed with coconut chips, a variety of seeds, and the Ayurvedic herb ashwagandha, this granola is vegan, high in fibre and aids with digestion. Expertly crafted and ready to ship straight to your door, this breakfast will keep you going all day.
/* 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;
}
}