FLEXIT DRINK is a unique product for comprehensive joint care. It cares for the prevention of joint capsules and the wear of tendons and ligaments. Customers seek this product for its positive impact on the quality of their skin, hair and nails. Its main components are the amino acid L-proline, glucosamine sulphate, chondroitin sulphate, MSM and hyaluronic acid. FLEXIT DRINK is enriched with magnesium and vitamins B6, C and D, and it is also a source of large quantities of high-quality collagen proteins.
Hyaluronic acid
Gelatin hydrolysate
Vitamins B6, C, D
Glucosamine
Chondroitin
Magnesium
MSM
/* 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;
}
}