100% pure Lavender (Lavandula Officinalis) essential oil.
Familiar, sweet-floral scent.
Relaxing, healing & soothing versatile remedy.
Invaluable for sensitive & after-sun skin care.
Eases nervous tension & headaches.
One of the best all round anti-stress remedies.
This oil is produced by steam distillation from the flowering tops.
All our oils are selected by Julia Lawless from specific botanical species & manufactured at our artisan laboratory in the Cotswolds.
Vegan friendly.
/* 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;
}
}