Giyan Surface Spotlight
* { box-sizing: border-box; margin: 0; padding: 0; } /* ===== GIYAN SPOTLIGHT — COLOR PALETTE ===== Derived from: angular steel/aluminum body + matte white or black finish Tones: d eep slate steel / mid steel grey / cool pale / light aluminium ============================================= */ :root { --accent-deep: #1a1e22; /* deep slate steel — labels, btn text */ --accent: #3a4452; /* steel blue-grey — notice borders, links */ --accent-light: #6a7888; /* mid steel — gradients */ --surface: #f5f6f8; /* cool pale — card backgrounds */ --bg: #e8eaed; /* light steel grey — section variety */ --border: #c8ccd4; /* soft steel — dividers */ --ink: #0e1218; /* very dark steel — body text */ --muted: #5a6470; /* mid slate — secondary text */ } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--surface); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--accent); text-align: center; margin-bottom: .75rem; letter-spacing: .05em; font-style: italic; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(--accent); background: var(--surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice.green { border-left-color: #4a7a3a; background: #f3f8f0; } .vk-notice.green h5 { color: #2e5a24; } /* Size config cards */ .vk-config { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-config-thumb { flex-shrink: 0; } .vk-config-thumb a { display: block; } .vk-config-thumb img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-config-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-config-info { flex: 1; padding-top: .1rem; } .vk-config-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-config-dims { font-size: 12px; color: var(--muted); margin-bottom: .6rem; } .vk-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; border-top: 1px dashed var(--border); } .vk-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } /* Version cards (Kelvin / dimming) */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-kelvin-card { border-radius: 6px; overflow: hidden; border: 1px solid var(--border); } .vk-kelvin-swatch { height: 40px; } .vk-kelvin-body { padding: .65rem .8rem; background: var(--surface); } .vk-kelvin-body h5 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-kelvin-body p { font-size: 11.5px; color: var(--muted); line-height: 1.5; margin: 0; } /* Dimmer */ .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: 1rem; } .vk-dimmer-thumb { flex-shrink: 0; } .vk-dimmer-thumb img { width: 56px; height: 56px; object-fit: cover; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-dimmer-info h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .25rem; } .vk-dimmer-info p { font-size: 12.5px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-dimmer-info a { color: var(--accent); text-underline-offset: 3px; } /* Finish swatches */ .vk-swatches { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* FAQ */ .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-kelvin { grid-template-columns: 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } .vk-dimmer { flex-direction: column; align-items: flex-start; } } Angular steel, precise and unobtrusive. The Giyan Spotlight sits directly on the ceiling in a clean angular steel body, directing focused light exactly where it is needed. It installs without recess, integrating discreetly into residential interiors and stylish commercial spaces alike — from apartment living rooms to boutique retail lighting. See It In Action Giyan Spotlight — Focused Illumination, Refined Accent Light Features Surface-Mount Sits directly on the ceiling — no recess required. Hardwires to a standard ceiling connection. Angular Steel Design Iron, steel, and aluminum body — sharp geometry that sets a discreet architectural accent. 1 to 4 Lights Configure as a single spot, a linear bar, or a 4-light square cluster — same compact footprint, more coverage. What does “Set of 5” mean? A Set of 5 means five individual light units, each with the separate quantity shown in the listing, packaged and shipped together as a single order. Configurations Tap to enlarge 1-Light L 4.1″ × W 4.1″ × H 3.9″ L 10.5 cm × W 10.5 cm × H 10 cm ~12W Accent · bedside · artwork White or Black Tap to enlarge 2-Light L 8.1″ × W 4.1″ × H 3.9″ L 20.5 cm × W 10.5 cm × H 10 cm ~24W Linear bar · dual zone White or Black Tap to enlarge 3-Light L 11.4″ × W 4.1″ × H 3.9″ L 29 cm × W 10.5 cm × H 10 cm ~30W Longer bar · corridor · retail White or Black Tap to enlarge 4-Light L 8.9″ × W 8.9″ × H 3.9″ L 22.5 cm × W 22.5 cm × H 10 cm ~48W Square cluster · room coverage White or Black Finish White Clean matte white steel — blends with bright ceilings Black Matte black steel — bold contrast, retail-ready Available Versions Select at time of order. Integrated LED fixed at manufacture. Warm Light 3000K — cosy, amber-toned. Ideal for residential and hospitality spaces. Cool Light 6000K — crisp daylight. Best for retail, studios, and task areas. Triac Warm Dimming Warm tone with full dimming control via a TRIAC wall switch. Triac Warm Dimming version — TRIAC dimmer required Pair the Triac Warm Dimming version with a TRIAC (thyristor) dimmer switch for smooth, flicker-free brightness control. Warm Light and Cool Light versions use a standard wall switch only. Find a compatible TRIAC dimmer on Amazon → Need a different colour temperature or dimming solution? In addition to the three standard versions, we can support custom colour temperatures (e.g. 4000K neutral white) and bespoke dimming configurations. Contact our support team to discuss your requirements — we reply within 24 hours. Specifications Materials Iron, Steel, Aluminum Light source Integrated LED Version Warm Light (3000K) · Cool Light (6000K) · Triac Warm Dimming Custom options Other colour temperatures and dimming solutions available on request Power 1-Light: ~12W · 2-Light: ~24W · 3-Light: ~30W · 4-Light: ~48W Voltage AC 110–240V Control Standard wall switch (not included) Dimming Triac Warm Dimming version — requires TRIAC dimmer (not included) Wiring Hardwired Mounting Surface ceiling — no recess required Environment Indoor only Finish White / Black Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide Frequently Asked Questions What does “Set of 5” mean? A Set of 5 means five individual light units, each with the quantity shown in the listing, packaged and shipped together as a single order. Does this spotlight require ceiling recess? No. The Giyan Spotlight is surface-mounted and sits directly on the ceiling. No recess or special junction box is required — it connects to a standard hardwired ceiling connection. Can I dim the Giyan Spotlight? Yes, if you select the Triac Warm Dimming version. Pair it with a TRIAC (thyristor) dimmer switch for smooth, flicker-free control. Warm Light and Cool Light versions use a standard wall switch only. Can I order a different colour temperature? Yes. In addition to the three standard versions, we can support custom colour temperatures and dimming configurations. Contact our support team and we will reply within 24 hours. Is this certified for North America and Europe? Yes. The Giyan Spotlight holds certifications compatible with North America, Saudi Arabia, Europe, and Australia and operates on AC 110–240V worldwide. Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What size should I choose for a kitchen island or workspace?+The 4-light square (L 8.9″ × W 8.9″) delivers ~48W for full coverage, or pair two 2-light bars (L 8.1″ each) for linear task lighting. Both mount flush to the ceiling without recess. Does the Giyan require ceiling recess or special wiring?+No recess needed. The Giyan surface-mounts directly to standard ceiling electrical connections and hardwires to a standard wall switch. No special junction box required. Which finish and color temperature work best for retail or studios?+Black finish with cool light (6000K) creates bold contrast and crisp daylight ideal for retail, studios, and task areas. Custom color temperatures like 4000K neutral white are available on request. Can I dim the Giyan Spotlight?+Yes. Select the Triac Warm Dimming version (3000K with full brightness control via a TRIAC wall dimmer). Warm and Cool Light versions use standard on/off switches only. Can I customize the configuration or color temperature?+Absolutely. Our atelier builds bespoke configurations: choose 1–4 lights, white or black body, and standard or custom color temperatures (e.g., 4000K). Contact support within 24 hours.
More you might like
Related
Giyan Spotlight
Related
Favilla Surface Spotlight
Related
Jura Surface Spotlight
Related