Refreshing your skin is easier than ever thanks to ATTITUDE after sun stick - mint & cucumber! Formulated with calendula, it helps revitalize and protect your skin. Containing 99.8?% naturally sourced ingredients, this after sun stick is EWG VERIFIED. Packaged in a biodegradable cardboard tube, its vegan and dermatologically tested formula with a melt-in texture is easy to apply. Perfect for soothing and comforting skin after a hot day in the sun.
/* 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;
}
}