SKU: AST500-5PC

Astoria - 5 Piece Dining Set - Dark Brown

$1,12999 USD $1,40999


Delivery and Shipping

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

The rustic charm of Astoria is evident in this 5-piece dining set. Casual and warm, the table is constructed of sturdy wood solids and veneers finished with a warm mocha color that evokes the feel of a cozy mountain lodge. The hefty trestle table base features exposed tenons and and a crossed timber beam look for a casual, comfortable feel. The 62-inch table extends to 80 inches with the included 18-inch leaf to seat six comfortably with the upholstered seat side chair which features a Criss-cross shaped back silhouette.

Product Features
  • Constructed of wood solids and veneers
  • Styling details include a  timber beam trestle base with faux exposed tenons and a plank top
  • 62-inch table expands to 80 inches with the insertion of the included 18-inch leaf

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