SKU: 5200338

Maggie - Sofa

$92999 USD $1,15999

Color

Delivery and Shipping

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

Classic comfort gets a mod twist with this sofa. Its minimalistic approach and structured silhouette bring a clean-lined design element to your living room. Sink into the positively plush cushions while relaxing solo, or curl up with a glass of wine while hosting guests. And with light neutral upholstery that suits both casual and contemporary spaces, this sofa offers endless style possibilities.
Maggie - Sofa - Birch
96.0"W x 40.0"D x 37.0"H - 167.0 lb
Maggie - Sofa - Flax
96.0"W x 40.0"D x 37.0"H - 167.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'); } } });