SKU: B858-46

Ridgester - Five Drawer Chest - Light Brown

$1,01999 USD $1,28999


Delivery and Shipping

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

Rustic character with a dash of refinement. Outfitted with stunning hickory veneer and completed with a natural finish, this chest of drawers celebrates the authentic beauty of wood. Its sturdy silhouette, complete with a thick top and posts, lends a substantial, luxurious weight to the look. Metal accents introduce an industrial-inspired flair.

Product Features
  • Made with hardwood solids, rustic hickory veneer and MDF substrates
  • Rich natural wood-tone finish enhances the beauty of the wood grain
  • Large bar pulls in dark bronze-tone finish
  • 5 smooth-gliding drawers with fully finished interiors, French/English dovetail construction and heavy-duty ball-bearing side glides
  • Top drawer felt lined
  • Felt lining helps protect valuables from scratches and scuffs


Ridgester - Five Drawer Chest - Light Brown
41.0"W x 19.0"D x 58.0"H - 275.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'); } } });