{"product_id":"daisy-belle-pendant-light","title":"Daisy Belle Pendant Light","description":"\u003cstyle\u003e\n.pdp {\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #faf6f3;\n  --pdp-border: #e2d5c9;\n  --pdp-border-lt: #e9ded4;\n  --pdp-accent: #9a6a4f;\n  --pdp-accent-dk: #6f4a35;\n  --pdp-accent-bg: #f3e8df;\n  --pdp-accent-bdr: #ceac92;\n  --pdp-text: #2a1f18;\n  --pdp-text-mid: #5a473b;\n  --pdp-text-light: #96847a;\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.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 .size-img { padding: 8px 12px 12px; }\n.pdp .size-img img { display: block; width: 100%; height: auto; border-radius: 10px; }\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 .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 { background: var(--pdp-accent-bg); border-color: var(--pdp-accent-bdr); }\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!-- 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\u003eDaisy Belle starts with the painted pottery of old country kitchens — the piece that gets passed down rather than bought. Its wavy rim borrows the ruffled edge of a daisy caught mid-bloom, and the little flowers scattered across it are painted by hand, one color at a time, the way a garden arranges itself: unevenly, cheerfully. The turned wood above keeps the whole thing grounded and domestic. It was drawn for rooms that feel lived in — warm, a little nostalgic, unbothered by symmetry.\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=\"M4 14a8 8 0 0 1 16 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 14q1.5 2 3 0t3 0t3 0t3 0t3 0\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 8.5V14M15 8.5V14M12 7V14\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eFluted Scalloped Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA pumpkin-ribbed ceramic bell with a wavy scalloped rim, shaped to throw light down over a table and out across the ribs.\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=\"2.2\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 3v3M12 18v3M3 12h3M18 12h3M6 6l2 2M16 16l2 2M18 6l-2 2M8 16l-2 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eHand-Painted Flowers\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSmall red, blue, yellow and pink blooms are painted across the white glaze, so no two shades are quite identical.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke-width=\"1.6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2v3\"\u003e\u003c\/path\u003e\u003cellipse cx=\"12\" cy=\"7\" rx=\"2.5\" ry=\"2\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M10 9h4l-1 3h-2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12h6v3a3 3 0 0 1-6 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eWood \u0026amp; Metal Transition\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA turned solid-wood piece and metal fitting join the shade to a twisted brown fabric cord, finished with a small ceramic bead.\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Ø8.7″ × H9″ \/ Ø22 × H23 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\/Daisy-Belle-Pendant-Light.jpg?v=1781681576\" alt=\"Daisy Belle 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)\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 glazed ceramic shade with hand-painted floral pattern; solid wood and metal hardware; twisted brown fabric 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 · warm light 3000K · bulb included\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″ \/ 150 cm, shortenable at install\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 to a junction box · indoor 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\"\u003eShade about 30–36″ \/ 76–91 cm above a table or island\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 with a dry soft cloth. Slight variation in the painted flowers and glaze between pieces is characteristic of handwork, not a defect.\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\"\u003eFarmhouse\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eVintage\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eFrench Country\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eHand-Painted\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\u003eAt 8.7″ (22 cm) across, Daisy Belle stays compact enough to hang alone over a nightstand or entryway, and small enough to line up two or three across a kitchen island without crowding the counter. The single warm bulb pools light on the surface below, which suits a dining table, a breakfast nook, or a reading corner in a cottagecore, farmhouse or French country room. 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 a bulb included?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. It ships with one \u003cstrong\u003eE26 or E27\u003c\/strong\u003e warm-light bulb at 3000K, matched to the white ceramic shade. Any standard medium screw-base bulb within the fixture's rating also fits.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the painted flowers match the photo exactly?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe pattern is \u003cstrong\u003ehand-painted\u003c\/strong\u003e, so the flowers and glaze vary slightly from piece to piece. The colors and layout follow the photographed design.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I hang several over a kitchen island?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes. At 8.7″ (22 cm) wide, two or three sit comfortably across a standard island. Keep 24–30″ between shade centers for an even spread.\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 ceiling junction box, so a licensed electrician is recommended for a safe, code-compliant install. The cord can be shortened to your ceiling height during installation.\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 — 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!-- 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\/1bHbrx7KYOT-rD8P-dZWe1cCHfS7LXg1i\/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 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 viewbox=\"0 0 24 24\" height=\"20\" width=\"20\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 13l1.5 1.5L13 12M9 17l1.5 1.5L13 16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dl-meta\"\u003e\n\u003cdiv class=\"dl-label\"\u003eInstallation Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eHardwire Step-by-Step · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\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\"\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\": \"Daisy Belle Pendant Light\",\n      \"description\": \"Single-bulb ceramic pendant light with a fluted, scalloped-edge shade hand-painted with multicolor flowers, on a turned solid-wood and metal transition with a twisted brown fabric cord. Ø22 x H23 cm, E26 or E27, warm 3000K bulb included.\",\n      \"category\": \"Pendant Light\",\n      \"material\": [\"Ceramic\", \"Solid Wood\", \"Metal\"],\n      \"color\": \"White multicolor floral\",\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Shade Diameter\", \"value\": \"22 cm \/ 8.7 in\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Shade Height\", \"value\": \"23 cm \/ 9 in\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Cord Length\", \"value\": \"150 cm \/ 59 in\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27, warm light 3000K, bulb included\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Ceiling-mounted, hardwired, indoor dry locations only\" }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Is a bulb included?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. It ships with one E26 or E27 warm-light bulb at 3000K. Any standard medium screw-base bulb within the fixture's rating also fits.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Will the painted flowers match the photo exactly?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The pattern is hand-painted, so the flowers and glaze vary slightly from piece to piece. The colors and layout follow the photographed design.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I hang several over a kitchen island?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. At 8.7 in (22 cm) wide, two or three sit comfortably across a standard island. Keep 24-30 in between shade centers for an even spread.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I install it myself?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It hardwires to a ceiling junction box, so a licensed electrician is recommended for a safe, code-compliant install. The cord can be shortened to your ceiling height during installation.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I use it in a bathroom or outdoors?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. It is rated for indoor dry locations only. Keep it out of bathrooms and covered outdoor areas.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 22cm x H 23cm \/ ∅ 8.6″ x H 9″ \/ White","offer_id":52298534748434,"sku":"DCP-M1601-01","price":221.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Daisy_Belle_Pendant_Light_1.jpg?v=1779782092","url":"https:\/\/docos.us\/en-ca\/products\/daisy-belle-pendant-light","provider":"Docos","version":"1.0","type":"link"}