Wave Pendant Light
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Mid-century amber glass + warm gold/silver metal frame ===== Derive d from: warm amber tinted glass (cognac/honey tone), gold or silver metal frame options, mid-century modern warmth. Using amber-cognac mid-century palette as primary. ================================================================= */ :root { --accent-deep: #6A3E10; --accent: #B87030; --accent-light:#D09858; --surface: #FAF5EE; --bg: #F5EBD8; --border: #E0C898; --ink: #2A1A08; --muted: #9A7040; } .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; } /* Config cards & Zoom */ .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; text-decoration: none; } .vk-config-thumb img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; transition: transform 0.3s ease; } .vk-config-thumb a:hover img { transform: scale(1.05); } .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: 1rem; } .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; } /* Bulb info */ .vk-bulb { background: var(--surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.6; margin: 0; } .vk-bulb a { color: var(--accent-deep); text-decoration: underline; } /* 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%; } } Mid-century glass at its finest — the Wave series. Part of Vakkerlight’s popular Glass series, the Wave Pendant Light brings the warmth of mid-century modern design to any interior. Its distinctive glass shade — available in Clear, Amber, or Smoky Grey — pairs with either a Silver or Gold metal frame for a look that reads equally well as a solo statement or in dramatic multi-head clusters. See It In Action Wave Pendant Light — mid-century glass, modern elegance Features 3 Glass Colors Clear, Amber, or Smoky Grey — each transforms the quality of emitted light. Solo or Cluster Single shade to 11-head cluster — scale the drama to your space. Silver or Gold Frame Two metal finishes — combined with 3 glass colours for 6 total combinations. Frame Finish Silver Gold Glass Color Clear Amber Smoky Grey Sizes & Configurations Single pendant Solo statement — bedside, hallway or compact dining 🔍 Enlarge SINGLE ∅25 cm ∅9.8″ × H 7.1″∅25 cm × H 18 cm E26/E27 × 1 ~1.65 kg Drop 59″ Cluster chandeliers Multiple shades at varied heights — dining rooms, foyers & stairwells 🔍 Enlarge 3 HEADS ∅30 cm cluster ∅11.8″ × H 78.7″∅30 cm × H 200 cm E26/E27 × 3 🔍 Enlarge 5 HEADS ∅50 cm cluster ∅19.7″ × H 78.7″∅50 cm × H 200 cm E26/E27 × 5 🔍 Enlarge 7 HEADS ∅60 cm cluster ∅23.6″ × H 98.4″∅60 cm × H 250 cm E26/E27 × 7 🔍 Enlarge 9 HEADS ∅65 cm cluster ∅25.6″ × H 118.1″∅65 cm × H 300 cm E26/E27 × 9 🔍 Enlarge 11 HEADS ∅70 cm cluster ∅27.6″ × H 137.8″∅70 cm × H 350 cm E26/E27 × 11 Bulb E26 (US/CA) · E27 (EU/AU) — bulbs not included Compatible with LED and Edison-style bulbs. A warm 2700–3000K bulb is recommended — particularly with Amber or Smoky Grey glass, where it deepens the tonal richness. A vintage Edison filament bulb visible through the glass also complements the mid-century character of the design. Specifications Materials Iron, Glass, Metal Light source LED or Edison bulb (not included) Bulb base E26 (US/CA) or E27 (EU/AU) Voltage AC 110–240V Wiring Hardwired Control Common wall switch (not included) Drop cable 59″ (150 cm) adjustable; extension available on request Mounting Ceiling pendant Environment Indoor Frame finish Silver · Gold Glass color Clear · Amber · Smoky Grey Certification North America · Saudi Arabia · Europe · Australia Downloads Spec Sheet Installation Guide 3D Files Ceiling installation guide — step-by-step instructions → Frequently Asked Questions What bulb does the Wave Pendant use? E26 (North America/Canada) or E27 (Europe/Australia). LED and Edison-style bulbs both work. A warm 2700–3000K bulb is recommended, especially with Amber or Smoky Grey glass. Bulbs are not included. What frame and glass combinations are available? Two frame finishes — Silver and Gold — each available with Clear, Amber, or Smoky Grey glass, giving six combinations in total. Can the cable length be adjusted? Yes. The standard cable is 59″ (150 cm) and adjustable. Contact us before ordering if you need a longer drop. Which cluster size is right for my dining table? 3-head (∅30 cm) for small round tables seating 2–4. 5-head (∅50 cm) or 7-head (∅60 cm) for standard dining tables seating 4–6. 9 or 11-head for large dining rooms, open-plan spaces, or as a grand centrepiece. Does installation require an electrician? Yes. The Wave Pendant is hardwired to your ceiling junction box. Professional installation by a licensed electrician is recommended.
More you might like
Related
Wave Pendant Light
Related
Waves Pendant Light
Related
Wave Pendant Light
Related