Our Wild Rhubarb Vinegar is specifically formulated to bring the power of White Vinegar to your home, whilst leaving the fresh scent of wild rhubarb behind.
This multi-functional cleaner has many uses, including, being used as a rinse aid, to clean glass, brighten small appliances, clean your kitchen, keep laundry soft and freshen up after your pets.
/* 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;
}
}