SKU: 1978-360KD

Grafton Farms - Desk Chair - Brushed White / Light Brown

$15999 USD $18999


Delivery and Shipping

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

Find inspiration for your space with our Grafton Farms occasional pieces. The popular two toned finish, wire brushed detail, and delicate spindle legs all come together to create a look that will endure for years. This desk chair features an upholstered seat.

Product Features
  • Acacia and Engineered Wood
  • Farmhouse Wire-Brush Distressed Finish
  • Dimensions: 18x20.75x36'' H


Grafton Farms - Desk Chair - Brushed White / Light Brown
18.0"W x 20.75"D x 36.0"H - 15.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'); } } });