Natural Vitamin D3 + K2
For the vitamin D3 + K2 drops from ZeinPharma natural D3 (from lanolin) and K2 (MK-7 all-trans) are used. Since these vitamins are fat-soluble, our oil offers the optimal composition for high bioavailability. Both vitamins contribute, among other things, to the maintenance of healthy bones.
/* 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;
}
}