Acrylic Linear Chandelier

Price range: $269.00 through $339.00

SKU: acrylic-linear-chandelier-166374248 Category:

Description

 

 

* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Clean modern metal (gold/black) + transparent acrylic ===== Derived from: matte black or warm gold metal body, frosted-clear acrylic panel, cool diffused white light output. Minimal, contemporary palette. ======================================================================== */ :root { –accent-deep: #4A4038; –accent: #8A7860; –accent-light:#B0A090; –surface: #F8F6F3; –bg: #F0EDE8; –border: #DDD8D0; –ink: #221E18; –muted: #706860; } .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: var(–ink); 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; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(–accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(–accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.25); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(–accent-deep); } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(–surface); border-radius: 6px; padding: .85rem; border: 1px solid var(–border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(–bg); 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; } /* Notice cards */ .vk-notice { border-left: 2px solid var(–accent); background: var(–surface); 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: var(–ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Critical notice */ .vk-critical { background: #fdf1ed; border: 1px solid #f0c0b0; border-left: 3px solid #c04020; border-radius: 0 6px 6px 0; padding: .95rem 1rem; margin-bottom: .75rem; } .vk-critical h5 { font-size: 13px; font-weight: 500; color: #c04020; margin-bottom: .3rem; display: flex; align-items: center; gap: .4rem; } .vk-critical p { font-size: 13px; color: #6a2818; line-height: 1.65; margin: 0; } /* Config cards */ .vk-config { border: 1px solid var(–border); border-radius: 6px; padding: 1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: flex-start; background: var(–surface); } .vk-config-thumb a { display: block; } .vk-config-thumb img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(–border); display: block; } .vk-config-thumb-hint { font-size: 10px; color: var(–accent); text-align: center; margin-top: 3px; } .vk-config-info { flex: 1; padding-top: .15rem; } .vk-config-tag { display: inline-block; background: var(–accent-deep); color: var(–surface); font-size: 10px; padding: 2px 10px; border-radius: 10px; font-weight: 500; letter-spacing: .06em; margin-bottom: .45rem; } .vk-config-name { font-size: 15px; font-weight: 500; color: var(–ink); margin-bottom: .2rem; } .vk-config-detail { font-size: 12.5px; color: var(–muted); line-height: 1.6; } .vk-config-specs { display: flex; gap: 14px; margin-top: .5rem; font-size: 11.5px; color: var(–accent-deep); padding-top: .5rem; border-top: 1px dashed var(–border); flex-wrap: wrap; } .vk-config-specs strong { color: var(–ink); font-weight: 500; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-swatch-item { display: flex; align-items: center; gap: 6px; background: var(–surface); border: 1px solid var(–border); border-radius: 14px; padding: 4px 12px; font-size: 12px; color: var(–muted); } .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; } /* Color temperature cards */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 40px; border-radius: 4px; margin-bottom: .5rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg, #ffd488 0%, #f5a868 50%, #d08040 100%); } .vk-kelvin-preview.neutral { background: linear-gradient(90deg, #fff8e0 0%, #f4eac8 50%, #d0c098 100%); } .vk-kelvin-preview.cool { background: linear-gradient(90deg, #e8f0fa 0%, #c8d8e8 50%, #8098b0 100%); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(–ink); } .vk-kelvin-label { font-size: 11px; color: var(–muted); margin-top: 2px; } .vk-kelvin-use { font-size: 10.5px; color: var(–accent); margin-top: 4px; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(–bg); } .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(–surface); } .vk-dl-btn:hover { background: var(–bg); } /* FAQ */ .vk-faq-item { border-bottom: 1px solid var(–border); padding: 12px 0; } .vk-faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(–ink); } .vk-faq-item summary::-webkit-details-marker { display: none; } .vk-faq-answer { font-size: 13px; color: var(–ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } .vk-kelvin { grid-template-columns: 1fr; } }

A clean, contemporary linear chandelier built around an integrated LED panel and a frosted acrylic diffuser that spreads light evenly across the full length of the fixture. Three selectable color temperatures let you tailor the atmosphere to your space — from warm dining-room amber to crisp task-ready daylight.

Not compatible with wall dimmer switches

This fixture uses built-in integrated LEDs that are not compatible with any wall dimmer switch. Installing a dimmer may damage the LED driver. If dimming capability is required for your project, please contact us at before ordering.

Acrylic Diffuser Panel

Distributes light evenly across the full length — no hotspots or visible LED strips.

3 Color Temperatures

3000K, 4000K, or 6000K — choose the tone that fits your space at checkout.

Sloped Ceiling Ready

Canopy adapts to ceiling slopes up to 30° without an additional adapter.

🔍 Enlarge
80 CM

L 80 cm-15W-1200lm
L 31.5″ × W 3.9″ × H 6.3″
L 80 cm × W 10 cm × H 16 cm
~6.6 lbs (3 kg) Box: L 87 × W 18 × H 29 cm
🔍 Enlarge
100 CM

L 100 cm-20W-1600lm
L 39.3″ × W 3.9″ × H 6.3″
L 100 cm × W 10 cm × H 16 cm
~8.3 lbs (3.8 kg) Box: L 107 × W 18 × H 29 cm
🔍 Enlarge
120 CM

L 120 cm-25W-2000lm
L 47.2″ × W 3.9″ × H 6.3″
L 120 cm × W 10 cm × H 16 cm
~9.2 lbs (4.2 kg) Box: L 127 × W 18 × H 29 cm

Gold is an electroplated metallic finish; Black is a high-quality painted finish. The LED module and acrylic diffuser are identical between both options.

Gold — electroplated

Black — painted

Select your preferred color temperature at checkout. This cannot be changed after purchase.

3000K
Warm Light
Dining rooms, bedrooms
4000K
Neutral Light
Kitchens, living rooms
6000K
Cool Light
Offices, workspaces

Materials Metal, Acrylic
Light source Integrated LED
Color temperature 3000K · 4000K · 6000K (select at checkout)
Voltage AC 110–240V
Wiring Hardwired
Control Standard wall switch (not included)
Dimmable No — wall dimmers not compatible
Drop cable 59″ (150 cm) adjustable; extension available on request
Sloped ceiling Compatible up to 30°
Environment Indoor
Body finish Gold (electroplated) · Black (painted)
Shade finish Transparent acrylic
Certification North America · Saudi Arabia · Europe · Australia

Can I use a wall dimmer with this chandelier?

No. The integrated LEDs are not compatible with any wall dimmer switch. Connecting a dimmer may damage the LED driver. If dimming is a requirement for your project, please contact us at before ordering.

What color temperature options are available?

Three options: Warm Light (3000K) for cozy dining and bedroom settings, Neutral Light (4000K) for kitchens and living rooms, and Cool Light (6000K) for offices and workspaces. Color temperature is selected at checkout and cannot be changed after purchase.

Can the hanging cable length be adjusted?

Yes. The fixture includes a 59″ (150 cm) adjustable cable. If you need a longer drop for high ceilings, contact us before ordering and we will arrange an extension.

Is this chandelier compatible with sloped ceilings?

Yes — the canopy accommodates ceiling slopes up to 30° without a separate adapter.

What is the difference between Gold and Black finish?

Gold is an electroplated metallic finish for a warm, lustrous appearance. Black is a painted finish for a clean matte look. The LED module and acrylic diffuser are identical between both options.

Does this fixture use replaceable bulbs?

No. The light source is an integrated LED module built into the fixture body — there is no replaceable bulb or socket. No separate bulb purchase is needed.

Additional information

Size

L 31.5″ x W 3.9″ x H 6.3″/ L 80cm x W 10cm x H 16cm, L 39.3″ x W 3.9″ x H 6.3″ / L 100cm x W 10cm x H 16cm, L 47.2″ x W 3.9″ x H 6.3″/ L 120cm x W 10cm x H 16cm

Colour

Gold & Clear, Gold & Black & Clear

Reviews

There are no reviews yet.

Be the first to review “Acrylic Linear Chandelier”

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