Floral fragranced Weleda Wild Rose Deodorant, made with the purest essential oils, provides a feeling of freshness and well being. The exquisite scents of Wild Rose and Neroli combine with natural herbal extracts to neutralise and prevent unpleasant body odours caused by bacterial action. This natural formulation is free from antiperspirants such as Aluminum salts and does not interfere with the natural functions of the skin.
/* 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;
}
}