Vitamin K belongs to a family of fat-soluble compounds that are critical for the proper handling of calcium in the body.* Vitamin K is well known for its role in the synthesis of a number of blood coagulation factors and for the formation of strong, healthy bones.* This product is a complete formula with all major forms of the vitamin K family, including vitamin K1 and vitamin K2 (MK-4 and MK-7).
/* 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.