Body care means top to toe natural maintenance, from chapped lips to tired feet, with a range of fragrant products to keep skin soft and sweet smelling.
<p>
Made with tangy essential oils of citrus fruits for their refreshing qualities.
<p>
Sage Deodorant:<br>
A fresh herbal fragrance with subtle woody undertones. Made from lemon juice and essential oils of sage, rosemary, pine, clary sage, eucalyptus, lavender, oakmoss, thyme, tea tree, peppermint and ylang-ylang. Free from 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;
}
}