Juno Bamboo Water - the 1st drink infused with the goodness of ethical bamboo! Packed with antioxidants, bamboo has been used for centuries as an herbal remedy to heal the body and support immunity. So we infused it in a deliciously refreshing drink!
The Zesty Yuzu Bamboo Water delivers a burst of citrusy goodness that awakens the senses, with its bright and tangy taste. The aromatic zestiness of yuzu works in harmony with the pure bamboo water, resulting in a thirst-quenching, flavour-packed sparkling drink, perfect as a refreshing pick-me-up.
/* 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;
}
}