This herb enriched conditioner contains triple infused gentle biodynamically grown Fresh-ground Red Clover known to soothe and refresh an irritated and sensitive scalp. Combined with skin calming Fresh-ground Chickweed to help pacify an itchy scalp and gentle Fresh-ground Aritha, an Ayurvedic herb known to promote scalp health and condition the hair leaving it glossy.
/* 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;
}
}