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

Kitchen & Service Carts

20 items found
Sort by
Three-Shelf Wire Cart with Liners, Metal, 3 Shelves, 450 lb Capacity, 24" x 16" x 39", Silver
Three-Shelf Wire Cart with Liners, Metal, 3 Shelves, 600 lb Capacity, 34.21" x 18" x 40", Silver
Three-Tier Wire Cart with Basket, Metal, 2 Shelves, 1 Bin, 500 lb Capacity, 28" x 16" x 39", Black Anthracite
Three-Tier Wire Cart with Basket, Metal, 2 Shelves, 1 Bin, 500 lb Capacity, 34" x 18" x 40", Black Anthracite
Three-Shelf Service Cart, Plastic, 3 Shelves, 200 lb Capacity, 18.63" x 33.63" x 37.75", Black
Three-Shelf Service Cart, Plastic, 3 Shelves, 200 lb Capacity, 18.63" x 33.63" x 37.75", Off-White
Three-Shelf Service Cart, Plastic, 3 Shelves, 200 lb Capacity, 18.63" x 33.63" x 37.75", Platinum
Utility Cart with Locking Doors, Plastic, 3 Shelves, 200 lb Capacity, 33.63" x 18.63" x 37.75", Black
Xtra Utility Cart with Open Sides, Plastic, 3 Shelves, 300 lb Capacity, 40.63" x 20" x 37.81", Black
Xtra Utility Cart with Open Sides, Plastic, 3 Shelves, 300 lb Capacity, 40.63" x 20" x 37.81", Off-White
Xtra Utility Cart with Open Sides, Plastic, 3 Shelves, 300 lb Capacity, 20" x 40.63" x 37.8", Gray
Xtra Instrument Cart with Locking Storage Area, Plastic, 3 Shelves, 300 lb Capacity, 20" x 40.63" x 37.8", Gray
Total 20 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); })();