
Minimalist Linear Wall Lamp
23 coupons
Minimalist Linear Wall Lamp (Hardwired) — Product Description * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } /* Section label */ .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .65rem; } /* Videos — full width stacked */ .vk-video-stack { display: flex; flex-direction: column; gap: 12px; margin-bottom: .5rem; } .vk-video-wrap { width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #f0ebe4; display: block; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 12px; color: #aaa; text-align: center; margin-top: .35rem; margin-bottom: .25rem; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Depth option cards */ .vk-depth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-depth { border: 1px solid #ddd; border-radius: 8px; padding: .85rem .75rem; position: relative; } .vk-depth.feat { border: 1.5px solid #C4906A; } .vk-depth-badge { position: absolute; top: -9px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: #C4906A; color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 10px; font-weight: 500; } .vk-depth-num { font-family: 'DM Serif Display', serif; font-size: 1.15rem; color: #1a1a1a; margin-bottom: .3rem; } .vk-depth-sub { font-size: 12px; color: #888; line-height: 1.6; } /* Size matrix table */ .vk-matrix { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 13px; } .vk-matrix th { background: #f7f5f2; padding: 9px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #9B7B5A; border-bottom: 1px solid #ece8e2; } .vk-matrix td { padding: 9px 10px; border-bottom: 1px solid #ece8e2; color: #444; vertical-align: top; line-height: 1.55; } .vk-matrix tr:last-child td { border-bottom: none; } .vk-matrix td:first-child { font-weight: 500; color: #1a1a1a; white-space: nowrap; } /* Product images */ .vk-img-full { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; margin-bottom: .5rem; } .vk-img-caption { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; text-align: center; margin-bottom: 1.25rem; } /* Notice */ .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice.green { border-left-color: #4a8a3a; background: #f3f9f0; } .vk-notice.green h5 { color: #2d6620; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .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: #888; width: 42%; padding-right: 1rem; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; } .vk-swatch { width: 22px; height: 22px; border-radius: 50%; border: 1px solid #ddd; flex-shrink: 0; } .vk-swatch-label { font-size: 12px; color: #888; display: flex; align-items: center; gap: 5px; } /* Install list */ .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } /* Series link */ .vk-series-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #7C4E2A; text-decoration: underline; text-underline-offset: 3px; margin-bottom: 1.5rem; } /* 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: #555; border: 1px solid #ddd; padding: 7px 14px; border-radius: 7px; text-decoration: none; background: #fff; } .vk-dl-btn:hover { background: #f5f5f5; } @media (max-width: 520px) { .vk-depth-grid { grid-template-columns: 1fr 1fr; } .vk-features { grid-template-columns: 1fr 1fr; } } A sophisticated and practical vanity light designed to elevate your bathroom or living space. Crafted from premium metal with integrated LED, this sleek linear fixture delivers even, flattering illumination — ideal for vanity mirrors, hallways, and contemporary interiors. Best suited for artwork or mirrors with standard-thickness frames. Very deep or thick frames may limit illumination reach. See It In Action Product overview Installation guide A subtle touch of elegance US standard mounting plate installation Features Integrated LED Energy-efficient built-in LED. Default warm white 3000K — other color temps available by request. Three Depth Options Choose 3.1", 3.9", or 5.9" depth directly from the SKU — no custom request needed. Premium Metal Build Aluminium and metal construction with a clean acrylic diffuser — built to last. Depth Options — Select from SKU All three depths are available as standard SKU options at checkout — no special request required. Standard 3.1" 8 cm depthIdeal for most modern & minimalist settings 3.9" 10 cm depthFor slightly deeper frames, mirrors, or artwork 5.9" 15 cm depthTraditional bathrooms or stronger illumination needs Depth comparison — 8 cm / 10 cm / 15 cm Sizes & Output — 8 cm (3.1") Depth Length Dimensions Power · Lumens 27" L27" × H2" × D3.2"68 × 5 × 8 cm ~12W · 1,320 lm 38.5" L38.5" × H2" × D3.2"98 × 5 × 8 cm ~18W · 1,980 lm 50" L50" × H2" × D3.2"128 × 5 × 8 cm ~24W · 2,640 lm Mounting plate (all sizes): L4.7" × W2" × H1.3" (12 × 5 × 3.3 cm) Size reference — 8 cm (3.1") depth Sizes & Output — 10 cm (3.9") Depth Length Dimensions Power · Lumens 27" L27" × H2" × D3.9"68 × 5 × 10 cm ~12W · 1,320 lm 38.5" L38.5" × H2" × D3.9"98 × 5 × 10 cm ~18W · 1,980 lm 50" L50" × H2" × D3.9"128 × 5 × 10 cm ~24W · 2,640 lm Size reference — 10 cm (3.9") depth Sizes & Output — 15 cm (5.9") Depth Length Dimensions Power · Lumens 27" L27" × H2" × D5.9"68 × 5 × 15 cm ~12W · 1,320 lm 38.5" L38.5" × H2" × D5.9"98 × 5 × 15 cm ~18W · 1,980 lm 50" L50" × H2" × D5.9"128 × 5 × 15 cm ~24W · 2,640 lm Size reference — 15 cm (5.9") depth Lighting & Dimming Two versions are available at checkout — select the one that fits your setup: Warm White (3000K) — Standard Version Fixed warm white light at 3000K. Works with any standard on/off wall switch (not included). The simplest, most reliable option for everyday use. Triac Dimmable Version Supports smooth brightness adjustment. Requires a Triac (Thyristor) dimmer switch — standard rotary dimmers are not compatible and may cause flickering. Select this version directly from the SKU options at checkout. Looking for the rechargeable cordless version? A battery-powered, wire-free version of this lamp is also available. You can find it via the related products section on this page — no electrician or wiring required. Specifications Materials Metal · Aluminium · Acrylic Light source Integrated LED Color temperature Warm White 3000K (standard)4000K / 6000K available by request Power · Lumens 27" (68 cm) — ~12W · 1,320 lm 38.5" (98 cm) — ~18W · 1,980 lm 50" (128 cm) — ~24W · 2,640 lm Voltage AC 110–240V Control Warm White version — standard on/off wall switch (not included) Triac Dimmable version — requires Triac dimmer switch (not included) Depth options 3.1" (8 cm) · 3.9" (10 cm) · 5.9" (15 cm) Selectable at checkout — no custom request needed Wiring Hardwired · Requires external wall switch for power control Mounting Wall Moisture resistance Damp-rated · Suitable for bathrooms with indirect moisture · Not splash-proof or waterproof Certification North America · EU · AU · Saudi Arabia Body finishes Black Gold Shade finish White Installation Notes Hardwired installation — we recommend hiring a licensed electrician if you are not comfortable with wall wiring. Must be connected to an external wall switch for power control. Suitable for bathrooms where steam and humidity are present. Do not install in direct contact with water (e.g., inside a shower enclosure). Best suited for mirrors or artwork with standard-thickness frames. Very deep or thick frames may limit illumination reach. Watch the US standard mounting plate installation video above before beginning installation. Downloads Spec Sheet Installation Guide 3D Files Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What size should I choose for my bathroom mirror?+Measure your mirror width. For standard mirrors, 27″ suits 24″–30″ widths; 38.5″ fits 36″–42″; 50″ works for 48″+ mirrors. Our team can help with custom sizing—contact us for guidance on unusual dimensions. Which depth option should I pick?+3.2″ depth suits modern, minimal settings. 3.9″ accommodates slightly thicker frames or artwork. 5.9″ provides stronger illumination and works best with traditional bathrooms or deeper architectural features. All three are standard SKU options. Do I need a special dimmer switch?+The standard warm white version works with any basic on/off switch. The Triac Dimmable version requires a Triac (Thyristor) dimmer—standard rotary dimmers may cause flickering. Select your preferred version at checkout. What finish colors are available?+Gold, Black+Gold, or Brushed Nickel+Gold. Each pairs with warm 3000K LED. All finishes deliver 1,320–2,640 lumens depending on the 27″, 38.5″, or 50″ length you select. Is professional installation required?+This is a hardwired fixture requiring an electrician for safe installation into your wall and existing circuits. The mounting plate measures L4.7″ × W2″ × H1.3″. A cordless rechargeable version is also available if you prefer wire-free setup.
Save on Minimalist Linear Wall Lamp with a Vakkerlight coupon
Checkmate is a savings app with over one million users that have saved $$$ on brands like Vakkerlight.
The Checkmate extension automatically applies Vakkerlight discount codes, Vakkerlight coupons and more to give you discounts on products like Minimalist Linear Wall Lamp.
Top Vakkerlight discount codes
12 people have used this code
Last used 3 months ago
2 people have used this Vakkerlight discount code
Last used 24 days ago
5 people have used this code
Last used 3 months ago
See all codes
Similar items





















































