Dome Louver Table Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-dometable-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; width: 100%; max-width: 680px; margin: 0; padding: 0; } .vk-dometable-divider { height: 1px; background: #e6eaee; margin: 2rem 0; } .vk-dometable-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-dometable-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #6E7682; margin-bottom: .65rem; } .vk-dometable-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-dometable-feat { background: #f5f7fa; border-radius: 8px; padding: .85rem; } .vk-dometable-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #dde2e9; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-dometable-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-dometable-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-dometable-notice { border-left: 3px solid #94a0b2; background: #eef1f5; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-dometable-notice h5 { font-size: 13px; font-weight: 500; color: #475467; margin-bottom: .3rem; } .vk-dometable-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-dometable-notice a { color: #475467; } /* Shape Diagrams card */ .vk-dometable-shape-card { background: #eef1f5; border: 1px solid #c8d2dd; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-dometable-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-dometable-shape-thumb-link { display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: zoom-in; background: #fff; border: 1px solid #c8d2dd; border-radius: 6px; padding: 10px; font: inherit; color: inherit; text-align: center; width: 100%; max-width: 360px; margin: 0 auto; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease; min-height: 44px; } .vk-dometable-shape-thumb-link:hover { background: #f7f9fc; border-color: #94a0b2; transform: translateY(-1px); } .vk-dometable-shape-thumb-link:focus-visible { outline: 2px solid #6E7682; outline-offset: 2px; } .vk-dometable-shape-thumb-img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; border-radius: 4px; display: block; } .vk-dometable-shape-thumb-label { font-size: 13px; font-weight: 500; color: #475467; line-height: 1.4; } .vk-dometable-shape-thumb-label small { font-size: 11px; color: #6E7682; font-weight: 400; } .vk-dometable-shape-enlarge { font-size: 12px; color: #6E7682; margin: .5rem 0 0; text-align: center; } /* Lightbox modal */ .vk-dometable-lightbox { position: fixed; inset: 0; background: rgba(20, 24, 30, 0.88); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 5vh 4vw; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; } .vk-dometable-lightbox.is-open { opacity: 1; pointer-events: auto; } .vk-dometable-lightbox-inner { max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; } .vk-dometable-lightbox-img { max-width: 100%; max-height: 80vh; height: auto; width: auto; object-fit: contain; border-radius: 6px; background: #fff; box-shadow: 0 8px 32px rgba(0,0,0,0.4); } .vk-dometable-lightbox-caption { color: #e6eaee; font-size: 14px; margin: 0; text-align: center; } .vk-dometable-lightbox-close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.15s ease; } .vk-dometable-lightbox-close:hover { background: rgba(255,255,255,0.22); } .vk-dometable-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } .vk-dometable-spec-table { width: 100%; border-collapse: collapse; } .vk-dometable-spec-table tr { border-bottom: 1px solid #e6eaee; } .vk-dometable-spec-table tr:last-child { border-bottom: none; } .vk-dometable-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-dometable-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-dometable-install { list-style: none; padding: 0; margin: 0; } .vk-dometable-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #e6eaee; line-height: 1.65; position: relative; } .vk-dometable-install li:last-child { border-bottom: none; } .vk-dometable-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #94a0b2; } .vk-dometable-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dometable-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #d4dce3; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-dometable-dl-btn:hover { background: #f5f7fa; } .vk-dometable-faq details { border-bottom: 1px solid #e6eaee; } .vk-dometable-faq summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 500; color: #1a1a1a; padding: 12px 32px 12px 0; min-height: 44px; position: relative; line-height: 1.5; } .vk-dometable-faq summary::-webkit-details-marker { display: none; } .vk-dometable-faq summary::after { content: ''; position: absolute; right: 6px; top: 18px; width: 8px; height: 8px; border-right: 2px solid #6E7682; border-bottom: 2px solid #6E7682; transform: rotate(45deg); transition: transform 0.2s ease; } .vk-dometable-faq details[open] summary { color: #6E7682; } .vk-dometable-faq details[open] summary::after { transform: rotate(-135deg); top: 22px; } .vk-dometable-faq details p { font-size: 13px; color: #666; line-height: 1.7; padding: 0 0 14px; margin: 0; } @media (max-width: 520px) { .vk-dometable-features { grid-template-columns: 1fr 1fr; } } This table lamp pairs a white acrylic dome with a stack of warm amber acrylic louver rings on a slim chrome stem and weighted chrome base. The shade casts light downward in concentric bands while the dome glows softly from within. It stands 18.9″ (48 cm) tall with a 9.8″ (25 cm) dome, sized for a nightstand, console, or desk in rooms of 54–108 sq ft. Features White acrylic dome Half-sphere acrylic top diffuses warm light evenly, glowing from within when on. Tiered louver rings Layered amber acrylic rings below the dome step the light outward in concentric bands. Chrome stem & base Slim chrome iron stem rises from a weighted round base, keeping the silhouette compact and balanced. Bulb E27 bulb sold separately Uses one standard E27 (Edison screw) bulb up to 9W LED, warm-white recommended. Bulb is not included so you can match the color temperature you prefer. Finish White dome, amber louvers, chrome body Ships in the white acrylic dome and warm amber acrylic louver finish pictured, on a chrome stem and base. Also available as a tall floor lamp in the same family. For project quantities, email us before ordering. Shape Diagrams Official dimension sheet. Click the diagram to enlarge. Dome-and-Louver Table Lamp∅ 25 x H 48 cm Click to view full size ↗ Specifications Dimensions ∅ 9.8″ shade x H 18.9″ (25 x 48 cm) Material Acrylic, Iron Color White dome, amber louvers, chrome body Light source 1 × E27 socket · up to 9W LED · bulb sold separately Voltage 120V (AC 110–240V global) Coverage 54–108 sq ft (5–10 m²) Switch In-line cord on/off Cord Approx. 6 ft plug-in cord Mount Free-standing, indoor dry locations Certification Listed · North America · CE · SAA · SASO · KC Setup Notes Place on a flat surface that can support a weighted chrome base; the lamp has a low center of gravity. Plug into a standard outlet and use the in-line cord switch to turn on and off. Install one E27 bulb up to 9W LED, warm-white recommended. Do not exceed the listed wattage. Indoor dry locations only — not rated for bathrooms, porches, or outdoor use. Keep the louver rings clear of the bulb; the spacing is set to manage heat from a 9W LED. Wipe the chrome and acrylic with a dry, soft microfiber cloth; avoid abrasive cleaners that can scratch acrylic. Downloads & Resources Spec Sheet (PDF) Request 3D Files FAQ What bulb does this table lamp need and is it included? The lamp uses one standard E27 (Edison screw) bulb up to 9W LED, and the bulb is not included. We recommend a warm-white LED of 700–800 lumens for bedside or ambient use; warm tone pairs best with the amber louvers. How tall is it and where does it fit best? It stands 18.9″ (48 cm) tall with a 9.8″ (25 cm) dome. It suits a nightstand, console, or desk in a bedroom, living room, or study of 54–108 sq ft. How does the light spread? The white dome glows softly from above, and the layered amber louvers below step the light outward in warm concentric bands. The effect is ambient rather than a focused task beam. Is it dimmable? The lamp itself is not dimmable. Pair it with a dimmable E27 LED bulb and a plug-in dimmer module if you want dimming; confirm the dimmer is rated for LED loads. What is the warranty? The lamp carries a 2-year warranty against manufacturing defects. Email support with your order number if anything arrives damaged or fails in normal use.
More you might like
Related
Dome Louver Floor Lamp
Related
Louver Medium Table Lamp
Related
Louver Portable Table Lamp
Related