Marcel's Green Soap now has a sustainable deodorant, which helps to neutralise unpleasant odours so that you can get through the day smelling fresh!
When you put something on your skin, it is good to know that it doesn't contain any nasty ingredients such as aluminum or alcohol... and like all Marcel's products, they smell super lovely too!
These deosticks are made from organic oils and baking soda and are packed in cardboard. Because Marcel doesn't like plastic soup!
/* 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;
}
}