Paper Lantern Table Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-lantern-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; width: 100%; max-width: 680px; margin: 0; padding: 0; } .vk-lantern-divider { height: 1px; background: #f0e3cf; margin: 2rem 0; } .vk-lantern-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-lantern-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #c87f4a; margin-bottom: .65rem; } /* Features */ .vk-lantern-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-lantern-feat { background: #fbeed9; border-radius: 8px; padding: .85rem; } .vk-lantern-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #f5e2cd; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-lantern-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-lantern-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Shape selector */ .vk-lantern-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; } .vk-lantern-shape-btn { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: .9rem .6rem; background: #fff; border: 1.5px solid #e6c79b; border-radius: 10px; cursor: pointer; transition: all 0.15s ease; min-height: 130px; font: inherit; color: inherit; } .vk-lantern-shape-btn:hover { background: #fef5e6; border-color: #d99a6a; } .vk-lantern-shape-btn:focus-visible { outline: 2px solid #c87f4a; outline-offset: 2px; } .vk-lantern-shape-btn.is-selected { background: #fbeed9; border-color: #c87f4a; box-shadow: 0 0 0 1px #c87f4a inset; } .vk-lantern-shape-svg { width: 48px; height: 60px; } .vk-lantern-shape-btn h5 { font-size: 14px; font-weight: 500; color: #1a1a1a; } .vk-lantern-shape-btn small { font-size: 12px; color: #888; } .vk-lantern-shape-btn.is-selected h5 { color: #7a4416; } .vk-lantern-shape-btn.is-selected small { color: #c87f4a; } .vk-lantern-summary { background: #fbeed9; border-radius: 8px; padding: .65rem .85rem; font-size: 13px; color: #6e4516; margin-bottom: 1rem; } .vk-lantern-summary strong { color: #1a1a1a; font-weight: 600; } /* Comparison matrix */ .vk-lantern-matrix { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 13px; } .vk-lantern-matrix th { background: #fbeed9; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #c87f4a; border-bottom: 1px solid #f0e3cf; } .vk-lantern-matrix td { padding: 8px 10px; border-bottom: 1px solid #f0e3cf; color: #555; vertical-align: top; } .vk-lantern-matrix tr:last-child td { border-bottom: none; } .vk-lantern-matrix td:first-child { font-weight: 500; color: #1a1a1a; white-space: nowrap; } /* Notice block */ .vk-lantern-notice { border-left: 3px solid #d99a6a; background: #fbeed9; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-lantern-notice h5 { font-size: 13px; font-weight: 500; color: #7a4416; margin-bottom: .3rem; } .vk-lantern-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-lantern-notice a { color: #7a4416; } .vk-lantern-notice--alert { border-left-color: #b04a2a; background: #f7e1d4; } .vk-lantern-notice--alert h5 { color: #6e2a12; } /* Shape Diagrams (dual) */ .vk-lantern-shape-card { background: #fbeed9; border: 1px solid #e6c79b; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-lantern-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-lantern-shape-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .vk-lantern-shape-thumb-link { display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: zoom-in; background: #fff; border: 1px solid #e6c79b; border-radius: 6px; padding: 10px; font: inherit; color: inherit; text-align: center; width: 100%; transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease; min-height: 44px; } .vk-lantern-shape-thumb-link:hover { background: #fef5e6; border-color: #d99a6a; transform: translateY(-1px); } .vk-lantern-shape-thumb-link:focus-visible { outline: 2px solid #c87f4a; outline-offset: 2px; } .vk-lantern-shape-thumb-img { width: 100%; height: auto; aspect-ratio: 1 / 1.2; object-fit: contain; background: #fff; border-radius: 4px; display: block; } .vk-lantern-shape-thumb-label { font-size: 12px; font-weight: 500; color: #7a4416; line-height: 1.4; } .vk-lantern-shape-thumb-label small { font-size: 10px; color: #c87f4a; font-weight: 400; } /* Lightbox */ .vk-lantern-lightbox { position: fixed; inset: 0; background: rgba(38, 22, 8, 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-lantern-lightbox.is-open { opacity: 1; pointer-events: auto; } .vk-lantern-lightbox-inner { max-width: 100%; max-height: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; } .vk-lantern-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-lantern-lightbox-caption { color: #f5e2cd; font-size: 14px; margin: 0; text-align: center; } .vk-lantern-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-lantern-lightbox-close:hover { background: rgba(255,255,255,0.22); } .vk-lantern-lightbox-close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; } /* Spec table */ .vk-lantern-spec-table { width: 100%; border-collapse: collapse; } .vk-lantern-spec-table tr { border-bottom: 1px solid #f0e3cf; } .vk-lantern-spec-table tr:last-child { border-bottom: none; } .vk-lantern-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-lantern-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-lantern-spec-table td.is-alert { color: #b04a2a; font-weight: 500; } /* Install + downloads + FAQ */ .vk-lantern-install { list-style: none; padding: 0; margin: 0; } .vk-lantern-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #f0e3cf; line-height: 1.65; position: relative; } .vk-lantern-install li:last-child { border-bottom: none; } .vk-lantern-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #d99a6a; } .vk-lantern-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-lantern-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #e6c79b; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-lantern-dl-btn:hover { background: #fbeed9; } .vk-lantern-faq details { border-bottom: 1px solid #f0e3cf; } .vk-lantern-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-lantern-faq summary::-webkit-details-marker { display: none; } .vk-lantern-faq summary::after { content: ''; position: absolute; right: 6px; top: 18px; width: 8px; height: 8px; border-right: 2px solid #c87f4a; border-bottom: 2px solid #c87f4a; transform: rotate(45deg); transition: transform 0.2s ease; } .vk-lantern-faq details[open] summary { color: #c87f4a; } .vk-lantern-faq details[open] summary::after { transform: rotate(-135deg); top: 22px; } .vk-lantern-faq details p { font-size: 13px; color: #666; line-height: 1.7; padding: 0 0 14px; margin: 0; } @media (max-width: 520px) { .vk-lantern-features { grid-template-columns: 1fr 1fr; } .vk-lantern-shape-grid { grid-template-columns: 1fr; } } A pair of paper table lanterns built on the same slim wire tripod base — a cream rice-paper shade stretched over a bamboo-rib internal frame, capped by a warm terracotta-orange ring at the top with a wire handle, and seated above three black-steel legs. Choose between two shapes at the same H 23″ (58.5 cm) height: a wider Rounded form for a generous octagonal silhouette, or a narrower Angular form with a pinched diamond profile. Both ship with a 5W warm-white LED bulb included. A quiet sculptural floor light for a living room, study, or bedroom. Features Rice-paper shade Soft rice paper (washi) stretched over a faceted form — translucent and warm when lit. Bamboo-rib frame Slim bamboo ribs run horizontally inside the shade — visible as fine ridges across the paper. Wire tripod base Three slim black-steel legs splay outward for a stable, minimal floor stand. At a Glance Shape Top diameter Height Silhouette Rounded ∅ 31.5 cm (12.4″) 58.5 cm (23″) Wider, generous octagonal Angular ∅ 26.5 cm (10.4″) 58.5 cm (23″) Narrower, pinched diamond Bulb safety Use LED bulbs only — paper shade is heat-sensitive Never use incandescent or halogen bulbs in this fixture. The rice-paper shade and bamboo ribs are flammable and cannot safely absorb the heat of a traditional bulb. Both shapes ship with a 5W warm-white LED bulb; replacements should also be LED only, at or below 7W. If the bulb feels warm to the touch in normal use, switch to a lower-wattage LED. Always switch off and let the bulb cool before changing it. Bulb 5W warm-white LED bulb included One E27 (Edison screw) socket per lantern, fitted with a 5W warm-white LED bulb in the box — no need to source one yourself. Replacements should be LED only, at or below 7W, in any warm-white color temperature (2700–3000K matches best with the warm shade and orange terminal rings). Finish Cream rice paper, terracotta-orange rings, black tripod A single finish offered in both shapes — cream rice-paper shade with visible bamboo-rib ridges, warm terracotta-orange terminal rings at top and bottom, and a slim wire handle. The tripod base is matte-black steel. Each shade is hand-finished, so the exact tone of the paper and the rib spacing shift subtly between pieces. For project quantities, email us before ordering. Shape Diagrams Official dimension sheets for both shapes. Click to enlarge. Specifications Dimensions — Rounded ∅ 12.4″ × H 23″ (∅ 31.5 × H 58.5 cm) Dimensions — Angular ∅ 10.4″ × H 23″ (∅ 26.5 × H 58.5 cm) Base footprint (both) 10.6″ (27 cm) leg span Material Rice paper (washi) shade, bamboo ribs, painted-steel tripod, painted-metal terminal rings Color Cream rice paper, terracotta-orange rings, matte-black tripod Light source 1 × E27 socket · 5W warm-white LED bulb included Bulb replacement LED only, ≤ 7W — never incandescent or halogen Cord Approx. 6 ft plug-in cord, in-line cord switch Voltage 120V (AC 110–240V global) Mount Free-standing, indoor dry locations only Suitable spaces Living room, study, bedroom Certification Listed · North America · CE · SAA · SASO · KC Setup Notes Unpack carefully — the paper shade is fragile and can tear or dent if knocked against the box edge. Lift the lantern by the wire handle or by the bottom ring, never by the paper. Set the tripod on a flat, stable surface. Splay the three legs evenly until the lantern sits level. Install only the included 5W LED bulb, or an LED replacement at or below 7W. Never use incandescent or halogen bulbs — the paper shade cannot tolerate the heat. Plug into a standard outlet; use the in-line cord switch on the cable to turn the lamp on and off. Keep the lantern indoors in dry locations — paper absorbs moisture and humidity can warp or stain the shade. Not suitable for bathrooms, covered porches, or outdoor use. Keep curtains, bedding, and other fabrics at least 30 cm (12″) from the shade as a general fire-safety precaution. Dust the shade gently with a soft, dry brush or a feather duster — never use water, solvents, or sticky lint rollers on the paper. If the paper tears, small repairs with archival rice-paper patches and PVA glue are possible; email us for repair guidance. Downloads & Resources Spec Sheet Request Care Guide FAQ Which shape and which room? Both shapes share the same H 58.5 cm height. The Rounded form at ∅ 31.5 cm reads more generous and sculptural — best beside a sofa or in an open corner where it has room to be seen. The Angular form at ∅ 26.5 cm has a slimmer footprint and a sharper, pinched silhouette — better in a narrow corner, beside a bed, or in a study where space is tighter. Both throw a soft warm glow through the rice paper as ambient or accent lighting, not direct task light. What bulb does it use, and can I change it? The lantern uses a standard E27 (Edison screw) socket and ships with a 5W warm-white LED bulb already in the box. You can replace the bulb with any LED at or below 7W in a warm-white color temperature (2700–3000K matches the paper tone best). Never fit an incandescent or halogen bulb — those generate dangerous heat for the paper shade and bamboo ribs. Will the paper yellow, tear, or look exactly like the photos? The shade is rice paper (washi) on bamboo ribs — a natural, fibrous material. The exact tone of cream, the rib spacing, and small wrinkles or hand-finishing marks shift subtly between pieces; the photo is representative. Rice paper does yellow gradually with time and UV exposure, which is part of how the material ages. Keep out of direct sunlight to slow this. Small tears can be patched with archival rice-paper repair kits. How do I clean it? Dust the shade gently with a soft, dry brush or a clean feather duster, in the direction of the bamboo ribs. Never use water, soap, solvents, or sticky lint rollers on the paper — paper absorbs moisture, which can warp or stain the shade permanently. Wipe the metal rings and tripod legs with a dry microfiber. What is the warranty? Both shapes carry a 2-year warranty against manufacturing defects in the wiring, socket, switch, and frame. Email support with your order number if anything arrives damaged or fails in normal use. Paper aging (yellowing, fiber changes) and small variation in rib spacing or paper tone are part of the natural material and not covered as defects.