SKU: A4000099

Wynora - Bar Cart - Gold

$18999 USD $23999


Delivery and Shipping

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

Add a bright spot to your contemporary space with this bar cart. Its beautifully bold blend of goldtone metal and mirrored glass heightens your home's modern aesthetic. It’s a striking choice for your kitchen or entryway, with locking casters allowing you to serve in style whenever and wherever it's needed.

Additional Dimensions
  • Shelf (2): 0"
  • Top shelf to base: 17.75"


Product Features
  • Made with metal
  • Goldtone finish
  • Mirrored glass shelves
  • 2 shelves
  • Locking casters for mobility
  • Assembly required


Wynora - Bar Cart - Gold
24.25"W x 18.0"D x 29.75"H - 24.0 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'); } } });