Omega 3 K2+D3 is a food supplement containing fish oil, standardized for 18% EPA (eicosapentaenoic acid) and 12% DHA (docosahexaenoic acid). EPA and DHA contribute to the proper functioning of the heart. Favorable effects for the heart occur in the case of consumption of 250mg of EPA and DHA daily. Vitamin K contributes to proper blood coagulation and helps to maintain healthy bones. Vitamin D helps in proper calcium and phosphorus absorption, supports normal functioning of muscles, the immune system and the skeletal system.
/* 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;
}
}
/* 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;
}
}
/* 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.