Balancing, uplifting and nurturing
A fresh floral and sweet smelling oil which is good for helping balance both the skin and emotions
Renowned as being a 'happy' oil, due to its uplifting properties
Species: Pelargonium graveolens
Origin: Madagascar
Extraction Process: Steam distillation
Traditionally used as a skin freshener and astringent - Geranium is well loved in the world of skincare for its versatile properties that may be beneficial to a variety of skin types. It is thought to be balancing for oily complexions and nourishing for dry skin; it is also a useful oil in hair care and may help promote volume and shine. Its beautifully sweet and floral fragrance is helpful in lifting spirits and balancing emotions.
/* 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;
}
}