Linear LED Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --accent-light: #d4a888; --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; } /* 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 finishes */ .vk-colors { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-color-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .9rem; display: flex; align-items: center; gap: .75rem; } .vk-color-dot { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; border: 1px solid rgba(0,0,0,.08); } .vk-color-info h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 2px; } .vk-color-info p { font-size: 11.5px; color: var(--muted); margin: 0; } /* 2 size cards with thumbnails */ .vk-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1rem; } .vk-config { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; background: var(--cream); } .vk-config-img a { display: block; } .vk-config-img img { width: 100%; height: auto; display: block; border-bottom: 1px solid var(--border); } .vk-config-img-hint { font-size: 10px; color: var(--accent); text-align: center; padding: 3px 0; background: var(--ivory); border-bottom: 1px solid var(--border); } .vk-config-body { padding: .75rem; } .vk-config-tag { display: inline-block; background: var(--accent-deep); color: var(--cream); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .35rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-config-detail { font-size: 12px; color: var(--muted); } .vk-config-lumen { font-size: 12px; color: var(--accent-deep); font-weight: 500; margin-top: .3rem; } /* 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: 36px; border-radius: 4px; margin-bottom: .5rem; } .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; } /* 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; } /* Related */ .vk-related { display: flex; align-items: center; background: var(--cream); border-radius: 6px; padding: .85rem 1rem; border: 1px solid var(--border); text-decoration: none; margin-bottom: .75rem; } .vk-related p { font-size: 13px; color: var(--accent-deep); text-decoration: underline; margin: 0; font-weight: 500; } /* 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-colors { grid-template-columns: 1fr; } .vk-size-grid { grid-template-columns: 1fr; } .vk-kelvin { grid-template-columns: 1fr; } } One clean line, perfectly lit. A slim vertical LED tube in metal and acrylic — the Linear Sconce delivers soft, even light with an architectural presence that suits exhibition spaces, gallery walls, bedside niches, and any interior that rewards restraint. Available in Black and Copper. Features Slim Tube Design ∅2.7" diameter tube sits just 2.3" from the wall — minimal footprint, maximum presence. Integrated LED Built-in LED — no bulb to source. Select color temperature and dimmable option at checkout. Exhibition Ready Low power, soft light, slim profile — designed for gallery walls, displays, and accent lighting. Two Finishes Black Graphic & architectural · gallery & modern interiors Copper Warm industrial · midcentury & eclectic spaces Two Lengths 🔍 Enlarge 65 cm H25.6" (65 cm) ∅2.7" · Depth 2.3" ~1100 lm 🔍 Enlarge 85 cm H33.5" (85 cm) ∅2.7" · Depth 2.3" ~1650 lm Color Temperature — select at checkout 3000K Warm white 4000K Neutral white 6000K Cool white Tip: 4000K neutral is most popular for exhibition and gallery use. 3000K warm suits residential bedside and living spaces. Dimming — optional Dimmable version available — TRIAC dimmer required Select the dimmable version at checkout. A TRIAC (Thyristor) dimmer switch is required — standard rotary dimmers are not compatible. TRIAC Dimmer Switch Browse compatible TRIAC dimmer switches on Amazon → Explore the full Linear Wall Light Series → Specifications Materials Metal · Acrylic Light source Integrated LED · not replaceable Lumens ~1100 lm (65 cm) · ~1650 lm (85 cm) Color temperature 3000K · 4000K · 6000K — select at checkout Voltage AC 110–240V Control Standard wall switch (not included)Dimmable version: TRIAC dimmer required Wiring Hardwired Mounting Wall · depth from wall 2.3" (6 cm) Certification North America · EU · AU · Saudi Arabia Finishes Black · Copper Shade Clear acrylic Downloads Spec Sheet Installation Guide 3D Files (65cm) 3D Files (85cm) Frequently Asked Questions Can I dim it? Yes — select the dimmable version at checkout. TRIAC (Thyristor) dimmer required. Standard rotary dimmers not compatible. What color temperatures are available? 3000K (warm), 4000K (neutral), or 6000K (cool). 4000K is recommended for exhibition and gallery use; 3000K suits residential spaces. What sizes are available? Two lengths: H25.6" (65 cm, ~1100 lm) and H33.5" (85 cm, ~1650 lm). Both are ∅2.7" and sit 2.3" from the wall. What finishes are available? Black and Copper. Both feature a clear acrylic tube that allows the LED light itself to be visible as a design element.
More you might like
Related
Linear LED LED Wall Sconce
Related
Linear LED LED Wall Sconce
Related
Linear LED Sconce
Related