A unique daily-use formula, Himalaya Nourishing Hand Cream is fortified with nutrition rich extracts of Lavender and Kokum Butter that provide three critical benefits to protect and leave you with soft and smooth hands:
Provides essential nourishment
Provides long lasting hydration and softens skin
Protects skin and controls moisture loss
/* 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;
}
}
Choosing a selection results in a full page refresh.