{"product_id":"vellichor-wall-light","title":"مصباح Vellichor الحائط","description":"\u003cstyle\u003e\n    .custom-product-description {\n      font-family: 'DM Sans', 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    \/* 视频网格与预览样式 *\/\n    .custom-vid-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      max-width: 600px;\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n    .custom-vid-thumb {\n      position: relative;\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      display: block; \/* 必须为 block 以便 label 生效 *\/\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    }\n    .custom-vid-thumb:hover img {\n      transform: scale(1.05);\n      opacity: 1;\n    }\n    .custom-play-btn {\n      position: absolute;\n      top: 50%; left: 50%;\n      transform: translate(-50%, -50%);\n      width: 44px; height: 44px;\n      background-color: rgba(0, 0, 0, 0.6);\n      border: 2px solid #fff;\n      border-radius: 50%;\n      display: flex;\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: 8px 0 8px 12px;\n      border-color: transparent transparent transparent #fff;\n      margin-left: 4px;\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: 2;\n      pointer-events: none;\n      transition: background-color 0.3s ease;\n    }\n    .custom-vid-thumb:hover .custom-vid-label {\n      background-color: #b38e5d;\n    }\n\n    \/* 统一的弹窗控制方案 (纯 CSS) *\/\n    .img-modal-toggle {\n      display: none;\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    .img-modal-close {\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      cursor: pointer;\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    .vid-modal-content {\n      width: 90vw;\n      max-width: 1000px;\n    }\n\n    .custom-vid-aspect {\n      width: 100%;\n      height: 0;\n      padding-bottom: 56.25%;\n      position: relative;\n      background-color: #000;\n      box-shadow: 0 4px 30px rgba(0,0,0,0.6);\n      border-radius: 4px;\n      overflow: hidden;\n    }\n    .custom-vid-aspect iframe {\n      position: absolute;\n      top: 0; left: 0; width: 100%; height: 100%;\n      border: none;\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\n    \/* 图片放大镜样式 *\/\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    .zoom-thumbnail {\n      max-width: 100%; \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    \/* 提示框通用设置 *\/\n    .custom-product-description .pd-notice { \n      padding: 14px 16px !important; \n      border-left: 3px solid !important; \n      margin-bottom: 24px !important;\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    .custom-product-description .pd-notice__text { \n      font-size: 13px !important; \n      line-height: 1.5 !important; \n      margin-bottom: 0 !important;\n    }\n    .custom-product-description .pd-notice--color { \n      background: #4A5248 !important; \n      border-color: #6a7568 !important; \n    }\n    .custom-product-description .pd-notice--color .pd-notice__label { \n      color: #b8c4b6 !important; \n    }\n    .custom-product-description .pd-notice--color .pd-notice__text { \n      color: #e8ede7 !important; \n      font-weight: 500 !important; \n    }\n    .custom-product-description .pd-notice--color .pd-notice__text a { \n      color: #d4e8b0 !important; \n      text-decoration: underline !important; \n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-description\"\u003e\n\u003c!-- 1. 产品简介与视频展示 --\u003e\n\u003cdiv class=\"product-media-container\" style=\"text-align: start;\"\u003e\n\u003c!-- 视频展示 (防屏蔽纯 CSS 弹窗版) --\u003e\n\u003cdiv class=\"custom-vid-grid\"\u003e\n\u003clabel class=\"custom-vid-thumb\" for=\"vid-modal-vellichor\"\u003e\u003cimg alt=\"فيديو المنتج\" src=\"https:\/\/img.youtube.com\/vi\/PiwFCqHEpTk\/maxresdefault.jpg\"\/\u003e \u003cspan class=\"custom-play-btn\"\u003e\u003c\/span\u003e \u003cspan class=\"custom-vid-label\"\u003eمشاهدة الفيديو\u003c\/span\u003e\u003c\/label\u003e \u003c!-- 弹窗开关 --\u003e \u003cinput class=\"img-modal-toggle\" id=\"vid-modal-vellichor\" type=\"checkbox\"\/\u003e \u003c!-- 视频弹窗内容 --\u003e\n\u003cdiv class=\"img-modal-overlay\"\u003e\n\u003clabel class=\"img-modal-close\" for=\"vid-modal-vellichor\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"img-modal-content vid-modal-content\"\u003e\n\u003clabel class=\"img-modal-close-btn\" for=\"vid-modal-vellichor\"\u003e×\u003c\/label\u003e\n\u003cdiv class=\"custom-vid-aspect\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/PiwFCqHEpTk?rel=0\u0026amp;modestbranding=1\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 细节图展示 --\u003e\n\u003cp\u003eأضيئي أعز أعمالك الفنية أو صورك أو مراياك بهذا مصباح Vellichor الحائط الكلاسيكي المميز. تتضمن الذراع المنحنية بأناقة مفصل ركبة قابل للتعديل بدقة، مما يسمح لك بإمالة الظل وتوجيه زاوية الضوء بشكل مثالي. سواء تم تركيبه في مكتبة منزلية خاصة أو غرفة معيشة رسمية، يوفر هذا المصباح الإضاءة المركزة والراقية المطلوبة لتحسين الألوان والتفاصيل على عروض جدرانك.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"font-size: 14px; color: rgb(179, 142, 93); font-weight: 600; text-align: left;\"\u003eنقاط المفصل القابلة للتعديل في هذا المصباح موضحة أدناه \u003cspan style=\"font-size: 13px; color: #888888; font-weight: 500; letter-spacing: 0.5px;\"\u003e(انقر للتكبير🔍)\u003c\/span\u003e:\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"custom-img-gallery\" style=\"margin-bottom: 10px;\"\u003e\n\u003c!-- 统一规则：此处细节图宽度限制为 250px --\u003e \u003clabel class=\"zoom-thumbnail-wrapper\" for=\"img-modal-vellichor-detail\" style=\"max-width: 250px; display: block;\"\u003e \u003cimg alt=\"Vellichor Wall Light Details\" class=\"zoom-thumbnail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Vellichor_Wall_Light_27_480x480.jpg?v=1772607234\"\/\u003e \u003c\/label\u003e \u003cinput class=\"img-modal-toggle\" id=\"img-modal-vellichor-detail\" type=\"checkbox\"\/\u003e\n\u003cdiv class=\"img-modal-overlay\"\u003e\n\u003clabel class=\"img-modal-close\" for=\"img-modal-vellichor-detail\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"img-modal-content\"\u003e\n\u003clabel class=\"img-modal-close-btn\" for=\"img-modal-vellichor-detail\"\u003e×\u003c\/label\u003e \u003cimg alt=\"Large View\" class=\"img-modal-large\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Vellichor_Wall_Light_27.jpg?v=1772607234\"\/\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 产品属性表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eسمات المنتج\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالمادة\u003c\/th\u003e\n\u003ctd\u003eحديد\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالنمط\u003c\/th\u003e\n\u003ctd\u003eأسلوب صناعي\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالنوع\u003c\/th\u003e\n\u003ctd\u003eمصباح جداري\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالتشطيب\u003c\/th\u003e\n\u003ctd\u003eنحاسي، كروم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eاللون\u003c\/th\u003e\n\u003ctd\u003eنحاسي، كروم\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 3. 技术规格表格 --\u003e\n\u003cdiv class=\"section-title\"\u003eالمواصفات التقنية\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالطول\u003c\/th\u003e\n\u003ctd\u003e18.1 بوصة\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالعرض\u003c\/th\u003e\n\u003ctd\u003e12.2 إنش\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالارتفاع\u003c\/th\u003e\n\u003ctd\u003e7.9 inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eالتثبيت\u003c\/th\u003e\n\u003ctd\u003eموصول كهربائياً\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eمصدر الضوء\u003c\/th\u003e\n\u003ctd\u003eE14\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eإمكانية التعديل\u003c\/th\u003e\n\u003ctd\u003eمتوافق مع مفاتيح التعديل\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eرقم الصانع\u003c\/th\u003e\n\u003ctd\u003ePINW-MB4574\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eمعتمد\u003c\/th\u003e\n\u003ctd\u003eمتوافق مع شهادات أمريكا الشمالية والمملكة العربية السعودية وأوروبا وأستراليا\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 4. 更多详情 --\u003e\n\u003cdiv class=\"section-title\"\u003eالمزيد من التفاصيل\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eطول 18.1 بوصة (46 سم) × عرض 12.2 بوصة (31 سم) × ارتفاع 7.9 بوصة (20 سم). الوزن 2.2 رطل (1 كجم).\u003c\/li\u003e\n\u003cli\u003eطول 24.4 بوصة (62 سم) × عرض 12.2 بوصة (31 سم) × ارتفاع 7.9 بوصة (20 سم). الوزن 4.4 رطل (2 كجم).\u003c\/li\u003e\n\u003cli\u003eحجم لوحة السقف: طول 6.3 بوصة (16 سم) × ارتفاع 3.1 بوصة (8 سم).\u003c\/li\u003e\n\u003cli\u003eقطر الظل: 2 بوصة (5 سم).\u003c\/li\u003e\n\u003cli\u003eالمسافة من الحائط قابلة للتعديل من 23-31 سم، والارتفاع قابل للتعديل من 12-20 سم.\u003c\/li\u003e\n\u003cli\u003eيستخدم مصباحين بقوة 15 وات E14 حراري (غير مضمن). 90 CRI.\u003c\/li\u003e\n\u003cli\u003eمستوحى من الممرات الهادئة لمتاحف الفن الأوروبية التاريخية ومكتبات الأراضي الخاصة، يجمع بين إضاءة المهام الوظيفية المحددة مع السحر الزخرفي للفترة.\u003c\/li\u003e\n\u003cli\u003eمتاح باللون النحاسي والفضي.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 5. 独立出来的技术文档下载按钮 --\u003e\n\u003cdiv class=\"section-title\"\u003eالوثائق التقنية\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\/1Kr67UDEZTLvf-XU54mRWfY4pz0w9AUwi\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003eالمواصفات الكاملة (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تعليمات التثبيت (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ملفات ثلاثية الأبعاد\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\"\u003eالأبعاد\u003c\/div\u003e\n\u003cdiv class=\"custom-img-gallery\" style=\"margin-top: 16px; margin-bottom: 24px;\"\u003e\n\u003cdiv class=\"zoom-prompt\"\u003e🔍 اضغط للتكبير\u003c\/div\u003e\n\u003clabel class=\"zoom-thumbnail-wrapper\" for=\"img-modal-dimensions-vellichor\" style=\"max-width: 600px; display: block;\"\u003e \u003cimg alt=\"Vellichor Wall Light Dimensions\" class=\"zoom-thumbnail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Vellichor-Wall-Light_600x600.jpg?v=1772765765\" style=\"max-width: 100%;\"\/\u003e \u003c\/label\u003e \u003cinput class=\"img-modal-toggle\" id=\"img-modal-dimensions-vellichor\" type=\"checkbox\"\/\u003e\n\u003cdiv class=\"img-modal-overlay\"\u003e\n\u003clabel class=\"img-modal-close\" for=\"img-modal-dimensions-vellichor\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"img-modal-content\"\u003e\n\u003clabel class=\"img-modal-close-btn\" for=\"img-modal-dimensions-vellichor\"\u003e×\u003c\/label\u003e \u003cimg alt=\"Large Dimensions View\" class=\"img-modal-large\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Vellichor-Wall-Light.jpg?v=1772765765\"\/\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 附加：监听 ESC 与关闭事件的防播脚本 --\u003e \u003cscript\u003e\n    function stopIframeVideo(overlayElement) {\n      if (overlayElement) {\n        var iframes = overlayElement.querySelectorAll('iframe');\n        iframes.forEach(function(iframe) {\n          var currentSrc = iframe.src;\n          iframe.src = currentSrc; \/\/ 重置 src 即可切断正在后台播放的音视频\n        });\n      }\n    }\n\n    \/\/ 1. 监听 ESC 键关闭大图或视频\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          stopIframeVideo(modal.nextElementSibling);\n        });\n      }\n    });\n\n    \/\/ 2. 监听复选框状态改变 (处理点击背景或关闭按钮时的情况)\n    document.querySelectorAll('.img-modal-toggle').forEach(function(toggle) {\n      toggle.addEventListener('change', function() {\n        if (!this.checked) {\n          stopIframeVideo(this.nextElementSibling);\n        }\n      });\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Pinlighting","offers":[{"title":"L 18.1″ x W 12.2″ x H 7.9″ \/ L 46cm x W 31cm x H 20cm \/ نحاسي","offer_id":51439538766145,"sku":"PINW-MB4574-4601","price":144.95,"currency_code":"EUR","in_stock":true},{"title":"L 18.1″ x W 12.2″ x H 7.9″ \/ L 46cm x W 31cm x H 20cm \/ كروم","offer_id":51439538700609,"sku":"PINW-MB4574-4602","price":144.95,"currency_code":"EUR","in_stock":true},{"title":"L 24.4″ x W 12.2″ x H 7.9″ \/ L 62cm x W 31cm x H 20cm \/ نحاسي","offer_id":51439538864449,"sku":"PINW-MB4574-6201","price":157.95,"currency_code":"EUR","in_stock":true},{"title":"L 24.4″ x W 12.2″ x H 7.9″ \/ L 62cm x W 31cm x H 20cm \/ كروم","offer_id":51439538798913,"sku":"PINW-MB4574-6202","price":157.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0744\/8107\/4497\/files\/Vellichor_Wall_Light_1.jpg?v=1772592943","url":"https:\/\/pinlighting.com\/ar-at\/products\/vellichor-wall-light","provider":"Pinlighting","version":"1.0","type":"link"}