{"product_id":"brimley-chandelier","title":"Brimley Chandelier","description":"\u003cstyle\u003e\n.pdp {\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6ef;\n  --pdp-bg-deep: #ece0cd;\n  --pdp-border: #e0d3bd;\n  --pdp-border-lt: #e8dcc8;\n  --pdp-accent: #918a7b;\n  --pdp-accent-dk: #5f5849;\n  --pdp-accent-bg: #efece4;\n  --pdp-accent-bdr: #c5bdac;\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 .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 .variants-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }\n.pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; }\n.pdp .variant-card:hover { border-color: var(--pdp-accent); transform: translateY(-2px); }\n.pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(--pdp-border); overflow: hidden; background-color: var(--pdp-bg-deep); }\n.pdp .variant-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.pdp .variant-name { font-size: 12px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; }\n.pdp .variant-sub { font-size: 10.5px; color: var(--pdp-text-light); margin-top: 2px; }\n.pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 280px; height: 280px; border-radius: 12px; border: 1px solid var(--pdp-accent-bdr); box-shadow: 0 12px 32px rgba(42,33,26,0.18); overflow: hidden; background-color: var(--pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; }\n.pdp .variant-card .variant-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); }\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 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@media (max-width: 720px) {\n  .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; }\n  .pdp .variants-grid { grid-template-columns: repeat(2, 1fr); }\n  .pdp .spec-item { flex-direction: column; gap: 4px; }\n  .pdp .spec-key { width: auto; }\n  .pdp .variant-card .variant-preview { display: none; }\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 Brimley works from the old candelabra logic: a turned column at the center, arms swinging out and curling back up, a light held at the end of each. What changes is the shade. Instead of glass, each cup carries a cone pieced from capiz — the flat, pearly shell that coastal makers have cut into lamps and window screens for generations. Wood, brushed metal, and shell together keep the formality of a chandelier without the hardness of crystal.\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 width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 3v9\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"14\" r=\"2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 16q-6 4-8 0M12 16q6 4 8 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 16v3M20 16v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eCurved Sand Nickel Arms\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eS-curved sand nickel arms swing out from the column and turn up to hold each shade — the classic candelabra silhouette, in 3, 5, 6, or 8 arms.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\u003cellipse cx=\"12\" cy=\"7\" rx=\"2.5\" ry=\"1\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"12\" cy=\"11\" rx=\"2.5\" ry=\"1\"\u003e\u003c\/ellipse\u003e\u003cellipse cx=\"12\" cy=\"15\" rx=\"2.5\" ry=\"1\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M11 18l1 3 1-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eTurned Walnut-Finish Column\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThe center column is real wood turned into stacked rings and bobbins, with a wood teardrop hanging below the sand nickel bowl.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M8 9q4-2 8 0v6q-4 2-8 0z\"\u003e\u003c\/path\u003e\u003cellipse cx=\"12\" cy=\"9\" rx=\"4\" ry=\"1.5\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M9 16q2 1 6 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eCapiz-Shell Shades\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eEach shade is real capiz shell pieced into a tapered cone — pearly cream and softly translucent, so the light glows through the panels rather than glaring.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Arm Options --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eArm Options\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eSame body in four arm counts — only the width changes; all four are 18.1″ (46 cm) tall. Hover a thumbnail to preview.\u003c\/p\u003e\n\u003cdiv class=\"variants-grid\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\"\u003e\u003cimg loading=\"lazy\" alt=\"Brimley 3-light chandelier for foyer or breakfast nook\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_2_7fcc5443-0454-43cb-b6d2-584b6bd096bf_1200x.jpg?v=1782606693\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003e3-Light\u003c\/div\u003e\n\u003cdiv class=\"variant-sub\"\u003e27.6″ \/ 70 cm wide\u003cbr\u003eFoyer, nook, small dining\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\"\u003e\u003cimg alt=\"Brimley 3-light preview\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_2_7fcc5443-0454-43cb-b6d2-584b6bd096bf_1200x.jpg?v=1782606693\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\"\u003e\u003cimg loading=\"lazy\" alt=\"Brimley 5-light chandelier for dining table\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_3_72461dc3-b6fc-4e56-9b95-ed7dd3579a40_1200x.jpg?v=1782606694\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003e5-Light\u003c\/div\u003e\n\u003cdiv class=\"variant-sub\"\u003e32.3″ \/ 82 cm wide\u003cbr\u003eStandard dining table\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\"\u003e\u003cimg alt=\"Brimley 5-light preview\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_3_72461dc3-b6fc-4e56-9b95-ed7dd3579a40_1200x.jpg?v=1782606694\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\"\u003e\u003cimg loading=\"lazy\" alt=\"Brimley 6-light chandelier for living room\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_4_217a663f-5732-4a1f-81df-6fac00dc8b48_1200x.jpg?v=1782606694\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003e6-Light\u003c\/div\u003e\n\u003cdiv class=\"variant-sub\"\u003e32.3″ \/ 82 cm wide\u003cbr\u003eFamily living room\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\"\u003e\u003cimg alt=\"Brimley 6-light preview\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_4_217a663f-5732-4a1f-81df-6fac00dc8b48_1200x.jpg?v=1782606694\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\"\u003e\u003cimg loading=\"lazy\" alt=\"Brimley 8-light chandelier for long dining table or formal foyer\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_5_e65f1c18-7e00-4c3a-9f77-756d696a3d5d_1200x.jpg?v=1782606694\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003e8-Light\u003c\/div\u003e\n\u003cdiv class=\"variant-sub\"\u003e36.2″ \/ 92 cm wide\u003cbr\u003eLong table, formal entry\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\"\u003e\u003cimg alt=\"Brimley 8-light preview\" src=\"https:\/\/docos.us\/cdn\/shop\/files\/Brimley_Chandelier_5_e65f1c18-7e00-4c3a-9f77-756d696a3d5d_1200x.jpg?v=1782606694\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top:12px\"\u003eTotal drop is about \u003cstrong\u003e41.7″ (106 cm)\u003c\/strong\u003e — fixture plus chain. Over a dining table, hang the bottom roughly \u003cstrong\u003e30–36″ (75–90 cm)\u003c\/strong\u003e above the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 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\"\u003eChandelier · multi-arm candelabra · 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\"\u003eRubber wood in a walnut finish (column, candle cups, teardrop) + capiz shell shades + metal in a sand nickel finish · wood grain and shell pattern vary per piece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShades\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eTapered capiz-shell cones in pearly cream, one per arm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFixture height 18.1″ (46 cm) · chain 23.6″ (60 cm) · total drop ~41.7″ (106 cm) · canopy 4.7″ × 0.8″ (120 × 20 mm)\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\"\u003eE27 medium screw base · one bulb per arm · bulbs included\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 given the weight and arm count · indoor dry locations 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\"\u003eDust the shell shades and wood with a soft dry cloth — no water or cleaners on shell · wipe sand nickel dry, nothing abrasive\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\"\u003eTraditional\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eTransitional\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eClassic\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eCoastal\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFormal\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, living room, foyer, formal entry · ambient and decorative light rather than a single bright wash\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 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 Brimley Chandelier. 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 rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1hSgHOD_A8pKOO5jqZlco_IsQfHZxkC85\/view?usp=drive_link\" class=\"dl-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1MxRtp5DDo5FROT5bAUQDL7_IdqDbWv3A\/view?usp=drive_link\" class=\"dl-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\u003ca rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/1gI-GI1Lnr4sdaP67QaLSi6FdKsoSu3-I\/view?usp=drive_link\" class=\"dl-card\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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\"\u003eShell, wood \u0026amp; sand nickel · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 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\u003eWhat bulbs does it use, and are they included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt takes \u003cstrong\u003eE27\u003c\/strong\u003e (medium screw base) bulbs, one per arm, and \u003cstrong\u003ethe bulbs are included\u003c\/strong\u003e. 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\u003eIs the wood real walnut?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt is real wood, but not solid walnut — the column, candle cups, and teardrop are \u003cstrong\u003erubber wood in a walnut finish\u003c\/strong\u003e. Grain and tone vary slightly from piece to piece, as with any finished wood.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much drop is there, and can I install it myself?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eTotal drop is about \u003cstrong\u003e41.7″ (106 cm)\u003c\/strong\u003e — the 18.1″ fixture plus the 23.6″ chain — measured to the bottom of the wood teardrop. It is a \u003cstrong\u003ehardwired\u003c\/strong\u003e multi-arm fixture, so given the weight and wiring a \u003cstrong\u003elicensed electrician\u003c\/strong\u003e 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?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — capiz shell and finished wood are for \u003cstrong\u003eindoor dry locations only\u003c\/strong\u003e. Keep it out of bathrooms, damp basements, and covered outdoor spaces; humidity can dull and separate the shell over time. Dust it \u003cstrong\u003edry\u003c\/strong\u003e with a soft cloth, never water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Schema.org JSON-LD --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Brimley Chandelier\",\n  \"description\": \"Traditional multi-arm chandelier with curved sand nickel arms, a turned walnut-finish wood column with sand nickel bowl base and wood teardrop, and tapered capiz-shell shades in pearly cream. Available with 3, 5, 6 or 8 arms, 27.6 to 36.2 inch wide, 18.1 inch tall with a 23.6 inch chain. E27 bulbs included, one per arm. Hardwired, indoor dry locations only.\",\n  \"material\": [\"Rubber wood\", \"Capiz shell\", \"Metal\"],\n  \"color\": \"Walnut \/ sand nickel \/ pearly cream\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"E27 medium screw base, one bulb per arm, bulbs included\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Dimensions\", \"value\": \"Fixture height 18.1 in (46 cm), chain 23.6 in (60 cm), total drop about 41.7 in (106 cm), canopy 4.7 in\" },\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\": \"Brimley Chandelier - 3-Light\", \"size\": \"27.6\\\" \/ 70 cm wide\" },\n    { \"@type\": \"Product\", \"name\": \"Brimley Chandelier - 5-Light\", \"size\": \"32.3\\\" \/ 82 cm wide\" },\n    { \"@type\": \"Product\", \"name\": \"Brimley Chandelier - 6-Light\", \"size\": \"32.3\\\" \/ 82 cm wide\" },\n    { \"@type\": \"Product\", \"name\": \"Brimley Chandelier - 8-Light\", \"size\": \"36.2\\\" \/ 92 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\": \"What bulbs does it use, and are they included?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It takes E27 medium screw base bulbs, one per arm, and the bulbs are included. E27 is cross-compatible with the standard US E26 base, so US replacements thread right in.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the wood real walnut?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It is real wood but not solid walnut: the column, candle cups and teardrop are rubber wood in a walnut finish. Grain and tone vary slightly from piece to piece, as with any finished wood.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much drop is there, and can I install it myself?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Total drop is about 41.7 inches (106 cm), the 18.1 inch fixture plus the 23.6 inch chain, measured to the bottom of the wood teardrop. It is a hardwired multi-arm 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?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. Capiz shell and finished wood are for indoor dry locations only, so keep it out of bathrooms, damp basements and covered outdoor spaces, since humidity can dull and separate the shell over time. Dust it dry with a soft cloth, never water.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"3 Heads Size: W 70cm x H 46cm \/ W 27.5″ x H 18.1″ \/ Sand Nickel \u0026 White","offer_id":52316225339666,"sku":"DCC-F2608-01","price":642.0,"currency_code":"AUD","in_stock":true},{"title":"5 Heads Size: W 82cm x H 46cm \/ W 32.2″ x H 18.1″ \/ Sand Nickel \u0026 White","offer_id":52316225372434,"sku":"DCC-F2608-02","price":745.0,"currency_code":"AUD","in_stock":true},{"title":"6 Heads Size: W 82cm x H 46cm \/ W 32.2″ x H 18.1″ \/ Sand Nickel \u0026 White","offer_id":52316225405202,"sku":"DCC-F2608-03","price":778.0,"currency_code":"AUD","in_stock":true},{"title":"8 Heads Size: W 92cm x H 46cm \/ W 36.2″ x H 18.1″ \/ Sand Nickel \u0026 White","offer_id":52316225437970,"sku":"DCC-F2608-04","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Brimley_Chandelier_1_52c583bd-2ea3-42f0-8f0d-1f2b77742fdc.jpg?v=1782606695","url":"https:\/\/docos.us\/en-au\/products\/brimley-chandelier","provider":"Docos","version":"1.0","type":"link"}