A beautifully rich face and body balm to hydrate and restore the skin. With carrot seed oil for antibacterial, anti inflammatory and anti-ageing properties. Enriched with organic and grass fed tallow for Vitamin, A, K and E. A fast absorbing moisture and skin nutrients to nourish and rejuvenate with nature.
Apply a light layer on the face, body or lips, before make up and after cleansing and toning at night.
/* 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;
}
}