{"product_id":"cobalisse-pendant-light","title":"Cobalisse Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Cobalisse theme — cobalt blue + cream porcelain + warm walnut *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #f6f4ec;\n  --pdp-bg-deep: #e8e5d4;\n  --pdp-border: #ddd8c0;\n  --pdp-border-lt: #e6e2d0;\n  --pdp-accent: #1f3a6e;\n  --pdp-accent-dk: #122548;\n  --pdp-accent-bg: #e2e8f3;\n  --pdp-accent-bdr: #7e95c0;\n  --pdp-text: #1a1d24;\n  --pdp-text-mid: #4a4d56;\n  --pdp-text-light: #8c8a82;\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\u003eCobalisse borrows its surface from blue-and-white export porcelain — the plates and jars that travelled west by ship and ended up on dressers and mantelpieces far from where they were painted. Rather than copying a vase, it takes the flattest form in that family: a wide shallow brim, closer to a plate than a shade, so the pattern faces the room below instead of hiding inside. The scalloped rim is shaped by hand, and the turned walnut collar keeps the porcelain from reading as fragile.\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=\"M3 14 Q 5 11 7 14 Q 9 11 11 14 Q 13 11 15 14 Q 17 11 19 14 Q 21 11 21 14\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 14h18v2H3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M7 8c0-2 2-3 3-3M14 5c1 0 3 1 3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eUnderglaze Cobalt Patterns\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eTraditional blue-and-white motifs hand-painted under a clear glaze, so the pattern is sealed in — it won't fade, peel, or scratch off with use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke=\"currentColor\" stroke-width=\"1.6\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M12 4v6M10 4h4M9 10h6v3H9zM10 13l-1 8M14 13l1 8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eWalnut Wood Handle\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA solid turned walnut grip at the neck — real wood, not plated plastic — joins the braided cord to the brass socket.\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=\"8\" y=\"3\" width=\"8\" height=\"8\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M12 11v5M9 16h6M9 18h6M9 20h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eBrass E26 or E27 Socket\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA polished solid-brass medium-base socket, not stamped sheet, fitting any standard US screw bulb.\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\u003cdiv class=\"size-spec-item\"\u003e\n\u003cspan\u003eDimensions\u003c\/span\u003e\u003cstrong\u003eØ9.8″ × H2.4″ \/ Ø25 × H6 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\/Cobalisse-Pendant-Light.jpg?v=1780738318\" alt=\"Cobalisse 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) · wide-brim shade with wavy scalloped rim\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\"\u003eWhite porcelain shade with cobalt blue underglaze patterns, solid natural walnut handle, polished brass socket, braided cord\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 · 40W incandescent or 12W LED max · warm light 3000K · 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\"\u003eNet Weight\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1.76 lb \/ 800 g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e59.1″ \/ 150 cm braided cord · shortenable at install for 8–10 ft ceilings\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 · licensed electrician recommended · dry locations only\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 breakfast table · 30–36″ above an island or vanity · 7 ft+ floor clearance in entryways\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 porcelain with a soft damp cloth and mild soap; use a dry cloth only on the walnut handle and brass socket, without polish or abrasives\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\"\u003eChinoiserie\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eTraditional\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFrench Country\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eHamptons\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\u003eThe wide 9.8″ brim spreads soft downlight while showing the cobalt pattern from below, which suits a single pendant over a nightstand, a breakfast nook, the end of a kitchen island, or a powder-room vanity. At only 2.4″ tall it sits high enough for 8 ft ceilings without crowding head space, and two or three in a row work over a longer island or runner table. It reads well against wainscoting, brass hardware, and walnut or oak furniture; a warm-white LED brings up the blue without washing out the porcelain. 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 warm-light 3000K bulb is included. The socket fits \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium-base bulbs (the US standard screw size) up to 40W incandescent or 12W LED, so replacements are easy to find anywhere.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the blue pattern fade or scratch off?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. The cobalt patterns are \u003cstrong\u003eunderglaze\u003c\/strong\u003e — painted on the bisque, then sealed under a clear glaze and fired at high temperature. The pattern sits permanently under a glass-like surface, so it won't fade with light exposure, peel, or scratch off when cleaned. It's the same technique used on traditional blue-and-white dinnerware.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs each pattern identical, or hand-painted?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe motifs are hand-painted by ceramic artisans, so brushstrokes, pattern density, and layout vary slightly between pieces. The overall blue-and-white style and color stay consistent.\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 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. At 1.76 lb the fixture is light enough that no reinforced bracing is needed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it work with a dimmer?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, with an LED-rated wall dimmer and a dimmable LED bulb. Older incandescent dimmers may flicker or buzz on LED loads, so check the dimmer's spec sheet first.\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\/14M85T9FyGadONJ-YhFj3E-Azoarj4aAq\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\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) --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"Cobalisse Pendant Light\",\n      \"description\": \"Blue-and-white porcelain pendant with a wide-brim shade, hand-painted cobalt underglaze patterns and a wavy scalloped rim, on a turned solid walnut handle and polished brass socket. 25 x H6 cm, 800 g, hardwired with a 150 cm adjustable braided cord and an E26 or E27 warm 3000K bulb included.\",\n      \"category\": \"Pendant Light\",\n      \"material\": [\"Porcelain\", \"Walnut Wood\", \"Brass\"],\n      \"color\": \"White porcelain with cobalt blue\",\n      \"size\": \"25 x H6 cm \/ 9.8 x H2.4 in\",\n      \"weight\": { \"@type\": \"QuantitativeValue\", \"value\": 800, \"unitCode\": \"GRM\" },\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, 40W incandescent or 12W LED max, warm light 3000K, bulb included\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Dimmable\", \"value\": \"Yes, with a compatible LED dimmer and dimmable LED bulb\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Cord Length\", \"value\": \"150 cm \/ 59.1 in, shortenable at install\" },\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      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is the bulb included?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes - one warm-light 3000K bulb is included. The socket fits E26 or E27 medium-base bulbs (the US standard screw size) up to 40W incandescent or 12W LED.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Will the blue pattern fade or scratch off?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. The cobalt patterns are underglaze - painted on the bisque, then sealed under a clear glaze and fired at high temperature. The pattern sits permanently under a glass-like surface, so it will not fade with light exposure, peel, or scratch off when cleaned.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is each pattern identical, or hand-painted?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The motifs are hand-painted by ceramic artisans, so brushstrokes, pattern density, and layout vary slightly between pieces. The overall blue-and-white style and color stay consistent.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I install it myself or do I need an electrician?\",\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. At 1.76 lb the fixture is light enough that no reinforced bracing is needed.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does it work with a dimmer?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, with an LED-rated wall dimmer and a dimmable LED bulb. Older incandescent dimmers may flicker or buzz on LED loads, so check the dimmer spec sheet first.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 25cm x H 6cm \/ ∅ 9.8″ x H 2.4″ \/ Walnut Color \u0026 White \u0026 Blue","offer_id":52285508256018,"sku":"DCP-W1508-01","price":164.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Cobalisse_Pendant_Light_1.jpg?v=1779174354","url":"https:\/\/docos.us\/en-be\/products\/cobalisse-pendant-light","provider":"Docos","version":"1.0","type":"link"}