Glacium Plug In Wall Sconce
.vk-gla-wrap { --vk-gla-bg: #ffffff; --vk-gla-bg-card: #faf6ef; --vk-gla-bg-deep: #ece0cc; --vk-gla-border: #ece2d1; --vk-gla-border-lt: #f4eee0; --vk-gla-accent: #a8895c; --vk-gla -accent-dk: #6f5630; --vk-gla-accent-lt: #c7a66b; --vk-gla-accent-bg: #f1e9d8; --vk-gla-accent-bdr: #dcc7a0; --vk-gla-text: #2a261d; --vk-gla-text-mid: #554d3c; --vk-gla-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-gla-text); line-height: 1.72; font-size: 14.5px; } .vk-gla-wrap * { box-sizing: border-box; } .vk-gla-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-gla-text-mid); } .vk-gla-wrap a { color: var(--vk-gla-accent-dk); text-decoration: underline; } .vk-gla-wrap .vk-gla-section { margin-bottom: 2.6rem; } .vk-gla-wrap .vk-gla-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-gla-wrap .vk-gla-sec-line { flex: 1; height: 0.5px; background: var(--vk-gla-border); } .vk-gla-wrap .vk-gla-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-gla-accent-dk); white-space: nowrap; } .vk-gla-wrap strong { color: var(--vk-gla-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-gla-wrap .vk-gla-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-gla-wrap .vk-gla-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-gla-border); border-radius: 12px; background: var(--vk-gla-bg-card); } .vk-gla-wrap .vk-gla-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-gla-accent-bg); border: 0.5px solid var(--vk-gla-accent-bdr); color: var(--vk-gla-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-gla-wrap .vk-gla-feat-icon svg { fill: none; } .vk-gla-wrap .vk-gla-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-gla-text); margin-bottom: 6px; line-height: 1.35; } .vk-gla-wrap .vk-gla-feat-desc { font-size: 12px; color: var(--vk-gla-text-mid); line-height: 1.55; } /* Critical notice */ .vk-gla-wrap .vk-gla-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-gla-accent-bdr); border-left: 3px solid var(--vk-gla-accent); border-radius: 10px; background: var(--vk-gla-accent-bg); } .vk-gla-wrap .vk-gla-notice .vk-gla-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-gla-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-gla-wrap .vk-gla-notice .vk-gla-notice-body { font-size: 12.5px; color: var(--vk-gla-text-mid); line-height: 1.6; } .vk-gla-wrap .vk-gla-notice .vk-gla-notice-body strong { color: var(--vk-gla-text); font-weight: 600; } .vk-gla-wrap .vk-gla-notice .vk-gla-notice-body strong:first-child { display: block; color: var(--vk-gla-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-gla-wrap .vk-gla-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-gla-wrap .vk-gla-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-gla-wrap .vk-gla-warn-body { font-size: 12px; color: var(--vk-gla-text-mid); line-height: 1.55; } .vk-gla-wrap .vk-gla-warn-body strong { color: #8a4820; font-weight: 600; } .vk-gla-wrap .vk-gla-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Size table */ .vk-gla-wrap .vk-gla-sizes { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-gla-border); border-radius: 12px; overflow: hidden; font-size: 12px; margin-bottom: 4px; } .vk-gla-wrap .vk-gla-sizes th { background: var(--vk-gla-accent-bg); color: var(--vk-gla-accent-dk); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-align: left; padding: 9px 12px; } .vk-gla-wrap .vk-gla-sizes td { padding: 9px 12px; border-top: 0.5px solid var(--vk-gla-border-lt); color: var(--vk-gla-text); background: var(--vk-gla-bg-card); } .vk-gla-wrap .vk-gla-sizes tr:nth-child(even) td { background: var(--vk-gla-bg); } .vk-gla-wrap .vk-gla-sizes .vk-gla-size-name { font-weight: 700; color: var(--vk-gla-text); } /* Specifications */ .vk-gla-wrap .vk-gla-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-gla-border); border-radius: 14px; overflow: hidden; } .vk-gla-wrap .vk-gla-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-gla-border-lt); display: flex; align-items: flex-start; background: var(--vk-gla-bg-card); gap: 16px; } .vk-gla-wrap .vk-gla-spec-item:last-child { border-bottom: 0; } .vk-gla-wrap .vk-gla-spec-item:nth-child(even) { background: var(--vk-gla-bg); } .vk-gla-wrap .vk-gla-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-gla-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-gla-wrap .vk-gla-spec-val { font-size: 12.5px; color: var(--vk-gla-text); } /* Style tags */ .vk-gla-wrap .vk-gla-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-gla-wrap .vk-gla-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-gla-accent-dk); background: var(--vk-gla-accent-bg); border: 0.5px solid var(--vk-gla-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-gla-wrap .vk-gla-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-gla-wrap .vk-gla-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-gla-border); border-radius: 12px; background: var(--vk-gla-bg-card); text-decoration: none; color: var(--vk-gla-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-gla-wrap .vk-gla-dl-card:hover { background: var(--vk-gla-accent-bg); border-color: var(--vk-gla-accent-bdr); } .vk-gla-wrap .vk-gla-dl-card.vk-gla-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-gla-bg); } .vk-gla-wrap .vk-gla-dl-card.vk-gla-dl-disabled:hover { background: var(--vk-gla-bg); border-color: var(--vk-gla-border); } .vk-gla-wrap .vk-gla-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-gla-accent-bg); border: 0.5px solid var(--vk-gla-accent-bdr); color: var(--vk-gla-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-gla-wrap .vk-gla-dl-icon svg { fill: none; } .vk-gla-wrap .vk-gla-dl-meta { width: 100%; } .vk-gla-wrap .vk-gla-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-gla-text); line-height: 1.3; margin-bottom: 3px; } .vk-gla-wrap .vk-gla-dl-sub { font-size: 11.5px; color: var(--vk-gla-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-gla-wrap .vk-gla-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-gla-text-light); background: var(--vk-gla-bg-card); border: 0.5px solid var(--vk-gla-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-gla-wrap .vk-gla-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-gla-wrap .vk-gla-faq-list details { border: 0.5px solid var(--vk-gla-border); border-radius: 10px; background: var(--vk-gla-bg-card); overflow: hidden; } .vk-gla-wrap .vk-gla-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-gla-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-gla-wrap .vk-gla-faq-list summary::-webkit-details-marker { display: none; } .vk-gla-wrap .vk-gla-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-gla-accent-dk); position: absolute; right: 16px; } .vk-gla-wrap .vk-gla-faq-list details[open] summary { color: var(--vk-gla-accent-dk); } .vk-gla-wrap .vk-gla-faq-list details[open] summary::after { content: '\2212'; } .vk-gla-wrap .vk-gla-faq-list .vk-gla-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-gla-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-gla-wrap .vk-gla-features-grid { grid-template-columns: 1fr; } .vk-gla-wrap .vk-gla-dl-grid { grid-template-columns: 1fr; } .vk-gla-wrap .vk-gla-spec-item { flex-direction: column; gap: 4px; } .vk-gla-wrap .vk-gla-spec-key { width: auto; } .vk-gla-wrap .vk-gla-sizes { font-size: 11px; } .vk-gla-wrap .vk-gla-sizes th, .vk-gla-wrap .vk-gla-sizes td { padding: 7px 8px; } } Inspiration The Glacium Plug-In Wall Sconce sets a looped, reeded glass tube — tinted Cognac or Smoky Gray — on a slim metal backplate, lit from within by two G9 LEDs. Because it’s plug-in, it mounts to the wall and runs a 59″ (150 cm) cord with an inline on/off switch to a standard outlet — no hardwiring. Choose W3.5″ × H11.8″ or the taller W4.7″ × H15.7″. As a plug-in wall sconce for a bedroom, hallway, or living room, it works as bedside or accent light with a warm glow through ribbed glass. Takes 2 × G9 bulbs (included); indoor use. Good To Know ! Metal + reeded glass · Cognac / Smoky Gray · 2 × G9 (bulbs included) · 2 sizes · plug-in · 59″ (150 cm) cord + inline switch · wall-mounted · indoor dry only A wall sconce with a looped, reeded glass tube shade — in Cognac or Smoky Gray — on a slim metal backplate, lit by 2 × G9 sockets with bulbs included. It mounts to the wall with the backplate and is plug-in via a 59″ (150 cm) cord with an inline on/off switch to a standard outlet — no hardwiring. Keep it indoor and dry. AC 110–240V. Key Features Reeded Glass Tube Shade A looped, reeded glass tube in Cognac or Smoky Gray softens and warms the light with fine ribbing. Plug-In, 59″ Cord + Inline Switch Mounts to the wall with a metal backplate and runs a 59″ (150 cm) cord with an inline on/off switch to a standard outlet — no hardwiring. 2 × G9 Included + 2 Sizes 2 × G9 bulbs are included. Choose W3.5″ × H11.8″ or W4.7″ × H15.7″. Size & Fit Two sizes — both use 2 × G9 and come in Cognac or Smoky Gray on the same 59″ plug-in cord. Size Width × Height Light Source Small W3.5″ × H11.8″ (9 × 30 cm) 2 × G9 · bulbs included Large W4.7″ × H15.7″ (12 × 40 cm) 2 × G9 · bulbs included ! Plug-in · wall-mounted backplate · 59″ (150 cm) cord + inline switch · 2 × G9 (bulbs included) · metal + glass · indoor dry only It mounts to the wall with the metal backplate and is plug-in — run the 59″ (150 cm) cord to a standard outlet and switch it with the inline on/off switch; no hardwiring. For general use, mount it about 60–66″ from the floor (lower it beside a bed). Bulbs are 2 × G9, included. Wipe the glass and metal with a soft dry cloth; keep it indoor and dry. For other requests, email [email protected]. Specifications Fixture Type Wall sconce · two lights · plug-in · wall-mounted Materials & Finish Metal backplate + looped reeded glass tube shade Color Cognac · Smoky Gray Light Source 2 × G9 sockets · bulbs included Sizes Small: W3.5″ × H11.8″ (9 × 30 cm) · Large: W4.7″ × H15.7″ (12 × 40 cm) Cord & Switch 59″ (150 cm) cord · plug · inline on/off switch Mount Wall-mounted backplate · plug-in power · no hardwiring Power Plug-in to a standard wall outlet · AC 110–240V · indoor dry only Care Wipe glass and metal with a soft dry cloth · no harsh cleaners · keep dry, indoor use Design Style Art Deco Mid-Century Modern Glam Contemporary Best For Bedside, hallway, living room, entryway, or reading nook · accent and ambient light Downloads Technical reference and setup files for the Glacium Plug-In Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Install Guide Wall-mount & plug-in setup · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What sizes are available, and where does it fit? Two sizes: W3.5″ × H11.8″ (9 × 30 cm) and W4.7″ × H15.7″ (12 × 40 cm). It suits a bedside, hallway, living room, entryway, or reading nook — single or in a pair. Is it hardwired or plug-in? It mounts to the wall with a backplate and is plug-in — run the 59″ (150 cm) cord to a standard outlet and switch it with the inline on/off switch on the cord. No hardwiring. Are bulbs included, and what type? Yes — 2 × G9 bulbs are included. G9 is a small bi-pin base. What colors does it come in? Two tints: Cognac (warm amber) and Smoky Gray. How do I clean it? Wipe the glass and metal with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry.
More you might like
Related
Plug in Wall Sconces, 2 Pack Wall Lamp, Rustic Plug in Wall
Related
Plug in Wall Dimmable Wall Sconces Adjustable Wall Lights w
Related
TRLIFE Dimmable Wall Sconce Plug in, Swing Arm Wall Lights P
Related