The bathroom is one of the favourite spots for germs to hide, so regular cleaning is essential! Our Pine & Cedarwood Toilet Cleaner is a gentle formulation with great limescale removing properties so will keep your toilet squeaky clean. The essential oils give a burst of fresh woodland smells turning a chore in to a pleasant experience. Vegan, Cruelty Free, Ethical Consumer Best Buy, 100% Recycled Bottle.
/* 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;
}
}