2-in-1 certified organic face wash and natural shaving gel
Use as a daily face wash or to prepare skin for a closer shave
Soothing Aloe Vera hydrates and refreshes the skin
Mineral-rich Seaweed gives skin slip to protect against razor burn and nicks
Antiseptic Grapefruit helps calm skin irritated by shaving
Mandarin peel oil supports healthy skin
Concentrated formula: a little goes a long way
78% 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;
}
}