SKU: N752S000086B

5 Piece Counter Height Dining Set, Bar Table With 4 Upholstered Chairs

$67999 USD $87999

Color

Delivery and Shipping

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

  • Modern 5-Piece Set: Includes a sleek faux marble dining table and four linen-upholstered chairs with mid-century modern design, perfect for elevating any dining space.
  • Space-Saving Solution: Compact table design allows chairs to tuck completely underneath, ideal for small apartments while maintaining a clean, uncluttered look.
  • Anti-Stain & Easy Care: MDF tabletop with marble finish wipes clean effortlessly with a damp cloth, keeping your dining surface looking pristine.
  • Ergonomic Comfort: Chairs feature solid wood frames and high-density sponge cushions designed to support natural body contours and reduce fatigue.
  • Multi-Functional Use: Perfect for dining, working, studying, or lounging - adapts seamlessly to various needs in your home.
  • Simple Assembly: Comes with all necessary hardware and clear instructions (shipped in 2 separate boxes for convenience).
// 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'); } } });