SKU: 2242-64

Marlowe - Media Console - Dark Brown

$97999 USD $1,22999


Delivery and Shipping

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

An elegant combination of function and style, this occasional group's low-profile pieces draw on midcentury modern style. Crafted from acacia with a deep finish and sharply tapered legs, Marlowe has the potential to completely change your living space's game. This media console features six drawers, three shelves for media components, and wire management.

Product Features
  • Six Built-In Drawers
  • Two Shelves
  • Cable Management Cutouts
  • Dovetailed Drawers


Marlowe - Media Console - Dark Brown
64.0"W x 19.0"D x 32.0"H - 122.5 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'); } } });