Lunelia Wall Sconce
.vk-lune-wrap { --vk-lune-bg: #ffffff; --vk-lune-bg-card: #fbf7ef; --vk-lune-bg-deep: #ece2cd; --vk-lune-border: #ece4d3; --vk-lune-border-lt: #f4eedf; --vk-lune-accent: #a98c5a; - -vk-lune-accent-dk: #6f5a2f; --vk-lune-accent-lt: #c8af7d; --vk-lune-accent-bg: #f1ebda; --vk-lune-accent-bdr: #dccba2; --vk-lune-text: #2a261d; --vk-lune-text-mid: #554d3c; --vk-lune-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-lune-text); line-height: 1.72; font-size: 14.5px; } .vk-lune-wrap * { box-sizing: border-box; } .vk-lune-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-lune-text-mid); } .vk-lune-wrap a { color: var(--vk-lune-accent-dk); text-decoration: underline; } .vk-lune-wrap .vk-lune-section { margin-bottom: 2.6rem; } .vk-lune-wrap .vk-lune-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-lune-wrap .vk-lune-sec-line { flex: 1; height: 0.5px; background: var(--vk-lune-border); } .vk-lune-wrap .vk-lune-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-lune-accent-dk); white-space: nowrap; } .vk-lune-wrap strong { color: var(--vk-lune-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-lune-wrap .vk-lune-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-lune-wrap .vk-lune-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-lune-border); border-radius: 12px; background: var(--vk-lune-bg-card); } .vk-lune-wrap .vk-lune-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-lune-accent-bg); border: 0.5px solid var(--vk-lune-accent-bdr); color: var(--vk-lune-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-lune-wrap .vk-lune-feat-icon svg { fill: none; } .vk-lune-wrap .vk-lune-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-lune-text); margin-bottom: 6px; line-height: 1.35; } .vk-lune-wrap .vk-lune-feat-desc { font-size: 12px; color: var(--vk-lune-text-mid); line-height: 1.55; } /* Option grid */ .vk-lune-wrap .vk-lune-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-lune-wrap .vk-lune-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-lune-border); border-radius: 12px; background: var(--vk-lune-bg-card); } .vk-lune-wrap .vk-lune-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-lune-accent-dk); margin-bottom: 6px; } .vk-lune-wrap .vk-lune-size-name { font-size: 14px; font-weight: 700; color: var(--vk-lune-text); margin-bottom: 5px; line-height: 1.3; } .vk-lune-wrap .vk-lune-size-meta { font-size: 11.5px; color: var(--vk-lune-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-lune-wrap .vk-lune-size-spec { font-size: 10.5px; color: var(--vk-lune-text-light); line-height: 1.5; } .vk-lune-wrap .vk-lune-size-spec strong { color: var(--vk-lune-accent-dk); font-weight: 700; } /* Color swatch dots */ .vk-lune-wrap .vk-lune-swatch { display: inline-flex; gap: 4px; margin-bottom: 7px; } .vk-lune-wrap .vk-lune-dot { width: 15px; height: 15px; border-radius: 50%; border: 0.5px solid rgba(0,0,0,0.18); } /* Critical notice */ .vk-lune-wrap .vk-lune-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-lune-accent-bdr); border-left: 3px solid var(--vk-lune-accent); border-radius: 10px; background: var(--vk-lune-accent-bg); } .vk-lune-wrap .vk-lune-notice .vk-lune-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-lune-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-lune-wrap .vk-lune-notice .vk-lune-notice-body { font-size: 12.5px; color: var(--vk-lune-text-mid); line-height: 1.6; } .vk-lune-wrap .vk-lune-notice .vk-lune-notice-body strong { color: var(--vk-lune-text); font-weight: 600; } .vk-lune-wrap .vk-lune-notice .vk-lune-notice-body strong:first-child { display: block; color: var(--vk-lune-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-lune-wrap .vk-lune-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-lune-wrap .vk-lune-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-lune-wrap .vk-lune-warn-body { font-size: 12px; color: var(--vk-lune-text-mid); line-height: 1.55; } .vk-lune-wrap .vk-lune-warn-body strong { color: #8a4820; font-weight: 600; } .vk-lune-wrap .vk-lune-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-lune-wrap .vk-lune-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-lune-border); border-radius: 14px; overflow: hidden; } .vk-lune-wrap .vk-lune-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-lune-border-lt); display: flex; align-items: flex-start; background: var(--vk-lune-bg-card); gap: 16px; } .vk-lune-wrap .vk-lune-spec-item:last-child { border-bottom: 0; } .vk-lune-wrap .vk-lune-spec-item:nth-child(even) { background: var(--vk-lune-bg); } .vk-lune-wrap .vk-lune-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-lune-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-lune-wrap .vk-lune-spec-val { font-size: 12.5px; color: var(--vk-lune-text); } /* Style tags */ .vk-lune-wrap .vk-lune-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-lune-wrap .vk-lune-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-lune-accent-dk); background: var(--vk-lune-accent-bg); border: 0.5px solid var(--vk-lune-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-lune-wrap .vk-lune-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-lune-wrap .vk-lune-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-lune-border); border-radius: 12px; background: var(--vk-lune-bg-card); text-decoration: none; color: var(--vk-lune-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-lune-wrap .vk-lune-dl-card:hover { background: var(--vk-lune-accent-bg); border-color: var(--vk-lune-accent-bdr); } .vk-lune-wrap .vk-lune-dl-card.vk-lune-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-lune-bg); } .vk-lune-wrap .vk-lune-dl-card.vk-lune-dl-disabled:hover { background: var(--vk-lune-bg); border-color: var(--vk-lune-border); } .vk-lune-wrap .vk-lune-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-lune-accent-bg); border: 0.5px solid var(--vk-lune-accent-bdr); color: var(--vk-lune-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-lune-wrap .vk-lune-dl-icon svg { fill: none; } .vk-lune-wrap .vk-lune-dl-meta { width: 100%; } .vk-lune-wrap .vk-lune-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-lune-text); line-height: 1.3; margin-bottom: 3px; } .vk-lune-wrap .vk-lune-dl-sub { font-size: 11.5px; color: var(--vk-lune-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-lune-wrap .vk-lune-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-lune-text-light); background: var(--vk-lune-bg-card); border: 0.5px solid var(--vk-lune-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-lune-wrap .vk-lune-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-lune-wrap .vk-lune-faq-list details { border: 0.5px solid var(--vk-lune-border); border-radius: 10px; background: var(--vk-lune-bg-card); overflow: hidden; } .vk-lune-wrap .vk-lune-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-lune-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-lune-wrap .vk-lune-faq-list summary::-webkit-details-marker { display: none; } .vk-lune-wrap .vk-lune-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-lune-accent-dk); position: absolute; right: 16px; } .vk-lune-wrap .vk-lune-faq-list details[open] summary { color: var(--vk-lune-accent-dk); } .vk-lune-wrap .vk-lune-faq-list details[open] summary::after { content: '\2212'; } .vk-lune-wrap .vk-lune-faq-list .vk-lune-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-lune-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-lune-wrap .vk-lune-features-grid { grid-template-columns: 1fr; } .vk-lune-wrap .vk-lune-size-grid { grid-template-columns: 1fr; } .vk-lune-wrap .vk-lune-dl-grid { grid-template-columns: 1fr; } .vk-lune-wrap .vk-lune-spec-item { flex-direction: column; gap: 4px; } .vk-lune-wrap .vk-lune-spec-key { width: auto; } } Inspiration The Lunelia Wall Sconce is a flower-shaped wall light — a cluster of five drooping bell-flower shades on green stems, like a sprig of lily-of-the-valley, rising from a small field-green wall body, in cream, yellow, or pink. It’s rechargeable and wireless, so there’s no wiring to run: charge it over USB, mount it without an electrician, and a built-in motion sensor switches the warm 2W LED on when you walk by and off when you leave. The soft, warm glow makes it a gentle night light and accent for a nursery, kids’ room, bedside, hallway, stairway, or entryway, suited to small spaces of about 5–10 m². It reads cottagecore, whimsical, and floral against white, plaster, and pastel walls — a decorative motion-sensor light, not a bright task light. Good To Know ! Three colors · acrylic + iron · five drooping bell-flower shades on green stems · 5 flower heads · integrated LED 2W warm light (not replaceable) · USB-rechargeable · motion sensor (auto on/off) · no wiring · indoor dry only A lily-of-the-valley flower wall sconce — five drooping bell-flower shades on green stems, rising from a small field-green wall body, with flowers in cream, yellow, or pink. It is rechargeable and wireless: it runs on a built-in rechargeable battery that charges over USB, and it mounts with no wiring and no electrician. A built-in motion sensor turns the light on when it detects movement and off again after you leave. The light source is an integrated 2W LED (warm light) — it’s built in and not a replaceable bulb. The glow is soft and warm — a night light / accent suited to about 5–10 m², not a bright task light. Certified for North America, Australia, Europe & the Middle East. Indoor dry locations only. Key Features Lily-of-the-Valley Flower Design Five drooping bell-flower shades on green stems — a sprig of lily-of-the-valley in cream, yellow, or pink, for a soft, warm glow. Rechargeable + No Wiring Runs on a USB-rechargeable battery — no wiring and no electrician. Mount it anywhere and charge it over USB; fully cordless. Motion Sensor, Warm 2W LED A built-in motion sensor turns the warm LED on when you approach and off when you leave. Integrated 2W LED (not a replaceable bulb). Colors One design in three flower colors — each on the same field-green iron body and stems. Pick the one that fits your room. Cream Soft milk-white flowers — the most neutral, gentle glow. Cream flowers · field-green body Yellow Warm yellow flowers — the brightest, most cheerful option. Yellow flowers · field-green body Pink Soft pink flowers — the sweetest, most playful look. Pink flowers · field-green body ! Rechargeable · motion sensor · integrated LED · night-light / accent · indoor dry only It runs on a built-in rechargeable battery that you charge over USB — no wiring, no electrician, fully cordless. A motion sensor switches the light on when it detects movement and off after you leave. The light source is an integrated 2W LED (warm) — it is built in and not a replaceable bulb; if it ever fails, the fixture is replaced. The glow is soft and warm — a night light and accent suited to about 5–10 m², not a bright task or reading light. Wipe the acrylic and metal with a soft, dry cloth and keep it indoor and dry. Swatch colors are approximate — screens vary. Specifications Fixture Type Wall sconce · rechargeable & wireless (no wiring) · motion sensor · drooping bell-flower shades on a metal body Materials & Finish Acrylic (bell-flower shades) + iron (body & stems) · field-green body Heads 5 flower heads Light Source Integrated LED · 2W · warm light · built-in, not replaceable (no separate bulb) Colors Cream · yellow · pink (field-green body) Power Built-in rechargeable battery · charges over USB · cordless · indoor dry only Sensor Motion sensor · turns the light on when motion is detected and off after you leave Coverage Suited to about 5–10 m² (54–108 sq ft) as accent / night lighting Dimensions W8.3″ × H11.3″ · projects 3.1″ from the wall · body 2.2″W × 3.5″H (W210 × H286 · proj 80 · body 55 × 90 mm) Mount No wiring — mounts to the wall without an electrician (no junction box) · mounting hardware included Certification Certified: North America · Australia · Europe · Middle East Care Wipe acrylic & metal with a soft, dry cloth · keep dry · indoor use Design Style Cottagecore Whimsical Floral Scandinavian Kids / Nursery Best For Nursery, kids’ room, bedside, hallway, stairway, entryway (night light / accent) Use Case The Lunelia reads as a cottagecore, floral wall sconce — a cluster of five drooping bell-flower shades on green stems, like lily-of-the-valley, rising from a small field-green wall body, in cream, yellow, or pink. The flowers diffuse a soft, warm glow from the integrated 2W LED, suited to small spaces of about 5–10 m². Because it’s rechargeable and wireless, you can put it where there’s no outlet or junction box — a nursery, kids’ room, bedside, hallway, stairway, or entryway — with no wiring and no electrician. The built-in motion sensor turns it on as you approach and off when you leave, so it works as a gentle night light on the way to the bathroom or up the stairs. It’s also renter-friendly since nothing is hardwired. The light is soft and warm — a decorative night light and accent, not a bright task light, so add a task lamp where you need to read. Recharge it over USB when the battery runs low. Indoor dry locations only. Email [email protected] for trade pricing or a color. Downloads Technical reference and setup files for the Lunelia Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Setup Guide Mount & charge · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ How big is it, and how far does it stick out from the wall? It measures W8.3″ × H11.3″ (W210 × H286 mm) and projects 3.1″ (80 mm) from the wall; the wall body is 2.2″W × 3.5″H (55 × 90 mm). It’s a compact piece suited to small spaces of about 5–10 m² — a nursery, bedside, hallway, or stairway. How is it powered — does it need wiring? No wiring. It runs on a built-in rechargeable battery that you charge over USB, and it mounts without an electrician (no junction box). It’s fully cordless and renter-friendly; mounting hardware is included. How does the motion sensor work? A built-in motion sensor turns the warm LED on when it detects movement nearby and off after you leave — handy as a hands-free night light in a hallway, on stairs, or by a bed. What colors are available, and can I change the bulb? The flowers come in cream, yellow, or pink (all on a field-green body) — pick the color at checkout. The light source is an integrated 2W LED (warm) that is built in, not a replaceable bulb. The glow is soft and warm — a night light and accent, not a bright task light. Where should I use it, and how do I care for it? Use it indoors in a nursery, kids’ room, bedside, hallway, stairway, or entryway (about 5–10 m²). Wipe the acrylic and metal with a soft, dry cloth and keep it dry. It’s certified for North America, Australia, Europe & the Middle East.
More you might like
Related
Plsintly Gold Wall Sconce, Modern Crystal Wall Sconce Wall D
Related
Plsintly Black Wall Sconce,Modern Crystal Wall Sconce Wall D
Related
Brass Wall Sconces, Bathroom Wall Sconce, 22.8" Gold Wall Sc
Related