HYDRO CAFFEINE ENERGY GEL is a food supplement. It contains caffeine; not recommended for use in children and pregnant women (150 mg per 180 ml daily serving).
HYDRO CAFFEINE ENERGY GEL contains caffeine and sodium. This gel 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;
}
}