Balmonds Hair & Scalp Oil is a deeply nourishing and conditioning oil designed to moisturise dry, flaky scalps and revitalize hair. Ideal for sensitive skin, eczema, or psoriasis, this versatile oil can be used as a leave-in treatment, overnight mask, or pre-wash conditioner, leaving the scalp balanced and hair soft, shiny, and healthy.
/* 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;
}
}