{"product_id":"celisse-pendant-light","title":"Celisse Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Celisse theme — soft ivory + warm metal *\/\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: #8a6a3a;\n  --pdp-accent-dk: #5e4720;\n  --pdp-accent-bg: #f5ecdb;\n  --pdp-accent-bdr: #d4b888;\n  --pdp-text: #2a1f12;\n  --pdp-text-mid: #5a4a32;\n  --pdp-text-light: #968270;\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.6rem; }\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\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\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 .size-img { padding: 8px 12px 12px; }\n.pdp .size-img img { display: block; width: 100%; height: auto; border-radius: 10px; }\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: 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\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, .pdp a.dl-card:focus-visible { 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-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\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!-- 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\u003eCelisse starts from a bell — the shape a shade takes when it's thrown on a wheel and allowed to flare at the bottom. The hem is left fluted, the way a potter's fingers would ripple the wet edge before it sets, so the only ornament on the piece is a record of how it was made. Above it, a slim three-prong metal yoke holds the porcelain the way a cradle holds something breakable, ending in a small sphere finial rather than a bracket.\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=\"M5 7c0 6 3 11 7 11s7-5 7-11M5 7h14M5 7l-1 1M19 7l1 1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eFluted Porcelain Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eGlazed white ceramic with a ruffled bell hem that diffuses the bulb evenly through the shade body, with no hot spots or glare at the rim.\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 cx=\"12\" cy=\"6\" r=\"2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v3M7 18l5-7 5 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eMetal Yoke\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA three-prong frame in a warm finish, topped with a sphere finial — solid metal hardware with no plastic parts.\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\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12h6M12 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eSized for Tight Spaces\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eScaled for 32–54 sq ft rooms — powder rooms, bedsides, and walk-in closets rather than dining tables or islands.\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-specs\"\u003e\n\u003c!-- CONFIRM BEFORE PUBLISHING: source page listed two conflicting sizes —\n     Ø11\" x H10.2\" \/ Ø28 x H26 cm (size table) vs Ø7.9\" x H8.7\" \/ Ø20 x H22 cm\n     (copy + spec table). Values below follow the dimension drawing; replace with\n     the confirmed figures before publishing. --\u003e\n\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cstrong\u003eØ11″ × H10.2″ \/ Ø28 × H26 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/17879961655496.png?v=1787996193\" alt=\"Celisse Pendant Light dimension drawing\"\u003e\u003c\/div\u003e\n\u003c\/div\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\"\u003ePendant light (single bulb) · fluted bell shade on a three-prong yoke\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\"\u003eGlazed white porcelain ceramic shade, metal yoke in a warm finish with sphere finial\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 × E26 or E27 medium base · 15W LED max (75W incandescent equivalent) · warm light 3000K, about 1200 lm · bulb included · dimmable with a compatible LED dimmer\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 standard US ceiling junction box · 120V · light enough that no reinforced bracing is needed · suits 8–10 ft ceilings · licensed electrician recommended\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eRating\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eDry locations only — vanity areas are fine, but not shower zones, above a tub, or covered porches; keep 3 ft of horizontal clearance from any water source\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eHanging Height\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e24–30″ above a nightstand or vanity · 7 ft+ floor clearance in entryways and walk-in closets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eRecommended Room\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e32–54 sq ft \/ 3–5 m²\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eWipe the glazed shade with a soft damp cloth and mild soap if needed, avoiding abrasive scrubbers; use a dry cloth only on the metal hardware, without polish\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\"\u003eCottagecore\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFrench Country\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFeminine Modern\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eVintage Revival\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\"\u003eCertified\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eNorth America · Australia · Europe · Middle East\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 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\u003eCelisse is an ambient pendant for compact rooms — over a nightstand, a powder-room vanity, a single armchair, or a breakfast nook for two. The included warm-white LED gives about 1200 lumens, enough for ambient light and light task use, and dims with a compatible LED dimmer. It's deliberately small for the category, so a dining table seating four or more, or a kitchen island, wants either a wider fixture or a cluster of three. It reads well with white-painted millwork, vintage metal fixtures, floral wallpaper, and natural linen. For custom requests, email \u003ca href=\"mailto:info@docos.us\"\u003einfo@docos.us\u003c\/a\u003e.\u003c\/p\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\u003eIs the bulb included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — one 15W warm-light 3000K LED bulb. The socket takes any standard \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium-base bulb, including dimmable LED and smart bulbs, up to 75W incandescent equivalent.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the shade real porcelain or plastic?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eSolid glazed white porcelain ceramic, hand-shaped with a fluted bell hem — it has the weight and glaze of real ceramic, not resin or plastic. The yoke is metal in a warm finish.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it in a bathroom?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, over the vanity area — it's dry-location rated. Don't install it in a shower zone or directly above a tub, and keep at least 3 ft of horizontal clearance from any water source per US electrical code.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose the right size?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThis one is built for compact 32–54 sq ft rooms: powder rooms, bedsides, walk-in closets, breakfast nooks, and entryway corners. Over a dining table seating four or more, or a kitchen island, a 15″+ pendant or a cluster of three suits the span better.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install it myself?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt hardwires to a standard US ceiling junction box. A confident DIYer with hardwire experience can manage it, but a licensed electrician is recommended for code compliance. The fixture is light enough that no reinforced bracing is needed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. 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\u003cdiv class=\"dl-grid\"\u003e\n\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/1vrJd95CIrOAoMFQt6TjQomxcB9AM2yEo\/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\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=\"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\"\u003eStep-by-Step Hardwire · 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 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\"\u003eRequest 3D Files\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eSTEP \/ OBJ · On Request\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!-- 8. Schema.org JSON-LD (Product + FAQPage) — size intentionally omitted pending the dimension confirmation flagged above --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"Celisse Pendant Light\",\n      \"description\": \"Single-bulb pendant with a glazed white porcelain bell shade and fluted ruffle hem, held in a slim three-prong metal yoke with a sphere finial. Hardwired, dry-location rated, with a 15W warm 3000K LED bulb included.\",\n      \"category\": \"Pendant Light\",\n      \"material\": [\"Porcelain\", \"Metal\"],\n      \"color\": \"White\",\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, 15W LED max (75W incandescent equivalent), warm light 3000K, about 1200 lm, bulb included\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Dimmable\", \"value\": \"Yes, with a compatible LED dimmer\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Power Source\", \"value\": \"Hardwired, 120V US ceiling junction box\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Ceiling-mounted and hardwired, dry locations only\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Recommended Room Size\", \"value\": \"32-54 sq ft \/ 3-5 sqm\" }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is the bulb included?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes - one 15W warm-light 3000K LED bulb. The socket takes any standard E26 or E27 medium-base bulb, including dimmable LED and smart bulbs, up to 75W incandescent equivalent.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is the shade real porcelain or plastic?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Solid glazed white porcelain ceramic, hand-shaped with a fluted bell hem - it has the weight and glaze of real ceramic, not resin or plastic. The yoke is metal in a warm finish.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I install it in a bathroom?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, over the vanity area - it is dry-location rated. Do not install it in a shower zone or directly above a tub, and keep at least 3 ft of horizontal clearance from any water source per US electrical code.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do I choose the right size?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"This one is built for compact 32-54 sq ft rooms: powder rooms, bedsides, walk-in closets, breakfast nooks, and entryway corners. Over a dining table seating four or more, or a kitchen island, a 15 in or wider pendant or a cluster of three suits the span better.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I install it myself?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It hardwires to a standard US ceiling junction box. A confident DIYer with hardwire experience can manage it, but a licensed electrician is recommended for code compliance. The fixture is light enough that no reinforced bracing is needed.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 28cm x H 26cm \/ ∅ 11″ x H10.2″ \/ Gold \u0026 White","offer_id":52274375590162,"sku":"DCP-B1519-01","price":180.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Celisse_Pendant_Light_1.jpg?v=1778829460","url":"https:\/\/docos.us\/en-be\/products\/celisse-pendant-light","provider":"Docos","version":"1.0","type":"link"}