Gingko Branch Chandelier
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-gbranch-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680 px; margin: 0; padding: 0; } .vk-gbranch-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-gbranch-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-gbranch-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #A8895C; margin-bottom: .65rem; } .vk-gbranch-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 10px; overflow: hidden; background: #f0ebe4; display: block; margin-bottom: .5rem; } .vk-gbranch-video-wrap iframe { width: 100%; height: 100%; border: 0; display: block; } .vk-gbranch-video-caption { font-size: 12px; color: #aaa; text-align: center; margin-bottom: 1rem; } .vk-gbranch-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-gbranch-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-gbranch-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #f0e8d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-gbranch-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-gbranch-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-gbranch-notice { border-left: 3px solid #C7A66B; background: #faf6ee; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-gbranch-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-gbranch-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-gbranch-notice a { color: #7C4E2A; } .vk-gbranch-notice.amber { border-left-color: #d68b1d; background: #fdf6e8; } .vk-gbranch-notice.amber h5 { color: #8a5a10; } .vk-gbranch-control-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: .75rem; } .vk-gbranch-control-card { border: 1px solid #ddd; border-radius: 8px; padding: .85rem; } .vk-gbranch-control-card h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; } .vk-gbranch-control-card p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-gbranch-finish-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin: .5rem 0 .85rem; } .vk-gbranch-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-gbranch-swatch-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); } .vk-gbranch-matrix { width: 100%; border-collapse: collapse; margin-bottom: .75rem; font-size: 13px; } .vk-gbranch-matrix th { background: #f7f5f2; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #A8895C; border-bottom: 1px solid #ece8e2; } .vk-gbranch-matrix td { padding: 8px 10px; border-bottom: 1px solid #ece8e2; color: #444; font-size: 12px; } .vk-gbranch-matrix tr:last-child td { border-bottom: none; } .vk-gbranch-matrix td:first-child { font-weight: 500; color: #1a1a1a; } .vk-gbranch-spec-table { width: 100%; border-collapse: collapse; } .vk-gbranch-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-gbranch-spec-table tr:last-child { border-bottom: none; } .vk-gbranch-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-gbranch-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-gbranch-install { list-style: none; padding: 0; margin: 0; } .vk-gbranch-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-gbranch-install li:last-child { border-bottom: none; } .vk-gbranch-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C7A66B; } .vk-gbranch-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-gbranch-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-gbranch-dl-btn:hover { background: #f5f5f5; } .vk-gbranch-faq { margin-top: .5rem; } .vk-gbranch-faq-item { border-bottom: 1px solid #ece8e2; } .vk-gbranch-faq-item:last-child { border-bottom: none; } .vk-gbranch-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-gbranch-faq-item > summary::-webkit-details-marker { display: none; } .vk-gbranch-faq-item > summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #A8895C; border-bottom: 1.5px solid #A8895C; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .vk-gbranch-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .vk-gbranch-faq-item[open] > summary { color: #7C4E2A; } .vk-gbranch-faq-a { font-size: 13px; color: #666; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } @media (max-width: 520px) { .vk-gbranch-features { grid-template-columns: 1fr 1fr; } .vk-gbranch-control-split { grid-template-columns: 1fr; } } A linear gingko branch chandelier with hand-cast porcelain leaves arranged along a horizontal brass beam. Each leaf is angled individually, catching light at a different reflectance for a layered, organic glow. Three lengths — 39″ (6 lights), 47″ (8 lights), and 59″ (10 lights) — sized for dining tables from 5 to 10 ft, kitchen islands, and rectangular foyers. Four body finishes available: gold, nickel, white, and black. See It In Action Product showcase ⚠ Two things to know before you order 1. Faint glue marks on some leaves are normal. A small amount of adhesive is applied where each porcelain leaf meets its metal mount to keep leaves secure during shipping and long-term use. Residue is light, does not affect function or visible appearance from below, and is not a defect. 2. The listed length includes leaf span. Metal branches are flexible — on install, fan the outermost branches by hand to reach the full 39″, 47″, or 59″ span. The unfanned out-of-box length is shorter. Features Hand-cast porcelain leaves Individually cast ceramic ginkgo leaves, each angled for layered reflection. Linear brass beam Horizontal layout suits long dining tables and rectangular kitchen islands. 4 body finishes Gold, nickel, white, or black. White/nickel bodies pair with screwless white leaves. Configuration Options Size 39″ (6 lights) · 47″ (8 lights) · 59″ (10 lights). Linear layout. Bulb base (by region) E12 for North America & Canada · G9 for Europe, Australia, and other markets. Body Finishes Gold Nickel White Black Customization For white or nickel body finishes, white ceramic leaves install without screws for a cleaner look. Cable length, body finish (including custom colors), and leaf density are all customizable — email us with your ceiling height and table dimensions. Gingko Chandelier Sizes Variant Length Width Lights Small 39.4″ (100 cm) 11.8″ (30 cm) 6 × E12 / G9 Medium 47.2″ (120 cm) 11.8″ (30 cm) 8 × E12 / G9 Large 59.0″ (150 cm) 11.8″ (30 cm) 10 × E12 / G9 Specifications Material Hand-cast porcelain (white ceramic leaves) · iron and metal beam Light source E12 (NA & CA) or G9 (EU, AU, etc.) — LED or Edison bulb (sold separately) Voltage AC 110–240V (universal) Mounting Hardwired ceiling mount Body finish Gold (default) · nickel · white · black Leaf finish White porcelain ginkgo leaves Cable length 59″ adjustable; extensions on request Control Compatible with common wall switches and dimmers (not included) Certification Certified for North America, EU, Australia, and Saudi Arabia Warranty 2 years on fixture and wiring Installation Notes After hanging the frame, fan out the outermost branches by hand to reach the full 39″, 47″, or 59″ span — the chandelier ships compact and is opened on install. E12 (NA/CA) or G9 (EU/AU) bulbs sold separately. 2700K warm-white LED preserves the porcelain's natural cream tone. Indoor dry locations only — not for bathrooms, kitchens above stovetops, or covered outdoor areas. Downloads & Resources Spec Sheet Installation Guide Product Catalog ▶ Replace lamp holder FAQs Which bulb base does this chandelier use — E12 or G9? E12 candelabra base for North America and Canada; G9 base for Europe, Australia, and other 220V markets. Both versions accept LED or Edison bulbs (sold separately). 2700K warm white preserves the porcelain leaf tone. Which size should I order — 39″, 47″, or 59″? For a 5–6 ft dining table or short kitchen island: 39″ (6 lights). For 7–8 ft tables: 47″ (8 lights). For 9–10 ft tables or long rectangular islands: 59″ (10 lights). The chandelier hangs along the long axis of the surface. Can I customize the body finish or get white leaves without screws? Yes. 4 standard body finishes (gold, nickel, white, black). When you choose white or nickel body, the white ceramic leaves install without screws for a cleaner look. Custom finish colors are available — email [email protected]. I see faint marks on some leaves — is that a defect? No. A small amount of adhesive is applied at each leaf-to-metal joint to secure the porcelain during shipping and long-term use. Light residue near the joint is part of the production process and does not affect appearance from below or function. What's the warranty and can the lamp holder be replaced? 2-year warranty on fixture and wiring. Lamp holders are field-replaceable — see the "Replace lamp holder" video in Downloads. E12/G9 bulbs are standard replaceable parts at any hardware store.
More you might like
Related
Gingko Long Branch Chandelier
Related
Gingko Long Branch Chandelier
Related
Gingko Long Branch Chandelier
Related