SKU: ET200DW

Everett - Desk - White

$44999 USD $56999


Delivery and Shipping

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

Sleek contemporary styling in a desk set that features an interesting interplay of chrome, acrylic and painted wood finishes. The compact design of the desk and chair allows it to fit in a variety of places and the mix of materials gives the desk and chair a light, airy look to complement many decors.

Product Features
  • Clean, contemporary styling
  • Desk constructed of chrome finished iron base and apron with acrylic legs and engineered wood in a white painted finish. Acrylic swivel desk chair is height adjustable and features casters with five leg chrome base for added stability
  • Sleek contemporary styling with an interesting mix of materials gives desk and chair set a light, airy look


Everett - Desk - White
47.0"W x 24.0"D x 31.0"H - 72.63 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'); } } });