{"product_id":"halcyon-wall-light","title":"Arandela Halcyon","description":"\u003cdiv class=\"custom-product-description\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\/\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\/\u003e \u003c!-- 引入自定义样式，限制在该区域内生效 --\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .custom-product-description {\n      font-family: inherit;\n      color: #333333;\n      line-height: 1.6;\n      font-size: 15px;\n    }\n    \n    .custom-product-description p {\n      margin-bottom: 24px;\n      color: #4a4a4a;\n    }\n\n    \/* 模块标题 *\/\n    .custom-product-description .section-title {\n      color: #b38e5d;\n      font-size: 13px;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      border-bottom: 1px solid #e5dccb;\n      padding-bottom: 8px;\n      margin-bottom: 16px;\n      margin-top: 40px;\n      font-weight: 500;\n    }\n\n    \/* 表格样式 *\/\n    .custom-product-description table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 24px;\n    }\n\n    .custom-product-description tr {\n      border-bottom: 1px solid #f2eee8;\n    }\n    \n    .custom-product-description tr:last-child {\n      border-bottom: none;\n    }\n\n    .custom-product-description th,\n    .custom-product-description td {\n      padding: 4px 0;\n      vertical-align: middle;\n      font-size: 14px;\n    }\n\n    .custom-product-description th {\n      text-align: left;\n      color: #666666;\n      font-weight: 400;\n      width: 35%;\n    }\n\n    .custom-product-description td {\n      text-align: left;\n      color: #222222;\n      font-weight: 600;\n    }\n\n    \/* 列表样式 *\/\n    .custom-product-description ul {\n      list-style-type: none;\n      padding-left: 0;\n      margin-top: 16px;\n    }\n\n    .custom-product-description li {\n      position: relative;\n      padding-left: 18px;\n      margin-bottom: 12px;\n      color: #4a4a4a;\n      font-size: 14px;\n    }\n\n    .custom-product-description li::before {\n      content: \"•\";\n      color: #b38e5d;\n      font-weight: bold;\n      position: absolute;\n      left: 0;\n      top: 0;\n    }\n\n    \/* 底部文档下载按钮区域 *\/\n    .docs-buttons-container {\n      display: flex;\n      flex-direction: row;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 20px;\n    }\n\n    .action-btn {\n      display: inline-flex;\n      align-items: stretch;\n      background-color: #525a4e;\n      width: fit-content;\n    }\n\n    .action-btn-icon {\n      background-color: #6a7266;\n      color: #ffffff;\n      padding: 8px 14px;\n      font-size: 16px;\n      font-weight: bold;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      z-index: 10 !important;\n    }\n\n    .action-btn-text {\n      color: #ffffff;\n      font-size: 12px;\n      font-weight: 500;\n      letter-spacing: 1px;\n      padding: 8px 16px;\n      text-transform: uppercase;\n      display: flex;\n      align-items: center;\n      z-index: 10 !important;\n    }\n\n    .action-btn-text a {\n      color: #ffffff !important;\n      text-decoration: none;\n      position: relative;\n      display: inline-block;\n    }\n    \n    .action-btn-text a::after {\n      content: '';\n      position: absolute;\n      width: 100%;\n      transform: scaleX(0);\n      height: 1px;\n      bottom: -2px;\n      left: 0;\n      background-color: #ffffff;\n      transform-origin: bottom right;\n      transition: transform 0.3s ease-out;\n    }\n\n    .action-btn-text a:hover::after {\n      transform: scaleX(1);\n      transform-origin: bottom left;\n    }\n\n    \/* 图片放大镜与弹窗样式 (防屏蔽纯 CSS 方案) *\/\n    .custom-img-gallery {\n      text-align: left;\n      margin-bottom: 28px;\n    }\n    \n    .zoom-prompt {\n      font-size: 12px;\n      color: #888888; \/* 恢复浅灰色 *\/\n      margin-bottom: 10px;\n      font-weight: 500;\n      letter-spacing: 0.5px;\n      display: flex;\n      align-items: center;\n      gap: 4px;\n    }\n    \n    .zoom-thumbnail-wrapper {\n      display: inline-block;\n      cursor: zoom-in;\n    }\n    \n    \/* 预览图尺寸调小 *\/\n    .zoom-thumbnail {\n      max-width: 300px; \n      width: 100%;\n      height: auto;\n      border-radius: 6px;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      display: block;\n    }\n    \n    .zoom-thumbnail:hover {\n      transform: scale(1.02);\n      box-shadow: 0 8px 24px rgba(0,0,0,0.1);\n    }\n    \n    .img-modal-toggle {\n      display: none;\n    }\n    \n    \/* 放大后的黑色沉浸背景 *\/\n    .img-modal-overlay {\n      position: fixed;\n      top: 0; left: 0; width: 100vw; height: 100vh;\n      background-color: rgba(0,0,0,0.92);\n      z-index: 999999;\n      opacity: 0;\n      visibility: hidden;\n      transition: opacity 0.3s ease, visibility 0.3s ease;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    \n    .img-modal-toggle:checked ~ .img-modal-overlay {\n      opacity: 1;\n      visibility: visible;\n    }\n    \n    \/* 点击背景任意区域即可关闭 *\/\n    .img-modal-close {\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      cursor: zoom-out;\n      z-index: 1;\n    }\n    \n    .img-modal-content {\n      position: relative;\n      z-index: 2;\n      max-width: 90vw;\n      max-height: 90vh;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n    \n    \/* 高清大图显示控制 *\/\n    .img-modal-large {\n      max-width: 100%;\n      max-height: 90vh;\n      object-fit: contain;\n      border-radius: 4px;\n      box-shadow: 0 10px 40px rgba(0,0,0,0.6);\n    }\n    \n    .img-modal-close-btn {\n      position: absolute;\n      top: -40px; right: 0;\n      color: #fff;\n      font-size: 36px;\n      font-weight: 300;\n      cursor: pointer;\n      line-height: 1;\n      transition: color 0.3s;\n    }\n    \n    .img-modal-close-btn:hover {\n      color: #b38e5d;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-description\"\u003e\n\u003c!-- 1. 产品简介 --\u003e\n\u003cp\u003eTraga a atmosfera sofisticada de uma galeria privada para sua casa com esta arandela Halcyon. Apresenta um braço em forma de pescoço de cisne gracioso com uma articulação de ajuste de precisão. Isto permite-lhe dirigir o fluxo de luz exactamente onde é necessário, reduzindo encandeamento e destacando perfeitamente os traços de uma pintura ou os detalhes de uma exposição de parede.\u003c\/p\u003e\n\u003c!-- 细节展示图 (点击本页弹窗放大版) --\u003e\n\u003cdiv class=\"custom-img-gallery\"\u003e\n\u003c!-- 可调节位置提示语 (金色加粗，靠近下方图片) --\u003e\n\u003cp style=\"font-size: 14px; color: #b38e5d; font-weight: 600; text-align: left; margin-top: 24px; margin-bottom: 8px; padding-left: 0;\"\u003e* Os pontos de articulação ajustáveis do arandela são ilustrados abaixo \u003cspan style=\"color: #888888; font-weight: 500; font-size: 13px;\"\u003e(Clique para ampliar🔍)\u003c\/span\u003e:\u003c\/p\u003e\n\u003c!-- id \"img-modal-halcyon-detail\" 必须唯一 --\u003e \u003clabel class=\"zoom-thumbnail-wrapper\" for=\"img-modal-halcyon-detail\" style=\"max-width: 250px; display: block;\"\u003e \u003cimg alt=\"Halcyon Wall Light Detail\" class=\"zoom-thumbnail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Halcyon_Wall_Light_32_600x600.jpg?v=1772607459\" style=\"max-width: 100%;\"\/\u003e \u003c\/label\u003e \u003c!-- 纯 CSS 控制核心开关 --\u003e \u003cinput aria-hidden=\"true\" class=\"img-modal-toggle\" id=\"img-modal-halcyon-detail\" type=\"checkbox\"\/\u003e \u003c!-- 弹出层界面 --\u003e\n\u003cdiv class=\"img-modal-overlay\"\u003e\n\u003clabel class=\"img-modal-close\" for=\"img-modal-halcyon-detail\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"img-modal-content\"\u003e\n\u003clabel class=\"img-modal-close-btn\" for=\"img-modal-halcyon-detail\"\u003e×\u003c\/label\u003e \u003cimg alt=\"Large Detail View\" class=\"img-modal-large\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Halcyon_Wall_Light_32.jpg?v=1772607459\"\/\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 产品属性表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eATRIBUTOS DO PRODUTO\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eFerro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEstilo\u003c\/th\u003e\n\u003ctd\u003eEstilo Industrial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTipo\u003c\/th\u003e\n\u003ctd\u003eCandeeiro de Parede\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAcabamento\u003c\/th\u003e\n\u003ctd\u003eCromado, Preto, Cobre\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCor\u003c\/th\u003e\n\u003ctd\u003eCromado, Preto, Cobre\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 3. 技术规格表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eESPECIFICAÇÕES TÉCNICAS\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eComprimento\u003c\/th\u003e\n\u003ctd\u003e9,1 polegadas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLargura\u003c\/th\u003e\n\u003ctd\u003e9,1 polegadas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAltura\u003c\/th\u003e\n\u003ctd\u003e5,9 polegadas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstalação\u003c\/th\u003e\n\u003ctd\u003eFixo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFonte de Luz\u003c\/th\u003e\n\u003ctd\u003eG9\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRegulação de Intensidade\u003c\/th\u003e\n\u003ctd\u003eCompatível com reguladores de intensidade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNúmero de Referência do Fabricante\u003c\/th\u003e\n\u003ctd\u003ePINW-MB3672\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCertificado\u003c\/th\u003e\n\u003ctd\u003eCompatível com América do Norte, Arábia Saudita, Europa, Austrália Certificação\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 4. 更多详情 --\u003e\n\u003cdiv class=\"section-title\"\u003eMAIS DETALHES\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e23 cm de comprimento (9,1\") x 23 cm de largura (9,1\") x 15 cm de altura (5,9\"). Pesa 1 kg (2,2 lbs)\u003c\/li\u003e\n\u003cli\u003e33 cm de comprimento (13\") x 24 cm de largura (9,5\") x 15 cm de altura (5,9\"). Pesa 2 kg (4,4 lbs)\u003c\/li\u003e\n\u003cli\u003eTamanho da placa de tecto: 3,9\" de diâmetro (10cm)\u003c\/li\u003e\n\u003cli\u003eUtiliza dois focos incandescentes de 5 watts G9 (não incluídos). 90 CRI.\u003c\/li\u003e\n\u003cli\u003eO design ecoa a grandeza dos salões de arte europeus do século XIX, onde a iluminação específica e focada era essencial para apreciar a profundidade e textura das pinturas a óleo em salas com pouca luz.\u003c\/li\u003e\n\u003cli\u003eDisponível em Cromado, Preto, Cobre.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 5. 下载按钮 --\u003e\n\u003cdiv class=\"section-title\"\u003eDOCUMENTOS TÉCNICOS\u003c\/div\u003e\n\u003cdiv class=\"docs-buttons-container\"\u003e\n\u003cdiv class=\"action-btn\"\u003e\u003cspan class=\"action-btn-icon\"\u003e↓\u003c\/span\u003e \u003cspan class=\"action-btn-text\"\u003e \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1FAq6NZ5VLmohHWKax-6nplDZ_omGJTAu\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003eESPECIFICAÇÕES COMPLETAS (PDF)\u003c\/a\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"action-btn\"\u003e\u003cspan class=\"action-btn-icon\"\u003e↓\u003c\/span\u003e \u003cspan class=\"action-btn-text\"\u003e INSTRUÇÕES DE INSTALAÇÃO (PDF) \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"action-btn\"\u003e\u003cspan class=\"action-btn-icon\"\u003e↓\u003c\/span\u003e \u003cspan class=\"action-btn-text\"\u003e FICHEIROS 3D \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 尺寸图区域 (升级为支持点击弹窗放大) --\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003cdiv class=\"section-title\"\u003eDIMENSÕES\u003c\/div\u003e\n\u003cdiv class=\"custom-img-gallery\" style=\"margin-top: 16px; margin-bottom: 24px;\"\u003e\n\u003cdiv class=\"zoom-prompt\"\u003e🔍 Clique para ampliar\u003c\/div\u003e\n\u003c!-- id \"img-modal-dimensions-halcyon\" 必须唯一 --\u003e \u003clabel class=\"zoom-thumbnail-wrapper\" for=\"img-modal-dimensions-halcyon\" style=\"max-width: 600px; display: block;\"\u003e \u003cimg alt=\"Halcyon Wall Light Dimensions\" class=\"zoom-thumbnail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Halcyon-Wall-Light_600x600.jpg?v=1772767351\" style=\"max-width: 100%;\"\/\u003e \u003c\/label\u003e \u003c!-- 纯 CSS 控制核心开关 --\u003e \u003cinput aria-hidden=\"true\" class=\"img-modal-toggle\" id=\"img-modal-dimensions-halcyon\" type=\"checkbox\"\/\u003e \u003c!-- 弹出层界面 --\u003e\n\u003cdiv class=\"img-modal-overlay\"\u003e\n\u003clabel class=\"img-modal-close\" for=\"img-modal-dimensions-halcyon\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"img-modal-content\"\u003e\n\u003clabel class=\"img-modal-close-btn\" for=\"img-modal-dimensions-halcyon\"\u003e×\u003c\/label\u003e \u003c!-- 尝试加载原图 (去掉后缀)，若失败降级加载后缀图 --\u003e \u003cimg alt=\"Large Dimensions View\" class=\"img-modal-large\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Halcyon-Wall-Light.jpg?v=1772767351\"\/\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 附加：监听 ESC 键关闭大图的脚本 --\u003e \u003cscript\u003e\n    document.addEventListener('keydown', function(event) {\n      if (event.key === 'Escape') {\n        var modals = document.querySelectorAll('.img-modal-toggle');\n        modals.forEach(function(modal) {\n          modal.checked = false;\n        });\n      }\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Pinlighting","offers":[{"title":"C 9,1″ x L 9,1″ x A 5,9″ \/ C 23cm x L 23cm x A 15cm \/ Cromado","offer_id":51439506489665,"sku":"PINW-MB3672-S01","price":1266.0,"currency_code":"SEK","in_stock":true},{"title":"C 9,1″ x L 9,1″ x A 5,9″ \/ C 23cm x L 23cm x A 15cm \/ Preto","offer_id":51439530279233,"sku":"PINW-MB3672-S02","price":1266.0,"currency_code":"SEK","in_stock":true},{"title":"C 9,1″ x L 9,1″ x A 5,9″ \/ C 23cm x L 23cm x A 15cm \/ Cobre","offer_id":51439530312001,"sku":"PINW-MB3672-S03","price":1315.0,"currency_code":"SEK","in_stock":true},{"title":"C 13″ x L 9,5″ x A 5,9″ \/ C 33cm x L 24cm x A 15cm \/ Cromado","offer_id":51439506522433,"sku":"PINW-MB3672-L01","price":1412.0,"currency_code":"SEK","in_stock":true},{"title":"C 13″ x L 9,5″ x A 5,9″ \/ C 33cm x L 24cm x A 15cm \/ Preto","offer_id":51439530344769,"sku":"PINW-MB3672-L02","price":1412.0,"currency_code":"SEK","in_stock":true},{"title":"C 13″ x L 9,5″ x A 5,9″ \/ C 33cm x L 24cm x A 15cm \/ Cobre","offer_id":51439530377537,"sku":"PINW-MB3672-L03","price":1461.0,"currency_code":"SEK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Halcyon_Wall_Light_1.jpg?v=1772588089","url":"https:\/\/pinlighting.com\/pt-se\/products\/halcyon-wall-light","provider":"Pinlighting","version":"1.0","type":"link"}