Dorset Wall Lamp
/* ─── Base ─────────────────────────────────────────────── */ .dwl-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.75; max-width: 860px; margin: 0 auto; background: transparent; } .dwl-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.6rem 0 1.2rem; } /* Videos — 2-col */ .dwl-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .dwl-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .dwl-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media(max-width:520px){ .dwl-videos { grid-template-columns: 1fr; } } /* ─── § 1 HERO ──────────────────────────────────────────── */ .dwl-hero-body { font-size: .93rem; color: #555; line-height: 1.85; margin-bottom: 1.4rem; } .dwl-hero-pts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: .5rem; } .dwl-hero-pt { display: flex; align-items: center; gap: 7px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; color: #555; font-weight: 500; } /* ─── § 2 WHY YOU'LL LOVE IT ───────────────────────────── */ .dwl-why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 2rem; } @media(max-width:480px){ .dwl-why { grid-template-columns: 1fr; } } .dwl-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .95rem 1rem; font-size: .86rem; color: #444; line-height: 1.6; } .dwl-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .dwl-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* ─── § 3 USE SCENARIOS ─────────────────────────────────── */ .dwl-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 2rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; } .dwl-scenario { padding: 1.3rem 1.15rem; border-right: 1px solid #e5e5e5; } .dwl-scenario:last-child { border-right: none; } .dwl-scenario__icon { font-size: 1.3rem; display: block; margin-bottom: .55rem; } .dwl-scenario__name { font-size: .92rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .dwl-scenario__desc { font-size: .82rem; color: #555; line-height: 1.6; } .dwl-scenario__tag { display: block; margin-top: .75rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; } @media(max-width:520px){ .dwl-scenarios { grid-template-columns: 1fr; } .dwl-scenario { border-right: none; border-bottom: 1px solid #e5e5e5; } .dwl-scenario:last-child { border-bottom: none; } } /* ─── Colors ─────────────────────────────────────────────── */ .dwl-colors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; margin-bottom: 2rem; } .dwl-color-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .85rem 1rem; } .dwl-color-card__head { display: flex; align-items: center; gap: 9px; } .dwl-sw { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .dwl-sw--gold { background: linear-gradient(135deg, #c9a96e, #e0c08a); } .dwl-sw--walnut { background: #5c3d1e; } .dwl-sw--wood { background: linear-gradient(135deg, #b8864e, #d4a96a); } .dwl-color-card__name { font-weight: 600; font-size: .85rem; color: #1a1a1a; } /* ─── Product Size ───────────────────────────────────────── */ .dwl-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 ──────────────────────────────────────────────── */ .dwl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 7px; } .dwl-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; } .dwl-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* ─── Footer ─────────────────────────────────────────────── */ .dwl-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; } .dwl-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .dwl-badges { display: flex; flex-direction: column; gap: .4rem; } .dwl-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .dwl-dls { display: flex; flex-direction: column; gap: .45rem; } .dwl-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; } .dwl-dl:hover { border-color: #b8924a; } .dwl-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .dwl-foot { grid-template-columns: 1fr; gap: 1.2rem; } } See It In Your Space The Dorset treats the wall as a lighting surface, not just a mounting point. Its pleated fabric shade casts a warm, diffused glow that fans out against the wall behind it — the soft, layered light that makes a room feel deeper than any ceiling fixture alone can produce. The brass-finished adjustable arm directs the light exactly where it's needed, and the wooden base anchors the fixture with a material warmth metal never achieves. Plug in, angle the arm, and the wall becomes part of the room's light design. 🪶 Pleated Fabric Shade 🔩 Adjustable Brass Arm 🔌 Plug-In · No Electrician Needed Why You'll Love It 🪶 Pleated Shade — Light That Fans Across the Wall The fine pleating shapes the way light leaves the fixture. The glow fans outward in soft, even gradients against the wall behind the lamp, adding a layer of depth to the room rather than just a source of light. 🔩 Adjustable Arm — Your Light, Your Angle The brass-finished arm rotates to direct light precisely — down for reading, angled for ambient wall wash, forward for task coverage. It adapts to what the moment needs, where most wall lamps lock you into one position. 🪵 Wooden Base — Material Warmth on the Wall The wooden wall plate makes the Dorset feel less like a fixture and more like a considered installation, introducing natural wood grain at eye level where most wall lamps mount with bare metal. 🔌 Plug-In — Flexible Placement, Zero Commitment The 59-inch cord and plug mean it can go anywhere within reach of an outlet — no hardwiring, no electrician. The cord switch controls the lamp directly, so you can rearrange it whenever the room changes. Where It Lives Best 🛏 Bedside Wall Mounted at headboard height, it replaces the bedside lamp and frees the nightstand. Angle the arm down for reading or out for ambient glow — a pair adds symmetry. Pair for symmetry 🚪 Hallway Overheads leave hallway walls flat and cold. Mounted at eye level and angled to wash the wall, the Dorset gives the corridor warmth and depth. Wall wash lighting 🛋 Living Room Wall Above a sofa or beside a reading chair, it adds a mid-height glow that breaks the ceiling-only look and makes the seating area feel more intimate. Layered ambient light Colors Gold Walnut Color Wood Color Product Size W 24 cm × H 26 cm / W 9.4″ × H 10.2″ Details Shade: Pleated Fabric Arm: Brass-finished Metal — adjustable angle Base: Wood Materials: Metal, Fabric & Wood Power: Plug-in — 59-inch cord with switch Socket: E26 or E27 Max bulb: 40W incandescent or LED equivalent Dimmer compatible (switch not included) IP Rating: Damp rated — bathrooms & covered outdoors Certified: North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation
More you might like
Related
Dorset Lamp
Related
Dorset Travel Print Wall Art Dorset Wall Hanging Home Decor
Related
Dorset Travel Print Wall Art Dorset Wall Hanging Home Decor
Related