{"product_id":"brinora-pendant-light","title":"Brinora Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6ef;\n  --pdp-border: #e0d3bd;\n  --pdp-border-lt: #e8dcc8;\n  --pdp-accent: #8a6f4f;\n  --pdp-accent-dk: #5e4a31;\n  --pdp-accent-bg: #f1e8da;\n  --pdp-accent-bdr: #bda079;\n  --pdp-text: #2a211a;\n  --pdp-text-mid: #5a4a3b;\n  --pdp-text-light: #978674;\n  max-width: 900px; margin: 0 auto;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  color: var(--pdp-text); line-height: 1.65; font-size: 14px;\n}\n.pdp * { box-sizing: border-box; }\n.pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n.pdp a { color: var(--pdp-accent-dk); }\n.pdp .pdp-section { margin-bottom: 2.8rem; }\n.pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; }\n.pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); }\n.pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; }\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); border-radius: 12px; background: var(--pdp-bg-card); }\n.pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }\n.pdp .feat-icon svg { fill: none; }\n.pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; line-height: 1.35; }\n.pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n.pdp .spec-grid { display: flex; flex-direction: column; 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); display: flex; align-items: flex-start; 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; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pdp-accent); width: 160px; flex-shrink: 0; padding-top: 2px; }\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; color: var(--pdp-accent); background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; }\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; background: var(--pdp-bg-card); overflow: hidden; }\n.pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--pdp-text); 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; 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); line-height: 1.6; }\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; padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); text-decoration: none; color: var(--pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; }\n.pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(--pdp-bg); }\n.pdp a.dl-card:hover { border-color: var(--pdp-accent); background: var(--pdp-accent-bg); }\n.pdp a.dl-card:hover .dl-icon { background: var(--pdp-accent); color: #fff; }\n.pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n.pdp .dl-icon svg { fill: none; }\n.pdp .dl-meta { width: 100%; }\n.pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; }\n.pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; }\n.pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-text-light); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; }\n@media (max-width: 720px) {\n  .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; }\n  .pdp .spec-item { flex-direction: column; gap: 4px; }\n  .pdp .spec-key { width: auto; }\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\u003eThe Brinora started with a woven farm hat hanging on a wall — wide, conical, the rim left wavy where the weaving ran out. Turned upside down it is already a lampshade, so little was changed: dark rattan drawn over a wire frame, the scallop kept at the edge, the weave left open rather than tightened. Rattan is worth using for what it does to light — the strands hold their pattern and throw it onto the ceiling instead of blocking it.\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=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M12 4L3 15q4 2 9 2t9-2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 15q2 2 4 0t4 0 4 0 4 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eHand-Woven Rattan Cone\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA wide conical shade woven from dark rattan with a scalloped, wavy rim — the weave itself is the look, and its pattern varies slightly per piece.\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=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M5 19l2-2M17 7l2-2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eOpen-Weave Glow\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eLight filters through the rattan to cast a patterned glow on the ceiling and walls, while the main pool of light spreads down from the open bottom.\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=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M9 18h6M10 21h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 3a6 6 0 0 1 4 10.5c-.7.6-1 1.2-1 2.5H9c0-1.3-.3-1.9-1-2.5A6 6 0 0 1 12 3z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eBulb Included, Adjustable Cord\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eShips with a \u003cstrong\u003e12W E27 LED\u003c\/strong\u003e in warm 3000K, so it lights up out of the box, on a \u003cstrong\u003e59″ cord\u003c\/strong\u003e you shorten at install.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 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\"\u003ePendant light · single bulb · hardwired\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\"\u003eHand-woven dark brown rattan shade (conical, scalloped rim) on a metal frame · weave and tone vary slightly per piece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eWidth Options\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e15.7″ (40 cm) · 19.7″ (50 cm) · 23.6″ (60 cm)\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 × E27 · 12W LED bulb included, 3000K warm white · accepts standard US E26\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCord\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e59″ (150 cm) adjustable · shortens at install\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 ceiling junction box · licensed electrician recommended · hang ~30–36″ (75–90 cm) above a table or island\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\"\u003eDust the rattan with a soft brush or low-suction vacuum — never wet it · indoor dry locations only, not a bathroom or covered porch\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\"\u003eBoho\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eModern Farmhouse\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\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDining table, kitchen island, bedside, entryway, sunroom · pairs with wood, linen, and warm neutrals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 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\u003eTechnical reference and installation guides for the Brinora Pendant Light. Need a doc that's not listed? Email \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1zg8SMMJ5TPV2Nf73ZngBkHYbBw_l_jN9\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 13h8M8 17h8M8 9h2\"\u003e\u003c\/path\u003e\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\"\u003eFull product specs · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1b_ldv2q6JhUMvzeOmNS5NBWvUoxgix4S\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13l1.5 1.5L13 12M9 17l1.5 1.5L13 16\"\u003e\u003c\/path\u003e\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\"\u003eHardwire step-by-step · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c!-- Replace the div with an \u003ca class=\"dl-card\" href=\"...\"\u003e once the PDF is uploaded, and remove the Pending badge. --\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 3v18M4 7.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eCare Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eRattan \u0026amp; cord · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003ePending\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 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\u003eWhich width should I pick?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eOver a dining table, aim for a shade about half to two-thirds the table's width: \u003cstrong\u003e19.7″ (50 cm)\u003c\/strong\u003e suits a standard 36–42″ table, \u003cstrong\u003e23.6″ (60 cm)\u003c\/strong\u003e a kitchen island or larger table, and \u003cstrong\u003e15.7″ (40 cm)\u003c\/strong\u003e a bedside or small round table. The woven cone and single E27 socket are the same in all three.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat bulb does it use, and is it included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eOne \u003cstrong\u003eE27\u003c\/strong\u003e socket, and a \u003cstrong\u003e12W LED bulb in warm 3000K is included\u003c\/strong\u003e, so it lights up out of the box. E27 is cross-compatible with the standard US E26 base, so US replacements thread right in.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the hanging height, and can I install it myself?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe cord is \u003cstrong\u003e59″ (150 cm)\u003c\/strong\u003e and shortens at install, so you set the drop — about \u003cstrong\u003e30–36″ above\u003c\/strong\u003e a table or island. It is a \u003cstrong\u003ehardwired\u003c\/strong\u003e ceiling fixture, so a licensed electrician is recommended for a code-compliant install.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it go in a bathroom or outdoors, and how do I clean it?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — natural rattan is for \u003cstrong\u003eindoor dry locations only\u003c\/strong\u003e, so keep it out of bathrooms, damp basements, and covered porches, where humidity can loosen the weave over time. Clean it \u003cstrong\u003edry\u003c\/strong\u003e: a soft brush or a low-suction vacuum, never water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Schema.org JSON-LD --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Brinora Pendant Light\",\n  \"description\": \"Single-bulb pendant with a wide conical shade hand-woven from dark rattan with a scalloped rim on a metal frame. Open weave casts a patterned glow while the main light spreads from the open bottom. 1 x E27 with a 12W 3000K LED bulb included, 59 inch adjustable cord. Three widths: 15.7, 19.7 and 23.6 inch. Hardwired, indoor dry locations only.\",\n  \"material\": [\"Rattan\", \"Metal\"],\n  \"color\": \"Dark brown rattan\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E27, 12W LED bulb included, 3000K warm white, accepts US E26\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Cord\", \"value\": \"59 inch (150 cm) adjustable\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Hardwired to a ceiling junction box\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\n  ],\n  \"hasVariant\": [\n    { \"@type\": \"Product\", \"name\": \"Brinora Pendant - 15.7\\\"\", \"size\": \"15.7\\\" \/ 40 cm wide\" },\n    { \"@type\": \"Product\", \"name\": \"Brinora Pendant - 19.7\\\"\", \"size\": \"19.7\\\" \/ 50 cm wide\" },\n    { \"@type\": \"Product\", \"name\": \"Brinora Pendant - 23.6\\\"\", \"size\": \"23.6\\\" \/ 60 cm wide\" }\n  ]\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which width should I pick?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Over a dining table, aim for a shade about half to two-thirds the table's width: 19.7 inch suits a standard 36 to 42 inch table, 23.6 inch a kitchen island or larger table, and 15.7 inch a bedside or small round table. The woven cone and single E27 socket are the same in all three.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What bulb does it use, and is it included?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"One E27 socket, and a 12W LED bulb in warm 3000K is included so it lights up out of the box. E27 is cross-compatible with the standard US E26 base, so US replacements thread right in.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I adjust the hanging height, and can I install it myself?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The cord is 59 inches (150 cm) and shortens at install, so you set the drop, about 30 to 36 inches above a table or island. It is a hardwired ceiling fixture, so a licensed electrician is recommended for a code-compliant install.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can it go in a bathroom or outdoors, and how do I clean it?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. Natural rattan is for indoor dry locations only, so keep it out of bathrooms, damp basements and covered porches, where humidity can loosen the weave over time. Clean it dry with a soft brush or a low-suction vacuum, never water.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 40cm  \/ ∅ 15.7″ \/ Brown Rattan","offer_id":52301737427218,"sku":"DCP-X4217-01","price":225.95,"currency_code":"EUR","in_stock":true},{"title":"Dia 50cm  \/ ∅ 19.6″ \/ Brown Rattan","offer_id":52301737459986,"sku":"DCP-X4217-02","price":263.95,"currency_code":"EUR","in_stock":true},{"title":"Dia 60cm  \/ ∅ 23.6″ \/ Brown Rattan","offer_id":52301737492754,"sku":"DCP-X4217-03","price":384.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brinora_Pendant_Light_1.jpg?v=1779874921","url":"https:\/\/docos.us\/en-nl\/products\/brinora-pendant-light","provider":"Docos","version":"1.0","type":"link"}