{"product_id":"carolia-wall-lamp","title":"Carolia Wall Lamp","description":"\u003c!-- ============================================================\n     CAROLIA WALL LAMP — Shopify Product Description\n     配色：匹配 docos.us 店铺主题\n     转化优化：优雅壁灯 + 柔和光线 + 空间精致提升\n     包含：消费者可视化内容 + GEO JSON-LD 结构化数据\n     ============================================================ --\u003e\n\n\u003c!-- ① JSON-LD 结构化数据 --\u003e\n\n\n\u003c!-- ② 样式 --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  白底        #f7f7f7  卡片底\n   * #e5e5e5  边框        #1a1a1a  正文\n   * #555555  次级文字    #b8924a  暖金强调\n   * #fff8ee  提示底      #e8c87a  提示边框\n   *\/\n  .cwl-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  .cwl-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  \/* 视频：单列全宽堆叠 *\/\n  .cwl-video-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 2rem;\n  }\n  .cwl-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  .cwl-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n\n  \/* Hero 文案 *\/\n  .cwl-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* 核心卖点卡片 *\/\n  .cwl-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .cwl-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  .cwl-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .cwl-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  .cwl-stone-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  .cwl-stone-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  .cwl-pair-cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .cwl-pair-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  .cwl-pair-card__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; }\n  .cwl-pair-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n  @media (max-width: 400px) {\n    .cwl-pair-cards { grid-template-columns: 1fr; }\n  }\n\n  \/* 适用场景 *\/\n  .cwl-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .cwl-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  .cwl-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    flex-wrap: wrap;\n    gap: 8px 14px;\n  }\n  .cwl-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .cwl-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  .cwl-swatch--gold   { background: linear-gradient(135deg, #c8a040, #e8c060); }\n  .cwl-swatch--black  { background: #1e1a17; }\n  .cwl-swatch--beige  { background: #d4c4a0; }\n  .cwl-swatch--white  { background: #f4f0e8; border-color: rgba(0,0,0,.18); }\n  .cwl-swatch--walnut { background: #5a3018; }\n  .cwl-swatch--wood   { background: #b8844a; }\n\n  \/* 尺寸卡片 *\/\n  .cwl-size-card {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.2rem;\n    font-size: .9rem;\n    color: #1a1a1a;\n    margin-bottom: 2rem;\n  }\n  .cwl-size-card svg { flex-shrink: 0; }\n\n  \/* 规格列表 *\/\n  .cwl-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  .cwl-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  .cwl-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  .cwl-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .cwl-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  .cwl-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .cwl-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  .cwl-dl-item:hover { opacity: .65; }\n  .cwl-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\n\u003c!-- ③ 可视化内容 --\u003e\n\u003cdiv class=\"cwl-wrap\"\u003e\n\n  \u003c!-- 视频 --\u003e\n  \u003cdiv class=\"cwl-section-title\"\u003eSee It In Action\u003c\/div\u003e\n  \u003cdiv class=\"cwl-video-grid\"\u003e\n    \u003cdiv class=\"cwl-video-box\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/rQoVeQFBeH0?si=_Rdkv9U7s6dFo9-8\" title=\"Carolia Wall Lamp\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwl-video-box\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Pbq4QoFsK3w\" title=\"Natural Stone Lighting That Transforms Space | Travertine Collection\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero 文案 --\u003e\n  \u003cp class=\"cwl-intro\"\u003e\n    The \u003cstrong\u003eCarolia Wall Lamp\u003c\/strong\u003e begins with travertine — a stone shaped over thousands\n    of years in thermal springs, cut here into a wide, brimmed shade that softens and warms the\n    light passing through it. The metal arm, finished in gold, curves cleanly away from a minimal\n    water-transfer printed metal wall mount. Three materials, one cohesive object. A wall that\n    holds Carolia looks finished in a way that a painting or a mirror alone never quite achieves.\n  \u003c\/p\u003e\n\n  \u003c!-- 核心卖点 --\u003e\n  \u003cdiv class=\"cwl-section-title\"\u003eWhat Carolia Brings\u003c\/div\u003e\n  \u003cdiv class=\"cwl-features\"\u003e\n    \u003cdiv class=\"cwl-feature-card\"\u003e\n      \u003cspan class=\"cwl-feature-card__icon\"\u003e🪨\u003c\/span\u003e\n      \u003cspan class=\"cwl-feature-card__title\"\u003eYellow Travertine Shade\u003c\/span\u003e\n      Stone cut thin enough to diffuse light creates a warmth that acrylic and\n      glass don't — the natural mineral variation in the travertine gives each\n      lamp a slightly different quality of glow. No two are identical.\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwl-feature-card\"\u003e\n      \u003cspan class=\"cwl-feature-card__icon\"\u003e✨\u003c\/span\u003e\n      \u003cspan class=\"cwl-feature-card__title\"\u003eGold Metal Arm \u0026amp; Water-Transfer Metal Mount\u003c\/span\u003e\n      The metal arm, finished in gold, curves with restrained elegance from a minimal\n      water-transfer printed metal backplate — three materials that each belong to a\n      different design language, resolved into something that feels entirely coherent.\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwl-feature-card\"\u003e\n      \u003cspan class=\"cwl-feature-card__icon\"\u003e🔆\u003c\/span\u003e\n      \u003cspan class=\"cwl-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e\n      From task-level reading light to the lowest possible bedside glow.\n      Pair with a dimmer switch (sold separately) for full control over\n      the mood of the wall and the room around it.\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwl-feature-card\"\u003e\n      \u003cspan class=\"cwl-feature-card__icon\"\u003e🚿\u003c\/span\u003e\n      \u003cspan class=\"cwl-feature-card__title\"\u003eDamp Rated\u003c\/span\u003e\n      Suitable for bathrooms and covered outdoor areas — spaces where natural\n      materials and warm light are most appreciated and least commonly found.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 石材说明 --\u003e\n  \u003cdiv class=\"cwl-stone-banner\"\u003e\n    \u003cspan class=\"cwl-stone-banner__title\"\u003eWhy Travertine — and What Makes Each One Different\u003c\/span\u003e\n    Travertine is a sedimentary stone formed in mineral-rich springs and rivers over thousands\n    of years. The natural variations in color, veining, and the characteristic small voids in the\n    surface are not imperfections — they're the geological record of how the stone was made.\n    When the bulb is on, light passes through these variations differently in every piece,\n    creating a glow that no manufactured material can replicate exactly. The shade you receive\n    will be genuinely unlike any other.\n  \u003c\/div\u003e\n\n  \u003c!-- 成对建议 --\u003e\n  \u003cdiv class=\"cwl-section-title\"\u003eOne or Two\u003c\/div\u003e\n  \u003cdiv class=\"cwl-pair-cards\"\u003e\n    \u003cdiv class=\"cwl-pair-card\"\u003e\n      \u003cspan class=\"cwl-pair-card__icon\"\u003e🕯\u003c\/span\u003e\n      \u003cspan class=\"cwl-pair-card__title\"\u003eSingle — Wall Accent\u003c\/span\u003e\n      One Carolia beside a bed, above a console, or at the end of a hallway —\n      a single natural material moment that makes the wall feel chosen.\n    \u003c\/div\u003e\n    \u003cdiv class=\"cwl-pair-card\"\u003e\n      \u003cspan class=\"cwl-pair-card__icon\"\u003e🪞\u003c\/span\u003e\n      \u003cspan class=\"cwl-pair-card__title\"\u003ePair — Symmetry \u0026amp; Balance\u003c\/span\u003e\n      Two Carolias flanking a bed or mirror replace nightstand clutter\n      with balanced, warm light on both sides. The travertine variations\n      mean each lamp looks slightly different — the pairing feels curated,\n      not factory-matched.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 适用场景 --\u003e\n  \u003cdiv class=\"cwl-section-title\"\u003eWorks In\u003c\/div\u003e\n  \u003cdiv class=\"cwl-rooms\"\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🛏 Bedside — single or pair\u003c\/span\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🪞 Beside a Mirror\u003c\/span\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🚪 Hallway\u003c\/span\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🛁 Bathroom\u003c\/span\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🛋 Living Room Accent\u003c\/span\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🖼 Above a Console\u003c\/span\u003e\n    \u003cspan class=\"cwl-room-tag\"\u003e🏡 Covered Porch\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 颜色条 --\u003e\n  \u003cdiv class=\"cwl-color-bar\"\u003e\n    \u003cdiv class=\"cwl-color-bar__swatches\"\u003e\n      \u003cspan class=\"cwl-swatch cwl-swatch--gold\" title=\"Gold\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"cwl-swatch cwl-swatch--black\" title=\"Black\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"cwl-swatch cwl-swatch--beige\" title=\"Beige\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"cwl-swatch cwl-swatch--white\" title=\"White\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"cwl-swatch cwl-swatch--walnut\" title=\"Walnut Color\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"cwl-swatch cwl-swatch--wood\" title=\"Wood Color\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cspan\u003eGold · Black · Beige · White · Walnut Color · Wood Color\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 尺寸 --\u003e\n  \u003cdiv class=\"cwl-section-title\"\u003eProduct Size\u003c\/div\u003e\n  \u003cdiv class=\"cwl-size-card\"\u003e\n    \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b8924a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"2\" y=\"7\" width=\"20\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n      \u003cline x1=\"6\" y1=\"7\" x2=\"6\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"10\" y1=\"7\" x2=\"10\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"14\" y1=\"7\" x2=\"14\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"18\" y1=\"7\" x2=\"18\" y2=\"11\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e\n    \u003cspan\u003e\u003cstrong\u003eW 25 cm × H 20 cm\u003c\/strong\u003e  \/  W 9.8″ × H 7.8″\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 规格详情 --\u003e\n  \u003cdiv class=\"cwl-section-title\"\u003eDetails\u003c\/div\u003e\n  \u003cul class=\"cwl-specs\"\u003e\n    \u003cli\u003eShade: \u003cstrong\u003eYellow Travertine\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eMaterials: \u003cstrong\u003eMetal (water-transfer printed) \u0026amp; Travertine\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\u003e\n\u003cstrong\u003eDamp rated\u003c\/strong\u003e — bathrooms \u0026amp; covered outdoor areas\u003c\/li\u003e\n    \u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- 认证徽章 --\u003e\n  \u003cdiv class=\"cwl-badges\"\u003e\n    \u003cspan class=\"cwl-badge\"\u003e🌎 North America\u003c\/span\u003e\n    \u003cspan class=\"cwl-badge\"\u003e🌏 Australia\u003c\/span\u003e\n    \u003cspan class=\"cwl-badge\"\u003e🌍 Europe\u003c\/span\u003e\n    \u003cspan class=\"cwl-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 文档下载 --\u003e\n  \u003cdiv class=\"cwl-section-title\" style=\"margin-top:2.5rem;\"\u003eDownloads\u003c\/div\u003e\n  \u003cdiv class=\"cwl-downloads\"\u003e\n\n    \u003ca class=\"cwl-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1GKanAdMp-dY2TzzL8qXVNirCX8exSl_7\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"Parameter document\" loading=\"lazy\"\u003e\n      Parameter\n    \u003c\/a\u003e\n\n    \u003ca class=\"cwl-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1sdG5v4xlUaqQEleA1TEU9UStblblY54G\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"Installation guide\" loading=\"lazy\"\u003e\n      Installation\n    \u003c\/a\u003e\n\n    \u003ca class=\"cwl-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1pUdDHgsq4P2eiot36UwXJuXcS79TPKKY\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"3D Files\" loading=\"lazy\"\u003e\n      3D Files\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .cwl-wrap --\u003e","brand":"Marriton","offers":[{"title":"W 25cm x H 20cm \/ W 9.8″ x H 7.8″ \/ Black \u0026 Beige \u0026 White","offer_id":59411007537477,"sku":"DCW-06778-1","price":235.0,"currency_code":"GBP","in_stock":true},{"title":"W 25cm x H 20cm \/ W 9.8″ x H 7.8″ \/ Gold \u0026 Beige \u0026 White","offer_id":59411007570245,"sku":"DCW-06778-2","price":235.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1097\/2702\/3429\/files\/Carolia_Wall_Lamp_1_511e8bf1-eaf8-4020-b601-b52e8e77dfa7.jpg?v=1789748759","url":"https:\/\/marriton.com\/products\/carolia-wall-lamp","provider":"Marriton","version":"1.0","type":"link"}