{"product_id":"mushora-floor-light","title":"Mushora Floor Light","description":"\u003cstyle\u003e\n.pdp {\n  \/* Mushora theme — soft cream + mushroom blue\/green accents *\/\n  --pdp-bg: #ffffff;\n  --pdp-bg-card: #f8f5ec;\n  --pdp-bg-deep: #ede7d4;\n  --pdp-border: #ddd5bd;\n  --pdp-border-lt: #e6dfc8;\n  --pdp-accent: #6a7d9a;\n  --pdp-accent-dk: #475a76;\n  --pdp-accent-bg: #e8edf3;\n  --pdp-accent-bdr: #a8b9d0;\n  --pdp-text: #2a2820;\n  --pdp-text-mid: #555248;\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 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 .variants-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }\n.pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; }\n.pdp .variant-card:hover { border-color: var(--pdp-accent); transform: translateY(-2px); }\n.pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(--pdp-border); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(--pdp-bg-deep); }\n.pdp .variant-name { font-size: 12px; font-weight: 600; color: var(--pdp-text); line-height: 1.3; }\n.pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 280px; height: 280px; border-radius: 12px; border: 1px solid var(--pdp-accent-bdr); box-shadow: 0 12px 32px rgba(28,26,22,0.18); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(--pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; }\n.pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); }\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 .variants-grid { grid-template-columns: repeat(2, 1fr); }\n  .pdp .variant-card .variant-preview { display: none; }\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 Mushora starts from the mushroom lamps of the 1970s and asks what else a stem can do. Halfway up, it widens into a small round tray — the kind of thing you would otherwise need a side table for. The cap is textured rather than smooth, the way a real cap is ridged underneath, and three small figures were set into it: a toadstool, a daisy, a butterfly. They are the one piece of storytelling on an otherwise quiet, sculptural form.\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 12 4 20 12 L20 14 L4 14 Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 14v6h4v-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eSculptural Mushroom Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA hand-textured resin cap spreads light down and around without glare — the surface is genuinely tactile, not printed or flat.\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\u003cellipse cx=\"12\" cy=\"11\" rx=\"6\" ry=\"1.5\"\u003e\u003c\/ellipse\u003e\u003cpath d=\"M12 12v8M9 20h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eBuilt-In Side Tray\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA \u003cstrong\u003e13.8″ round tray\u003c\/strong\u003e midway up the stem holds a cup, plant, book, or remote — a lamp and a side table in one footprint.\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=\"M7 6 c0 2 1 3 2 4 v3 h-2 v-3 M9 6c1-1 2-1 3 0M14 8c0-2 1-3 3-2M16 11 v3 M3 14h18l-1 6H4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eToadstool, Daisy, Butterfly\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eThree small 3D figures sit on the cap — sealed in place rather than glued on, so nothing detaches as a small part.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Color Options --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eColor Options\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTwo cap colors, both on the cream sculptural base. Hover a thumbnail to preview.\u003c\/p\u003e\n\u003cdiv class=\"variants-grid\"\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\" style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Mushora_Floor_Light_5.jpg?v=1779176866');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eDusty Blue\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\" style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Mushora_Floor_Light_5.jpg?v=1779176866');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"variant-card\"\u003e\n\u003cdiv class=\"variant-swatch\" style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Mushora_Floor_Light_7.jpg?v=1779176866');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"variant-name\"\u003eSage Green\u003c\/div\u003e\n\u003cdiv class=\"variant-preview\" style=\"background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Mushora_Floor_Light_7.jpg?v=1779176866');\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 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\/Mushora-Floor-Light.jpg?v=1780747748\" alt=\"Mushora floor light dimension diagram — 57.1 inch total height, 15.7 inch shade, 13.8 inch tray, 11.8 inch base\" loading=\"lazy\"\u003e\u003c\/figure\u003e\n\u003cp\u003eOne size: \u003cstrong\u003e57.1″ H (145 cm)\u003c\/strong\u003e overall, with a \u003cstrong\u003eØ15.7″ × H10.2″\u003c\/strong\u003e cap shade, a \u003cstrong\u003eØ13.8″\u003c\/strong\u003e side tray, and a \u003cstrong\u003eØ11.8″\u003c\/strong\u003e round base. At just under 12″ across the floor it slots into a corner or beside a sofa arm, and the 57″ height puts the light above your shoulder when you're seated. Suits rooms of about \u003cstrong\u003e54–108 sq ft (5–10 m²)\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 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\"\u003eHand-textured matte resin cap in dusty blue or sage green · cream sculptural resin base, stem, and integrated tray · red toadstool, white daisy, and yellow butterfly accents\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 LED bulb included · 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\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePlug-in · standard 120V US outlet · inline switch on the cord · freestanding, no wall mounting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSide Tray Load\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eUp to 5 lb — a cup, plant, book, or remote; heavier items can shift the lamp's balance\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\"\u003eWith a dimmable LED plus an inline dimmer cord — a wall dimmer won't control a plug-in fixture\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 cap with a soft brush; wipe with a barely damp cloth and don't soak, as water collects in the texture · mild soap on the base and tray, nothing abrasive · 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\"\u003eCottagecore\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eWhimsical Boho\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eMid-Century Revival\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eKids' Room\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\"\u003eLiving room corner, bedside, kids' room, nursery, reading nook · pairs with linen upholstery, oak or walnut, woven baskets, and houseplants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. 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 Mushora Floor 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\" href=\"https:\/\/drive.google.com\/file\/d\/1Ci0odmXSF3wdQo806-rOYtCuk-4LYp6A\/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\u003ca class=\"dl-card\" href=\"https:\/\/drive.google.com\/file\/d\/19gDu4WT2W-zB19Qqvps5UYSJ3GAq3KDs\/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=\"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\"\u003eAssembly Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eStep-by-step setup · 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 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\"\u003eCare Guide\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eCleaning \u0026amp; maintenance · PDF\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!-- 7. 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, and can I dim it?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — one warm white LED bulb is included, in an \u003cstrong\u003eE26 or E27\u003c\/strong\u003e medium base (the US standard screw size), up to 40W incandescent or 12W LED equivalent. To dim it, use a \u003cstrong\u003edimmable LED\u003c\/strong\u003e plus a third-party \u003cstrong\u003einline dimmer cord\u003c\/strong\u003e between the plug and the outlet; a wall dimmer won't do anything on a plug-in lamp.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat can I put on the side tray?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe \u003cstrong\u003e13.8″ tray\u003c\/strong\u003e takes up to \u003cstrong\u003e5 lb\u003c\/strong\u003e — a coffee cup, water glass, small plant, book, phone, or trinket dish. Skip full pitchers or a stack of hardbacks, which can shift the lamp's balance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it safe for a kids' room or nursery?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, for indoor residential use. The cap is \u003cstrong\u003esculpted resin, not glass\u003c\/strong\u003e, so it won't shatter if knocked, and the toadstool, daisy, and butterfly are \u003cstrong\u003esealed onto the cap\u003c\/strong\u003e rather than glued on, so they don't come off as small parts. Around toddlers, still mind the cord and the tray, since a pull on either can tip a floor lamp.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does it assemble, and how do I clean the textured cap?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eAssemble the base and stem, screw in the bulb, and plug it in — no tools beyond hand-tightening, and no electrician. Dust the cap with a soft brush or microfiber duster every few weeks and wipe it with a \u003cstrong\u003ebarely damp cloth\u003c\/strong\u003e; don't soak it, as water collects in the texture grooves. The cream base and tray take a damp cloth and mild soap.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 8. Schema.org JSON-LD --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Mushora Floor Light\",\n  \"description\": \"Sculptural mushroom floor lamp with a hand-textured resin cap shade, a cream resin base and stem, and a built-in 13.8 inch side tray midway up the stem. Three 3D accents on the cap: a red toadstool, white daisy and yellow butterfly. 57.1 inch tall with a 15.7 inch shade and 11.8 inch base. 1 x E26 or E27 with a warm white LED bulb included, plug-in with an inline switch. Two cap colors: dusty blue or sage green. Indoor dry locations only.\",\n  \"material\": [\"Resin\"],\n  \"color\": \"Cream with dusty blue or sage green cap\",\n  \"size\": \"57.1\\\" H (145 cm), 15.7\\\" shade, 11.8\\\" base\",\n  \"additionalProperty\": [\n    { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, warm white LED bulb included, max 40W incandescent or 12W LED equivalent\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Power\", \"value\": \"Plug-in, standard 120V US outlet, inline switch on the cord\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Side Tray\", \"value\": \"13.8 inch round tray, up to 5 lb\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Recommended Room Size\", \"value\": \"54-108 sq ft (5-10 sq m)\" },\n    { \"@type\": \"PropertyValue\", \"name\": \"Location Rating\", \"value\": \"Indoor dry locations only\" }\n  ],\n  \"hasVariant\": [\n    { \"@type\": \"Product\", \"name\": \"Mushora Floor Light - Dusty Blue\", \"color\": \"Dusty blue\" },\n    { \"@type\": \"Product\", \"name\": \"Mushora Floor Light - Sage Green\", \"color\": \"Sage green\" }\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 the bulb included, and can I dim it?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, one warm white LED bulb is included in an E26 or E27 medium base, up to 40W incandescent or 12W LED equivalent. To dim it, use a dimmable LED plus a third-party inline dimmer cord between the plug and the outlet, since a wall dimmer will not control a plug-in lamp.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What can I put on the side tray?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The 13.8 inch tray takes up to 5 lb, such as a coffee cup, water glass, small plant, book, phone or trinket dish. Avoid full pitchers or a stack of hardbacks, which can shift the lamp's balance.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is it safe for a kids' room or nursery?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, for indoor residential use. The cap is sculpted resin rather than glass, so it will not shatter if knocked, and the toadstool, daisy and butterfly are sealed onto the cap rather than glued on, so they do not come off as small parts. Around toddlers, still mind the cord and the tray, since a pull on either can tip a floor lamp.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How does it assemble, and how do I clean the textured cap?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Assemble the base and stem, screw in the bulb and plug it in, with no tools beyond hand-tightening and no electrician. Dust the cap with a soft brush or microfiber duster every few weeks and wipe it with a barely damp cloth, without soaking it, as water collects in the texture grooves. The cream base and tray take a damp cloth and mild soap.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Dusty Blue \/ US Plug","offer_id":52285553606930,"sku":"DCF-X1547-01","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Dusty Blue \/ UK Plug","offer_id":52285553639698,"sku":"DCF-X1547-02","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Dusty Blue \/ AU Plug","offer_id":52285553672466,"sku":"DCF-X1547-03","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Dusty Blue \/ EU Plug","offer_id":52285553705234,"sku":"DCF-X1547-04","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Sage Green \/ US Plug","offer_id":52285553738002,"sku":"DCF-X1547-05","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Sage Green \/ UK Plug","offer_id":52285553770770,"sku":"DCF-X1547-06","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Sage Green \/ AU Plug","offer_id":52285553803538,"sku":"DCF-X1547-07","price":1013.95,"currency_code":"EUR","in_stock":true},{"title":"W 40cm x H 145cm \/ W 15.7″ x H 57″ \/ Sage Green \/ EU Plug","offer_id":52285553836306,"sku":"DCF-X1547-08","price":1013.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Mushora_Floor_Light_1.jpg?v=1779176866","url":"https:\/\/docos.us\/en-de\/products\/mushora-floor-light","provider":"Docos","version":"1.0","type":"link"}