Eclipta Plug-in Wall Sconce
.vk-eclipta-wrap *, .vk-eclipta-wrap *::before, .vk-eclipta-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --accent-deep: #2a1408; --accent: #7a4020; --ac cent-light: #b07848; --surface: #f8f4f0; --bg: #ede4d8; --border: #d0c0a8; --ink: #1c1008; --muted: #705040; } .vk-eclipta-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-eclipta-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-eclipta-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-eclipta-headline em { font-style: italic; color: var(--accent-deep); } .vk-eclipta-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-eclipta-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-eclipta-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-eclipta-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-eclipta-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-eclipta-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-eclipta-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } .vk-eclipta-config { padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-eclipta-config-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-eclipta-config-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-eclipta-config-dims { font-size: 12px; color: var(--muted); line-height: 1.6; } .vk-eclipta-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; margin-top: .6rem; border-top: 1px dashed var(--border); } .vk-eclipta-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } .vk-eclipta-placeholder-box { width: 100%; min-height: 220px; border: 1px dashed var(--accent-light); border-radius: 6px; background: var(--surface); display: flex; align-items: center; justify-content: center; text-align: center; padding: 1.25rem; color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 1rem; } .vk-eclipta-swatches { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-eclipta-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-eclipta-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-eclipta-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } .vk-eclipta-bulb { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: 1rem; } .vk-eclipta-bulb h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-eclipta-bulb p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } /* Downloads */ .vk-eclipta-dl { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-eclipta-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink); border: 1px solid var(--border); padding: 9px 14px; border-radius: 6px; text-decoration: none; background: var(--surface); min-height: 44px; } .vk-eclipta-dl-btn:hover { background: var(--bg); } .vk-eclipta-spec-table { width: 100%; border-collapse: collapse; } .vk-eclipta-spec-table tr { border-bottom: 1px solid var(--border); } .vk-eclipta-spec-table tr:last-child { border-bottom: none; } .vk-eclipta-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-eclipta-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } .vk-eclipta-install { list-style: none; padding: 0; margin: 0; } .vk-eclipta-install li { font-size: 14px; color: var(--muted); padding: 8px 0 8px 20px; border-bottom: 1px solid var(--border); line-height: 1.65; position: relative; } .vk-eclipta-install li:last-child { border-bottom: none; } .vk-eclipta-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-light); } .vk-eclipta-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-eclipta-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-eclipta-wrap details summary::-webkit-details-marker { display: none; } .vk-eclipta-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-eclipta-features { grid-template-columns: 1fr 1fr; } } A sculptural glow — now in a plug-in version. The Eclipta Plug-In Wall Sconce reimagines the classic bulb with a gallery-worthy silhouette. A smooth trumpet-shaped metal base curves elegantly to hold a mirrored glass bulb, creating a soft halo effect against the wall. Designed as a plug-in version, it brings sculptural lighting to bedrooms, reading corners, modern cafes, creative studios, and rental spaces without requiring hardwired installation. Features Mirrored Bulb Effect The reflective bulb creates a soft halo glow and adds a sculptural focal point to the wall. Plug-In Version No hardwiring required. Mount the sconce to the wall and plug it into a standard outlet. Compact Shape The small round profile works well in tight spaces, bedside corners, cafes, and accent walls. Size Compact wall sconce size: Dia 5.9″ × H 5.9″ / Dia 15 × H 15 cm. Compact Dia 5.9″ × H 5.9″ / Dia 15 × H 15 cm Plug-in wall sconce version with inline cord switch. Bedroom Reading corner Cafe Creative studio Finishes Black Minimal and graphic White Clean and soft Gold Warm metallic accent Yellow Bright and playful Red Bold accent color Nickel Polished modern look Bulb & Light Source E26 / E27 base — bulb not included Compatible with LED bulbs or Edison bulbs using an E26 or E27 base. A mirrored bulb or warm-white LED bulb is recommended to create the signature halo effect and a comfortable ambient glow. Specifications Material Metal, Glass Size Dia 15 × H 15 cm / ∅ 5.9″ × H 5.9″ Light Source LED bulb or Edison bulb Bulb Base E26 or E27 Voltage AC 110–240V Wiring Plug-in cord Control Inline on/off switch on plug-in cord Mounting Wall mounted, plug into standard outlet Plug Type Plug type will be matched according to shipping country or region Environment Indoor only Moisture Resistance IP20 damp-rated; not waterproof, for indoor use only Body Finishes Black, White, Gold, Yellow, Red, Nickel Shade Finish White Certification Compatible with North America, Saudi Arabia, Europe, and Australia Installation & Care This is a plug-in wall sconce version. No hardwired electrical connection is required. Mount the fixture securely to the wall, then plug the cord into a nearby standard outlet. The inline switch on the cord allows convenient on/off control. Use a compatible E26 or E27 LED bulb or Edison bulb. A mirrored bulb is recommended for the signature reflective effect. Best suited for bedrooms, bedside walls, reading corners, modern cafes, creative studios, rental spaces, and accent walls. For indoor use only. Do not install in wet locations or areas directly exposed to water. Clean the metal body and glass bulb gently with a soft dry cloth. Avoid abrasive cleaners and strong solvents. Downloads & Resources Spec Sheet Frequently Asked Questions Is this the plug-in version? Yes. This version comes with a plug-in cord and is designed to plug into a standard wall outlet, so hardwiring is not required. What size is this wall sconce? The fixture measures Dia 15 × H 15 cm, or approximately ∅ 5.9″ × H 5.9″. What bulb does it use? It is compatible with LED bulbs or Edison bulbs using an E26 or E27 base. Bulb is not included. Does it have a switch? Yes. The plug-in cord includes an inline on/off switch for convenient control. Where does this plug-in wall sconce work best? It works well in bedrooms, beside beds, in reading corners, modern cafes, creative studios, rental apartments, and accent wall areas. Is it suitable for wet locations? No. It is IP20 damp-rated for indoor use only and should not be installed in areas directly exposed to water. Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. Do I need an electrician to install this sconce?+No. This plug-in version mounts to the wall and plugs into a standard outlet—no hardwiring required. An inline switch on the cord controls on/off. What size is the Eclipta sconce?+The fixture measures ∅ 5.9″ × H 5.9″, making it compact and ideal for tight spaces, bedside tables, and accent walls. What bulb should I use?+Use an E26 or E27 base LED or Edison bulb (not included). A mirrored bulb creates the signature halo effect; warm-white LED is recommended for ambient glow. Which finish should I choose?+Select Nickel for polished modern, Black for graphic minimalism, White for clean softness, Gold or Yellow for warm accents, or Red for bold statement impact. Can I customize the Eclipta for my space?+The Eclipta is hand-built in our atelier. Contact us about custom finishes or modifications to suit your specific design needs.
More you might like
Related
Plug in Wall Sconces, 2 Pack Wall Lamp, Rustic Plug in Wall
Related
Plug in Wall Dimmable Wall Sconces Adjustable Wall Lights w
Related
TRLIFE Dimmable Wall Sconce Plug in, Swing Arm Wall Lights P
Related