{"product_id":"avelisse-chandelier","title":"Avelisse Chandelier","description":"\u003cstyle\u003e\n.pdp {\n  \/* Beige + Walnut + Brown theme — vintage cottage \/ French country *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6ec;\n  --pdp-bg-deep: #f0e7d2;\n  --pdp-border: #e6dcc0;\n  --pdp-border-lt: #ede4d0;\n  --pdp-accent: #8a5a3a;\n  --pdp-accent-dk: #5e3c24;\n  --pdp-accent-bg: #f0dcc5;\n  --pdp-accent-bdr: #c89b78;\n  --pdp-text: #2a1d12;\n  --pdp-text-mid: #5a4332;\n  --pdp-text-light: #968270;\n\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 svg { fill: none; }\n.pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n.pdp a { color: var(--pdp-accent); }\n.pdp .pdp-section { margin-bottom: 2.2rem; }\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 { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; }\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); 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-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 .size-figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }\n.pdp .size-figure { border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); padding: 10px; margin: 0; }\n.pdp .size-figure img { display: block; width: 100%; height: auto; border-radius: 8px; }\n.pdp .size-figure figcaption { font-size: 11.5px; color: var(--pdp-text-mid); text-align: center; margin-top: 8px; line-height: 1.5; }\n.pdp .size-figure figcaption strong { color: var(--pdp-text); display: block; }\n\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: 150px; flex-shrink: 0; padding-top: 2px; }\n.pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); }\n\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\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\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-bdr); background: var(--pdp-accent-bg); }\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-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\n@media (max-width: 720px) {\n  .pdp .features-grid, .pdp .dl-grid, .pdp .size-figures { 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 Avelisse is built from one repeated part: a ribbon of ceramic bent back on itself, open at both ends. Ranked into descending tiers, those loops behave the way crystal drops do on an old chandelier — catching light at the curve, throwing it on to the next row — but in matte stone-white rather than cut glass. The larger the configuration, the more the piece stops being a fixture and starts reading as a hanging structure, which is why the tiers were kept open rather than filled.\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 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eCascading Ceramic Tiers\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eHand-finished ceramic loops in descending tiers, each row catching light at the curve and passing it to the next — texture instead of cut glass.\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\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003e11 to 40 Light Heads\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThree configurations, from an 11-head 27.5″ for a standard ceiling to a 40-head 39.4″ with a 59″ drop for a stairwell or two-story foyer.\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=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eHeavy Metal Core\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA heavy-duty metal frame carries the tiers — and weighs \u003cstrong\u003e27.6 to 181.9 lb\u003c\/strong\u003e depending on size, so ceiling support matters as much as the wiring.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Size \u0026 Fit --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eSize \u0026amp; Fit\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-figures\"\u003e\n\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Avelisse_-Chandelier_1.jpg?v=1780737714\" alt=\"Avelisse chandelier small configuration dimensions — 27.5 inch diameter by 18.9 inch high, 11 heads\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eSmall · 11 heads\u003c\/strong\u003eØ27.5″ × H18.9″ (Ø70 × 48 cm)\u003cbr\u003e27.6 lb \/ 12.5 kg\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Avelisse_-Chandelier_2.jpg?v=1780737714\" alt=\"Avelisse chandelier medium configuration dimensions — 35.4 inch diameter by 28.3 inch high, 15 heads\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eMedium · 15 heads\u003c\/strong\u003eØ35.4″ × H28.3″ (Ø90 × 72 cm)\u003cbr\u003e83.1 lb \/ 37.7 kg\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Avelisse_-Chandelier_3.jpg?v=1780737714\" alt=\"Avelisse chandelier grand configuration dimensions — 39.4 inch diameter by 59.1 inch high, 40 heads\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003e\u003cstrong\u003eGrand · 40 heads\u003c\/strong\u003eØ39.4″ × H59.1″ (Ø100 × 150 cm)\u003cbr\u003e181.9 lb \/ 82.5 kg\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cp\u003eAll three hang from a \u003cstrong\u003e19.7″ (50 cm) adjustable chain\u003c\/strong\u003e on a \u003cstrong\u003eØ5.3″ (13.5 cm)\u003c\/strong\u003e canopy, shortened at install. Small and Medium suit a formal dining room or living hall with standard ceilings — over a table, hang the bottom about \u003cstrong\u003e30–36″ (75–90 cm)\u003c\/strong\u003e above the surface. The Grand's 59″ drop is for a \u003cstrong\u003emulti-story foyer or stairwell\u003c\/strong\u003e, where the tiers can be seen from more than one level.\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\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eTiered chandelier · hardwired · three configurations (11 \/ 15 \/ 40 heads)\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-finished matte white ceramic loop shades + premium metal alloy frame with warm gold accents\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\"\u003eE14 small Edison screw · 11, 15, or 40 sockets by configuration · bulbs included · 4W warm white LED filament recommended for replacements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBulb Base Note\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cstrong\u003eE14 is the European small screw base — not the US E12 candelabra.\u003c\/strong\u003e Replace with E14 bulbs, or fit E14-to-E12 adapters\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 · 19.7″ (50 cm) adjustable chain · Ø5.3″ (13.5 cm) canopy · \u003cstrong\u003estructurally reinforced support required\u003c\/strong\u003e — professional installation strongly recommended\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eAssembly\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eCeramic loops and frame assemble on site · budget install time accordingly, especially for the 40-head configuration\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 ceramic with a soft dry cloth or feather duster · wipe with a slightly damp cloth with the power off · indoor dry locations only\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\"\u003eModern Traditional\u003c\/span\u003e\u003cspan class=\"style-tag\"\u003eLuxury Manor\u003c\/span\u003e\u003cspan class=\"style-tag\"\u003eGrand Estate\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\"\u003eMulti-story foyer, grand staircase, formal dining room, living hall · pairs with ornate plasterwork or minimal stone finishes\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\u003eReference materials for designers, installers, and structural engineers. 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\/1fPGF8l6yG1Q8fX4XzeP1cN28pcohU6Ss\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\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 tiered dimensions · 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 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\"\u003eInstall Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eStructural mounting manual · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003ePending\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\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\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eEstate-scale renderings · ZIP\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!-- 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 take — and will US bulbs fit?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt takes \u003cstrong\u003eE14\u003c\/strong\u003e small screw base bulbs — 11, 15, or 40 depending on the configuration — and \u003cstrong\u003ebulbs are included\u003c\/strong\u003e. Note that \u003cstrong\u003eE14 is not the same as the US E12 candelabra base\u003c\/strong\u003e, so a US E12 bulb will not thread in: buy E14 replacements (4W warm white LED filament suits the ceramic), or fit E14-to-E12 adapters.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat ceiling support does the weight need?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eWeights run \u003cstrong\u003e27.6 lb (12.5 kg)\u003c\/strong\u003e for the Small to \u003cstrong\u003e181.9 lb (82.5 kg)\u003c\/strong\u003e for the Grand. A standard residential ceiling box is \u003cstrong\u003enot sufficient\u003c\/strong\u003e for the Grand — have a licensed electrician, and for the 40-head a structural engineer, confirm the ceiling can carry the load before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust the hanging height, and does it need assembly?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eEvery configuration ships with a \u003cstrong\u003e19.7″ (50 cm) adjustable chain\u003c\/strong\u003e that is set during install. The ceramic loops and frame \u003cstrong\u003eassemble on site\u003c\/strong\u003e, so professional installation is strongly recommended — particularly on the 40-head, where the tiers go together row by row.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich size should I pick?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cstrong\u003eSmall (Ø27.5″)\u003c\/strong\u003e and \u003cstrong\u003eMedium (Ø35.4″)\u003c\/strong\u003e work on standard ceilings over a dining table or in a living hall. Choose the \u003cstrong\u003eGrand (Ø39.4″, 59″ drop)\u003c\/strong\u003e only where there is height to spare — a multi-story foyer or stairwell, seen from more than one level.\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\": \"Avelisse Chandelier\",\n  \"description\": \"Tiered chandelier with hand-finished matte white ceramic loop shades on a premium metal alloy frame with warm gold accents. Three configurations: 11 heads at 27.5 inch diameter, 15 heads at 35.4 inch, and 40 heads at 39.4 inch with a 59 inch drop. E14 sockets with bulbs included, 19.7 inch adjustable chain. Hardwired, requires reinforced ceiling support. Indoor dry locations only.\",\n  \"material\": [\"Ceramic\", \"Metal\"],\n  \"color\": \"Matte white \/ warm gold\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"E14 small Edison screw, 11, 15 or 40 sockets by configuration, bulbs included\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Bulb Base Note\", \"value\": \"E14 is the European small screw base, not the US E12 candelabra; use E14 bulbs or E14-to-E12 adapters\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Hardwired to a ceiling junction box, 19.7 inch (50 cm) adjustable chain, 13.5 cm canopy, reinforced ceiling support required\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Assembly\", \"value\": \"Ceramic loops and frame assemble on site; professional installation recommended\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\n  ],\n  \"hasVariant\": [\n    { \"@type\": \"Product\", \"name\": \"Avelisse Chandelier - Small, 11 heads\", \"size\": \"Dia 27.5\\\" x H18.9\\\" (70 x 48 cm)\", \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 12.5, \"unitCode\": \"KGM\" } },\n    { \"@type\": \"Product\", \"name\": \"Avelisse Chandelier - Medium, 15 heads\", \"size\": \"Dia 35.4\\\" x H28.3\\\" (90 x 72 cm)\", \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 37.7, \"unitCode\": \"KGM\" } },\n    { \"@type\": \"Product\", \"name\": \"Avelisse Chandelier - Grand, 40 heads\", \"size\": \"Dia 39.4\\\" x H59.1\\\" (100 x 150 cm)\", \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 82.5, \"unitCode\": \"KGM\" } }\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 take - and will US bulbs fit?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It takes E14 small screw base bulbs, 11, 15 or 40 depending on the configuration, and bulbs are included. E14 is not the same as the US E12 candelabra base, so a US E12 bulb will not thread in: buy E14 replacements, ideally 4W warm white LED filament, or fit E14-to-E12 adapters.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What ceiling support does the weight need?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Weights run 27.6 lb (12.5 kg) for the Small to 181.9 lb (82.5 kg) for the Grand. A standard residential ceiling box is not sufficient for the Grand, so have a licensed electrician, and for the 40-head a structural engineer, confirm the ceiling can carry the load before ordering.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I adjust the hanging height, and does it need assembly?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Every configuration ships with a 19.7 inch (50 cm) adjustable chain that is set during install. The ceramic loops and frame assemble on site, so professional installation is strongly recommended, particularly on the 40-head where the tiers go together row by row.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which size should I pick?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Small at 27.5 inch and Medium at 35.4 inch work on standard ceilings over a dining table or in a living hall. Choose the Grand at 39.4 inch with a 59 inch drop only where there is height to spare, such as a multi-story foyer or stairwell seen from more than one level.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"11 Heads Dia 70cm x H 48cm \/ ∅ 27.5″ x H 18.9″ \/ Rose Gold \u0026 White","offer_id":52263259603218,"sku":"DCC-C1728-01","price":1191.95,"currency_code":"EUR","in_stock":true},{"title":"15 Heads Dia 90cm x H 72cm \/ ∅ 35.4″ x H 28.3″ \/ Rose Gold \u0026 White","offer_id":52263259635986,"sku":"DCC-C1728-02","price":1996.95,"currency_code":"EUR","in_stock":true},{"title":"40 Heads Dia 100cm x H 150cm \/ ∅ 39.4″ x H 59.1″ \/ Rose Gold \u0026 White","offer_id":52263259668754,"sku":"DCC-C1728-03","price":3663.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Avelisse_Chandelier_1.jpg?v=1778578016","url":"https:\/\/docos.us\/en-de\/products\/avelisse-chandelier","provider":"Docos","version":"1.0","type":"link"}