Natrue rice drink is one of our consumers' favourites. And we are not surprised because, in addition to its delicious flavour, its properties make it ideal for taking care of your health and wellbeing.
If you fancy a more tropical touch to your rice drink, try Natrue rice and coconut. On the other hand, if you prefer nuts to fruit, discover our rice and hazelnut drink.
/* 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;
}
}