Bioactive botanicals of Wild Mint, Eucalyptus and Witch Hazel combine with natural Pumice to detoxify congested skin in this deeply cleansing natural formulation. Star ingredient cold-pressed Neem oil helps to treat blackheads while antioxidant-rich Mulberry, Bearberry and Quassia work in synergy with Spearmint, Tea tree and Witch hazel to reduce excess sebum, refine pores and leaves skin wonderfully hydrated and revitalised.
/* 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;
}
}