Glucosamine complex is the newest addition to our range of joint care supplements. It is a glucosamine supplement enhanced with botanicals and MSM for daily joint support.
Glucosamine complex provides a combination of glucosamine hydrochloride, MSM, turmeric (with 95% curcuminoids) and Boswellia serrata, specifically designed to support healthy joints.
/* 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;
}
}