{"product_id":"cremelle-flush-mount","title":"Cremelle Semi-Flush Mount","description":"\u003cstyle\u003e\n.pdp {\n  \/* Cremelle theme — warm cream + walnut *\/\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 Cremelle started with the idea of a cloud caught at the ceiling — cream fabric gathered and twisted until the form looks soft rather than built. Instead of a rigid drum, the folds fall in different directions, so the surface changes as you move under it. Stacked walnut beads at the neck bring the warmth of furniture rather than fixture hardware, a detail borrowed from Japandi joinery. The result sits close to the ceiling and reads as something draped there, not mounted.\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=\"M4 12 Q 7 8 10 12 Q 13 16 16 12 Q 19 8 20 12M4 12 Q 7 16 10 12M16 12 Q 19 16 20 12M4 12v2h16v-2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eTwisted Fabric Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eCream fabric draped and twisted into a cloud-like form, diffusing light from every direction — no glare, no hot spots.\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.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 15v6M10 19h4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eSolid Walnut Beads\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eTwo solid walnut beads in light and dark tones at the metal stem, plus a walnut teardrop at the center — real wood, not plated plastic.\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=\"M4 4h16v3H4zM10 7v6M14 7v6M8 13h8v2H8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eSemi-Flush, Three Sockets\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA short stem holds it close to the ceiling, so 8–10 ft rooms keep their headroom, and three sockets carry a whole room rather than one corner.\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\/Cremelle-Flush-Mount.jpg?v=1780738327\" alt=\"Cremelle semi-flush mount ceiling light dimensions — 19.7 inch diameter by 17.7 inch high\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cp\u003eOne size: \u003cstrong\u003eØ19.7″ × H17.7″ (Ø50 × H45 cm)\u003c\/strong\u003e, sized for rooms of about \u003cstrong\u003e108–194 sq ft (10–18 m²)\u003c\/strong\u003e with ceilings \u003cstrong\u003e8 ft or higher\u003c\/strong\u003e. On an 8 ft ceiling the bottom of the shade sits around 6.5 ft from the floor, so it clears a walkway where a pendant would not — for 7.5 ft ceilings, choose a fully flush mount instead. Over a dining table, the 19.7″ silhouette suits a four-seat table.\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\"\u003eCream draped fabric shade · solid walnut wood beads · warm brass-tone metal stem and canopy\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\"\u003e3 × E26 or E27 medium base · 40W max per socket (120W total) · 3000K warm white bulbs included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMount \u0026amp; Power\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSemi-flush ceiling mount via metal canopy · hardwired to a standard US junction box · 120V · lightweight shade, no reinforced bracing needed\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 dimmable bulbs 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\"\u003eFabric: dust with a soft brush, spot-clean with a barely damp cloth — never soak or use harsh cleaners · walnut: dry cloth, furniture wax once a year · indoor dry locations only, not shower zones or covered porches\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\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\"\u003eFrench Country\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWarm Minimalist\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eSculptural Modern\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\"\u003eBedroom, dining room, living room, hallway · a chandelier alternative for 8–9 ft ceilings · pairs with oak or walnut furniture, linen, and warm metal hardware\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 Cremelle Ceiling Light. For files marked pending, 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\/1Xe_GrlTbAG6du8PqaHNwLU3d0oLCFW5-\/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!-- 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\u003eAre bulbs included, and can I dim it?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThree \u003cstrong\u003e3000K warm white LED bulbs are included\u003c\/strong\u003e. The sockets take \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium base bulbs, up to 40W each (120W total). It dims with dimmable bulbs and an \u003cstrong\u003eLED-rated wall dimmer\u003c\/strong\u003e — older incandescent dimmers can buzz or flicker on an LED load, so check the dimmer's spec sheet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a chandelier or a flush mount?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eA \u003cstrong\u003esemi-flush mount\u003c\/strong\u003e. The canopy fixes to the junction box and a short stem holds the shade close to the ceiling — no long cord or 24″-plus drop. At 17.7″ overall, the bottom sits around \u003cstrong\u003e6.5 ft from the floor on an 8 ft ceiling\u003c\/strong\u003e.\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 confident DIYer with hardwiring experience can manage it, but a licensed electrician is recommended for code compliance. The fabric shade is light, so no reinforced bracing is needed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the fabric shade?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eDust it with a \u003cstrong\u003esoft brush\u003c\/strong\u003e and spot-clean with a barely damp cloth — never soak the fabric or use harsh cleaners, which can mark cream cloth. Wipe the walnut beads dry, and give them furniture wax once a year. Keep the fixture to \u003cstrong\u003eindoor dry locations\u003c\/strong\u003e.\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\": \"Cremelle Semi-Flush Mount Ceiling Light\",\n  \"description\": \"Semi-flush ceiling light with a cream draped and twisted fabric shade, solid walnut wood beads at a warm brass-tone metal stem, and a walnut teardrop accent. 19.7 inch diameter by 17.7 inch high, 3 x E26 or E27 sockets with 3000K warm white bulbs included, 40W max each. Hardwired at 120V, dimmable with an LED-rated dimmer. Indoor dry locations only.\",\n  \"material\": [\"Fabric\", \"Walnut wood\", \"Metal\"],\n  \"color\": \"Cream \/ walnut \/ brass tone\",\n  \"size\": \"Dia 19.7\\\" x H17.7\\\" (50 x 45 cm)\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"3 x E26 or E27 medium base, 40W max each (120W total), 3000K warm white bulbs included\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Mounting\", \"value\": \"Semi-flush ceiling mount, hardwired to a standard US junction box, 120V\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Dimmable\", \"value\": \"Yes, with dimmable bulbs and an LED-rated wall dimmer\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Recommended Room Size\", \"value\": \"108-194 sq ft (10-18 sq m), ceilings 8 ft or higher\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Certification\", \"value\": \"North America, Australia, Europe, Middle East\" },\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\": \"Are bulbs included, and can I dim it?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Three 3000K warm white LED bulbs are included. The sockets take E26 or E27 medium base bulbs up to 40W each, 120W total. It dims with dimmable bulbs and an LED-rated wall dimmer; older incandescent dimmers can buzz or flicker on an LED load, so check the dimmer's spec sheet.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this a chandelier or a flush mount?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"A semi-flush mount. The canopy fixes to the junction box and a short stem holds the shade close to the ceiling, with no long cord or 24 inch plus drop. At 17.7 inches overall, the bottom sits around 6.5 ft from the floor on an 8 ft ceiling.\" }\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 hardwiring experience can manage it, but a licensed electrician is recommended for code compliance. The fabric shade is light, so no reinforced bracing is needed.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I clean the fabric shade?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Dust it with a soft brush and spot-clean with a barely damp cloth. Never soak the fabric or use harsh cleaners, which can mark cream cloth. Wipe the walnut beads dry and give them furniture wax once a year, and keep the fixture to indoor dry locations.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"Dia 50cm x H 45cm \/ ∅ 19.6″ x H 17.7″ \/ Gold \u0026 Beige","offer_id":52283268235538,"sku":"DCC-X0854-01","price":317.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Cremelle_Ceiling_Light_1.jpg?v=1779065547","url":"https:\/\/docos.us\/en-be\/products\/cremelle-flush-mount","provider":"Docos","version":"1.0","type":"link"}