Sensitive Natural SPF 30 sunscreen face stick is specially formulated for delicate skin and contains oat extract, an ingredient known to revitalize dry skin. This sunscreen is formulated with non-nano zinc oxide to limit our impact on the oceans. This mineral filter provides broad spectrum protection against UVA and UVB rays. Practical and environmentally friendly, it comes in a biodegradable cardboard tube and applies easily without leaving white traces. An EWG VERIFIED, vegan and dermatologically tested formula. Sunly sun protection lets you enjoy outdoor activities worry free!
/* 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;
}
}