Sea buckthorn is valued as a precious plant ingreient for its vitamin C content, either for skin care or as a nutritional supplement.
Oil from the ripe berries is blended with nourshing sesame seed oil for replenishing intensive skin care.
Prepared from the fresh juice of ripe sea buckthorn berries, a natural source of vitamin C, with soft brown sugar and acacia honey. Dilute in water as required. Not suitable for diabetics.
/* 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;
}
}