Our lightweight and purifying Shampoo boosts volume and builds fullness into fine and limp hair. Rice Protein assists to improve hair strength while a blend of Pineapple, Mango and Papaya Extracts nourish the scalp, leaving hair feeling soft and silky. A natural Mango aroma refreshes the senses.
Suitable for Fine and Limp Hair
/* 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;
}
}