{"product_id":"marielle-pendant-light","title":"Marielle Pendant Light","description":"\u003cstyle\u003e\n.pdp {\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: #7a5035;\n  --pdp-accent-dk: #54341f;\n  --pdp-accent-bg: #f5ede4;\n  --pdp-accent-bdr: #c89b78;\n  --pdp-text: #2a1d12;\n  --pdp-text-mid: #5a4332;\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 a { color: var(--pdp-accent-dk); }\n.pdp .pdp-section { margin-bottom: 2.8rem; }\n.pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; }\n.pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); }\n.pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; }\n\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-figure { border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 10px; margin: 0 0 12px 0; }\n.pdp .size-figure 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: 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: 160px; 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-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-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 Marielle takes the plain fabric lampshade and cuts it into petals — six panels, each seamed and curved so the bottom edge scallops instead of finishing in a straight ring. Two tones of cloth, cream against beige, keep the panels reading separately even when the light is off. At the top, a turned walnut finial does the job a metal fitting usually does, which is the whole idea: soft cloth, warm wood, and as little visible hardware as possible.\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 3 C 8 7, 8 17, 12 21 M12 3 C 16 7, 16 17, 12 21 M3 12 L21 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eScalloped Six-Petal Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eHand-stitched cream and beige fabric panels in a flower-petal silhouette, diffusing the bulb so you never see it glare.\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 r=\"3.5\" cy=\"8\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M10 14h4M11 17h2M12 4v-1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eWalnut Wood Finial\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eSolid turned walnut caps the top, putting warm wood grain where most pendants show a metal fitting.\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\u003crect rx=\"2\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\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 Compact Rooms\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eAt \u003cstrong\u003e15.7″ across\u003c\/strong\u003e it reads as an accent, not a centerpiece — right over a two-seat table, an island end, or a bedside.\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\u003cfigure class=\"size-figure\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Marielle-Pendant-Light.jpg?v=1780744845\" alt=\"Marielle pendant light dimensions — 15.7 inch shade diameter by 11 inch high\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cp\u003eOne size: \u003cstrong\u003eØ15.7″ × H11″ (Ø40 × H28 cm)\u003c\/strong\u003e, suited to rooms of about \u003cstrong\u003e54–86 sq ft (5–8 m²)\u003c\/strong\u003e and ceilings of 8–10 ft. Over a small table, leave \u003cstrong\u003e6–8″ clear on each side\u003c\/strong\u003e and hang the bottom \u003cstrong\u003e30–36″ (75–90 cm)\u003c\/strong\u003e above the surface; above a nightstand, \u003cstrong\u003e24–30″ (60–75 cm)\u003c\/strong\u003e. In an entryway, keep at least \u003cstrong\u003e7 ft\u003c\/strong\u003e of floor clearance.\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\"\u003eMaterials \u0026amp; Finish\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eTwo-tone cream and beige fabric shade · solid walnut finial · metal hardware · black 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 · warm white bulb included and replaceable · max 40W incandescent or 12W LED equivalent\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 · lightweight fixture, no reinforced bracing needed · licensed electrician recommended\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDimmable\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eYes, with a dimmable LED bulb and an LED-rated wall dimmer\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 fabric with a soft brush every few weeks and spot-clean with a barely damp cloth — never soak it · wipe the walnut dry, with furniture wax once a year · indoor dry locations only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eDesign Style\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e\n\u003cdiv class=\"style-tags\"\u003e\n\u003cspan class=\"style-tag\"\u003eJapandi\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eModern Farmhouse\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWarm Minimalist\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eMid-Century\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\"\u003eTwo-seat dining table, breakfast bar, kitchen island end, bedroom, entryway · pairs with walnut furniture, linen, and natural-fiber rugs\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\u003eTechnical reference and styling guides for the Marielle Pendant Light. 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\" rel=\"noopener\" href=\"https:\/\/drive.google.com\/file\/d\/10zynuasuqS-wjpo9ku-gqmVgOBsKtcGs\/view?usp=drive_link\" target=\"_blank\"\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\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\"\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 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 Assets\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eProject renders · 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\u003eIs a bulb included, and what fits?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — a \u003cstrong\u003ewarm white bulb is included\u003c\/strong\u003e, so it lights up out of the box. The socket takes a single \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium base bulb (the US standard screw size), up to \u003cstrong\u003e40W incandescent or 12W LED equivalent\u003c\/strong\u003e; a 2700K warm white replacement brings out the amber tones in the cream and beige fabric.\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 \u003cstrong\u003ehardwires\u003c\/strong\u003e to a standard US ceiling junction box. A handy DIYer with hardwiring experience can manage it, but a licensed electrician is recommended for code compliance. The fixture is light, so no reinforced bracing is needed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs 15.7″ the right size for my spot?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eIt suits compact rooms of \u003cstrong\u003e54–86 sq ft\u003c\/strong\u003e. Over a table, leave \u003cstrong\u003e6–8″ clear on each side\u003c\/strong\u003e and hang it \u003cstrong\u003e30–36″\u003c\/strong\u003e above the surface. Above a nightstand or at an island end it reads as a single accent rather than a centerpiece — for a full-size dining table, size up.\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 a \u003cstrong\u003edimmable LED bulb\u003c\/strong\u003e and an \u003cstrong\u003eLED-rated wall dimmer\u003c\/strong\u003e. Older incandescent dimmers can flicker or buzz on an LED load, so check the dimmer's spec sheet before installing.\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\": \"Marielle Pendant Light\",\n  \"description\": \"Pendant light with a scalloped six-petal fabric shade in two-tone cream and beige, topped by a turned solid walnut finial. Shade 15.7 inch diameter by 11 inch high, 1 x E26 or E27 medium base, max 40W, warm white bulb included. Hardwired at 120V and dimmable with an LED-rated dimmer. Suits rooms of 54 to 86 sq ft. Indoor dry locations only.\",\n  \"material\": [\"Fabric\", \"Walnut wood\", \"Metal\"],\n  \"color\": \"Cream and beige \/ walnut\",\n  \"size\": \"Dia 15.7\\\" x H11\\\" (40 x 28 cm)\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, warm white bulb included, max 40W incandescent or 12W LED equivalent\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Hardwired to a standard US ceiling junction box, 120V\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Dimmable\", \"value\": \"Yes, with a dimmable LED bulb and an LED-rated wall dimmer\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Recommended Room Size\", \"value\": \"54-86 sq ft (5-8 sq m)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\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\": \"Is a bulb included, and what fits?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, a warm white bulb is included, so it lights up out of the box. The socket takes a single E26 or E27 medium base bulb, the US standard screw size, up to 40W incandescent or 12W LED equivalent, and a 2700K warm white replacement brings out the amber tones in the cream and beige fabric.\" }\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 handy DIYer with hardwiring experience can manage it, but a licensed electrician is recommended for code compliance. The fixture is light, so no reinforced bracing is needed.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is 15.7 inches the right size for my spot?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"It suits compact rooms of 54 to 86 sq ft. Over a table, leave 6 to 8 inches clear on each side and hang it 30 to 36 inches above the surface. Above a nightstand or at an island end it reads as a single accent rather than a centerpiece, so size up for a full-size dining table.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does it work with a dimmer?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, with a dimmable LED bulb and an LED-rated wall dimmer. Older incandescent dimmers can flicker or buzz on an LED load, so check the dimmer's spec sheet before installing.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 40cm x H 28cm \/ ∅ 15.7″ x H 11″ \/ Walnut Color \u0026 Beige","offer_id":52274127929618,"sku":"DCP-B1423-01","price":180.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Marielle_Pendant_Light_1.jpg?v=1778825988","url":"https:\/\/docos.us\/en-be\/products\/marielle-pendant-light","provider":"Docos","version":"1.0","type":"link"}