Ideal product for your diet plan - instant drink without sugar and preservatives, which lowers physical and mental tiredness. Main ingredients are conjugated linoleic acid (CLA) and L-carnitine, which are often seeked by athletes in diet regimen. Thanks to vitamines B5, B6, B12 and D, this product supports right functioning of imunity system, energetic metabolism and helps to lower tiredness. High content of zinc supports imunity and right protein synthesis.
/* 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;
}
}
/* 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.