Organic hemp oil is described as 'nature's most perfectly balanced oil', rich in essential fatty acids (EFAs) and omega 3, 6 and 9, essential for healthy looking skin. By combining this unique natural ingredient with a proprietary blend of bioactive and organic extracts including elderberry extract, we have created a stimulating wash that leaves the body feeling restored and revitalised.
/* 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;
}
}