HYDRO ISOTONIC ENERGY GEL is a food supplement. It contains sugars and sweetener.
HYDRO ISOTONIC ENERGY GEL is an isotonic gel with maltodextrin, which is intended for people with increased physical activity, as well as people who need an additional source of energy on a daily basis
/* 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;
}
}