SKU: 3740588

Frohn - Reclining Sofa

$84999 USD $1,06999

Color

Delivery and Shipping

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

With its large-scale design, this extra-spacious reclining sofa is a masterclass in accessible style. Plush, ultra-soft upholstery keeps everyone cozy as you lounge with family or guests. In a neutral hue, it seamlessly suits different aesthetics as your taste changes. Time to relax? The sofa's pull tab reclining allows you to mellow out with ease.

Additional Dimensions
  • Arm height: 27"
  • Distance between arms: 67"
  • Seat depth: 22"
  • Seat height: 22"
  • Fully reclined length: 70"
  • Distance between recliner and wall: 3"
  • Footrest height: 19"
  • Minimum width of doorway for delivery: 0"

Frohn - Reclining Sofa - Snow
91.0"W x 40.0"D x 42.0"H - 212.0 lb
Frohn - Reclining Sofa - Graphite
91.0"W x 40.0"D x 42.0"H - 212.0 lb
Frohn - Reclining Sofa - Chocolate
91.0"W x 40.0"D x 42.0"H - 212.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'); } } });