SKU: RM440WT

Ramona - Marble Top Round Dining Table - White

$38999 USD $47999


Delivery and Shipping

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

A dining set that is both beautiful and comfortable, Ramona features mid-century modern styling that will instantly update any dining area. This mixed media set features a round white marble top combined with an architecturally shaped dark bronze metal base that is sure to "wow". The ergonomically shaped faux rawhide chair works well as a dining or guest chair with its comfort and clean lines.

Product Features
  • Table constructed of a white marble top with iron metal base and iron chair legs
  • Table styling features include beautiful round white marble top combined with a powder-coated dark bronze iron base with architectural angles
  • Each piece of marble is subtly unique due to natural hue and veining variations.


Ramona - Marble Top Round Dining Table - White
44.0"W x 44.0"D x 30.0"H - 89.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'); } } });