✦ Verified product
Bottle Pendant Light
USD 145.00
Size
Vakkerlight
Verified independent store
→
* { 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: .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: .5rem; letter-spacing: .05em; font-style: italic; } .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem 1rem; text-decoration: none; margin-bottom: .5rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(124,78,42,.3); text-underline-offset: 3px; } /* 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; } /* 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; } /* Shape cards with images */ .vk-shape-card { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; background: var(--cream); margin-bottom: .65rem; display: flex; gap: .9rem; align-items: flex-start; padding: .9rem; } .vk-shape-thumb a { display: block; } .vk-shape-thumb img { width: 100px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-shape-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 2px; } .vk-shape-info { flex: 1; } .vk-shape-tag { display: inline-block; background: var(--accent-deep); color: var(--cream); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .3rem; } .vk-shape-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-shape-dim { font-size: 12px; color: var(--muted); line-height: 1.6; } /* Hand-blown detail image */ .vk-hero { margin-bottom: 1.25rem; } .vk-hero a { display: block; } .vk-hero img { width: 100%; max-width: 380px; height: auto; border-radius: 6px; border: 1px solid var(--border); display: block; margin: 0 auto .35rem; } .vk-hero-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; } /* Bulb notice */ .vk-bulb-notice { border-left: 2px solid var(--accent); background: var(--cream); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-bulb-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-bulb-notice p { font-size: 13px; color: #4a3018; line-height: 1.65; margin: 0; } .vk-bulb-notice 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(--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-shape-card { flex-direction: column; } .vk-shape-thumb img { width: 100%; } } Hand-blown glass, smoky and luminous. The Bottle Glass Pendant Light emits a warm and inviting glow through its hand-blown smoky gray shade — each piece shaped by hand, each surface subtly alive. The sleek black body and smoky glass combine to create a vintage-modern atmosphere that works equally well solo or in clusters. Available in five distinctive glass forms. See It In Action Hand-blown smoky glass · black body · warm ambient glow Product detail & styling showcase → Additional styling walkthrough → Hand-blown glass — surface waves are normal This shade is hand-blown glass. Slight waves or imperfections on the glass surface are a natural characteristic of the hand-blowing process — not a quality defect. Each piece is subtly unique. 🔍 Glass surface detail · click to enlarge Features Hand-Blown Glass Each shade individually formed — smoky gray with subtle surface character. Five Glass Forms A through E — flat wide, round, short wide, tall narrow, and bell shapes. Sloped Ceiling Ready Compatible with ceiling slopes up to 30° — no extra adapter needed. Explore more from the Bottle Glass Pendant Series → Five Shapes 🔍 Shape A Flat wide disc ∅11" × H5.5" · Dia 28 × H14 cm 🔍 Shape B Round sphere ∅9.8" × H9.8" · Dia 25 × H25 cm 🔍 Shape C Wide short dome ∅11" × H7.5" · Dia 28 × H19 cm 🔍 Shape D Tall narrow bottle ∅7.1" × H12.2" · Dia 18 × H31 cm 🔍 Shape E Bell — three sizes S: ∅7.9" × H7.1" (20 × H18 cm)M: ∅9.8" × H9.1" (25 × H23 cm)L: ∅11.8" × H11" (30 × H28 cm) Bulb & Light Source E26 or E27 base — bulb not included A warm Edison globe (2700–3000K) is recommended — warm light glows through smoky glass beautifully. Bulbs not included. Specifications Materials Metal · Hand-blown Glass Light source E26 / E27 base · LED or Edison (not included) Voltage AC 110–240V Cable 59" adjustable · Extendable on request Sloped ceiling Compatible up to 30° slope Control Wall switch (not included) Wiring Hardwired Mounting Ceiling pendant Certification North America · EU · AU · Saudi Arabia Body finish Black Shade Smoke Gray hand-blown glass Glass note Surface waves are normal — hand-blown characteristic, not a defect Downloads Spec Sheet Installation Guide 3D Files (3-light Model D) 3D Files (5lights model D) Frequently Asked Questions Why does the glass have slight surface waves? The shade is hand-blown glass. Slight surface waves are a natural characteristic of the process — not a quality defect. Can this be installed on a sloped ceiling? Yes — compatible with ceiling slopes up to 30°. What is the difference between the five shapes? A = flat wide disc · B = round sphere · C = wide short dome · D = tall narrow bottle · E = bell form (S/M/L). All in smoky gray glass.