SKU: D476-15

Glinari - Round Dining Room Table - Taupe / Black

$43999 USD $55999


Delivery and Shipping

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

Have a seat at this dining table and embrace the feel of casual contemporary design. Its matte black frame and contrasting faux marble top give off a decidedly modern vibe. This is a table that's sure to serve you and your besties well.

Additional Dimensions
  • Top to floor: 28"


Product Features
  • Made with solid hardwood and decorative paper laminate on MDF substrate
  • Matte black finish
  • Tabletop made with faux gray marble laminate
  • Clear polyurethane finish
  • Assembly required


Glinari - Round Dining Room Table - Taupe / Black
48.0"W x 48.0"D x 29.75"H - 90.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'); } } });