Circle Alabaster Chandelier
* { box-sizing: border-box; margin: 0; padding: 0; } /* ===== CIRCLE ALABASTER — COLOR PALETTE ===== White alabaster stone + brown leather strap + metal frame Warm ivory / warm san d / deep brown / muted amber ============================================== */ :root { --accent-deep: #3a2010; --accent: #7a5030; --accent-light:#b89060; --surface: #faf8f2; --bg: #f0e8d8; --border: #d8c8a8; --ink: #201408; --muted: #806040; } .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: 1rem; letter-spacing: .05em; font-style: italic; } /* Notices */ .vk-notice-amber { border-left: 2px solid #b07820; background: #fdf8ef; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-amber h5 { font-size: 13px; font-weight: 500; color: #7a5010; margin-bottom: .3rem; } .vk-notice-amber p { font-size: 13px; color: var(--ink); 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(--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; } /* Orientation tabs */ .vk-orientation-label { display: inline-flex; align-items: center; gap: .4rem; font-size: 11px; font-weight: 500; color: var(--accent-deep); background: var(--bg); border: 1px solid var(--border); border-radius: 5px; padding: 3px 10px; margin-bottom: .65rem; } /* Size table */ .vk-size-table { width: 100%; border-collapse: collapse; margin-bottom: 1.25rem; font-size: 13px; } .vk-size-table thead tr { background: var(--bg); } .vk-size-table th { padding: 8px 10px; font-size: 10.5px; font-weight: 500; color: var(--muted); text-align: left; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid var(--border); } .vk-size-table td { padding: 8px 10px; color: var(--ink); border-bottom: 1px solid var(--border); vertical-align: middle; } .vk-size-table tr:last-child td { border-bottom: none; } .vk-size-table tr:hover td { background: var(--surface); } .vk-size-thumb a { display: block; } .vk-size-thumb img { width: 60px; height: 60px; object-fit: cover; border-radius: 4px; border: 1px solid var(--border); display: block; } .vk-size-label { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 9px; padding: 1px 7px; border-radius: 8px; font-weight: 500; white-space: nowrap; margin-bottom: 2px; } .vk-size-dims { font-size: 11px; color: var(--muted); line-height: 1.4; } .vk-canopy-note { font-size: 10.5px; color: var(--muted); font-style: italic; } .vk-wt-pill { display: inline-block; font-size: 10px; color: var(--muted); background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 1px 6px; } /* Leather comparison */ .vk-leather-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; } .vk-leather-card { display: flex; align-items: center; gap: .7rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .75rem .85rem; } .vk-leather-dot { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-leather-info h5 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .1rem; } .vk-leather-info p { font-size: 11px; color: var(--muted); line-height: 1.4; margin: 0; } /* Kelvin */ .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: 36px; } .vk-kelvin-body { padding: .6rem .75rem; background: var(--surface); } .vk-kelvin-body h5 { font-size: 12px; font-weight: 500; color: var(--ink); margin-bottom: .1rem; } .vk-kelvin-body p { font-size: 11px; color: var(--muted); line-height: 1.45; margin: 0; } /* 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-leather-grid { grid-template-columns: 1fr; } .vk-kelvin { grid-template-columns: 1fr; } } Alabaster and leather — stone warmth, suspended. The Circle Alabaster Chandelier suspends a linear bar of natural alabaster stone from a length of artificial leather — two materials that share the same warmth, one geological and one tactile. The stone filters the integrated LED into a soft, even glow, while the leather strap adds a quiet tension to the form. Available in horizontal and vertical orientations across eight configurations. See It In Action Circle Alabaster Chandelier — natural stone, warm ambient glow Natural alabaster — every piece is uniquely patterned Alabaster is a natural stone whose vein patterns, translucency, and tonal variation differ from piece to piece. The product you receive will have its own distinct character and will not match the photos exactly. This is what makes each lamp genuinely one-of-a-kind. Assembly seam in the middle — a natural part of the process The alabaster bar is assembled using glue, and a seam is visible in the middle of the shade. This is a normal result of the assembly process and does not affect the quality or performance of the product. Features Natural Alabaster Genuine stone diffuses the LED into a warm, even glow — no two pieces identical. Leather Suspension 150 cm artificial leather strap — dark or light brown, extendable on request. Two Orientations Horizontal (flat bar) or vertical (tall bar) — different canopy plates for each. Sizes Horizontal orientation — long ceiling canopy plate Photo Dimensions Power Weight L 60 cm L 23.6″ × W 9.8″ × H 3.1″ Canopy: L 35 × W 12 × H 5 cm ~18W ~12.5 kg L 80 cm L 31.5″ × W 9.8″ × H 3.1″ Canopy: L 55 × W 12 × H 5 cm ~25W ~18.4 kg L 100 cm L 39.4″ × W 9.8″ × H 3.1″ Canopy: L 65 × W 12 × H 5 cm ~45W ~19.9 kg L 120 cm L 47.2″ × W 9.8″ × H 3.1″ Canopy: L 75 × W 12 × H 5 cm ~60W ~21.2 kg L 200 cm L 78.7″ × W 19.7″ × H 3.1″ Canopy: L 85 × W 12 × H 5 cm ~100W ~28.5 kg Vertical orientation — round ceiling canopy plate ∅ 4.7″ Photo Dimensions Power Weight L 80 × H 25 cm L 31.5″ × W 3.1″ × H 9.8″ Round canopy ∅ 12 × H 5 cm ~25W ~18.4 kg L 100 × H 25 cm L 39.4″ × W 3.1″ × H 9.8″ Round canopy ∅ 12 × H 5 cm ~45W ~19.9 kg L 120 × H 25 cm L 47.2″ × W 3.1″ × H 9.8″ Round canopy ∅ 12 × H 5 cm ~60W ~21.2 kg Leather Strap Colour 150 cm (59″) artificial leather included — extendable on request. Tap to enlarge — dark brown (left) vs light brown (right) Dark Brown Deeper, richer tone — more contrast against white alabaster Light Brown Warm tan — softer transition from stone to strap Assembly Detail Tap to enlarge — glue seam detail (normal part of assembly) Colour Temperature Select at time of order. Integrated LED fixed at manufacture. 3000K — Warm Amber glow that enhances the alabaster’s warm translucency. 4000K — Neutral Clean, balanced white — suits contemporary and minimal interiors. 6000K — Cool Crisp daylight white — retail and task-oriented spaces. Specifications Materials Alabaster (natural stone), Artificial leather, Metal Alabaster disc ∅ 3.1″ (8 cm) Orientations Horizontal (flat, long canopy) · Vertical (tall, round canopy) Horizontal sizes L60 / L80 / L100 / L120 / L200 cm Vertical sizes L80 / L100 / L120 cm (H 25 cm) Light source Integrated LED (non-replaceable) Colour temperature 3000K / 4000K / 6000K — select at order Voltage AC 110–240V Leather strap 150 cm (59″) artificial leather — dark or light brown Strap extension Available on request Control Standard wall switch (not included) Wiring Hardwired Mounting Ceiling Environment Indoor only Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide 3D Files (L200 × W50 cm) Frequently Asked Questions Will my lamp look exactly like the photos? No. Alabaster is a natural stone and every piece has a unique vein pattern, translucency, and tonal character. The product you receive will have its own appearance and will not match the photos exactly — this is what makes each fixture genuinely one-of-a-kind. What is the seam in the middle of the shade? The alabaster bar is assembled in two halves using glue, and the joint is visible as a seam in the middle. This is a normal and expected part of the assembly process and does not affect the structural integrity or light quality of the product. Can the leather strap length be extended? Yes. The standard leather strap is 150 cm (59″). If you need a longer drop, contact our support team before ordering and we will arrange an extended strap. What is the difference between horizontal and vertical orientation? In the horizontal orientation the alabaster bar lies flat (H 8 cm, W 25 cm), suited for long dining tables and low ceilings — paired with a rectangular long canopy plate. In the vertical orientation the bar stands tall (W 8 cm, H 25 cm), creating a more sculptural portrait-format fixture — paired with a round circular canopy plate. Is the Circle Alabaster Chandelier 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
Circle Alabaster Chandelier
Related
Circle Alabaster Chandelier
Related
Circle Alabaster Chandelier
Related