Look to your neck for a complete skincare routine. Our neck cream firms and smooths skin to minimise signs of ageing. A specially formulated cream to lift, firm and smooth the neck and decollete for a more youthful look.
Our neck firming cream is powered with antioxidant-rich bioactives and peptides to stimulate elastin and collagen production to protect structural components of the skin and minimise signs of ageing.
Vitamin and mineral-rich kale and Griffonia extracts protect skin from environmental stress and damage. This anti-ageing neck cream is proven to improve the texture of the skin on the neck and decollete in 28 days.
/* 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;
}
}