Horizon Bloom Gingko Chandelier
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; marg in: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } /* Section label */ .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .65rem; } /* Videos — full width stacked */ .vk-video-stack { display: flex; flex-direction: column; gap: 12px; margin-bottom: .5rem; } .vk-video-wrap { width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #f0ebe4; display: block; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 12px; color: #aaa; text-align: center; margin-top: .35rem; margin-bottom: .25rem; } /* Instagram showcase */ .vk-ig-block { position: relative; border-radius: 10px; overflow: hidden; display: block; text-decoration: none; margin-bottom: .5rem; } .vk-ig-block img { width: 100%; height: auto; display: block; } .vk-ig-badge { position: absolute; bottom: 12px; left: 12px; background: rgba(0,0,0,.55); color: #fff; font-size: 12px; padding: 6px 12px; border-radius: 999px; } /* Instagram official embed */ .vk-ig-embed-wrap { border-radius: 10px; overflow: hidden; border: 1px solid #ece8e2; background: #f7f5f2; margin-bottom: .5rem; display: flex; justify-content: center; } .vk-ig-embed-wrap blockquote { margin: 0 !important; min-width: 0 !important; width: 100% !important; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Size table */ .vk-matrix { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 13px; } .vk-matrix th { background: #f7f5f2; padding: 9px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #9B7B5A; border-bottom: 1px solid #ece8e2; } .vk-matrix td { padding: 9px 10px; border-bottom: 1px solid #ece8e2; color: #444; vertical-align: middle; } .vk-matrix tr:last-child td { border-bottom: none; } .vk-matrix td:first-child { font-weight: 500; color: #1a1a1a; } /* Product images */ .vk-img-full { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; margin-bottom: .5rem; } .vk-img-caption { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; text-align: center; margin-bottom: 1.25rem; } .vk-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-img-grid img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; } /* Notice */ .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice.green { border-left-color: #4a8a3a; background: #f3f9f0; } .vk-notice.green h5 { color: #2d6620; } .vk-notice.gold { border-left-color: #c9a030; background: #faf7ee; } .vk-notice.gold h5 { color: #7a6010; } /* Bulb block */ .vk-bulb { background: #f7f5f2; border-radius: 8px; padding: .9rem 1rem; border: 1px solid #e8e0d5; margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } .vk-bulb a { color: #7C4E2A; text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .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: #888; width: 42%; padding-right: 1rem; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; } .vk-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #ddd; flex-shrink: 0; } .vk-swatch-label { font-size: 12px; color: #888; display: flex; align-items: center; gap: 5px; } /* Install list */ .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } /* Utility links */ .vk-util-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #7C4E2A; text-decoration: underline; text-underline-offset: 3px; margin-bottom: .5rem; display: block; } /* 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: #555; border: 1px solid #ddd; padding: 7px 14px; border-radius: 7px; text-decoration: none; background: #fff; } .vk-dl-btn:hover { background: #f5f5f5; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-img-grid { grid-template-columns: 1fr; } } A luxury chandelier that merges high-end design with the organic beauty of nature. Handcrafted from exquisite porcelain ginkgo leaves on a flexible metal frame, this light sculpture is more than a fixture — it is a mesmerizing work of art that creates a warm, revitalizing atmosphere in any sophisticated space. See It In Action Product overview Styled interior showcase As Seen In Real Homes View on Instagram ↗ "Every space was crafted to feel timeless, livable, and deeply personal." — @agcointeriordesign View this post on Instagram → Features Handcrafted Porcelain Each leaf is individually formed from fine porcelain — no two chandeliers are identical. Flexible Metal Branches Branches adjust and fan out freely — shape the sculpture to your preferred spread during installation. 7 Sizes Available From a compact 23.6" to a grand 78.7" span — scaled for any room from a bedroom to a grand lobby. Craftsmanship Notes Flexible branches — fan out during installation The listed dimensions represent the full span including the leaves. The metal branches are flexible and adjustable — please gently fan out the outer branches during installation to achieve the intended width and look. Glue residue on leaves — this is normal A small amount of adhesive is applied at the metal-ceramic interface of each leaf to ensure stability during shipping and long-term use. Slight glue residue on the leaf surface is a standard part of the production process and does not affect appearance or function. Bulb count note — customized product Bulbs are matched to fit the size and proportion of each piece. Please refer to the actual number of lamp holders received if it differs from what is listed in your order confirmation. Craftsmanship & installation detail Body & Shade Finishes Standard body finishes: Gold · Nickel · Black Select your preferred finish directly at checkout. Additional colors including Chrome, White, Copper, and others are available as custom orders — contact our support team for assistance. White ceramic leaves — available for Nickel & White body If you order a Nickel or White body, white ceramic leaves are available as an option. White leaves are designed to be installed without screws. Left: finish comparison · Right: included accessories package Available Sizes Dimensions include the full leaf spread. Cable hang height is adjustable up to 59" (150 cm) and can be extended on request. Length W × H Leaves Bulbs Weight 23.6" (60 cm) 13.8" × 13.8" ~45 4 11 lbs (5 kg) 31.5" (80 cm) 15.7" × 15.7" ~52 6 12.1 lbs (5.5 kg) 39.3" (100 cm) 17.7" × 17.7" ~68 8 13.2 lbs (6 kg) 47.2" (120 cm) 19.7" × 19.7" ~104 10 17.6 lbs (8 kg) 59" (150 cm) 23.6" × 23.6" ~119 12 26.4 lbs (12 kg) 70.9" (180 cm) 25.6" × 23.6" — 15 37.4 lbs (17 kg) 78.7" (200 cm) 27.6" × 25.6" — 18 46.3 lbs (21 kg) Size reference diagram Bulb & Light Source Bulb base automatically matched to your region — bulbs not included We select the correct bulb base based on your shipping address: E12 (candelabra base) for US and Canada orders, G9 for EU and Australia. No action needed on your end. Compatible with LED or Edison-style bulbs in the appropriate base type. Bulbs are not included. Learn more: E12/E14 guide · G9/G4 guide Specifications Materials Metal · Iron · Ceramics (porcelain leaves) Light source E12 base · LED or Edison bulb Base type automatically matched to shipping address — E12 for US/CA · G9 for EU/AU Voltage AC 110–240V Hang height Adjustable up to 59" (150 cm) · Custom lengths available Control Compatible with standard wall switch (not included) Wiring Hardwired Mounting Ceiling IP rating IP20 · Indoor use only · Not waterproof Certification North America · EU · AU · Saudi Arabia Body finishes Gold Nickel Black + custom colors on request Shade (leaves) White ceramic Installation Notes Hardwired installation — we recommend hiring a licensed electrician, especially for larger sizes (1.5 m and above) due to the fixture's weight. Gently fan out the outer branches after hanging to achieve the full spread shown in the product images — the branches arrive in a more compact position for shipping. Ceiling must be able to support the fixture's weight. For the 1.8 m and 2.0 m sizes, ensure structural reinforcement is in place before installation. Cable hang height adjusts up to 59" (150 cm). A custom length extension can be arranged — contact our support team. For indoor use only. Not suitable for bathrooms or any damp/wet locations. Resources How to replace the lamp holder (video) → Product Catalog (PDF) → Downloads Spec Sheet Installation Guide — 1.0 / 1.2 / 1.5 m Installation Guide — 1.8 / 2.0 m Request 3D Files Sizing & questions Our best-selling art chandelier, made to order in our own atelier — here is what most clients ask. What length should I choose for my dining table?+Pick a branch roughly 12″ shorter than the table at each end: a 72″ table pairs with the 47.2″ or 59″ length; grand 96″+ tables carry the 70.9″ or 78.7″ versions. Does it work over a kitchen island?+Yes — it is one of our most popular island chandeliers. Use the same sizing rule as tables and hang it 32–36″ above the countertop. Is it dimmable?+Yes, it works with standard LED dimmers for a warm evening glow. Which finish should I pick?+Gold is our best-seller and warms white interiors; black grounds modern spaces; nickel and white blend into minimalist and coastal rooms. Can I get a custom length?+Yes — the branch is made in our own atelier and can be sized to your space. Made to order in 15–20 days with free US shipping.
More you might like
Related
Horizon Bloom Porcelain Gingko Leaf Chandelier
Related