SKU: YS500PTLTT

Yves - Counter Table - Black

$65999 USD $81999


Delivery and Shipping

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

Discover the epitome of modern dining with the Yves Counter Table. Standing at a comfortable 36" height, it offers a perfect balance for both work and dining. Boasting clean lines and a contemporary double pedestal base, this table comfortably seats up to 8 guests. Crafted with solid mango wood legs for stability, it effortlessly transforms from intimate to inclusive gatherings with the included 18-inch leaf. Elevate your dining or workspace with the Yves Counter Table, combining style and functionality seamlessly.

Product Features
  • Crafted from ash veneers, mango and other hardwood solids and engineered woods
  • Styling details include weighty floating tabletop, contemporary double-pedestal sled table base, gold accents on Side Chair back and Server hardware and clean linear lines that work well in modern environments.
  • 77 inch Rectangular Table extends to 95 inches with the addition of included 18-inch leaf

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