Ir al contenido

Thurlo Large Hanging Shade

Precio: $1,249.00 USD
SKU: DJP1074SB ISBN: 78857289

La pantalla colgante grande Thurlo, diseñada por Drew & Jonathan, es una lámpara audaz y elegante con un toque bohemio y costero moderno. Presenta una silueta de tambor ceñido, elaborada con fibras naturales de abacá envueltas a mano, acentuada por una refinada banda metálica. Este diseño en capas filtra la luz con belleza, creando un ambiente cálido y acogedor, destacando en comedores, salas de estar o áreas exteriores cubiertas.

Ancho: 32"
Altura total: 100,625"
Altura: 24,375"
Toldo: D: 5,125" H: 1" Redondo
Zócalo: 4 - Mediano - A19
Clasificación: Clasificación de humedad
Detalles de la pantalla: Cuerda de abacá natural de acero
Longitud de la cadena: 72"

Thurlo Large Hanging Shade
Thurlo Large Hanging Shade
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