SKU: 6680408

Lakepoint - Oversized Accent Ottoman - Nickel

$26999 USD $33999


Delivery and Shipping

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

Sleek, contemporary style gets a dose of everyday comfort. This oversized accent ottoman is crafted with a classic satin weave fabric, in a neutral tone well-suited to a variety of color palettes. And for even more versatility, it can act as extra seating space in a pinch.

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


Product Features
  • Reinforced frame provides added stability
  • Firmly cushioned
  • High-quality foam cushion wrapped in poly fiber
  • Polyester upholstery
  • Non-skid, low-profile accent legs with faux wood finish
  • Minor assembly required


Lakepoint - Oversized Accent Ottoman - Nickel
36.0"W x 36.0"D x 21.0"H - 44.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'); } } });