An intensely nourishing cream to quench the skin, restoring moisture levels and optimising skin health.
Phytoactive Soya and Rosehip seed oils, rich in essential fatty acids, are combined with antioxidant vitamin C to ensure optimal skin nutrition and protect collagen.
Potent antioxidant vitamin C from fresh Sicilian lemons helps protect skin from damaging free radicals caused by stress and pollution.
FREE wooden spatula option to ensure you can get those last few drops of goodness.
/* 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;
}
}