Glacium Wall Lamp
.glc-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background : transparent; } .glc-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.4rem 0 1.2rem; } /* Video */ .glc-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .glc-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .glc-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .glc-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .glc-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .glc-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Why β Docos cards */ .glc-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .glc-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .glc-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .glc-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .glc-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .glc-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .glc-sc:last-child { border-right: none; } .glc-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .glc-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .glc-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .glc-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .glc-scenes{grid-template-columns:1fr;} .glc-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .glc-sc:last-child{border-bottom:none;} } /* Sizes */ .glc-sizes { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 2.4rem; } .glc-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; } .glc-size-label { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .35rem; } .glc-size-name { font-size: .95rem; font-weight: 700; color: #1a1a1a; display: block; margin-bottom: .25rem; } .glc-size-meta { font-size: .78rem; color: #666; line-height: 1.5; } @media(max-width:480px){ .glc-sizes { grid-template-columns: 1fr; } } /* Colors */ .glc-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 1rem; font-size: .85rem; color: #555; } .glc-swatches { display: flex; gap: 7px; } .glc-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .glc-sw--cognac { background: linear-gradient(135deg,#c47a3d,#9a5324); } .glc-sw--smoky { background: linear-gradient(135deg,#8a8288,#5a545a); } /* Size line */ .glc-size-note { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .85rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .glc-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .glc-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .glc-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .glc-specs li > span { min-width: 0; } .glc-specs strong { white-space: nowrap; } /* Footer */ .glc-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .glc-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .glc-badges { display: flex; flex-direction: column; gap: .4rem; } .glc-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .glc-dls { display: flex; flex-direction: column; gap: .45rem; } .glc-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .glc-dl:hover { border-color: #b8924a; } .glc-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.glc-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Glacium Wall Lamp turns a wall into a luminous statement β a sculptural glass body layered with precise linear textures that refract light into a crystalline glow, set on a warm brass mount. In Cognac or Smoky Gray tinted glass, it reads as modern minimalism with a touch of subtle luxury. Two sizes, wall-mounted and damp-rated for bathrooms and covered outdoor areas β for hallways, living spaces, or hospitality interiors. Textured glass that refracts light into a crystalline glow. π Sculptural Textured Glass β¨ Crystalline Refraction π‘ Brass Mount π§ Damp-Rated Cognac Β· Smoky Gray Why It Works π Sculptural Textured Glass A glass body layered with precise linear textures refracts the light into a crystalline glow β the fixture reads as a sculptural object on the wall, catching light differently as you move past it. In clear-leaning Cognac or cooler Smoky Gray. π‘ Warm Brass Mount A warm brass mount grounds the glass with a timeless, elegant metal note β the contrast between the cool refracted glass and the warm brass is what gives the piece its subtle-luxury character. π§ Damp-Rated & Dimmable G9 sockets β 2 or 3 by size β behind the glass. Damp-rated for bathrooms and covered outdoor areas, and dimmer compatible (switch sold separately) for adjustable output. Where It Works Best πͺ Hallway Mounted along a hallway, the slim vertical form and refracted glow turn a plain corridor into a series of luminous statements β a decorative wall light that earns the space rather than just lighting it. Slim vertical form π Living & Bath Flanking a sofa, bed, or bathroom mirror, the textured glass and brass mount read as considered detailing. Being damp-rated, it can go beside a vanity or in a bathroom where most decorative sconces can't. Damp-rated π¨ Hospitality In a hotel corridor, lobby, or restaurant, the crystalline refraction and brass finish deliver a subtle-luxury look at scale β repeat the fixture down a wall for a cohesive, upscale lighting language. Statement at scale Choose Your Size Small β 2 Light W 3.5β³ Γ H 11.8β³ W 9 Γ H 30 cm Β· 2 Γ G9Depth 3.5β³ (9 cm) Large β 3 Light W 4.7β³ Γ H 15.7β³ W 12 Γ H 40 cm Β· 3 Γ G9Depth 3.5β³ (9 cm) Colors Cognac Β· Smoky Gray (tinted glass Β· brass mount) Product Size Small W9 Γ H30 cm (3.5 Γ 11.8β³) Β· Large W12 Γ H40 cm (4.7 Γ 15.7β³) Β· Depth 9 cm / 3.5β³ Details Shade: Textured Glass β Cognac or Smoky Gray Mount: Brass Materials: Metal & Glass Colors: Cognac Β· Smoky Gray Sizes: Small W9ΓH30 cm Β· Large W12ΓH40 cm Β· Depth 9 cm Wiring: Hardwired Socket: G9 Bulbs: 2 or 3 Γ 10W by size, incandescent or LED equivalent Dimmer compatible (switch not included) Damp-rated β bathrooms & covered outdoor areas Certified: North America Β· Australia Β· Europe Β· Middle East Certifications π North America π Australia π Europe π Middle East Downloads Parameter Installation 3D Files
More you might like
Related
Glacium Plug In Wall Sconce
Related
Luminous Glacium LED Wall Light with Crystalline Glow
Related
SUNESA Wall Lamp Light Luxury Crystal Wall Lamp Bedroom Beds
Related