Lightly carbonated and cherry-infused, our Magic Chai is brimming with natural caffeine, nootropics, and essential vitamins for a crisp, mood-lifting boost-minus the crash. Carefully crafted to sharpen focus and energise your day, it's your refreshing pick-me-up in a can.
Magic Chai is carefully crafted with premium ingredients that may support:
- Enhanced focus and alertness
- Steady, sustained energy
- Mood and stress relief
- Cognitive function and memory
- Circulation and overall vitality
- Plant-based, gluten-free lifestyle
- Reduced tiredness and fatigue
- Naturally sweetened enjoyment
- A balanced approach to daily wellness
/* 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;
}
}