Description
.pdp { /* Beige + Walnut + Brown theme — vintage cottage / French country layout */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #8a5a3a; –pdp-accent-dk: #5e3c24; –pdp-accent-lt: #b07a52; –pdp-accent-bg: #f0dcc5; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } }
Overview
The Wistera Chandelier is an ethereal botanical installation that translates the movement of a cascading garden into a grand architectural light piece. Featuring hundreds of hand-crafted ceramic petals woven along winding solid copper branches, this fixture acts as a living sculpture. Integrated within the floral density are high-efficiency G4 light points that create a sparkling star-field effect, while copper hummingbird accents add a poetic touch of wildlife. Offered in both grand spiral and expansive linear configurations, Wistera is the definitive choice for monumental foyers, master suites, and formal dining halls.
Key Features
Artisanal Ceramic Petals
Each petal is individually sculpted from high-density ceramic, offering a matte, organic texture and soft light diffusion.
Copper Hummingbird Accents
Detailed copper hummingbirds are scattered throughout the branches, creating a dynamic and whimsical narrative.
G4 Point Illumination
Multiple G4 sockets (up to 65 heads) provide a brilliant constellation of light that mimics sunlight through a blooming canopy.
Product Size
Round Spiral (Small)Dia 60cm x H 130cm (∅ 23.6″ x H 51.2″)
Round Spiral (Grand)Dia 90cm x H 180cm (∅ 35.4″ x H 70.9″)
Linear Flow (Large)L 190cm x W 55cm x H 110cm
Canopy MaterialReinforced Stainless Steel
Specifications
Main Materials
Stainless Steel (Base), Solid Copper (Branches), Fine Ceramics (Petals)
Finish Color
Indigo Blue Petals with Burnished Gold accents
Light Source
G4 LED Sockets (31 / 61 / 65 Heads depending on model)
Color Temp
3000K Warm White
Mounting
Hardwired; Standard junction box mount
Design Style
Botanical LuxuryOrganic ModernArtisanal Grandeur
Where It Works
The Wistera Chandelier is specifically designed for high-volume interiors that require a sense of movement and romance. The Round Spiral configuration is an exceptional choice for grand foyers or central staircases, where the 130cm to 180cm drop creates a stunning vertical flow of blue ceramic blossoms. For extra-large dining rooms or kitchen islands, the 190cm Linear Flow model provides expansive coverage, casting a warm, shimmering 3000K glow across the table surface while acting as a horizontal work of art.
Due to the substantial weight of the ceramic and copper components, Wistera must be mounted to a structurally reinforced ceiling. Pair it with double-height ceilings or vaulted architectural spaces to fully appreciate the “cascading” effect. For the most dramatic visual impact, combine it with neutral interior tones to let the vibrant indigo petals and gold copper accents become the primary focal point of the room.
FAQ
What is the G4 light source like?
G4 bulbs are compact, high-efficiency capsules. In this chandelier, they are used in high quantity (up to 65 heads) to create a brilliant, point-based illumination system that mimics the way sunlight filters through a real garden canopy. We include 3000K Warm White bulbs for a cozy yet bright atmosphere.
Are the hummingbirds removable?
The hummingbirds are artisanal copper accents that are integrated into the hanging framework to ensure a balanced aesthetic. While they are fixed for stability, they can be subtly adjusted in orientation during installation.
How heavy is the fixture?
Due to the combination of stainless steel, copper, and ceramic, this is a heavy-duty chandelier. The 90cm Spiral and 190cm Linear models require a structural ceiling reinforcement to handle the concentrated load. We recommend professional consultation before installation.
How do I clean the ceramic petals?
We recommend using a soft microfiber duster or a feather duster periodically. For deep cleaning, the ceramic petals can be gently wiped with a dry cloth. Ensure the power is off during maintenance.
Downloads
Reference materials for structural engineers, designers, and installers.
Spec Sheet
Full Tiered Dimensions · PDF
Pending
Install Guide
Branch & Petal Setup · PDF
Pending
3D Assets
Project Mockups · ZIP
Pending
Reviews
There are no reviews yet.