{"product_id":"vera-wall-lamp","title":"Vera Wall Lamp","description":"\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  白底        #f7f7f7  卡片底\n   * #e5e5e5  边框        #1a1a1a  正文\n   * #555555  次级文字    #b8924a  暖金强调\n   *\/\n  .vwl2-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  .vwl2-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 *\/\n  .vwl2-video-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .vwl2-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  .vwl2-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    .vwl2-video-grid { grid-template-columns: 1fr; }\n  }\n\n  \/* Hero 文案 *\/\n  .vwl2-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* 核心卖点卡片 *\/\n  .vwl2-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .vwl2-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  .vwl2-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .vwl2-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  .vwl2-layering-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  .vwl2-layering-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  .vwl2-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .vwl2-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  .vwl2-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  .vwl2-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .vwl2-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  .vwl2-swatch--beige { background: #e8dcc8; border-color: rgba(0,0,0,.15); }\n  .vwl2-swatch--green { background: #4a7a5a; }\n  .vwl2-swatch--brown { background: #7b4621; }\n  .vwl2-swatch--amber { background: #e08020; }\n\n  \/* 尺寸卡片组 *\/\n  .vwl2-size-cards {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 2rem;\n  }\n  .vwl2-size-card {\n    display: 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    flex: 1;\n    min-width: 220px;\n  }\n  .vwl2-size-card__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: .1rem;\n  }\n  .vwl2-size-card svg { flex-shrink: 0; }\n\n  \/* 规格列表 *\/\n  .vwl2-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  .vwl2-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  .vwl2-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  .vwl2-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .vwl2-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  .vwl2-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .vwl2-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  .vwl2-dl-item:hover { opacity: .65; }\n  .vwl2-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=\"vwl2-wrap\"\u003e\n\u003c!-- 视频 --\u003e\n\u003cdiv class=\"vwl2-section-title\"\u003eSee It In Action\u003c\/div\u003e\n\u003cdiv class=\"vwl2-video-grid\"\u003e\n\u003cdiv class=\"vwl2-video-box\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/GMEJUayW4uk\" title=\"Vera Wall Lamp\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"vwl2-video-box\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/KFGqxx9TUX4\" title=\"Turn Your Wall Into a Statement – Vera Wall Lamp\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"vwl2-video-box\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/7h2t8AQ6zsg\" title=\"Vera Wall Lamp | Sculptural Wall Lighting with a Warm Ambient Glow\" loading=\"lazy\"\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=\"vwl2-intro\"\u003eOverhead lighting fills a room. The \u003cstrong\u003eVera Wall Lamp\u003c\/strong\u003e completes one. Mounted at eye level, it casts a soft, directed warmth that a ceiling fixture never reaches — into corners, along walls, across the surfaces where people actually sit and linger.\u003c\/p\u003e\n\u003cp class=\"vwl2-intro\"\u003eThe hand-blown glass shade curves like a petal caught mid-movement. Each one is formed by hand, which means each one is slightly different — a small irregularity that makes the finished piece feel considered rather than manufactured.\u003c\/p\u003e\n\u003c!-- 核心卖点 --\u003e\n\u003cdiv class=\"vwl2-section-title\"\u003eWhat Vera Does\u003c\/div\u003e\n\u003cdiv class=\"vwl2-features\"\u003e\n\u003cdiv class=\"vwl2-feature-card\"\u003e\n\u003cspan class=\"vwl2-feature-card__icon\"\u003e🌿\u003c\/span\u003e \u003cspan class=\"vwl2-feature-card__title\"\u003eHand-Blown, Never Identical\u003c\/span\u003e Glass blown by hand carries a subtle fluid quality that machine-made shades don't have — a slight variation in curve, thickness, and translucency that makes each lamp quietly unique.\u003c\/div\u003e\n\u003cdiv class=\"vwl2-feature-card\"\u003e\n\u003cspan class=\"vwl2-feature-card__icon\"\u003e🌕\u003c\/span\u003e \u003cspan class=\"vwl2-feature-card__title\"\u003eWarm, Low Light\u003c\/span\u003e The translucent glass catches and softens the bulb — no glare, no harsh edges. Just a warm pool of light that settles a wall and the space in front of it.\u003c\/div\u003e\n\u003cdiv class=\"vwl2-feature-card\"\u003e\n\u003cspan class=\"vwl2-feature-card__icon\"\u003e🔆\u003c\/span\u003e \u003cspan class=\"vwl2-feature-card__title\"\u003eDimmer Compatible\u003c\/span\u003e Pull it down to the softest possible glow for evenings and bedtime. Bring it up when you need a little more. Same fixture, every setting.\u003c\/div\u003e\n\u003cdiv class=\"vwl2-feature-card\"\u003e\n\u003cspan class=\"vwl2-feature-card__icon\"\u003e🚿\u003c\/span\u003e \u003cspan class=\"vwl2-feature-card__title\"\u003eDamp Rated\u003c\/span\u003e Safe for bathrooms and covered outdoor areas — the rooms where good lighting is most often overlooked and most appreciated when it's right.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 层次照明横幅 --\u003e\n\u003cdiv class=\"vwl2-layering-banner\"\u003e\n\u003cspan class=\"vwl2-layering-banner__title\"\u003eThe Case for Layered Lighting\u003c\/span\u003e A single overhead light treats every moment the same. Layered lighting — a ceiling fixture, a wall sconce, a table lamp — gives a room range. Vera works as the layer that brings warmth and intimacy to a space that already has function. Place one beside a bed, flank a mirror with two, or use it to draw attention to a corner that deserves it. The room doesn't just look better. It feels different.\u003c\/div\u003e\n\u003c!-- 适用场景 --\u003e\n\u003cdiv class=\"vwl2-section-title\"\u003eWorks Best In\u003c\/div\u003e\n\u003cdiv class=\"vwl2-rooms\"\u003e\n\u003cspan class=\"vwl2-room-tag\"\u003e🛏 Beside the Bed\u003c\/span\u003e \u003cspan class=\"vwl2-room-tag\"\u003e🪞 Flanking a Mirror\u003c\/span\u003e \u003cspan class=\"vwl2-room-tag\"\u003e🚪 Hallway\u003c\/span\u003e \u003cspan class=\"vwl2-room-tag\"\u003e🛁 Bathroom\u003c\/span\u003e \u003cspan class=\"vwl2-room-tag\"\u003e🛋 Living Room Accent\u003c\/span\u003e \u003cspan class=\"vwl2-room-tag\"\u003e🍽 Dining Room\u003c\/span\u003e \u003cspan class=\"vwl2-room-tag\"\u003e🏡 Covered Porch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 颜色条 --\u003e\n\u003cdiv class=\"vwl2-color-bar\"\u003e\n\u003cdiv class=\"vwl2-color-bar__swatches\"\u003e\n\u003cspan class=\"vwl2-swatch vwl2-swatch--beige\" title=\"Beige White\"\u003e\u003c\/span\u003e \u003cspan class=\"vwl2-swatch vwl2-swatch--green\" title=\"Green\"\u003e\u003c\/span\u003e \u003cspan class=\"vwl2-swatch vwl2-swatch--brown\" title=\"Brown\"\u003e\u003c\/span\u003e \u003cspan class=\"vwl2-swatch vwl2-swatch--amber\" title=\"Amber\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan\u003eBeige White · Green · Brown · Amber\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 尺寸 --\u003e\n\u003cdiv class=\"vwl2-section-title\"\u003eProduct Size\u003c\/div\u003e\n\u003cdiv class=\"vwl2-size-cards\"\u003e\n\u003cdiv class=\"vwl2-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\u003cdiv\u003e\n\u003cspan class=\"vwl2-size-card__label\"\u003eFixture\u003c\/span\u003e \u003cstrong\u003eW 28 cm × H 25 cm\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #555; font-size: .85rem;\"\u003eW 11″ × H 10″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vwl2-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        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n        \u003cpolyline points=\"5 15 12 22 19 15\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"vwl2-size-card__label\"\u003eDistance From Wall\u003c\/span\u003e \u003cstrong\u003e13 cm\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #555; font-size: .85rem;\"\u003e5.1″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 规格详情 --\u003e\n\u003cdiv class=\"vwl2-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"vwl2-specs\"\u003e\n\u003cli\u003eBody: \u003cstrong\u003ehand-blown Glass\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMaterials: \u003cstrong\u003eMetal \u0026amp; Glass\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eWiring: \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSocket: \u003cstrong\u003eE26 or E27\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMax bulb: \u003cstrong\u003e2 × 10W\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\u003c!-- 认证徽章 --\u003e\n\u003cdiv class=\"vwl2-badges\"\u003e\n\u003cspan class=\"vwl2-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"vwl2-badge\"\u003e🌏 Australia\u003c\/span\u003e \u003cspan class=\"vwl2-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"vwl2-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 文档下载 --\u003e\n\u003cdiv class=\"vwl2-section-title\" style=\"margin-top: 2.5rem;\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"vwl2-downloads\"\u003e\n\u003ca class=\"vwl2-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1SV8pVf_OQU9IbDGaTKzq1sMqj5Qk-G34\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \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 Parameter \u003c\/a\u003e \u003ca class=\"vwl2-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1LZoiBW_cWZvq0hMUi0-fJMfy1GHNoNog\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \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 Installation \u003c\/a\u003e \u003ca class=\"vwl2-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1y18IS6iVFmpB4p07BNzVcE7no_O1vScw\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"3D model file\" loading=\"lazy\"\u003e 3D Files \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end .vwl2-wrap --\u003e","brand":"Docosilumen","offers":[{"title":"W 28cm x H 25cm \/ W 11″ x H 10″ \/ Beige White","offer_id":51288449286418,"sku":"DCW-DA9114-01","price":280.0,"currency_code":"CAD","in_stock":true},{"title":"W 28cm x H 25cm \/ W 11″ x H 10″ \/ Green","offer_id":51288449319186,"sku":"DCW-DA9114-02","price":280.0,"currency_code":"CAD","in_stock":true},{"title":"W 28cm x H 25cm \/ W 11″ x H 10″ \/ Brown","offer_id":51288449351954,"sku":"DCW-DA9114-03","price":280.0,"currency_code":"CAD","in_stock":true},{"title":"W 28cm x H 25cm \/ W 11″ x H 10″ \/ Amber","offer_id":51288449384722,"sku":"DCW-DA9114-04","price":280.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Vera_Wall_Lamp_11.jpg?v=1748499197","url":"https:\/\/docos.us\/en-ca\/products\/vera-wall-lamp","provider":"Docos","version":"1.0","type":"link"}