{"product_id":"calyra-ceiling-light","title":"Calyra Ceiling Light","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\"\u003eInspiration\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eCalyra starts from the problem of a low ceiling, where a pendant is out and a plain dome is the usual answer. The alternative here is borrowed from basketry: a woven rattan collar scalloped like a calyx, sitting flat against the ceiling with a glass globe held at its center. Woven by hand, so the rim is never mechanically even — the shade reads as something made rather than pressed, which is the whole point of putting fibre where metal normally goes.\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\"\u003eKey Features\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 stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" 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\"\u003eHandwoven Dark Rattan Scallop\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eNatural dark-toned rattan woven by hand into a wavy petal-like rim, so scallop spacing and weave density vary subtly between pieces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n            \u003ccircle r=\"6\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003ccircle opacity=\"0.25\" stroke=\"none\" fill=\"currentColor\" r=\"2.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eOpal Glass Globe\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA frosted white globe at the shade's center scatters the bulb output evenly, so no bright spot bleeds through the rattan.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n            \u003crect rx=\"1\" height=\"6\" width=\"12\" y=\"3\" x=\"6\"\u003e\u003c\/rect\u003e\n            \u003ccircle stroke=\"none\" fill=\"currentColor\" r=\"1\" cy=\"6\" cx=\"12\"\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\"\u003eIron Frame + Antique Brass Canopy\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThe structural metalwork is iron throughout, with the visible canopy in an antique brass finish.\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\"\u003eLayered Glow\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\"\u003eStage 1 · Center\u003c\/div\u003e\n\u003cdiv class=\"optic-title\"\u003eOpal globe diffuses the bulb\u003c\/div\u003e\n\u003cdiv class=\"optic-desc\"\u003eThe frosted glass takes the point-source output of the bulb and softens it into an even glow across the globe surface.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"optic-card\"\u003e\n\u003cdiv class=\"optic-label\"\u003eStage 2 · Edge\u003c\/div\u003e\n\u003cdiv class=\"optic-title\"\u003eRattan weave filters the spill\u003c\/div\u003e\n\u003cdiv class=\"optic-desc\"\u003eLight spilling past the globe filters through the open weave, throwing a textured, dappled wash onto the ceiling and nearby walls.\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\"\u003eSize \u0026amp; Fit\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\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cstrong\u003eØ16″ × H8″ \/ Ø40.6 × H20.3 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Calyra-Ceiling-Light.jpg?v=1780743109\" alt=\"Calyra Ceiling Light dimension drawing\"\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\"\u003eSpecifications\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\"\u003eFixture Type\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFlush-mount ceiling light (single bulb) · low-profile, suited to ceilings under 9 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterials \u0026amp; Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHandwoven dark rattan scalloped shade, iron frame, opal glass globe diffuser, antique brass canopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLight Source\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1 × G9 bi-pin base · 60W halogen or 9W LED max · bulb sold separately · dimmable with a dimmable G9 LED and an LED-compatible wall dimmer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCanopy\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\"\u003eNet Weight\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\"\u003eMounting\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHardwired to a standard ceiling junction box, sitting flush against the ceiling · light enough for a standard bracket without reinforcement · licensed electrician recommended for the wiring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLocation Rating\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIndoor dry locations only — rattan is a natural fibre and absorbs humidity, so not for bathrooms or covered porches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWipe with a dry cloth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDesign Style\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cdiv class=\"style-tags\"\u003e\n\u003cspan class=\"style-tag\"\u003eCoastal\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eBohemian\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eOrganic Modern\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eJapandi\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCertified\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eNorth America · Australia · Europe · Middle East\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\"\u003eWhere It Works\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eCalyra is for rooms where a pendant or chandelier won't fit cleanly — bedrooms, hallways, entryways, and living rooms with standard-height ceilings. The output is ambient rather than task, so treat it as the main overhead in lounging and circulation spaces and layer table lamps or sconces into larger rooms. The dark rattan and antique brass sit naturally with coastal, bohemian, organic-modern, and Japandi interiors, and against pale walls the dappled wash from the weave does as much work as the fixture itself. For custom requests, email \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\"\u003eFAQ\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\u003eWill every shade look identical to the photo?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eClose, 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.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb does it use?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eOne \u003cstrong\u003eG9\u003c\/strong\u003e 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; they're widely available online and at lighting suppliers. A 2700K–3000K LED gives the softest glow against the rattan tone.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is it? Can it light a whole room?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe output is ambient, not task. It works as the main overhead in bedrooms, hallways, and lounging rooms, but it isn't bright enough alone for kitchen prep, detailed reading, or a workspace. In larger rooms, pair it with table lamps or wall sconces.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it myself?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt hardwires to a standard ceiling junction box. If you've fitted a flush mount before and you're 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 either way.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in a bathroom or on a covered porch?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. Rattan absorbs humidity over time, which causes warping and discoloration. It's rated for indoor dry locations only.\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\"\u003eDownloads\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\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" 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\"\u003eSpec Sheet\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eDimensions \u0026amp; electrical · 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\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" 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\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eStep-by-step setup · 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\" target=\"_blank\" rel=\"noopener\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" 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\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eFor renderings · 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":"Dia 40.6cm x H 20.3cm \/ ∅ 16″ x H 8″ \/ Gold \u0026 Nature Rattan","offer_id":52244850114834,"sku":"DCC-X1018-01","price":179.95,"currency_code":"EUR","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\/en-at\/products\/calyra-ceiling-light","provider":"Docos","version":"1.0","type":"link"}