7 bars for the price of 6. Our Naked & Natural peppermint and poppyseed 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.
Hold on tight! Nothing beats that super-fresh feeling you get from this top quality peppermint soap bar, plus exfoliating poppy seeds take things to a whole new level of liveliness.
/* 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;
}
}