Description
.vk-wrap *, .vk-wrap *::before, .vk-wrap *::after { box-sizing: border-box; } /* ===== PALETTE: Transparent acrylic + steel silver + warm gold ===== Derived from: clear transparent acrylic panels, polished stainless steel strips (gold or silver), “weightless” sculptural suspension. Clean, precise, contemporary art-object quality. ================================================================== */ :root { –accent-deep: #1E1E1E; –accent: #4A4A4A; –accent-light:#909090; –surface: #F9F9F7; –bg: #F0F0EE; –border: #D8D8D4; –ink: #141414; –muted: #6A6A6A; } .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; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(–accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(–accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.2); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(–accent-deep); } /* 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; } /* Notices */ .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.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Dimmer link card */ .vk-dimmer-link { display: flex; align-items: center; gap: 1rem; background: var(–surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(–border); margin-bottom: .75rem; text-decoration: none; } .vk-dimmer-link img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; border: 1px solid var(–border); } .vk-dimmer-link-text h5 { font-size: 13px; font-weight: 500; color: var(–ink); margin-bottom: .2rem; } .vk-dimmer-link-text p { font-size: 12.5px; color: var(–muted); line-height: 1.5; margin: 0; } /* Finish swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-swatch-item { display: flex; align-items: center; gap: 7px; background: var(–surface); border: 1px solid var(–border); border-radius: 14px; padding: 4px 14px; font-size: 12px; color: var(–muted); } .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; } /* Color temp — 2-col cards */ .vk-kelvin-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: .85rem; } .vk-kelvin-card { background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 36px; border-radius: 4px; margin-bottom: .5rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg, #ffd488 0%, #f5a868 50%, #d08040 100%); } .vk-kelvin-preview.warm-dim { background: linear-gradient(90deg, #ffcf78 0%, #f0a050 50%, #c87828 100%); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(–ink); } .vk-kelvin-label { font-size: 11px; color: var(–muted); margin-top: 2px; } /* Size grid — compact 2-col thumbnail tiles */ .vk-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: .75rem; } .vk-size-tile { background: var(–surface); border: 1px solid var(–border); border-radius: 6px; overflow: hidden; } .vk-size-tile a { display: block; } .vk-size-tile img { width: 100%; height: auto; display: block; } .vk-size-tile-body { padding: .55rem .6rem; } .vk-size-tile-tag { display: inline-block; background: var(–accent-deep); color: var(–surface); font-size: 9px; padding: 1px 7px; border-radius: 7px; font-weight: 500; letter-spacing: .05em; margin-bottom: .2rem; } .vk-size-tile-dim { font-size: 11.5px; font-weight: 500; color: var(–ink); } .vk-size-tile-sub { font-size: 10px; color: var(–muted); line-height: 1.4; margin-top: 1px; } .vk-size-tile-power { font-size: 10px; color: var(–accent); margin-top: 2px; } .vk-size-tile-hint { font-size: 9.5px; color: var(–accent-light); text-align: center; padding: 3px 0; background: var(–bg); border-top: 1px solid var(–border); } /* Module size note */ .vk-module-note { background: var(–surface); border: 1px solid var(–border); border-radius: 6px; padding: .75rem 1rem; margin-bottom: .75rem; display: flex; align-items: center; gap: .75rem; } .vk-module-note p { font-size: 13px; color: var(–muted); margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(–bg); } .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-faq-item { border-bottom: 1px solid var(–border); padding: 12px 0; } .vk-faq-item 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-faq-item summary::-webkit-details-marker { display: none; } .vk-faq-answer { 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-size-grid { grid-template-columns: repeat(2, 1fr); } .vk-kelvin-2 { grid-template-columns: 1fr; } }
Transparent acrylic, suspended weightless — the Rinkle.
Sheets of transparent acrylic shaped by hand form the Rinkle’s abstract, airy composition. Energy-efficient LEDs recessed within strips of polished stainless steel illuminate each panel from within — obscuring the source of light so the acrylic appears to glow on its own. Delicately suspended by thin wires, the entire installation reads as floating light sculpture, adjustable in scale from a dining room accent to a grand architectural installation.
Rinkle Suspended Lights — floating acrylic light sculpture
Hand-Shaped Acrylic
Each transparent sheet is individually formed by hand — no two installations are perfectly identical.
Concealed LED Source
LEDs recessed within stainless steel strips illuminate from within — the acrylic glows as if lit by itself.
6 Configurations
3 to 28 heads — intimate dining accent to a grand double-height installation.
Triac Dimmable version — TRIAC dimmer switch required
If you select the Triac Dimmable Warm Light option, a TRIAC (Thyristor) dimmer switch is required for smooth, flicker-free dimming. Standard rotary dimmers are not compatible and may cause flickering or damage. The standard Warm Light version works with any common wall switch.
Both finishes use the same transparent acrylic panels. Only the metal LED strip color differs. Select at checkout.
Gold
Silver
Two standard options available at checkout. Other color temperatures can be customized — contact us before ordering.
Other color temperatures available on custom order
If you need a different color temperature (e.g. 4000K neutral or 6000K cool), we can customize this for you. Please before placing your order and we will reply within 24 hours.
Single acrylic module: L 30 cm × W 18 cm / L 11.8″ × W 7.1″ · ~5W per head
| Materials | Metal, Acrylic |
| Single module | L 30 cm × W 18 cm / L 11.8″ × W 7.1″ |
| Power per head | ~5W |
| Light source | Integrated LED |
| Color temperature | Warm Light (standard) · Triac Dimmable Warm Light · Other on request |
| Dimmable | Triac Dimmable Warm Light — requires TRIAC dimmer switch |
| Voltage | AC 110–240V |
| Wiring | Hardwired |
| Wire length | 150 cm / 59″ · extendable on request |
| Mounting | Ceiling pendant |
| Environment | Indoor |
| Finish | Gold · Silver |
| Certification | North America · Saudi Arabia · Europe · Australia |
What color temperatures are available?
Two standard options at checkout: Warm Light (non-dimmable, controlled via wall switch) and Triac Dimmable Warm Light (requires TRIAC dimmer switch). Other color temperatures such as 4000K or 6000K are available on custom order — contact us before ordering.
Is a dimmable version available?
Yes. Select Triac Dimmable Warm Light at checkout. A TRIAC (Thyristor) dimmer switch is required — standard rotary dimmers are not compatible and may cause flickering.
What finish colors are available?
Gold and Silver. Both use the same transparent acrylic panels — only the metal LED strip color differs. Select at checkout.
How much power does each configuration use?
Each head uses approximately 5W. Total power: 3 heads ~15W / 6 heads ~30W / 8 heads ~40W / 12 heads ~60W / 18 heads ~90W / 28 heads ~140W. Ensure your TRIAC dimmer is rated for the total wattage if choosing the dimmable version.
Can the hanging height be adjusted?
Yes. Standard wire length is 150 cm (59 inches). Extensions are available on request — contact us before ordering.
Does installation require an electrician?
Yes. The Rinkle is hardwired to your ceiling junction box. Professional installation by a licensed electrician is recommended, especially for the larger multi-head configurations.































































Reviews
There are no reviews yet.