A specially formulated high facial quality cream, containing natural anti-oxidants and a unique combination of nine Bach Flower Remedies. Ideal as a restorative face and body moisturiser, being perfect for sensitive skin and babies, as the soothing, healing properties gently restore damaged, irritated, burnt or grazed skin. Simply a pure blend of precious plant oils, carefully chosen to complement flower essences and restore, soothe, nourish and protect delicate or sensitive skin.
/* 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;
}
}