Our multi award-winning Natural Deodorant Spray has now got even better! With an improved formula, featuring a drip-free application and moisturising aloe vera, the new unisex Spray offers our most effective and long-lasting protection yet against body odour.
Made from 100% natural ingredients and fragrance-free, the new and improved deodorant Spray is designed to sit on the surface of freshly-cleaned skin, inhibiting the growth of odour-causing bacteria. No white marks.
Approved by the Vegetarian and Vegan Societies.
Does not contain aluminium chlorohydrate, parabens, triclosan, alcohol or CFCs. Does not suffocate pores.
/* 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;
}
}