SKU: N752S000015D

Rustic Farmhouse Dining Room Rectangular Table With 4 Upholstered Chairs And Bench

$88999 USD $1,14999

Color

Delivery and Shipping

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

  • Retro-Inspired Design: This 6PCs dining set features an ash wood finish tabletop rustic vintage look - perfect for enhancing dining rooms or living spaces.
  • Premium Craftsmanship: Made with a 0.7-inch MDF tabletop and durable LVL rubberwood legs, this set combines elegance with stability. Anti-scratch floor protectors on table, chair, and bench legs help preserve your floors.
  • Comfortable Seating: Upholstered chairs and bench with high-density foam and ergonomic design ensure a soft, supportive seating experience. Tufted button backrests add a touch of sophistication.
  • Versatile Functionality: Includes a dining table, 4 chairs, and a bench - ideal for homes, restaurants, cafeterias, banquet halls, and more. Timeless design adapts to both residential and commercial settings.
  • Multi-Use Bench: The 39.75-inch bench doubles as a bedroom or entryway bench, providing both style and practical seating in any space.
  • Easy to Assemble: Comes with clear, step-by-step instructions for quick setup. Friendly customer service is available to assist with any questions.
// 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'); } } });