{"product_id":"muralett-wall-lamp","title":"Muralett Wandleuchte","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=\"Video abspielen\" 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\"\u003eVIDEO ANSEHEN\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\u003eDie Muralett Wandleuchte ist ein wunderschönes Beispiel für traditionelle Handwerkskunst mit einer sorgfältig gedrehten Basis aus massivem Holz in reichem, tiefem Nussbaumton. Ihre charakteristische, von Leuchterformen inspirierte Silhouette wird von einem perfekt kugelförmigen weißen Glaskörper oder farbigem Stoffschirm gekrönt, der weiches, warmweißes Licht diffundiert und eine gemütliche, einladende Atmosphäre schafft.\u003c\/p\u003e\n\u003c!-- 客户须知 (高级提示框) --\u003e\n\u003cdiv class=\"pd-notice pd-notice--color\"\u003e\n\u003cspan class=\"pd-notice__label\"\u003eKundenhinweis\u003c\/span\u003e\n\u003cp class=\"pd-notice__text\"\u003eAufgrund von Schwankungen im Schneideprozess weist der Stofflampenschirm von Modell B leicht unterschiedliche Muster auf, wodurch jeder Schirm ein Unikat ist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 产品属性表格 --\u003e\n\u003cdiv class=\"section-title\"\u003ePRODUKTMERKMALE\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eHolz, Metall, Glas, Stoff\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStil\u003c\/th\u003e\n\u003ctd\u003eCountry Farmhouse Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTyp\u003c\/th\u003e\n\u003ctd\u003eWandleuchte\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOberfläche\u003c\/th\u003e\n\u003ctd\u003eNussbaum-Farbe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFarbe\u003c\/th\u003e\n\u003ctd\u003eWeiß, Farbig\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 3. 技术规格表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eTECHNISCHE SPEZIFIKATIONEN\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDurchmesser\u003c\/th\u003e\n\u003ctd\u003e15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBreite\u003c\/th\u003e\n\u003ctd\u003e10,2 Zoll\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHöhe\u003c\/th\u003e\n\u003ctd\u003e13,8 Zoll\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eFestverdrahtet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLichtquelle\u003c\/th\u003e\n\u003ctd\u003eE26 oder E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimmbar\u003c\/th\u003e\n\u003ctd\u003eKompatibel mit Dimmschaltern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHerstellernummer\u003c\/th\u003e\n\u003ctd\u003ePINW-MB4029\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eZertifiziert\u003c\/th\u003e\n\u003ctd\u003eKompatibel mit Nordamerika, Saudi-Arabien, Europa, Australien Zertifizierung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 4. 更多详情 --\u003e\n\u003cdiv class=\"section-title\"\u003eWEITERE DETAILS\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eModell A: Ø 5,9\" (15 cm) x 26 cm Breite x 35 cm Höhe. Gewicht 4,4 lbs. (2 kg)\u003c\/li\u003e\n\u003cli\u003eModell B: Ø 7,1\" (18 cm) x 28 cm Breite x 31 cm Höhe. Gewicht 4,4 lbs. (2 kg)\u003c\/li\u003e\n\u003cli\u003eDeckenbalda­chin-Plattengröße: Ø 14 cm.\u003c\/li\u003e\n\u003cli\u003eBenötigt ein 40-Watt-E26- oder E27-Glühbirnen-Leuchtmittel (nicht enthalten). 90 CRI.\u003c\/li\u003e\n\u003cli\u003eInspiriert von der zeitlosen Schönheit gedrehten Holzes und der traditionellen Form eines Leuchters interpretiert diese Wandleuchte ein historisches Element in eine warme, funktionale Lichtquelle neu.\u003c\/li\u003e\n\u003cli\u003eErhältlich mit weißem Glaskörper und farbigem Stofflampenschirm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 5. 下载按钮 --\u003e\n\u003cdiv class=\"section-title\"\u003eTECHNISCHE DOKUMENTE\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\"\u003eVOLLSTÄNDIGE SPEZIFIKATIONEN (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\"\u003eINSTALLATIONSANLEITUNG (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\"\u003eABMESSUNGEN\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; } \/* 表格样式 *\/ .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; } \/* 列表样式 *\/ .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; } \/* 底部文档下载按钮区域 *\/ .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; } \/* === 纯 CSS 视频弹窗核心逻辑 (重点更新) === *\/ \/* 隐藏控制开关 *\/ .custom-vid-toggle { display: none; } \/* 当勾选(点击)开关时，显示弹窗 *\/ .custom-vid-toggle:checked ~ .custom-vid-modal { display: flex !important; } \/* 视频自定义缩略图样式 *\/ .custom-vid-thumb { position: relative; display: block; width: 100%; padding-bottom: 56.25%; \/* 16:9 比例自适应 *\/ 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; } \/* 悬浮播放按钮 *\/ .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; } \/* 视频左下角提示语样式 *\/ .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; } \/* 纯 CSS 弹窗 Modal 样式 *\/ .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; } \/* 弹窗关闭按钮 *\/ .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; } \/* 提示框通用设置 *\/ .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\"\u003eVIDEO ANSEHEN\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\u003eDie Muralett Wandleuchte ist ein wunderschönes Beispiel für traditionelle Handwerkskunst mit einer sorgfältig gedrehten Basis aus massivem Holz in reichem, tiefem Nussbaumton. Ihre charakteristische, von Leuchterformen inspirierte Silhouette wird von einem perfekt kugelförmigen weißen Glaskörper oder farbigem Stoffschirm gekrönt, der weiches, warmweißes Licht diffundiert und eine gemütliche, einladende Atmosphäre schafft.\u003c\/p\u003e\n\u003c!-- 客户须知 (高级提示框) --\u003e\n\u003cdiv class=\"pd-notice pd-notice--color\"\u003e\n\u003cspan class=\"pd-notice__label\"\u003eKundenhinweis\u003c\/span\u003e\n\u003cp class=\"pd-notice__text\"\u003eAufgrund von Schwankungen im Schneideprozess weist der Stofflampenschirm von Modell B leicht unterschiedliche Muster auf, wodurch jeder Schirm ein Unikat ist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 产品属性表格 --\u003e\n\u003cdiv class=\"section-title\"\u003ePRODUKTMERKMALE\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eHolz, Metall, Glas, Stoff\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStil\u003c\/th\u003e\n\u003ctd\u003eCountry Farmhouse Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eTyp\u003c\/th\u003e\n\u003ctd\u003eWandleuchte\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOberfläche\u003c\/th\u003e\n\u003ctd\u003eNussbaum-Farbe\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFarbe\u003c\/th\u003e\n\u003ctd\u003eWeiß, Farbig\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 3. 技术规格表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eTECHNISCHE SPEZIFIKATIONEN\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDurchmesser\u003c\/th\u003e\n\u003ctd\u003e15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBreite\u003c\/th\u003e\n\u003ctd\u003e10,2 Zoll\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHöhe\u003c\/th\u003e\n\u003ctd\u003e13,8 Zoll\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eFestverdrahtet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLichtquelle\u003c\/th\u003e\n\u003ctd\u003eE26 oder E27\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDimmbar\u003c\/th\u003e\n\u003ctd\u003eKompatibel mit Dimmschaltern\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHerstellernummer\u003c\/th\u003e\n\u003ctd\u003ePINW-MB4029\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eZertifiziert\u003c\/th\u003e\n\u003ctd\u003eKompatibel mit Nordamerika, Saudi-Arabien, Europa, Australien Zertifizierung\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 4. 更多详情 --\u003e\n\u003cdiv class=\"section-title\"\u003eWEITERE DETAILS\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eModell A: Ø 5,9\" (15 cm) x 26 cm Breite x 35 cm Höhe. Gewicht 4,4 lbs. (2 kg)\u003c\/li\u003e\n\u003cli\u003eModell B: Ø 7,1\" (18 cm) x 28 cm Breite x 31 cm Höhe. Gewicht 4,4 lbs. (2 kg)\u003c\/li\u003e\n\u003cli\u003eDeckenbalda­chin-Plattengröße: Ø 14 cm.\u003c\/li\u003e\n\u003cli\u003eBenötigt ein 40-Watt-E26- oder E27-Glühbirnen-Leuchtmittel (nicht enthalten). 90 CRI.\u003c\/li\u003e\n\u003cli\u003eInspiriert von der zeitlosen Schönheit gedrehten Holzes und der traditionellen Form eines Leuchters interpretiert diese Wandleuchte ein historisches Element in eine warme, funktionale Lichtquelle neu.\u003c\/li\u003e\n\u003cli\u003eErhältlich mit weißem Glaskörper und farbigem Stofflampenschirm.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 5. 下载按钮 --\u003e\n\u003cdiv class=\"section-title\"\u003eTECHNISCHE DOKUMENTE\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\"\u003eVOLLSTÄNDIGE SPEZIFIKATIONEN (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\"\u003eINSTALLATIONSANLEITUNG (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\"\u003eABMESSUNGEN\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":"Modell A (Weißglas): D 5,9″ x B 10,2″ x H 13,8″ \/ Nussbaum-Farbe","offer_id":51442433458497,"sku":"PINW-MB4029-1A","price":135.95,"currency_code":"EUR","in_stock":true},{"title":"Modell B (Farbiger Stoff): D 7,1″ x B 11″ x H 12,2″ \/ Nussbaum-Farbe","offer_id":51442435850561,"sku":"PINW-MB4029-1B","price":135.95,"currency_code":"EUR","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\/de-de\/products\/muralett-wall-lamp","provider":"Pinlighting","version":"1.0","type":"link"}