SKU: MM520TSV

Magnolia - Server

$96999 USD $1,21999

Color

Delivery and Shipping

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

A masterpiece of versatility and style, the Magnolia Server reveals a world of display possibilities behind beautiful Cathedral glass doors. Hand-stained in a striking weathered finish with a contrasting interior, this cabinet features adjustable shelves and hidden cable management for a seamless transition from a dining room sideboard, to a living room entertainment center, or even a stunning hallway console The clean lines and modern style of the Magnolia Server adds elegance, sophistication and storage to any room in a home.
Magnolia - Server - Blue
70.0"W x 18.0"D x 32.0"H - 154.0 lb
Magnolia - Server - Sand
70.0"W x 18.0"D x 32.0"H - 154.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'); } } });