0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…
Search & Filter

Drawstring & Kitchen Bags

72 items found
Sort by
Linear-Low-Density Recycled Tall Kitchen Bags, Open-Face, 13 gal, 24" x 33", White, 15 Bags/Roll, 10 Rolls/Box
Linear Low Density Large Trash and Yard Bags, Open-Face, 33 gal, 0.9 mil, 32.5" x 40", Black, 80/Carton
Drawstring Kitchen Bags, 100 count, 13 gal, 24" x 27.38", White
Lawn and Leaf Bags, 30 gal, 1 mil, Brown Kraft, 50/Carton
Lawn/Leaf Bags, Self-Standing, Open-Face, 30 gal, 16" x 35", Kraft, 50/Box
Drawstring Kitchen Bags, Drawstring, 13 gal, 24" x 28", White, 50 Bags/Roll, 2 Rolls/Carton
Tall Kitchen Quick-Tie Bags, Tie-Flap, 13 gal, 23.75" x 28", White, 200/Box
ForceFlex MaxStrength Tall Kitchen Drawstring Trash Bags, 13 gal, Fresh Clean Scent, 24 x 28, White, 34/Box, 6 Boxes/Carton
ForceFlexPlus Drawstring Large Trash Bags, 30 gal, 1.05 mil, 30" x 32", Black, 70/Box
CloroxPro ForceFlex Tall Kitchen Drawstring Trash Bags, 13 gal, 23.75 x 24.88, Gray, 100/Box
ForceFlex Kitchen Drawstring Trash Bags, 13 gal, Fresh Clean Scent, 24" x 27.38", White, 40 Bags/Box, 6 Boxes/Carton
CloroxPro ForceFlex Tall Kitchen Drawstring Trash Bags, 13 gal, 24 x 27.38, Gray, 100/Box
Total 72 products
show per page
SEARCH ×

// Move new inventory (() => { const category = document.querySelector('.ex-category'); const search = document.querySelector('.ex-searchresult'); if (!category && !search) return; const moveInventory = () => { document.querySelectorAll('.tileparent').forEach((tile) => { if (tile.classList.contains('loaded')) return; tile.classList.add('loaded'); const footerWrapper = tile.querySelector('.footer-wrapper-description'); const inventory = tile.querySelector('.live-inventory-v2-wrapper'); if (footerWrapper && inventory) { footerWrapper.append(inventory); } }); }; moveInventory(); document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); document.addEventListener('product-loadmore-success', (e) => { moveInventory(); }, false); })(); // PDP Inventory (() => { const product = document.querySelector('.ex-product'); if (!product) return; const moveInventory = () => { const desktopDetails = document.querySelector('.desktop .productdetails'); const desktopInventory = document.querySelector('.desktop .live-inventory-v2-wrapper'); if (desktopDetails && desktopInventory) { desktopDetails.append(desktopInventory); } const mobileDetails = document.querySelector('.mobile .productdetails'); const mobileInventory = document.querySelector('.mobile .live-inventory-v2-wrapper'); if (mobileDetails && mobileInventory) { mobileDetails.append(mobileInventory); } }; document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); })();