Vera Plug-in Wall Sconce
.vk-wrap, .vk-wrap *, .vk-wrap *::before, .vk-wrap *::after { box-sizing: border-box; } .vk-wrap, .vk-wrap * { margin: 0; padding: 0; } .vk-wrap { --accent-deep: #100c08; --accent: #3a2c20; --accent-light: #6a5040; --surface: #f4f2ee; --bg: #e8e4dc; --border: #c8c0b0; --ink: #0c0a08; --muted: #584840; font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent); } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-notice-amber { border-left: 2px solid #b07820; background: #fdf8ef; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-amber h5 { font-size: 13px; font-weight: 500; color: #7a5010; margin-bottom: .3rem; } .vk-notice-amber p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice-green { border-left: 2px solid #4a8a3a; background: #f3f9f0; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-green h5 { font-size: 13px; font-weight: 500; color: #2d6620; margin-bottom: .3rem; } .vk-notice-green p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice-green a { color: #2d6620; } .vk-notice-stone { border-left: 2px solid #8a7050; background: #faf7f2; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-stone h5 { font-size: 13px; font-weight: 500; color: #5a4020; margin-bottom: .3rem; } .vk-notice-stone p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-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-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } .vk-size { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-size-thumb a { display: block; } .vk-size-thumb img { width: 130px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-info { flex: 1; padding-top: .15rem; } .vk-size-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-size-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-size-detail { font-size: 12px; color: var(--muted); line-height: 1.7; } .vk-swatches { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } /* Spec sheet download button — scoped to .vk-wrap so it never leaks to the theme */ .vk-wrap .vk-dl-row { margin-top: 1rem; } .vk-wrap .vk-dl-btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; color: var(--accent); background: #fff; border: 1.5px solid var(--accent); border-radius: 999px; padding: 10px 20px; text-decoration: none; transition: background .2s ease, color .2s ease; } .vk-wrap .vk-dl-btn:link, .vk-wrap .vk-dl-btn:visited { color: var(--accent); text-decoration: none; } .vk-wrap .vk-dl-btn:hover, .vk-wrap .vk-dl-btn:focus, .vk-wrap .vk-dl-btn:active { background: var(--accent); color: #fff; } .vk-wrap .vk-dl-btn svg { display: block; } .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details:last-child { border-bottom: none; } .vk-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); min-height: 44px; } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } .vk-wrap details a { color: var(--accent); text-underline-offset: 3px; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size { flex-direction: column; } .vk-size-thumb img { width: 100%; } } Black travertine and walnut — circular shade, warm inviting light. The Vera Wall Sconce features an elegant fusion of raw industrial elements and sophisticated woodwork. A circular black travertine shade, textured for an antique finish, sits atop a smooth natural walnut wood base — creating a visually striking contrast. The integrated LED casts warm, inviting accent and ambient light, perfect for hallways, living rooms, or bedrooms. This version plugs into a standard outlet, so it installs without an electrician. The head of this fixture is designed to pivot 90 degrees to the left and 90 degrees to the right, giving you a full 180 degrees of side-to-side rotational flexibility. Plug-in cord — no hardwiring This version comes with a ~6 ft cord and a standard US plug, and switches on and off with the on-fixture pull chain. Mount the wooden base, route the cord to a nearby outlet, and plug in — renter-friendly, no junction box or electrician required. About the black travertine — genuine natural stone with a matte black surface finish The circular shade of this sconce is made from genuine travertine stone. To create a deep, even black aesthetic, the stone surface is finished with a matte black coating — rather than left in its natural off-white state. This is an intentional design choice: the weight, density, and natural pore structure of genuine travertine are preserved, while the surface colour is controlled. The entire stone presents a consistent matte black — this is exactly as it was designed to be. Natural travertine — formed by geological processes Travertine is formed in the natural environment through thousands of years of complex physical and chemical processes. Even beneath the black surface, the pore distribution and stone characteristics of each piece remain entirely unique. 🔍 These are all natural phenomena · click to enlarge Default color temperature: Warm White (3000K) All standard orders ship in Warm White (3000K). If you require Neutral White (4000K) or Cool White (6000K), please contact our support team before placing your order.3000K — Warm, cozy ambiance. 4000K — Balanced neutral white. 6000K — Crisp, bright cool white. Integrated LED — long lifespan & ongoing light source service LED light sources are built to last, with an exceptionally long service life under normal use. For added peace of mind, we offer an ongoing light source support service — should your LED ever fail, we will always be able to provide a compatible replacement, ensuring your fixture continues to work for years to come. If you have any questions, please contact our customer support team. Mounting Tip The wooden base mounts directly to the wall and the cord routes to a nearby outlet — no junction box needed. An optional 12 cm ultra-thin metal plate is included if you'd like to cover an existing wall box (for example when replacing a hardwired fixture). Features Circular Stone Shade Black travertine disc with antique texture — bold industrial presence, warm glow. Walnut Wood Base Smooth natural walnut — refined organic contrast to the dark textured stone. Pull Chain Switch On-fixture pull chain for on/off — works straight off the plug-in cord. Size 🔍 Tap to enlarge Single size W 3.9″ × H 9.1″ W 10 cm × H 23 cm · ~5WBack canopy: W1.2″×D1.8″×H9.1″Optional plate: ∅12 cm Materials & Finish Black Travertine Genuine travertine, matte black — circular shade Walnut Wood Natural walnut — base Specifications Materials Black Travertine · Walnut wood · Metal Size W 3.9″ × H 9.1″ / W 10 cm × H 23 cmBack canopy: W1.2″×D1.8″×H9.1″ Power ~5W Light source Integrated LED Color temperature Default: Warm White 3000K4000K / 6000K — contact support before ordering Voltage AC 110–240V Power supply Plug-in cord · US plug (NEMA 1-15) · ~6 ft (1.8 m) Control On-fixture pull chain switch Wiring Plug-in — no hardwiring required Mounting Wall · Optional 12 cm plate to cover an existing junction box Environment Indoor only · Not waterproof Body finish Walnut Wood · Black Travertine Shade finish Black Travertine Certification North America · EU · AU · Saudi Arabia Spec Sheet (PDF) Frequently Asked Questions Does it need hardwiring or an electrician? No. It comes with a ~6 ft cord and a standard US plug, and switches on and off with the on-fixture pull chain. Mount the wooden base, plug into a nearby outlet, and it works — no junction box or electrician needed. Is the travertine naturally black? No — travertine is naturally off-white. The matte black finish is a surface coating applied to the genuine stone. The natural pore structure, weight, and density are fully preserved beneath. What color temperature does it ship in? Default is 3000K Warm White. 4000K and 6000K are available — contact our support team before ordering. Do I need the metal plate for installation? No — the plate is optional. The wooden base mounts directly to the wall and the cord runs to a nearby outlet. The included 12 cm ultra-thin plate is useful only if you want to cover an existing junction box, for example when replacing a hardwired fixture. Is this certified for North America? Yes. Compatible with North America, Saudi Arabia, Europe, and Australia. AC 110–240V.