SKU: A3000224

Cortwell - Storage Bench - Gray

$24999 USD $31999


Delivery and Shipping

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

Whether gracing a front entry or living room, or placed at the foot of the bed, this upholstered storage bench is loaded with flair. A tufted cushioned seat with hinge reveals an ample storage compartment for this, that and the other. And the gorgeous gray fabric is the epitome of neutral sophistication.

Additional Dimensions
  • Opening: 0"


Product Features
  • Polyester upholstery in gray
  • Wood legs with brown finish
  • Tufted seat cushion
  • Hinged seat
  • Interior storage


Cortwell - Storage Bench - Gray
54.0"W x 17.88"D x 18.25"H - 54.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'); } } });