It contains varied sources of carbohydrates to be quickly effective and to release the energy gradually. Maltodextrin, fructose, saccharose, glucose, and isomaltulose, 5 sources of carbohydrates, will supply you with energy during intense workouts and will help you to regenerate after it.
Carbodrinx comes in handy when building up, during intense activities or after exhausting trainings.
Main benefits are:
Quickly effective
Gradual release of energy
5 sources of carbohydrates
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.