A petroleum-free lip balm formulated with vegetable oils that is free from artificial colours and preservatives. Enriched with Wheat Germ Oil, a rich source of natural vitamin E that nourishes and softens lips, and Carrot Seed Oil, a natural sunscreen, which protects lips from harsh UV rays. Provides long lasting moisture and protection for soft and smooth lips.
Nourishes and protects lips
Prevents drying and chapping
With natural oils and preservatives
Dermatologically tested
Clinically proven for effectiveness
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.