Scalora Table Light
.vk-scalt-wrap { --vk-scalt-bg: #ffffff; --vk-scalt-bg-card: #f7f1e7; --vk-scalt-bg-deep: #ecdfc6; --vk-scalt-border: #ddd1b8; --vk-scalt-border-lt: #e6dbc5; --vk-scalt-accent: #a9 803f; --vk-scalt-accent-dk: #6a4f24; --vk-scalt-accent-lt: #c6a062; --vk-scalt-accent-bg: #efe2c6; --vk-scalt-accent-bdr: #c8a76e; --vk-scalt-text: #2a2117; --vk-scalt-text-mid: #574833; --vk-scalt-text-light: #95856a; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-scalt-text); line-height: 1.72; font-size: 14.5px; } .vk-scalt-wrap * { box-sizing: border-box; } .vk-scalt-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-scalt-text-mid); } .vk-scalt-wrap a { color: var(--vk-scalt-accent-dk); text-decoration: underline; } .vk-scalt-wrap .vk-scalt-section { margin-bottom: 2.6rem; } .vk-scalt-wrap .vk-scalt-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-scalt-wrap .vk-scalt-sec-line { flex: 1; height: 0.5px; background: var(--vk-scalt-border); } .vk-scalt-wrap .vk-scalt-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-scalt-accent-dk); white-space: nowrap; } .vk-scalt-wrap strong { color: var(--vk-scalt-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-scalt-wrap .vk-scalt-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-scalt-wrap .vk-scalt-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-scalt-border); border-radius: 12px; background: var(--vk-scalt-bg-card); } .vk-scalt-wrap .vk-scalt-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-scalt-accent-bg); border: 0.5px solid var(--vk-scalt-accent-bdr); color: var(--vk-scalt-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-scalt-wrap .vk-scalt-feat-icon svg { fill: none; } .vk-scalt-wrap .vk-scalt-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-scalt-text); margin-bottom: 6px; line-height: 1.35; } .vk-scalt-wrap .vk-scalt-feat-desc { font-size: 12px; color: var(--vk-scalt-text-mid); line-height: 1.55; } /* Dimensions cards grid (2 columns) */ .vk-scalt-wrap .vk-scalt-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-scalt-wrap .vk-scalt-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-scalt-border); border-radius: 12px; background: var(--vk-scalt-bg-card); } .vk-scalt-wrap .vk-scalt-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-scalt-accent-dk); margin-bottom: 6px; } .vk-scalt-wrap .vk-scalt-size-name { font-size: 14px; font-weight: 700; color: var(--vk-scalt-text); margin-bottom: 5px; line-height: 1.3; } .vk-scalt-wrap .vk-scalt-size-meta { font-size: 11.5px; color: var(--vk-scalt-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-scalt-wrap .vk-scalt-size-spec { font-size: 11px; color: var(--vk-scalt-text-light); line-height: 1.55; } .vk-scalt-wrap .vk-scalt-size-spec strong { color: var(--vk-scalt-accent-dk); font-weight: 700; } /* Critical notice */ .vk-scalt-wrap .vk-scalt-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-scalt-accent-bdr); border-left: 3px solid var(--vk-scalt-accent); border-radius: 10px; background: var(--vk-scalt-accent-bg); } .vk-scalt-wrap .vk-scalt-notice .vk-scalt-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-scalt-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-scalt-wrap .vk-scalt-notice .vk-scalt-notice-body { font-size: 12.5px; color: var(--vk-scalt-text-mid); line-height: 1.6; } .vk-scalt-wrap .vk-scalt-notice .vk-scalt-notice-body strong { color: var(--vk-scalt-text); font-weight: 600; } .vk-scalt-wrap .vk-scalt-notice .vk-scalt-notice-body strong:first-child { display: block; color: var(--vk-scalt-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-scalt-wrap .vk-scalt-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-scalt-wrap .vk-scalt-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-scalt-wrap .vk-scalt-warn-body { font-size: 12px; color: var(--vk-scalt-text-mid); line-height: 1.55; } .vk-scalt-wrap .vk-scalt-warn-body strong { color: #8a4820; font-weight: 600; } .vk-scalt-wrap .vk-scalt-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-scalt-wrap .vk-scalt-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-scalt-border); border-radius: 14px; overflow: hidden; } .vk-scalt-wrap .vk-scalt-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-scalt-border-lt); display: flex; align-items: flex-start; background: var(--vk-scalt-bg-card); gap: 16px; } .vk-scalt-wrap .vk-scalt-spec-item:last-child { border-bottom: 0; } .vk-scalt-wrap .vk-scalt-spec-item:nth-child(even) { background: var(--vk-scalt-bg); } .vk-scalt-wrap .vk-scalt-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-scalt-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-scalt-wrap .vk-scalt-spec-val { font-size: 12.5px; color: var(--vk-scalt-text); } /* Style tags */ .vk-scalt-wrap .vk-scalt-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-scalt-wrap .vk-scalt-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-scalt-accent-dk); background: var(--vk-scalt-accent-bg); border: 0.5px solid var(--vk-scalt-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-scalt-wrap .vk-scalt-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-scalt-wrap .vk-scalt-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-scalt-border); border-radius: 12px; background: var(--vk-scalt-bg-card); text-decoration: none; color: var(--vk-scalt-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-scalt-wrap .vk-scalt-dl-card:hover { background: var(--vk-scalt-accent-bg); border-color: var(--vk-scalt-accent-bdr); } .vk-scalt-wrap .vk-scalt-dl-card.vk-scalt-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-scalt-bg); } .vk-scalt-wrap .vk-scalt-dl-card.vk-scalt-dl-disabled:hover { background: var(--vk-scalt-bg); border-color: var(--vk-scalt-border); } .vk-scalt-wrap .vk-scalt-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-scalt-accent-bg); border: 0.5px solid var(--vk-scalt-accent-bdr); color: var(--vk-scalt-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-scalt-wrap .vk-scalt-dl-icon svg { fill: none; } .vk-scalt-wrap .vk-scalt-dl-meta { width: 100%; } .vk-scalt-wrap .vk-scalt-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-scalt-text); line-height: 1.3; margin-bottom: 3px; } .vk-scalt-wrap .vk-scalt-dl-sub { font-size: 11.5px; color: var(--vk-scalt-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-scalt-wrap .vk-scalt-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-scalt-text-light); background: var(--vk-scalt-bg-card); border: 0.5px solid var(--vk-scalt-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-scalt-wrap .vk-scalt-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-scalt-wrap .vk-scalt-faq-list details { border: 0.5px solid var(--vk-scalt-border); border-radius: 10px; background: var(--vk-scalt-bg-card); overflow: hidden; } .vk-scalt-wrap .vk-scalt-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-scalt-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-scalt-wrap .vk-scalt-faq-list summary::-webkit-details-marker { display: none; } .vk-scalt-wrap .vk-scalt-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-scalt-accent-dk); position: absolute; right: 16px; } .vk-scalt-wrap .vk-scalt-faq-list details[open] summary { color: var(--vk-scalt-accent-dk); } .vk-scalt-wrap .vk-scalt-faq-list details[open] summary::after { content: '\2212'; } .vk-scalt-wrap .vk-scalt-faq-list .vk-scalt-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-scalt-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-scalt-wrap .vk-scalt-features-grid { grid-template-columns: 1fr; } .vk-scalt-wrap .vk-scalt-size-grid { grid-template-columns: 1fr; } .vk-scalt-wrap .vk-scalt-dl-grid { grid-template-columns: 1fr; } .vk-scalt-wrap .vk-scalt-spec-item { flex-direction: column; gap: 4px; } .vk-scalt-wrap .vk-scalt-spec-key { width: auto; } } Inspiration The Scalora Table Light is a table lamp with a scalloped, hand-woven rattan shade on a slim metal stem and a woven rattan base, switched by a pull-chain. The open weave lets the light filter through for a warm, textured glow. One size, 15.7″ wide and 24.8″ tall, with a single E27 bulb. A plug-in lamp for a bedroom nightstand, living-room side table, entryway console, or reading nook, it gives soft ambient light in a coastal, boho, and organic-modern look. Good To Know ! 1 × E27 (accepts E26) · E27 LED bulb included & replaceable · metal stem + scalloped woven rattan shade + woven rattan base · pull-chain switch · plug-in · indoor dry only The shade is hand-woven rattan in a scalloped cone — light filters through the open weave for a soft, textured glow, and the scalloped open bottom casts light down onto the table. The stem is metal (brass-tone) and the base is woven rattan. Because rattan is a natural material, the weave and tone vary piece to piece; keep it indoor and dry, dust with a soft brush, and avoid moisture (it can warp natural rattan). It's switched by a pull-chain. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm 2700–3000K — soft ambient and reading-side light through the woven shade. D15.7″ × H24.8″. Plug-in table lamp; certified for North America, Australia, Europe & the Middle East (110–240V); use the cord/plug for your region. Indoor dry locations only. Key Features Scalloped Woven Rattan Shade A conical hand-woven rattan shade with a scalloped edge; light filters through the weave for a textured glow. Brass-Tone Stem, Woven Base A slim metal brass-tone stem rises from a woven rattan disc base for a grounded, natural look. E27 Bulb, Pull-Chain A single E27 (accepts E26, included & replaceable) in warm 2700–3000K, switched by a pull-chain; plug-in. Dimensions & Light One size — a scalloped woven-rattan shade on a metal stem and woven rattan base, plug-in with a pull-chain. Dimensions 15.7″ Dia × 24.8″ H A table lamp for a nightstand, side table, console, or desk. D40 × H63 cm · metal stemwoven rattan shade + base Light 1 × E27 · Warm E27 LED bulb included & replaceable (accepts E26); soft glow through the woven shade. 2700–3000K · 110–240Vplug-in · pull-chain ! Natural woven rattan · soft ambient light · indoor dry only The shade and base are natural woven rattan — the weave and tone vary piece to piece; keep it indoor and dry, dust with a soft brush, and avoid moisture (it can warp natural rattan), so it's not for bathrooms with shower steam or outdoor. A single E27 gives soft ambient and reading-side light through the weave; for focused task work, add a directional light. Specifications Fixture Type Table lamp · plug-in · scalloped woven rattan shade + metal stem + woven rattan base · pull-chain switch Materials & Finish Metal (brass-tone stem) + woven rattan (scalloped shade & disc base) · natural rattan — weave & tone vary per piece Dimensions 15.7″ Dia × 24.8″ H (D40 × H63 cm) · shade diameter 15.7″ (40 cm) Light Source 1 × E27 medium screw socket · accepts standard E26 · E27 LED bulb included & replaceable · 2700–3000K warm · soft ambient / reading-side light through the woven shade Power Plug-in table lamp · pull-chain switch · indoor dry only · 110–240V (multi-region) · use the cord/plug for your region Certification Certified: North America · Australia · Europe · Middle East Care Rattan: dust with a soft brush, keep dry — avoid moisture (warps natural rattan) · Metal stem: dry soft cloth Design Style Coastal Boho Organic Modern Cottagecore Scandinavian Mediterranean Best For Bedroom nightstand, living-room side table, entryway console, reading nook, home office desk Use Case The Scalora reads as a natural, woven table lamp — the scalloped rattan shade filters the bulb into a soft, textured glow, and the woven base keeps it grounded. The pull-chain makes it easy to switch on a nightstand or side table. It's soft ambient light, good for a bedside or reading-side glow rather than bright task work. Place it on a bedroom nightstand, living-room side table, entryway console, reading nook, or desk; it plugs into a standard wall outlet. At 24.8″ tall it suits most nightstands and consoles. The woven rattan and brass-tone stem pair with linen, wood, and warm neutral palettes — coastal, boho, organic-modern, and cottagecore rooms. Email [email protected] for trade pricing. Downloads Technical reference and 3D files for the Scalora Table Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & bulb · PDF Pending Use & Care Guide Rattan care · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ What bulb does it use — is it included? It uses 1 × E27 medium screw base. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An E27 LED bulb is included and fully replaceable, in a warm 2700–3000K. How is it switched and powered? It's a plug-in table lamp — it plugs into a standard wall outlet and is switched by a pull-chain on the fixture. No hardwiring needed. Is the shade real rattan, and how do I care for it? Yes — the shade and base are natural hand-woven rattan, so the weave and tone vary piece to piece. Keep it indoor and dry; dust with a soft brush and avoid moisture, which can warp natural rattan. It's not for bathrooms with shower steam or outdoor use. Wipe the metal stem with a dry cloth. How bright is it, and what's the light like? A single E27 bulb behind a woven rattan shade gives a soft, textured ambient glow — light filters through the weave and casts down through the open scalloped bottom. It's good for a bedside or reading-side glow; for focused task work, add a directional light. Where does it fit, and what size is it? It's 15.7″ wide and 24.8″ tall (D40 × H63 cm), which suits most nightstands, side tables, consoles, and desks. Use it in a bedroom, living room, entryway, reading nook, or home office.
More you might like
Related
Endon Lighting 67517 Dara Table USB Table Light
Related
Astro Ella Table Light Bronze Interior Table Light
Related
Hanging Pool Table Lights 98cm Billiards Table Light Island
Related