THE Energy Gel. Designed for the dedicated and backed by experts, it�s time to optimise your body�s potential.?Boasting 30g carbohydrates per serving, with a 2:1 maltodextrin to fructose ratio, the formulation delivers the energy you need to fuel your training. Designed to provide a balanced and efficient source of energy to your muscles when you need it most1.Additional electrolytes and B vitamins will help reduce tiredness and fatigue.
/* 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;
}
}