Your shopping cart is empty.

SALE
Milkyway Marble Table Lamp

Milkyway Marble Table Lamp

$631.00 $892.00

For more than ten years, Noir has been designing, building and importing their very unique, and ever growing collection of home furnishings and today is one of the most exciting lines on the market. Their collections emphasize natural, simple and classic designs and are made the old fashioned way using high quality and properly dried solid wood. With their extensive product line of lighting, tables, seating, and accessories, this line is certain to have something for everyone and be enjoyed for generations to come.

Local pick up only. This item cannot be shipped.

  • Some assembly will be required
  • Material: White Stone and Clear Bubbled Glass
  • Finish: Antique Brass
  • Bulb Qty: 3
  • Socket: E26 or Type A
  • 21" X 18" X 30" H
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });