SKU: YS500C-9PC-G

Yves - 9 Piece Counter Set - Black

$3,36999 USD $4,20999


Delivery and Shipping

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

Clean modern living just got a lot easier with the contemporary styling and SilverShield® performance fabric chairs from the Yves collection. A black wood finish combines with brushed brass accents on the Counter Chair and Server to give a look both sleek and warm. The 96-inch table easily seats eight and features a weighty top your guests or family will appreciate.

Product Features
  • Crafted from ash veneers, mango and other hardwood solids and engineered woods
  • Set includes the 77-95-inch Yves Counter Table, 8 Yves Gray Counter Chairs and the Yves Server. Each item also sold separately.
  • Styling details include weighty floating tabletop, contemporary double-pedestal sled table base, gold accents on Counter Chair back with clean linear lines that work well in modern environments.

// 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'); } } });