{"product_id":"calyra-ceiling-light","title":"مصباح Calyra السقفي","description":"\u003cstyle\u003e\n    .pdp {\n      --pdp-bg: #ffffff;\n      --pdp-bg-card: #faf4e8;\n      --pdp-bg-deep: #f0e4ce;\n      --pdp-border: #e6d8b8;\n      --pdp-border-lt: #efe4cf;\n      --pdp-accent: #a07840;\n      --pdp-accent-dk: #6e5028;\n      --pdp-accent-lt: #c89a52;\n      --pdp-accent-bg: #f6ead0;\n      --pdp-accent-bdr: #d8b878;\n      --pdp-text: #2a1f12;\n      --pdp-text-mid: #5a4628;\n      --pdp-text-light: #9a8460;\n\n      max-width: 900px;\n      margin: 0 auto;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--pdp-text);\n      line-height: 1.65;\n      font-size: 14px;\n    }\n    .pdp * { box-sizing: border-box; }\n    .pdp svg { fill: none; }\n    .pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n    .pdp img { max-width: 100%; height: auto; display: block; }\n    .pdp a { color: var(--pdp-accent); }\n    .pdp .pdp-section { margin-bottom: 2.2rem; }\n\n    .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }\n    .pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); }\n    .pdp .sec-title {\n      font-size: 10.5px; font-weight: 700;\n      letter-spacing: 0.14em; text-transform: uppercase;\n      color: var(--pdp-accent); white-space: nowrap;\n    }\n\n    .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n    .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(--pdp-border);\n      border-radius: 12px; background: var(--pdp-bg-card); }\n    .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px;\n      background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr);\n      color: var(--pdp-accent);\n      display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }\n    .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; }\n    .pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n\n    .pdp .optic-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n    .pdp .optic-card { padding: 14px 16px; border: 0.5px solid var(--pdp-border);\n      border-radius: 12px; background: var(--pdp-bg-card); }\n    .pdp .optic-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em;\n      text-transform: uppercase; color: var(--pdp-accent); margin-bottom: 6px; }\n    .pdp .optic-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; }\n    .pdp .optic-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n\n    .pdp .size-specs { display: flex; flex-direction: column; gap: 2px;\n      border: 0.5px solid var(--pdp-border); border-radius: 14px;\n      background: var(--pdp-bg-card); padding: 6px 4px; }\n    .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline;\n      padding: 11px 18px; border-bottom: 0.5px solid var(--pdp-border-lt); font-size: 13px; gap: 16px; }\n    .pdp .size-spec-item:last-child { border-bottom: 0; }\n    .pdp .size-spec-item span { color: var(--pdp-text-light); font-size: 11px;\n      letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; }\n    .pdp .size-spec-item strong { color: var(--pdp-text); font-weight: 600; text-align: right; }\n    .pdp .size-img { padding: 8px 12px 12px; }\n    .pdp .size-img img { display: block; width: 100%; height: auto; border-radius: 10px; }\n\n    .pdp .spec-grid { display: flex; flex-direction: column;\n      border: 0.5px solid var(--pdp-border); border-radius: 14px; overflow: hidden; }\n    .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--pdp-border-lt);\n      display: flex; align-items: center; background: var(--pdp-bg-card); gap: 16px; }\n    .pdp .spec-item:last-child { border-bottom: 0; }\n    .pdp .spec-item:nth-child(even) { background: var(--pdp-bg); }\n    .pdp .spec-key { font-size: 10.5px; font-weight: 700;\n      letter-spacing: 0.07em; text-transform: uppercase;\n      color: var(--pdp-accent); width: 150px; flex-shrink: 0; }\n    .pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); }\n    .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; }\n    .pdp .style-tag { font-size: 10.5px; font-weight: 600;\n      color: var(--pdp-accent); background: var(--pdp-accent-bg);\n      border: 0.5px solid var(--pdp-accent-bdr);\n      padding: 2px 8px; border-radius: 6px; }\n\n    .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; }\n    .pdp .faq-list details { border: 0.5px solid var(--pdp-border); border-radius: 10px;\n      background: var(--pdp-bg-card); overflow: hidden; }\n    .pdp .faq-list summary { list-style: none; cursor: pointer;\n      padding: 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--pdp-text);\n      display: flex; justify-content: space-between; align-items: center; }\n    .pdp .faq-list summary::-webkit-details-marker { display: none; }\n    .pdp .faq-list summary::after { content: '+'; font-size: 18px; line-height: 1;\n      color: var(--pdp-accent); }\n    .pdp .faq-list details[open] summary { color: var(--pdp-accent); }\n    .pdp .faq-list details[open] summary::after { content: '\\2212'; }\n    .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid);\n      line-height: 1.6; }\n\n    .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n    .pdp .dl-card { display: flex; flex-direction: column; gap: 10px;\n      padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border);\n      border-radius: 12px; background: var(--pdp-bg-card);\n      text-decoration: none; color: var(--pdp-text); position: relative;\n      transition: background 0.18s, border-color 0.18s; }\n    .pdp a.dl-card:hover, .pdp a.dl-card:focus-visible { border-color: var(--pdp-accent-bdr);\n      background: var(--pdp-accent-bg); }\n    .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72;\n      background: var(--pdp-bg); }\n    .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px;\n      background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr);\n      color: var(--pdp-accent);\n      display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n    .pdp .dl-meta { width: 100%; }\n    .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text);\n      line-height: 1.3; margin-bottom: 3px; }\n    .pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light);\n      letter-spacing: 0.02em; line-height: 1.45; }\n    .pdp .dl-status { position: absolute; top: 12px; right: 12px;\n      font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em;\n      text-transform: uppercase; color: var(--pdp-text-light);\n      background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border);\n      padding: 3px 8px; border-radius: 99px; line-height: 1; }\n\n    @media (max-width: 720px) {\n      .pdp .features-grid { grid-template-columns: 1fr; }\n      .pdp .optic-split { grid-template-columns: 1fr; }\n      .pdp .dl-grid { grid-template-columns: 1fr; }\n      .pdp .spec-key { width: 120px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"pdp\"\u003e\n\u003c!-- 1. Inspiration --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالإلهام\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eيبدأ Calyra من مشكلة السقف المنخفض، حيث يكون المصباح المعلق خارج الخيار والقبة البسيطة هي الحل المعتاد. البديل هنا مستعار من الحياكة: طوق من الخيزران المنسوج الملفوف مثل الكأس، يجلس بشكل مسطح على السقف مع كرة زجاجية محبوسة في مركزه. منسوج يدويًا، لذا الحافة لم تكن أبدًا متساوية ميكانيكيًا — الظل يبدو وكأنه شيء مصنوع وليس مضغوط، وهذا هو القصد من وضع الألياف حيث تذهب المعادن عادة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Key Features --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالميزات الرئيسية\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg height=\"22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"22\"\u003e\n\u003cpath d=\"M3 12c2-3 4-3 6 0s4 3 6 0 4-3 6 0\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M3 16c2-3 4-3 6 0s4 3 6 0 4-3 6 0\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eطوق خيزران داكن مجدول الملمس\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eخيزران ذو نبرة داكنة طبيعية منسوج يدويًا في حافة متموجة تشبه البتلة، لذا يختلف تباعد الفلقة وكثافة النسج بدقة بين القطع.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg height=\"22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"22\"\u003e\n\u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n\u003ccircle cx=\"12\" cy=\"12\" fill=\"currentColor\" opacity=\"0.25\" r=\"2.5\" stroke=\"none\"\u003e\u003c\/circle\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eكرة زجاج مات\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eكرة بيضاء مجمدة في مركز الظل تبعثر ناتج المصباح بالتساوي، لذا لا توجد بقعة زاهية تنزلق عبر الخيزران.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg height=\"22\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"22\"\u003e\n\u003crect height=\"6\" rx=\"1\" width=\"12\" x=\"6\" y=\"3\"\u003e\u003c\/rect\u003e\n\u003ccircle cx=\"12\" cy=\"6\" fill=\"currentColor\" r=\"1\" stroke=\"none\"\u003e\u003c\/circle\u003e\n\u003cpath d=\"M5 9h14M3 12h18\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eهيكل حديدي + شرنقة نحاس عتيق\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eالهيكل المعدني الهيكلي من الحديد بالكامل، مع الشرنقة المرئية بتشطيب نحاس عتيق.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Layered Glow --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالتوهج الطبقي\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"optic-split\"\u003e\n\u003cdiv class=\"optic-card\"\u003e\n\u003cdiv class=\"optic-label\"\u003eالمرحلة 1 · المركز\u003c\/div\u003e\n\u003cdiv class=\"optic-title\"\u003eكرة مات تنشر المصباح\u003c\/div\u003e\n\u003cdiv class=\"optic-desc\"\u003eالزجاج المجمد يأخذ ناتج نقطة المصدر من المصباح ويلينه في توهج موحد عبر سطح الكرة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"optic-card\"\u003e\n\u003cdiv class=\"optic-label\"\u003eالمرحلة 2 · الحافة\u003c\/div\u003e\n\u003cdiv class=\"optic-title\"\u003eنسج الخيزران يصفي الانسكاب\u003c\/div\u003e\n\u003cdiv class=\"optic-desc\"\u003eالضوء المنسكب بجانب الكرة يتصفى عبر النسج المفتوح، ما يرمي غسيلًا منقوشًا وملطخًا على السقف والجدران القريبة.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Size \u0026 Fit --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالحجم والملاءمة\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-specs\"\u003e\n\u003cdiv class=\"size-spec-item\"\u003eالأبعاد\u003cstrong\u003eØ16″ × H8″ \/ Ø40.6 × H20.3 cm\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg alt=\"Calyra Ceiling Light dimension drawing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Calyra-Ceiling-Light.jpg?v=1780743109\"\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Specifications --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالمواصفات\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eنوع الجهاز\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eمصباح سقف بدون إطار (مصباح واحد) · منخفض الارتفاع، مناسب للأسقف التي يقل ارتفاعها عن 9 قدم\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eالمواد والتشطيب\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eظل خيزران داكن مجدول يدويًا، هيكل حديدي، كرة زجاج مات، شرنقة نحاس عتيق\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eمصدر الضوء\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1 × قاعدة G9 ثنائية الدبوس · 60W هالوجين أو 9W LED كحد أقصى · المصباح يُباع بشكل منفصل · قابل للتعتيم مع مصباح G9 LED قابل للتعتيم ومفتاح تعتيم متوافق مع LED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eالشاسيه\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eØ4.7″ \/ 12 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eالوزن الصافي\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e3 lb \/ 1.36 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eالتركيب\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eمتصل بثابت في صندوق تقاطع السقف القياسي، ويجلس بشكل مسطح على السقف · خفيف الوزن بما يكفي لأقواس قياسية بدون تعزيز · يوصى بفني كهربائي مرخص للأسلاك\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eتقييم الموقع\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eللأماكن الداخلية الجافة فقط — الراتان ألياف طبيعية تمتص الرطوبة، لذا لا تناسب الحمامات أو الأرفق المغطاة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eالعناية\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eامسحها بقطعة قماش جافة\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eأسلوب التصميم\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cdiv class=\"style-tags\"\u003e\u003cspan class=\"style-tag\"\u003eساحلي\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eبوهيمي\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eعصري عضوي\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eجابندي\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eمعتمد\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eأمريكا الشمالية · أستراليا · أوروبا · الشرق الأوسط\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Where It Works --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eحيث يعمل\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eCalyra مخصصة للغرف حيث لن تناسب مصباح معلق أو ثريا بشكل مريح — غرف النوم والممرات والمداخل وغرف المعيشة ذات الأسقف القياسية. الإضاءة محيطة وليست موضعية، لذا اعتبرها الإضاءة العلوية الرئيسية في مساحات الاسترخاء والحركة وأضف مصابيح الطاولات أو الشمعدانات في الغرف الأكبر. الراتان الداكن والنحاس العتيق يناسبان بشكل طبيعي الديكورات الساحلية والبوهيمية والحديثة العضوية وـ Japandi، وعلى الجدران الفاتحة فإن الغسل المرقش من النسج يؤدي وظيفة مهمة مثل التجهيز نفسه. للطلبات المخصصة، تواصل عبر \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 7. FAQ --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالأسئلة الشائعة\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eهل ستبدو كل درجة مطابقة تماماً للصورة؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eقريبة جداً، لكن ليست متطابقة تماماً. كل درجة راتان منسوجة يدوياً، لذا يختلف تباعد الحواف والكثافة النسيجية بدقة بين القطع. السيلويت المسنن وتون الراتان الداكن يبقيان متسقين — سطح النسيج هو ما يختلف.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eما نوع المصباح المستخدم؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eمصباح \u003cstrong\u003eG9\u003c\/strong\u003e واحد — كبسولة ثنائية الدبابيس (بثلاثة فروع)، تُباع بشكل منفصل. G9 أقل شيوعاً في المنازل الأمريكية من مصباح A19 القياسي، لذا تحقق من العبوة من أجل \"G9\" قبل الشراء؛ متوفرة على نطاق واسع عبر الإنترنت وفي متاجر الإضاءة. يوفر LED بـ 2700K–3000K أنعم توهج ضد تون الراتان.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eما مدى السطوع؟ هل يمكنها إضاءة الغرفة بالكامل؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eالإضاءة محيطة وليست موضعية. تعمل كإضاءة علوية رئيسية في غرف النوم والممرات وغرف الاسترخاء، لكنها ليست ساطعة بما يكفي وحدها لتحضير المطبخ أو القراءة المفصلة أو مساحة العمل. في الغرف الأكبر، اجمعها مع مصابيح الطاولات أو الشمعدانات.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eهل يمكنني تثبيتها بنفسي؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eتتصل بصندوق تقاطع السقف القياسي. إذا كنت قد ثبت مصباح مسطح من قبل وتشعر بالراحة مع أسلاك الخط الفولت والاتصال الأرضي، فيمكنك التعامل معها؛ وإلا فاستأجر فني كهربائي مرخص. أوقف قاطع التيار قبل العمل على المصباح على أي حال.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eهل يمكنني استخدامها في حمام أو على رفقة مغطاة؟\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eلا. الراتان يمتص الرطوبة بمرور الوقت، مما يسبب الالتواء وتغير اللون. يُقيم للأماكن الداخلية الجافة فقط.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Downloads --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eالتنزيلات\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\/\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1B8RdhF_cZhO805l-H-OSjbraY9nT2QBK\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" height=\"20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"20\"\u003e\n\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M8 13h8M8 17h8M8 9h2\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eورقة المواصفات\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eالأبعاد والمواصفات الكهربائية · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1kMjwHQt9W1ACGZycEBLsKtSTRsaLsLSG\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" height=\"20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"20\"\u003e\n\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M9 13l1.5 1.5L13 12M9 17l1.5 1.5L13 16\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eدليل التركيب\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eالإعداد خطوة بخطوة · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1zqQ4HjLU9DGeI0UpN58CVxNwGBuly9gj\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" height=\"20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" width=\"20\"\u003e\n\u003cpath d=\"M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z\"\u003e\u003c\/path\u003e\n\u003cpath d=\"M12 3v18M4 7.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eملفات ثلاثية الأبعاد\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eللعروض التقديمية · ZIP\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 9. Schema.org JSON-LD (Product + FAQPage) --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"Calyra Ceiling Light\",\n      \"description\": \"Low-profile flush-mount ceiling light with a handwoven dark rattan shade scalloped around an opal glass globe, on an iron frame with an antique brass canopy. 40.6 x H20.3 cm, 1.36 kg, hardwired, one G9 bulb (sold separately), indoor dry locations only.\",\n      \"category\": \"Flush Mount Ceiling Light\",\n      \"material\": [\"Rattan\", \"Iron\", \"Glass\"],\n      \"color\": \"Dark rattan with antique brass\",\n      \"size\": \"40.6 x H20.3 cm \/ 16 x H8 in\",\n      \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 1.36, \"unitCode\": \"KGM\" },\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x G9 bi-pin base, 60W halogen or 9W LED max, bulb sold separately\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Dimmable\", \"value\": \"Yes, with a dimmable G9 LED and an LED-compatible wall dimmer\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Canopy\", \"value\": \"12 cm \/ 4.7 in diameter, antique brass\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Hardwired flush mount to a standard ceiling junction box\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Will every shade look identical to the photo?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Close, but not identical. Each rattan shade is woven by hand, so scallop spacing and weave density vary subtly between pieces. The scalloped silhouette and dark rattan tone stay consistent - the surface texture is what differs.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What bulb does it use?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"One G9 bulb - a small bi-pin (two-prong) capsule, sold separately. G9 is less common in US homes than a standard A19 screw bulb, so check the package for G9 before buying. A 2700K-3000K LED gives the softest glow against the rattan tone.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How bright is it? Can it light a whole room?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The output is ambient, not task. It works as the main overhead in bedrooms, hallways, and lounging rooms, but it is not bright enough alone for kitchen prep, detailed reading, or a workspace. In larger rooms, pair it with table lamps or wall sconces.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I install it myself?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It hardwires to a standard ceiling junction box. If you have fitted a flush mount before and you are comfortable with line-voltage wiring and a ground connection, you can manage this one; otherwise hire a licensed electrician. Shut off the breaker before working on the fixture.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I use it in a bathroom or on a covered porch?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. Rattan absorbs humidity over time, which causes warping and discoloration. It is rated for indoor dry locations only.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"القطر 40.6 سم × الارتفاع 20.3 سم \/ ∅ 16″ × الارتفاع 8″ \/ ذهبي وخوص طبيعي","offer_id":52244850114834,"sku":"DCC-X1018-01","price":781.0,"currency_code":"SAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Calyra_Ceiling_Light_1_6821a110-2913-4606-9022-24ddb6efd422.jpg?v=1778033888","url":"https:\/\/docos.us\/ar-sa\/products\/calyra-ceiling-light","provider":"Docos","version":"1.0","type":"link"}