A balancing blend of Ginseng root blended with a sweet Rose trifecta to support mature skin and boost skin suppleness. Apricot, Sesame, and Shatavari form a nourishing and rejuvenating Ayurvedic base oil, on top of which our floral three, Rose Damask, Rose Geranium and Jasmine, soften skin and enliven the senses. Certified 100% natural to nourish, condition and rejuvenate skin.
/* 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;
}
}