Naturally moisturising and rich in essential fatty acids and Vitamin E
A preferred carrier oil for massage and skin preparations thanks to it's regenerative qualities
A lovely light and gentle oil that is sometimes preferred foe use on those with sensitive skin
Species: Vitis vinifera
Origin: EU
Extraction Process: Cold pressed.
Widely used as a carrier or base oil for the application of essential oils in massage (can also be applied as a massage oil without essential oils). Use in the making of a hair mask or natural moisturiser. Can also be used as it is for an all natural moisturiser or oil cleanser.
/* 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;
}
}