An escape from the stress of everyday life, frankincense and myrrh create a soothing cocoon of tranquillity.
Make your massage even more relaxing by using our Tranquillity Massage Oil. We have blended frankincense and myrrh, which have a sweet, intense fragrance. Using a base of olive, apricot and sweet almond oils infused with a dab of calendula, it is excellent for moisturising the body.
/* 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;
}
}