A new kind of functional drink that bridges energy and wellness. By blending fruit juice with nootropics, aminos, botanicals, and 50% RI of 12 vitamins, Nooi is redefining what it means to feel energised.
Clementine & Turmeric flavour, with guarana, ashwagandha, arginine, theanine, carnitine, and gently caffeinated with green coffee for a gentle, sustainable 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;
}
}