ur reusable glass pump dispenser is a sleek and stylish addition to your sustainable store, with a silicone sleeve for added protection.
Our Bower dispensers are a core part of our reuse and refill system. Take care of your dispenser and it will last a lifetime, helping you to say goodbye to single-use plastic pump bottles in your home.
Join the refill revolution and fill with our natural and sustainable refills.
/* 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;
}
}