Ethically harvested
Softening, nourishing, soothing
For general body and facial massage
Ideal for dry or sensitive skin
Recommended for home use
To create a customised facial massage blend for your client, add up to 2 drops of Tisserand pure essential oil to 10ml of blending oil. For body massage, add up to 5 drops of essential oil.
/* 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;
}
}