This high strength Vitamin C formula contains Liposomal Vitamin C for maximum absorption.
Specifically formulated with Liposomal Vitamin C which contributes to the normal function of the immune system. Vitamin C also contributes to normal energy-yielding metabolism, the reduction of tiredness and fatigue, normal psychological function, and the protection of cells from oxidative stress.
/* 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;
}
}