Agate Flake Chandelier
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Rose gold arms + translucent agate (warm amber/champagne) ===== Der ived from: rose gold gilded metal arms (warm champagne-pink metallic), translucent agate slices (warm amber glow when lit), the "dazzling fusion" character of the design. ========================================================================== */ :root { --accent-deep: #8A4838; --accent: #C8806A; --accent-light:#E0A888; --surface: #FBF5F0; --bg: #F5EAE4; --border: #E8D0C4; --ink: #2A1A14; --muted: #9A6858; } .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,.25); 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; } /* 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.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Agate color image */ .vk-stone-img { border-radius: 6px; overflow: hidden; border: 1px solid var(--border); margin-bottom: .75rem; background: var(--bg); text-align: center; } .vk-stone-img a { display: inline-block; } .vk-stone-img img { width: 100%; max-width: 100%; height: auto; display: block; } .vk-stone-caption { font-size: 11px; color: var(--muted); text-align: center; padding: 6px 0; background: var(--bg); font-style: italic; } /* Config cards */ .vk-config { border: 1px solid var(--border); border-radius: 6px; padding: 1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: flex-start; background: var(--surface); } .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: .15rem; } .vk-config-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 10px; border-radius: 10px; font-weight: 500; letter-spacing: .06em; margin-bottom: .45rem; } .vk-config-name { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-config-detail { font-size: 12.5px; color: var(--muted); line-height: 1.6; } .vk-config-specs { display: flex; gap: 14px; margin-top: .5rem; font-size: 11.5px; color: var(--accent-deep); padding-top: .5rem; border-top: 1px dashed var(--border); flex-wrap: wrap; } .vk-config-specs strong { color: var(--ink); font-weight: 500; } /* Bulb info */ .vk-bulb { background: var(--surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.6; margin: 0; } .vk-bulb a { color: var(--accent-deep); text-decoration: underline; } /* 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; margin-bottom: .75rem; } .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-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } } Geology suspended in light — agate made to dazzle. The Agate Flake Chandelier dangles genuine natural agate slices from delicate rose gold gilded arms, each stone catching and filtering light in its own way. Bold, colourful, and completely one-of-a-kind — no two chandeliers will ever be identical. Available from an intimate 4-head circle to a dramatic 32-head linear composition. See It In Action Agate Flake Chandelier — a dazzling fusion of nature and design Agate Flake Chandelier installation guide — watch the step-by-step assembly video → Features Genuine Natural Agate Every slice is real agate — translucent, veined, and unique by nature. 6 Agate Colours Yellow, Blue, Green, Pink, Purple, and Multicolor — or contact us for custom options. 5 Size Configurations From a 4-head intimate circle to a 32-head grand linear composition. Natural agate — each stone is unique We use genuine natural agate stones. Colour variation, veining, minor cracks, and small surface cavities are natural characteristics of real agate — they cannot be guaranteed away and are not defects. They are part of what makes each chandelier a one-of-a-kind piece. Agate Colour Options Yellow · Blue · Green · Pink · Purple · Multicolor · Other colours available on request Natural agate — colour variation, veining & surface character differ between stones Sizes & Configurations 🔍 Enlarge 4 HEADS ∅30 cm ∅11.8″ × H 11.8″∅30 cm × H 30 cm G4 × 4 bulbs Agate: 9 pieces 🔍 Enlarge 16 HEADS ∅60 cm ∅23.6″ × H 19.7″∅60 cm × H 50 cmTelescopic rod: 11.8–23.6″ (30–60 cm) G4 × 16 bulbs Agate: 36 pieces 🔍 Enlarge 20 HEADS ∅75 cm ∅29.5″ × H 21.7″∅75 cm × H 55 cmTelescopic rod: 11.8–23.6″ (30–60 cm) G4 × 20 bulbs Agate: 45 pieces 🔍 Enlarge 24 HEADS — LINEAR L 130 cm L 51.2″ × H 19.7″L 130 cm × H 50 cmTelescopic rod: 11.8–23.6″ (30–60 cm) G4 × 24 bulbs Agate: 54 pieces 🔍 Enlarge 32 HEADS — LINEAR L 130 cm L 51.2″ × H 19.7″L 130 cm × H 50 cmTelescopic rod: 11.8–23.6″ (30–60 cm) G4 × 32 bulbs Agate: 72 pieces Bulb G4 base — bulbs not included Compatible with G4 LED and small Edison-style G4 bulbs. A warm 2700–3000K G4 LED is recommended — the warm colour temperature enriches the translucency of the agate and deepens the rose gold glow of the arms. Bulb count varies by size; bulbs are not included with purchase. Specifications Materials Metal, Natural Agate, Iron Light source G4 LED or Edison bulb (not included) Bulb base G4 Voltage AC 110–240V Wiring Hardwired Control Common wall switch (not included) Telescopic rod 11.8–23.6″ (30–60 cm) — 16, 20, 24, 32 head versions Mounting Ceiling pendant Environment Indoor Body finish Rose Gold Agate colours Yellow · Blue · Green · Pink · Purple · Multicolor Certification North America · Saudi Arabia · Europe · Australia Downloads Spec Sheet Installation Guide Agate Flake Chandelier installation guide — watch the step-by-step assembly video → How to install agate stones — step-by-step guide on Pinterest → Frequently Asked Questions Will my agate stones look like the product photos? No. Natural agate has inherent colour variation, veining, minor cracks, and surface cavities. Every stone is different — these are natural characteristics, not defects, and make each chandelier entirely unique. What bulb does it use? G4 base — both G4 LED and small Edison-style G4 bulbs are compatible. A warm 2700–3000K LED is recommended. Bulbs are not included. Can the height be adjusted? Yes. The 16, 20, 24, and 32-head configurations include a telescopic rod adjustable between 11.8 and 23.6 inches (30–60 cm). The 4-head version uses a standard cable suspension. What agate colours are available? Six standard options: Yellow, Blue, Green, Pink, Purple, and Multicolor. Other colours may be available — contact us for details. Does installation require an electrician? Yes. The chandelier is hardwired to your ceiling junction box and controlled via a standard wall switch. Professional installation by a licensed electrician is recommended, particularly for the larger configurations.