Reveal your radiance with TrueRadiance, a bite-sized vegan collagen booster formulated with essential micronutrients.
- A unique blend of Grape Seed, Hyaluronic Acid, and essential nutrients to support the body's natural collagen production
- Enhanced with Liposomal Vitamin C making it up to 15 times better absorbed than ordinary Vitamin C to ensure the best cell delivery
- Boosted with Copper and Biotin for healthy hair, skin, and nails
/* 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;
}
}