{"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; }\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; }\n    .pdp .size-spec-item strong { color: var(--pdp-text); font-weight: 600; }\n\n    .pdp .pdp-notice { display: flex; gap: 14px; padding: 14px 16px;\n      background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border);\n      border-left: 3px solid var(--pdp-accent); border-radius: 10px; }\n    .pdp .pdp-notice .ntc-icon { flex-shrink: 0; width: 24px; height: 24px; color: var(--pdp-accent); }\n    .pdp .pdp-notice .ntc-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; }\n    .pdp .pdp-notice .ntc-body strong { color: var(--pdp-text); display: block; margin-bottom: 4px;\n      font-size: 13px; letter-spacing: 0.02em; }\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; 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); transition: transform 0.2s; }\n    .pdp .faq-list details[open] summary::after { content: '−'; }\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 .dl-card:hover { 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-card.dl-disabled:hover { border-color: var(--pdp-border);\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. Overview --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe Calyra Ceiling Light is a \u003cstrong style=\"color: var(--pdp-text);\"\u003elow-profile flush mount\u003c\/strong\u003e with a handwoven dark rattan shade formed into soft scalloped curves around an opal glass globe. Because each shade is woven by hand, scallop spacing and weave density vary slightly piece to piece — the texture isn't repeated by machine.\u003c\/p\u003e\n\u003cp\u003eThe structural frame is iron, finished with an antique brass canopy that mounts to a standard ceiling junction box. Hardwired install, rated for indoor dry locations only. Designed for low-ceiling rooms where a pendant or chandelier wouldn't fit cleanly — bedrooms, hallways, entryways — and for coastal, bohemian, and organic-modern interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Why You'll Love It --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You'll Love It\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 width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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. Each shade is hand-formed, 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 width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.5\" fill=\"currentColor\" stroke=\"none\" opacity=\"0.25\"\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\"\u003eFrosted white globe at the shade's center scatters the bulb output evenly — you don't see a bright spot bleeding through the rattan.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003crect x=\"6\" y=\"3\" width=\"12\" height=\"6\" rx=\"1\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"6\" r=\"1\" fill=\"currentColor\" 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\"\u003eIron Frame + Antique Brass Canopy\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eStructural metalwork is iron throughout; the visible canopy carries an antique brass finish, mounting to a standard ceiling junction box.\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\u003cp\u003eTwo diffusion stages rather than one — that's why the light reads soft instead of patchy.\u003c\/p\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 rattan weave, throwing a textured, dappled wash onto the ceiling and surrounding walls.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Dimensions --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDimensions\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\u003eOverall Diameter\u003c\/span\u003e\u003cstrong\u003e16″ \/ 40.6 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eOverall Height\u003c\/span\u003e\u003cstrong\u003e8″ \/ 20.3 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eCanopy Diameter\u003c\/span\u003e\u003cstrong\u003e4.7″ \/ 12 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e\u003cstrong\u003e3 lbs \/ 1.36 kg\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eMounting\u003c\/span\u003e\u003cstrong\u003eFlush — sits close to the ceiling\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eProfile\u003c\/span\u003e\u003cstrong\u003eLow-profile, suited to ceilings under 9 ft\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Installation --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eInstallation\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-notice\"\u003e\n\u003csvg class=\"ntc-icon\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpath d=\"M12 3v3M5.6 5.6l2.1 2.1M3 12h3M5.6 18.4l2.1-2.1M12 21v-3M18.4 18.4l-2.1-2.1M21 12h-3M18.4 5.6l-2.1 2.1\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"ntc-body\"\u003e\n\u003cstrong\u003eHardwired Flush Mount · Dry Location Only\u003c\/strong\u003e Calyra is a hardwired fixture that mounts to a standard ceiling junction box — not a plug-in lamp. Lightweight enough for a standard ceiling bracket without reinforcement. Assembly is straightforward, but we recommend a licensed electrician for the wiring step. Because rattan is a natural fiber, the fixture is rated for indoor dry rooms only — please don't install it in bathrooms, covered porches, or other damp areas. Clean by wiping with a dry cloth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 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\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFlush-mount ceiling light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eHandwoven dark rattan, scalloped form\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFrame\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIron\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDiffuser\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eOpal glass globe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCanopy Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eAntique brass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eNumber of Lights\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSocket\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1 × G9 (bi-pin base)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMax Bulb\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eG9 — 60W halogen or 9W LED equivalent (sold separately)\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 standard ceiling junction box\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 location only\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\"\u003eStyle\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\u003c\/div\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 — scallop spacing and weave density vary subtly between pieces. The overall scalloped silhouette and dark rattan tone stay consistent; the surface texture is what varies.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a pendant or a flush mount?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eFlush mount. The fixture sits close to the ceiling rather than hanging on a rod or chain, so it works in rooms where ceiling height is limited.\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\"\u003eCalyra is hardwired and connects to a standard ceiling junction box. If you've installed a flush mount before and you're comfortable working with line-voltage wiring and a ground connection, yes — otherwise, hire a licensed electrician. Always shut off the breaker before working on the fixture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in a bathroom or outdoor porch?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. Rattan is a natural fiber and absorbs humidity over time, which causes warping and discoloration. The fixture is rated for indoor dry locations only — bedrooms, hallways, entryways, living rooms, and similar dry spaces.\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\"\u003eOutput is ambient, not task. Calyra is designed to set the mood and act as the main overhead light in lounging and circulation rooms — it's not bright enough on its own for kitchen prep, detailed reading, or workspaces. For larger rooms, pair it with table lamps or wall sconces.\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 G9 bulb — a small bi-pin (two-prong) capsule bulb. Bulb is sold separately. G9 is less common in US homes than the standard A19 screw bulb, so check the package for \"G9\" before buying — they're widely available online and at lighting suppliers. For a soft warm glow that complements the rattan tone, a 2700K–3000K LED works well.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it work with a dimmer?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, with the right bulb — install a dimmable LED bulb (must be labeled \"dimmable\" on the package) and pair it with an LED-compatible dimmer switch on the wall. Standard non-dimmable LEDs will flicker or fail on a dimmer.\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\u003cp\u003eReference materials for designers, electricians, and customers.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\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\u003cdiv class=\"dl-status\"\u003eComing Soon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\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\u003cdiv class=\"dl-status\"\u003eComing Soon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\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\u003cdiv class=\"dl-status\"\u003eComing Soon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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":162.0,"currency_code":"USD","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\/products\/calyra-ceiling-light","provider":"Docos","version":"1.0","type":"link"}