Honeylite Ceiling Lamp
.hny-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; } .hny-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.4rem 0 1.2rem; } /* Videos */ .hny-videos { display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; } .hny-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; } .hny-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Product image */ .hny-hero-img { text-align: center; margin-bottom: 2rem; } .hny-hero-img img { max-width: 520px; width: 100%; border-radius: 6px; border: 1px solid #e5e5e5; display: inline-block; } /* Intro */ .hny-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .hny-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .hny-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .hny-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Note */ .hny-note { display: flex; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .88rem; color: #555; line-height: 1.6; } /* Why — Docos cards */ .hny-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .hny-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .hny-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .hny-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .hny-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .hny-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .hny-sc:last-child { border-right: none; } .hny-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .hny-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .hny-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .hny-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .hny-scenes{grid-template-columns:1fr;} .hny-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .hny-sc:last-child{border-bottom:none;} } /* Colors */ .hny-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 1rem; font-size: .85rem; color: #555; } .hny-swatches { display: flex; gap: 7px; } .hny-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .hny-sw--chrome { background: linear-gradient(135deg,#d8dade,#a7abb0); } .hny-sw--orange { background: #e08a2e; } /* Size */ .hny-size { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .hny-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .hny-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .hny-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .hny-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .hny-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .hny-badges { display: flex; flex-direction: column; gap: .4rem; } .hny-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .hny-dls { display: flex; flex-direction: column; gap: .45rem; } .hny-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .hny-dl:hover { border-color: #b8924a; } .hny-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.hny-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Honeylite Ceiling Lamp is a retro-modern flush fixture — a bold, tiered silhouette in vibrant honey-orange glass that layers as if caught mid-movement, casting a warm, inviting glow. Decorative silver rings trim the lower edge for a mid-century metallic look. At Ø 13.7″ × H 8.6″, it becomes a focal point in a living space, dining area, bath, or creative studio — damp-rated for bathrooms and covered outdoor areas, in Chrome or Orange. Retro-modern honey-orange glass with a tiered, layered glow. 🍯 Honey-Orange Glass 🌀 Tiered Silhouette 💧 Damp-Rated 🔆 Dimmer Compatible Chrome · Orange ℹ️ About the silver rings: The silver rings at the base of the shade are decorative trim — a metallic accent that gives the look of classic mid-century metal banding without the weight. They're carefully applied to the glass to keep the fixture sleek and lightweight, not structural metal bands. Why It Works 🍯 Tiered Honey-Orange Glass The bold, layered glass silhouette reads as sculpture — a vibrant honey-orange that glows warm when lit and stays a striking focal point when off. Fluid tiers give it a sense of movement from every angle. 💍 Decorative Silver Trim Silver rings at the base add a metallic, mid-century banding look that complements the vintage aesthetic. Applied as a decorative accent, they keep the glass design sleek and lightweight rather than adding heavy metal. 💧 Damp-Rated & Dimmable Damp-rated for bathrooms and covered outdoor areas, so it works where indoor-only fixtures can't. A single E26/E27 bulb, dimmer compatible (switch sold separately) for adjustable warm light. Where It Works Best 🛋 Living & Dining As a flush ceiling fixture over a living or dining area, the honey-orange glass becomes the room's warm focal point — retro-modern character with a glow that enlivens the space rather than washing it flat. Retro focal point 🛁 Bathroom Being damp-rated, it can go where most decorative fixtures can't — a bathroom or powder room, adding warm color overhead in a spot that usually gets a plain flush light. Damp-rated 🎨 Studio & Covered Outdoor In a creative studio or a covered porch or patio, the tiered glass reads as a design statement while the damp rating lets it handle a covered outdoor spot. Playful and sophisticated at once. Covered outdoor OK Colors Chrome · Orange Product Size Dia 35 cm × H 22 cm / ∅ 13.7″ × H 8.6″ Details Shade: Glass — tiered, honey-orange Trim: Decorative silver rings (metallic accent, not structural) Canopy: Metal Materials: Metal & Glass Colors: Chrome · Orange Wiring: Hardwired Socket: E26 or E27 Max bulb: 40W incandescent or LED equivalent Dimmer compatible (switch not included) Damp-rated — bathrooms & covered outdoor areas Certified: North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation 3D Files
More you might like
Related
Honeylite Pendant Lamp
Related
Shine LED Ceiling Lamp | Stylish Ceiling Lamp
Related
3Pcs Ceiling Light Pull Chain Switch 3 Speed 4 Wire Ceiling
Related