If you enjoy sports and activities then this deodorant roll on is for you. The lavera Natural and Strong Deodorant Roll On provides 48 hour+ deodorant power from nature - reliable protection even during physical activity and sports. Our active composition with organic ginseng and natural minerals reduces the growth of odour-causing bacteria and thus naturally and effectively prevents the development of sweat odour.
This deodorant roll on provides 48 hours of freshness and reliable protection - without any aluminium salts.
/* 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;
}
}