SKU: 5751P Mocha

Pandora Mocha Power Rocker Recliner w/Power Headrest

$79999 USD $1,09999


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 Rocker Recliner w/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: 49"H x 39"W x 41"D; Seat Height 20", Arm Height 28", Seat Width 18", Seat Depth 23"
  • 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'); } } });