Liposomal Vitamin C is an effective, optimally absorbed, great tasting natural lime flavoured liquid vitamin C
Effective - For antioxidant, immune, energy, collagen and mental health and wellbeing support
Optimum support - Our vitamin C is coated in 'liposomes' making it more quickly and effectively absorbed compared to other vitamin C products, and with a longer lasting effect
/* 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;
}
}