Certified organic shampoo for dry, itchy or flaky scalp
Relieves an itchy, flaky and irritated scalp
Pineapple enzymes guard against a build-up of dead skin cells
SLS-free, silicone-free & gluten-free
82% certified organic ingredients
Concentrated formula: a little goes a long way
/* 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;
}
}