{"product_id":"scalisse-chandelier","title":"Scalisse Chandelier","description":"\u003cstyle\u003e\n.pdp {\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6ee;\n  --pdp-bg-deep: #efe6d4;\n  --pdp-border: #e4d8c2;\n  --pdp-border-lt: #ece1cd;\n  --pdp-accent: #a8895c;\n  --pdp-accent-dk: #745d38;\n  --pdp-accent-lt: #c8aa78;\n  --pdp-accent-bg: #f5ecdb;\n  --pdp-accent-bdr: #cdb084;\n  --pdp-text: #2a2118;\n  --pdp-text-mid: #5a4b3a;\n  --pdp-text-light: #968671;\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 .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 6px 4px; }\n.pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; 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; 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 .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--pdp-accent-bdr); border-left: 3px solid var(--pdp-accent); border-radius: 10px; background: var(--pdp-accent-bg); }\n.pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n.pdp .notice .notice-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; }\n.pdp .notice .notice-body strong { color: var(--pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; }\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: 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; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pdp-accent); width: 160px; 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; 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 .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; }\n.pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(--pdp-accent-dk); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; }\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 .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-key { width: 120px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"pdp\"\u003e\n\u003c!-- 0. Video --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/9AJPdvuSqz8?si=GtOV8f1rtohD922o\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003c\/div\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 \u003cstrong\u003eScalisse Chandelier\u003c\/strong\u003e is a tiered fabric chandelier with rows of textured white scalloped panels that overlap like feathers, hung from a gold ring frame. The panels layer in four tiers across a 23.6″ (60 cm) wide, 12.4″ (31.5 cm) tall body, and the fabric diffuses the E27 bulb into a warm glow. It hangs from a metal chain that adjusts the height, with bulbs included. This boho, coastal scalloped chandelier works over a dining table, kitchen island, or living room.\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=\"M4 6h16M5 6q1.5 3 3 0t3 0t3 0t3 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 11q1.5 3 3 0t3 0t3 0t3 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 16q1.5 3 3 0t3 0t3 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eFour Tiers of Scalloped Panels\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eRounded white fabric panels overlap in four stacked rows like feathers, layering down across the 23.6″ (60 cm) wide body.\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 3v2M12 19v2M3 12h2M19 12h2M6 6l1.5 1.5M16.5 16.5L18 18M18 6l-1.5 1.5M7.5 16.5L6 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eTextured Fabric Diffusion\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThe soft, textured fabric panels filter the bulb into a warm, even glow and cast layered light and shadow rather than a bare-bulb glare.\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=\"2\" cy=\"5\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2\" cy=\"9.5\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2\" cy=\"14\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M5 19h14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eMetal Chain, Adjustable Height\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003ePanels hang from gold-tone hooks on a gold ring, suspended by a 19.7″ metal chain and canopy so you can set the drop for your ceiling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Variant grid — removed (single SKU, no color\/size variants) --\u003e \u003c!-- 4. Product Size --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eProduct Size\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003e\n\u003cdiv class=\"notice-ico\"\u003e↕\u003c\/div\u003e\n\u003cdiv class=\"notice-body\"\u003e\u003cstrong\u003eDiameter 23.6″ \/ 60 cm · Height 12.4″ \/ 31.5 cm\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Notice (material + install) --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eGood To Know\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notice\"\u003e\n\u003cdiv class=\"notice-ico\"\u003e!\u003c\/div\u003e\n\u003cdiv class=\"notice-body\"\u003e\n\u003cstrong\u003eFabric panels — hardwired install, indoor dry use only\u003c\/strong\u003e The shade is built from textured fabric panels, so slight variations in panel texture and lay between pieces are characteristic of the material, not defects. A licensed electrician is recommended for hardwired install. Indoor, dry locations only.\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\"\u003eFixture Type\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eChandelier (tiered fabric)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMain Materials\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eMetal frame + fabric panels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eFrame Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eGold\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 · bulbs included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDiameter\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e23.6″ \/ 60 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e12.4″ \/ 31.5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eChain\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e19.7″ metal chain · adjustable height\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\"\u003eCeiling-mounted (hardwired) · indoor dry locations only\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\"\u003eBoho\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eCoastal\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eModern Farmhouse\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWabi-Sabi\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eScalloped\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. Use Case --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eUse Case\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe Scalisse's tiered fabric panels diffuse the E27 light into a warm glow, working as a centerpiece over a dining table or kitchen island, or in a living room or bedroom where you want soft ambient light rather than direct glare. Hang the lowest point about 30–36 inches above the table surface.\u003c\/p\u003e\n\u003cp\u003eFor custom requests, email \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 8. 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 the Scalisse chandelier use, and are they included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt uses \u003cstrong\u003eE27\u003c\/strong\u003e (standard medium screw base) bulbs, and the \u003cstrong\u003ebulbs are included\u003c\/strong\u003e, so it lights up out of the box. A warm-light bulb suits the fabric diffusion.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow big is it, and what size table does it fit?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt's \u003cstrong\u003e23.6″ (60 cm)\u003c\/strong\u003e wide and \u003cstrong\u003e12.4″ (31.5 cm)\u003c\/strong\u003e tall — a statement centerpiece that still fits a standard dining table or kitchen island.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the hanging height?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. It hangs from a \u003cstrong\u003e19.7″ metal chain\u003c\/strong\u003e with adjustable height, so you can set the drop for your ceiling. Over a table, hang the lowest point about 30–36 inches above the surface.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the shade fabric, and how does it light?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe tiers are \u003cstrong\u003etextured fabric panels\u003c\/strong\u003e. They diffuse the bulb into a warm, even glow and cast layered light and shadow, rather than exposing a bare bulb.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it myself or do I need an electrician?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt's a hardwired ceiling fixture connecting to a junction box. Given the wiring, a licensed electrician is recommended for a safe, code-compliant install.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it in a bathroom or outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo — because the panels are fabric, it's rated for \u003cstrong\u003eindoor, dry locations only\u003c\/strong\u003e. Keep it out of bathrooms and covered outdoor areas.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 10. 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 Scalisse Chandelier.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1Me9s4FB6nJL6ueI1NM9gwb_zjS3gWxzK\/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\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/16V1Ee6Pq4m4JJsoWsRhEuhkGkAlkWPiL\/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\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1IpNPUwLwD8gMuQe8XARdoQXOqelRl5HR\/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=\"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\"\u003eFabric \u0026amp; Metal · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 11. Schema.org JSON-LD (Product + FAQPage) --\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 60cm x H 31.5cm \/ ∅ 23.6″ x H 12.4″ \/ Copper \u0026 White","offer_id":52298559422738,"sku":"DCC-X1638-01","price":329.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Scalisse_Chandelier_922-2.jpg?v=1790045616","url":"https:\/\/docos.us\/en-be\/products\/scalisse-chandelier","provider":"Docos","version":"1.0","type":"link"}