
Pink Gummy Bear Poopy Loop®
Let's face it, no one likes to carry their used (and stinky) waste bags in their hands when walking the dog. it's messy, unhygienic, and just plain gross. The Poopy Loop® holds onto your waste bag and conveniently clips onto your leash. Made of durable rubber so your hands stay clean. Keep your walks simple and your used poo bags where they belong - out of your hands! .accordion { background: transparent; color: black; border: 1px solid black; /* Thin black border */ cursor: pointer; padding: 10px; width: 100%; text-align: left; outline: none; font-size: 18px; font-weight: bold; transition: background-color 0.3s ease; border-radius: 5px; } .accordion::before { content: '⟡'; /* Icon before each accordion */ padding-right: 10px; font-size: 20px; } .accordion:hover { background-color: rgba(0, 0, 0, 0.1); } .panel { display: none; padding: 0 15px; overflow: hidden; border: 1px solid black;