SKU: 751-61P Mocha

Pandora Mocha Power Sofa w/Power Headrest

$1,29999 USD $1,69999


Delivery and Shipping

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

Introduction – Pandora Mocha Power Sofa with Power Headrest blends modern, transitional style with everyday comfort, ideal for living rooms and media spaces. Its power headrest lets you tailor head and neck support for personalized relaxation.

Features

  • Color: Mocha
  • Configuration: Pad-over-chaise seating with transitional bustle backs
  • Seaming and stitching: Updated French seaming with oversized stitching
  • Power: Power Headrest with built-in USB charging port
  • Dimensions: 41"H x 92"W x 39"D; Seat Height 20", Arm Height 27", Seat Width 66", Seat Depth 22"
  • Craftsmanship: Made in USA

Benefits – The power headrest lets you tailor head and neck support for personalized comfort, and the built-in USB port keeps devices charged while you unwind. This combination delivers a versatile, stylish seating experience that enhances relaxation and room presence.

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