Arcelle Chandelier
.vk-arcelle-wrap { --vk-arc-bg: #ffffff; --vk-arc-bg-card: #faf3e8; --vk-arc-bg-deep: #ecdfc7; --vk-arc-border: #e6d8be; --vk-arc-border-lt: #ede2cc; --vk-arc-accent: #6b4a2e; --vk -arc-accent-dk: #3d2a18; --vk-arc-accent-lt: #a07a52; --vk-arc-accent-bg: #ede0c4; --vk-arc-accent-bdr: #c8a778; --vk-arc-text: #2a211a; --vk-arc-text-mid: #5a4a3b; --vk-arc-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-arc-text); line-height: 1.72; font-size: 14.5px; } .vk-arcelle-wrap * { box-sizing: border-box; } .vk-arcelle-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-arc-text-mid); } .vk-arcelle-wrap a { color: var(--vk-arc-accent-dk); text-decoration: underline; } .vk-arcelle-wrap .vk-arc-section { margin-bottom: 2.6rem; } .vk-arcelle-wrap .vk-arc-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-arcelle-wrap .vk-arc-sec-line { flex: 1; height: 0.5px; background: var(--vk-arc-border); } .vk-arcelle-wrap .vk-arc-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-arc-accent-dk); white-space: nowrap; } .vk-arcelle-wrap strong { color: var(--vk-arc-text); font-weight: 600; } /* Features grid */ .vk-arcelle-wrap .vk-arc-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-arcelle-wrap .vk-arc-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-arc-border); border-radius: 12px; background: var(--vk-arc-bg-card); } .vk-arcelle-wrap .vk-arc-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-arc-accent-bg); border: 0.5px solid var(--vk-arc-accent-bdr); color: var(--vk-arc-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-arcelle-wrap .vk-arc-feat-icon svg { fill: none; } .vk-arcelle-wrap .vk-arc-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-arc-text); margin-bottom: 6px; line-height: 1.35; } .vk-arcelle-wrap .vk-arc-feat-desc { font-size: 12px; color: var(--vk-arc-text-mid); line-height: 1.55; } /* Size variant grid (5 sizes — 3-col + 2-col second row) */ .vk-arcelle-wrap .vk-arc-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-arcelle-wrap .vk-arc-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-arc-border); border-radius: 12px; background: var(--vk-arc-bg-card); } .vk-arcelle-wrap .vk-arc-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-arc-accent-dk); margin-bottom: 6px; } .vk-arcelle-wrap .vk-arc-size-name { font-size: 14px; font-weight: 700; color: var(--vk-arc-text); margin-bottom: 5px; line-height: 1.3; } .vk-arcelle-wrap .vk-arc-size-meta { font-size: 11.5px; color: var(--vk-arc-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-arcelle-wrap .vk-arc-size-spec { font-size: 10.5px; color: var(--vk-arc-text-light); line-height: 1.5; } .vk-arcelle-wrap .vk-arc-size-spec strong { color: var(--vk-arc-accent-dk); font-weight: 700; } /* Critical notice */ .vk-arcelle-wrap .vk-arc-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-arc-accent-bdr); border-left: 3px solid var(--vk-arc-accent); border-radius: 10px; background: var(--vk-arc-accent-bg); } .vk-arcelle-wrap .vk-arc-notice .vk-arc-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-arc-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-arcelle-wrap .vk-arc-notice .vk-arc-notice-body { font-size: 12.5px; color: var(--vk-arc-text-mid); line-height: 1.6; } .vk-arcelle-wrap .vk-arc-notice .vk-arc-notice-body strong { color: var(--vk-arc-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-arcelle-wrap .vk-arc-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-arc-border); border-radius: 14px; overflow: hidden; } .vk-arcelle-wrap .vk-arc-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-arc-border-lt); display: flex; align-items: center; background: var(--vk-arc-bg-card); gap: 16px; } .vk-arcelle-wrap .vk-arc-spec-item:last-child { border-bottom: 0; } .vk-arcelle-wrap .vk-arc-spec-item:nth-child(even) { background: var(--vk-arc-bg); } .vk-arcelle-wrap .vk-arc-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-arc-accent-dk); width: 160px; flex-shrink: 0; } .vk-arcelle-wrap .vk-arc-spec-val { font-size: 12.5px; color: var(--vk-arc-text); } /* Style tags */ .vk-arcelle-wrap .vk-arc-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-arcelle-wrap .vk-arc-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-arc-accent-dk); background: var(--vk-arc-accent-bg); border: 0.5px solid var(--vk-arc-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-arcelle-wrap .vk-arc-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-arcelle-wrap .vk-arc-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-arc-border); border-radius: 12px; background: var(--vk-arc-bg-card); text-decoration: none; color: var(--vk-arc-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-arcelle-wrap .vk-arc-dl-card:hover { background: var(--vk-arc-accent-bg); border-color: var(--vk-arc-accent-bdr); } .vk-arcelle-wrap .vk-arc-dl-card.vk-arc-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-arc-bg); } .vk-arcelle-wrap .vk-arc-dl-card.vk-arc-dl-disabled:hover { background: var(--vk-arc-bg); border-color: var(--vk-arc-border); } .vk-arcelle-wrap .vk-arc-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-arc-accent-bg); border: 0.5px solid var(--vk-arc-accent-bdr); color: var(--vk-arc-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-arcelle-wrap .vk-arc-dl-icon svg { fill: none; } .vk-arcelle-wrap .vk-arc-dl-meta { width: 100%; } .vk-arcelle-wrap .vk-arc-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-arc-text); line-height: 1.3; margin-bottom: 3px; } .vk-arcelle-wrap .vk-arc-dl-sub { font-size: 11.5px; color: var(--vk-arc-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-arcelle-wrap .vk-arc-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-arc-text-light); background: var(--vk-arc-bg-card); border: 0.5px solid var(--vk-arc-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-arcelle-wrap .vk-arc-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-arcelle-wrap .vk-arc-faq-list details { border: 0.5px solid var(--vk-arc-border); border-radius: 10px; background: var(--vk-arc-bg-card); overflow: hidden; } .vk-arcelle-wrap .vk-arc-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-arc-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-arcelle-wrap .vk-arc-faq-list summary::-webkit-details-marker { display: none; } .vk-arcelle-wrap .vk-arc-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-arc-accent-dk); position: absolute; right: 16px; } .vk-arcelle-wrap .vk-arc-faq-list details[open] summary { color: var(--vk-arc-accent-dk); } .vk-arcelle-wrap .vk-arc-faq-list details[open] summary::after { content: '\2212'; } .vk-arcelle-wrap .vk-arc-faq-list .vk-arc-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-arc-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-arcelle-wrap .vk-arc-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-arcelle-wrap .vk-arc-size-grid { grid-template-columns: 1fr; } .vk-arcelle-wrap .vk-arc-dl-grid { grid-template-columns: 1fr; } .vk-arcelle-wrap .vk-arc-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-arcelle-wrap .vk-arc-features-grid { grid-template-columns: 1fr; } } Inspiration The Arcelle Chandelier is an elongated oval linear chandelier — a long narrow cream fabric shade with subtle vertical pleats and a dark walnut wood trim along the bottom, suspended on two slim black rods between small brass-tone canopies. Built-in LED, no bulbs to replace. Five sizes from 39.4″ to 98.4″ wide. For a long dining table, kitchen island, conference room, hotel lobby, or restaurant. Modern Asian, Japandi, and contemporary style. Good To Know ! Integrated LED (not replaceable) · 2 ceiling mounting points · hardwired install · indoor dry only Light source is built in — a 36W warm-white LED strip inside the shade plus four 1W LED accent spots, total 40W. There are no E26 sockets and no bulbs to change; if the LED fails after warranty, the entire shade module needs servicing. The chandelier suspends on two independent black metal rods ending at two small brass-tone canopies — that means two ceiling mounting points, spaced from 14.8″ (smallest) to 63″ (largest) apart depending on the size. Confirm your ceiling can accommodate two mounting points the correct distance apart before ordering. Rod length ships at 47.2″ (120 cm), adjustable. Indoor, dry locations only. Key Features Elongated Oval Silhouette A long, narrow, elongated oval fabric shade with subtle vertical pleats and a contrasting dark walnut wood trim along the bottom edge — reads horizontal and quietly architectural over a long table. Built-In LED — 36W + 4×1W A 36W LED strip inside the shade for soft warm ambient light, plus four 1W LED accent spots for focused downlight. No bulbs to buy or swap. Walnut Trim + Black Rods + Brass Canopies A dark walnut wood bar runs along the bottom of the shade, slim black metal rods rise to two small brass-tone ceiling canopies — a quiet mix of three warm tones. Available Sizes Five sizes — choose at checkout. Fabric shade, walnut trim, black rod, and brass canopies are the same across sizes; only the shade length, rod spacing, and (for the smallest size) shade depth change. The rod spacing tells you the distance between the two ceiling mounting holes. Size 1 39.4″ Long For a 4–6 seat dining table or a small kitchen island. Shade: 39.4″ L × 9.8″ W × 14.2″ HLamp body: 30.7″ LRod spacing: 14.8″ Size 2 47.2″ Long For a 6-seat dining table or a medium kitchen island. Shade: 47.2″ L × 11.8″ W × 15.7″ HLamp body: 34.6″ LRod spacing: 17.7″ Size 3 59.1″ Long For a 6–8 seat dining table or a longer kitchen island. Shade: 59.1″ L × 11.8″ W × 15.7″ HLamp body: 42.5″ LRod spacing: 23.6″ Size 4 78.7″ Long For an 8–10 seat dining table, large kitchen island, or conference table. Shade: 78.7″ L × 11.8″ W × 15.7″ HLamp body: 62.2″ LRod spacing: 43.3″ Size 5 98.4″ Long For a 10–12 seat dining table, banquet table, hotel lobby, or boardroom. Shade: 98.4″ L × 11.8″ W × 15.7″ HLamp body: 81.9″ LRod spacing: 63″ Specifications Fixture Type Linear chandelier · oblong oval fabric shade · integrated LED · hardwired Main Materials Metal hardware (black rods, brass-tone canopies, internal frame) + cream pleated fabric shade + dark walnut wood bottom trim Color Oatmeal-cream fabric · dark walnut wood trim · matte black rods · brass-tone canopies (single colorway) Size 1 — 39.4″ Shade 39.4″ L × 9.8″ W × 14.2″ H · Lamp body 30.7″ L · Rod spacing 14.8″ Size 2 — 47.2″ Shade 47.2″ L × 11.8″ W × 15.7″ H · Lamp body 34.6″ L · Rod spacing 17.7″ Size 3 — 59.1″ Shade 59.1″ L × 11.8″ W × 15.7″ H · Lamp body 42.5″ L · Rod spacing 23.6″ Size 4 — 78.7″ Shade 78.7″ L × 11.8″ W × 15.7″ H · Lamp body 62.2″ L · Rod spacing 43.3″ Size 5 — 98.4″ Shade 98.4″ L × 11.8″ W × 15.7″ H · Lamp body 81.9″ L · Rod spacing 63″ Rod Length 47.2″ (120 cm) ships default · shortenable during install Light Source Integrated LED · 36W warm-white strip + 4 × 1W LED accent spots (40W total) · not replaceable Color Temperature Warm white (approx. 3000K) · matches the cream linen tone Mounting Hardwired to two ceiling junction boxes · spacing per size (see above) · indoor dry locations only Design Style Modern Asian Japandi Contemporary Modern Minimal Hospitality Grade Best For Long dining table, kitchen island, conference room, hotel lobby, restaurant, banquet hall, executive office Use Case The Arcelle is built for long horizontal spaces — the elongated oval silhouette reads quietly architectural rather than fussy, and the integrated LED gives a soft, even ambient wash through the cream shade with four small accent spots aimed downward at the table. The walnut wood trim at the bottom is the visual anchor: it reads from across the room and ties the chandelier into wood tables, oak floors, and warm millwork. Scale to the surface below: Size 1 (39.4″) over a small kitchen island or 4-6 seat table; Size 2 (47.2″) over a 6-seat table; Size 3 (59.1″) over a 6-8 seat dining table or longer kitchen island; Size 4 (78.7″) for an 8-10 seat table, conference room, or banquet area; Size 5 (98.4″) for hotel lobbies, boardrooms, and 10-12 seat banquet tables. A rough rule: the chandelier should be roughly 60–75% of the table or island length. The cream fabric + walnut + black + brass palette pairs with oak and walnut tables, plaster walls, raw linen upholstery, warm-white paint, terracotta tile — fitting modern Asian dining rooms, Japandi master kitchens, contemporary executive offices, and hospitality-grade restaurant and hotel interiors. For custom rod length, color temperature, dimming, or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Arcelle Chandelier. Need a doc that’s not listed? Email [email protected]. Spec Sheet All 5 sizes · PDF Pending Installation Guide 2-point hardwire · PDF Pending Care Guide Fabric, wood & metal · PDF Pending FAQ Which size should I pick for my table or island? Measure the surface below and aim for a chandelier that’s 60–75% of the table or island length. Rough guide: 39.4″ for a small kitchen island or 4-6 seat table; 47.2″ for a 6-seat table; 59.1″ for a 6-8 seat or longer kitchen island; 78.7″ for an 8-10 seat table or conference room; 98.4″ for a 10-12 seat banquet table or hotel lobby. Measure your ceiling rod-spacing capacity first — the largest size needs 63″ between two mounting points. Can the bulbs be replaced? No — the LED is built into the shade. The 36W warm-white strip and the four 1W accent spots are integrated and not user-serviceable. There are no E26 sockets and no bulbs to buy. If the LED fails within the warranty period, the entire shade module is serviced or replaced. Plan for this as a long-life fixture (50,000+ hour rating on most integrated-LED chandeliers, though Arcelle’s specific LED life rating may vary). How many ceiling mounting points are needed? Two. The chandelier suspends from two independent black rods ending at two small brass-tone canopies, spaced according to size: 14.8″ (Size 1), 17.7″ (Size 2), 23.6″ (Size 3), 43.3″ (Size 4), or 63″ (Size 5). Confirm your ceiling can accommodate two junction boxes the correct distance apart — ideally a licensed electrician walks the install before you order, especially for Size 4 and Size 5. Is it dimmable? Dimmability of the integrated LED is not guaranteed by default. The factory-default driver may or may not be dimmable depending on shipment. If you need dimming (TRIAC or 0-10V), email [email protected] before ordering so we can confirm or arrange a dimmable driver. Don’t assume dimmability without confirmation — pairing a non-dimming driver with a wall dimmer can damage the LED and the dimmer. Can I install it myself or do I need an electrician? Have a licensed electrician install this fixture. Reasons: it’s a hardwired ceiling chandelier with two junction box connections, not one; the rod alignment needs to be straight relative to the table below, and a long fixture amplifies any rotation error; and the fabric shade plus walnut trim need careful handling so they aren’t crushed or scratched during install. Cord length is adjustable per rod during install.