Murano Blown Glass Ceiling Light
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --cream: #faf6ef; --ivory: #f5efe0 ; --border: #e0d4bc; --ink: #2a2018; --muted: #9B7B5A; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: #4a3018; line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--cream); margin-bottom: .75rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } /* Comparison image */ .vk-fig { margin-bottom: 1.25rem; } .vk-fig a { display: block; } .vk-fig img { width: 100%; max-width: 420px; height: auto; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto .35rem; } .vk-fig-cap { font-size: 11px; color: var(--muted); text-align: center; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--ivory); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* 2 glass colors */ .vk-glass { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-glass-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; } .vk-glass-swatch { width: 100%; height: 44px; } .vk-glass-body { padding: .7rem .85rem; } .vk-glass-name { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 2px; } .vk-glass-desc { font-size: 11.5px; color: var(--muted); } /* Notice */ .vk-notice { border-left: 2px solid var(--accent); background: var(--cream); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #4a3018; line-height: 1.65; margin: 0; } /* 2 sizes matrix */ .vk-matrix { width: 100%; border-collapse: collapse; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: .75rem; font-size: 12.5px; } .vk-matrix th { background: var(--ivory); padding: 8px 10px; text-align: left; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); border-bottom: 1px solid var(--border); } .vk-matrix td { padding: 9px 10px; border-bottom: 1px solid var(--border); color: #4a3018; } .vk-matrix tr:last-child td { border-bottom: none; } .vk-matrix td:first-child { font-weight: 500; color: var(--ink); } /* Size ref */ .vk-size-fig { margin-bottom: .75rem; } .vk-size-fig a { display: block; } .vk-size-fig img { width: 100%; max-width: 380px; height: auto; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto .35rem; } .vk-size-fig-cap { font-size: 11px; color: var(--muted); text-align: center; } /* Color temperature */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 32px; border-radius: 4px; margin-bottom: .45rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg,#ffd488,#f5a868 50%,#d08040); } .vk-kelvin-preview.neutral { background: linear-gradient(90deg,#fff8e0,#f4eac8 50%,#d0c098); } .vk-kelvin-preview.cool { background: linear-gradient(90deg,#e8f0fa,#c8d8e8 50%,#8098b0); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--ink); } .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; } /* Dimmer */ .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: var(--cream); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; } .vk-dimmer img { width: 54px; height: 54px; object-fit: cover; border-radius: 4px; flex-shrink: 0; border: 1px solid var(--border); } .vk-dimmer h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-dimmer p { font-size: 13px; color: var(--muted); margin: 0; } .vk-dimmer a { color: var(--accent-deep); text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--ivory); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--cream); } .vk-dl-btn:hover { background: var(--ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-glass { grid-template-columns: 1fr; } .vk-kelvin { grid-template-columns: 1fr; } } Italian glass, flush to the ceiling. The Blown Glass Ceiling Light transforms any room with a touch of Italian charm. Exquisite blown glass in a sleek flush profile brings elegance and character overhead — equally at home in a modern apartment or a classically furnished bedroom. Chrome mount, two glass tones, and selectable LED color temperature. See It In Action 🔍 White vs Beige glass comparison · click to enlarge Features Blown Glass Exquisite glass with Italian-inspired craftsmanship — organic warmth in every piece. Flush Mount Low-profile H3.9" (10 cm) body — suits any standard ceiling height without a drop. Integrated LED No bulb to source. Choose color temperature and optional dimming at checkout. Two Glass Colors — Chrome Mount White Crisp and bright · clean contemporary Beige Warm ivory tone · soft and natural Two Sizes Diameter Height Power ∅17.7" (45 cm) H3.9" (10 cm) ~24W ∅15.7" (40 cm) H3.9" (10 cm) ~48W Note: the ∅15.7" model uses a higher-output 48W LED module — more powerful than the larger ∅17.7" 24W version. Select based on your lighting needs and ceiling size. 🔍 Size reference · click to enlarge Color Temperature — select at checkout 3000K Warm · Recommended 4000K Neutral 6000K Cool Dimming — optional Dimmable version available — TRIAC dimmer required Select the dimmable version at checkout. A TRIAC (Triac/thyristor) dimmer switch is required — standard rotary dimmers are not compatible. TRIAC Dimmer Switch Browse compatible TRIAC dimmer switches on Amazon → Specifications Materials Iron · Metal · Glass Light source Integrated LED · not replaceable Color temperature 3000K · 4000K · 6000K — select at checkout Power ~24W (∅45cm) · ~48W (∅40cm) Voltage AC 110–240V Control Push switch (not included)Dimmable version: TRIAC dimmer required Wiring Hardwired Mounting Ceiling flush mount Certification North America · EU · AU · Saudi Arabia Mount finish Chrome Glass colors White · Beige Downloads Spec Sheet Installation Guide D45cm-3D Files Frequently Asked Questions Why does the smaller size have higher wattage? The ∅15.7" (40cm) uses a 48W LED module while the larger ∅17.7" (45cm) uses 24W. These are two different LED configurations — select based on your brightness needs. Can I dim it? Yes — select the dimmable version at checkout. TRIAC dimmer required. What glass colors are available? White and Beige — both with Chrome mount. See the comparison image at the top of the page. Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What ceiling height does this light require?+The flush mount profile is only H3.9″ (10 cm), making it compatible with standard and lower ceiling heights without requiring additional clearance or a drop. Which size should I choose—15.7″ or 17.7″?+Model A (∅15.7″) uses a 48W LED for brighter output; Model B (∅17.7″) uses 24W. Choose based on your desired brightness and ceiling size. Both are H3.9″ deep. Can I dim this light?+Yes. Select the dimmable TRIAC version at checkout. Note: a TRIAC dimmer switch is required—standard rotary dimmers are not compatible. What color temperatures are available?+Choose from 3000K (Warm—recommended), 4000K (Neutral), or 6000K (Cool) at checkout. Both White and Beige glass pair with all color temperatures. How do I clean the blown glass?+The Murano glass can be gently dusted with a soft, dry cloth. Avoid harsh chemicals or abrasive materials to preserve the surface finish and blown texture.
More you might like
Related
Carlo Nason Murano-Style Blown Glass Ceiling Light
Related
Hand-Blown Clear Murano Glass Flush Ceiling Lamp
Related
Hand-Blown Classic Amber Murano Glass Ceiling Lamp
Related