SKU: RM4405PC

Ramona - 5 Piece Dining Set - White

$90999 USD $1,12999


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 and ergonomically shaped faux leather chairs. Your purchase includes one dining table and 4 side chairs.

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
  • The ergonomically shaped chair features mid-century canted leg design and faux rawhide upholstered covering in a package that is as comfortable as it is beautiful

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