Effervescent tablets form;
Orange flavor;
Provides 100% of the daily requirement for vitamins;
Vitamin B6, niacin, riboflavin and vitamin B12 contribute to the reduction of tiredness and fatigue;
Pantothenic acid and thiamine contribute to the maintenance of proper energy metabolism.
DESCRIPTION MULTIVITAMIN SPORT EFFERVESCENT
MULTIVITAMIN SPORT EFFERVESCENT is a dietary supplement containing a sweetener. These are effervescent tablets with vitamins, orange flavor.
MULTIVITAMIN SPORT EFFERVESCENT is a product that provides 100% of the daily requirement for vitamins. The composition of vitamin B6, niacin, riboflavin and vitamin B12 contribute to the reduction of tiredness and fatigue, and pantothenic acid and thiamine contribute to the maintenance of proper energy 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;
}
}