Merrow Linear Chandelier

.pdp { /* Merrow theme — deep walnut + warm ash */ –pdp-bg: #ffffff; –pdp-bg-card: #f7f1e6; –pdp-bg-deep: #ebe0c8; –pdp-border: #ddd0b3; –pdp-border-lt: #e5dac0; –pdp-accent: #5e3a23; –pdp-accent-dk: #3d2615; –pdp-accent-lt: #8a6342; –pdp-accent-bg: #f0e3d4; –pdp-accent-bdr: #b0876a; –pdp-text: #1f1410; –pdp-text-mid: #4a3528; –pdp-text-light: #8c7866; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text);…

Original price was: $4,072.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Merrow theme — deep walnut + warm ash */ –pdp-bg: #ffffff; –pdp-bg-card: #f7f1e6; –pdp-bg-deep: #ebe0c8; –pdp-border: #ddd0b3; –pdp-border-lt: #e5dac0; –pdp-accent: #5e3a23; –pdp-accent-dk: #3d2615; –pdp-accent-lt: #8a6342; –pdp-accent-bg: #f0e3d4; –pdp-accent-bdr: #b0876a; –pdp-text: #1f1410; –pdp-text-mid: #4a3528; –pdp-text-light: #8c7866; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; line-height: 1.35; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-table { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .size-row { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr 1.5fr; gap: 12px; padding: 12px 18px; align-items: center; border-bottom: 0.5px solid var(–pdp-border-lt); background: var(–pdp-bg-card); } .pdp .size-row:last-child { border-bottom: 0; } .pdp .size-row.size-header { background: var(–pdp-accent-bg); padding: 10px 18px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–pdp-accent-dk); } .pdp .size-cell strong { display: block; color: var(–pdp-text); font-size: 13px; font-weight: 600; } .pdp .size-cell .size-sub { display: block; font-size: 11px; color: var(–pdp-text-light); margin-top: 2px; } .pdp .size-cell.size-bestfor { color: var(–pdp-text-mid); font-size: 12px; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(–pdp-accent-bdr); border-left: 3px solid var(–pdp-accent); border-radius: 10px; background: var(–pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(–pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(–pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 160px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(–pdp-accent-dk); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-icon svg { fill: none; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } .pdp .size-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 16px; } .pdp .size-row.size-header { display: none; } .pdp .size-cell::before { content: attr(data-label) ” · “; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); font-weight: 700; margin-right: 4px; } }

Inspiration

The Merrow Chandelier reinterprets the linear chandelier with two stacked solid wood beams suspended on slim steel cables from a matching wood canopy. The top beam is black walnut veneer with a curved underside that diffuses the integrated LED light along its length; the lower beam is solid ash with a dark stained accent strip. Available in 47″, 59″, and 71″ lengths, the long linear silhouette is built to span dining tables for 6–10, kitchen islands, conference tables, and large workbenches. The integrated warm white LED runs the full length, casting even task and ambient light without bulb glare. Black walnut and ash wood pair with mid-century modern, Japandi, modern farmhouse, and warm industrial interiors looking for a wood linear chandelier for dining room or a long pendant light for kitchen island applications.

Key Features

Stacked Solid Wood Beams

Black walnut veneer top beam over a solid ash bottom beam, suspended on slim steel cables. Real wood — not printed laminate.

Integrated Warm-White LED

Embedded LED strip runs the full length, casting glare-free task light. Warm white (~3000K). No bulbs to replace — the LED is rated for 25,000+ hours.

3 Lengths · 47″ to 71″

Choose 120 cm (47″), 150 cm (59″), or 180 cm (71″) to match your table or island. Each length is sized for a specific seating count.

Sizes & Variants

Length

Wattage

Output

Best For

47.2″ / 120 cmWidth 7.9″ × Height 7.9″

15W LED

~1500 lm

Dining tables for 4–6, kitchen islands up to 5 ft, small workbenches

59.1″ / 150 cmWidth 7.9″ × Height 7.9″

40W LED

~4000 lm

Dining tables for 6–8, kitchen islands 5–6 ft, home office desks

70.9″ / 180 cmWidth 7.9″ × Height 7.9″

50W LED

~5000 lm

Dining tables for 8–10, kitchen islands 6 ft+, conference tables

Installation

!

Hardwired install — licensed electrician recommended Mounts to a standard US ceiling junction box via the matching wood canopy bar. Steel suspension cables are adjustable to set drop height — hang the bottom of the fixture 30–36 inches above a dining table or island. The 47″ model is light enough for a standard junction box; the 59″ and 71″ models need to be wired into a ceiling joist or with structural reinforcement to support the longer wood beam. Dry locations only.

Specifications

Main Materials

Black walnut veneer top beam, solid ash wood bottom beam, ash wood canopy with dark stain accent, steel suspension cables

Finish

Natural black walnut grain · Solid ash with dark accent strip · Black stained canopy

Light Source

Integrated LED strip · No replaceable bulbs · 25,000+ hour rated life

Color Temperature

Warm white · ~3000K

Wattage

15W (47″) · 40W (59″) · 50W (71″) — varies by size

Light Output

~1500–5000 lumens — varies by size

Length Options

47.2″ / 120 cm · 59.1″ / 150 cm · 70.9″ / 180 cm

Width × Height

7.9″ × 7.9″ / 20 × 20 cm (all sizes)

Suspension

Steel cables · Adjustable drop

Power Source

Hardwired · 120V US

Dimmable

Yes, with compatible LED dimmer switch

Rating

Dry locations only

Design Style

Mid-Century Modern Japandi Modern Farmhouse Warm Industrial Scandi

Use Case

The Merrow works best as a linear chandelier for dining room tables seating 6–10, hung 30–36 inches above the table surface. As a wood pendant light for kitchen island, the long horizontal silhouette spreads task light evenly along the counter — match the fixture length to the island (47″ for a 5-ft island, 59″ for 6 ft, 71″ for 7+ ft). In home offices and conference rooms, mount it 36–42 inches above the desk surface for glare-free task lighting.

Pair with walnut or oak furniture, leather seating, and warm metal hardware. The black walnut veneer reads as a dark architectural accent against white or light-colored ceilings; against dark or wood-clad ceilings it blends into the structure. Use with a compatible LED dimmer for adjustable brightness — full output suits cooking and homework, while dimming creates an ambient dinner glow.

FAQ

Are bulbs included? Can I replace them?

No replaceable bulbs — the fixture uses an integrated LED strip rated for 25,000+ hours (about 23 years at 3 hours/day). When the LED eventually fails, the whole fixture needs to be replaced or the LED module sent to a lighting repair shop. This is standard for modern linear chandeliers.

Which length should I buy?

Match the fixture to the table or island length: 47″ for 4–6 seat dining tables or kitchen islands up to 5 ft; 59″ for 6–8 seat tables or 5–6 ft islands; 71″ for 8–10 seat tables or 7+ ft islands. Leave about 6–12 inches clear on each end of the fixture for visual balance.

How high above the table should it hang?

Standard install height is 30–36 inches between the bottom of the fixture and the table or island surface. Higher than 36″ reduces task light intensity; lower than 30″ creates glare and head-bumping risk. For 8 ft ceilings, leave the lowest possible drop; for 10+ ft ceilings you can drop slightly further.

Is it dimmable?

Yes, when paired with a compatible LED-rated wall dimmer switch (TRIAC or 0–10V depending on the model — check the spec sheet). Older incandescent dimmers may flicker or buzz with LED loads. Most modern Lutron, Leviton, and Caséta LED dimmers work well.

Can I install it myself or do I need an electrician?

Hardwired install via a standard US ceiling junction box. The 47″ model is light enough for a confident DIYer with hardwire experience. The 59″ and 71″ models are longer and heavier — we strongly recommend a licensed electrician for code compliance and structural mounting (must be anchored into a ceiling joist or reinforced bracing).

How do I clean the wood?

Wipe the walnut veneer and ash wood with a soft dry cloth or a barely damp cloth for sticky spots. Avoid abrasive cleaners and harsh polish — they can strip the natural wood finish. Apply a small amount of furniture wax or wood conditioner once a year to maintain the grain. Dust the steel cables with a dry cloth periodically.

Search Tags

wood linear chandelier for dining room long pendant light for kitchen island linear LED chandelier black walnut chandelier mid-century linear pendant Japandi chandelier long wood pendant for dining table integrated LED dining room light modern farmhouse linear chandelier

Downloads

Technical reference and styling guides for the Merrow Chandelier.

Spec Sheet

Full Product Specs · PDF

Pending

Installation Guide

Step-by-Step Hardwire · PDF

Pending

Wood Care Guide

Cleaning & Maintenance · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Merrow Linear Chandelier”

Your email address will not be published. Required fields are marked *