Daily D3 + K2 is a lower potency vitamin D3 and K2 combination product providing 50ug (2,000i.u.) of vegan vitamin D3 as cholecalciferol (from vegan source), and 50ug of vitamin K2 (MK-7). It is ideally used in conjunction with any of our multi-formulae.
Suitable for daily use. For a higher strength vitamin D3 and K2 combination product, please see our Vitamin D3 + K2 (code 9302)
/* 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;
}
}