Our natural and non toxic tallow contour balm is perfect for defining your features and adding a pop of colour on the go.
A light-weight and buildable lip and cheek highlight our Pearl Contour Balm moisturises and rejuvenates skin for a healthy-looking glow.
In luminescent pearl it is perfect for highlighting cheekbones, collar bones and contours while nourishing your skin with a moisturising and bioavailable creamy balm.
- Non Toxic
- 100% Natural and Organic Ingredients
- Pearl finish for a natural shimmer/highlight
- Rich in Vitamin A, D, E & K
/* 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;
}
}