Travertine Duo Wall Light
* { 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; marg in: 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; } /* Instagram embed */ .vk-ig-wrap { border-radius: 10px; overflow: hidden; border: 1px solid #ece8e2; background: #f7f5f2; margin-bottom: .5rem; display: flex; justify-content: center; } .vk-ig-wrap blockquote { margin: 0 !important; min-width: 0 !important; width: 100% !important; } /* Warning */ .vk-warning { display: flex; gap: 10px; align-items: flex-start; background: #fff8f3; border: 1px solid #f0cdb0; border-radius: 8px; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-warning-icon { flex-shrink: 0; margin-top: 1px; } .vk-warning h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .25rem; } .vk-warning p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-warning a { color: #7C4E2A; text-decoration: underline; } /* 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; } /* Finish combo cards */ .vk-finish-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1rem; } .vk-finish { border: 1px solid #ddd; border-radius: 8px; padding: .9rem 1rem; } .vk-finish-name { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; } .vk-finish-detail { font-size: 12px; color: #888; line-height: 1.6; } .vk-finish-dot-row { display: flex; gap: 6px; align-items: center; margin-bottom: .35rem; } .vk-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; border: 1px solid #ddd; } /* Size cards */ .vk-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-size { border: 1px solid #ddd; border-radius: 8px; padding: .85rem .75rem; text-align: center; position: relative; } .vk-size.feat { border: 1.5px solid #C4906A; } .vk-size-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-size-num { font-family: 'DM Serif Display', serif; font-size: 1.15rem; color: #1a1a1a; margin-bottom: .25rem; } .vk-size-sub { font-size: 12px; color: #888; line-height: 1.65; } /* 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; } .vk-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-img-grid img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; } /* 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; } .vk-notice.stone { border-left-color: #b8a080; background: #faf7f3; } .vk-notice.stone h5 { color: #7a6040; } /* Dimmer block */ .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: #f7f5f2; border-radius: 8px; padding: .9rem 1rem; border: 1px solid #e8e0d5; margin-top: .75rem; } .vk-dimmer-img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; flex-shrink: 0; border: 1px solid #ddd; } .vk-dimmer-text h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-dimmer-text p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } .vk-dimmer-text a { color: #7C4E2A; text-decoration: underline; } /* 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; } /* 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-finish-grid, .vk-img-grid { grid-template-columns: 1fr; } .vk-sizes { grid-template-columns: 1fr 1fr; } .vk-features { grid-template-columns: 1fr 1fr; } .vk-dimmer { flex-direction: column; align-items: flex-start; } } US Warehouse — In Stock · Fast Shipping Ships within 48 hrs · Arrives within 1 week (3–7 business days) In-stock SKUs — ship from our U.S. warehouse VKW8-241006-24 — 4-Light · Wood · ∅ 27.6″ VKW8-241006-23 — 4-Light · Walnut · ∅ 27.6″ VKW8-241006-22 — 3-Light · Wood · ∅ 20.1″ VKW8-241006-21 — 3-Light · Walnut · ∅ 20.1″ VKW8-241006-20 — 2-Light · Wood · ∅ 12.6″ VKW8-241006-19 — 2-Light · Walnut · ∅ 12.6″ The Travertine Duo Wall Light by Vakkerlight beautifully blends natural materials with modern design. Crafted from yellow travertine stone and fine wood, this unique fixture delivers a warm, soft glow that creates a soothing ambiance in any space — perfect for bedrooms, hallways, or living areas. US Installation Note — JBOX Accessory Required Due to its narrow design, this wall lamp does not fully cover a standard US electrical junction box (JBOX). An additional mounting accessory is required for proper installation. Watch the JBOX accessory installation video → See It In Action Natural stone warmth & refined ambient lighting Product overview Styled interior showcase As Seen On Instagram View this post on Instagram → Features Natural Travertine Stone Each shade is cut from genuine yellow travertine — a one-of-a-kind geological formation unique to every piece. Multi-Light Configurations Available in 2, 3, or 4-light layouts — scale the fixture to your wall and room size. Warm Ambient Glow Integrated LED emits a warm, diffused light through natural stone — no harsh shadows or hot spots. Finish Combinations Wood Color Natural wood framepaired with Brass metal arms & screw covers Walnut Color Dark walnut framepaired with Black metal arms & screw covers Finish combinations: Wood + Brass (left) · Walnut + Black (right) Custom hardware finish — contact us Need Brushed Nickel or another color for the arms and screw covers? Contact us at [email protected] before purchasing for a customization consultation. Please verify your existing hardware finish before selecting a standard option. About Yellow Travertine Travertine is formed through complex natural geological processes over thousands of years — a true masterpiece of nature. Each stone shade carries its own unique texture, veining, and color variation. This is not a defect but a hallmark of genuine natural stone. Natural stone — every piece is unique Available Configurations All configurations share the same depth from wall: 6.3" (16 cm) 2-Light ∅12.6" H2.4" · ~18W1,980 lm2.9 lbs (1.3 kg) ∅20.1" H2.4" · ~24W2,640 lm4.2 lbs (1.9 kg) 3-Light ∅27.6" H2.4" · ~36W3,960 lm5.5 lbs (2.5 kg) 4-Light 2-Light — ∅12.6" (32 cm) 3-Light — ∅20.1" (51 cm) 4-Light — ∅27.6" (70 cm) Lighting & Dimming Default: Warm White (3000K) All orders ship with warm white (3000K) as standard. Neutral White (4000K) and Cool White (6000K) are available — contact our support team before ordering. Dimmable Version — Triac Dimmer Required Ordered the dimmable version? Pair it with a Triac (Thyristor) dimmer switch for smooth, flicker-free control. Standard rotary dimmers are not compatible.Browse compatible dimmers on Amazon → Specifications Materials Yellow Travertine · Metal · Wood · Acrylic Light source Integrated LED Color temperature Warm White 3000K (standard)4000K / 6000K available by request Power · Lumens 2-Light — ~18W · 1,980 lm3-Light — ~24W · 2,640 lm4-Light — ~36W · 3,960 lm Depth from wall 6.3" (16 cm) — all configurations Voltage AC 110–240V Control Compatible with standard push-button wall switch (not included) Wiring Hardwired · Requires external wall switch for power control Mounting Wall · Requires JBOX accessory for US standard junction boxes Moisture resistance Damp-rated · Suitable for bathrooms with indirect moisture exposure · Not splash-proof or waterproof Certification North America · EU · AU · Saudi Arabia Body finishes Wood + Brass Walnut + Black Shade Yellow Travertine Installation Notes Hardwired installation — we recommend hiring a licensed electrician if you are not experienced with wall wiring. US installation: This fixture does not fully cover a standard US junction box (JBOX). A compatible mounting accessory is required. Watch the JBOX installation guide → This lamp must be connected to an external wall switch to control the power supply. Please verify your existing hardware finish (Brass vs. Brushed Nickel vs. Black) before selecting a finish option to ensure a coordinated look. Damp-rated for indoor use — suitable for bathrooms where steam and humidity are present. Do not install in direct contact with water (e.g., inside a shower enclosure or directly above a bathtub). 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 vanity or bedroom wall?+The 2-light (∅ 12.6″) suits compact spaces; 3-light (∅ 20.1″) works best for standard walls; 4-light (∅ 27.6″) is ideal for wider master bedroom walls. All mount 6.3″ from wall. Custom sizing available—contact our atelier. What's the difference between Wood Color and Walnut Color finishes?+Wood Color pairs natural travertine with natural wood frame and brass metal arms. Walnut Color features dark walnut frame with black metal arms. Both deliver warm stone ambiance; choose based on existing décor. Custom hardware finishes available. Is this dimmable, and what type of dimmer do I need?+Yes—the dimmable version requires a Triac (Thyristor) dimmer switch for smooth, flicker-free control. Standard rotary dimmers are not compatible. Compatible dimmers available on Amazon. Do I need special installation or accessories?+Yes—due to its narrow design, a US JBOX (junction box) mounting accessory is required for proper installation. Watch the installation video on our product page for step-by-step guidance. Will each travertine shade look the same, or do they vary?+Each travertine shade is unique—natural stone carries its own texture, veining, and color variation formed over thousands of years. This geological uniqueness is a hallmark of natural stone, not a defect.
More you might like
Related
Travertine Duo Wall Light - 2-Light Size: Dia 32cm x... Trav
Related
Travertine Duo Wall Light
Related
Travertine Duo Wall Light
Related