Madera Floor Light
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #faf6ee; --pdp-bg-deep: #f0e6d2; --pdp-border: #e6dcc4; --pdp-border-lt: #efe5d0; --pdp-accent: #b89548; --pdp-accent-dk: #6e5028; --pdp-ac cent-lt: #c8a85c; --pdp-accent-bg: #f5e8c8; --pdp-accent-bdr: #d8b878; --pdp-text: #2a1f12; --pdp-text-mid: #5a4628; --pdp-text-light: #9a8460; --pdp-ok-bg: #f4ecd9; --pdp-ok-bdr: #c8a85c; --pdp-ok-deep: #8a6520; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); } .pdp img { max-width: 100%; height: auto; display: block; } .pdp a { color: var(--pdp-accent); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); } .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; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; } .pdp .dim-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; } .pdp .dim-card { padding: 14px 14px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); text-align: center; } .pdp .dim-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pdp-accent); margin-bottom: 8px; } .pdp .dim-value { font-size: 14px; font-weight: 700; color: var(--pdp-text); line-height: 1.45; margin-bottom: 4px; } .pdp .dim-metric { font-size: 11.5px; color: var(--pdp-text-light); } .pdp .pdp-notice { display: flex; gap: 14px; padding: 14px 16px; background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); border-left: 3px solid var(--pdp-accent); border-radius: 10px; } .pdp .pdp-notice .ntc-icon { flex-shrink: 0; width: 24px; height: 24px; color: var(--pdp-accent); } .pdp .pdp-notice .ntc-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .pdp-notice .ntc-body strong { color: var(--pdp-text); display: block; margin-bottom: 4px; font-size: 13px; letter-spacing: 0.02em; } .pdp .pdp-included { display: flex; gap: 14px; padding: 16px 18px; background: var(--pdp-ok-bg); border: 0.5px solid var(--pdp-ok-bdr); border-left: 3px solid var(--pdp-ok-deep); border-radius: 12px; } .pdp .pdp-included .inc-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--pdp-ok-deep); color: #fff; display: flex; align-items: center; justify-content: center; } .pdp .pdp-included .inc-body { font-size: 12.5px; color: #5a4418; line-height: 1.6; } .pdp .pdp-included .inc-body strong { color: var(--pdp-ok-deep); display: block; margin-bottom: 4px; font-size: 13px; letter-spacing: 0.02em; } .pdp .ok-pill { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pdp-ok-deep); background: var(--pdp-ok-bg); border: 0.5px solid var(--pdp-ok-bdr); padding: 2px 8px; border-radius: 6px; margin-left: 8px; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--pdp-border-lt); display: flex; align-items: center; background: var(--pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(--pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .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; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(--pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--pdp-accent); transition: transform 0.2s; } .pdp .faq-list details[open] summary::after { content: '−'; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .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; } .pdp .dl-card:hover { border-color: var(--pdp-accent-bdr); background: var(--pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(--pdp-bg); } .pdp .dl-card.dl-disabled:hover { border-color: var(--pdp-border); background: var(--pdp-bg); } .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; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .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; } @media (max-width: 720px) { .pdp .features-grid { grid-template-columns: 1fr; } .pdp .dim-trio { grid-template-columns: 1fr; } .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } } Overview The Madera Floor Light is a tall arc floor lamp 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. The 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. Why You'll Love It Arched Metal Stem Slim 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. Tapered Rattan Shade Wide conical shade in finely woven natural rattan. The open weave diffuses light into a soft glow and casts a textured wash on surrounding walls. Solid Marble Base Round white marble disc — its weight counterbalances the cantilevered arc, so the lamp doesn't tip toward the shade side. Bulb Included · Universal E26 / E27 Socket · Foot Switch 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. Dimensions Overall H 72″ 183 cm Shade H 12″ × Ø 22″ 30.5 × 56 cm Marble Base Ø 13.5″ 34.3 cm Position Tips Place on a Hard Floor — Allow Arc Clearance Because the arc cantilevers the shade out from the base, the marble disc does the counterweighting. For best stability, set the lamp on a hard floor (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. Specifications Type Arc floor lamp Stem Arched metal frame with warm metallic finish Shade Finely woven natural rattan, tapered conical form Base Solid round white marble Materials Marble · metal · rattan Number of Lights 1 Socket 1 × E26 / E27 (universal medium-screw base — both work) Bulb Bulb included with lamp Included Switch Foot switch on cord Power Plug-in (floor lamp) Use Indoor, dry location only Style Coastal Organic Modern Contemporary Bohemian FAQ How do I plan for the arc reach? The 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). Will it tip over? No, 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. What's the metal made of? The 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. Can it replace a ceiling fixture? Functionally 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. Does it come with a bulb? Yes — 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. How is it turned on and off? Foot 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. How bright is it? The 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. How do I clean the marble and rattan? Wipe 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. Downloads Reference materials for designers, electricians, and customers. Spec Sheet Dimensions & electrical · PDF Coming Soon Installation Guide Step-by-step setup · PDF Coming Soon 3D Files For renderings · ZIP Coming Soon
More you might like
Related
Madera Floor Mirror
Related
Madera Chest Oak - Eternity Floors
Related
Madera LED Arc Standing Floor Lamp
Related