One side in natural loofah leaves your skin invigorated and more receptive to sunscreen application.
?The other soft side is perfect to remove the sunscreen after a day under the sun.
The material are natural and biodegradable
Loofah origin is Egypt; cotton origin is Turkey
Packaged in home compostable carton
/* 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;
}
}