
Lava Swag Pendant Lamp
23 coupons
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --cream: #faf6ef; --ivory: #f5efe0; --border: #e0d4bc; --ink: #2a2018; --muted: #9B7B5A; } .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: #4a3018; 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-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--cream); margin-bottom: .75rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } /* ON/OFF effect images */ .vk-effect { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-effect-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; } .vk-effect-card a { display: block; } .vk-effect-card img { width: 100%; height: auto; display: block; } .vk-effect-body { padding: .6rem .75rem; } .vk-effect-label { font-size: 12px; font-weight: 500; color: var(--ink); } .vk-effect-desc { font-size: 11px; color: var(--muted); } /* Notice */ .vk-notice { border-left: 2px solid var(--accent); background: var(--cream); 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: #4a3018; line-height: 1.65; margin: 0; } .vk-notice a { color: var(--accent-deep); text-decoration: underline; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--ivory); 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; } /* Finishes grid */ .vk-finish-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; } .vk-finish-group { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .85rem; } .vk-finish-group-label { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .55rem; } .vk-swatches { display: flex; gap: 7px; flex-wrap: wrap; } .vk-swatch-item { display: flex; flex-direction: column; align-items: center; gap: 4px; } .vk-swatch-dot { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); } .vk-swatch-label { font-size: 10px; color: var(--muted); text-align: center; } /* 4 sizes */ .vk-matrix { width: 100%; border-collapse: collapse; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: .75rem; font-size: 12.5px; } .vk-matrix th { background: var(--ivory); padding: 8px 10px; text-align: left; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); border-bottom: 1px solid var(--border); } .vk-matrix td { padding: 8px 10px; border-bottom: 1px solid var(--border); color: #4a3018; } .vk-matrix tr:last-child td { border-bottom: none; } .vk-matrix td:first-child { font-weight: 500; color: var(--ink); } /* Size + mold image */ .vk-fig { margin-bottom: .75rem; } .vk-fig a { display: block; } .vk-fig img { width: 100%; max-width: 380px; height: auto; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto .35rem; } .vk-fig-cap { font-size: 11px; color: var(--muted); text-align: center; } /* Related */ .vk-related { display: flex; align-items: center; background: var(--cream); border-radius: 6px; padding: .85rem 1rem; border: 1px solid var(--border); text-decoration: none; margin-bottom: .75rem; } .vk-related p { font-size: 13px; color: var(--accent-deep); text-decoration: underline; margin: 0; font-weight: 500; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--ivory); } .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(--cream); } .vk-dl-btn:hover { background: var(--ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-finish-section { grid-template-columns: 1fr; } .vk-effect { grid-template-columns: 1fr; } } Molten luxury, a mirror when lit. The Modern Lava Pendant Lamp pairs a twisted ceiling rose with a molten PVC shade that changes character entirely with the light. Off, it is a sculptural object — organic, flowing, quietly luxurious. On, it mesmerizes with a mirror effect, refracting light through the shade's intricate surface. Choose your ceiling rose and shade finish combination for an exclusive, ambient statement. See It In Action Two Effects — On & Off Off — sculptural form Molten organic silhouette Mirror effect activates —light refracts through shade On — mirror effect Mesmerizing refracted glow Mold traces on the underside — not a defect Small traces from the PVC molding process are visible on the bottom of the shade. This is a normal characteristic of how the shade is formed and is not a quality issue. 🔍 Mold trace detail (not a defect) · click to enlarge Features Molten PVC Shade Flowing organic form sculpted in PVC — every piece carries subtle individual character. Mirror Effect When lit, light mesmerizes through the shade surface — entirely different to unlit. Plug-In · 180" Cord Extra-long 180" (15 ft) cord with push button — flexible positioning anywhere. Ceiling Rose & Shade Finishes Ceiling Rose Gold Rose Gold Chrome Shade Color Silver Gold Red Smoky Gray Explore the full Lava Series → Four Sizes Diameter Package size ∅7" (18 cm) 27 × 25 × 35 cm ∅11" (28 cm) 34 × 34 × 35 cm ∅15" (38 cm) 46 × 46 × 43 cm ∅18.9" (48 cm) 53 × 54 × 54 cm 🔍 Size reference · click to enlarge Bulb & Light Source E26 or E27 base — bulb not included A warm Edison globe (2700–3000K) is recommended — warm light enhances the mirror effect through the PVC shade beautifully. Bulbs not included. Specifications Materials Metal · PVC · Plastic Light source E26 / E27 base · LED or Edison (not included) Voltage AC 110–240V Power Plug-in · 180" (15 ft) cord · inline push button switch Mounting Ceiling pendant · plug-in Certification North America · EU · AU · Saudi Arabia Ceiling rose Gold · Rose Gold · Chrome Shade colors Silver · Gold · Red · Smoky Gray Mold traces Normal manufacturing characteristic — not a defect Downloads Spec Sheet Frequently Asked Questions Why are there marks on the bottom of the shade? Small mold traces on the underside are a normal characteristic of PVC forming — not a quality defect. Does it look different when on vs off? Yes — off shows the sculptural molten form; on creates a mesmerizing mirror effect through the PVC. What bulb does it use? E26 (US/CA) or E27 (EU/AU). Warm Edison globe (2700–3000K) recommended. Bulbs not included. Is this hardwired or plug-in? Plug-in. 180" (15 ft) cord with inline push button switch. No electrician required.
Save on Lava Swag Pendant 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 Lava Swag Pendant 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 22 days ago
5 people have used this code
Last used 3 months ago
See all codes
Similar items





















































