A refreshing, natural deodorant with a gentle scent
Refreshing and active roll-on with antibacterial properties
Made without ethyl alcohol and pore-clogging aluminium
Will not prevent the essential process of perspiration
A subtle scent of Sandalwood and Chamomile
On average, lasts 2 months
90% certified organic ingredients
100% PCR (Post Consumer Recycled) Plastic
/* 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;
}
}