This unique formula SPF 50 facial sunscreen, suitable for normal to dry skin, is broad-spectrum, offering both UVA and UVB protection.
Free from Avobenzone and Octocrylene.
It will effectively protect against the negative effects of the sun. Antioxidants and raspberry extract, rich in ellagic acid, help to slow down the aging process of the skin.
Part of the high protection Organic Shop sunscreen range, enriched with antioxidants and organic fruit and berry extracts.
Vegan approved sunscreen and after sun products to gently protect, care for and improve skin appearance.
/* 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;
}
}