This herb rich conditioner is formulated by triple infusing revitalising Fresh-ground Bhringraj herb, widely known in Ayurveda for improving hair condition and shine whilst bringing more nutrients to support hair growth. Along with the gentle Fresh-ground Aritha herb, that replenishes the scalp and helps reduce hair loss, strengthen and boost glossy 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;
}
}