Description
.gcl-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: #fff; } .gcl-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1rem; } /* § 1 HERO */ .gcl-hero-body { font-size: .93rem; color: #555; line-height: 1.8; margin-bottom: 1.2rem; } .gcl-hero-pts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: .5rem; } .gcl-hero-pt { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; color: #555; font-weight: 500; } /* § 2 WHY */ .gcl-why { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 1.8rem; } @media(max-width:480px){ .gcl-why { grid-template-columns: 1fr; } } .gcl-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #444; line-height: 1.55; } .gcl-wc-icon { font-size: 1.1rem; display: block; margin-bottom: .25rem; } .gcl-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .15rem; } /* § 3 SCENARIOS */ .gcl-scenarios { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 1.8rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; } .gcl-scenario { padding: 1.1rem 1rem; border-right: 1px solid #e5e5e5; } .gcl-scenario:last-child { border-right: none; } .gcl-scenario__icon { font-size: 1.2rem; display: block; margin-bottom: .4rem; } .gcl-scenario__name { font-size: .88rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .25rem; } .gcl-scenario__desc { font-size: .8rem; color: #555; line-height: 1.55; } .gcl-scenario__tag { display: block; margin-top: .6rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; } @media(max-width:520px){ .gcl-scenarios { grid-template-columns: 1fr; } .gcl-scenario { border-right: none; border-bottom: 1px solid #e5e5e5; } .gcl-scenario:last-child { border-bottom: none; } } /* § 4 B/A */ .gcl-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1.8rem; } .gcl-bac { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #ddd; border-radius: 6px; padding: 1rem 1.1rem; } .gcl-bac–after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .gcl-bac-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .55rem; } .gcl-bac–before .gcl-bac-label { color: #999; } .gcl-bac–after .gcl-bac-label { color: #b8924a; } .gcl-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .28rem; } .gcl-bac-list li { font-size: .83rem; color: #555; display: flex; align-items: flex-start; gap: .45rem; line-height: 1.45; } .gcl-bac-list li::before { content: ”; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .48rem; flex-shrink: 0; } .gcl-bac–before .gcl-bac-list li::before { background: #ccc; } .gcl-bac–after .gcl-bac-list li::before { background: #b8924a; } @media(max-width:440px){ .gcl-ba { grid-template-columns: 1fr; } } /* § 5 UPSELL */ .gcl-upsell { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 1rem; display: flex; align-items: flex-start; gap: 1rem; font-size: .88rem; color: #555; line-height: 1.65; } .gcl-upsell__count { font-size: 2.4rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; } .gcl-upsell__title { font-weight: 600; font-size: .88rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media(max-width:440px){ .gcl-upsell { flex-direction: column; gap: .6rem; } } .gcl-pair-cards { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 1.8rem; } .gcl-pair-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .83rem; color: #444; line-height: 1.5; } .gcl-pair-card__icon { font-size: 1.1rem; display: block; margin-bottom: .25rem; } .gcl-pair-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .15rem; } .gcl-pair-card__tag { display: block; margin-top: .45rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } /* ── COLORS ── */ .gcl-colors { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.5rem; } .gcl-color-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; padding: .75rem 1rem; display: flex; align-items: center; gap: 12px; font-size: .84rem; color: #333; font-weight: 500; min-width: 200px; } /* Paired swatch: two circles overlapping slightly */ .gcl-sw-pair { position: relative; width: 32px; height: 20px; flex-shrink: 0; } .gcl-sw-pair .gcl-sw, .gcl-sw-single { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(0,0,0,.08); box-shadow: 0 1px 3px rgba(0,0,0,.12); position: absolute; } .gcl-sw-pair .gcl-sw:first-child { left: 0; z-index: 2; } .gcl-sw-pair .gcl-sw:last-child { left: 14px; z-index: 1; } /* Single swatch (unused — kept for structure) */ .gcl-sw-single { position: static; display: inline-block; } .gcl-color-info { display: flex; flex-direction: column; gap: 2px; } .gcl-color-name { font-size: .84rem; font-weight: 600; color: #1a1a1a; line-height: 1.2; } .gcl-color-note { font-size: .72rem; color: #888; font-weight: 400; } /* Individual swatch fills */ .gcl-sw–brown { background: #5a3a1a; } .gcl-sw–beige { background: #d9cbb8; } .gcl-sw–black { background: #1a1a1a; } .gcl-sw–walnut { background: linear-gradient(135deg,#7c5c3e,#a87850); } /* Size */ .gcl-size { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .gcl-specs { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 7px; } .gcl-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .5rem .8rem; font-size: .86rem; color: #333; } .gcl-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 6px; } /* Footer */ .gcl-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; align-items: start; } .gcl-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .65rem; } .gcl-badges { display: flex; flex-direction: column; gap: .35rem; } .gcl-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .22rem .8rem; font-size: .76rem; color: #333; width: fit-content; } .gcl-dls { display: flex; flex-direction: column; gap: .4rem; } .gcl-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .74rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .55rem .8rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .gcl-dl:hover { border-color: #b8924a; } .gcl-dl img { width: 20px; height: 20px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .gcl-foot { grid-template-columns: 1fr; gap: 1rem; } }
Most ceiling lights do one thing: exist. The Gand does a little more. A resin body paired with a glass globe diffuser gives the light somewhere interesting to come from — soft, omnidirectional, no hard center. The proportions are compact enough to disappear into a low hallway ceiling and considered enough to hold its own above a dining table. Three color combinations, ceiling or wall mount, damp rated. One fixture that covers a surprising number of rooms.
🔆 Soft Globe Diffusion
🔄 Ceiling or Wall Mount
2 Color Combos · Damp Rated
Why You’ll Love It
🌕 Globe Diffuser — No Hot Spots The glass globe wraps the bulb in an even, omnidirectional glow. No bright center, no shadows at the edges. Just clean light across the whole room.
🔄 Ceiling or Wall — One Fixture, Two Options Mount on the ceiling as a main light or on the wall as a sconce — no modification needed. The same clean form works in both positions.
🎨 Two Combinations — Each a Different Room Brown & Beige for warm, natural interiors where wood tones and earthy textures set the palette. Black & Walnut Color for rooms that mix contrast with warmth — graphic without going cold.
💧 Damp Rated — Bathroom Included Fully cleared for bathrooms and covered outdoor areas — one less fixture to source separately for the wet rooms in the home.
Where It Lives Best
🛏 Bedroom
Flush to the ceiling, soft output, zero distraction. Brown & Beige adds material warmth without weight; Black & Walnut Color brings quiet contrast to a room with light walls or natural linens. On a dimmer, it moves from functional to atmospheric in a single step.
Dimmer — sold separately
🚪 Hallway & Bathroom
Compact enough for tight ceilings, damp rated for bathrooms. The globe reads as a considered detail in a space most fixtures ignore. Black & Walnut Color above a bathroom vanity — contrast that feels intentional.
Damp rated
🛋 Living Room Wall
Mounted on the wall above a sofa or beside a reading chair, the Gand adds a mid-height light layer without a table lamp taking up surface space. One fixture, both ceiling and wall applications covered.
Ceiling + wall mount
Design & Light
Basic Ceiling Fixture
- Plain dome — one material, no character
- Bright center, dim edges
- Only mounts on the ceiling
- Forgettable in any room
With Gand
- Resin + glass — material contrast that reads designed
- Globe diffusion — even glow from every angle
- Ceiling or wall — flexible placement
- 2 curated combos — one for every room in the home
Styling & Combinations
×2
One per room — the simplest way to light the whole home with intention. Brown & Beige in the bedroom, Black & Walnut Color in the bathroom or hallway — the same form in two combinations creates a design language that runs through the home without being repetitive. Each room gets a considered ceiling light; the whole purchase takes minutes.
Colors
Brown & Beige Warm earth tones — natural interiors
Black & Walnut Color Contrast meets wood grain
Product Size
Dia 30 cm × H 15 cm / ∅ 11.8″ × H 5.6″
Details
- Body: Resin · Diffuser: Glass Globe
- Canopy: Metal
- Mount: Ceiling or Wall
- Wiring: Hardwired
- Socket: G9
- Max bulb: 7W incandescent or LED equivalent
- Dimmer compatible (switch not included)
- IP Rating: Damp rated — bathrooms & covered outdoors
- Certified: North America · Australia · Europe · Middle East
Certifications
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation
Reviews
There are no reviews yet.