Our concentrated Toilet Cleaner always comes up trumps; an independent test in 2015 found it removed twice as much limescale as the leading eco brand. It has a refreshing, lemongrass-based scent, and like all Bio-D products is hypoallergenic and free from petrochemicals, phosphates, preservatives, enzymes and synthetic perfumes.
For best results, we recommend using the product under the bowl rim and leaving overnight, then using a toilet brush to remove dissolved scale.
/* 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;
}
}