Triple action Toilet Cleaner. This mild disinfectant cleans, decalcifies & freshens. In a convenient shaped bottle, just squirt, let soak for a couple of minutes, brush if needed and flush. Vegan Society approved. No petrochemical based ingredients or bleach.
NEW & IMPROVED FRAGRANCE. used to be Ocean Waves, now Sea Breeze & Sage.
/* 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;
}
}