SKU: PCB2405-31

Graystorm - Six Drawer Dresser

$39999 USD $50999

Color
Product Type

Delivery and Shipping

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

Combining a casual aesthetic with functional flair, this dresser suits styles from rustic to industrial. Its smooth-gliding drawers store everyday essentials with ease, from clothes to bed linens. Elongated drawer pulls in a dark hue polish off the look, harmonizing beautifully with the weathered gray wood grain.
Graystorm - Six Drawer Dresser - Brown Gray
58.7"W x 15.28"D x 36.57"H - 168.0 lb
Graystorm - Dresser And Mirror - Brown Gray
58.7"W x 15.28"D x 67.25"H - 192.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'); } } });