ATTITUDE vegan soothing shower gel - olive leaves gently cleanses your skin. It is formulated with 98.7% naturally sourced ingredients*, including vitamin-rich watercress and Indian cress with purifying properties. Its EWG VERIFIED and dermatologically tested formula is enriched with olive leaves extract, to soothe dry skin and keep it healthy. You'll love its velvety texture and its gentle pear fragrance with invigorating nectarine and ginger notes.* According to ISO 16128.
/* 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;
}
}