Avenelle Pendant Light
.vk-aven-wrap { --vk-aven-bg: #ffffff; --vk-aven-bg-card: #faf5ee; --vk-aven-bg-deep: #f0e4d9; --vk-aven-border: #e6dccd; --vk-aven-border-lt: #eee5d9; --vk-aven-accent: #b1885f; - -vk-aven-accent-dk: #6f5331; --vk-aven-accent-lt: #cba87a; --vk-aven-accent-bg: #f3e7d6; --vk-aven-accent-bdr: #ccac80; --vk-aven-text: #2a2219; --vk-aven-text-mid: #574a39; --vk-aven-text-light: #95856f; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-aven-text); line-height: 1.72; font-size: 14.5px; } .vk-aven-wrap * { box-sizing: border-box; } .vk-aven-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-aven-text-mid); } .vk-aven-wrap a { color: var(--vk-aven-accent-dk); text-decoration: underline; } .vk-aven-wrap .vk-aven-section { margin-bottom: 2.6rem; } .vk-aven-wrap .vk-aven-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-aven-wrap .vk-aven-sec-line { flex: 1; height: 0.5px; background: var(--vk-aven-border); } .vk-aven-wrap .vk-aven-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-aven-accent-dk); white-space: nowrap; } .vk-aven-wrap strong { color: var(--vk-aven-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-aven-wrap .vk-aven-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-aven-wrap .vk-aven-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-aven-border); border-radius: 12px; background: var(--vk-aven-bg-card); } .vk-aven-wrap .vk-aven-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-aven-accent-bg); border: 0.5px solid var(--vk-aven-accent-bdr); color: var(--vk-aven-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-aven-wrap .vk-aven-feat-icon svg { fill: none; } .vk-aven-wrap .vk-aven-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-aven-text); margin-bottom: 6px; line-height: 1.35; } .vk-aven-wrap .vk-aven-feat-desc { font-size: 12px; color: var(--vk-aven-text-mid); line-height: 1.55; } /* Size variant grid (3 columns) */ .vk-aven-wrap .vk-aven-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-aven-wrap .vk-aven-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-aven-border); border-radius: 12px; background: var(--vk-aven-bg-card); } .vk-aven-wrap .vk-aven-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-aven-accent-dk); margin-bottom: 6px; } .vk-aven-wrap .vk-aven-size-name { font-size: 14px; font-weight: 700; color: var(--vk-aven-text); margin-bottom: 5px; line-height: 1.3; } .vk-aven-wrap .vk-aven-size-meta { font-size: 11.5px; color: var(--vk-aven-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-aven-wrap .vk-aven-size-spec { font-size: 10.5px; color: var(--vk-aven-text-light); line-height: 1.5; } .vk-aven-wrap .vk-aven-size-spec strong { color: var(--vk-aven-accent-dk); font-weight: 700; } /* Critical notice */ .vk-aven-wrap .vk-aven-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-aven-accent-bdr); border-left: 3px solid var(--vk-aven-accent); border-radius: 10px; background: var(--vk-aven-accent-bg); } .vk-aven-wrap .vk-aven-notice .vk-aven-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-aven-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-aven-wrap .vk-aven-notice .vk-aven-notice-body { font-size: 12.5px; color: var(--vk-aven-text-mid); line-height: 1.6; } .vk-aven-wrap .vk-aven-notice .vk-aven-notice-body strong { color: var(--vk-aven-text); font-weight: 600; } .vk-aven-wrap .vk-aven-notice .vk-aven-notice-body strong:first-child { display: block; color: var(--vk-aven-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-aven-wrap .vk-aven-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-aven-wrap .vk-aven-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-aven-wrap .vk-aven-warn-body { font-size: 12px; color: var(--vk-aven-text-mid); line-height: 1.55; } .vk-aven-wrap .vk-aven-warn-body strong { color: #8a4820; font-weight: 600; } .vk-aven-wrap .vk-aven-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-aven-wrap .vk-aven-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-aven-border); border-radius: 14px; overflow: hidden; } .vk-aven-wrap .vk-aven-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-aven-border-lt); display: flex; align-items: flex-start; background: var(--vk-aven-bg-card); gap: 16px; } .vk-aven-wrap .vk-aven-spec-item:last-child { border-bottom: 0; } .vk-aven-wrap .vk-aven-spec-item:nth-child(even) { background: var(--vk-aven-bg); } .vk-aven-wrap .vk-aven-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-aven-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-aven-wrap .vk-aven-spec-val { font-size: 12.5px; color: var(--vk-aven-text); } /* Style tags */ .vk-aven-wrap .vk-aven-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-aven-wrap .vk-aven-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-aven-accent-dk); background: var(--vk-aven-accent-bg); border: 0.5px solid var(--vk-aven-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-aven-wrap .vk-aven-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-aven-wrap .vk-aven-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-aven-border); border-radius: 12px; background: var(--vk-aven-bg-card); text-decoration: none; color: var(--vk-aven-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-aven-wrap .vk-aven-dl-card:hover { background: var(--vk-aven-accent-bg); border-color: var(--vk-aven-accent-bdr); } .vk-aven-wrap .vk-aven-dl-card.vk-aven-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-aven-bg); } .vk-aven-wrap .vk-aven-dl-card.vk-aven-dl-disabled:hover { background: var(--vk-aven-bg); border-color: var(--vk-aven-border); } .vk-aven-wrap .vk-aven-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-aven-accent-bg); border: 0.5px solid var(--vk-aven-accent-bdr); color: var(--vk-aven-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-aven-wrap .vk-aven-dl-icon svg { fill: none; } .vk-aven-wrap .vk-aven-dl-meta { width: 100%; } .vk-aven-wrap .vk-aven-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-aven-text); line-height: 1.3; margin-bottom: 3px; } .vk-aven-wrap .vk-aven-dl-sub { font-size: 11.5px; color: var(--vk-aven-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-aven-wrap .vk-aven-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-aven-text-light); background: var(--vk-aven-bg-card); border: 0.5px solid var(--vk-aven-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-aven-wrap .vk-aven-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-aven-wrap .vk-aven-faq-list details { border: 0.5px solid var(--vk-aven-border); border-radius: 10px; background: var(--vk-aven-bg-card); overflow: hidden; } .vk-aven-wrap .vk-aven-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-aven-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-aven-wrap .vk-aven-faq-list summary::-webkit-details-marker { display: none; } .vk-aven-wrap .vk-aven-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-aven-accent-dk); position: absolute; right: 16px; } .vk-aven-wrap .vk-aven-faq-list details[open] summary { color: var(--vk-aven-accent-dk); } .vk-aven-wrap .vk-aven-faq-list details[open] summary::after { content: '\2212'; } .vk-aven-wrap .vk-aven-faq-list .vk-aven-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-aven-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-aven-wrap .vk-aven-features-grid { grid-template-columns: 1fr; } .vk-aven-wrap .vk-aven-size-grid { grid-template-columns: 1fr; } .vk-aven-wrap .vk-aven-dl-grid { grid-template-columns: 1fr; } .vk-aven-wrap .vk-aven-spec-item { flex-direction: column; gap: 4px; } .vk-aven-wrap .vk-aven-spec-key { width: auto; } } Inspiration The Avenelle Pendant Light is a scalloped, petal-paneled pendant in linen fabric — each overlapping petal carries an embroidered rose and is edged with a beaded cotton-cord trim, topped by a turned dark-wood finial. A single E27 bulb gives a soft, warm glow through the fabric. Choose from three sizes, 19.7″ to 31.5″ wide, on a twisted cord. Sized for a dining room, bedroom, kitchen island, entryway, living room, or reading nook, it gives soft ambient light in a cottagecore, French-country, and vintage look. Good To Know ! Three sizes (Ø19.7 / 23.6 / 31.5″) · scalloped linen petal panels with embroidered roses + beaded cotton-cord trim · wood finial · 1 × E27 (accepts E26) · E27 LED bulb included & replaceable, warm 2700–3000K · twisted cord · hardwired · indoor dry only The shade is built from overlapping scalloped linen petal panels, each with an embroidered rose and edged with a beaded cotton-cord trim; the fabric, embroidery, and cord are delicate and not damp-rated, so keep it to dry rooms, dust gently with a soft brush, never get it wet, and the color may vary slightly piece to piece. The top finial is turned dark wood with a brass cap, on a twisted cord. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm 2700–3000K. A single bulb gives soft ambient light through the fabric — not bright task light. Three sizes; hangs from a twisted cord (drop — see spec sheet). Hardwired to a standard ceiling junction box; certified for North America, Australia, Europe & the Middle East (110–240V); licensed electrician recommended. Indoor dry locations only. Key Features Scalloped Embroidered Petal Panels Overlapping scalloped linen petals, each with an embroidered rose — a soft, dimensional shade. Beaded Cotton-Cord Trim Each scalloped petal is outlined with a beaded cotton-cord trim that traces the panel edges. Wood Finial, E27 Glow A turned dark-wood finial and brass cap on a twisted cord; a single E27 (accepts E26, included & replaceable) in warm 2700–3000K. Available Sizes Three sizes — choose at checkout. Every size uses the same scalloped embroidered petal panels, beaded cotton-cord trim, wood finial, and a single E27; only the dimensions change. Small Ø19.7″ × 8.7″ H For a bedroom, entryway, or reading nook. D50 × H22 cmlinen petals + embroidery · 1 × E27 Medium Ø23.6″ × 10.6″ H For a dining table, kitchen island, or living room. D60 × H27 cmlinen petals + embroidery · 1 × E27 Large Ø31.5″ × 14.2″ H A statement size for a large table or kitchen island. D80 × H36 cmlinen petals + embroidery · 1 × E27 ! Delicate linen, embroidery & cord trim · soft ambient light · indoor dry only The shade is linen with embroidery and a beaded cotton-cord trim — delicate, so dust gently with a soft brush and never get it wet; it's not damp-rated (indoor dry rooms only, not bathrooms with shower steam or outdoor), and the color may vary slightly. A single E27 gives soft ambient light — for a table or task work, layer with other lighting. Specifications Fixture Type Pendant light · hardwired · scalloped linen petal-panel shade with embroidered roses + beaded cotton-cord trim · twisted cord Materials & Finish Fabric (linen petal panels with embroidered roses) + cotton cord (beaded trim) · turned dark-wood finial + brass cap · color may vary per piece Sizes Three sizes — Ø19.7 / 23.6 / 31.5″ (D50 / 60 / 80 cm) × 8.7 / 10.6 / 14.2″ H (22 / 27 / 36 cm); see Available Sizes above Light Source 1 × E27 medium screw socket · accepts standard E26 · E27 LED bulb included & replaceable · 2700–3000K warm · soft ambient light through the fabric Mounting Hardwired pendant to standard ceiling junction box · twisted cord, adjustable drop · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Linen, embroidery & cord trim: dust gently with a soft brush, keep dry — no water (delicate) · Wood & metal: dry soft cloth Design Style Cottagecore French Country Vintage Romantic Shabby Chic Coquette Best For Dining room, bedroom, kitchen island, entryway, living room, reading nook Use Case The Avenelle reads as a soft, petal-paneled fabric shade — the embroidered roses and beaded cord trim give it a handmade, vintage look, while the single bulb casts a warm glow through the linen and down through the scalloped petals. It's soft ambient light, not a bright task fixture. Scale by room: the small (Ø19.7″) suits a bedroom, entryway, or reading nook; the medium (Ø23.6″) a dining table, kitchen island, or living room; the large (Ø31.5″) a larger table or island. Hang the bottom 30–36″ above a table or island; set the height with the twisted cord. The embroidered linen, cord trim, and wood finial suit cottagecore, French-country, vintage, and shabby-chic rooms. Email [email protected] for trade pricing or help choosing a size. Downloads Technical reference and 3D files for the Avenelle Pendant Light. Need a doc that's not listed? Email [email protected]. Spec Sheet All sizes & wiring · PDF Pending Installation Guide Pendant hardwire · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ What sizes does it come in, and which should I pick? Three sizes: small Ø19.7″ (bedroom, entryway, reading nook), medium Ø23.6″ (dining table, kitchen island, living room), and large Ø31.5″ (larger table or island). Over a table or island, hang the bottom about 30–36″ above the surface. What bulb does it use — is it included? It uses 1 × E27 medium screw base. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An E27 LED bulb is included and fully replaceable, in a warm 2700–3000K. What's it made of, and can I use it in a bathroom? The shade is linen petal panels with embroidered roses, edged with a beaded cotton-cord trim, on a turned dark-wood finial. The color may vary slightly piece to piece. It's indoor dry locations only — not damp-rated, so avoid bathrooms with shower steam and outdoor spots. Dust gently with a soft brush and keep it dry. How bright is it, and what's the light like? It's a single E27 bulb in a linen petal shade, so it gives a soft, ambient glow through the fabric and down through the scalloped petals — not bright task light. It works well as a focal point in a dining room, bedroom, or over an island; for more output, pair it with other lighting. How is it installed? It's hardwired to a standard ceiling junction box and hangs from a twisted cord (drop set at install — see the spec sheet). It's certified for North America, Australia, Europe & the Middle East (110–240V). Licensed electrician recommended. Indoor dry locations only.
More you might like
Related
Avenelle Flush Mount Light
Related
Avenelle | Lightweight Summer Shorts with Elastic Waist
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related