SKU: 60997.00DWNT

Modern Industrial Bar Cart With Shelving And Casters

$16999 USD $20999

Color

Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

  • Modern industrial: Features a powder-coated frame with a sleek wood look for a chic aesthetic.
  • Shelving and organization: Two-lipped shelves and bottle holders keep items organized and secure.
  • Rolling casters with locks: Offers easy mobility and can lock into place for stability.
  • Versatile use: Perfect for transporting drinks and snacks during parties or gatherings.
  • Sleek handle: Enhances the mobility and convenience of the cart.
  • Stylish design: Complements any home decor with its natural wood and metal finish.

Modern Industrial Bar Cart With Shelving And Casters - Natural
38.0"W x 16.1"D x 33.0"H - 21.38 lb
Modern Industrial Bar Cart With Shelving And Rolling Casters - Walnut
38.0"W x 16.1"D x 33.0"H - 22.05 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });