LoofCo Soap Rests are hand-made in Egypt from the gourd of native Luffa Aegyptiaca plant. Each Soap rest is 7.5cm x 10cm in size, to fit standard bars of soap. Layered loofah carefully stitched together to form a stable rectangular rest for a soap bar by sink, bath or shower. A great idea to stop soap sliding off the edge of the bath or sink when in use!
/* 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;
}
}