SKU: 8040414

Whitmore Manor - Ottoman - Black Pearl

$24999 USD $30999


Delivery and Shipping

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

Create a space where everyone feels at home with this ottoman. Soft, chunky chenille in a deep neutral hue delivers casual comfort that’s perfect for family living. With its approachable and inviting vibe, this ottoman is the perfect companion for lounging, entertaining and everyday living.

Additional Dimensions
  • Leg height: 1.5"
  • Minimum width of doorway for delivery: 32"


Product Features
  • Reinforced frame provides added stability
  • Firmly cushioned
  • High-quality foam cushion wrapped in poly fiber
  • Polyester upholstery
  • Low-profile accent legs with faux wood finish


Whitmore Manor - Ottoman - Black Pearl
43.0"W x 24.0"D x 19.0"H - 37.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'); } } });