Solara Table Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } /* ===== SOLARA — COLOR PALETTE ===== Derived from: warm brass body + clear/grey glass shade + warm LED Deep warm brass / mid g old / pale champagne / warm ivory ===================================== */ :root { --accent-deep: #3a2408; --accent: #8a6018; --accent-light:#c8a048; --surface: #faf8f0; --bg: #f2e8d0; --border: #ddd0a8; --ink: #201408; --muted: #806028; } .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: var(--ink); 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; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--surface); 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: .75rem; letter-spacing: .05em; font-style: italic; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.2); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(--accent-deep); } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); 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; } /* Size card */ .vk-size { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-size-thumb a { display: block; } .vk-size-thumb img { width: 130px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-info { flex: 1; padding-top: .15rem; } .vk-size-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-size-detail { font-size: 12px; color: var(--muted); line-height: 1.7; } .vk-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; margin-top: .6rem; border-top: 1px dashed var(--border); } .vk-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } /* Finish combos */ .vk-finish-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; } .vk-finish-card { display: flex; align-items: center; gap: .75rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; } .vk-finish-dots { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; } .vk-dot { width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--border); } .vk-finish-info h5 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-finish-info p { font-size: 11px; color: var(--muted); line-height: 1.4; margin: 0; } /* Default kelvin + custom notice */ .vk-kelvin-default { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-bottom: .75rem; } .vk-kelvin-swatch { height: 44px; background: linear-gradient(135deg,#ffe4b0,#ffcf78); } .vk-kelvin-body { padding: .75rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; flex-wrap: wrap; } .vk-kelvin-body h5 { font-size: 13.5px; font-weight: 500; color: var(--ink); } .vk-kelvin-body p { font-size: 12.5px; color: var(--muted); margin: 0; } .vk-default-tag { display: inline-block; font-size: 10px; font-weight: 500; color: #2e5a24; background: #f3f8f0; border: 1px solid #c0d8b8; border-radius: 8px; padding: 2px 9px; white-space: nowrap; } .vk-notice-green { border-left: 2px solid #4a7a3a; background: #f3f9f0; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-green h5 { font-size: 13px; font-weight: 500; color: #2e5a24; margin-bottom: .3rem; } .vk-notice-green p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice-green a { color: #2e5a24; text-underline-offset: 3px; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .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(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* FAQ — scoped */ .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-finish-grid { grid-template-columns: 1fr; } .vk-size { flex-direction: column; } .vk-size-thumb img { width: 100%; } } Brass and glass — warm light, warm finish. The Solara Table Lamp pairs a warm brass body with a transparent glass shade, the integrated LED reflecting off the metal plate to cast a soft, layered glow. Plug-in with an inline switch — place it anywhere without hardwiring. Available in brass or black, with clear or grey glass. See It In Action Solara Table Lamp — warm brass, ambient glow Watch: Solara Table Lamp — multi-angle showcase → Features Brass & Glass Warm LED reflects off the gold metal plate — creating a layered, cosy pool of light. Plug-In 59″ cord with inline on/off switch — ready to use from any standard outlet. Clear or Grey Glass Clear for a crisp, open look; grey for a more moody, tinted diffusion. Size Tap to enlarge Single size ∅ 9″ × H 18.5″ Dia 23 cm × H 47 cm59″ cord with plug & inline switch Brass or Black Clear or Grey glass Bedside · desk · living room Body & Glass Options Body finish and glass type are selected independently at checkout. Brass + Clear Glass Warm gold body · transparent open shade Brass + Grey Glass Warm gold body · tinted smoky shade Black + Clear Glass Matte black body · transparent open shade Black + Grey Glass Matte black body · tinted smoky shade Light & Colour Temperature Warm Light — 3000K Standard version. Soft amber that reflects beautifully off the brass plate. Default Need a different colour temperature? Other colour temperatures (4000K neutral, 6000K cool) are available on request. Contact our support team and we will reply within 24 hours. Specifications Materials Brass, Glass Size ∅ 9″ × H 18.5″ / Dia 23 cm × H 47 cm Light source Integrated LED (non-replaceable) Colour temperature 3000K Warm Light (default) · Other temps on request Voltage AC 110–240V Cord 59″ with plug Control Inline on/off push button switch Wiring Plug-in — no hardwiring required Mounting Table/surface standing Environment Indoor only Body finish Brass / Black Glass Clear / Grey Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide Frequently Asked Questions Does this lamp need to be hardwired? No. The Solara Table Lamp is plug-in with a 59″ cord and an inline on/off push button switch. Simply plug into any standard wall outlet — no electrician required. Can I choose the glass type separately from the body finish? Yes. Body finish (Brass or Black) and glass type (Clear or Grey) are selected independently at checkout, giving you four possible combinations. What is the difference between clear and grey glass? Clear glass is fully transparent — the LED and brass interior are fully visible, creating a crisp, open look. Grey glass adds a subtle tint that slightly softens and tones the light, giving the lamp a more moody, contemporary character. Can I order a different colour temperature? Yes. The standard version ships with 3000K Warm Light. 4000K (Neutral) and 6000K (Cool) are available on request — contact our support team and we will reply within 24 hours. Is the Solara certified for North America and Europe? Yes. It holds certifications compatible with North America, Saudi Arabia, Europe, and Australia and operates on AC 110–240V worldwide.
More you might like
Related
Solara Table Lamp
Related
SOLARA TABLE LAMP
Related
Solara Table Lamp
Related