SKU: W3098P356194

Ottoman Foot Stool With Metal Legs

$15999 USD $19999

Color

Delivery and Shipping

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

  • Durable: Built with a solid wood frame and reinforced black metal legs for lasting strength and stability
  • Modernist Design: Clean lines and a sleek silhouette suit contemporary and minimalist interiors
  • Versatile Use: Functions as a footrest, extra seating, or accent piece in multiple rooms
  • Easy Assembly: Comes with all necessary tools and clear instructions for quick setup in under 10 minutes
  • Easy Clean: Surface can be maintained with a dry cloth; vacuuming weekly helps preserve fabric quality
  • Comfortable Support: High-density foam filling ensures lasting cushioning and a relaxed feel
// 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'); } } });