{"product_id":"madera-floor-light","title":"Madera Floor Light","description":"\u003cstyle\u003e\n    .pdp {\n      --pdp-bg: #ffffff;\n      --pdp-bg-card: #faf6ee;\n      --pdp-bg-deep: #f0e6d2;\n      --pdp-border: #e6dcc4;\n      --pdp-border-lt: #efe5d0;\n      --pdp-accent: #b89548;\n      --pdp-accent-dk: #6e5028;\n      --pdp-accent-lt: #c8a85c;\n      --pdp-accent-bg: #f5e8c8;\n      --pdp-accent-bdr: #d8b878;\n      --pdp-text: #2a1f12;\n      --pdp-text-mid: #5a4628;\n      --pdp-text-light: #9a8460;\n\n      max-width: 900px;\n      margin: 0 auto;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      color: var(--pdp-text);\n      line-height: 1.65;\n      font-size: 14px;\n    }\n    .pdp * { box-sizing: border-box; }\n    .pdp svg { fill: none; }\n    .pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); }\n    .pdp img { max-width: 100%; height: auto; display: block; }\n    .pdp a { color: var(--pdp-accent); }\n    .pdp .pdp-section { margin-bottom: 2.2rem; }\n\n    .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }\n    .pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); }\n    .pdp .sec-title {\n      font-size: 10.5px; font-weight: 700;\n      letter-spacing: 0.14em; text-transform: uppercase;\n      color: var(--pdp-accent); white-space: nowrap;\n    }\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);\n      border-radius: 12px; background: var(--pdp-bg-card); }\n    .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px;\n      background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr);\n      color: var(--pdp-accent);\n      display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }\n    .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; }\n    .pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; }\n\n    .pdp .dim-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n    .pdp .dim-card { padding: 14px 14px; border: 0.5px solid var(--pdp-border);\n      border-radius: 12px; background: var(--pdp-bg-card); text-align: center; }\n    .pdp .dim-label { font-size: 10px; font-weight: 700;\n      letter-spacing: 0.12em; text-transform: uppercase;\n      color: var(--pdp-accent); margin-bottom: 8px; }\n    .pdp .dim-value { font-size: 14px; font-weight: 700; color: var(--pdp-text);\n      line-height: 1.45; margin-bottom: 4px; }\n    .pdp .dim-metric { font-size: 11.5px; color: var(--pdp-text-light); }\n\n    .pdp .spec-grid { display: flex; flex-direction: column;\n      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);\n      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;\n      letter-spacing: 0.07em; text-transform: uppercase;\n      color: var(--pdp-accent); width: 150px; 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;\n      color: var(--pdp-accent); background: var(--pdp-accent-bg);\n      border: 0.5px solid var(--pdp-accent-bdr);\n      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;\n      background: var(--pdp-bg-card); overflow: hidden; }\n    .pdp .faq-list summary { list-style: none; cursor: pointer;\n      padding: 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--pdp-text);\n      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;\n      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);\n      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;\n      padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border);\n      border-radius: 12px; background: var(--pdp-bg-card);\n      text-decoration: none; color: var(--pdp-text); position: relative;\n      transition: background 0.18s, border-color 0.18s; }\n    .pdp a.dl-card:hover, .pdp a.dl-card:focus-visible { border-color: var(--pdp-accent-bdr);\n      background: var(--pdp-accent-bg); }\n    .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72;\n      background: var(--pdp-bg); }\n    .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px;\n      background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr);\n      color: var(--pdp-accent);\n      display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n    .pdp .dl-meta { width: 100%; }\n    .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text);\n      line-height: 1.3; margin-bottom: 3px; }\n    .pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light);\n      letter-spacing: 0.02em; line-height: 1.45; }\n    .pdp .dl-status { position: absolute; top: 12px; right: 12px;\n      font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em;\n      text-transform: uppercase; color: var(--pdp-text-light);\n      background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border);\n      padding: 3px 8px; border-radius: 99px; line-height: 1; }\n\n    @media (max-width: 720px) {\n      .pdp .features-grid { grid-template-columns: 1fr; }\n      .pdp .dim-trio { grid-template-columns: 1fr; }\n      .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\u003eMadera answers an old problem: the light you want is overhead, and the wiring is somewhere else. The arc solves it by reaching — a stem that leaves the floor on one side of the room and arrives above the sofa on the other, carrying its shade like a fishing rod carries a line. Three materials meet at three weights: metal thin enough to look drawn, rattan woven loose enough to glow, marble heavy enough to hold the whole cantilever down without a bracket.\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=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M5 21V8c0-2 4-5 9-5s5 4 5 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 7v3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eArched Metal Stem\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA slim curved frame in a warm metallic finish cantilevers the shade away from the base, so the lamp can stand behind a sofa or beside a chair.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M8 4h8l3 14H5z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 8h10M6.5 12h11M6 16h12\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eTapered Rattan Shade\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA wide conical shade in finely woven natural rattan diffuses the bulb into a soft glow and casts a textured wash on nearby walls.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cellipse cx=\"12\" cy=\"18\" rx=\"8\" ry=\"2.5\"\u003e\u003c\/ellipse\u003e\n            \u003cpath d=\"M4 18v-1c0-1.5 3.5-2.5 8-2.5s8 1 8 2.5v1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-title\"\u003eSolid Marble Base\u003c\/div\u003e\n\u003cdiv class=\"feat-desc\"\u003eA round white marble disc whose weight counterbalances the arc, so the lamp doesn't lean toward the shade side.\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=\"dim-trio\"\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-label\"\u003eOverall\u003c\/div\u003e\n\u003cdiv class=\"dim-value\"\u003eH 72″\u003c\/div\u003e\n\u003cdiv class=\"dim-metric\"\u003e183 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-label\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"dim-value\"\u003eØ22″ × H12″\u003c\/div\u003e\n\u003cdiv class=\"dim-metric\"\u003eØ56 × H30.5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dim-card\"\u003e\n\u003cdiv class=\"dim-label\"\u003eMarble Base\u003c\/div\u003e\n\u003cdiv class=\"dim-value\"\u003eØ13.5″\u003c\/div\u003e\n\u003cdiv class=\"dim-metric\"\u003e34.3 cm\u003c\/div\u003e\n\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\"\u003eArc floor lamp (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\"\u003eArched metal stem in a warm metallic finish, finely woven natural rattan shade, solid round white marble base\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 light 3000K · bulb included · swap in a higher-output LED for more brightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePower \u0026amp; Switch\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003ePlug-in · fabric cord routed down the marble base · foot switch on the cord\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003ePlacement\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSet on a hard floor — hardwood, tile, or a low-pile rug — since thick pile can let the base tilt toward the shade side. Leave room for the arc to carry the shade out over your seating.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eLocation Rating\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIndoor dry locations only\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\"\u003eMarble: a soft dry cloth, or barely damp with mild non-acidic soap — vinegar, citrus, and harsh cleaners etch marble. Rattan: a soft brush, or a vacuum on low suction with the brush attachment.\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\"\u003eCoastal\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eOrganic Modern\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eContemporary\u003c\/span\u003e \u003cspan class=\"style-tag\"\u003eBohemian\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. Where It Works --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhere It Works\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eSet the base behind a sofa or beside a lounge chair and the arc drops the shade above the sitter, which makes Madera useful in rooms with no ceiling box at all — rentals, finished basements, additions. The rattan weave keeps the output soft, so it reads as ambient lounging light rather than task light, and the marble and warm metal give it enough presence to work as the one large object in a corner. 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\u003eHow do I plan for the arc reach?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe arc projects the shade horizontally from the base — far enough to clear a sofa back and sit above the seating area. When you pick a spot for the base, aim for the shade to land where you want the light to fall: above the middle of the sofa, or over a lounge chair.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it tip over?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eNot on a hard floor, as designed — the solid marble base counterweights the arc. On thick pile carpet the base can sit unevenly, so hardwood, tile, or a low-pile rug gives the most stable footing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's the metal made of?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe structural stem is metal in a warm metallic finish with a soft golden tone that sits well next to the rattan and marble. It isn't solid brass, and we don't market it as such.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it replace a ceiling fixture?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eFunctionally, close — the arc puts the shade overhead the way a pendant would, so it delivers overhead-style ambient light with no wiring at all. It's still a plug-in floor lamp rather than a ceiling fixture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow bright is it?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eThe rattan shade diffuses the light, so even a brighter bulb reads soft rather than sharp. The included bulb is sized for ambient light over a sofa or chair, not direct task light — for more output, fit a higher-lumen E26 or E27 LED.\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\/1bkmMBamjqo2G58n6YlJJ-Sdsd5tMkde8\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n            \u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 13h8M8 17h8M8 9h2\"\u003e\u003c\/path\u003e\n          \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\"\u003eDimensions \u0026amp; electrical · 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 width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n            \u003cpath d=\"M14 3H6a2 2 0 00-2 2v14a2 2 0 002 2h12a2 2 0 002-2V9z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M14 3v6h6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 13l1.5 1.5L13 12M9 17l1.5 1.5L13 16\"\u003e\u003c\/path\u003e\n          \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 setup · PDF\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-status\"\u003eComing Soon\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\n            \u003cpath d=\"M12 3l8 4.5v9L12 21l-8-4.5v-9L12 3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 3v18M4 7.5l8 4.5 8-4.5\"\u003e\u003c\/path\u003e\n          \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\"\u003eComing Soon\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\": \"Madera Floor Light\",\n      \"description\": \"Arc floor lamp with a slim arched metal stem in a warm metallic finish, a finely woven tapered natural rattan shade and a solid round white marble base that counterweights the cantilevered arc. 183 cm tall, plug-in with a foot switch and an E26 or E27 warm 3000K bulb included.\",\n      \"category\": \"Floor Lamp\",\n      \"material\": [\"Metal\", \"Rattan\", \"Marble\"],\n      \"color\": \"Warm metallic with natural rattan and white marble\",\n      \"height\": { \"@type\": \"QuantitativeValue\", \"value\": 183, \"unitCode\": \"CMT\" },\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Shade\", \"value\": \"56 cm \/ 22 in diameter, 30.5 cm \/ 12 in high, woven natural rattan\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Base\", \"value\": \"34.3 cm \/ 13.5 in diameter solid white marble\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Light Source\", \"value\": \"1 x E26 or E27 medium base, warm light 3000K, bulb included\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Power Source\", \"value\": \"Plug-in, fabric cord with foot switch\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Placement\", \"value\": \"Hard floor recommended, indoor dry locations only\" }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do I plan for the arc reach?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The arc projects the shade horizontally from the base - far enough to clear a sofa back and sit above the seating area. When you pick a spot for the base, aim for the shade to land where you want the light to fall: above the middle of the sofa, or over a lounge chair.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Will it tip over?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Not on a hard floor, as designed - the solid marble base counterweights the arc. On thick pile carpet the base can sit unevenly, so hardwood, tile, or a low-pile rug gives the most stable footing.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the metal made of?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The structural stem is metal in a warm metallic finish with a soft golden tone that sits well next to the rattan and marble. It is not solid brass, and we do not market it as such.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can it replace a ceiling fixture?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Functionally, close - the arc puts the shade overhead the way a pendant would, so it delivers overhead-style ambient light with no wiring at all. It is still a plug-in floor lamp rather than a ceiling fixture.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How bright is it?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The rattan shade diffuses the light, so even a brighter bulb reads soft rather than sharp. The included bulb is sized for ambient light over a sofa or chair, not direct task light - for more output, fit a higher-lumen E26 or E27 LED.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Docosilumen","offers":[{"title":"W 56cm x H 183cm \/ W 22″ x H 72″ \/ Gold \u0026 Nature Rattan \/ US Plug","offer_id":52244874330386,"sku":"DCF-X1152-01","price":724.95,"currency_code":"EUR","in_stock":true},{"title":"W 56cm x H 183cm \/ W 22″ x H 72″ \/ Gold \u0026 Nature Rattan \/ UK Plug","offer_id":52244874363154,"sku":"DCF-X1152-02","price":724.95,"currency_code":"EUR","in_stock":true},{"title":"W 56cm x H 183cm \/ W 22″ x H 72″ \/ Gold \u0026 Nature Rattan \/ AU Plug","offer_id":52244874395922,"sku":"DCF-X1152-03","price":724.95,"currency_code":"EUR","in_stock":true},{"title":"W 56cm x H 183cm \/ W 22″ x H 72″ \/ Gold \u0026 Nature Rattan \/ EU Plug","offer_id":52244874428690,"sku":"DCF-X1152-04","price":724.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/Madera_Floor_Light_1_2674fe0c-1240-4164-aa55-6d0d673e2c3c.jpg?v=1778037305","url":"https:\/\/docos.us\/en-be\/products\/madera-floor-light","provider":"Docos","version":"1.0","type":"link"}