7 bars for the price of 6. Our Naked & Natural lavender 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.
The Latin name for lavender actually means wash. This classic lavender soap will chill you out as well as scrub you up the right way.
/* 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;
}
}