Invigorating certified organic and natural hair and body wash for men
Energising and refreshing, great for morning showers and after sport
Yucca cleanses hair and body without stripping natural oils
Pineapple enzymes combat dry, flaky skin and scalp
Quinoa protein boosts the hair's strength and shine
Mint & Eucalyptus provide a fresh, cooling wash
Concentrated formula: a little goes a long way
82% certified organic ingredients
/* 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;
}
}