La Fleur Wall Lamp
.lfw-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background : #ffffff; } .lfw-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.4rem 0 1.2rem; } /* Videos */ .lfw-videos { display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; } .lfw-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; } .lfw-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .lfw-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .lfw-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .lfw-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .lfw-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Why — Docos cards */ .lfw-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .lfw-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .lfw-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .lfw-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Before / After */ .lfw-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2.4rem; } .lfw-bac { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #ddd; border-radius: 6px; padding: 1.1rem 1.2rem; } .lfw-bac--after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .lfw-bac-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .65rem; } .lfw-bac--before .lfw-bac-label { color: #999; } .lfw-bac--after .lfw-bac-label { color: #b8924a; } .lfw-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .32rem; } .lfw-bac-list li { font-size: .85rem; color: #555; display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5; } .lfw-bac-list li::before { content: ''; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .52rem; flex-shrink: 0; } .lfw-bac--before .lfw-bac-list li::before { background: #ccc; } .lfw-bac--after .lfw-bac-list li::before { background: #b8924a; } @media(max-width:440px){.lfw-ba{grid-template-columns:1fr;}} /* Scenes */ .lfw-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .lfw-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .lfw-sc:last-child { border-right: none; } .lfw-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .lfw-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .lfw-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .lfw-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .lfw-scenes{grid-template-columns:1fr;} .lfw-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .lfw-sc:last-child{border-bottom:none;} } /* Pair upsell */ .lfw-upsell { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1.1rem 1.3rem; margin-bottom: 2.4rem; display: flex; align-items: center; gap: 1.2rem; font-size: .9rem; color: #555; line-height: 1.65; } .lfw-upsell__count { font-size: 2.2rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; } .lfw-upsell__title { font-weight: 600; font-size: .9rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media(max-width:440px){.lfw-upsell{flex-direction:column;gap:.7rem;}} /* Colors */ .lfw-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 1rem; font-size: .85rem; color: #555; } .lfw-swatches { display: flex; gap: 7px; } .lfw-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .lfw-sw--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .lfw-sw--purple { background: #7a3a8a; } .lfw-sw--yellow { background: #d4a020; } /* Size */ .lfw-size { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .lfw-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .lfw-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .lfw-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .lfw-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .lfw-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .lfw-badges { display: flex; flex-direction: column; gap: .4rem; } .lfw-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .lfw-dls { display: flex; flex-direction: column; gap: .45rem; } .lfw-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .lfw-dl:hover { border-color: #b8924a; } .lfw-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.lfw-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The La Fleur Wall Lamp is a flower that gives light. The sculptural resin petals bloom outward from the wall in three dimensions — each one shaped and finished to hold the form of a flower at full bloom, the glass light source at the center. Switched off, it's a wall-mounted floral sculpture. Switched on, the warm glow from the glass center turns the petals into a soft, radiant focal point that changes the feeling of the wall entirely. Available in White, Purple, and Yellow — three ways to say the same romantic thing. The lamp that makes a room feel like someone put a flower there — on purpose. 🌸 Sculptural Resin 💡 Glass Center 🔆 Dimmer Compatible White · Purple · Yellow Ø 20 cm Why It Works 🌸 Sculpture Before Light The resin petals are three-dimensional — they catch real shadows from the room's ambient light and read as a sculptural object on the wall regardless of whether the lamp is on. A flower form that looks considered by day and atmospheric by night. 🌕 Warm Glow at Petal Level The G9 glass center diffuses the 5W output outward through the inner petals — the light is warm, contained, and intimate. The petals glow softly from the inside edge, creating a halo of warm color that makes the wall around the lamp feel alive. Pair with a dimmer for full evening control. 🎨 Color That Sets the Mood White reads as quiet and universal — the flower form in any room. Purple brings a romantic, slightly theatrical quality that works in bedrooms and dressing spaces. Yellow brings an optimistic warmth — the color of sunlight captured in resin. Each color changes the room's emotional register. Before & After Empty Wall Wall is flat and anonymous Room has no soft light at wall height Space feels functional rather than romantic Nothing on the wall tells a story about the room Mood relies entirely on overhead light With La Fleur Floral sculpture gives the wall a personality Warm petal glow softens the space around it Room feels romantic and deliberately decorated The lamp is the story the wall is telling Mood changes the moment it's turned on Where It Belongs 🛏 Bedside Beside the bed, La Fleur provides soft warm light at exactly the right height — intimate enough for winding down, warm enough for reading. The floral form makes the bedside wall feel personal and considered rather than purely functional. Warm bedside light 🪞 Vanity / Dressing Flanking a vanity mirror or dressing table, the warm petal glow provides flattering face-level light while the floral sculpture adds a romantic decorative element to the dressing space. Purple reads especially well in a vanity context — theatrical and intentional. Flattering face-level light 🛋 Living Room On a living room wall above a sofa or beside a reading chair, La Fleur creates a warm secondary light that layers with floor lamps and overhead fixtures. The sculptural flower reads as a collected art object rather than a utilitarian wall lamp. Decorative accent Better in Pairs ×2 Two La Fleurs — the wall becomes a garden. Two floral wall lamps flanking a bed, mirror, or headboard creates a symmetrical botanical arrangement that reads as a deliberate wall installation. The matching petal forms face each other across the surface, two warm glows filling the space between them. Order two in the same color for a composed formal pair, or mix — White and Purple flanking a mirror, or Yellow and White beside a bed — the flower forms hold the arrangement together while the colors give each side its own character. Colors White · Purple · Yellow Product Size Dia 20 cm × W 17 cm / ∅ 7.9″ × W 6.7″ Details Body: Sculptural Resin flower form Diffuser: Glass Materials: Resin & Glass Wiring: Hardwired Socket: G9 Max bulb: 5W incandescent or LED equivalent Dimmer compatible (switch not included) Use: Indoor Certified: North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation 3D Files
More you might like
Related
La Fleur Wall Lamp
Related
La fleur Wall Lamp
Related
La fleur Wall Lamp
Related