Body-identical shape
Recommended for vegetarians and vegans, as L-carnosine is mainly found in meat
100% vegan and free from gluten, lactose and soy
L-Carnosine is important for many normal body functions, including the proper functioning and development of muscles, heart, liver, kidneys, brain, and many other organs. Also, as a powerful antioxidant, it is believed to prevent cell damage. Some scientists are convinced that L-carnosine also works as an anti-aging agent, as it can inhibit certain age-related signaling pathways, which could slow down the aging process. This is supported, for example, by the fact that the carnosine level is significantly higher in childhood than in old age.
/* 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.