{"product_id":"multi-lite-portable-table-lamp-built-in-battery","title":"Lampe de Table Portable Multi-lite (Batterie Intégrée)","description":"\u003cbody\u003e\n\u003cmeta charset=\"utf-8\"\/\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\/\u003e\n\u003ctitle\u003e产品详情页预览\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\/\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\/\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    body { background-color: #ffffff; padding: 20px; }\n    .pd-wrap { font-family: 'DM Sans', sans-serif; color: #2c2820; max-width: 800px; margin: 0 auto; }\n    .pd-wrap p { margin-bottom: 0; }\n\n    .pd-lead { border-top: 1px solid #c8b89a; padding-top: 28px; margin-bottom: 36px; }\n    .pd-lead__text { font-size: 14px; font-weight: 400; line-height: 1.75; color: #2c2820; }\n\n    \/* ── Feature Strip ── *\/\n    .pd-features { \n      display: grid; \n      grid-template-columns: repeat(4, 1fr); \n      border: 1px solid #c8b89a; \n      margin-bottom: 40px; \n      background: #faf8f4; \n    }\n    .pd-feature { \n      padding: 20px 16px; \n      text-align: center; \n      border-right: 1px solid #c8b89a; \n    }\n    .pd-feature:last-child { border-right: none; }\n\n    @media (max-width: 560px) { \n      .pd-features { grid-template-columns: repeat(2, 1fr); } \n      .pd-feature { border-bottom: 1px solid #c8b89a; } \n      .pd-feature:nth-child(even) { border-right: none; } \n      .pd-feature:nth-last-child(-n+2) { border-bottom: none; } \n    }\n\n    .pd-feature__icon { width: 36px; height: 36px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; }\n    .pd-feature__label { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #9c7c4a; margin-bottom: 4px; }\n    .pd-feature__value { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: #2c2820; line-height: 1.3; }\n\n    .pd-wrap .pd-section-title { font-size: 10px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: #9c7c4a; margin-top: 40px; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #c8b89a; }\n    \n    \/* ── Specifications 表格样式 ── *\/\n    .pd-wrap table.pd-specs-table { display: table !important; width: 100% !important; border-collapse: collapse !important; margin-bottom: 40px !important; table-layout: fixed !important; border: none !important; background: transparent !important; }\n    .pd-wrap table.pd-specs-table tbody { display: table-row-group !important; }\n    .pd-wrap table.pd-specs-table tr { display: table-row !important; border: none !important; background: transparent !important; }\n    .pd-wrap table.pd-specs-table td { display: table-cell !important; padding: 12px 0 !important; border: none !important; border-bottom: 1px solid #e8e0d4 !important; vertical-align: middle !important; line-height: 1.4 !important; background: transparent !important; }\n    .pd-wrap table.pd-specs-table td.pd-spec-key { font-size: 12px !important; font-weight: 500 !important; color: #7a6a58 !important; width: 16% !important; padding-right: 12px !important; text-align: left !important; }\n    .pd-wrap table.pd-specs-table td.pd-spec-val { font-size: 13px !important; color: #2c2820 !important; text-align: right !important; width: 32% !important; }\n    .pd-wrap table.pd-specs-table td.pd-spec-gap { width: 4% !important; border-bottom: none !important; padding: 0 !important; }\n    .pd-wrap table.pd-specs-table td.pd-no-border { border-bottom: none !important; }\n    \n    .pd-swatches { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }\n    .swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.15); flex-shrink: 0; position: relative; cursor: default; transition: transform 0.15s, box-shadow 0.15s; font-size: 0; color: transparent; }\n    .swatch:hover { transform: scale(1.25); box-shadow: 0 2px 6px rgba(0,0,0,0.18); }\n    .swatch::after { content: attr(data-color); position: absolute; bottom: calc(100% + 7px); left: 50%; transform: translateX(-50%); background: #2c2820; color: #faf8f4; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.04em; white-space: nowrap; padding: 4px 8px; pointer-events: none; opacity: 0; transition: opacity 0.15s; z-index: 10; line-height: 1.2; }\n    .swatch::before { content: ''; position: absolute; bottom: calc(100% + 3px); left: 50%; transform: translateX(-50%); border: 4px solid transparent; border-top-color: #2c2820; pointer-events: none; opacity: 0; transition: opacity 0.15s; z-index: 10; }\n    .swatch:hover::after, .swatch:hover::before { opacity: 1; }\n\n    @media (max-width: 480px) {\n      .pd-wrap table.pd-specs-table, \n      .pd-wrap table.pd-specs-table tbody { display: block !important; width: 100% !important; }\n      .pd-wrap table.pd-specs-table tr { display: flex !important; flex-wrap: wrap !important; width: 100% !important; }\n      .pd-wrap table.pd-specs-table td { display: block !important; }\n      .pd-wrap table.pd-specs-table td.pd-spec-gap { display: none !important; }\n      .pd-wrap table.pd-specs-table td.pd-spec-key { width: 35% !important; padding: 12px 0 !important; border-bottom: 1px solid #e8e0d4 !important; text-align: left !important; }\n      .pd-wrap table.pd-specs-table td.pd-spec-val { width: 65% !important; padding: 12px 0 !important; border-bottom: 1px solid #e8e0d4 !important; text-align: right !important; }\n      .pd-wrap table.pd-specs-table td.pd-no-border { border-bottom: 1px solid #e8e0d4 !important; }\n      .pd-wrap table.pd-specs-table tr:last-child td:nth-last-child(1),\n      .pd-wrap table.pd-specs-table tr:last-child td:nth-last-child(2) { border-bottom: none !important; }\n      .pd-swatches { justify-content: flex-end !important; }\n    }\n\n    \/* ── Size comparison 表格样式 ── *\/\n    .pd-wrap table.pd-size-table-html { display: table !important; width: 100% !important; border-collapse: collapse !important; margin-bottom: 40px !important; border: 1px solid #e8e0d4 !important; text-align: center !important; }\n    .pd-wrap table.pd-size-table-html thead { display: table-header-group !important; }\n    .pd-wrap table.pd-size-table-html tbody { display: table-row-group !important; }\n    .pd-wrap table.pd-size-table-html tr { display: table-row !important; background: transparent !important; border: none !important; }\n    .pd-wrap table.pd-size-table-html th { display: table-cell !important; padding: 10px 8px !important; background: #faf8f4 !important; border: none !important; border-bottom: 1px solid #c8b89a !important; border-right: 1px solid #e8e0d4 !important; font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; color: #9c7c4a !important; white-space: nowrap !important; }\n    .pd-wrap table.pd-size-table-html th:last-child { border-right: none !important; }\n    .pd-wrap table.pd-size-table-html td { display: table-cell !important; padding: 14px 8px !important; border: none !important; border-bottom: 1px solid #e8e0d4 !important; border-right: 1px solid #e8e0d4 !important; font-size: 13px !important; color: #2c2820 !important; line-height: 1.5 !important; vertical-align: middle !important; }\n    .pd-wrap table.pd-size-table-html td:last-child { border-right: none !important; }\n    .pd-wrap table.pd-size-table-html tr:last-child td { border-bottom: none !important; }\n    \n    .pd-size-main { display: block; font-size: 13px; font-weight: 500; color: #2c2820; white-space: nowrap; }\n    .pd-size-sub { display: block; font-size: 11px; color: #9c7c4a; margin-top: 3px; }\n    .pd-size-config { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 500; color: #2c2820; }\n    .pd-size-config-sub { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #9c7c4a; margin-top: 3px; }\n\n    .pd-highlights { list-style: none; margin-bottom: 40px; }\n    .pd-highlights li { display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid #e8e0d4; font-size: 14px; line-height: 1.55; color: #3a3028; }\n    .pd-highlights li:last-child { border-bottom: none; }\n    .pd-bullet { width: 5px; height: 5px; background: #9c7c4a; border-radius: 50%; flex-shrink: 0; margin-top: 7px; font-size: 0; color: transparent; line-height: 0; }\n    .pd-certs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }\n    .pd-cert-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border: 1px solid #c8b89a; font-size: 11px; font-weight: 500; color: #6a5a42; letter-spacing: 0.04em; background: #faf8f4; }\n    .cert-dot { width: 6px; height: 6px; border-radius: 50%; background: #9c7c4a; flex-shrink: 0; font-size: 0; color: transparent; line-height: 0; }\n\n    \/* ── Notice ── *\/\n    .pd-notice { padding: 14px 16px; border-left: 3px solid; margin-bottom: 24px; }\n    .pd-notice--shipping { background: #fcf9ee; border-color: #c99f45; }\n    .pd-notice--shipping .pd-notice__label { color: #c99f45; letter-spacing: 0.1em; }\n    .pd-notice--shipping .pd-notice__text { color: #3d352b; font-weight: 600; font-size: 14px; }\n    .pd-notice--quality { background: #fcf4f4; border-color: #e26d6d; }\n    .pd-notice--quality .pd-notice__label { color: #c94c4c; }\n    .pd-notice--quality .pd-notice__text { color: #2c2820; font-weight: 500; }\n    .pd-notice__label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 5px; }\n    .pd-notice__text { font-size: 13px; line-height: 1.5; }\n\n    \/* ── Gallery ── *\/\n    .pd-img-row { display: flex; gap: 16px; margin-bottom: 8px; align-items: flex-end; flex-wrap: wrap; }\n    .pd-img-block { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }\n    \n    \/* 注意：这里缩略图改为了块级元素，配合纯 CSS 弹窗逻辑 *\/\n    .pd-img-thumb { display: block; position: relative; border: 1px solid #e8e0d4; background: #faf8f4; overflow: hidden; cursor: zoom-in; flex-shrink: 0; }\n    .pd-img-thumb img { display: block; pointer-events: none; transition: opacity 0.25s; }\n    .pd-img-thumb:hover img { opacity: 0.88; }\n    .pd-img-thumb::after { content: ''; position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; background: rgba(44,40,32,0.55) url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='14' height='14' fill='none'%3E%3Ccircle cx='6' cy='6' r='4.5' stroke='%23fff' stroke-width='1.2'\/%3E%3Cpath d='M9.5 9.5l3 3' stroke='%23fff' stroke-width='1.2' stroke-linecap='round'\/%3E%3C\/svg%3E\") center\/14px no-repeat; border: 1px solid rgba(255,255,255,0.3); pointer-events: none; opacity: 0; transition: opacity 0.18s; }\n    .pd-img-thumb:hover::after { opacity: 1; }\n    #pdThumb1 { height: 220px !important; width: auto !important; }\n    #pdThumb1 img { height: 220px !important; width: auto !important; max-width: none !important; }\n    #pdThumb2 { height: 220px !important; width: auto !important; }\n    #pdThumb2 img { height: 220px !important; width: auto !important; max-width: none !important; }\n    .pd-img-caption { font-size: 11px; color: #9c7c4a; letter-spacing: 0.05em; text-transform: uppercase; }\n    .pd-wrap .pd-gallery-hint { font-size: 12px; color: #7a6a58; letter-spacing: 0.02em; margin-top: 4px; margin-bottom: 40px; display: block; }\n\n    \/* ── Download buttons ── *\/\n    .pd-downloads { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }\n    .pd-download-link { display: inline-flex !important; align-items: center; gap: 0; padding: 0 18px 0 0; background: #4A5248 !important; border: 1px solid #4A5248 !important; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: #e8ede7 !important; text-decoration: none !important; text-transform: uppercase; position: relative; overflow: hidden; min-height: 44px; transition: background 0.15s, border-color 0.15s, color 0.15s; }\n    .pd-download-link:hover { background: #3f4a3d !important; border-color: #3f4a3d !important; color: #ffffff !important; }\n    .pd-download-link .dl-arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; align-self: stretch; background: #363d34; color: #e8ede7 !important; font-size: 15px; font-weight: 400; line-height: 1; flex-shrink: 0; margin-right: 14px; border-right: 1px solid rgba(232,237,231,0.14); letter-spacing: 0; }\n    .pd-download-link .dl-text { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.08em; color: #e8ede7 !important; text-transform: uppercase; text-decoration: none; white-space: nowrap; position: relative; }\n    .pd-download-link .dl-text::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1.5px; background: rgba(232,237,231,0.7); transition: width 0.28s cubic-bezier(0.4,0,0.2,1); }\n    .pd-download-link:hover .dl-text::after { width: 100%; }\n\n    \/* ── Pure CSS Lightbox (完全免 JS，完美适配 Shopify) ── *\/\n    .pd-lb-toggle { display: none !important; }\n    .pd-lightbox { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100vw; height: 100vh; justify-content: center; align-items: center; }\n    .pd-lightbox-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(20, 18, 14, 0.95); cursor: zoom-out; }\n    .pd-lightbox-inner { position: relative; z-index: 1; text-align: center; max-width: 90%; max-height: 90vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }\n    .pd-lightbox-content { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }\n    .pd-lightbox-close { position: fixed; top: 20px; right: 30px; color: #c8b89a; font-size: 40px; font-weight: 300; cursor: pointer; line-height: 1; font-family: sans-serif; transition: color 0.2s; z-index: 2; }\n    .pd-lightbox-close:hover { color: #ffffff; }\n    .pd-lightbox-caption { color: #e8e0d4; padding-top: 15px; font-family: 'DM Sans', sans-serif; font-size: 14px; letter-spacing: 0.05em; text-align: center; }\n\n    \/* 核心切换逻辑：当选择框被勾选时，显示对应的弹窗 *\/\n    #pd-toggle-notice:checked ~ .lb-notice { display: flex; animation: pdFadeIn 0.3s ease; }\n    #pd-toggle-notice:checked ~ .lb-notice .pd-lightbox-content { animation: pdZoom 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }\n    \n    #pd-toggle-main:checked ~ .lb-main { display: flex; animation: pdFadeIn 0.3s ease; }\n    #pd-toggle-main:checked ~ .lb-main .pd-lightbox-content { animation: pdZoom 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }\n\n    @keyframes pdFadeIn { from { opacity: 0; } to { opacity: 1; } }\n    @keyframes pdZoom { from { transform: scale(0.9); } to { transform: scale(1); } }\n  \u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\" style=\"text-align: start;\"\u003e\n\u003c!-- Lightbox 状态控制器（不可见，用于控制 CSS 弹窗） --\u003e\n\u003cinput class=\"pd-lb-toggle\" hidden=\"\" id=\"pd-toggle-notice\" type=\"checkbox\"\/\u003e\n\u003cinput class=\"pd-lb-toggle\" hidden=\"\" id=\"pd-toggle-main\" type=\"checkbox\"\/\u003e\n\u003c!-- LEAD DESCRIPTION --\u003e\n\u003cdiv class=\"pd-lead\"\u003e\n\u003cp class=\"pd-lead__text\"\u003eCette lampe de table portable Multi-lite unique a été repensée pour la mobilité. Chaque élément de la lampe contribue à son design compact, intégrant la charge USB et les capacités de gradation. L'anneau signature de la lampe fait désormais double emploi en tant que poignée, rendant cette lampe légère facile à transporter, parfaite pour les rassemblements en intérieur ou le camping en extérieur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__icon\"\u003e\n\u003csvg fill=\"none\" height=\"28\" viewbox=\"0 0 28 28\" width=\"28\"\u003e\n\u003cpath d=\"M14 4v8\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M10 8v4\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M18 8v4\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M10 12 Q10 18 14 18 Q18 18 18 12\" fill=\"none\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.5\"\u003e\u003c\/path\u003e\n\u003cline stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.5\" x1=\"14\" x2=\"14\" y1=\"18\" y2=\"24\"\u003e\u003c\/line\u003e\n\u003cline stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.5\" x1=\"11\" x2=\"17\" y1=\"24\" y2=\"24\"\u003e\u003c\/line\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__label\"\u003eAlimentation\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__value\"\u003eCharge USB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__icon\"\u003e\n\u003csvg fill=\"none\" height=\"28\" viewbox=\"0 0 28 28\" width=\"28\"\u003e\n\u003ccircle cx=\"14\" cy=\"14\" r=\"7\" stroke=\"#9c7c4a\" stroke-width=\"1.5\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M14 10v4l3 2\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M5 14H3M25 14h-2M14 3V5M14 23v2M7.1 7.1L5.7 5.7M22.3 22.3l-1.4-1.4\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__label\"\u003eLumens\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__value\"\u003e330 lm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__icon\"\u003e\n\u003csvg fill=\"none\" height=\"28\" viewbox=\"0 0 28 28\" width=\"28\"\u003e\n\u003cpath d=\"M10 20h8M11 23h6\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M10.5 20 Q8 16 8 13a6 6 0 0112 0q0 3-2.5 7\" fill=\"none\" stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.4\"\u003e\u003c\/path\u003e\n\u003cline stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.4\" x1=\"14\" x2=\"14\" y1=\"5\" y2=\"7\"\u003e\u003c\/line\u003e\n\u003cline stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.4\" x1=\"7\" x2=\"8.4\" y1=\"8\" y2=\"9.4\"\u003e\u003c\/line\u003e\n\u003cline stroke=\"#9c7c4a\" stroke-linecap=\"round\" stroke-width=\"1.4\" x1=\"21\" x2=\"19.6\" y1=\"8\" y2=\"9.4\"\u003e\u003c\/line\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__label\"\u003eSource lumineuse\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__value\"\u003eLED intégrée\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__icon\"\u003e\n\u003csvg fill=\"none\" height=\"28\" viewbox=\"0 0 28 28\" width=\"28\"\u003e\n\u003ccircle cx=\"10\" cy=\"14\" r=\"5\" stroke=\"#9c7c4a\" stroke-width=\"1.4\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"20\" cy=\"14\" r=\"3.5\" stroke=\"#9c7c4a\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"6\" cy=\"14\" r=\"2\" stroke=\"#9c7c4a\" stroke-width=\"1.1\"\u003e\u003c\/circle\u003e\n\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__label\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"pd-feature__value\"\u003ePortable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cp class=\"pd-section-title\"\u003eSpécifications\u003c\/p\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-spec-key\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003eLampe de Table\u003c\/td\u003e\n\u003ctd class=\"pd-spec-gap\"\u003e\u003c\/td\u003e\n\u003ctd class=\"pd-spec-key\"\u003eSKU\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003ePINT-9915-T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-spec-key\"\u003eMatériau\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003eMétal, Acrylique\u003c\/td\u003e\n\u003ctd class=\"pd-spec-gap\"\u003e\u003c\/td\u003e\n\u003ctd class=\"pd-spec-key\"\u003eSource lumineuse\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003eLED intégrée (3W)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-spec-key\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003eModerne\u003c\/td\u003e\n\u003ctd class=\"pd-spec-gap\"\u003e\u003c\/td\u003e\n\u003ctd class=\"pd-spec-key\"\u003eLumens\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003e330 lm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-spec-key\"\u003eCharge\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003e5V 2A\u003c\/td\u003e\n\u003ctd class=\"pd-spec-gap\"\u003e\u003c\/td\u003e\n\u003ctd class=\"pd-spec-key\"\u003eIRC \/ Température\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val\"\u003e90 IRC \/ 3000K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"pd-spec-key pd-no-border\"\u003eFinitions\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val pd-no-border\"\u003e\n\u003cdiv class=\"pd-swatches\"\u003e\n\u003cspan class=\"swatch\" data-color=\"Chrome\" style=\"background: linear-gradient(135deg,#e8e8e8,#a8a8a8);\"\u003e \u003c\/span\u003e\n\u003cspan class=\"swatch\" data-color=\"Copper\" style=\"background: linear-gradient(135deg,#e8c86a,#c49a2a);\"\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd class=\"pd-spec-gap\"\u003e\u003c\/td\u003e\n\u003ctd class=\"pd-spec-key pd-no-border\"\u003eColoris\u003c\/td\u003e\n\u003ctd class=\"pd-spec-val pd-no-border\"\u003e\n\u003cdiv class=\"pd-swatches\"\u003e\n\u003cspan class=\"swatch\" data-color=\"Chrome\" style=\"background: linear-gradient(135deg,#e8e8e8,#a8a8a8);\"\u003e \u003c\/span\u003e\n\u003cspan class=\"swatch\" data-color=\"White\" style=\"background: #ffffff; border-color: #e8e0d4;\"\u003e \u003c\/span\u003e\n\u003cspan class=\"swatch\" data-color=\"Copper\" style=\"background: linear-gradient(135deg,#e8c86a,#c49a2a);\"\u003e \u003c\/span\u003e\n\u003cspan class=\"swatch\" data-color=\"Black\" style=\"background: #222222;\"\u003e \u003c\/span\u003e\n\u003cspan class=\"swatch\" data-color=\"Orange\" style=\"background: #e67e22;\"\u003e \u003c\/span\u003e\n\u003cspan class=\"swatch\" data-color=\"Green\" style=\"background: #2e8b57;\"\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- SIZE COMPARISON TABLE --\u003e\n\u003cp class=\"pd-section-title\"\u003eDimensions et poids\u003c\/p\u003e\n\u003ctable class=\"pd-size-table-html\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSilhouette\u003c\/th\u003e\n\u003cth\u003eVersion\u003c\/th\u003e\n\u003cth\u003eØ × Hauteur\u003c\/th\u003e\n\u003cth\u003ecm\u003c\/th\u003e\n\u003cth\u003ePoids\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003csvg fill=\"none\" height=\"44\" viewbox=\"0 0 60 60\" width=\"44\"\u003e\n\u003crect height=\"13\" rx=\"1.5\" stroke=\"#9c7c4a\" stroke-width=\"1.2\" width=\"6\" x=\"27\" y=\"2\"\u003e\u003c\/rect\u003e\n\u003ccircle cx=\"30\" cy=\"38\" r=\"19\" stroke=\"#9c7c4a\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"30\" cy=\"38\" r=\"11\" stroke=\"#9c7c4a\" stroke-dasharray=\"2 2\" stroke-width=\"0.8\"\u003e\u003c\/circle\u003e\n\u003c\/svg\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-size-config\"\u003eStandard\u003c\/span\u003e \u003cspan class=\"pd-size-config-sub\"\u003ePortable\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-size-main\"\u003eØ 7.3″ × 11.8″\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"font-size: 12px; color: #6a5a58;\"\u003e18,5 × 30 cm\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pd-size-main\"\u003e6,6 lb\u003c\/span\u003e \u003cspan class=\"pd-size-sub\"\u003e3 kg\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- MORE DETAILS --\u003e\n\u003cp class=\"pd-section-title\"\u003ePlus de Détails\u003c\/p\u003e\n\u003cul class=\"pd-highlights\" style=\"margin-bottom: 40px;\"\u003e\n\u003cli\u003e\u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eDesign portable et compact : 18,5 cm de diamètre (7,3\") x 30 cm de hauteur (11,8\"), pesant 3 kg (6,6 lbs).\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eModule LED intégré de 3 watts : 330 lumens de flux lumineux, température de couleur 3000K. IRC 90. Design LED intégré avec une durée de vie moyenne de 50 000 heures.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eTension de charge : 5V 2A. Nous fournissons la lampe avec un câble de charge USB inclus.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eDisponible en plusieurs combinaisons de finitions : Chrome, Chrome \u0026amp; Blanc, Cuivre, Cuivre \u0026amp; Noir, Chrome \u0026amp; Orange et Chrome \u0026amp; Vert.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- CERTIFICATIONS --\u003e\n\u003cp class=\"pd-section-title\"\u003eCertifications \u0026amp; Compatibilité\u003c\/p\u003e\n\u003cdiv class=\"pd-certs\" style=\"margin-bottom: 40px;\"\u003e\u003cspan class=\"pd-cert-badge\"\u003e\u003cspan class=\"cert-dot\"\u003e \u003c\/span\u003eAmérique du Nord (120V)\u003c\/span\u003e \u003cspan class=\"pd-cert-badge\"\u003e\u003cspan class=\"cert-dot\"\u003e \u003c\/span\u003eEurope (CE)\u003c\/span\u003e \u003cspan class=\"pd-cert-badge\"\u003e\u003cspan class=\"cert-dot\"\u003e \u003c\/span\u003eAustralie (SAA)\u003c\/span\u003e \u003cspan class=\"pd-cert-badge\"\u003e\u003cspan class=\"cert-dot\"\u003e \u003c\/span\u003eArabie Saoudite (SASO)\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- NOTICES --\u003e\n\u003cdiv class=\"pd-notice pd-notice--shipping\"\u003e\n\u003cdiv class=\"pd-notice__label\"\u003eAVIS D'EXPÉDITION\u003c\/div\u003e\n\u003cdiv class=\"pd-notice__text\"\u003eActuellement expédié vers les États-Unis, le Japon, l'Australie et les pays de l'UE uniquement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-notice pd-notice--quality\" style=\"margin-bottom: 12px;\"\u003e\n\u003cdiv class=\"pd-notice__label\"\u003eNote de qualité\u003c\/div\u003e\n\u003cdiv class=\"pd-notice__text\"\u003eLes écarts visibles sur l'image de détail ci-dessous font partie intégrante de la conception de fabrication et ne constituent pas un défaut de qualité.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 1: Detail Notice --\u003e\n\u003cdiv class=\"pd-img-block\" style=\"margin-bottom: 40px;\"\u003e\n\u003c!-- 这里将 div 换成了 label 标签绑定 checkbox --\u003e\n\u003clabel class=\"pd-img-thumb\" for=\"pd-toggle-notice\" id=\"pdThumb2\"\u003e\n\u003cimg alt=\"Multi-lite Table Lamp Gap Details\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite-Table-Lamp-Please-Note_1024x1024.jpg?v=1761465527\"\/\u003e\n\u003c\/label\u003e\n\u003cspan class=\"pd-img-caption\"\u003eDétails de conception\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT GALLERY --\u003e\n\u003cp class=\"pd-section-title\"\u003eGalerie produit\u003c\/p\u003e\n\u003cdiv class=\"pd-img-row\"\u003e\n\u003c!-- IMAGE 2: Main Product --\u003e\n\u003cdiv class=\"pd-img-block\"\u003e\n\u003c!-- 这里将 div 换成了 label 标签绑定 checkbox --\u003e\n\u003clabel class=\"pd-img-thumb\" for=\"pd-toggle-main\" id=\"pdThumb1\"\u003e\n\u003cimg alt=\"Multi-lite Portable Table Lamp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite_Portable_Table_Lamp_58_1024x1024.jpg?v=1757117662\"\/\u003e\n\u003c\/label\u003e\n\u003cspan class=\"pd-img-caption\"\u003ePhoto du produit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"pd-gallery-hint\"\u003e🔍 Cliquez pour afficher l'image haute résolution\u003c\/p\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cp class=\"pd-section-title\"\u003eDocuments techniques\u003c\/p\u003e\n\u003cdiv class=\"pd-downloads\"\u003e\u003ca class=\"pd-download-link\" href=\"https:\/\/drive.google.com\/file\/d\/11oOK6x_%E7%BA%AF%E6%B5%8B%E8%AF%95%E7%94%A8\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan class=\"dl-arrow\"\u003e↓\u003c\/span\u003e\u003cspan class=\"dl-text\"\u003eSpécifications (PDF)\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"pd-download-link\" href=\"https:\/\/drive.google.com\/file\/d\/1jEZzM7x5%E6%B5%8B%E8%AF%95%E7%94%A8\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cspan class=\"dl-arrow\"\u003e↓\u003c\/span\u003e\u003cspan class=\"dl-text\"\u003eInstructions d'installation (PDF)\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"pd-download-link\" href=\"#\"\u003e \u003cspan class=\"dl-arrow\"\u003e↓\u003c\/span\u003e\u003cspan class=\"dl-text\"\u003eFichiers 3D\u003c\/span\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- ============================================== --\u003e\n\u003c!-- PURE CSS LIGHTBOXES (隐藏的纯HTML\/CSS弹窗节点) --\u003e\n\u003c!-- ============================================== --\u003e\n\u003c!-- 弹窗1：Detail Notice --\u003e\n\u003cdiv class=\"pd-lightbox lb-notice\"\u003e\n\u003c!-- 点击黑底关闭 --\u003e\n\u003clabel class=\"pd-lightbox-bg\" for=\"pd-toggle-notice\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"pd-lightbox-inner\"\u003e\n\u003c!-- 弹窗关闭 X 按钮 --\u003e\n\u003clabel class=\"pd-lightbox-close\" for=\"pd-toggle-notice\"\u003e×\u003c\/label\u003e\n\u003c!-- 直接加载高清大图 --\u003e\n\u003cimg class=\"pd-lightbox-content\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite-Table-Lamp-Please-Note_1024x1024.jpg?v=1761465527\"\/\u003e\n\u003cdiv class=\"pd-lightbox-caption\"\u003eDétail de l'écart\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 弹窗2：Main Product --\u003e\n\u003cdiv class=\"pd-lightbox lb-main\"\u003e\n\u003c!-- 点击黑底关闭 --\u003e\n\u003clabel class=\"pd-lightbox-bg\" for=\"pd-toggle-main\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"pd-lightbox-inner\"\u003e\n\u003c!-- 弹窗关闭 X 按钮 --\u003e\n\u003clabel class=\"pd-lightbox-close\" for=\"pd-toggle-main\"\u003e×\u003c\/label\u003e\n\u003c!-- 直接加载高清大图 --\u003e\n\u003cimg class=\"pd-lightbox-content\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite_Portable_Table_Lamp_58_1024x1024.jpg?v=1757117662\"\/\u003e\n\u003cdiv class=\"pd-lightbox-caption\"\u003eLampe de table portable Multi-lite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Pinlighting","offers":[{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome \/ Tactile (lumière chaude)","offer_id":50777134301505,"sku":"PINT-9915-T01","price":214.95,"currency_code":"EUR","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome et Blanc \/ Tactile (lumière chaude)","offer_id":50777134334273,"sku":"PINT-9915-T02","price":214.95,"currency_code":"EUR","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Cuivre \/ Tactile (lumière chaude)","offer_id":50777134367041,"sku":"PINT-9915-T03","price":214.95,"currency_code":"EUR","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Cuivre et Noir \/ Tactile (lumière chaude)","offer_id":50777134399809,"sku":"PINT-9915-T04","price":214.95,"currency_code":"EUR","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome et Orange \/ Tactile (lumière chaude)","offer_id":51812536484161,"sku":"PINT-9915-T05","price":235.95,"currency_code":"EUR","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome \u0026 Vert \/ Tactile (lumière chaude)","offer_id":51812536516929,"sku":"PINT-9915-T06","price":235.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite_Portable_Table_Lamp_1.jpg?v=1757044124","url":"https:\/\/pinlighting.com\/fr-fr\/products\/multi-lite-portable-table-lamp-built-in-battery","provider":"Pinlighting","version":"1.0","type":"link"}