{"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      --pdp-ok-bg: #f4ecd9;\n      --pdp-ok-bdr: #c8a85c;\n      --pdp-ok-deep: #8a6520;\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; margin-bottom: 12px; }\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 .pdp-notice { display: flex; gap: 14px; padding: 14px 16px;\n      background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border);\n      border-left: 3px solid var(--pdp-accent); border-radius: 10px; }\n    .pdp .pdp-notice .ntc-icon { flex-shrink: 0; width: 24px; height: 24px; color: var(--pdp-accent); }\n    .pdp .pdp-notice .ntc-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; }\n    .pdp .pdp-notice .ntc-body strong { color: var(--pdp-text); display: block; margin-bottom: 4px;\n      font-size: 13px; letter-spacing: 0.02em; }\n\n    .pdp .pdp-included { display: flex; gap: 14px; padding: 16px 18px;\n      background: var(--pdp-ok-bg); border: 0.5px solid var(--pdp-ok-bdr);\n      border-left: 3px solid var(--pdp-ok-deep); border-radius: 12px; }\n    .pdp .pdp-included .inc-icon {\n      flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;\n      background: var(--pdp-ok-deep); color: #fff;\n      display: flex; align-items: center; justify-content: center; }\n    .pdp .pdp-included .inc-body { font-size: 12.5px; color: #5a4418; line-height: 1.6; }\n    .pdp .pdp-included .inc-body strong { color: var(--pdp-ok-deep); display: block; margin-bottom: 4px;\n      font-size: 13px; letter-spacing: 0.02em; }\n    .pdp .ok-pill { display: inline-block; font-size: 10.5px; font-weight: 700;\n      letter-spacing: 0.06em; text-transform: uppercase;\n      color: var(--pdp-ok-deep); background: var(--pdp-ok-bg);\n      border: 0.5px solid var(--pdp-ok-bdr);\n      padding: 2px 8px; border-radius: 6px; margin-left: 8px; }\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; 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); transition: transform 0.2s; }\n    .pdp .faq-list details[open] summary::after { content: '−'; }\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 .dl-card:hover { 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-card.dl-disabled:hover { border-color: var(--pdp-border);\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. Overview --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eOverview\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe Madera Floor Light is a tall \u003cstrong style=\"color: var(--pdp-text);\"\u003earc floor lamp\u003c\/strong\u003e combining a slim arched metal stem with a warm finish, a finely woven tapered rattan shade, and a solid round white marble base that anchors the cantilevered arc.\u003c\/p\u003e\n\u003cp\u003eThe arc geometry projects the shade out and over a seating area — set the base behind a sofa or beside a lounge chair, and the rattan shade hangs above the sitter, throwing soft diffused light from overhead without needing a ceiling fixture. Three materials at three visual weights: warm metal, natural rattan, cool white marble. Comes with a bulb included and a fabric cord with foot switch — works straight out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Why You'll Love It --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eWhy You'll Love It\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-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\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\"\u003eSlim curved frame with a warm metallic finish. The arc cantilevers the shade away from the base so you can place the lamp 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 stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\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\"\u003eWide conical shade in finely woven natural rattan. The open weave diffuses light into a soft glow and casts a textured wash on surrounding walls.\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-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n            \u003cellipse ry=\"2.5\" rx=\"8\" cy=\"18\" cx=\"12\"\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\"\u003eRound white marble disc — its weight counterbalances the cantilevered arc, so the lamp doesn't tip toward the shade side.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Bulb included highlight --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"pdp-included\"\u003e\n\u003cdiv class=\"inc-icon\"\u003e\u003csvg fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n          \u003cpath d=\"M5 13l4 4L19 7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"inc-body\"\u003e\n\u003cstrong\u003eBulb Included · Universal E26 \/ E27 Socket · Foot Switch\u003c\/strong\u003e Madera ships with a bulb already included — plug it in and turn it on with the foot switch. The socket accepts both E26 (US standard) and E27 (European standard) medium-screw bulbs, so replacement bulbs are easy to source whether you buy at a US hardware store or order online. Fabric cord routed down the marble base.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003eDimensions\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\"\u003eH 12″ × Ø 22″\u003c\/div\u003e\n\u003cdiv class=\"dim-metric\"\u003e30.5 × 56 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!-- Position Tips --\u003e\n\u003cdiv class=\"pdp-section\"\u003e\n\u003cdiv class=\"sec-header\"\u003e\n\u003cspan class=\"sec-title\"\u003ePosition Tips\u003c\/span\u003e\n\u003cdiv class=\"sec-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-notice\"\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.7\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" class=\"ntc-icon\"\u003e\n        \u003ccircle r=\"3\" cy=\"10\" cx=\"12\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M12 2a8 8 0 00-8 8c0 6 8 12 8 12s8-6 8-12a8 8 0 00-8-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv class=\"ntc-body\"\u003e\n\u003cstrong\u003ePlace on a Hard Floor — Allow Arc Clearance\u003c\/strong\u003e Because the arc cantilevers the shade out from the base, the marble disc does the counterweighting. For best stability, set the lamp on a \u003cstrong style=\"display: inline;\"\u003ehard floor\u003c\/strong\u003e (hardwood, tile, or low-pile rug) — thick pile carpet can let the base tilt slightly toward the shade side. Plan room for the arc to project the shade out over your seating area when choosing the base position. Indoor dry-location use only.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 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\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eArc floor lamp\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eStem\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eArched metal frame with warm metallic finish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFinely woven natural rattan, tapered conical form\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBase\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eSolid round white marble\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eMaterials\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eMarble · metal · rattan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eNumber of Lights\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSocket\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003e1 × E26 \/ E27 (universal medium-screw base — both work)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eBulb\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eBulb included with lamp \u003cspan class=\"ok-pill\"\u003eIncluded\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eSwitch\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eFoot switch on cord\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 (floor lamp)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eUse\u003c\/div\u003e\n\u003cdiv class=\"spec-val\"\u003eIndoor, dry location only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-key\"\u003eStyle\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 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 place the shade above the seating area. When choosing where to put the lamp, leave room for the shade to land roughly where you want overhead light to fall (above the middle of the sofa or above 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\"\u003eNo, when set up on a hard floor as designed. The solid marble base counterweights the cantilevered arc. On thick pile carpet the base can sit slightly unevenly, so we recommend hardwood, tile, or low-pile rugs for best stability.\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 with a warm metallic finish — it carries a soft golden tone that complements the rattan and marble. We don't market the material as solid brass.\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 yes — the arc places the shade overhead like a pendant, so for rooms without a ceiling junction box (rentals, finished basements, additions), Madera delivers ambient overhead-style light without any wiring. It's still a plug-in floor lamp, not a ceiling fixture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it come with a bulb?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eYes — Madera ships with a bulb included. The socket is a universal E26 \/ E27 medium-screw base, so when the bulb eventually needs replacing you can use either US standard (E26) or European standard (E27) bulbs — both fit. For a soft warm glow that complements the rattan, a 2700K–3000K LED works well.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is it turned on and off?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eFoot switch on the cord. Step on the switch to turn the lamp on or off — no need to reach up to the shade or fumble with a cord switch.\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 light, so even with a brighter bulb the result reads ambient and soft rather than sharp. The included bulb is sized for ambient lounging light over a sofa or chair — not direct task lighting. If you want it brighter, swap in a higher-output E26\/E27 LED.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the marble and rattan?\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eWipe the marble with a soft dry cloth, or a barely damp cloth with mild non-acidic soap if needed (avoid vinegar, citrus, or harsh cleaners — they etch marble). Dust the rattan with a soft brush or vacuum on low suction with the brush attachment.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 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\u003eReference materials for designers, electricians, and customers.\u003c\/p\u003e\n\u003cdiv class=\"dl-grid\"\u003e\n\u003cdiv class=\"dl-card dl-disabled\"\u003e\n\u003cdiv class=\"dl-icon\"\u003e\u003csvg fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\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\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 fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\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 fill=\"none\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\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\"\u003e3D Files\u003c\/div\u003e\n\u003cdiv class=\"dl-sub\"\u003eFor renderings · ZIP\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\/div\u003e","brand":"Docosilumen","offers":[{"title":"W 35cm x H 182cm \/ W 13.7″ x H 71.6″ \/ Gold \u0026 Nature Rattan \/ US Plug","offer_id":52244874330386,"sku":"DCF-X1152-01","price":829.0,"currency_code":"USD","in_stock":true},{"title":"W 35cm x H 182cm \/ W 13.7″ x H 71.6″ \/ Gold \u0026 Nature Rattan \/ UK Plug","offer_id":52244874363154,"sku":"DCF-X1152-02","price":829.0,"currency_code":"USD","in_stock":true},{"title":"W 35cm x H 182cm \/ W 13.7″ x H 71.6″ \/ Gold \u0026 Nature Rattan \/ AU Plug","offer_id":52244874395922,"sku":"DCF-X1152-03","price":829.0,"currency_code":"USD","in_stock":true},{"title":"W 35cm x H 182cm \/ W 13.7″ x H 71.6″ \/ Gold \u0026 Nature Rattan \/ EU Plug","offer_id":52244874428690,"sku":"DCF-X1152-04","price":829.0,"currency_code":"USD","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\/pt\/products\/madera-floor-light","provider":"Docos","version":"1.0","type":"link"}