Alabaster Vertical Plug-in Wall Sconce
.vk-wrap *, .vk-wrap *::before, .vk-wrap *::after { box-sizing: border-box; } /* ===== PALETTE: Natural alabaster cream + warm gold/black metal frame ===== */ :root { --accent-deep : #6A4828; --accent: #A07040; --accent-light:#C49038; --surface: #FAF5E8; --bg: #F5EDD8; --border: #E8D8B8; --ink: #3A2A14; --muted: #8A6838; } .vk-wrap { 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-deep); } .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-subhead { display: flex; align-items: baseline; gap: .75rem; margin-bottom: .9rem; flex-wrap: wrap; } .vk-subhead-title { font-family: 'DM Serif Display', serif; font-size: 17px; color: var(--ink); } .vk-subhead-note { font-size: 11.5px; color: var(--muted); letter-spacing: .04em; } /* Plug-in green notice */ .vk-notice-green-lg { background: #edf7e8; border: 1px solid #8ab878; border-radius: 8px; padding: 1rem 1.1rem; margin-bottom: 1rem; } .vk-notice-green-lg h4 { font-size: 14px; font-weight: 500; color: #2e5a24; margin-bottom: .45rem; display: flex; align-items: center; gap: .5rem; } .vk-notice-green-lg p { font-size: 13px; color: #2a4a20; line-height: 1.7; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(--accent); background: var(--surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Features */ .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; } /* Config cards */ .vk-config { border: 1px solid var(--border); border-radius: 6px; padding: 1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); } .vk-config-thumb { flex-shrink: 0; } .vk-config-thumb a { display: block; } .vk-config-thumb img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-config-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-config-info { flex: 1; padding-top: .15rem; } .vk-config-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 10px; border-radius: 10px; font-weight: 500; letter-spacing: .06em; margin-bottom: .45rem; } .vk-config-name { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-config-detail { font-size: 12.5px; color: var(--muted); line-height: 1.75; } .vk-config-specs { display: flex; gap: 14px; margin-top: .5rem; font-size: 11.5px; color: var(--accent-deep); padding-top: .5rem; border-top: 1px dashed var(--border); flex-wrap: wrap; } .vk-config-specs strong { color: var(--ink); font-weight: 500; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-swatch-item { display: flex; align-items: center; gap: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 4px 12px; font-size: 12px; color: var(--muted); } .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; } /* Warm light block */ .vk-warm-block { display: flex; align-items: center; gap: 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: .85rem; } .vk-warm-swatch { width: 52px; height: 52px; border-radius: 5px; flex-shrink: 0; background: linear-gradient(135deg, #ffd488 0%, #f5a868 60%, #d08040 100%); } .vk-warm-text h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-warm-text p { font-size: 12.5px; color: var(--muted); line-height: 1.55; margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--bg); } .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; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* FAQ */ .vk-faq-item { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-faq-item 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-faq-item summary::-webkit-details-marker { display: none; } .vk-faq-answer { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } } Stone that glows — plug in and light up. The Alabaster Orb Vertical Wall Sconce pairs a sleek vertical metal frame with genuine alabaster discs — each one translucent enough to reveal its own veining when lit from within. This plug-in version brings the same sculptural presence without any wiring work. The 59″ cord with inline switch means you can position it anywhere, instantly. Plug-in — no electrician required Comes with a 59″ (approx. 150 cm) cord and standard wall plug. Control power with the inline On/Off switch on the cord. Simply plug into any standard wall outlet — no hardwiring needed. Features Genuine Alabaster Natural stone diffuses warm integrated LED light through its unique veining for an organic glow. Vertical Statement Tall proportions draw the eye upward and enhance perceived ceiling height in any room. Plug-In Convenience 59″ cord with inline switch — place it anywhere, no electrician or wiring needed. Natural alabaster — each piece is unique Alabaster is a natural stone. Every disc has its own veining pattern, color tone, and degree of translucency — your piece will differ from the product photos. These variations are inherent to genuine alabaster and part of its organic character, not defects. The warm glow through the stone remains consistent regardless of the specific veining. Models & Sizes Model A ∅20 cm discs · Gold or Black frame 🔍 Enlarge MODEL A ∅20 cm × H 126 cm ∅7.9″ × H 49.6″Available in Gold or Black Disc ∅20 cm AC 110–240V 59″ plug-in cord Model B ∅15–20 cm discs · Black frame only 🔍 Enlarge MODEL B Three height options ∅5.9″ × H 47.2″ / ∅15 cm × H 120 cm∅5.9″ × H 59.1″ / ∅15 cm × H 150 cm∅7.9″ × H 70.9″ / ∅20 cm × H 180 cm Disc ∅15–20 cm Black only 59″ plug-in cord Body Finish Gold is an electroplated metallic finish; Black is a painted finish. Model B is available in Black only. Gold — electroplated (Model A) Black — painted (Model A & B) Color Temperature Warm Light — standard The standard option ships in warm light. Warm light enhances the natural translucency and cream tones of the alabaster, creating a soft, inviting ambient glow ideal for living rooms, hallways, and bedrooms. Other color temperatures available by custom order If you need a different color temperature (e.g. 4000K neutral or 6000K cool), we can customize this for you. Please contact us before placing your order and we will reply within 24 hours. Specifications Materials Metal, Natural Alabaster Light source Integrated LED (non-replaceable) Color temperature Warm Light (standard) · Other temperatures available on request Voltage AC 110–240V Control Inline On/Off switch on the cord Power source Plug-in · 59″ (approx. 150 cm) cord with wall plug Wiring No hardwiring required Mounting Wall Environment Indoor Body finish Gold (electroplated) · Black (painted) Shade finish White natural alabaster Certification North America · Saudi Arabia · Europe · Australia Downloads Installation Guide Frequently Asked Questions Does this lamp require an electrician? No. This is a plug-in version — it comes with a 59″ cord and inline On/Off switch. Simply plug into any standard wall outlet. No hardwiring or electrician needed. Will my alabaster look exactly like the product photos? No two pieces of natural alabaster are identical. The veining pattern, color tone, and translucency will differ between discs and between units. These are inherent qualities of genuine stone — not defects. The warm glow through the alabaster remains consistent regardless of the specific veining pattern. What color temperature does it come in? The standard option is warm light. If you need a different color temperature such as 4000K neutral or 6000K cool, we can customize this — please contact us before placing your order. What is the difference between Model A and Model B? Model A features ∅20 cm alabaster discs at a single height (H 126 cm) and is available in Gold or Black. Model B comes in three heights (H 120, 150, 180 cm) with disc sizes of ∅15 or ∅20 cm, in Black only. Can this sconce be used in a bathroom? It is suitable for flanking a bathroom mirror in a dry zone. It should not be placed in a wet zone (inside shower enclosures or directly above a bathtub). As a plug-in fixture, ensure the outlet location meets your local electrical code requirements.