Ideal to consume just before or during physical activity, THERMO BOOSTER will help keep your body hydrated and get the maximum results from your training, thanks to its carefully selected active ingredients. Made with green tea and guarana extracts, L-carnitine and caffeine, this drink has a rich caffeine content and will prepare you for all your physical training! With zero calorie and zero sugar, it is the best drink to add to your routine before your daily training.
/* 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;
}
}