Halden Table Lamp
.vk-hal-wrap { --vk-hal-bg: #ffffff; --vk-hal-bg-card: #faf6ef; --vk-hal-bg-deep: #ece0cc; --vk-hal-border: #ece2d1; --vk-hal-border-lt: #f4eee0; --vk-hal-accent: #a8895c; --vk-hal -accent-dk: #6f5630; --vk-hal-accent-lt: #c7a66b; --vk-hal-accent-bg: #f1e9d8; --vk-hal-accent-bdr: #dcc7a0; --vk-hal-text: #2a261d; --vk-hal-text-mid: #554d3c; --vk-hal-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-hal-text); line-height: 1.72; font-size: 14.5px; } .vk-hal-wrap * { box-sizing: border-box; } .vk-hal-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-hal-text-mid); } .vk-hal-wrap a { color: var(--vk-hal-accent-dk); text-decoration: underline; } .vk-hal-wrap .vk-hal-section { margin-bottom: 2.6rem; } .vk-hal-wrap .vk-hal-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-hal-wrap .vk-hal-sec-line { flex: 1; height: 0.5px; background: var(--vk-hal-border); } .vk-hal-wrap .vk-hal-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-hal-accent-dk); white-space: nowrap; } .vk-hal-wrap strong { color: var(--vk-hal-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-hal-wrap .vk-hal-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-hal-wrap .vk-hal-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-hal-border); border-radius: 12px; background: var(--vk-hal-bg-card); } .vk-hal-wrap .vk-hal-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-hal-accent-bg); border: 0.5px solid var(--vk-hal-accent-bdr); color: var(--vk-hal-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-hal-wrap .vk-hal-feat-icon svg { fill: none; } .vk-hal-wrap .vk-hal-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-hal-text); margin-bottom: 6px; line-height: 1.35; } .vk-hal-wrap .vk-hal-feat-desc { font-size: 12px; color: var(--vk-hal-text-mid); line-height: 1.55; } /* Critical notice */ .vk-hal-wrap .vk-hal-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-hal-accent-bdr); border-left: 3px solid var(--vk-hal-accent); border-radius: 10px; background: var(--vk-hal-accent-bg); } .vk-hal-wrap .vk-hal-notice .vk-hal-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-hal-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-hal-wrap .vk-hal-notice .vk-hal-notice-body { font-size: 12.5px; color: var(--vk-hal-text-mid); line-height: 1.6; } .vk-hal-wrap .vk-hal-notice .vk-hal-notice-body strong { color: var(--vk-hal-text); font-weight: 600; } .vk-hal-wrap .vk-hal-notice .vk-hal-notice-body strong:first-child { display: block; color: var(--vk-hal-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-hal-wrap .vk-hal-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-hal-wrap .vk-hal-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-hal-wrap .vk-hal-warn-body { font-size: 12px; color: var(--vk-hal-text-mid); line-height: 1.55; } .vk-hal-wrap .vk-hal-warn-body strong { color: #8a4820; font-weight: 600; } .vk-hal-wrap .vk-hal-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Size table */ .vk-hal-wrap .vk-hal-size-table { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-hal-border); border-radius: 12px; overflow: hidden; margin-bottom: 12px; } .vk-hal-wrap .vk-hal-size-table thead th { background: var(--vk-hal-accent-bg); color: var(--vk-hal-accent-dk); font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; text-align: left; padding: 12px 16px; border-bottom: 0.5px solid var(--vk-hal-border); } .vk-hal-wrap .vk-hal-size-table tbody td { padding: 14px 16px; font-size: 13px; color: var(--vk-hal-text); border-bottom: 0.5px solid var(--vk-hal-border-lt); background: var(--vk-hal-bg-card); } .vk-hal-wrap .vk-hal-size-table tbody tr:nth-child(even) td { background: var(--vk-hal-bg); } .vk-hal-wrap .vk-hal-size-table tbody tr:last-child td { border-bottom: 0; } .vk-hal-wrap .vk-hal-size-table tbody td:first-child { font-weight: 700; color: var(--vk-hal-text); width: 30%; } .vk-hal-wrap .vk-hal-size-table tbody td:last-child { color: var(--vk-hal-text-mid); } /* Specifications */ .vk-hal-wrap .vk-hal-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-hal-border); border-radius: 14px; overflow: hidden; } .vk-hal-wrap .vk-hal-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-hal-border-lt); display: flex; align-items: flex-start; background: var(--vk-hal-bg-card); gap: 16px; } .vk-hal-wrap .vk-hal-spec-item:last-child { border-bottom: 0; } .vk-hal-wrap .vk-hal-spec-item:nth-child(even) { background: var(--vk-hal-bg); } .vk-hal-wrap .vk-hal-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-hal-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-hal-wrap .vk-hal-spec-val { font-size: 12.5px; color: var(--vk-hal-text); } /* Style tags */ .vk-hal-wrap .vk-hal-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-hal-wrap .vk-hal-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-hal-accent-dk); background: var(--vk-hal-accent-bg); border: 0.5px solid var(--vk-hal-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-hal-wrap .vk-hal-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-hal-wrap .vk-hal-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-hal-border); border-radius: 12px; background: var(--vk-hal-bg-card); text-decoration: none; color: var(--vk-hal-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-hal-wrap .vk-hal-dl-card:hover { background: var(--vk-hal-accent-bg); border-color: var(--vk-hal-accent-bdr); } .vk-hal-wrap .vk-hal-dl-card.vk-hal-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-hal-bg); } .vk-hal-wrap .vk-hal-dl-card.vk-hal-dl-disabled:hover { background: var(--vk-hal-bg); border-color: var(--vk-hal-border); } .vk-hal-wrap .vk-hal-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-hal-accent-bg); border: 0.5px solid var(--vk-hal-accent-bdr); color: var(--vk-hal-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-hal-wrap .vk-hal-dl-icon svg { fill: none; } .vk-hal-wrap .vk-hal-dl-meta { width: 100%; } .vk-hal-wrap .vk-hal-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-hal-text); line-height: 1.3; margin-bottom: 3px; } .vk-hal-wrap .vk-hal-dl-sub { font-size: 11.5px; color: var(--vk-hal-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-hal-wrap .vk-hal-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-hal-text-light); background: var(--vk-hal-bg-card); border: 0.5px solid var(--vk-hal-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-hal-wrap .vk-hal-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-hal-wrap .vk-hal-faq-list details { border: 0.5px solid var(--vk-hal-border); border-radius: 10px; background: var(--vk-hal-bg-card); overflow: hidden; } .vk-hal-wrap .vk-hal-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-hal-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-hal-wrap .vk-hal-faq-list summary::-webkit-details-marker { display: none; } .vk-hal-wrap .vk-hal-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-hal-accent-dk); position: absolute; right: 16px; } .vk-hal-wrap .vk-hal-faq-list details[open] summary { color: var(--vk-hal-accent-dk); } .vk-hal-wrap .vk-hal-faq-list details[open] summary::after { content: '\2212'; } .vk-hal-wrap .vk-hal-faq-list .vk-hal-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-hal-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-hal-wrap .vk-hal-features-grid { grid-template-columns: 1fr; } .vk-hal-wrap .vk-hal-dl-grid { grid-template-columns: 1fr; } .vk-hal-wrap .vk-hal-spec-item { flex-direction: column; gap: 4px; } .vk-hal-wrap .vk-hal-spec-key { width: auto; } .vk-hal-wrap .vk-hal-size-table thead th, .vk-hal-wrap .vk-hal-size-table tbody td { padding: 10px 12px; font-size: 12.5px; } } Inspiration The Halden Table Lamp domes a ribbed opal-glass shade over a metal ring collar, tapering down through a turned cone-shaped wood stem to a brushed metal base. The fluted glass diffuses the light into a soft, even glow, well suited as a nightstand lamp, a console table light, or a reading corner accent in a mid-century or transitional living room or bedroom. At Dia 9.8″ × H15″ (25 × 38cm), it works as a single table lamp on a nightstand or sideboard. It runs on an integrated 24W LED (not a replaceable bulb), in a metal, wood, and glass build. Good To Know ! Ribbed glass dome + wood stem + metal base · integrated 24W LED, not replaceable · plug-in · indoor use A table lamp with a ribbed, opal-glass dome shade, a turned cone-shaped wood stem, and a brushed metal base and collar. Its light source is a built-in 24W LED — this is not a socket-and-bulb fixture, and the LED is not user-replaceable. It plugs into a standard outlet — no wiring required. Keep it indoor and dry. Key Features Ribbed Opal-Glass Dome A domed, fluted glass shade on a metal ring collar diffuses light into a soft, even glow. Turned Wood Stem A tapered, cone-shaped wood stem connects the glass shade to the base. Brushed Metal Base A wide, brushed metal base gives the lamp a stable footprint on a nightstand or console. Size & Fit One size — sized for a nightstand, console table, or reading corner. Dimension Measurement Overall Size Dia 9.8″ × H15″ (25 × 38cm) ! Plug-in · integrated 24W LED, not replaceable · metal + wood + glass · indoor use Place it on a stable, flat surface and plug into a nearby outlet — no wiring required. The light source is a built-in 24W LED; it is not a replaceable bulb. Wipe the glass shade, wood stem, and metal base with a soft dry cloth; avoid harsh cleaners, and keep it indoor and dry. For other requests, email [email protected]. Specifications Fixture Type Table lamp · single fixture · plug-in Materials & Finish Ribbed glass dome shade, turned wood stem, brushed metal base and collar Light Source Integrated LED · 24W · not user-replaceable Power Plug-in · indoor use only Care Wipe glass shade, wood stem, and metal base with a soft dry cloth · no harsh cleaners · keep dry, indoor use Design Style Mid-Century Transitional Modern Best For Nightstand, console table, or reading corner · ambient and task light Downloads Technical reference and setup files for the Halden Table Lamp. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending User Guide Usage & care · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What size is it, and where does it fit? It is Dia 9.8″ × H15″ (25 × 38cm) — sized for a nightstand, console table, or reading corner. Does it use a replaceable bulb? No — the light source is a built-in 24W LED. It is not a socket-and-bulb fixture, and the LED module is not user-replaceable. Does it need to be hardwired? No — this is a plug-in table lamp. Simply place it on a stable surface and plug the cord into a nearby outlet. How do I clean it? Wipe the glass shade, wood stem, and metal base with a soft, dry cloth; avoid harsh cleaners. Keep it indoor and dry.
More you might like
Related
Halden Table Lamp
Related
Halden Wall Lamp
Related
Halden Bright Floor Lamp
Related