Big, strong, and leakproof bags with handles and a fresh mint scent. They're nice and thick and come with easy-tie handles to protect your hands from messy moments. The bags dispense from the box smoothly 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 on rolls and unscented. Once you're done, put them in the general waste bin. Product composition: 97% recycled PE, 3% - scent, 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;
}
}