Muscle Force Pre-Workout Liquid - Orange flavoured, food supplement, pre-workout, aspartame free, with sweeteners, high caffeine content. Beta-alanine, Caffeine, Taurine and Niacin containing foodstuff intended to meet the expenditure of intense muscular effort, especially for athletes.
Niacin contributes to the reduction of tiredness and fatigue, normal energy-yielding metabolism, psychological function, and normal function of the nervous system.
Vitamin B6 contributes to normal energy-yielding, protein, and glycogen metabolism
/* 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.