Energising, uplifting and refreshing
Lemongrass Essential Oil is a great wake-up oil and is also a lovely muscle ease
Fortifying, toning and refreshing
Species: Cymbopogon citratus
Origin: West India
Extraction Process: Steam distillation
A wonderfully fresh, fragrant and uplifting oil. Lemongrass is a well loved and recognised scent that is lovely to use in massage, skincare and in home fragrance. A popular oil for those who love being active; it may be useful both in energising you before exercise and being added to a muscle rub to soothe the muscles post workout.
/* 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;
}
}