✦ Verified product
Simplicity Glow Wall Light
USD 135.00
Size
Kelvin range
Vakkerlight
Verified independent store
→
Simplicity Glow Wall Light — Ginger Collection by Vakkerlight * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Ginge
r collection — warm amber/terracotta + chrome/copper reflective ===== Derived from: vibrant orange/terracotta body colour (the signature Ginger tone), warm antique copper shade, reflective chrome option, clean iron structure. ==================================================================================== */ :root { --accent-deep: #8A4418; --accent: #C86828; --accent-light:#E09060; --surface: #FBF6EF; --bg: #F5EBE0; --border: #E0CEB8; --ink: #2A1808; --muted: #9A6840; } .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; } /* 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; } /* 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.6; } .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; } /* 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; } } Clean circle, warm glow — the Ginger statement. Part of the Ginger collection, the Simplicity Glow Wall Light keeps its form rigorously simple — a circular disc that delivers reflective direct light without glare. Three bold body colours and two metallic shade finishes let it read as an accent piece in its own right, not just a light source. See It In Action Simplicity Glow Wall Light — minimalist elegance with a warm embrace See the Ginger collection overview — styling and atmosphere guide → Features Glare-Free Direct Light Reflective internal geometry delivers warm, focused light with no harsh glare. 6 Colour Combinations Three body colours × two shade finishes — adapt the look to your interior. Integrated LED No bulb to source or replace. Choose your colour temperature at checkout. Sizes 🔍 Enlarge 30 CM ∅30 cm ∅11.8″ × H 11.8″ / ∅30 cm × H 30 cm ~8W Depth 13 cm 🔍 Enlarge 40 CM ∅40 cm ∅15.7″ × H 15.7″ / ∅40 cm × H 40 cm ~8W Depth 13 cm 🔍 Enlarge 50 CM ∅50 cm ∅19.7″ × H 19.7″ / ∅50 cm × H 50 cm ~8W Depth 13 cm 🔍 Enlarge 60 CM ∅60 cm ∅23.6″ × H 23.6″ / ∅60 cm × H 60 cm ~10W Depth 14 cm Body Colour Orange White Blue Shade Finish Antique Copper Chrome Color Temperature Selected at checkout — cannot be changed after purchase. 3000K Warm Light Living rooms, bedrooms 4000K Neutral Light Hallways, offices 6000K Cool Light Task & accent lighting Specifications Materials Iron, Metal Light source Integrated LED (non-replaceable) Power ~8W (∅30–50 cm) · ~10W (∅60 cm) Color temperature 3000K · 4000K · 6000K (select at checkout) Voltage AC 110–240V Wiring Hardwired Control Common wall switch (not included) Mounting Wall Depth from wall 13 cm (∅30–50 cm) · 14 cm (∅60 cm) Environment Indoor Body finish Orange · White · Blue Shade finish Antique Copper · Chrome Certification North America · Saudi Arabia · Europe · Australia Downloads Spec Sheet Installation Guide 3D Files (3ds) 3D Files (igs) Wall installation guide — watch the step-by-step video → Frequently Asked Questions What color temperatures are available? 3000K (Warm), 4000K (Neutral), and 6000K (Cool). Select at checkout — this cannot be changed after purchase. What colour and shade combinations are available? Three body colours — Orange, White, Blue — each available with an Antique Copper or Chrome shade, giving six combination options in total. How far does the fixture stick out from the wall? The ∅30, ∅40, and ∅50 cm sizes protrude 13 cm. The ∅60 cm size protrudes 14 cm. Does it use a replaceable bulb? No. The light source is an integrated LED module — no bulb to buy or replace. Does installation require an electrician? Yes. The Simplicity Glow Wall Light is hardwired — it connects to your wall wiring via a standard wall switch. Professional installation by a licensed electrician is recommended.