SKU: AL4848TTTBSB5PC

Amalie - 5 Piece Dining Set - Brown

$85999 USD $1,07999


Delivery and Shipping

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

The Amalie 5pc Dining Set offers modern, casual dining in a compact shape. The table features a contemporary architectural pedestal base in a lustrous walnut finish with a spacious 48" round tempered glass top. The coordinating side chairs are upholsted in an easy to care for beige linen with solid wood legs in a walnut finish. This set with it's round shape gives the table a cozy, conversational feel. Your purchase includes one round dining table (brown) with four beige side chairs.

Product Features
  • 48" round 10mm thick tempered glass top
  • Solid wood architectural pedestal base

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