Refreshing and active deodorant with antibacterial properties
Free from ethyl alcohol and pore-clogging aluminium
Will not prevent the essential process of perspiration
A delicate floral scent of Rosemary and Lavender
On average, lasts 2 months
90% certified organic ingredients
/* 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;
}
}