{"product_id":"multi-lite-portable-table-lamp-built-in-battery","title":"Multi-lite Portable Table Lamp (Built-in Battery)","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003e产品详情页预览\u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \n  \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\"\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\n\n\n  \u003cdiv style=\"text-align: start;\" class=\"pd-wrap\"\u003e\n  \n    \u003c!-- Lightbox 状态控制器（不可见，用于控制 CSS 弹窗） --\u003e\n    \u003cinput type=\"checkbox\" id=\"pd-toggle-notice\" class=\"pd-lb-toggle\" hidden\u003e\n    \u003cinput type=\"checkbox\" id=\"pd-toggle-main\" class=\"pd-lb-toggle\" hidden\u003e\n\n    \u003c!-- LEAD DESCRIPTION --\u003e\n    \u003cdiv class=\"pd-lead\"\u003e\n      \u003cp class=\"pd-lead__text\"\u003eThis unique Multi-lite Portable Table Lamp is reimagined for portability. Each component of the lamp contributes to its compact design, integrating USB charging and dimming capabilities. The lamp's signature ring now doubles as a handle, making this lightweight lamp easy to carry around, perfect for indoor gatherings or outdoor Camping.\u003c\/p\u003e\n    \u003c\/div\u003e\n\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 width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\"\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#9c7c4a\" d=\"M14 4v8\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#9c7c4a\" d=\"M10 8v4\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#9c7c4a\" d=\"M18 8v4\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#9c7c4a\" d=\"M10 12 Q10 18 14 18 Q18 18 18 12\"\u003e\u003c\/path\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#9c7c4a\" x1=\"14\" y1=\"18\" x2=\"14\" y2=\"24\"\u003e\u003c\/line\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#9c7c4a\" x1=\"11\" y1=\"24\" x2=\"17\" y2=\"24\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-feature__label\"\u003ePower\u003c\/div\u003e\n        \u003cdiv class=\"pd-feature__value\"\u003eUSB Charging\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature__icon\"\u003e\n          \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\"\u003e\n            \u003ccircle stroke-width=\"1.5\" stroke=\"#9c7c4a\" r=\"7\" cy=\"14\" cx=\"14\"\u003e\u003c\/circle\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#9c7c4a\" d=\"M14 10v4l3 2\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#9c7c4a\" d=\"M5 14H3M25 14h-2M14 3V5M14 23v2M7.1 7.1L5.7 5.7M22.3 22.3l-1.4-1.4\"\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 width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\"\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#9c7c4a\" d=\"M10 20h8M11 23h6\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.4\" stroke=\"#9c7c4a\" d=\"M10.5 20 Q8 16 8 13a6 6 0 0112 0q0 3-2.5 7\"\u003e\u003c\/path\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#9c7c4a\" x1=\"14\" y1=\"5\" x2=\"14\" y2=\"7\"\u003e\u003c\/line\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#9c7c4a\" x1=\"7\" y1=\"8\" x2=\"8.4\" y2=\"9.4\"\u003e\u003c\/line\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#9c7c4a\" x1=\"21\" y1=\"8\" x2=\"19.6\" y2=\"9.4\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pd-feature__label\"\u003eLight Source\u003c\/div\u003e\n        \u003cdiv class=\"pd-feature__value\"\u003eIntegrated LED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature\"\u003e\n        \u003cdiv class=\"pd-feature__icon\"\u003e\n          \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 28 28\" fill=\"none\"\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\n    \u003c!-- SPECIFICATIONS --\u003e\n    \u003cp class=\"pd-section-title\"\u003eSpecifications\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\"\u003eTable Lamp\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\"\u003eMaterial\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-val\"\u003eMetal, Acrylic\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-gap\"\u003e\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-key\"\u003eLight Source\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-val\"\u003eIntegrated LED (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\"\u003eModern\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\"\u003eCharging\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\"\u003eCRI \/ Temp\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-val\"\u003e90 CRI \/ 3000K\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"pd-spec-key pd-no-border\"\u003eFinishes\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-val pd-no-border\"\u003e\n            \u003cdiv class=\"pd-swatches\"\u003e\n              \u003cspan class=\"swatch\" style=\"background: linear-gradient(135deg,#e8e8e8,#a8a8a8);\" data-color=\"Chrome\"\u003e \u003c\/span\u003e \n              \u003cspan class=\"swatch\" style=\"background: linear-gradient(135deg,#e8c86a,#c49a2a);\" data-color=\"Copper\"\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\"\u003eColors\u003c\/td\u003e\n          \u003ctd class=\"pd-spec-val pd-no-border\"\u003e\n            \u003cdiv class=\"pd-swatches\"\u003e\n              \u003cspan class=\"swatch\" style=\"background: linear-gradient(135deg,#e8e8e8,#a8a8a8);\" data-color=\"Chrome\"\u003e \u003c\/span\u003e \n              \u003cspan class=\"swatch\" style=\"background: #ffffff; border-color: #e8e0d4;\" data-color=\"White\"\u003e \u003c\/span\u003e\n              \u003cspan class=\"swatch\" style=\"background: linear-gradient(135deg,#e8c86a,#c49a2a);\" data-color=\"Copper\"\u003e \u003c\/span\u003e\n              \u003cspan class=\"swatch\" style=\"background: #222222;\" data-color=\"Black\"\u003e \u003c\/span\u003e\n              \u003cspan class=\"swatch\" style=\"background: #e67e22;\" data-color=\"Orange\"\u003e \u003c\/span\u003e\n              \u003cspan class=\"swatch\" style=\"background: #2e8b57;\" data-color=\"Green\"\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\n    \u003c!-- SIZE COMPARISON TABLE --\u003e\n    \u003cp class=\"pd-section-title\"\u003eDimensions \u0026amp; Weight\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Ø × Height\u003c\/th\u003e\n          \u003cth\u003ecm\u003c\/th\u003e\n          \u003cth\u003eWeight\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n            \u003csvg viewbox=\"0 0 60 60\" width=\"44\" height=\"44\" fill=\"none\"\u003e\n              \u003crect x=\"27\" y=\"2\" width=\"6\" height=\"13\" rx=\"1.5\" stroke=\"#9c7c4a\" stroke-width=\"1.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-width=\"0.8\" stroke-dasharray=\"2 2\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"pd-size-config\"\u003eStandard\u003c\/span\u003e\n            \u003cspan class=\"pd-size-config-sub\"\u003ePortable\u003c\/span\u003e\n          \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\n            \u003cspan class=\"pd-size-main\"\u003e6.6 lbs\u003c\/span\u003e\n            \u003cspan class=\"pd-size-sub\"\u003e3 kg\u003c\/span\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003c!-- MORE DETAILS --\u003e\n    \u003cp class=\"pd-section-title\"\u003eMore Details\u003c\/p\u003e\n    \u003cul class=\"pd-highlights\" style=\"margin-bottom: 40px;\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003ePortable and compact design: 7.3\" diameter (18.5cm) x 11.8\" height (30cm), weighing 6.6 lbs (3kg).\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eBuilt-in 3 watt LED module: 330 lumen light output, 3000K color temperature. 90 CRI. Integrated LED design with an average lifespan of 50,000 hours.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eCharging voltage: 5V 2A. We provide the lamp with a USB charging cable included.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"pd-bullet\"\u003e \u003c\/span\u003e\u003cspan\u003eAvailable in multiple finish combinations: Chrome, Chrome \u0026amp; White, Copper, Copper \u0026amp; Black, Chrome \u0026amp; Orange, and Chrome \u0026amp; Green.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003c!-- CERTIFICATIONS --\u003e\n    \u003cp class=\"pd-section-title\"\u003eCertifications \u0026amp; Compatibility\u003c\/p\u003e\n    \u003cdiv class=\"pd-certs\" style=\"margin-bottom: 40px;\"\u003e\n      \u003cspan class=\"pd-cert-badge\"\u003e\u003cspan class=\"cert-dot\"\u003e \u003c\/span\u003eNorth America (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\u003eAustralia (SAA)\u003c\/span\u003e \u003cspan class=\"pd-cert-badge\"\u003e\u003cspan class=\"cert-dot\"\u003e \u003c\/span\u003eSaudi Arabia (SASO)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- NOTICES --\u003e\n    \u003cdiv class=\"pd-notice pd-notice--shipping\"\u003e\n      \u003cdiv class=\"pd-notice__label\"\u003eSHIPPING NOTICE\u003c\/div\u003e\n      \u003cdiv class=\"pd-notice__text\"\u003eCurrently ships to the United States, Japan, Australia, and EU countries only.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pd-notice pd-notice--quality\" style=\"margin-bottom: 12px;\"\u003e\n      \u003cdiv class=\"pd-notice__label\"\u003eQuality Note\u003c\/div\u003e\n      \u003cdiv class=\"pd-notice__text\"\u003eThe gaps shown in the detail image below are a normal part of the manufacturing design and are not considered a quality issue.\u003c\/div\u003e\n    \u003c\/div\u003e\n\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 for=\"pd-toggle-notice\" class=\"pd-img-thumb\" id=\"pdThumb2\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite-Table-Lamp-Please-Note_1024x1024.jpg?v=1761465527\" alt=\"Multi-lite Table Lamp Gap Details\"\u003e\n      \u003c\/label\u003e\n      \u003cspan class=\"pd-img-caption\"\u003eDesign Details\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PRODUCT GALLERY --\u003e\n    \u003cp class=\"pd-section-title\"\u003eProduct Gallery\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 for=\"pd-toggle-main\" class=\"pd-img-thumb\" id=\"pdThumb1\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Multi-lite_Portable_Table_Lamp_58_1024x1024.jpg?v=1757117662\" alt=\"Multi-lite Portable Table Lamp\"\u003e\n        \u003c\/label\u003e\n        \u003cspan class=\"pd-img-caption\"\u003eProduct Photo\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"pd-gallery-hint\"\u003e🔍 Click to view high-resolution image\u003c\/p\u003e\n\n    \u003c!-- DOWNLOADS --\u003e\n    \u003cp class=\"pd-section-title\"\u003eTechnical Documents\u003c\/p\u003e\n    \u003cdiv class=\"pd-downloads\"\u003e\n      \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\"\u003eSpecifications (PDF)\u003c\/span\u003e \u003c\/a\u003e \n      \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\"\u003eInstallation Instructions (PDF)\u003c\/span\u003e \u003c\/a\u003e \n      \u003ca class=\"pd-download-link\" href=\"#\"\u003e \u003cspan class=\"dl-arrow\"\u003e↓\u003c\/span\u003e\u003cspan class=\"dl-text\"\u003e3D Files\u003c\/span\u003e \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ============================================== --\u003e\n    \u003c!-- PURE CSS LIGHTBOXES (隐藏的纯HTML\/CSS弹窗节点) --\u003e\n    \u003c!-- ============================================== --\u003e\n\n    \u003c!-- 弹窗1：Detail Notice --\u003e\n    \u003cdiv class=\"pd-lightbox lb-notice\"\u003e\n      \u003c!-- 点击黑底关闭 --\u003e\n      \u003clabel for=\"pd-toggle-notice\" class=\"pd-lightbox-bg\"\u003e\u003c\/label\u003e\n      \u003cdiv class=\"pd-lightbox-inner\"\u003e\n        \u003c!-- 弹窗关闭 X 按钮 --\u003e\n        \u003clabel for=\"pd-toggle-notice\" class=\"pd-lightbox-close\"\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\"\u003eGap Detail Notice\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 弹窗2：Main Product --\u003e\n    \u003cdiv class=\"pd-lightbox lb-main\"\u003e\n      \u003c!-- 点击黑底关闭 --\u003e\n      \u003clabel for=\"pd-toggle-main\" class=\"pd-lightbox-bg\"\u003e\u003c\/label\u003e\n      \u003cdiv class=\"pd-lightbox-inner\"\u003e\n        \u003c!-- 弹窗关闭 X 按钮 --\u003e\n        \u003clabel for=\"pd-toggle-main\" class=\"pd-lightbox-close\"\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\"\u003eMulti-lite Portable Table Lamp\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Pinlighting","offers":[{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome \/ Touch (Warm Light)","offer_id":50777134301505,"sku":"PINT-9915-T01","price":927.0,"currency_code":"PLN","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome \u0026 White \/ Touch (Warm Light)","offer_id":50777134334273,"sku":"PINT-9915-T02","price":927.0,"currency_code":"PLN","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Copper \/ Touch (Warm Light)","offer_id":50777134367041,"sku":"PINT-9915-T03","price":927.0,"currency_code":"PLN","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Copper \u0026 Black \/ Touch (Warm Light)","offer_id":50777134399809,"sku":"PINT-9915-T04","price":927.0,"currency_code":"PLN","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome \u0026 Orange \/ Touch (Warm Light)","offer_id":51812536484161,"sku":"PINT-9915-T05","price":1022.0,"currency_code":"PLN","in_stock":true},{"title":"D 7.3″ x H 11.8″ \/ D 18.5cm x H 30cm \/ Chrome \u0026 Green \/ Touch (Warm Light)","offer_id":51812536516929,"sku":"PINT-9915-T06","price":1022.0,"currency_code":"PLN","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\/pl-pl\/products\/multi-lite-portable-table-lamp-built-in-battery","provider":"Pinlighting","version":"1.0","type":"link"}