{"product_id":"vico-gingko-chandelier","title":"Vico Gingko Chandelier","description":"\u003c!-- ============================================================\n     VICO GINGKO CHANDELIER — Shopify Product Description\n     配色：匹配 docos.us 店铺主题\n     转化优化：自然灵感 + 艺术吊灯 + 空间主角\n     包含：消费者可视化内容 + GEO JSON-LD 结构化数据\n     ============================================================ --\u003e\u003c!-- ① JSON-LD 结构化数据 --\u003e\u003c!-- ② 样式 --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  白底        #f7f7f7  卡片底\n   * #e5e5e5  边框        #1a1a1a  正文\n   * #555555  次级文字    #b8924a  暖金强调\n   * #fff8ee  提示底      #e8c87a  提示边框\n   *\/\n  .gkc-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    background: #ffffff;\n  }\n\n  \/* 章节标题 *\/\n  .gkc-section-title {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    border-bottom: 1.5px solid #b8924a;\n    padding-bottom: .45rem;\n    margin: 2.2rem 0 1.1rem;\n  }\n\n  \/* 视频网格：2×2（3 个视频） *\/\n  .gkc-video-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .gkc-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n  }\n  .gkc-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n  @media (max-width: 540px) {\n    .gkc-video-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Hero 文案 *\/\n  .gkc-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* 产品图 *\/\n  .gkc-illus {\n    margin: 1rem 0 2rem;\n    text-align: center;\n  }\n  .gkc-illus img {\n    max-width: 560px;\n    width: 100%;\n    border-radius: 8px;\n    display: inline-block;\n    border: 1px solid #e5e5e5;\n  }\n\n  \/* 核心卖点卡片 *\/\n  .gkc-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .gkc-feature-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .85rem 1rem;\n    font-size: .85rem;\n    color: #333;\n    line-height: 1.55;\n  }\n  .gkc-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .gkc-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* 设计背景横幅 *\/\n  .gkc-design-banner {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: 1rem 1.2rem;\n    margin-bottom: 2rem;\n    font-size: .9rem;\n    color: #555;\n    line-height: 1.7;\n  }\n  .gkc-design-banner__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    letter-spacing: .04em;\n    display: block;\n    margin-bottom: .35rem;\n  }\n\n  \/* 银杏胶水提示 *\/\n  .gkc-notice {\n    display: flex;\n    gap: 10px;\n    background: #fff8ee;\n    border: 1px solid #e8c87a;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1rem;\n    margin-bottom: 2rem;\n    font-size: .88rem;\n    color: #5a3e10;\n    line-height: 1.6;\n  }\n  .gkc-notice__icon { flex-shrink: 0; margin-top: .05rem; }\n\n  \/* 系列交叉销售 *\/\n  .gkc-series {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .9rem 1.2rem;\n    margin-bottom: 2rem;\n    text-decoration: none;\n    transition: background .2s;\n  }\n  .gkc-series:hover { background: #f0ece4; }\n  .gkc-series__icon { font-size: 1.4rem; flex-shrink: 0; }\n  .gkc-series__label {\n    font-size: .68rem;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: #b8924a;\n    display: block;\n    margin-bottom: .15rem;\n  }\n  .gkc-series__text {\n    font-size: .88rem;\n    color: #1a1a1a;\n    font-weight: 500;\n  }\n\n  \/* 适用场景 *\/\n  .gkc-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .gkc-room-tag {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 20px;\n    padding: .3rem .9rem;\n    font-size: .82rem;\n    color: #555;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* 颜色 swatches *\/\n  .gkc-color-bar {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.1rem;\n    margin-bottom: 2rem;\n    font-size: .88rem;\n    color: #555;\n  }\n  .gkc-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .gkc-swatch {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    border: 2px solid rgba(0,0,0,.1);\n    box-shadow: 0 1px 4px rgba(0,0,0,.15);\n  }\n  .gkc-swatch--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); }\n  .gkc-swatch--brass { background: linear-gradient(135deg, #c8a040, #d8b060); }\n\n  \/* 四尺寸卡片 *\/\n  .gkc-size-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .gkc-size-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .9rem 1.1rem;\n  }\n  .gkc-size-card__label {\n    font-size: .68rem;\n    font-weight: 700;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #b8924a;\n    display: block;\n    margin-bottom: .5rem;\n  }\n  .gkc-size-card__sublabel {\n    font-size: .72rem;\n    color: #888;\n    display: block;\n    margin-bottom: .4rem;\n    margin-top: -.3rem;\n  }\n  .gkc-size-card__row {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    border-bottom: 1px solid #e5e5e5;\n    padding: .22rem 0;\n    font-size: .85rem;\n    color: #333;\n  }\n  .gkc-size-card__row:last-child { border-bottom: none; }\n  .gkc-size-card__key { color: #777; font-size: .8rem; }\n\n  \/* 规格列表 *\/\n  .gkc-specs {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 8px;\n  }\n  .gkc-specs li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    padding: .6rem .9rem;\n    font-size: .9rem;\n    color: #333;\n  }\n  .gkc-specs li::before {\n    content: '';\n    display: block;\n    width: 5px; height: 5px;\n    min-width: 5px;\n    border-radius: 50%;\n    background: #b8924a;\n    margin-top: 8px;\n  }\n\n  \/* 认证徽章 *\/\n  .gkc-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .gkc-badge {\n    background: #ffffff;\n    border: 1px solid #d4d4d4;\n    border-radius: 20px;\n    padding: .28rem .85rem;\n    font-size: .78rem;\n    color: #333;\n    font-weight: 500;\n    letter-spacing: .03em;\n  }\n\n  \/* 下载 *\/\n  .gkc-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .gkc-dl-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    color: #1a1a1a;\n    font-size: .78rem;\n    font-weight: 600;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    transition: opacity .2s;\n  }\n  .gkc-dl-item:hover { opacity: .65; }\n  .gkc-dl-item img {\n    width: 60px; height: 60px;\n    object-fit: contain;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    background: #fff;\n    padding: 8px;\n  }\n\u003c\/style\u003e\n\u003c!-- ③ 可视化内容 --\u003e\n\u003cdiv class=\"gkc-wrap\"\u003e\n\u003c!-- 视频 --\u003e\n\u003cdiv class=\"gkc-section-title\"\u003eSee It In Action\u003c\/div\u003e\n\u003cdiv class=\"gkc-video-grid\"\u003e\n\u003cdiv class=\"gkc-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Vico Gingko Chandelier\" src=\"https:\/\/www.youtube.com\/embed\/9pbCgWh2zMs?si=D3xf73Iml_xb9Y-M\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"gkc-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Gingko Chandelier Installation\" src=\"https:\/\/www.youtube.com\/embed\/Sr-iY_LBS8o\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"gkc-video-box\"\u003e\u003ciframe loading=\"lazy\" title=\"Vico Gingko Chandelier – Video 3\" src=\"https:\/\/www.youtube.com\/embed\/ovA6-UsefaY?si=JbtN5SQxYdUC6ME5\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero 文案 --\u003e\n\u003cp class=\"gkc-intro\"\u003eThe \u003cstrong\u003eVico Gingko Chandelier\u003c\/strong\u003e 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.\u003c\/p\u003e\n\u003c!-- 设计背景横幅 --\u003e\n\u003cdiv class=\"gkc-design-banner\"\u003e\n\u003cspan class=\"gkc-design-banner__title\"\u003eWhy Ginkgo\u003c\/span\u003e 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.\u003c\/div\u003e\n\u003c!-- 产品图 --\u003e\n\u003cdiv class=\"gkc-illus\"\u003e\u003cimg loading=\"lazy\" alt=\"Vico Gingko Chandelier — ceramic leaf and glass shade detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Gingko.png?v=1748247109\"\u003e\u003c\/div\u003e\n\u003c!-- 核心卖点 --\u003e\n\u003cdiv class=\"gkc-section-title\"\u003eWhat Makes Vico Gingko\u003c\/div\u003e\n\u003cdiv class=\"gkc-features\"\u003e\n\u003cdiv class=\"gkc-feature-card\"\u003e\n\u003cspan class=\"gkc-feature-card__icon\"\u003e🍂\u003c\/span\u003e \u003cspan class=\"gkc-feature-card__title\"\u003eCeramic Ginkgo Leaves\u003c\/span\u003e 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.\u003c\/div\u003e\n\u003cdiv class=\"gkc-feature-card\"\u003e\n\u003cspan class=\"gkc-feature-card__icon\"\u003e🫧\u003c\/span\u003e \u003cspan class=\"gkc-feature-card__title\"\u003eBlown Glass Shades\u003c\/span\u003e 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.\u003c\/div\u003e\n\u003cdiv class=\"gkc-feature-card\"\u003e\n\u003cspan class=\"gkc-feature-card__icon\"\u003e✨\u003c\/span\u003e \u003cspan class=\"gkc-feature-card__title\"\u003eBrass Frame\u003c\/span\u003e 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.\u003c\/div\u003e\n\u003cdiv class=\"gkc-feature-card\"\u003e\n\u003cspan class=\"gkc-feature-card__icon\"\u003e🔆\u003c\/span\u003e \u003cspan class=\"gkc-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e 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.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 银杏叶胶水提示 --\u003e\n\u003cdiv class=\"gkc-notice\"\u003e\n\u003cspan class=\"gkc-notice__icon\"\u003e🍃\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eAbout the Ginkgo Leaves:\u003c\/strong\u003e 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.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Ginkgo 系列交叉销售 --\u003e\u003ca rel=\"noopener\" href=\"https:\/\/docos.us\/search?q=Gingko\" class=\"gkc-series\" target=\"_blank\"\u003e\u003cspan class=\"gkc-series__icon\"\u003e🍂\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"gkc-series__label\"\u003eGingko Collection\u003c\/span\u003e \u003cspan class=\"gkc-series__text\"\u003eView the entire Gingko series at Docos →\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c!-- 适用场景 --\u003e\n\u003cdiv class=\"gkc-section-title\"\u003eMade For\u003c\/div\u003e\n\u003cdiv class=\"gkc-rooms\"\u003e\n\u003cspan class=\"gkc-room-tag\"\u003e🍽 Dining Room\u003c\/span\u003e \u003cspan class=\"gkc-room-tag\"\u003e🏨 Entryway\u003c\/span\u003e \u003cspan class=\"gkc-room-tag\"\u003e🛋 Living Room\u003c\/span\u003e \u003cspan class=\"gkc-room-tag\"\u003e🛏 Bedroom\u003c\/span\u003e \u003cspan class=\"gkc-room-tag\"\u003e🏠 Open-Plan Space\u003c\/span\u003e \u003cspan class=\"gkc-room-tag\"\u003e📚 Study or Library\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 颜色条 --\u003e\n\u003cdiv class=\"gkc-color-bar\"\u003e\n\u003cdiv class=\"gkc-color-bar__swatches\"\u003e\n\u003cspan title=\"White\" class=\"gkc-swatch gkc-swatch--white\"\u003e\u003c\/span\u003e \u003cspan title=\"Brass\" class=\"gkc-swatch gkc-swatch--brass\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan\u003eWhite shade · Brass frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 四尺寸卡片 --\u003e\n\u003cdiv class=\"gkc-section-title\"\u003eChoose Your Size\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-cards\"\u003e\n\u003cdiv class=\"gkc-size-card\"\u003e\n\u003cspan class=\"gkc-size-card__label\"\u003e6 Heads\u003c\/span\u003e \u003cspan class=\"gkc-size-card__sublabel\"\u003eDining table, bedroom\u003c\/span\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eDiameter\u003c\/span\u003e \u003cspan\u003eØ 60 cm \/ 23.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eHeight\u003c\/span\u003e \u003cspan\u003eH 38 cm \/ 14.9″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eRod\u003c\/span\u003e \u003cspan\u003e30 cm \/ 11.8″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card\"\u003e\n\u003cspan class=\"gkc-size-card__label\"\u003e8 Heads\u003c\/span\u003e \u003cspan class=\"gkc-size-card__sublabel\"\u003eDining room, living room\u003c\/span\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eDiameter\u003c\/span\u003e \u003cspan\u003eØ 80 cm \/ 31.4″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eHeight\u003c\/span\u003e \u003cspan\u003eH 38 cm \/ 14.9″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eRod\u003c\/span\u003e \u003cspan\u003e30 cm \/ 11.8″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card\"\u003e\n\u003cspan class=\"gkc-size-card__label\"\u003e9 Heads\u003c\/span\u003e \u003cspan class=\"gkc-size-card__sublabel\"\u003eStatement dining, entryway\u003c\/span\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eDiameter\u003c\/span\u003e \u003cspan\u003eØ 80 cm \/ 31.4″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eHeight\u003c\/span\u003e \u003cspan\u003eH 58 cm \/ 22.8″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eRod\u003c\/span\u003e \u003cspan\u003e50 cm \/ 19.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: relative; border-color: #b8924a; border-width: 2px; background: #fff8ee;\" class=\"gkc-size-card\"\u003e\n\u003cspan style=\"position: absolute; top: -1px; right: -1px; background: #b8924a; color: #fff; font-size: .58rem; font-weight: bold; letter-spacing: .08em; text-transform: uppercase; padding: .18rem .5rem; border-radius: 0 4px 0 4px; white-space: nowrap;\"\u003e★ Most Popular\u003c\/span\u003e \u003cspan class=\"gkc-size-card__label\"\u003e12 Heads\u003c\/span\u003e \u003cspan class=\"gkc-size-card__sublabel\"\u003eOpen-plan, high-ceiling spaces\u003c\/span\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eDiameter\u003c\/span\u003e \u003cspan\u003eØ 98 cm \/ 38.5″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eHeight\u003c\/span\u003e \u003cspan\u003eH 58 cm \/ 22.8″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gkc-size-card__row\"\u003e\n\u003cspan class=\"gkc-size-card__key\"\u003eRod\u003c\/span\u003e \u003cspan\u003e50 cm \/ 19.6″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 规格详情 --\u003e\n\u003cdiv class=\"gkc-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"gkc-specs\"\u003e\n\u003cli\u003eShade: \u003cstrong\u003eBlown Glass\u003c\/strong\u003e — White frosted finish\u003c\/li\u003e\n\u003cli\u003eFrame: \u003cstrong\u003eBrass\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMaterials: \u003cstrong\u003eBrass, Glass \u0026amp; Ginkgo Ceramics\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eWiring: \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSocket: \u003cstrong\u003eG9\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMax bulb: \u003cstrong\u003e5W\u003c\/strong\u003e incandescent or LED equivalent\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimmer compatible\u003c\/strong\u003e (switch not included)\u003c\/li\u003e\n\u003cli\u003eUse: \u003cstrong\u003eIndoor\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 认证徽章 --\u003e\n\u003cdiv class=\"gkc-badges\"\u003e\n\u003cspan class=\"gkc-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"gkc-badge\"\u003e🌏 Australia\u003c\/span\u003e \u003cspan class=\"gkc-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"gkc-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 文档下载 --\u003e\n\u003cdiv style=\"margin-top: 2.5rem;\" class=\"gkc-section-title\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"gkc-downloads\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1acLljKWjHbQNMaIVtRdMX7JIz8_JPVJb\/view?usp=sharing\" class=\"gkc-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Parameter document\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e Parameter \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1agEExBgf1D1y7H-fcFL5CXWRdgKazUZz\/view?usp=drive_link\" class=\"gkc-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"Installation guide\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e Installation \u003c\/a\u003e \u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1UMbiNtHIkTFrL1iozpx8RtKIvdqMoAMO\/view?usp=drive_link\" class=\"gkc-dl-item\" target=\"_blank\"\u003e \u003cimg loading=\"lazy\" alt=\"3D Files\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\"\u003e 3D Files \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Marriton","offers":[{"title":"6 heads Dia 60cm x H 38cm \/ ∅ 23.6″ x H 14.9″ \/ Brass body \u0026 White","offer_id":59411007177029,"sku":"DCC-8690-1","price":257.0,"currency_code":"GBP","in_stock":true},{"title":"8 heads Dia 80cm x H 38cm \/ ∅ 31.4″ x H 14.9″ \/ Brass body \u0026 White","offer_id":59411007209797,"sku":"DCC-8690-2","price":326.0,"currency_code":"GBP","in_stock":true},{"title":"9 heads Dia 80cm x H 58cm \/ ∅ 31.4″ x H 22.8″ \/ Brass body \u0026 White","offer_id":59411007242565,"sku":"DCC-8690-3","price":368.0,"currency_code":"GBP","in_stock":true},{"title":"12 heads Dia 98cm x H 58cm \/ ∅ 38.5″ x H 22.8″ \/ Brass body \u0026 White","offer_id":59411007275333,"sku":"DCC-8690-4","price":435.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1097\/2702\/3429\/files\/Vico_Gingko_Chandelier_1.jpg?v=1789748752","url":"https:\/\/marriton.com\/products\/vico-gingko-chandelier","provider":"Marriton","version":"1.0","type":"link"}