A super-foamy body scrub with finest volcanic pumice and ground olive seeds to gently remove deep-seated dirt and grime and slough away dead skin cells to reveal new vibrant skin. A blend of Ayurvedic neem and nimba envelop the skin with a healthy protective veil, while bearberry, mulberry, moringa and nettle help the skin to a sensuous temptation of smooth softness.
/* 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;
}
}