Make everyday a spa day and get steamy with the herby aromas that rock this BLOCK. Not only are these BLOCKS au naturale from plastic... but also 100% natural in ingredients, this essential oil range gives the same great shower, with none of the plastic just a hint more sophistication. Shower Blocks are hand made in the UK by us. 100g
/* 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;
}
}