7 bars for the price of 6. Our Naked & Natural rose geranium soap bars come package free, making them a more sustainable and environmentally friendly option. By eliminating excess packaging, it helps to reduce the amount of plastic waste, reducing the impact on the environment.
A natural and gorgeously scented rose soap bar that offers more benefits than you can shake a loofah at, from its antioxidant and anti-fungal qualities to its relaxing and uplifting properties.
/* 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;
}
}