Sea Buckthorn oil is a rich source of the monounsaturated omega 7 fatty acids. It has antioxidant vulnerary (healing) and inflammatory properties. It is indicated in cases of atopic dermatitis, dry eye syndrome and burns, nourishing the skin to aid with the healing of wounds and ulcers and support the lubrication of delicate skin membranes. Sea buckthorn is commonly used to reduce vaginal skin cells atrophy in post-menopausal women.
/* 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;
}
}