SKU: 34303S1

Segburg - 2-Piece Power Reclining Sectional - Driftwood

$2,24999 USD $2,81999


Delivery and Shipping

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

Sporting a driftwood brown faux leather with a gently distressed sense of charm, this sectional invites you to drift away in high style. Rest assured, the sectional’s leather alternative upholstery offers a warm, cozy feel, while clean-lined styling and jumbo stitching deliver the cool, contemporary look you love. Factor in power reclining motion, USB charging, convenient cup holders and a drop-down table, and you’ve got all the makings for the best seats in the house.

Product Features
  • Includes 2 pieces: left-arm facing power reclining sofa with console and right-arm facing zero wall power recliner
  • "Left-arm" and "right-arm" describe the position of the arm when you face the piece
  • One-touch power controls
  • Faux leather upholstery
  • Jumbo contrast stitching
  • Corner-blocked frame with metal reinforced seats
  • Attached back and seat cushions
  • High-quality foam cushions wrapped in poly fiber
  • USB charging ports and 2 cup holders in sofa's console
  • Power cord included; UL Listed

// 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'); } } });