Skylisse Floor Light
.vk-sky-wrap { --vk-sky-bg: #ffffff; --vk-sky-bg-card: #faf6ef; --vk-sky-bg-deep: #ece0cc; --vk-sky-border: #ece2d1; --vk-sky-border-lt: #f4eee0; --vk-sky-accent: #a8895c; --vk-sky -accent-dk: #6f5630; --vk-sky-accent-lt: #c7a66b; --vk-sky-accent-bg: #f1e9d8; --vk-sky-accent-bdr: #dcc7a0; --vk-sky-text: #2a261d; --vk-sky-text-mid: #554d3c; --vk-sky-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-sky-text); line-height: 1.72; font-size: 14.5px; } .vk-sky-wrap * { box-sizing: border-box; } .vk-sky-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-sky-text-mid); } .vk-sky-wrap a { color: var(--vk-sky-accent-dk); text-decoration: underline; } .vk-sky-wrap .vk-sky-section { margin-bottom: 2.6rem; } .vk-sky-wrap .vk-sky-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-sky-wrap .vk-sky-sec-line { flex: 1; height: 0.5px; background: var(--vk-sky-border); } .vk-sky-wrap .vk-sky-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-sky-accent-dk); white-space: nowrap; } .vk-sky-wrap strong { color: var(--vk-sky-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-sky-wrap .vk-sky-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-sky-wrap .vk-sky-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-sky-border); border-radius: 12px; background: var(--vk-sky-bg-card); } .vk-sky-wrap .vk-sky-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-sky-accent-bg); border: 0.5px solid var(--vk-sky-accent-bdr); color: var(--vk-sky-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-sky-wrap .vk-sky-feat-icon svg { fill: none; } .vk-sky-wrap .vk-sky-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-sky-text); margin-bottom: 6px; line-height: 1.35; } .vk-sky-wrap .vk-sky-feat-desc { font-size: 12px; color: var(--vk-sky-text-mid); line-height: 1.55; } /* Size table */ .vk-sky-wrap .vk-sky-size-table { display: flex; flex-direction: column; border: 0.5px solid var(--vk-sky-border); border-radius: 12px; overflow: hidden; } .vk-sky-wrap .vk-sky-size-row { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 12px 16px; background: var(--vk-sky-bg-card); border-top: 0.5px solid var(--vk-sky-border-lt); } .vk-sky-wrap .vk-sky-size-row:nth-child(even) { background: var(--vk-sky-bg); } .vk-sky-wrap .vk-sky-size-row.vk-sky-size-head { background: var(--vk-sky-accent-bg); border-top: 0; font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-sky-accent-dk); } .vk-sky-wrap .vk-sky-size-k { font-size: 12.5px; font-weight: 600; color: var(--vk-sky-text); } .vk-sky-wrap .vk-sky-size-v { font-size: 12.5px; color: var(--vk-sky-text-mid); } /* Specifications */ .vk-sky-wrap .vk-sky-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-sky-border); border-radius: 14px; overflow: hidden; } .vk-sky-wrap .vk-sky-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-sky-border-lt); display: flex; align-items: flex-start; background: var(--vk-sky-bg-card); gap: 16px; } .vk-sky-wrap .vk-sky-spec-item:last-child { border-bottom: 0; } .vk-sky-wrap .vk-sky-spec-item:nth-child(even) { background: var(--vk-sky-bg); } .vk-sky-wrap .vk-sky-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-sky-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-sky-wrap .vk-sky-spec-val { font-size: 12.5px; color: var(--vk-sky-text); } /* Style tags */ .vk-sky-wrap .vk-sky-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-sky-wrap .vk-sky-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-sky-accent-dk); background: var(--vk-sky-accent-bg); border: 0.5px solid var(--vk-sky-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-sky-wrap .vk-sky-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-sky-wrap .vk-sky-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-sky-border); border-radius: 12px; background: var(--vk-sky-bg-card); text-decoration: none; color: var(--vk-sky-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-sky-wrap .vk-sky-dl-card:hover { background: var(--vk-sky-accent-bg); border-color: var(--vk-sky-accent-bdr); } .vk-sky-wrap .vk-sky-dl-card.vk-sky-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-sky-bg); } .vk-sky-wrap .vk-sky-dl-card.vk-sky-dl-disabled:hover { background: var(--vk-sky-bg); border-color: var(--vk-sky-border); } .vk-sky-wrap .vk-sky-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-sky-accent-bg); border: 0.5px solid var(--vk-sky-accent-bdr); color: var(--vk-sky-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-sky-wrap .vk-sky-dl-icon svg { fill: none; } .vk-sky-wrap .vk-sky-dl-meta { width: 100%; } .vk-sky-wrap .vk-sky-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-sky-text); line-height: 1.3; margin-bottom: 3px; } .vk-sky-wrap .vk-sky-dl-sub { font-size: 11.5px; color: var(--vk-sky-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-sky-wrap .vk-sky-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-sky-text-light); background: var(--vk-sky-bg-card); border: 0.5px solid var(--vk-sky-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-sky-wrap .vk-sky-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-sky-wrap .vk-sky-faq-list details { border: 0.5px solid var(--vk-sky-border); border-radius: 10px; background: var(--vk-sky-bg-card); overflow: hidden; } .vk-sky-wrap .vk-sky-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-sky-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-sky-wrap .vk-sky-faq-list summary::-webkit-details-marker { display: none; } .vk-sky-wrap .vk-sky-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-sky-accent-dk); position: absolute; right: 16px; } .vk-sky-wrap .vk-sky-faq-list details[open] summary { color: var(--vk-sky-accent-dk); } .vk-sky-wrap .vk-sky-faq-list details[open] summary::after { content: '\2212'; } .vk-sky-wrap .vk-sky-faq-list .vk-sky-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-sky-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-sky-wrap .vk-sky-features-grid { grid-template-columns: 1fr; } .vk-sky-wrap .vk-sky-dl-grid { grid-template-columns: 1fr; } .vk-sky-wrap .vk-sky-spec-item { flex-direction: column; gap: 4px; } .vk-sky-wrap .vk-sky-spec-key { width: auto; } .vk-sky-wrap .vk-sky-size-row { grid-template-columns: 1fr; gap: 4px; } .vk-sky-wrap .vk-sky-size-row.vk-sky-size-head { display: none; } } Inspiration The Skylisse borrows its stem from spindle turning — the stacked beads and swellings of an old bedpost or stair baluster, where a lathe left a rhythm of curves instead of a straight line. Painting that profile powder blue rather than staining it takes the weight out of the reference and leaves the shape reading as something almost toy-like. The shade answers with a scalloped, petal-cut hem, so nothing on the lamp finishes on a hard edge. Key Features Beaded Metal Column A stacked, beaded metal column in soft powder blue rises from a round base — a tactile profile that reads as turned rather than tubular. Scalloped Fabric Shade A petal-cut white fabric shade finishes in a scalloped hem and diffuses the bulb into a warm, even wash of light. Plug-In, Bulb Included Plugs into any standard outlet with a warm white bulb already supplied — nothing to wire and nothing to buy first. Size & Fit Measurement Value Overall Height 55.9″ / 142 cm Shade Diameter 17.7″ / 45 cm Specifications Fixture Type Plug-in floor lamp · single head · fabric shade Materials & Finish Beaded metal column and round base in powder blue, scalloped white fabric shade Light Source 1 × E26 or E27 medium screw socket · warm white 3000K bulb included Power Plugs into a standard wall outlet · AC 110–240V Rating Indoor dry locations only Care Dust the fabric shade with a soft brush or a vacuum on low; wipe the painted metal with a soft dry cloth. Avoid solvents, which mark the powder-coat finish. Certified North America · Australia · Europe · Middle East Best For Beside a bed, sofa, or armchair · reading nook, nursery or kids' room, entryway corner Design Style Cottage Coastal Whimsical Country Transitional FAQ Is 55.9″ the right height beside a sofa or bed? For a floor lamp used for reading, the ideal is for the bottom of the shade to sit near eye level when you're seated — roughly 47–60″ off the floor for most sofas and armchairs, which puts this lamp in the right band. Beside a bed it reads slightly tall, so it works best next to a bed with a taller headboard, or set back a little from the mattress edge. How stable is it, and can it go in a kids' room? At nearly 56″ tall with a 17.7″ shade, it's tall relative to its footprint, as any floor lamp of this proportion is. Place it against or beside furniture rather than in an open walkway, keep the cord routed behind furniture, and in a nursery or play area position it in a corner where it can't be pulled over. On carpet, check it sits level before letting go. How do I deal with marks on the white shade? Dust it regularly — most discoloration on a white shade is accumulated dust rather than staining. For a mark, dab with a barely damp cloth and let it dry fully; don't rub or soak the fabric, since water rings on a light shade are harder to fix than the original mark. Test on the inside face first. Downloads Technical reference for the Skylisse Floor Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF User Guide Setup & care · PDF Pending 3D File 3D model · OBJ/FBX Pending
More you might like
Related
Skylisse Table Light
Related
Linear Shape Metal Floor Light Modern 1- Light Floor Light F
Related
Linear Shape Metal Floor Light Modern 1 Light Floor Mounted
Related