Henry Wall Lamp
.hwl-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; } .hwl-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; } /* Video */ .hwl-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .hwl-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .hwl-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .hwl-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .hwl-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .hwl-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Why β Docos cards */ .hwl-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .hwl-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; } .hwl-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .hwl-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .hwl-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; } .hwl-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .hwl-sc:last-child { border-right: none; } .hwl-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .hwl-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .hwl-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .hwl-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){ .hwl-scenes{grid-template-columns:1fr;} .hwl-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .hwl-sc:last-child{border-bottom:none;} } /* Colors */ .hwl-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; } .hwl-swatches { display: flex; gap: 7px; } .hwl-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); } .hwl-sw--brass { background: linear-gradient(135deg,#c9a96e,#e0c08a); } .hwl-sw--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } /* Size */ .hwl-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 */ .hwl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .hwl-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; } .hwl-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .hwl-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; } .hwl-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .hwl-badges { display: flex; flex-direction: column; gap: .4rem; } .hwl-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .hwl-dls { display: flex; flex-direction: column; gap: .45rem; } .hwl-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; } .hwl-dl:hover { border-color: #b8924a; } .hwl-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.hwl-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Henry Wall Lamp asks nothing of the wall it occupies β a slender brass body, a glass shade, and a clean silhouette that sits against any surface without competing with it. The glass diffuses the bulb into a soft, warm pool of ambient light that makes the wall around it feel quieter and more resolved. Brass for rooms that want warmth and material richness; white for rooms that want the form without the finish. The wall lamp that completes a room by not demanding attention. πͺ Brass Body π Dimmer Compatible πΏ Damp Rated Brass Β· White W 15 Γ H 25 cm Why It Works β¦ Clean, Resolved Silhouette Considered proportions β a slender vertical brass stem, a glass shade at the right scale, a backplate that sits flush. Nothing decorative competes with the room; the lamp adds without subtracting. π Soft Ambient Output The glass shade diffuses the single bulb downward and outward β a warm pool of light at wall height that layers with ceiling fixtures. Directional enough to read by, ambient enough for atmosphere at any hour. πΏ Use Anywhere Damp rated for bathrooms and covered outdoor use, where most wall lamps won't work. Above a vanity, flanking an entrance, or in any corridor or niche β the compact form fits. Where It Works Best π Bedside Mounted at reading height beside the bed, it frees the nightstand and gives warm directional light without disturbing the other side. The glass shade focuses the output down β bright enough to read by, contained enough to stay personal. Frees the nightstand πͺ Hallway At 15 cm wide, it sits comfortably in even a narrow corridor β the slim profile doesn't project into the walkway, and the warm glass output makes the hallway feel welcoming rather than merely lit. Slim β 15 cm wide π Bathroom Damp rated for bathroom use β mount beside a mirror for warm face-level light that flatters where overhead spots don't. The brass finish adds material richness to a space that often relies on white and chrome alone. Damp rated Colors Brass Β· White Product Size W 15 cm Γ H 25 cm / W 5.9β³ Γ H 9.8β³ Details Body: Brass Shade: Glass 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
More you might like
Related
Henry Plug In Wall Lamp
Related
The Trimmed Lamp Bookish Wall Art by O. Henry
henry lamp
Related