A new kind of functional drink that bridges energy and wellness. By blending fruit juice with nootropics, aminos, bontanics, and 50% RI of 12 vitamins, Nooi is redefining what it means to feel energised.
Dragonfruit & Tahitian lime flavour, with rosemary, gingko biloba, ashwagandha, arginine, theanine, and carnitine, for time when you need a gentle, sustainable, caffeine free lift that doesn't compromise sleep, or peace of mind.
/* 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;
}
}