SKU: D413-425

Blondon - Rectangular Drm Table Set (Set of 7) - Brown / Black

$82999 USD $1,03999


Delivery and Shipping

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

Transform your dining area into a delightful rustic retreat with this seven-piece table set. A two-tone finish adds a layer of charm, creating a visually appealing look that catches the eye. The tabletop's inlay chevron pattern adds a unique and stylish touch, while ladderback chairs complement the overall design.

Additional Dimensions
  • Table: 0"
  • Top to floor: 27.5"
  • Chair (6): 0"
  • Seat width: 17.5"
  • Seat depth: 17"
  • Seat height: 18.25"


Product Features
  • Includes rectangular dining table and 6 chairs
  • Table made with rubberwood solids, acacia veneer and MDF substrates
  • Inlay tabletop with plank effect in chevron pattern; black tapered legs
  • Black chair frame made with solid wood
  • Seats up to 6


Blondon - Rectangular Drm Table Set (Set of 7) - Brown / Black
36.0"W x 60.0"D x 30.13"H - 189.0 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'); } } });