Description
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { –accent: #C4906A; –accent-deep: #7C4E2A; –cream: #faf6ef; –ivory: #f5efe0; –border: #e0d4bc; –ink: #2a2018; –muted: #9B7B5A; } .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: #4a3018; 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; } .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(–cream); border: 1px solid var(–border); border-radius: 6px; padding: .75rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(–accent-deep); } .vk-guide-link span { font-size: 13px; color: var(–accent-deep); text-decoration: underline; text-decoration-color: rgba(124,78,42,.3); text-underline-offset: 3px; } /* Notice */ .vk-notice { border-left: 2px solid var(–accent); background: var(–cream); 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: #4a3018; line-height: 1.65; margin: 0; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(–cream); border-radius: 6px; padding: .85rem; border: 1px solid var(–border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(–ivory); 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; } /* Finish combos */ .vk-finish-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem; } .vk-finish-group { background: var(–cream); border: 1px solid var(–border); border-radius: 6px; padding: .85rem; } .vk-finish-group-label { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(–muted); margin-bottom: .55rem; } .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; } .vk-swatch { display: flex; flex-direction: column; align-items: center; gap: 4px; } .vk-swatch-dot { width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(0,0,0,.1); } .vk-swatch-label { font-size: 10px; color: var(–muted); text-align: center; } /* Config cards with images */ .vk-config { border: 1px solid var(–border); border-radius: 6px; background: var(–cream); margin-bottom: .65rem; display: flex; gap: .9rem; align-items: flex-start; padding: .9rem; } .vk-config-thumb a { display: block; } .vk-config-thumb img { width: 110px; height: auto; border-radius: 5px; border: 1px solid var(–border); display: block; } .vk-config-hint { font-size: 10px; color: var(–accent); text-align: center; margin-top: 2px; } .vk-config-info { flex: 1; } .vk-config-tag { display: inline-block; background: var(–accent-deep); color: var(–cream); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .3rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(–ink); margin-bottom: 2px; } .vk-config-dim { font-size: 12px; color: var(–muted); } /* Color temperature */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(–cream); border: 1px solid var(–border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 32px; border-radius: 4px; margin-bottom: .45rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg,#ffd488,#f5a868 50%,#d08040); } .vk-kelvin-preview.neutral { background: linear-gradient(90deg,#fff8e0,#f4eac8 50%,#d0c098); } .vk-kelvin-preview.cool { background: linear-gradient(90deg,#e8f0fa,#c8d8e8 50%,#8098b0); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(–ink); } .vk-kelvin-label { font-size: 11px; color: var(–muted); margin-top: 2px; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(–ivory); } .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(–cream); } .vk-dl-btn:hover { background: var(–ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-finish-row { grid-template-columns: 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } .vk-kelvin { grid-template-columns: 1fr; } }
325° adjustable, focused 24° beam.
Carefully handcrafted and designed for maximum precision, the Adjustable Spotlight Track Ceiling Light features a 325-degree adjustable joint that lets each head be positioned exactly where the light is needed. With a tight 24° beam, it excels at headboard accent lighting, art highlighting, kitchen task lighting, and office work illumination.
TRIAC dimmable version available on request
A TRIAC-dimmable version can be customized upon request. The dimmable driver must be installed externally. Contact us before ordering to arrange the dimmable version.
325° Adjustable
Each head rotates 325° to precisely direct light exactly where needed.
24° Beam Angle
Focused spot beam — ideal for art, accent, task, and headboard lighting.
Integrated LED
No bulb to source — choose color temperature at checkout.
| Materials | Metal |
| Light source | Integrated LED |
| Beam angle | 24° |
| Adjustability | 325° per head |
| Color temperature | 3000K · 4000K · 6000K — select at checkout |
| Power | ~36W (3-lamp) · ~48W (4-lamp) · ~60W (5-lamp) |
| Voltage | AC 110–240V |
| Dimming | TRIAC dimmable version on custom request — external driver required |
| Control | Push switch (not included) |
| Wiring | Hardwired |
| Mounting | Ceiling track |
| Certification | North America · EU · AU · Saudi Arabia |
| Body finishes | Black · White |
| Head finishes | Black · White · Gold |
Can I dim this light?
A TRIAC dimmable version is available on custom request — contact us before ordering. The dimmable driver must be installed externally.
What is the beam angle?
24° — a focused spot beam, ideal for art, accent, task, headboard, or kitchen lighting.
Can I mix body and head colors?
Yes — track body comes in Black or White; spotlight heads in Black, White, or Gold. Select your combination at checkout.



















































Reviews
There are no reviews yet.