Certified organic facial repair serum for men, with proven anti-ageing benefits
Power-packed age reversal formula for eyes, face and neck
Clinically proven actives to firm skin and reduce wrinkles
Delay ageing with powerful age-reversing effects
Rich in antioxidants to protect against free radical damage
92% certified organic ingredients
Concentrated formula: a little goes a long way
/* 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;
}
}