Description
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 */ .gkc-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .gkc-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1.1rem; } /* 视频网格:2×2(3 个视频) */ .gkc-video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 2rem; } .gkc-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .gkc-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media (max-width: 540px) { .gkc-video-grid { grid-template-columns: 1fr; } } /* Hero 文案 */ .gkc-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 产品图 */ .gkc-illus { margin: 1rem 0 2rem; text-align: center; } .gkc-illus img { max-width: 560px; width: 100%; border-radius: 8px; display: inline-block; border: 1px solid #e5e5e5; } /* 核心卖点卡片 */ .gkc-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .gkc-feature-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .gkc-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .gkc-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 设计背景横幅 */ .gkc-design-banner { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 2rem; font-size: .9rem; color: #555; line-height: 1.7; } .gkc-design-banner__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; letter-spacing: .04em; display: block; margin-bottom: .35rem; } /* 银杏胶水提示 */ .gkc-notice { display: flex; gap: 10px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .88rem; color: #5a3e10; line-height: 1.6; } .gkc-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 系列交叉销售 */ .gkc-series { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.2rem; margin-bottom: 2rem; text-decoration: none; transition: background .2s; } .gkc-series:hover { background: #f0ece4; } .gkc-series__icon { font-size: 1.4rem; flex-shrink: 0; } .gkc-series__label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .15rem; } .gkc-series__text { font-size: .88rem; color: #1a1a1a; font-weight: 500; } /* 适用场景 */ .gkc-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .gkc-room-tag { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .82rem; color: #555; display: flex; align-items: center; gap: 5px; } /* 颜色 swatches */ .gkc-color-bar { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #555; } .gkc-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .gkc-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.15); } .gkc-swatch–white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .gkc-swatch–brass { background: linear-gradient(135deg, #c8a040, #d8b060); } /* 四尺寸卡片 */ .gkc-size-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin-bottom: 2rem; } .gkc-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; } .gkc-size-card__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .5rem; } .gkc-size-card__sublabel { font-size: .72rem; color: #888; display: block; margin-bottom: .4rem; margin-top: -.3rem; } .gkc-size-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5; padding: .22rem 0; font-size: .85rem; color: #333; } .gkc-size-card__row:last-child { border-bottom: none; } .gkc-size-card__key { color: #777; font-size: .8rem; } /* 规格列表 */ .gkc-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .gkc-specs li { display: flex; align-items: flex-start; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .9rem; font-size: .9rem; color: #333; } .gkc-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* 认证徽章 */ .gkc-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .gkc-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .gkc-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .gkc-dl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #1a1a1a; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: opacity .2s; } .gkc-dl-item:hover { opacity: .65; } .gkc-dl-item img { width: 60px; height: 60px; object-fit: contain; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; padding: 8px; }
See It In Action
The Vico Gingko Chandelier brings the outside in — not as a motif or a pattern, but as a material fact. Ceramic ginkgo leaves, each formed individually, extend from a brass frame alongside frosted glass shades that diffuse the light into a soft, layered warmth. The effect, when lit, is somewhere between a chandelier and a living thing — a room object that changes the character of the ceiling above a dining table or entryway in a way that no other fixture quite manages.
Why Ginkgo The ginkgo is one of the oldest surviving tree species on Earth — its fan-shaped leaf has remained essentially unchanged for 200 million years. That persistence is part of what makes it a compelling design reference: a form that has proven itself over time rather than following a trend. The ceramic leaves on the Vico Chandelier carry that quality — each one is hand-formed, which means each cluster has a slight variation that mass-produced fixtures don’t. The chandelier looks assembled, not manufactured.
What Makes Vico Gingko
🍂 Ceramic Ginkgo Leaves Each leaf is made from fired ceramic — a material that carries weight and texture that plastic and metal leaf replicas don’t have. They catch the light differently from every angle in the room.
🫧 Blown Glass Shades The frosted glass diffuses each bulb into something soft and individual — multiple small points of warmth rather than one uniform output. The result is atmospheric in a way a single diffuser never achieves.
✨ Brass Frame The warm brass framework holds the composition together and adds a refined, considered quality to the fixture — whether the light is on or off, the chandelier reads as something made with care.
🔆 Dimmer Compatible From full brightness for a dinner party to a barely-there amber ambiance. Pair with a dimmer switch (sold separately) for complete control over the room’s mood.
🍃 About the Ginkgo Leaves: A small amount of glue is applied at the metal interface of each ceramic leaf to secure it during transit and long-term use. Slight glue residue on the leaf surface is a normal part of the production process — not a quality defect — and does not affect the appearance or functionality of the chandelier.
🍂
Gingko Collection View the entire Gingko series at Docos →
Made For
🍽 Dining Room 🏨 Entryway 🛋 Living Room 🛏 Bedroom 🏠 Open-Plan Space 📚 Study or Library
White shade · Brass frame
Choose Your Size
6 Heads Dining table, bedroom
Diameter Ø 60 cm / 23.6″
Height H 38 cm / 14.9″
Rod 30 cm / 11.8″
8 Heads Dining room, living room
Diameter Ø 80 cm / 31.4″
Height H 38 cm / 14.9″
Rod 30 cm / 11.8″
9 Heads Statement dining, entryway
Diameter Ø 80 cm / 31.4″
Height H 58 cm / 22.8″
Rod 50 cm / 19.6″
★ Most Popular 12 Heads Open-plan, high-ceiling spaces
Diameter Ø 98 cm / 38.5″
Height H 58 cm / 22.8″
Rod 50 cm / 19.6″
Details
- Shade: Blown Glass — White frosted finish
- Frame: Brass
- Materials: Brass, Glass & Ginkgo Ceramics
- Wiring: Hardwired
- Socket: G9
- Max bulb: 5W incandescent or LED equivalent
- Dimmer compatible (switch not included)
- Use: Indoor
- Certified: North America · Australia · Europe · Middle East
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation 3D Files
Reviews
There are no reviews yet.