Big strong and leakproof bags for poops big small and in-between. They're nice and thick to protect your hands from messy moments and a perfect size to fit in your pocket or to use with a dispenser. They have an easy-peel sticker and are easy to open for picking up poop at speed. 100% of the plastic in the bags is post-consumer recycled giving waste plastic another life. Also available with handles and a fresh minty scent. Once you're done put them in the general waste bin. Product composition: 98% recycled PE 2% colouring and stabilisers.
/* 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;
}
}