SKU: H742/34/01A/70

Robbinsdale - Home Office Set

$1,50999 USD $1,89999

Color
Sets

Delivery and Shipping

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

This home office package is sure to impress when it’s time to study or work from home. With its antiqued finish and wood grain texture, modern farmhouse-style workstations have never been so fashionable. All that’s missing is you.
Robbinsdale - 3 Pc. - Home Office Desk, Home Office Desk Chair, Bookcase - Antique White
363.0 lb
Robbinsdale - 4 Pc. - L-Shaped Home Office Desk, Home Office Desk Chair, Bookcase - Antique White
448.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'); } } });