SKU: 1841-395KD

Outer Banks - X Back Chair (Set of 2) - Driftwood Gray

$28999 USD $35999


Delivery and Shipping

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

Beautiful coastal details set Jofran's Outer Banks Collection in a class of its own. Solid reclaimed pine construction adds character and dimension to pieces that will make your dining space something special. This cocktail table features a plank top, one drawer, and a power unit with standard and USB outlets.

Product Features
  • Seat Dimensions: 19"W x 17"D x 18"H
  • Tasteful distressing and subtle finish variations should be expected and enjoyed.
  • For residential use only
  • Order includes (2) chairs


Outer Banks - X Back Chair (Set of 2) - Driftwood Gray
19.0"W x 22.0"D x 39.5"H - 16.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'); } } });