Cipher Pendant Light
/* ===== Cipher Glass Pendant Light — 参照 Natural Wood Beam Spotlight 布局标准 ===== */ .vk-wrap, .vk-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .vk-wrap { font-family: ' DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-wrap .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-wrap .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-wrap .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #806020; margin-bottom: .65rem; } .vk-wrap .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; line-height: 1.4; margin-bottom: .75rem; } .vk-wrap .vk-headline em { font-style: italic; color: #806020; } .vk-wrap .vk-video-wrap { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; border-radius: 10px; overflow: hidden; background: #f0ebe4; } .vk-wrap .vk-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } .vk-wrap .vk-video-caption { font-size: 12px; color: #aaa; text-align: center; margin-top: .35rem; } .vk-wrap .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-wrap .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-wrap .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-wrap .vk-notice.green { border-left-color: #4a8a3a; background: #f3f9f0; } .vk-wrap .vk-notice.green h5 { color: #2d6620; } .vk-wrap .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-wrap .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-wrap .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #f3ecd8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-wrap .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-wrap .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } @media (max-width: 520px) { .vk-wrap .vk-features { grid-template-columns: 1fr 1fr; } } /* 版本卡(两并排) */ .vk-wrap .vk-versions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: .75rem; } .vk-wrap .vk-version { background: #fdf8ef; border: 1px solid #d0b840; border-radius: 8px; padding: .85rem 1rem; } .vk-wrap .vk-version h5 { font-size: 13px; font-weight: 500; color: #302000; margin-bottom: .3rem; } .vk-wrap .vk-version p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } @media (max-width: 520px) { .vk-wrap .vk-versions { grid-template-columns: 1fr; } } /* 调光器卡 */ .vk-wrap .vk-dimmer { display: flex; align-items: center; gap: 1rem; background: #f7f5f2; border-radius: 8px; padding: .9rem 1rem; border: 1px solid #e8e0d5; margin-top: .75rem; } .vk-wrap .vk-dimmer img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; flex-shrink: 0; border: 1px solid #ddd; } .vk-wrap .vk-dimmer h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-wrap .vk-dimmer p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; } .vk-wrap .vk-dimmer a { color: #7C4E2A; text-decoration: underline; } /* 多配置矩阵表 */ .vk-wrap .vk-matrix { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 13px; } .vk-wrap .vk-matrix th { background: #f7f5f2; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #806020; border-bottom: 1px solid #ece8e2; } .vk-wrap .vk-matrix td { padding: 8px 10px; border-bottom: 1px solid #ece8e2; color: #444; vertical-align: middle; } .vk-wrap .vk-matrix tr:last-child td { border-bottom: none; } .vk-wrap .vk-matrix td:first-child { font-weight: 500; color: #1a1a1a; white-space: nowrap; } /* 配置图缩略图网格 — 默认缩小,点击放大 */ .vk-wrap .vk-config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } @media (max-width: 520px) { .vk-wrap .vk-config-grid { grid-template-columns: repeat(2, 1fr); } } .vk-wrap .vk-config-item a { display: block; cursor: zoom-in; text-decoration: none; } .vk-wrap .vk-config-item img { width: 100%; border-radius: 6px; border: 1px solid #ece8e2; display: block; background: #fff; } .vk-wrap .vk-config-caption { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #aaa; text-align: center; margin-top: 4px; display: block; } .vk-wrap .vk-thumb-link { display: inline-block; max-width: 230px; cursor: zoom-in; text-decoration: none; margin-top: .2rem; } .vk-wrap .vk-thumb-link img { width: 100%; border-radius: 6px; border: 1px solid #ece8e2; display: block; } .vk-wrap .vk-thumb-hint { font-size: 11px; color: #aaa; margin-top: 4px; display: block; } .vk-wrap .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-wrap .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-wrap .vk-spec-table tr:last-child { border-bottom: none; } .vk-wrap .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-wrap .vk-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-wrap .vk-install { list-style: none; padding: 0; margin: 0; } .vk-wrap .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-wrap .vk-install li:last-child { border-bottom: none; } .vk-wrap .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } .vk-wrap .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-wrap .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 7px 14px; border-radius: 7px; text-decoration: none; background: #fff; } .vk-wrap .vk-dl-btn:hover { background: #f5f5f5; } .vk-wrap details { border-bottom: 1px solid #ece8e2; } .vk-wrap details summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px 0; font-size: 14px; font-weight: 500; color: #1a1a1a; } .vk-wrap details summary::marker { display: none; content: ''; } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details svg { flex-shrink: 0; transition: transform .2s; } .vk-wrap details[open] svg { transform: rotate(180deg); } .vk-wrap details p { font-size: 14px; color: #666; line-height: 1.7; padding-bottom: 12px; margin: 0; } Cipher Glass Pendant Light The Cipher pendant links hand-blown crystal glass cylinders end to end, joined by polished champagne-gold connectors in metal and aluminum. Integrated LEDs are concealed inside each connection point, so warm light emerges only at the joints and travels softly through the clear-cut glass — no exposed bulb, no glare. The system is modular: nine standard configurations run from a single 100 cm vertical drop to a Ø 50 × H 200 cm cascade, with horizontal linear versions for dining tables and vertical stacks for staircases and double-height foyers. Fully custom configurations are available for bespoke installation projects. Cipher glass pendant — light emitting from the connection points · Watch on YouTube ↗ Highlights Hand-Blown Crystal Glass Cylinders cut with clean, clear lines; each piece made by hand. Hidden Light Source LEDs concealed in the champagne-gold joints; light glows at the connections. Modular System Nine standard models plus fully custom configurations. Handmade Glass — Natural Variation Each cylinder is hand-blown, so small bubbles and slight shade differences are inherent to the process, not defects. Pictures are for illustration; your fixture will carry its own subtle character. Light Versions Default — Warm Light 3000K Integrated LED, non-dimmable. Works with a common on/off wall switch. Dimmable — Triac Warm Dimming Same 3000K warm light, dims smoothly with a Triac (thyristor) wall dimmer. Recommended Dimmer For the dimmable version, use a Triac dimmer switch for the best results. Shop Triac dimmers on Amazon ↗ Configurations Model Dimensions Power Ceiling Canopy Combination 1 Ø 50 cm × H 200 cm / Ø 19.7″ × H 78.7″ ~90W — Model E Ø 21 cm × H 100 cm / Ø 8.3″ × H 39.4″ ~12W Round Ø 12 cm / 4.7″ Model F Ø 21 cm × H 100 cm / Ø 8.3″ × H 39.4″ ~12W Round Ø 12 cm / 4.7″ Model G Ø 60 cm × H 150 cm / Ø 23.6″ × H 59″ ~33W Round Ø 12 cm / 4.7″ Model H Ø 60 cm × H 100 cm / Ø 23.6″ × H 39.4″ ~42W Round Ø 12 cm / 4.7″ Model I L 82 cm × H 10 cm / L 32.2″ × H 3.9″ ~12W Round Ø 12 cm / 4.7″ Version A L 108 cm × H 21 cm / L 42.5″ × H 8.3″ ~18W Long (rectangular) L65cm×W12cm×H2.5cm Model J L 108 cm × H 21 cm / L 42.5″ × H 8.3″ ~18W Round Ø 12 cm / 4.7″ Model K L 88 cm × H 20 cm / L 34.6″ × H 7.9″ ~18W Round Ø 12 cm / 4.7″ Model L L 106 cm × H 20 cm / L 41.7″ × H 7.9″ ~18W Round Ø 12 cm / 4.7″ 🔍 Ceiling suspension point spacing — linear models (106 / 108 cm) · tap to enlarge Combination 1 Model E / F Model G Model H Model I Version A — Long Canopy Model J — Round Canopy Model K Model L Model M — ∅5 × H43.5 cm Model N — ∅21 × H69 cm 🔍 Tap any diagram to enlarge Need a Custom Configuration? The Cipher system is fully modular — cylinder count, drop height, and canopy layout can be tailored for staircases, foyers, and bespoke projects. Contact us with your ceiling height and layout, and we will reply within 24 hours. Specifications Material Hand-blown crystal glass, metal, aluminum Light source Integrated LED — replaceable; if the LED is ever damaged, contact us for a replacement module Color temperature Warm light 3000K — default non-dimmable or Triac dimmable version Voltage AC 110–240V Mounting Ceiling, hardwired Hanging cable 150 cm / 59.1″ adjustable, can be lengthened on request Finish Champagne-gold body, clear glass Control Common wall switch (not included); dimmable version requires a Triac dimmer Environment Indoor use Installation Notes Hardwired ceiling installation — a licensed electrician is recommended, especially for multi-drop and staircase configurations. Compatible with a standard wall switch (not included). Dimmable version: use a Triac dimmer switch. Integrated LED — no bulb installation needed. If the LED module is ever damaged, contact us for a replacement. Handle the glass cylinders with clean, dry hands or gloves during assembly. For indoor use only. Not suitable for bathrooms or damp locations. Download Support Spec Sheet Installation Guide 3D Files FAQ Is the Cipher pendant dimmable? Two versions are offered: the default 3000K warm light (non-dimmable, standard wall switch) and a Triac dimmable version in the same 3000K warm light. The dimmable version requires a Triac (thyristor) wall dimmer, sold separately. Can I order a custom configuration? Yes — Cipher is a modular system, and configurations beyond the nine standard models can be built to order. Send us your ceiling height, mounting location, and desired drop length, and we will confirm a layout and quote within 24 hours. Why does my glass look slightly different from the photos? Each cylinder is hand-blown, so tiny bubbles and slight tonal variation are normal characteristics of handmade glass — not defects. No two fixtures are exactly alike. Do I need an electrician to install it? Yes, we recommend one — the fixture is hardwired to a ceiling junction box. The 150 cm hanging cable is adjustable and can be lengthened on request for tall stairwells or double-height ceilings. Is the Cipher pendant certified for North America and Europe? Yes. It holds certifications compatible with North America, Saudi Arabia, Europe, and Australia and operates on AC 110–240V worldwide.
More you might like
Related
Cipher Pendant Light
Related
Cipher Horizontal Pendant Light
Related
Cipher 1 Light Pendant In Oil Rubbed Bronze and Clear Glass
Related