Plixo Wall Lamp
.vk-plx-wrap { --vk-plx-bg: #ffffff; --vk-plx-bg-card: #f5f6f8; --vk-plx-bg-deep: #e4e7ee; --vk-plx-border: #e1e4ea; --vk-plx-border-lt: #ebeef3; --vk-plx-accent: #3355a8; --vk-plx -accent-dk: #1f3873; --vk-plx-accent-lt: #5f7fc4; --vk-plx-accent-bg: #e6ebf7; --vk-plx-accent-bdr: #b8c6e8; --vk-plx-text: #1c1f26; --vk-plx-text-mid: #454b58; --vk-plx-text-light: #868c99; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-plx-text); line-height: 1.72; font-size: 14.5px; } .vk-plx-wrap * { box-sizing: border-box; } .vk-plx-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-plx-text-mid); } .vk-plx-wrap a { color: var(--vk-plx-accent-dk); text-decoration: underline; } .vk-plx-wrap .vk-plx-section { margin-bottom: 2.6rem; } .vk-plx-wrap .vk-plx-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-plx-wrap .vk-plx-sec-line { flex: 1; height: 0.5px; background: var(--vk-plx-border); } .vk-plx-wrap .vk-plx-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-plx-accent-dk); white-space: nowrap; } .vk-plx-wrap strong { color: var(--vk-plx-text); font-weight: 600; } /* Features grid */ .vk-plx-wrap .vk-plx-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-plx-wrap .vk-plx-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-plx-border); border-radius: 12px; background: var(--vk-plx-bg-card); } .vk-plx-wrap .vk-plx-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-plx-accent-bg); border: 0.5px solid var(--vk-plx-accent-bdr); color: var(--vk-plx-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-plx-wrap .vk-plx-feat-icon svg { fill: none; } .vk-plx-wrap .vk-plx-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-plx-text); margin-bottom: 6px; line-height: 1.35; } .vk-plx-wrap .vk-plx-feat-desc { font-size: 12px; color: var(--vk-plx-text-mid); line-height: 1.55; } /* Colors grid */ .vk-plx-wrap .vk-plx-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-plx-wrap .vk-plx-color-card { padding: 12px 12px 14px; border: 0.5px solid var(--vk-plx-border); border-radius: 12px; background: var(--vk-plx-bg-card); text-align: center; } .vk-plx-wrap .vk-plx-swatch { width: 30px; height: 30px; border-radius: 50%; margin: 0 auto 8px; border: 0.5px solid rgba(0,0,0,0.15); } .vk-plx-wrap .vk-plx-color-name { font-size: 11.5px; font-weight: 700; color: var(--vk-plx-text); } /* Critical notice */ .vk-plx-wrap .vk-plx-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-plx-accent-bdr); border-left: 3px solid var(--vk-plx-accent); border-radius: 10px; background: var(--vk-plx-accent-bg); } .vk-plx-wrap .vk-plx-notice .vk-plx-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-plx-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-plx-wrap .vk-plx-notice .vk-plx-notice-body { font-size: 12.5px; color: var(--vk-plx-text-mid); line-height: 1.6; } .vk-plx-wrap .vk-plx-notice .vk-plx-notice-body strong { color: var(--vk-plx-text); font-weight: 600; } .vk-plx-wrap .vk-plx-notice .vk-plx-notice-body strong:first-child { display: block; color: var(--vk-plx-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-plx-wrap .vk-plx-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-plx-border); border-radius: 14px; overflow: hidden; } .vk-plx-wrap .vk-plx-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-plx-border-lt); display: flex; align-items: flex-start; background: var(--vk-plx-bg-card); gap: 16px; } .vk-plx-wrap .vk-plx-spec-item:last-child { border-bottom: 0; } .vk-plx-wrap .vk-plx-spec-item:nth-child(even) { background: var(--vk-plx-bg); } .vk-plx-wrap .vk-plx-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-plx-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-plx-wrap .vk-plx-spec-val { font-size: 12.5px; color: var(--vk-plx-text); } /* Style tags */ .vk-plx-wrap .vk-plx-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-plx-wrap .vk-plx-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-plx-accent-dk); background: var(--vk-plx-accent-bg); border: 0.5px solid var(--vk-plx-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-plx-wrap .vk-plx-dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-plx-wrap .vk-plx-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-plx-border); border-radius: 12px; background: var(--vk-plx-bg-card); text-decoration: none; color: var(--vk-plx-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-plx-wrap .vk-plx-dl-card:hover { background: var(--vk-plx-accent-bg); border-color: var(--vk-plx-accent-bdr); } .vk-plx-wrap .vk-plx-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-plx-accent-bg); border: 0.5px solid var(--vk-plx-accent-bdr); color: var(--vk-plx-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-plx-wrap .vk-plx-dl-icon svg { fill: none; } .vk-plx-wrap .vk-plx-dl-meta { width: 100%; } .vk-plx-wrap .vk-plx-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-plx-text); line-height: 1.3; margin-bottom: 3px; } .vk-plx-wrap .vk-plx-dl-sub { font-size: 11.5px; color: var(--vk-plx-text-light); letter-spacing: 0.02em; line-height: 1.45; } /* FAQ accordion */ .vk-plx-wrap .vk-plx-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-plx-wrap .vk-plx-faq-list details { border: 0.5px solid var(--vk-plx-border); border-radius: 10px; background: var(--vk-plx-bg-card); overflow: hidden; } .vk-plx-wrap .vk-plx-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-plx-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-plx-wrap .vk-plx-faq-list summary::-webkit-details-marker { display: none; } .vk-plx-wrap .vk-plx-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-plx-accent-dk); position: absolute; right: 16px; } .vk-plx-wrap .vk-plx-faq-list details[open] summary { color: var(--vk-plx-accent-dk); } .vk-plx-wrap .vk-plx-faq-list details[open] summary::after { content: '\2212'; } .vk-plx-wrap .vk-plx-faq-list .vk-plx-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-plx-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-plx-wrap .vk-plx-features-grid { grid-template-columns: 1fr; } .vk-plx-wrap .vk-plx-color-grid { grid-template-columns: 1fr; } .vk-plx-wrap .vk-plx-dl-grid { grid-template-columns: 1fr; } .vk-plx-wrap .vk-plx-spec-item { flex-direction: column; gap: 4px; } .vk-plx-wrap .vk-plx-spec-key { width: auto; } } Inspiration The Plixo Wall Lamp is a bold expression of contemporary design, where geometry meets color in a playful, sculptural form. Crafted from bent metal sheets in glossy finishes and paired with a contrasting end cap, its overlapping layers create both visual intrigue and functional light diffusion. Perfect for modern interiors that embrace creativity and color, Plixo brings a dash of architectural attitude to any wall it graces. Good To Know ! One size (L48.5 × H12 cm) · bent metal body · three colors · integrated LED, 15W, 3000K warm white · hardwired · damp rated The body is bent metal sheet in a glossy finish with a contrasting end cap. The LED is integrated and not replaceable, drawing 15W and rated for about 50,000 hours at a warm 3000K. It's hardwired, works with a dimmer switch (sold separately), and is damp rated — suitable for bathrooms and covered outdoor areas as well as dry rooms. Certified for North America, Australia, Europe & the Middle East. Key Features Sculptural Bent Metal Overlapping bent metal sheets in a glossy finish create a layered, geometric silhouette on the wall. Contrasting End Cap A contrasting end cap in a bold color plays off the body finish for a graphic, architectural look. 15W Integrated LED, Damp Rated A built-in 15W, 50,000-hour LED at warm 3000K; damp rated for bathrooms and covered outdoor spots. Colors One design, three colors — pick the one that fits your room. Blue Red Yellow Product Size One size: L48.5 cm × H12 cm (L19.1″ × H4.7″). Specifications Fixture Type Wall lamp · hardwired · sculptural bent-metal body with contrasting end cap Materials & Finish Metal · glossy finish Colors Blue · Red · Yellow Dimensions L48.5 cm × H12 cm (L19.1″ × H4.7″) Light Source Integrated LED · 15W · not replaceable · ~50,000 hr lifespan · 3000K warm white Power Hardwired · dimmer compatible (switch not included) Rating Damp rated — suitable for bathrooms and covered outdoor areas Certification Certified: North America · Australia · Europe · Middle East Design Style Contemporary Postmodern Eclectic Kids / Playroom Use Case The Plixo's bold color and sculptural form make it a statement piece for a living room, hallway, or creative studio — it works best as a focal point rather than blending in. Because it's damp rated, it also suits a powder room or covered outdoor wall. Group two or three in a row for a graphic, gallery-style installation, or use a single fixture as an architectural accent. Downloads Parameter Dimensions & specs · PDF Installation Hardwire setup · PDF FAQ Can I replace the bulb? No — the LED is integrated into the fixture, drawing 15W, and isn't a replaceable bulb. It's rated for about 50,000 hours at 3000K warm white. Can I install it in a bathroom or outdoors? Yes — it's damp rated, suitable for bathrooms and covered outdoor areas, in addition to dry indoor rooms. What colors are available? Three colors: Blue, Red, and Yellow. Pick the one at checkout that best matches your room. Does it work with a dimmer? Yes — it's dimmer compatible. Pair it with a compatible wall dimmer switch (sold separately). How is it installed? It's hardwired to a standard wall junction box. Licensed electrician recommended. It's certified for North America, Australia, Europe & the Middle East.
More you might like
Related
SUNESA Wall Lamp Light Luxury Crystal Wall Lamp Bedroom Beds
Related
Bedside Lamp Wall Lamp Rotary Key Lamp Wall Lamp Background
Related
Bedside Lamp Wall Lamp Rotary Key Lamp Wall Lamp Background
Related