Loopara Floor Light
.vk-nal-wrap { --vk-nal-bg: #ffffff; --vk-nal-bg-card: #f7f4ef; --vk-nal-bg-deep: #e2d5bc; --vk-nal-border: #e6ddc7; --vk-nal-border-lt: #f1ece0; --vk-nal-accent: #9c7943; --vk-nal -accent-dk: #66502c; --vk-nal-accent-lt: #bc9a63; --vk-nal-accent-bg: #ece0c5; --vk-nal-accent-bdr: #d6bd8c; --vk-nal-text: #262218; --vk-nal-text-mid: #524939; --vk-nal-text-light: #8c8069; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-nal-text); line-height: 1.72; font-size: 14.5px; } .vk-nal-wrap * { box-sizing: border-box; } .vk-nal-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-nal-text-mid); } .vk-nal-wrap a { color: var(--vk-nal-accent-dk); text-decoration: underline; } .vk-nal-wrap .vk-nal-section { margin-bottom: 2.6rem; } .vk-nal-wrap .vk-nal-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-nal-wrap .vk-nal-sec-line { flex: 1; height: 0.5px; background: var(--vk-nal-border); } .vk-nal-wrap .vk-nal-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-nal-accent-dk); white-space: nowrap; } .vk-nal-wrap strong { color: var(--vk-nal-text); font-weight: 600; } .vk-nal-wrap .vk-nal-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-nal-wrap .vk-nal-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-nal-border); border-radius: 12px; background: var(--vk-nal-bg-card); } .vk-nal-wrap .vk-nal-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-nal-accent-bg); border: 0.5px solid var(--vk-nal-accent-bdr); color: var(--vk-nal-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-nal-wrap .vk-nal-feat-icon svg { fill: none; } .vk-nal-wrap .vk-nal-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-nal-text); margin-bottom: 6px; line-height: 1.35; } .vk-nal-wrap .vk-nal-feat-desc { font-size: 12px; color: var(--vk-nal-text-mid); line-height: 1.55; } .vk-nal-wrap .vk-nal-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-nal-accent-bdr); border-left: 3px solid var(--vk-nal-accent); border-radius: 10px; background: var(--vk-nal-accent-bg); } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-nal-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-nal-wrap .vk-nal-notice .vk-nal-notice-body { font-size: 12.5px; color: var(--vk-nal-text-mid); line-height: 1.6; } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-body strong { color: var(--vk-nal-text); font-weight: 600; } .vk-nal-wrap .vk-nal-notice .vk-nal-notice-body strong:first-child { display: block; color: var(--vk-nal-accent-dk); margin-bottom: 3px; font-size: 13px; } .vk-nal-wrap .vk-nal-size-table { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-nal-border); border-radius: 12px; overflow: hidden; margin-bottom: 12px; } .vk-nal-wrap .vk-nal-size-table thead th { background: var(--vk-nal-accent-bg); color: var(--vk-nal-accent-dk); font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; text-align: left; padding: 12px 16px; border-bottom: 0.5px solid var(--vk-nal-border); } .vk-nal-wrap .vk-nal-size-table tbody td { padding: 14px 16px; font-size: 13px; color: var(--vk-nal-text); border-bottom: 0.5px solid var(--vk-nal-border-lt); background: var(--vk-nal-bg-card); } .vk-nal-wrap .vk-nal-size-table tbody tr:nth-child(even) td { background: var(--vk-nal-bg); } .vk-nal-wrap .vk-nal-size-table tbody tr:last-child td { border-bottom: 0; } .vk-nal-wrap .vk-nal-size-table tbody td:first-child { font-weight: 700; color: var(--vk-nal-text); width: 30%; } .vk-nal-wrap .vk-nal-size-table tbody td:last-child { color: var(--vk-nal-text-mid); } .vk-nal-wrap .vk-nal-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-nal-border); border-radius: 14px; overflow: hidden; } .vk-nal-wrap .vk-nal-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-nal-border-lt); display: flex; align-items: flex-start; background: var(--vk-nal-bg-card); gap: 16px; } .vk-nal-wrap .vk-nal-spec-item:last-child { border-bottom: 0; } .vk-nal-wrap .vk-nal-spec-item:nth-child(even) { background: var(--vk-nal-bg); } .vk-nal-wrap .vk-nal-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-nal-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-nal-wrap .vk-nal-spec-val { font-size: 12.5px; color: var(--vk-nal-text); } .vk-nal-wrap .vk-nal-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-nal-wrap .vk-nal-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-nal-accent-dk); background: var(--vk-nal-accent-bg); border: 0.5px solid var(--vk-nal-accent-bdr); padding: 2px 8px; border-radius: 6px; } .vk-nal-wrap .vk-nal-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-nal-wrap .vk-nal-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-nal-border); border-radius: 12px; background: var(--vk-nal-bg-card); text-decoration: none; color: var(--vk-nal-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-nal-wrap .vk-nal-dl-card:hover { background: var(--vk-nal-accent-bg); border-color: var(--vk-nal-accent-bdr); } .vk-nal-wrap .vk-nal-dl-card.vk-nal-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-nal-bg); } .vk-nal-wrap .vk-nal-dl-card.vk-nal-dl-disabled:hover { background: var(--vk-nal-bg); border-color: var(--vk-nal-border); } .vk-nal-wrap .vk-nal-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-nal-accent-bg); border: 0.5px solid var(--vk-nal-accent-bdr); color: var(--vk-nal-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-nal-wrap .vk-nal-dl-icon svg { fill: none; } .vk-nal-wrap .vk-nal-dl-meta { width: 100%; } .vk-nal-wrap .vk-nal-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-nal-text); line-height: 1.3; margin-bottom: 3px; } .vk-nal-wrap .vk-nal-dl-sub { font-size: 11.5px; color: var(--vk-nal-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-nal-wrap .vk-nal-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-nal-text-light); background: var(--vk-nal-bg-card); border: 0.5px solid var(--vk-nal-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } .vk-nal-wrap .vk-nal-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-nal-wrap .vk-nal-faq-list details { border: 0.5px solid var(--vk-nal-border); border-radius: 10px; background: var(--vk-nal-bg-card); overflow: hidden; } .vk-nal-wrap .vk-nal-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-nal-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-nal-wrap .vk-nal-faq-list summary::-webkit-details-marker { display: none; } .vk-nal-wrap .vk-nal-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-nal-accent-dk); position: absolute; right: 16px; } .vk-nal-wrap .vk-nal-faq-list details[open] summary { color: var(--vk-nal-accent-dk); } .vk-nal-wrap .vk-nal-faq-list details[open] summary::after { content: '\2212'; } .vk-nal-wrap .vk-nal-faq-list .vk-nal-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-nal-text-mid); line-height: 1.6; } @media (max-width: 520px) { .vk-nal-wrap .vk-nal-features-grid { grid-template-columns: 1fr; } .vk-nal-wrap .vk-nal-dl-grid { grid-template-columns: 1fr; } .vk-nal-wrap .vk-nal-spec-item { flex-direction: column; gap: 4px; } .vk-nal-wrap .vk-nal-spec-key { width: auto; } .vk-nal-wrap .vk-nal-size-table thead th, .vk-nal-wrap .vk-nal-size-table tbody td { padding: 10px 12px; font-size: 12.5px; } } Inspiration The Loopara Floor Light twists a pair of stainless steel tubes into a single knotted column, with two exposed glass globe bulbs set at different heights along the loop. Available in two sizes — W25 × H158cm and W27 × H185cm — it works as a sculptural floor lamp for a living room corner, a reading light beside an armchair, or an accent piece next to a sofa or console table in a mid-century or contemporary space. It runs on two G9 bulbs, one at each globe, for a layered glow rather than a single overhead source, and sits on a round weighted base for stability. Good To Know ! Plug-in floor lamp · two bulbs, two heights · indoor dry only It is a corded, plug-in floor lamp — no hardwiring or installation needed, just plug it into any wall outlet. The two G9 bulbs sit at different heights along the knotted tube, so light spreads from two separate points rather than one. Keep it indoor and dry. Full material and power details are in Specifications below. Key Features Knotted Steel Tube Form Two stainless steel tubes twist into a single loop, giving the floor lamp a sculptural, knot-like silhouette. Two Exposed Globe Bulbs A pair of G9 bulbs sit at different heights along the tube, each left exposed rather than shaded. Weighted Round Base A round, flat base anchors the tall tube form so the lamp stands stable on its own. Size & Fit Two sizes — choose based on ceiling height and how tall a floor lamp your space calls for. Size Measurement Size 1 W9.8″ × H62.2″ (25 × 158cm) Size 2 W10.6″ × H72.8″ (27 × 185cm) Specifications Fixture Type Floor lamp Materials & Finish Stainless steel tube body + glass globe shades Light Source 2 × G9 sockets · bulbs included Mount Freestanding, corded plug-in — no hardwiring required Power Plugs into standard wall outlet · AC 110–240V · indoor dry only Installation None required — plug in and place Care Wipe steel tube and glass globes with a soft dry cloth · no harsh cleaners · keep dry, indoor use Certification ETL, UL and CE, CCC, CSA, SAA listed Design Style Mid-CenturyContemporary Best For Living room corner, reading nook, or beside a sofa · ambient and accent light Downloads Technical reference and setup files for the Loopara Floor Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Care Guide Setup & cleaning · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What sizes are available?Two sizes: W9.8″ × H62.2″ (25 × 158cm) and W10.6″ × H72.8″ (27 × 185cm). How many bulbs does it use, and are they included?It uses 2 × G9 bulbs, one at each globe, and both bulbs are included. Does this lamp need to be wired in?No — it is a corded, plug-in floor lamp. Just plug it into any standard wall outlet; no installation required. Does it stand on its own without support?Yes — it sits on a round weighted base and stands freely without needing to lean against a wall. How do I clean it?Wipe the stainless steel tube and glass globes with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry. { "@context": "https://schema.org", "@type": "Product", "name": "Loopara Floor Light - Knotted Steel Tube Floor Lamp with Dual Globe Bulbs", "description": "Floor lamp with two stainless steel tubes twisted into a single knotted column, with two exposed glass globe bulbs set at different heights. Available in two sizes: W9.8 in x H62.2 in (25 x 158cm) and W10.6 in x H72.8 in (27 x 185cm). Light source: 2 x G9 sockets, bulbs included. Corded, plug-in design; no hardwiring or installation required. Round weighted base for freestanding stability. AC 110-240V, indoor dry locations only. ETL, UL and CE, CCC, CSA, SAA listed. Suitable for a living room corner, reading nook, or beside a sofa, as ambient and accent light. Designed for mid-century and contemporary interiors.", "material": ["Stainless Steel", "Glass"], "category": "Floor Lamp", "additionalProperty": [ { "@type": "PropertyValue", "name": "Size 1", "value": "W9.8 in (25cm) x H62.2 in (158cm)" }, { "@type": "PropertyValue", "name": "Size 2", "value": "W10.6 in (27cm) x H72.8 in (185cm)" }, { "@type": "PropertyValue", "name": "Light Source", "value": "2 x G9 sockets, bulbs included" }, { "@type": "PropertyValue", "name": "Mount", "value": "Freestanding, corded plug-in" }, { "@type": "PropertyValue", "name": "Power", "value": "AC 110-240V; indoor dry only" }, { "@type": "PropertyValue", "name": "Certification", "value": "ETL, UL and CE, CCC, CSA, SAA listed" }, { "@type": "PropertyValue", "name": "Design Style", "value": "Mid-Century, Contemporary" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What sizes are available?", "acceptedAnswer": { "@type": "Answer", "text": "Two sizes: W9.8 in x H62.2 in (25 x 158cm) and W10.6 in x H72.8 in (27 x 185cm)." } }, { "@type": "Question", "name": "How many bulbs does it use, and are they included?", "acceptedAnswer": { "@type": "Answer", "text": "It uses 2 x G9 bulbs, one at each globe, and both bulbs are included." } }, { "@type": "Question", "name": "Does this lamp need to be wired in?", "acceptedAnswer": { "@type": "Answer", "text": "No - it is a corded, plug-in floor lamp. Just plug it into any standard wall outlet; no installation required." } }, { "@type": "Question", "name": "Does it stand on its own without support?", "acceptedAnswer": { "@type": "Answer", "text": "Yes - it sits on a round weighted base and stands freely without needing to lean against a wall." } }, { "@type": "Question", "name": "How do I clean it?", "acceptedAnswer": { "@type": "Answer", "text": "Wipe the stainless steel tube and glass globes with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry." } } ] }
More you might like
Related
VADILAL- ALOOPARATHA16 PCS
Related
Loopra 3-light - artic black floor lamp
Related
Mesh-Looparmband 18 mm Roségold
Related