Ball Crystal Chandeliers
.dfpd *, .dfpd *::before, .dfpd *::after { box-sizing: border-box; margin: 0; padding: 0; } .dfpd { --ink: #1A1A18; --ink-2: #3E3E3A; --ink-3: #6E6E68; --cream: #FDFBF6; --linen: # F0EBDF; --border: #C4B89A; --border-lt: #DCD3BC; --gold: #9C7A3C; --gold-dk: #6E5420; --gold-sft: #ECDDB8; --stone: #6E6E68; --dk-sans: 'Outfit', 'Helvetica Neue', sans-serif; --dk-serif: 'Cormorant Garamond', Georgia, serif; --dk-jost: 'Jost', 'Helvetica Neue', sans-serif; font-family: var(--dk-serif); -webkit-font-smoothing: antialiased; color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.65; padding: 1.5rem 0 2rem; width: 100%; } .dfpd-inner { max-width: 100%; margin: 0; padding: 0; } .dfpd-h2 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(1.4rem, 2.2vw, 1.7rem); line-height: 1.2; color: var(--ink); margin-bottom: 1rem; letter-spacing: -0.01em; } .dfpd-h2 .gold { color: var(--gold); } .dfpd-h2-sub { font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--stone); line-height: 1.5; margin-left: 0; display: block; margin-top: 0.25rem; } .dfpd-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--dk-jost); font-weight: 500; font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.85rem; } .dfpd-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); } .dfpd-hero { padding-bottom: 2rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; } .dfpd-hero-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--dk-jost); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; } .dfpd-hero-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); } .dfpd-title { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(2rem, 3.8vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 1rem; max-width: 780px; } .dfpd-title .gold { color: var(--gold); } .dfpd-lede { font-family: var(--dk-serif); font-weight: 400; font-size: 1.08rem; line-height: 1.7; color: var(--ink-2); max-width: 720px; } .dfpd-lede .gold { color: var(--gold); font-weight: 500; } .dfpd-features { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--cream); margin-bottom: 2.5rem; } .dfpd-feature { padding: 1.25rem 1rem; text-align: center; border-right: 1px solid var(--border-lt); transition: background 0.3s; } .dfpd-feature:last-child { border-right: none; } .dfpd-feature:hover { background: var(--linen); } .dfpd-feature-icon { color: var(--gold-dk); margin-bottom: 0.6rem; display: inline-flex; } .dfpd-feature-title { font-family: var(--dk-sans); font-weight: 600; font-size: 0.92rem; line-height: 1.3; color: var(--ink); } .dfpd-feature-title .gold { color: var(--gold); } .dfpd-sec { margin-bottom: 2.5rem; } /* VIDEO Pattern A */ .dfpd-video { position: relative; aspect-ratio: 16 / 9; width: 100%; max-width: 720px; background: #000; border-radius: 4px; overflow: hidden; box-shadow: 0 6px 20px rgba(26, 26, 24, 0.12); margin: 0 auto; } .dfpd-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; } /* CRAFT */ .dfpd-craft { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; padding: 1.5rem 1.75rem; background: linear-gradient(135deg, var(--cream) 0%, var(--gold-sft) 100%); border: 1px solid var(--border); border-radius: 4px; align-items: center; } .dfpd-craft-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--cream); border: 1px solid var(--gold); color: var(--gold-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dfpd-craft-text-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; } .dfpd-craft-text h4 { font-family: var(--dk-sans); font-weight: 600; font-size: 1.2rem; color: var(--ink); line-height: 1.25; margin-bottom: 0.5rem; } .dfpd-craft-text h4 .gold { color: var(--gold); } .dfpd-craft-text p { font-family: var(--dk-serif); font-weight: 400; font-size: 1rem; color: var(--ink-2); line-height: 1.65; margin: 0 0 0.5rem; } .dfpd-craft-text p:last-child { margin-bottom: 0; } .dfpd-craft-text p .gold { color: var(--gold); font-weight: 500; } /* MULTI-SIZE 4x4 MEGA GRID — 16 variants */ .dfpd-configs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.65rem; align-items: stretch; } .dfpd-config { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.25s, transform 0.25s; } .dfpd-config:hover { box-shadow: 0 4px 14px rgba(26, 26, 24, 0.1); transform: translateY(-2px); } .dfpd-config-thumb { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 200px; background: #FFFFFF; border-bottom: 1px solid var(--border-lt); cursor: zoom-in; text-decoration: none; overflow: hidden; padding: 10px; transition: background 0.2s; } .dfpd-config-thumb:hover { background: var(--gold-sft); } .dfpd-config-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.4s ease; } .dfpd-config-thumb:hover img { transform: scale(1.4); } .dfpd-config-thumb-icon { position: absolute; bottom: 6px; right: 6px; width: 20px; height: 20px; background: rgba(26, 26, 24, 0.85); color: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 2; } .dfpd-config-placeholder { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; color: var(--stone); text-align: center; padding: 0.85rem; } .dfpd-config-placeholder-icon { width: 38px; height: 38px; border-radius: 50%; border: 1px dashed var(--border); color: var(--gold); display: flex; align-items: center; justify-content: center; } .dfpd-config-placeholder-label { font-family: var(--dk-serif); font-weight: 400; font-size: 0.78rem; color: var(--stone); line-height: 1.3; } .dfpd-config-info { padding: 0.8rem 0.9rem 1rem; flex: 1; display: flex; flex-direction: column; gap: 0.3rem; } .dfpd-config-name { font-family: var(--dk-sans); font-weight: 600; font-size: 1.05rem; color: var(--ink); line-height: 1.15; } .dfpd-config-canopy { font-family: var(--dk-jost); font-weight: 500; font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); } .dfpd-config-dim { font-family: var(--dk-jost); font-weight: 600; font-size: 0.82rem; color: var(--ink-2); line-height: 1.3; letter-spacing: 0.01em; } .dfpd-config-bulbs { font-family: var(--dk-serif); font-weight: 400; font-size: 0.85rem; color: var(--ink-2); line-height: 1.3; } /* SPECS */ .dfpd-specs { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--cream); } .dfpd-spec-row { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; padding: 0.85rem 1.35rem; border-bottom: 1px solid var(--border-lt); align-items: baseline; } .dfpd-spec-row:last-child { border-bottom: none; } .dfpd-spec-row:hover { background: var(--linen); } .dfpd-spec-label { font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); } .dfpd-spec-val { font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--ink); line-height: 1.5; } .dfpd-spec-val .gold { color: var(--gold-dk); font-weight: 500; } .dfpd-spec-val a { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-spec-val .sub { font-family: var(--dk-jost); font-weight: 400; font-size: 0.82rem; color: var(--stone); } /* FINISHES — single Clear swatch */ .dfpd-finishes { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 0.4rem; } .dfpd-finish { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; transition: transform 0.2s; } .dfpd-finish:hover { transform: translateY(-2px); } .dfpd-finish-swatch { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 2px 4px rgba(26, 26, 24, 0.12), inset 0 -7px 12px rgba(0, 0, 0, 0.05), inset 2px 2px 3px rgba(255, 255, 255, 0.7); position: relative; overflow: hidden; } .dfpd-finish-label { font-family: var(--dk-jost); font-weight: 500; font-size: 0.7rem; color: var(--ink-2); } .sw-clear-glass { background: radial-gradient(ellipse 30% 22% at 32% 28%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.4) 40%, transparent 100%), radial-gradient(circle at 40% 40%, #F8F8F8 0%, #E0E2E5 50%, #B0B5BC 100%); border: 1px solid rgba(26,26,24,0.15); } .sw-clear-glass::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(ellipse 18% 12% at 70% 75%, rgba(255,255,255,0.5) 0%, transparent 60%); } /* DOWNLOADS — 3-card grid */ .dfpd-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; } .dfpd-download { display: flex; align-items: center; gap: 0.95rem; padding: 1rem 1.25rem; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; text-decoration: none; color: inherit; transition: all 0.2s; } .dfpd-download:hover { border-color: var(--gold); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(26, 26, 24, 0.08); } .dfpd-download-icon { width: 36px; height: 36px; background: var(--linen); border-radius: 4px; color: var(--gold-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dfpd-download-title { font-family: var(--dk-sans); font-weight: 600; font-size: 0.95rem; line-height: 1.25; color: var(--ink); } .dfpd-download-sub { font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); } .dfpd-download-arrow { margin-left: auto; color: var(--gold); transition: transform 0.2s; } .dfpd-download:hover .dfpd-download-arrow { transform: translateX(3px); } /* FAQ */ .dfpd-faq { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; } .dfpd-faq-item { border-bottom: 1px solid var(--border-lt); } .dfpd-faq-item:last-child { border-bottom: none; } .dfpd-faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.35rem; cursor: pointer; list-style: none; font-family: var(--dk-sans); font-weight: 600; font-size: 1rem; color: var(--ink); transition: background 0.2s; } .dfpd-faq-item summary::-webkit-details-marker { display: none; } .dfpd-faq-item summary:hover { background: var(--linen); } .dfpd-faq-toggle { flex-shrink: 0; width: 24px; height: 24px; border: 1px solid var(--border); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold); background: var(--cream); transition: transform 0.25s, background 0.2s; } .dfpd-faq-item[open] .dfpd-faq-toggle { transform: rotate(45deg); background: var(--gold-sft); border-color: var(--gold); } .dfpd-faq-answer { padding: 0 1.35rem 1.15rem; font-family: var(--dk-serif); font-weight: 400; font-size: 1rem; line-height: 1.65; color: var(--ink-2); } .dfpd-faq-answer p { margin: 0 0 0.55rem; } .dfpd-faq-answer p:last-child { margin-bottom: 0; } .dfpd-faq-answer p .gold { color: var(--gold-dk); font-weight: 500; } .dfpd-faq-answer a { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-support { padding-top: 1rem; border-top: 1px solid var(--border-lt); text-align: center; font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--stone); } .dfpd-link { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-link:hover { color: var(--ink); border-color: var(--ink); } @media (max-width: 1100px) { .dfpd-configs { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 900px) { .dfpd-features { grid-template-columns: repeat(2, 1fr); } .dfpd-feature:nth-child(2n) { border-right: none; } .dfpd-feature:nth-child(-n+2) { border-bottom: 1px solid var(--border-lt); } .dfpd-craft { grid-template-columns: 1fr; text-align: center; } .dfpd-craft-icon { margin: 0 auto; } .dfpd-configs { grid-template-columns: repeat(2, 1fr); } .dfpd-foot { grid-template-columns: 1fr; } } @media (max-width: 680px) { .dfpd { padding: 1rem 0 1.5rem; } .dfpd-spec-row { grid-template-columns: 1fr; gap: 0.2rem; padding: 0.85rem 1.15rem; } } @media (max-width: 480px) { .dfpd-features { grid-template-columns: 1fr; } .dfpd-feature { border-right: none; border-bottom: 1px solid var(--border-lt); } .dfpd-feature:last-child { border-bottom: none; } .dfpd-configs { grid-template-columns: 1fr; } } Product Details · Cluster glass-globe chandelier The Ball Crystal Chandelier. A modular cluster chandelier of clear crystal glass globes suspended on slim cords from a single ceiling canopy, each globe lit by a single G4 bulb. Available in sixteen configurations from a quiet 1-globe pendant to a 50-globe statement cluster, with round or square canopy options at larger sizes. Suited to stairwells, atriums, dining rooms, foyers, hospitality lobbies, and double-height spaces. Clear glass globes 16 Sixteen configurations Round / square canopy G4 bi-pin bulb In motion See it come to life. Materials & craft Clear globes, a halo of light. The story A floating cluster, subtly luminous. This chandelier pairs clear crystal glass globes with a soft, subtle display of light. Each globe — Dia 10 cm of clear blown glass — hangs from a slim cord on a metal canopy, with a single G4 bulb tucked inside. Visually quite subtle on its own, the globes gain tremendous strength when clustered in random vertical and horizontal formations. The interaction between the bulb's filament and the natural imperfections of the hand-blown glass creates a rich halo of light around each globe — refracted, layered, and quietly luminous. Available in sixteen configurations from a single-globe pendant to a 50-globe statement cluster, with round or square canopy options at larger sizes for architectural integration. Pairs effortlessly with contemporary luxe, modern minimalist, gallery / hospitality, stairwell / atrium, dining-drama, and grand-foyer interiors. Sixteen configurations From a single globe to a fifty-globe cluster. Click any size to enlarge · G4 bulb count scales with head count · 14H Square & 50H Round dimension diagrams coming soon. 1 Head Round canopy Dia 10 × H 150 cm · ∅ 3.9″ × H 59″ 1 × G4 bulb 3 Heads Round canopy Dia 15 × H 150 cm · ∅ 5.9″ × H 59″ 3 × G4 bulbs 5 Heads Round canopy Dia 15 × H 150 cm · ∅ 5.9″ × H 59″ 5 × G4 bulbs 7 Heads Round canopy Dia 20 × H 150 cm · ∅ 7.8″ × H 59″ 7 × G4 bulbs 9 Heads Round canopy Dia 40 × H 200 cm · ∅ 15.7″ × H 78.7″ 9 × G4 bulbs 11 Heads Round canopy Dia 40 × H 200 cm · ∅ 15.7″ × H 78.7″ 11 × G4 bulbs 11 Heads Square canopy Dia 40 × H 200 cm · ∅ 15.7″ × H 78.7″ 11 × G4 bulbs 14 Heads Round canopy Dia 50 × H 250 cm · ∅ 19.7″ × H 98.4″ 14 × G4 bulbs Dimension diagramcoming soon 14 Heads Square canopy Dia 50 × H 250 cm · ∅ 19.7″ × H 98.4″ 14 × G4 bulbs 20 Heads Round canopy Dia 60 × H 300 cm · ∅ 23.6″ × H 118″ 20 × G4 bulbs 26 Heads Round canopy Dia 60 × H 300 cm · ∅ 23.6″ × H 118″ 26 × G4 bulbs 26 Heads Square canopy Dia 60 × H 300 cm · ∅ 23.6″ × H 118″ 26 × G4 bulbs 36 Heads Round canopy Dia 70 × H 300 cm · ∅ 27.6″ × H 118″ 36 × G4 bulbs 36 Heads Square canopy Dia 70 × H 300 cm · ∅ 27.6″ × H 118″ 36 × G4 bulbs Dimension diagramcoming soon 50 Heads Round canopy Dia 80 × H 300 cm · ∅ 31.5″ × H 118″ 50 × G4 bulbs 50 Heads Square canopy Dia 80 × H 300 cm · ∅ 31.5″ × H 118″ 50 × G4 bulbs Specifications Details, on the record. Material Crystal (clear blown-glass globes) · Metal (canopy + cord hardware) · Glass (secondary clear globe components) Crystal Globe Each globe: Dia 10 cm / ∅ 3.9″ (clear · uniform across all configurations) Light Source LED bulb or Edison bulb (not included · one bulb per globe) Bulb Base G4 (small bi-pin · LED G4 recommended · count matches selected configuration) Bulb Count Scales with selected configuration: 1 / 3 / 5 / 7 / 9 / 11 / 14 / 20 / 26 / 36 / 50 × G4 Voltage AC 110–240 V Mounting Ceiling · Hardwired · Indoor use Canopy Round canopy (all configurations) · Square canopy option (11H, 14H, 26H, 36H, 50H) Drop Length Built-in: 150 cm (1H–7H) · 200 cm (9H–11H) · 250 cm (14H) · 300 cm (20H–50H) · extendable on request Control Compatible with common wall switch (not included) Certifications North America · Europe · Saudi Arabia · Australia Finish Clear Single finish: clear hand-blown crystal glass globes. Subtle imperfections in the blown-glass surface refract the bulb's light into a rich halo around each globe — part of the artisan character. Downloads Documents & resources. PDF Document Tear Sheet PDF Document Assembly Guide 3D Resource 3D Files Frequently asked Quick questions. Which configuration should I choose? Pick the configuration based on ceiling height and the visual scale the room demands. Drop lengths are listed in the Specifications above — confirm yours fits before ordering. Small (1H – 7H): drop 150 cm. Single-pendant feel. Stairwell landings, entryways, breakfast nooks, single-spot accents.Medium (9H – 14H): drop 200-250 cm. Composed cluster. Standard dining tables, kitchen islands, foyers, double-height spaces.Large (20H – 26H): drop 300 cm. Major focal point. Hospitality lobbies, large dining rooms, atriums.Statement (36H – 50H): drop 300 cm. Architectural-scale installation. Stairwells, atriums, ballrooms, hotel reception, gallery / museum spaces. For very tall stairwells or atriums, contact [email protected] before ordering — drop length is extendable on request. What's the difference between Round and Square canopy? The canopy is the metal ceiling plate that anchors all the cords. Functionally identical — purely a visual choice based on architectural context. Round canopy: available on all 16 configurations. Reads as soft and informal. Best in homes with rounded architectural details, curved staircases, or where you want the chandelier to feel organic.Square canopy: available only on 11H, 14H, 26H, 36H, and 50H. Reads as graphic and architectural. Best in modernist or contemporary interiors with strong geometric language, or installed in tight rectangular ceiling recesses. Larger configurations (36H, 50H) often suit a square canopy because it visually anchors the wider cluster footprint. What is a G4 bulb, and which one should I buy? G4 is a small bi-pin base with two thin metal pins set 4 mm apart — significantly smaller than E26/E27 medium screw bulbs. Each glass globe houses a single G4 bulb, so the bulb count matches your chosen configuration. We recommend LED G4 bulbs (modern, energy-efficient, run cool — important in a clear-glass globe where heat would discolor the glass over time). G4 bulbs come in two electrical formats — low-voltage 12V DC versions and direct-AC mains versions. Check the original bulb that ships with your chandelier or contact [email protected] to confirm which format your fixture uses before buying replacements. Recommended warm-white 2700 K, 1.5–2.5 W per bulb. For larger configurations like the 50H cluster, consider keeping a small inventory of spare bulbs — replacing one bulb out of fifty is far less disruptive than tracking down a single matching replacement later. How is it installed? The chandelier is a ceiling-mounted hardwired fixture — it mounts to a standard ceiling junction box and connects to a common wall switch (not included). Installation should be performed by a licensed electrician, especially for the larger configurations (20H+) — confirm your ceiling structure can support the weight. Larger fixtures (36H, 50H) generally require structural reinforcement above the junction box and access to the room from scaffolding or a tall ladder. Plan delivery and installation timing carefully; for hospitality and architectural projects, contact [email protected] for installation specifications and weight loading data. Is it dimmable? The fixture itself has no built-in dimmer. Dimmable when paired with dimmable LED G4 bulbs + a LED-rated wall dimmer. Confirm the dimmer is rated for low-wattage LED loads — older incandescent dimmers don't dim modern LEDs smoothly. For larger configurations (20H+) where total wattage matters, plan dimmer capacity around the bulb count: 50 globes × 2.5 W ≈ 125 W total, well within standard wall-dimmer capacity. For zoned dimming across very large clusters, consider a smart-home dimming module installed by your electrician. Why are some glass globes slightly different? The clear globes are hand-blown, which means small imperfections in the glass surface — subtle ripples, faint internal bubbles, slight variation in wall thickness — are normal and expected. These imperfections are exactly what creates the chandelier's characteristic rich halo of light: when the bulb shines through, the natural variation in the glass refracts the light into a layered, organic glow rather than a flat sphere of brightness. Two visually identical machine-pressed globes would feel sterile in comparison. Where does the Ball Crystal Chandelier work best? The clear-globe cluster pairs effortlessly with contemporary luxe, modern minimalist, gallery / hospitality, stairwell / atrium, dining-drama, and grand-foyer interiors. Best placements: Stairwell / atrium: the cascading vertical drop is exactly what these tall spaces are designed for — particularly the 14H–50H configurations.Dining room: 9H–14H clusters above a long dining table create a "constellation overhead" effect.Foyer / entryway: 7H–11H sized to greet on entry without overwhelming the space.Hospitality lobby / reception: 26H–50H clusters for hotels, restaurants, retail flagship spaces.Gallery / museum: the subtle, layered refraction reads as design-conscious without competing with displayed work. What's the return policy? 30-day return policy on undamaged items in original packaging. Subtle hand-blown glass variation between individual globes is part of the artisan character — not a defect. For large architectural orders (20H+), please confirm specifications in writing with [email protected] before shipping; custom drop-length orders are not eligible for standard return. We reply within 24 hours. Questions? [email protected] — we reply within 24 hours.
More you might like
Related
Crystal Ball Chandeliers
Related
Authentic All Crystal Chandeliers Lighting Chandeliers With
Related
Natural Inspirations 30 Crystal ball Chandeliers
Related