Alabaster Vertical Wall Sconce
.vk-wrap *, .vk-wrap *::before, .vk-wrap *::after { box-sizing: border-box; } /* ===== PALETTE: Natural alabaster cream + warm gold/black metal frame ===== Derived from: ivory-crea m alabaster stone (warm translucent glow), warm gold electroplated frame, dark leather-tone shadow tones. ======================================================================== */ :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; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--surface); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--accent); text-align: center; margin-bottom: .75rem; letter-spacing: .05em; font-style: italic; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.25); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(--accent-deep); } /* 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; } /* 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; } /* 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 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; } /* Color temperature */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 40px; border-radius: 4px; margin-bottom: .5rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg, #ffd488 0%, #f5a868 50%, #d08040 100%); } .vk-kelvin-preview.neutral { background: linear-gradient(90deg, #fff8e0 0%, #f4eac8 50%, #d0c098 100%); } .vk-kelvin-preview.cool { background: linear-gradient(90deg, #e8f0fa 0%, #c8d8e8 50%, #8098b0 100%); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--ink); } .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; } .vk-kelvin-use { font-size: 10.5px; color: var(--accent); margin-top: 4px; } /* Dimmer box */ .vk-dimmer-link { display: flex; align-items: center; gap: 1rem; background: var(--surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; text-decoration: none; } .vk-dimmer-link img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; border: 1px solid var(--border); } .vk-dimmer-link-text h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-dimmer-link-text p { font-size: 12.5px; color: var(--muted); line-height: 1.5; 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; margin-bottom: .75rem; } .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%; } .vk-kelvin { grid-template-columns: 1fr; } } Stone that glows — light shaped by nature itself. The Alabaster 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. The result is ambient light that feels organic rather than artificial, drawing the eye upward while casting a warm, even glow across the wall. See It In Action Natural alabaster — each disc is uniquely veined Features Genuine Alabaster Natural stone diffuses LED light through its unique veining for a warm, organic glow. Vertical Statement Tall proportions draw the eye upward and amplify ceiling height in any space. Dimmable Version Available Optional dimmable model with external TRIAC driver for smooth, flicker-free control. 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 · ~10W · Gold or Black frame 🔍 Enlarge MODEL A Three height options ∅7.9″ × H 39.4″ / ∅20 cm × H 100 cm∅7.9″ × H 47.2″ / ∅20 cm × H 120 cm∅7.9″ × H 63″ / ∅20 cm × H 160 cm ~10W Disc ∅20 cm AC 110–240V Model B ∅15–20 cm discs · ~8W · Black frame 🔍 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 ~8W Disc ∅15–20 cm AC 110–240V Body Finish Model B is available in Black only. Gold (Model A) Black (Model A & B) Color Temperature Two standard options available at checkout. Other color temperatures can be customized — contact us before ordering. Warm Light Standard · non-dimmable Controlled via wall switch Triac Dimmable Warm Light Dimmable · TRIAC driver included Requires TRIAC dimmer switch 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 get back to you within 24 hours. Dimming Dimmable version — TRIAC dimmer switch required The dimmable version ships with an external driver. It requires a TRIAC (Thyristor) dimmer switch for smooth, flicker-free operation — standard rotary dimmers are not compatible. The non-dimmable version works with any common wall switch. Find a compatible TRIAC dimmer on Amazon → Search for Thyristor / TRIAC dimmer switches. Ensure the dimmer is rated for your fixture's wattage. Specifications Materials Metal, Natural Alabaster Light source Integrated LED (non-replaceable) Power Model A ~10W · Model B ~8W Color temperature Warm Light (standard) · Triac Dimmable Warm Light · Other temperatures available by custom order Voltage AC 110–240V Wiring Hardwired Control Common wall switch (not included) Dimmable Optional — requires TRIAC dimmer + external driver Mounting Wall Environment Indoor Body finish Gold · Black Shade finish White natural alabaster Certification North America · Saudi Arabia · Europe · Australia Downloads Spec Sheet Installation Guide Model A 3D Files Model B 3D Files Wall installation guide — watch the step-by-step video → Frequently Asked Questions 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 pattern. Is the dimmable version compatible with any wall dimmer? No. The dimmable version requires a TRIAC (Thyristor) dimmer switch and includes an external driver. Standard rotary dimmers are not compatible and may cause flickering or damage the driver. The non-dimmable version works with any common wall switch. What is the difference between Model A and Model B? Model A features ∅20 cm discs across three heights (100, 120, 160 cm) and outputs ~10W. It is available in Gold or Black. Model B is available in three heights (120, 150, 180 cm) with disc sizes of ∅15 cm or ∅20 cm, outputs ~8W, and comes in Black only. What color temperatures are available? Two options are available at checkout: Warm Light (standard, non-dimmable, controlled via wall switch) and Triac Dimmable Warm Light (includes external TRIAC driver, requires a TRIAC dimmer switch). If you need a different color temperature such as 4000K neutral or 6000K cool, we can customize this — please contact us before ordering. Can this sconce be installed in a bathroom? It is suitable for flanking a bathroom mirror in a dry zone. It is not rated for wet zones (inside shower enclosures or directly above bathtubs). Consult your local electrical code for bathroom installation zone requirements. Does it use replaceable bulbs? No. The light source is an integrated LED module — there is no user-replaceable bulb or socket. No separate bulb purchase is needed. Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What sizes are available?+Model A: ∅7.9″ × H 39.4″, 47.2″, or 63″ in Gold or Black. Model B: ∅5.9″ × H 47.2″, ∅5.9″ × H 59.1″, or ∅7.9″ × H 70.9″ in Black only. Each alabaster disc is 15–20 cm diameter. Will each sconce look the same as the photos?+No. Every natural alabaster piece has unique veining patterns, color tones, and translucency. These variations are inherent to the stone—not defects—and add organic character. Warm glow remains consistent. Can I get a dimmable version?+Yes. The Triac Dimmable Warm Light option includes an external TRIAC driver and requires a TRIAC dimmer switch (standard rotary dimmers won't work). Non-dimmable version operates with any common wall switch. What's the power consumption and color temperature?+Model A draws ~10W; Model B ~8W. Standard warm light available at checkout. Other color temperatures (e.g., 4000K neutral, 6000K cool) can be customized—contact Vakkerlight before ordering. How is it installed?+The sconce is hardwired to your wall. Installation guides and step-by-step video are available. Vakkerlight can customize placement or create bespoke heights—reach out to our atelier for special requests.
More you might like
Related
Alabaster Vertical Wall Sconce
Related
Alabaster Vertical Wall Sconce
Related
Vertical Alabaster Wall Sconce
Related