CNP Cream of Rice is KING of complex carbohydrates!
Perfect as a functional pre or post workout carbohydrate source for both fuel and recovery alike.
As a pure carbohydrate-based food it makes it extremely versatile when trying to add quality carbohydrates to your diet without excessive additional calories from fats or protein.
CNP Cream of Rice specifically includes the addition of Amylase, a Carbohydrate Digesting Enzyme to further improve quick and efficient absorption.
Luxuriously smooth and available in an exciting range of uniquely delicious flavours
/* 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;
}
}