Nerves, muscles, microcirculation and reduction of tiredness.
A unique magnesium gummy combined with maritime pine bark. With magnesium citrate. Magnesium contributes to a reduction of tiredness and fatigue, as well as the normal function of the nervous system. Magnesium also contributes to the normal muscle function and contributes to a normal energy-yielding metabolism. Maritime pine bark extract improves microcirculation by increasing capillary permeability, protects blood vessel walls and promotes good blood circulation.
/* 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;
}
}