A healthy, balanced diet is always the first port of call when ensuring that your body is getting all the essential vitamins that it needs.And, although Vitamin D can be consumed through our diet, it s present in relatively few vegan foods making it harder for vegans to meet their daily requirements from diet alone.Our Vegan Vitamin D Softgels are a high-quality source of an essential vitamin, designed to support your immune system and maintain healthy bones and teeth making it an important part of your everyday health.
/* 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;
}
}