A burst of cool mint revitalises, while lavender soothes, and herbal notes create a nuanced experience. Settle
into a comforting embrace of woody warmth.
Our Clary Sage & Mint Natural Deodorant Roll-On offers long-lasting, effective protection from body odour and
is made from 100% natural origin ingredients, including soothing aloe vera.
/* 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;
}
}