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

Boxes & Bins

87 items found
Sort by
Plastic Weave Bin, Small, 10" x 7.5" x 4", Black
Plastic Weave Bin, Medium, 14" x 10.5" x 4.63", Black
Plastic Weave Bin, Large, 13.5" x 10.5" x 8.75", Black
Super Stacker Divided Storage Box, 6 Sections, 10.38" x 14.25" x 6.5", Clear/Blue
Super Stacker Divided Storage Box, 5 Sections, 7.5" x 10.13" x 6.5", Clear/Blue
Plastic Weave Basket Bins, Assorted Sizes, Black, 10/Pack
Nest and Stack Open Lid Storage Bin, 13.5" x 15" x 8.5", Black, 3/Pack
Super Stacker Lift-Off Lid Storage Tote, 7.25" x 10.88" x 6.38", Transparent/Blue
Plastic Weave Bin, Extra Large, 12.5" x 12.5" x 11.13", Black, 2/Pack
Tilt Bin Interlocking Multi-Bin Storage Organizer, 3 Sections, 23.63" x 7.75" x 9.5", Black/Clear
Tilt Bin Interlocking Multi-Bin Storage Organizer, 4 Sections, 23.63" x 6.63" x 8.13", Black/Clear
Tilt Bin Interlocking Multi-Bin Storage Organizer, 5 Sections, 23.63" x 5.25" x 6.5", Black/Clear
Total 87 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); })();