7 bars for the price of 6. Our Naked & Natural orange & grapefruit soap bars and hemp 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.
This natural orange & grapefruit soap will wake you up with a zing! Orange and grapefruit essential oils perfectly complement the rich moisturising coconut oil, rapeseed oil and creamy shea butter.
/* 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;
}
}