Ir al contenido

Aplique de pared de galería

Precio: $950.00 USD
Aplique de pared de galería
Elegir color : Burnished Brass
Elegir tamaño

Disponible en acabado bronce bruñido o latón antiguo, el aplique Gallery Picture Sconce es sofisticado y clásico. Su pantalla metálica alargada se une a una placa posterior redonda mediante un elegante brazo curvado, aportando un toque vintage a su espacio.

16"
  • Dimensiones totales: 40,6 cm de ancho x 21,6 cm de profundidad x 15,9 cm de alto
  • Placa posterior: 5" de diámetro x 1" de profundidad
  • Dimensiones de la pantalla: 40,6 cm de ancho x 8,9 cm de profundidad x 6,4 cm de alto

Materiales:

  • Sujetadores antiguos: Latón
  • Níquel pulido: Acero inoxidable
  • Bronce aceitado: Acero inoxidable
  • El acabado puede cambiar con el tiempo debido a la exposición al aire y la humedad.
  • Este artículo está fabricado con materiales naturales y el acabado puede variar en color y apariencia.
  • El latón antiguo es un acabado vivo que puede cambiar con el tiempo. A medida que envejece, desarrolla una pátina debido a la oxidación continua. Esta pátina puede variar desde tonos verdosos hasta marrones más oscuros, lo que le confiere carácter al producto. Independientemente de la velocidad de desarrollo de la pátina, la integridad del latón permanece intacta.
Aplique de pared de galería
Aplique de pared de galería
 - Cambiar
window.Wishlist = { storageKey: 'em_wishlist', getItems: function() { try { return JSON.parse(localStorage.getItem(this.storageKey)) || []; } catch(e) { return []; } }, saveItems: function(items) { localStorage.setItem(this.storageKey, JSON.stringify(items)); document.dispatchEvent(new CustomEvent('wishlist:updated', { detail: items })); }, add: function(product) { var items = this.getItems(); if (!items.find(function(i){ return i.id === product.id; })) { items.push(product); this.saveItems(items); } }, remove: function(id) { var items = this.getItems().filter(function(i){ return i.id !== id; }); this.saveItems(items); }, has: function(id) { return !!this.getItems().find(function(i){ return i.id === id; }); }, count: function() { return this.getItems().length; }, clear: function() { this.saveItems([]); } }; document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('[data-wishlist-add]').forEach(function(btn) { var id = btn.getAttribute('data-wishlist-add'); if (window.Wishlist.has(id)) btn.classList.add('in-wishlist'); btn.addEventListener('click', function(e) { e.preventDefault(); var product = { id: btn.getAttribute('data-wishlist-add'), title: btn.getAttribute('data-title'), price: btn.getAttribute('data-price'), image: btn.getAttribute('data-image'), url: btn.getAttribute('data-url'), brand: btn.getAttribute('data-brand') || '' }; if (window.Wishlist.has(product.id)) { window.Wishlist.remove(product.id); btn.classList.remove('in-wishlist'); } else { window.Wishlist.add(product); btn.classList.add('in-wishlist'); } updateWishlistCount(); }); }); updateWishlistCount(); }); function updateWishlistCount() { var count = window.Wishlist.count(); document.querySelectorAll('[data-wishlist-count]').forEach(function(el) { el.textContent = count; el.style.display = count > 0 ? 'inline-flex' : 'none'; }); } document.addEventListener('wishlist:updated', updateWishlistCount); ♡ Wishlist