Vitamin D3 supplements from Pharma Nord are dissolved in cold-pressed olive oil and encapsulated in small, easy-to-swallow "pearls" of soft gelatin. They're ideal for taking every day and vitamin D3 supplements are the most easily absorbed form of vitamin D.
Pharmaceutical grade quality and blister-packed to preserve active ingredients.
Sugar, Yeast, Diary and Gluten free.
/* 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;
}
}