SKU: D766-60

Krystanza - Dining Room Server - Weathered Gray

$78999 USD $99999


Delivery and Shipping

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

The use of mixed materials on this urban-inspired double buffet makes it a true statement piece. Made of wood with metal accents, this buffet features two spacious cabinets, each with an adjustable shelf and metal framed doors with trend-right window latches. A complex blend of stains and glaze create a weathered gray finish for a relaxed and harmonious update to your home.

Additional Dimensions
  • Door opening (2): 0"
  • Adjustable shelf (2): 0"


Product Features
  • Made of pine wood, veneer and engineered wood
  • Weathered gray finish
  • 2 cabinets, each with adjustable shelf
  • Metal hardware


Krystanza - Dining Room Server - Weathered Gray
64.0"W x 18.0"D x 35.75"H - 155.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'); } } });