Ideal for shops who offer refill services and active families looking for outstanding value natural deodorant. Award-winning formula (Green Parent magazine's Best Deodorant 2013) made from naturally-occurring potassium alum with aloe vera and honeysuckle extracts. Unscented, unisex, long-lasting protection from body odour for the whole family - now with new formulation! 100% vegan and animal-friendly and leaves no white marks on clothing.
/* 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;
}
}