{"product_id":"muralett-wall-lamp","title":"Kinkiet Muralett","description":"\u003cdiv class=\"custom-product-description\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\/\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\/\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    }\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    }\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    \n    \/* 隐藏控制开关 *\/\n    .custom-vid-toggle {\n      display: none;\n    }\n    \n    \/* 当勾选(点击)开关时，显示弹窗 *\/\n    .custom-vid-toggle:checked ~ .custom-vid-modal {\n      display: flex !important;\n    }\n\n    \/* 视频自定义缩略图样式 *\/\n    .custom-vid-thumb {\n      position: relative;\n      display: block;\n      width: 100%;\n      padding-bottom: 56.25%; \/* 16:9 比例自适应 *\/\n      background-color: #000;\n      border-radius: 6px;\n      overflow: hidden;\n      cursor: pointer;\n      margin-bottom: 24px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n    .custom-vid-thumb img {\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      object-fit: cover;\n      transition: transform 0.3s ease;\n      opacity: 0.85;\n      z-index: 1 !important;\n    }\n    .custom-vid-thumb:hover img {\n      transform: scale(1.05);\n      opacity: 1;\n    }\n    \n    \/* 悬浮播放按钮 *\/\n    .custom-play-btn {\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 56px; height: 56px;\n      background-color: rgba(0, 0, 0, 0.6);\n      border: 2px solid #fff;\n      border-radius: 50%;\n      display: flex !important;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.3s ease;\n      z-index: 10 !important;\n    }\n    .custom-vid-thumb:hover .custom-play-btn {\n      background-color: #b38e5d;\n      border-color: #b38e5d;\n      transform: translate(-50%, -50%) scale(1.1);\n    }\n    .custom-play-btn::before {\n      content: '';\n      border-style: solid;\n      border-width: 10px 0 10px 16px;\n      border-color: transparent transparent transparent #fff;\n      margin-left: 5px;\n    }\n    \n    \/* 视频左下角提示语样式 *\/\n    .custom-vid-label {\n      position: absolute;\n      bottom: 12px;\n      left: 12px;\n      color: #ffffff;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      background-color: rgba(0, 0, 0, 0.65);\n      padding: 4px 10px;\n      border-radius: 4px;\n      z-index: 10 !important;\n      pointer-events: none;\n      transition: background-color 0.3s ease;\n      display: block !important;\n    }\n    .custom-vid-thumb:hover .custom-vid-label {\n      background-color: #b38e5d;\n    }\n\n    \/* 纯 CSS 弹窗 Modal 样式 *\/\n    .custom-vid-modal {\n      display: none;\n      position: fixed;\n      z-index: 999999;\n      left: 0; top: 0; width: 100vw; height: 100vh;\n      background-color: rgba(0,0,0,0.95);\n      align-items: center; justify-content: center;\n    }\n    .custom-vid-content {\n      position: relative;\n      width: 96vw; \n      height: 96vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .custom-vid-aspect {\n      width: 100%;\n      height: 100%;\n      max-height: calc(96vw * 9 \/ 16);\n      max-width: calc(96vh * 16 \/ 9);\n      position: relative;\n    }\n    .custom-vid-aspect iframe {\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      border: none;\n      box-shadow: 0 4px 30px rgba(0,0,0,0.6);\n      background-color: #000;\n    }\n    \n    \/* 弹窗关闭按钮 *\/\n    .custom-vid-close {\n      position: absolute;\n      top: 16px; right: 24px;\n      color: #fff; font-size: 40px;\n      cursor: pointer; font-weight: 300;\n      line-height: 1;\n      transition: color 0.3s;\n      z-index: 1000000;\n    }\n    .custom-vid-close:hover {\n      color: #b38e5d;\n    }\n\n    \/* 提示框通用设置 *\/\n    .custom-product-description .pd-wrap {\n      font-family: 'DM Sans', sans-serif !important;\n    }\n\n    .custom-product-description .pd-notice { \n      padding: 14px 16px !important; \n      border-left: 3px solid !important; \n      margin-bottom: 24px !important;\n    }\n\n    .custom-product-description .pd-notice__label { \n      font-size: 10px !important; \n      font-weight: 500 !important; \n      letter-spacing: 0.12em !important; \n      text-transform: uppercase !important; \n      margin-bottom: 5px !important; \n      display: block !important;\n    }\n\n    .custom-product-description .pd-notice__text { \n      font-size: 13px !important; \n      line-height: 1.5 !important; \n      margin-bottom: 0 !important;\n    }\n\n    .custom-product-description .pd-notice--color { \n      background: #fbf9f5 !important; \n      border-color: #b38e5d !important; \n    }\n    \n    .custom-product-description .pd-notice--color .pd-notice__label { \n      color: #b38e5d !important; \n    }\n    \n    .custom-product-description .pd-notice--color .pd-notice__text { \n      color: #4a4a4a !important; \n      font-weight: 500 !important; \n    }\n  \u003c\/style\u003e\n\u003c!-- ================= 纯 CSS 视频弹窗实现区域 ================= --\u003e\n\u003c!-- 1. 隐藏的开关 Checkbox (用于控制弹窗显示\/隐藏) --\u003e\n\u003cinput class=\"custom-vid-toggle\" id=\"pd-video-toggle\" type=\"checkbox\"\/\u003e\n\u003c!-- 2. 视频缩略图伪装层 (用label包裹，点击它等于点击了Checkbox) --\u003e\n\u003clabel class=\"custom-vid-thumb\" for=\"pd-video-toggle\"\u003e\u003c!-- 这里已直接替换为该 YouTube 视频原生的最高清封面(maxresdefault) --\u003e \u003cimg alt=\"Odtwórz wideo\" onerror=\"this.src='https:\/\/img.youtube.com\/vi\/BqDG651JaBA\/hqdefault.jpg';\" src=\"https:\/\/img.youtube.com\/vi\/BqDG651JaBA\/maxresdefault.jpg\"\/\u003e \u003cspan class=\"custom-play-btn\"\u003e\u003c\/span\u003e \u003cspan class=\"custom-vid-label\"\u003eOBEJRZYJ WIDEO\u003c\/span\u003e\u003c\/label\u003e\n\u003c!-- 3. 全屏弹窗容器 --\u003e\n\u003cdiv class=\"custom-vid-modal\"\u003e\n\u003c!-- 右上角关闭按钮 (再次点击Checkbox关闭) --\u003e\n\u003clabel class=\"custom-vid-close\" for=\"pd-video-toggle\"\u003e×\u003c\/label\u003e\n\u003cdiv class=\"custom-vid-content\"\u003e\n\u003cdiv class=\"custom-vid-aspect\"\u003e\n\u003c!-- 嵌入的 YouTube iframe，添加了 modestbranding=1 和 rel=0 减弱标识 --\u003e\n\u003ciframe allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"https:\/\/www.youtube.com\/embed\/BqDG651JaBA?si=OWVHNoZ9YvLw-uTT\u0026amp;rel=0\u0026amp;modestbranding=1\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= 视频区域结束 ================= --\u003e\n\u003c!-- 1. 产品简介 --\u003e\n\u003cp\u003eKinkiet Muralett to piękny przykład tradycyjnego rzemiosła artystycznego, z masywną drewnianą podstawą toczką, zabarwioną w bogatym, głębokim odcieniu orzecha włoskiego. Jego charakterystyczna forma inspirowana świecznikiem zwieńczona jest idealnie kulistym kloszem ze szkła białego lub kolorowym kloszem tkaninowym, który rozprasza miękkie, ciepłe światło, tworząc przytulną i gościnną atmosferę.\u003c\/p\u003e\n\u003c!-- 客户须知 (高级提示框) --\u003e\n\u003cdiv class=\"pd-notice pd-notice--color\"\u003e\n\u003cspan class=\"pd-notice__label\"\u003eInformacja dla klientów\u003c\/span\u003e\n\u003cp class=\"pd-notice__text\"\u003eZe względu na różnice w procesie obróbki, klosze tkaninowe Modelu B będą wykazywać nieznacznie różniące się wzory, dzięki czemu każdy klosze jest wyjątkowy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 产品属性表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eATRYBUTY PRODUKTU\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMateriał\u003c\/th\u003e\n\u003ctd\u003eDrewno, Metal, Szkło, Tkanina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyl\u003c\/th\u003e\n\u003ctd\u003eStyl Wiejski Farmhouse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTyp\u003c\/th\u003e\n\u003ctd\u003eKinkiet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWykończenie\u003c\/th\u003e\n\u003ctd\u003eKolor orzechowy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eKolor\u003c\/th\u003e\n\u003ctd\u003eBiały, Kolorowy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 3. 技术规格表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eSPECYFIKACJA TECHNICZNA\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eŚrednica\u003c\/th\u003e\n\u003ctd\u003e15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSzerokość\u003c\/th\u003e\n\u003ctd\u003e10,2 cala\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWysokość\u003c\/th\u003e\n\u003ctd\u003e13,8 cala\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstalacja\u003c\/th\u003e\n\u003ctd\u003ePodtynkowa\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eŹródło światła\u003c\/th\u003e\n\u003ctd\u003eE26 lub E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eŚciemnianie\u003c\/th\u003e\n\u003ctd\u003eKompatybilna z regulatorami jasności\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNumer producenta\u003c\/th\u003e\n\u003ctd\u003ePINW-MB4029\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCertyfikowana\u003c\/th\u003e\n\u003ctd\u003eKompatybilna z certyfikacją Ameryki Północnej, Arabii Saudyjskiej, Europy i Australii\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 4. 更多详情 --\u003e\n\u003cdiv class=\"section-title\"\u003eWIĘCEJ SZCZEGÓŁÓW\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eModel A: Ø 5,9\" (15 cm) x szer. 10,2\" (26 cm) x wys. 13,8\" (35 cm). Waga 4,4 funta (2 kg)\u003c\/li\u003e\n\u003cli\u003eModel B: Ø 7,1\" (18 cm) x szer. 11\" (28 cm) x wys. 12,2\" (31 cm). Waga 4,4 funta (2 kg)\u003c\/li\u003e\n\u003cli\u003eWymiary płytki sufitowej: Ø 5,5\" (14 cm).\u003c\/li\u003e\n\u003cli\u003eJedna żarówka 40 W E26 lub E27 (nie dołączona). 90 CRI.\u003c\/li\u003e\n\u003cli\u003eInspirowany klasycznym pięknem toczonych drewnianych form i tradycyjnym kształtem świecznika, ten kinkiet reinterpretuje element historyczny na nowo, jako ciepłe i funkcjonalne źródło światła.\u003c\/li\u003e\n\u003cli\u003eDostępny z kloszem ze szkła białego lub kolorowego abażuru tkaninowego.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 5. 下载按钮 --\u003e\n\u003cdiv class=\"section-title\"\u003eDOKUMENTY TECHNICZNE\u003c\/div\u003e\n\u003cdiv class=\"docs-buttons-container\"\u003e\n\u003cdiv class=\"action-btn\"\u003e\n\u003cdiv class=\"action-btn-icon\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"action-btn-text\"\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1zveVQEiGAugM9ettF1ekex04-veLryvg\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003ePEŁNA SPECYFIKACJA (PDF)\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-btn\"\u003e\n\u003cdiv class=\"action-btn-icon\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"action-btn-text\"\u003eINSTRUKCJA INSTALACJI (PDF)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 尺寸图区域 --\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003cdiv class=\"section-title\"\u003eWYMIARY\u003c\/div\u003e\n\u003cdiv class=\"dimensions-container\" style=\"text-align: left; margin-top: 16px; margin-bottom: 24px;\"\u003e\n\u003cimg alt=\"Muralett Wall Lamp Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Muralett-Wall-Lamp_600x600.jpg?v=1772765765\" style=\"max-width: 600px; width: 100%; height: auto; display: inline-block; border-radius: 6px;\"\/\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e      margin-top: 40px; font-weight: 500; } \/* Styl tabeli *\/ .custom-product-description table { width: 100%; border-collapse: collapse; margin-bottom: 24px; } .custom-product-description tr { border-bottom: 1px solid #f2eee8; } .custom-product-description tr:last-child { border-bottom: none; } .custom-product-description th, .custom-product-description td { padding: 4px 0; vertical-align: middle; font-size: 14px; } .custom-product-description th { text-align: left; color: #666666; font-weight: 400; width: 35%; } .custom-product-description td { text-align: left; color: #222222; font-weight: 600; } \/* Styl listy *\/ .custom-product-description ul { list-style-type: none; padding-left: 0; margin-top: 16px; } .custom-product-description li { position: relative; padding-left: 18px; margin-bottom: 12px; color: #4a4a4a; font-size: 14px; } .custom-product-description li::before { content: \"•\"; color: #b38e5d; font-weight: bold; position: absolute; left: 0; top: 0; } \/* Obszar przycisku pobierania dokumentów *\/ .docs-buttons-container { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; margin-top: 20px; } .action-btn { display: inline-flex; align-items: stretch; background-color: #525a4e; width: fit-content; } .action-btn-icon { background-color: #6a7266; color: #ffffff; padding: 8px 14px; font-size: 16px; font-weight: bold; display: flex; align-items: center; justify-content: center; } .action-btn-text { color: #ffffff; font-size: 12px; font-weight: 500; letter-spacing: 1px; padding: 8px 16px; text-transform: uppercase; display: flex; align-items: center; } .action-btn-text a { color: #ffffff !important; text-decoration: none; position: relative; display: inline-block; } .action-btn-text a::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 1px; bottom: -2px; left: 0; background-color: #ffffff; transform-origin: bottom right; transition: transform 0.3s ease-out; } .action-btn-text a:hover::after { transform: scaleX(1); transform-origin: bottom left; } \/* === Główna logika modalu wideo w czystym CSS (aktualizacja) === *\/ \/* Ukrycie przełącznika sterowania *\/ .custom-vid-toggle { display: none; } \/* Po zaznaczeniu przełącznika wyświetl modal *\/ .custom-vid-toggle:checked ~ .custom-vid-modal { display: flex !important; } \/* Styl niestandardowego miniaturki wideo *\/ .custom-vid-thumb { position: relative; display: block; width: 100%; padding-bottom: 56.25%; \/* Proporcja 16:9 responsywna *\/ background-color: #000; border-radius: 6px; overflow: hidden; cursor: pointer; margin-bottom: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .custom-vid-thumb img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; opacity: 0.85; } .custom-vid-thumb:hover img { transform: scale(1.05); opacity: 1; } \/* Pływający przycisk odtwarzania *\/ .custom-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; background-color: rgba(0, 0, 0, 0.6); border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 2; } .custom-vid-thumb:hover .custom-play-btn { background-color: #b38e5d; border-color: #b38e5d; transform: translate(-50%, -50%) scale(1.1); } .custom-play-btn::before { content: ''; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #fff; margin-left: 5px; } \/* Styl etykiety wideo w lewym dolnym rogu *\/ .custom-vid-label { position: absolute; bottom: 12px; left: 12px; color: #ffffff; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; background-color: rgba(0, 0, 0, 0.65); padding: 4px 10px; border-radius: 4px; z-index: 2; pointer-events: none; transition: background-color 0.3s ease; } .custom-vid-thumb:hover .custom-vid-label { background-color: #b38e5d; } \/* Styl modalu wideo w czystym CSS *\/ .custom-vid-modal { display: none; position: fixed; z-index: 999999; left: 0; top: 0; width: 100vw; height: 100vh; background-color: rgba(0,0,0,0.95); align-items: center; justify-content: center; } .custom-vid-content { position: relative; width: 96vw; height: 96vh; display: flex; align-items: center; justify-content: center; } .custom-vid-aspect { width: 100%; height: 100%; max-height: calc(96vw * 9 \/ 16); max-width: calc(96vh * 16 \/ 9); position: relative; } .custom-vid-aspect iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; box-shadow: 0 4px 30px rgba(0,0,0,0.6); background-color: #000; } \/* Przycisk zamknięcia modalu *\/ .custom-vid-close { position: absolute; top: 16px; right: 24px; color: #fff; font-size: 40px; cursor: pointer; font-weight: 300; line-height: 1; transition: color 0.3s; z-index: 1000000; } .custom-vid-close:hover { color: #b38e5d; } \/* Ustawienia ogólne dla pola powiadomienia *\/ .custom-product-description .pd-wrap { font-family: 'DM Sans', sans-serif !important; } .custom-product-description .pd-notice { padding: 14px 16px !important; border-left: 3px solid !important; margin-bottom: 24px !important; } .custom-product-description .pd-notice__label { font-size: 10px !important; font-weight: 500 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; margin-bottom: 5px !important; display: block !important; } .custom-product-description .pd-notice__text { font-size: 13px !important; line-height: 1.5 !important; margin-bottom: 0 !important; } .custom-product-description .pd-notice--color { background: #fbf9f5 !important; border-color: #b38e5d !important; } .custom-product-description .pd-notice--color .pd-notice__label { color: #b38e5d !important; } .custom-product-description .pd-notice--color .pd-notice__text { color: #4a4a4a !important; font-weight: 500 !important; }\n  \n\u003cdiv class=\"custom-product-description\"\u003e\n\u003c!-- ================= 纯 CSS 视频弹窗实现区域 ================= --\u003e \u003c!-- 1. 隐藏的开关 Checkbox (用于控制弹窗显示\/隐藏) --\u003e \u003cinput class=\"custom-vid-toggle\" id=\"pd-video-toggle\" type=\"checkbox\"\/\u003e \u003c!-- 2. 视频缩略图伪装层 (用label包裹，点击它等于点击了Checkbox) --\u003e \u003clabel class=\"custom-vid-thumb\" for=\"pd-video-toggle\"\u003e \u003c!-- 这里已直接替换为该 YouTube 视频原生的最高清封面(maxresdefault) --\u003e \u003cimg alt=\"Play Video\" src=\"https:\/\/img.youtube.com\/vi\/BqDG651JaBA\/maxresdefault.jpg\"\/\u003e\u003c\/label\u003e\n\u003cdiv class=\"custom-play-btn\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003cdiv class=\"custom-vid-label\"\u003eOBEJRZYJ WIDEO\u003c\/div\u003e\n\u003c!-- 3. 全屏弹窗容器 --\u003e\n\u003cdiv class=\"custom-vid-modal\"\u003e\n\u003c!-- 右上角关闭按钮 (再次点击Checkbox关闭) --\u003e \u003clabel class=\"custom-vid-close\" for=\"pd-video-toggle\"\u003e×\u003c\/label\u003e\n\u003cdiv class=\"custom-vid-content\"\u003e\n\u003cdiv class=\"custom-vid-aspect\"\u003e\n\u003c!-- 嵌入的 YouTube iframe，添加了 modestbranding=1 和 rel=0 减弱标识 --\u003e \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BqDG651JaBA?si=OWVHNoZ9YvLw-uTT\u0026amp;rel=0\u0026amp;modestbranding=1\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= 视频区域结束 ================= --\u003e \u003c!-- 1. 产品简介 --\u003e\n\u003cp\u003eKinkiet Muralett to piękny przykład tradycyjnego rzemiosła artystycznego, z masywną drewnianą podstawą toczką, zabarwioną w bogatym, głębokim odcieniu orzecha włoskiego. Jego charakterystyczna forma inspirowana świecznikiem zwieńczona jest idealnie kulistym kloszem ze szkła białego lub kolorowym kloszem tkaninowym, który rozprasza miękkie, ciepłe światło, tworząc przytulną i gościnną atmosferę.\u003c\/p\u003e\n\u003c!-- 客户须知 (高级提示框) --\u003e\n\u003cdiv class=\"pd-notice pd-notice--color\"\u003e\n\u003cspan class=\"pd-notice__label\"\u003eInformacja dla klientów\u003c\/span\u003e\n\u003cp class=\"pd-notice__text\"\u003eZe względu na różnice w procesie obróbki, klosze tkaninowe Modelu B będą wykazywać nieznacznie różniące się wzory, dzięki czemu każdy klosze jest wyjątkowy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 产品属性表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eATRYBUTY PRODUKTU\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMateriał\u003c\/th\u003e\n\u003ctd\u003eDrewno, Metal, Szkło, Tkanina\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyl\u003c\/th\u003e\n\u003ctd\u003eStyl Wiejski Farmhouse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTyp\u003c\/th\u003e\n\u003ctd\u003eKinkiet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWykończenie\u003c\/th\u003e\n\u003ctd\u003eKolor orzechowy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eKolor\u003c\/th\u003e\n\u003ctd\u003eBiały, Kolorowy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 3. 技术规格表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eSPECYFIKACJA TECHNICZNA\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eŚrednica\u003c\/th\u003e\n\u003ctd\u003e15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSzerokość\u003c\/th\u003e\n\u003ctd\u003e10,2 cala\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWysokość\u003c\/th\u003e\n\u003ctd\u003e13,8 cala\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstalacja\u003c\/th\u003e\n\u003ctd\u003ePodtynkowa\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eŹródło światła\u003c\/th\u003e\n\u003ctd\u003eE26 lub E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eŚciemnianie\u003c\/th\u003e\n\u003ctd\u003eKompatybilna z regulatorami jasności\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNumer producenta\u003c\/th\u003e\n\u003ctd\u003ePINW-MB4029\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCertyfikowana\u003c\/th\u003e\n\u003ctd\u003eKompatybilna z certyfikacją Ameryki Północnej, Arabii Saudyjskiej, Europy i Australii\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 4. 更多详情 --\u003e\n\u003cdiv class=\"section-title\"\u003eWIĘCEJ SZCZEGÓŁÓW\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eModel A: Ø 5,9\" (15 cm) x szer. 10,2\" (26 cm) x wys. 13,8\" (35 cm). Waga 4,4 funta (2 kg)\u003c\/li\u003e\n\u003cli\u003eModel B: Ø 7,1\" (18 cm) x szer. 11\" (28 cm) x wys. 12,2\" (31 cm). Waga 4,4 funta (2 kg)\u003c\/li\u003e\n\u003cli\u003eWymiary płytki sufitowej: Ø 5,5\" (14 cm).\u003c\/li\u003e\n\u003cli\u003eJedna żarówka 40 W E26 lub E27 (nie dołączona). 90 CRI.\u003c\/li\u003e\n\u003cli\u003eInspirowany klasycznym pięknem toczonych drewnianych form i tradycyjnym kształtem świecznika, ten kinkiet reinterpretuje element historyczny na nowo, jako ciepłe i funkcjonalne źródło światła.\u003c\/li\u003e\n\u003cli\u003eDostępny z kloszem ze szkła białego lub kolorowego abażuru tkaninowego.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 5. 下载按钮 --\u003e\n\u003cdiv class=\"section-title\"\u003eDOKUMENTY TECHNICZNE\u003c\/div\u003e\n\u003cdiv class=\"docs-buttons-container\"\u003e\n\u003cdiv class=\"action-btn\"\u003e\n\u003cdiv class=\"action-btn-icon\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"action-btn-text\"\u003e\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1zveVQEiGAugM9ettF1ekex04-veLryvg\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003ePEŁNA SPECYFIKACJA (PDF)\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"action-btn\"\u003e\n\u003cdiv class=\"action-btn-icon\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"action-btn-text\"\u003eINSTRUKCJA INSTALACJI (PDF)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 尺寸图区域 --\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003cdiv class=\"section-title\"\u003eWYMIARY\u003c\/div\u003e\n\u003cdiv class=\"dimensions-container\" style=\"text-align: left; margin-top: 16px; margin-bottom: 24px;\"\u003e\u003cimg alt=\"Muralett Wall Lamp Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Muralett-Wall-Lamp_600x600.jpg?v=1772765765\" style=\"max-width: 600px; width: 100%; height: auto; display: inline-block; border-radius: 6px;\"\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Pinlighting","offers":[{"title":"Model A (białe szkło): Ø 5,9″ x S 10,2″ x H 13,8″ \/ Kolor orzecha włoskiego","offer_id":51442433458497,"sku":"PINW-MB4029-1A","price":589.0,"currency_code":"PLN","in_stock":true},{"title":"Model B (kolorowa tkanina): Ø 7,1″ x S 11″ x H 12,2″ \/ Kolor orzecha włoskiego","offer_id":51442435850561,"sku":"PINW-MB4029-1B","price":589.0,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Muralett_Wall_Lamp_1.jpg?v=1772626899","url":"https:\/\/pinlighting.com\/pl-pl\/products\/muralett-wall-lamp","provider":"Pinlighting","version":"1.0","type":"link"}