SKU: SE3000A

Sedona - Silvershield 3 Piece Occasional Table Set - Brown

$26999 USD $33999


Delivery and Shipping

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

Rustic styling in a mixed media table set, the Sedona 3-Pack Occasional set is a beautiful set of tables that will instantly update your living room setting. The faux wood top adds warmth to the collection and blends effortlessly with the powder-coated iron legs in a combination of rustic refinement that fits in any casual room setting. This set includes a Cocktail Table and 2 End Tables.

Product Features
  • Rustic styling
  • Constructed with faux wood top, engineered wood and iron base
  • Powder-coated iron legs for a more durable finish that is more resistant to scratches


Sedona - Silvershield 3 Piece Occasional Table Set - Brown
57.88 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'); } } });