Lattice Chandelier
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-lattice-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680 px; margin: 0; padding: 0; } .vk-lattice-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-lattice-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-lattice-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #4a4a4a; margin-bottom: .65rem; } .vk-lattice-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-lattice-feat { background: #f5f5f5; border-radius: 8px; padding: .85rem; } .vk-lattice-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #e6e6e6; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-lattice-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-lattice-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-lattice-notice { border-left: 3px solid #888; background: #f5f5f5; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-lattice-notice h5 { font-size: 13px; font-weight: 500; color: #333; margin-bottom: .3rem; } .vk-lattice-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-lattice-notice a { color: #333; } .vk-lattice-notice.red { border-left-color: #c03030; background: #fef4f4; } .vk-lattice-notice.red h5 { color: #8a1010; } .vk-lattice-notice.red ul { margin: .35rem 0 0 1.1rem; padding: 0; font-size: 13px; color: #666; line-height: 1.65; } .vk-lattice-notice.red ul li { margin-bottom: .25rem; } .vk-lattice-matrix { width: 100%; border-collapse: collapse; margin-bottom: .75rem; font-size: 12px; } .vk-lattice-matrix th { background: #f5f5f5; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #4a4a4a; border-bottom: 1px solid #ece8e2; } .vk-lattice-matrix td { padding: 8px 10px; border-bottom: 1px solid #ece8e2; color: #444; font-size: 12px; } .vk-lattice-matrix tr:last-child td { border-bottom: none; } .vk-lattice-matrix td:first-child { font-weight: 500; color: #1a1a1a; white-space: nowrap; } .vk-lattice-matrix tbody tr:hover { background: #fafafa; } .vk-lattice-config-group { margin-bottom: 1rem; } .vk-lattice-config-group h4 { font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: #4a4a4a; margin-bottom: .4rem; padding-left: 10px; border-left: 3px solid #888; } .vk-lattice-spec-table { width: 100%; border-collapse: collapse; } .vk-lattice-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-lattice-spec-table tr:last-child { border-bottom: none; } .vk-lattice-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-lattice-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-lattice-finish-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin: .5rem 0 .85rem; } .vk-lattice-swatch { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #555; border: 1px solid #ddd; padding: 6px 10px; border-radius: 6px; background: #fff; } .vk-lattice-swatch-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); } .vk-lattice-install { list-style: none; padding: 0; margin: 0; } .vk-lattice-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-lattice-install li:last-child { border-bottom: none; } .vk-lattice-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #555; } .vk-lattice-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-lattice-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-lattice-dl-btn:hover { background: #f5f5f5; } .vk-lattice-faq { margin-top: .5rem; } .vk-lattice-faq-item { border-bottom: 1px solid #ece8e2; } .vk-lattice-faq-item:last-child { border-bottom: none; } .vk-lattice-faq-item > summary { list-style: none; cursor: pointer; padding: 14px 32px 14px 0; font-size: 15px; font-weight: 500; color: #1a1a1a; position: relative; line-height: 1.5; min-height: 44px; display: flex; align-items: center; } .vk-lattice-faq-item > summary::-webkit-details-marker { display: none; } .vk-lattice-faq-item > summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #555; border-bottom: 1.5px solid #555; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .vk-lattice-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .vk-lattice-faq-item[open] > summary { color: #333; } .vk-lattice-faq-a { font-size: 13px; color: #666; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } @media (max-width: 520px) { .vk-lattice-features { grid-template-columns: 1fr 1fr; } } A multi-tier wire-frame chandelier — black metal lines outline 3D polyhedral volumes stacked vertically, with cylindrical 3W LED terminals suspended below the lower tier. Designed for grand-scale architectural spaces: hotel lobbies, two-story atriums, restaurant entrances, gallery halls, and stairwells. Eight size and configuration combinations (20-, 43-, or 46-light arrangements at multiple drops up to 13 ft) to fit ceiling heights from 9 ft to 16+ ft. ⚠ Architectural installation — read before ordering The Lattice Chandelier is a heavy, complex, large-format fixture. The 46-light configuration weighs ~51 lbs; the largest 43-light drop reaches 13 ft. To ensure safe installation and long-term stability: Reinforced ceiling support is mandatory — engineering review recommended for residential ceilings or any drop over 8 ft. Licensed electrician with experience in chandelier installation strongly recommended — typical install time is 4–6 hours with two installers. Confirm your ceiling height matches the drop height before ordering. The 13 ft drop requires a minimum 14 ft ceiling. Pre-installation: a scaffold or lift is typically required, not a step ladder. Features Multi-tier polyhedral frame Black metal lines outline stacked 3D volumes — reads as architectural drawing brought into the room. 3W integrated LED terminals Each terminal is a sealed cylindrical LED — no bulbs to source. Total output scales with light count (60W / 129W / 138W). 8 size + drop combinations 20, 43, or 46 lights · drops from 43″ up to 13 ft · sized to fit standard rooms or grand atriums. Available Configurations 20-Light · for standard ceilings Variant Diameter Drop Weight Standard Drop Ø47.2″ (120 cm) 78.7″ (200 cm) ~13 lbs (6 kg) Long Drop Ø47.2″ (120 cm) 110″ (280 cm) ~13 lbs (6 kg) 43-Light · for atriums & tall stairwells Variant Diameter Drop Weight Compact 9.8 ft Ø35.4″ (90 cm) 118″ (300 cm) ~42 lbs (19 kg) Tall 13 ft Ø35.4″ (90 cm) 157.5″ (400 cm) ~42 lbs (19 kg) Wide-Tall 13 ft Ø59″ (150 cm) 157.5″ (400 cm) ~42 lbs (19 kg) 46-Light · for grand halls & commercial Variant Diameter Drop Weight Compact 3.6 ft Ø35.4″ (90 cm) 43.3″ (110 cm) ~51 lbs (23 kg) Medium 6.6 ft Ø35.4″ (90 cm) 78.7″ (200 cm) ~51 lbs (23 kg) Tall 9.2 ft Ø35.4″ (90 cm) 110.2″ (280 cm) ~51 lbs (23 kg) Finish Matte Black (wire frame) Black (LED terminal housing) Clear (LED lens) Specifications Material Powder-coated metal wire frame · plastic LED terminal housings · clear acrylic lenses Light source Integrated 3W LED per terminal — no bulb replacement (G9 base internal) Total wattage 20-light: 60W · 43-light: 129W · 46-light: 138W LED lifespan 30,000+ hours Voltage AC 110–240V (universal) Mounting Hardwired ceiling mount with reinforced canopy (Ø19.7″) Frame finish Matte black powder-coated Cable length 118″ (300 cm) on the longest standard variant; longer drops on request Control Compatible with TRIAC dimmers and standard wall switches (not included) Certification Certified for North America, EU, Australia, and Saudi Arabia Warranty 3 years on LED terminals · 2 years on frame and wiring Installation Notes Required: reinforced ceiling support (concrete beam, steel structural member, or engineered residential reinforcement). Drywall alone will not hold the 46-light at 51 lbs over its lifetime. Required: licensed electrician + scaffold or lift. Two-installer minimum. Plan 4–6 hours for the install of medium and large configurations. The wire frame ships in segments and assembles on-site — a step-by-step installation guide is provided. Do not over-tighten frame joints. LED terminals are pre-wired into the frame and individually replaceable from below — failed LED terminals can be swapped without removing the whole chandelier. Indoor dry locations only — not suitable for outdoor or high-humidity environments. Downloads & Resources Spec Sheet Install Guide (20-light) Install Guide (43-light) Install Guide (46-light) FAQs Which configuration fits my space? By ceiling height: 9 ft (residential dining) → 20-light Standard or 46-light Compact 3.6 ft. 11–12 ft (foyer, large dining) → 20-light Long Drop or 46-light Medium. 14+ ft atrium / two-story foyer → 43-light Tall or 46-light Tall. 16+ ft commercial atrium → 43-light Wide-Tall (Ø59″). Email [email protected] with your ceiling height and room photos for a recommendation. Can I install this myself? We strongly recommend against DIY for the 43-light and 46-light configurations — they weigh 42–51 lbs and require reinforced mounting, structural assessment, and 4–6 hours of two-person assembly with electrical work. The 20-light at 13 lbs is more manageable for a qualified DIYer with electrical experience, but a licensed electrician is still recommended. Improper installation risks fall hazards. If an LED terminal fails, can I replace just that one? Yes. Each cylindrical LED terminal connects to the frame via a sealed quick-disconnect — a failed terminal can be swapped from below without removing the chandelier. We keep replacement terminals in stock for 5 years after your order. Within 3-year LED warranty, replacements are free. How bright is it total? 20-light: 60W LED ≈ 4,800 lumens (equivalent to ~480W incandescent). 43-light: 129W ≈ 10,300 lumens. 46-light: 138W ≈ 11,000 lumens. Use TRIAC dimmer to scale brightness for the room. At full output, the 46-light is appropriate for spaces of 600+ sq ft with 12+ ft ceilings. What's the warranty? 3-year warranty on the LED terminals (rated 30,000+ hours, ~27 years at 3 hr/day). 2-year warranty on the wire frame, canopy, mounting hardware, and wiring. Replacement LED terminals available paid-service beyond warranty. Email [email protected] with photos for any claim.
More you might like
Related
Lattice Chandelier
Related
Lattice Chandelier
Related
Lattice Chandelier
Related