Aurelia Shell Chandelier
/* 预览居中样式 */ body { display: flex; justify-content: center; padding: 40px 20px; background-color: #ffffff; margin: 0; } /* ===== Aurelia Shell — Antique Brass & Blush Pink Palette ===== */ .vk-wrap { font-family: 'DM Sans', sans-serif; color: #2a2220; max-width: 680px; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; } .vk-wrap * { box-sizing: border-box; } .vk-wrap p, .vk-wrap h4, .vk-wrap h5 { margin: 0; } .vk-wrap .vk-divider { height: 1px; background: #e8dcc5; margin: 1.75rem 0; } .vk-wrap .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: #1a1615; line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-wrap .vk-headline em { font-style: italic; color: #a37c44; } .vk-wrap .vk-intro { font-size: 15px; color: #4a3a30; line-height: 1.85; margin-bottom: 1rem; font-weight: 300; } .vk-wrap .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #a37c44; margin-bottom: .7rem; display: block; } /* ─── Notices ─── */ .vk-wrap .vk-notice-brass { border-left: 2px solid #a37c44; background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border-radius: 0 6px 6px 0; padding: .95rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-notice-brass h5 { font-size: 13px; font-weight: 500; color: #7a5c2f; margin-bottom: .35rem; letter-spacing: .02em; } .vk-wrap .vk-notice-brass p { font-size: 13px; color: #4a3a30; line-height: 1.65; } /* ─── Features ─── */ .vk-wrap .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-wrap .vk-feat { background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border-radius: 6px; padding: .9rem; border: 1px solid #e8dcc5; text-align: center; } .vk-wrap .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: #1a1615; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid #a37c44; color: #f4eee1; margin-left: auto; margin-right: auto; } .vk-wrap .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: #1a1615; margin-bottom: .25rem; } .vk-wrap .vk-feat p { font-size: 12px; color: #87693f; line-height: 1.55; font-weight: 300; } /* ─── Size & Interactive Img ─── */ .vk-wrap .vk-size { display: flex; gap: 1rem; align-items: flex-start; padding: .95rem 1.1rem; border: 1px solid #e8dcc5; border-radius: 6px; background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); margin-bottom: .75rem; } .vk-wrap .vk-size-info { flex: 1; padding-top: .15rem; } .vk-wrap .vk-size-tag { display: inline-block; background: #1a1615; color: #fdfbf7; font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; letter-spacing: .05em; } .vk-wrap .vk-size-name { font-family: 'DM Serif Display', serif; font-size: 18px; color: #1a1615; margin-bottom: .25rem; line-height: 1.3; } .vk-wrap .vk-size-detail { font-size: 12.5px; color: #7a5c2f; line-height: 1.7; font-weight: 300; } .vk-wrap .vk-size-detail img { transition: transform 0.3s ease; border-radius: 4px; border: 1px solid #e8dcc5; max-width: 100%; display: block; } .vk-wrap .vk-size-detail img:hover { transform: scale(1.03); } /* ─── Bulb Card ─── */ .vk-wrap .vk-bulb-card { background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border: 1px solid #e8dcc5; border-radius: 6px; padding: 1rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-bulb-rec { display: flex; gap: 14px; align-items: center; } .vk-wrap .vk-bulb-icon { color: #a37c44; flex-shrink: 0; } .vk-wrap .vk-bulb-text { font-size: 13.5px; font-weight: 500; color: #1a1615; } /* ─── Spec table ─── */ .vk-wrap .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-wrap .vk-spec-table tr { border-bottom: 1px solid #e8dcc5; } .vk-wrap .vk-spec-table tr:nth-child(odd) { background-color: #fdfaf5; } .vk-wrap .vk-spec-table tr:last-child { border-bottom: none; } .vk-wrap .vk-spec-table td { padding: 10px 12px; font-size: 14px; vertical-align: top; } .vk-wrap .vk-spec-table td:first-child { color: #87693f; width: 42%; padding-right: 1rem; font-weight: 400; } .vk-wrap .vk-spec-table td:last-child { color: #1a1615; font-weight: 300; } /* ─── Downloads ─── */ .vk-wrap .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-wrap .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #a37c44; border: 1px solid #e8dcc5; padding: 8px 16px; border-radius: 6px; text-decoration: none; background: #faf6ef; transition: all .18s; } .vk-wrap .vk-dl-btn:hover { background: #f4eee1; transform: translateY(-1px); box-shadow: 0 2px 6px rgba(163,124,68,.1); } /* ─── FAQ ─── */ .vk-wrap details { border-bottom: 1px solid #e8dcc5; padding: 13px 0; } .vk-wrap details:first-of-type { border-top: 1px solid #e8dcc5; } .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: #1a1615; } .vk-wrap details summary::-webkit-details-marker, .vk-wrap details summary::marker { display: none; } .vk-wrap details[open] summary svg { transform: rotate(180deg); } .vk-wrap details summary svg { transition: transform .2s; flex-shrink: 0; color: #a37c44; } .vk-wrap details p { font-size: 13px; color: #4a3a30; line-height: 1.7; margin-top: 8px; padding-right: 1rem; font-weight: 300; } /* ─── Responsive ─── */ @media (max-width: 520px) { .vk-wrap .vk-features { grid-template-columns: 1fr; gap: 8px; } .vk-wrap .vk-size { flex-direction: column; } .vk-wrap .vk-headline { font-size: 19px; } } Aurelia Shell Chandelier — Baroque Elegance & Vintage Glamour The Aurelia Shell Chandelier blends sculptural elegance with vintage glamour. Inspired by the natural beauty of blooming seashells and ornate baroque floral forms, this striking fixture features layered, rippled glass panels embraced by meticulously detailed antique brass leaves. When illuminated, the softly contoured glass diffuses a warm, luxurious ambient glow. Available in exquisite clear, blush pink, and soft green finishes, it introduces romantic sophistication and artistic texture to dining rooms, bedrooms, and boutique interiors. Artisanal Glass & Antique Detailing Each glass shell panel is crafted to capture the organic, rippled texture of sea elements. Paired with solid brass hardware that undergoes a classic antiquing process, the fixture achieves a timeless, heirloom-quality aesthetic that elevates any classical or modern-eclectic space. Features Seashell Silhouette Layered, rippled glass panels mimic the organic beauty of blooming shells. Baroque Brass Intricate antique brass leaf accents add vintage architectural luxury. Romantic Glow Textured glass softly diffuses light for an inviting, warm ambiance. Size Options Two Configurations Available 3 Heads or 4 Heads 3 Heads: Ø 14.6″ × H 8.7″ (Ø 37 cm × H 22 cm) 4 Heads: Ø 18.9″ × H 8.7″ (Ø 48 cm × H 22 cm) Ceiling Canopy: Ø 4.7″ (Ø 12 cm)Suspension Rod: Includes a 11.8″ (30 cm) rod.*The hanging rod can be extended upon request for higher ceilings. Light Source E26 or E27 Base · LED or Edison Compatible. Specifications Material High-grade Brass, Rippled Glass Body Finish Antique Brass Shade Finishes White, Clear, Pink, Green Light Source E26 or E27 Base (Bulbs not included) Voltage AC 110–240 V Wiring Hardwired Mounting Ceiling Mounted Environment Indoor only (IP20 Damp-rated) Certification North America, EU, Australia, Saudi Arabia Downloads Spec Sheet Frequently Asked Questions Can I adjust the hanging height? Yes. The chandelier comes with a standard 11.8" (30 cm) hanging rod. If you are installing this in a space with exceptionally high ceilings and need a longer rod, please leave a note at checkout or contact our support team. Is this fixture dimmable? Yes. By utilizing dimmable E26 or E27 bulbs (LED or incandescent) and connecting the fixture to a compatible wall dimmer switch, you can easily control the brightness to create a romantic ambiance. How do I clean the glass panels? We recommend using a soft feather duster for regular upkeep. For a more thorough cleaning, the glass panels can be carefully wiped with a dry or slightly damp microfiber cloth. Avoid spraying harsh chemical cleaners onto the antique brass finish.
More you might like
Related
Capiz Shell Aurelia Chandelier
Related
Aurelia Shell Glass and Metal Chandelier With Oval Shades
Related
Aurelia Chandelier
Related