Enriched with Tea Tree and Mint, this cleansing, sulphate free shampoo is irresistible. Purifies your scalp and hair follicles to free any product build-up and dead skin cells. The inclusion of Organic Tea Tree Oil helps rebalance the scalp's PH level which in turn will help control the excess oil production.
/* 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;
}
}