Men often claim they can't be bothered with skin care, but shaving is one activity that makes skin care unavoidable.
<p>
A gentle range suitable for the most sensitive skin, with the classic scents that will appeal to both men and women.
<p>
Shaving Cream:<br>
Based on pure vegetable soap and natural oils to produce a creamy lather, sweet almond milk and organic goats milk, to keep skin smooth and supple.
/* 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;
}
}