SKU: PCD824-280H

Greddinton - Bakers Rack Hutch - White / Black

$52999 USD $66999


Delivery and Shipping

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

This baker's rack hutch is made with metal and mango veneer with MDF substrate. Pairs with other items in the series to make a bakers rack kit.

Additional Dimensions
  • Drawer interior (lined) (2): 0"
  • Opening (3): 0"
  • Bottom center opening: 0"
  • Assembled buffet: 0"


Product Features
  • Compatible with other D824 items, sold separately


Greddinton - Bakers Rack Hutch - White / Black
44.0"W x 12.0"D x 45.5"H - 48.4 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'); } } });