Find Balance Fragrance Free Conditioner (Sensitive Scalp) 180ml Vegan, A moisturising and softening conditioner designed with senstive scalps in mind. Mild formula with hydrating aloe vera helps to balance and calm senstive scalps whilst adding shine to your hair, making it easier to brush. Apply to damp hair and rinse. Organic certified, naturally.
/* 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;
}
}