Nelson Bubble Ceiling Light
{ "@context": "https://schema.org", "@type": "Product", "name": "Nelson Bubble Ceiling Light", "description": "The Nelson Bubble Ceiling Light features a seashell-inspired silk sur face with delicate traced lines that create soft light-and-shadow effects. Wall or ceiling mountable, dimmer compatible. Available in three sizes.", "brand": { "@type": "Brand", "name": "Docos" }, "material": "Metal, Silk", "color": "White", "additionalProperty": [ { "@type": "PropertyValue", "name": "Size S – Diameter", "value": "40 cm / 15.7 inches" }, { "@type": "PropertyValue", "name": "Size S – Height", "value": "18 cm / 7 inches" }, { "@type": "PropertyValue", "name": "Size S – Bulbs", "value": "3 × E26 / E27" }, { "@type": "PropertyValue", "name": "Size M – Diameter", "value": "60 cm / 23.6 inches" }, { "@type": "PropertyValue", "name": "Size M – Height", "value": "20 cm / 7.8 inches" }, { "@type": "PropertyValue", "name": "Size M – Bulbs", "value": "3 × E26 / E27" }, { "@type": "PropertyValue", "name": "Size L – Diameter", "value": "80 cm / 31.4 inches" }, { "@type": "PropertyValue", "name": "Size L – Height", "value": "22 cm / 8.6 inches" }, { "@type": "PropertyValue", "name": "Size L – Bulbs", "value": "5 × E26 / E27" }, { "@type": "PropertyValue", "name": "Canopy", "value": "Metal" }, { "@type": "PropertyValue", "name": "Socket", "value": "E26 / E27" }, { "@type": "PropertyValue", "name": "Max Wattage", "value": "40W incandescent or LED equivalent" }, { "@type": "PropertyValue", "name": "Wiring", "value": "Hardwired" }, { "@type": "PropertyValue", "name": "Mounting", "value": "Wall or ceiling" }, { "@type": "PropertyValue", "name": "Dimmer", "value": "Compatible (switch not included)" }, { "@type": "PropertyValue", "name": "Wet Rating", "value": "Damp rated — suitable for bathrooms and covered outdoor areas" }, { "@type": "PropertyValue", "name": "Certifications", "value": "North America, Australia, Europe, Middle East" } ], "video": [ {"@type":"VideoObject","name":"Nelson Bubble Ceiling Light","embedUrl":"https://www.youtube.com/embed/ZAG87CoJusI","thumbnailUrl":"https://img.youtube.com/vi/ZAG87CoJusI/hqdefault.jpg"}, {"@type":"VideoObject","name":"Nelson Bubble Ceiling Lamp | Soft Light, Sculptural Calm","embedUrl":"https://www.youtube.com/embed/yO7mD8jg9iA","thumbnailUrl":"https://img.youtube.com/vi/yO7mD8jg9iA/hqdefault.jpg"} ], "offers": { "@type": "Offer", "availability": "https://schema.org/InStock", "priceCurrency": "USD", "seller": { "@type": "Organization", "name": "Docos" } } } /* * Docos Design Tokens (warm cream theme — blends with docos.us background) * transparent page background #f3ede2 card background * #e7ded0 border #1a1a1a body text * #555555 secondary text #b8924a warm-gold accent * #fff8ee notice background #e8c87a notice border */ .nbc-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: transparent; } /* Section title */ .nbc-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1.1rem; } /* Single video */ .nbc-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; margin-bottom: 2rem; } .nbc-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Hero copy */ .nbc-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* Feature cards */ .nbc-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .nbc-feature-card { background: #f3ede2; border: 1px solid #e7ded0; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .nbc-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .nbc-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Mount cards */ .nbc-mount-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .nbc-mount-card { background: #f3ede2; border: 1px solid #e7ded0; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .nbc-mount-card__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; } .nbc-mount-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media (max-width: 400px) { .nbc-mount-cards { grid-template-columns: 1fr; } } /* Rooms */ .nbc-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .nbc-room-tag { background: #f3ede2; border: 1px solid #e7ded0; border-radius: 20px; padding: .3rem .9rem; font-size: .82rem; color: #555; display: flex; align-items: center; gap: 5px; } /* Three size cards */ .nbc-size-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; margin-bottom: 2rem; } .nbc-size-card { background: #f3ede2; border: 1px solid #e7ded0; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; } .nbc-size-card__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .5rem; } .nbc-size-card__sublabel { font-size: .72rem; color: #888; display: block; margin-bottom: .4rem; margin-top: -.3rem; } .nbc-size-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e7ded0; padding: .22rem 0; font-size: .85rem; color: #333; } .nbc-size-card__row:last-child { border-bottom: none; } .nbc-size-card__key { color: #777; font-size: .8rem; } /* Specs */ .nbc-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .nbc-specs li { display: flex; align-items: flex-start; gap: 10px; background: #f3ede2; border: 1px solid #e7ded0; border-radius: 6px; padding: .6rem .9rem; font-size: .9rem; color: #333; } .nbc-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* Downloads — even fixed-cell grid */ .nbc-downloads { display: grid; grid-template-columns: repeat(auto-fill, 96px); justify-content: start; gap: 20px 14px; margin-bottom: 2rem; } .nbc-dl-item { width: 96px; display: flex; flex-direction: column; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; line-height: 1.3; text-align: center; transition: opacity .2s; } .nbc-dl-item:hover { opacity: .6; } .nbc-dl-item img { width: 64px; height: 64px; box-sizing: border-box; object-fit: contain; border: 1px solid #e7ded0; border-radius: 8px; background: transparent; padding: 9px; mix-blend-mode: multiply; } .nbc-dl-item__play { width: 64px; height: 64px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 1px solid #e7ded0; border-radius: 8px; background: transparent; font-size: 1.5rem; color: #b8924a; } @media (max-width: 360px) { .nbc-downloads { justify-content: space-between; } } See It In Action Some ceiling lights are chosen for what they do. The Nelson Bubble Ceiling Light earns its place for how it feels — the silk surface diffuses the bulb into an even, unhurried warmth that never seems to come from one point. The delicate traced lines catch the light at different angles as you move through the room, making it quietly interesting in a way smooth shades aren't. A ceiling light that gets more comfortable the more time you spend under it. Why Nelson Bubble 🌊 Silk Surface Diffusion The silk-covered shade spreads light with a softness acrylic and glass can't — no hot spot, no harsh center, just a warm, even output that feels part of the room. 〰️ Traced Line Texture The delicate surface lines catch and shift the light as you move through the room — a dynamic layer that stays interesting across the day. 🔆 Dimmer Compatible From full brightness to the softest pre-sleep glow. Pair with a dimmer (sold separately) and it shifts the room's whole register. 🐚 Sculptural Bubble Form The seashell-inspired silhouette reads as a soft sculptural object on the ceiling — present and calming whether the light is on or off. Ceiling or Wall 🔝 Ceiling Mount As a central fixture, the bubble form fills the ceiling with quiet sculptural presence and diffused warmth across the room. 🧱 Wall Mount As a sconce, the traced surface throws an upward-and-outward wash that adds depth to hallways and bedrooms with no floor footprint. Works In 🛏 Bedroom 🍽 Dining Room 🛋 Living Room 🚪 Hallway 🛁 Bathroom 📚 Study 🏡 Covered Porch Choose Your Size Small Bedroom, bathroom, compact rooms Diameter∅ 40 cm / 15.7″ HeightH 18 cm / 7″ Bulbs3 × E26/E27 ★ Most Popular Medium Living room, dining room Diameter∅ 60 cm / 23.6″ HeightH 20 cm / 7.8″ Bulbs3 × E26/E27 Large Open-plan spaces, high ceilings Diameter∅ 80 cm / 31.4″ HeightH 22 cm / 8.6″ Bulbs5 × E26/E27 Details Canopy: Metal Materials: Metal & Silk Wiring: Hardwired Socket: E26 or E27 Bulbs: 3 (S / M) · 5 (L) Max bulb: 40W incandescent or LED equivalent Mounting: Wall or ceiling Dimmer compatible (switch not included) Damp rated — bathrooms & covered outdoor areas Certified: North America · Australia · Europe · Middle East Downloads ▶ More Video Parameter Installation 3D Files
More you might like
Related
Nelson Bubble Ceiling Lamp
Related
Modernica George Nelson Saucer Ceiling Fixture Bubble
Related
Modernica George Nelson Saucer Ceiling Fixture Bubble
Related