Bloomvelle Pendant Light
.vk-bloom-wrap { --vk-bloom-bg: #ffffff; --vk-bloom-bg-card: #f7f0e6; --vk-bloom-bg-deep: #ecdfc7; --vk-bloom-border: #ddd3c0; --vk-bloom-border-lt: #e5dcc6; --vk-bloom-accent: #b0 8862; --vk-bloom-accent-dk: #5a4a32; --vk-bloom-accent-lt: #c9a875; --vk-bloom-accent-bg: #f0e3c6; --vk-bloom-accent-bdr: #c8a778; --vk-bloom-text: #2a211a; --vk-bloom-text-mid: #5a4a3b; --vk-bloom-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-bloom-text); line-height: 1.72; font-size: 14.5px; } .vk-bloom-wrap * { box-sizing: border-box; } .vk-bloom-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-bloom-text-mid); } .vk-bloom-wrap a { color: var(--vk-bloom-accent-dk); text-decoration: underline; } .vk-bloom-wrap .vk-bloom-section { margin-bottom: 2.6rem; } .vk-bloom-wrap .vk-bloom-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-bloom-wrap .vk-bloom-sec-line { flex: 1; height: 0.5px; background: var(--vk-bloom-border); } .vk-bloom-wrap .vk-bloom-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-bloom-accent-dk); white-space: nowrap; } .vk-bloom-wrap strong { color: var(--vk-bloom-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-bloom-wrap .vk-bloom-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-bloom-wrap .vk-bloom-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-bloom-border); border-radius: 12px; background: var(--vk-bloom-bg-card); } .vk-bloom-wrap .vk-bloom-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-bloom-accent-bg); border: 0.5px solid var(--vk-bloom-accent-bdr); color: var(--vk-bloom-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-bloom-wrap .vk-bloom-feat-icon svg { fill: none; } .vk-bloom-wrap .vk-bloom-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-bloom-text); margin-bottom: 6px; line-height: 1.35; } .vk-bloom-wrap .vk-bloom-feat-desc { font-size: 12px; color: var(--vk-bloom-text-mid); line-height: 1.55; } /* Dimensions cards grid (2 columns) */ .vk-bloom-wrap .vk-bloom-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-bloom-wrap .vk-bloom-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-bloom-border); border-radius: 12px; background: var(--vk-bloom-bg-card); } .vk-bloom-wrap .vk-bloom-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-bloom-accent-dk); margin-bottom: 6px; } .vk-bloom-wrap .vk-bloom-size-name { font-size: 14px; font-weight: 700; color: var(--vk-bloom-text); margin-bottom: 5px; line-height: 1.3; } .vk-bloom-wrap .vk-bloom-size-meta { font-size: 11.5px; color: var(--vk-bloom-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-bloom-wrap .vk-bloom-size-spec { font-size: 11px; color: var(--vk-bloom-text-light); line-height: 1.55; } .vk-bloom-wrap .vk-bloom-size-spec strong { color: var(--vk-bloom-accent-dk); font-weight: 700; } /* Critical notice */ .vk-bloom-wrap .vk-bloom-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-bloom-accent-bdr); border-left: 3px solid var(--vk-bloom-accent); border-radius: 10px; background: var(--vk-bloom-accent-bg); } .vk-bloom-wrap .vk-bloom-notice .vk-bloom-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-bloom-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-bloom-wrap .vk-bloom-notice .vk-bloom-notice-body { font-size: 12.5px; color: var(--vk-bloom-text-mid); line-height: 1.6; } .vk-bloom-wrap .vk-bloom-notice .vk-bloom-notice-body strong { color: var(--vk-bloom-text); font-weight: 600; } .vk-bloom-wrap .vk-bloom-notice .vk-bloom-notice-body strong:first-child { display: block; color: var(--vk-bloom-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-bloom-wrap .vk-bloom-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-bloom-wrap .vk-bloom-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-bloom-wrap .vk-bloom-warn-body { font-size: 12px; color: var(--vk-bloom-text-mid); line-height: 1.55; } .vk-bloom-wrap .vk-bloom-warn-body strong { color: #8a4820; font-weight: 600; } .vk-bloom-wrap .vk-bloom-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-bloom-wrap .vk-bloom-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-bloom-border); border-radius: 14px; overflow: hidden; } .vk-bloom-wrap .vk-bloom-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-bloom-border-lt); display: flex; align-items: flex-start; background: var(--vk-bloom-bg-card); gap: 16px; } .vk-bloom-wrap .vk-bloom-spec-item:last-child { border-bottom: 0; } .vk-bloom-wrap .vk-bloom-spec-item:nth-child(even) { background: var(--vk-bloom-bg); } .vk-bloom-wrap .vk-bloom-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-bloom-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-bloom-wrap .vk-bloom-spec-val { font-size: 12.5px; color: var(--vk-bloom-text); } /* Style tags */ .vk-bloom-wrap .vk-bloom-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-bloom-wrap .vk-bloom-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-bloom-accent-dk); background: var(--vk-bloom-accent-bg); border: 0.5px solid var(--vk-bloom-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-bloom-wrap .vk-bloom-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-bloom-wrap .vk-bloom-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-bloom-border); border-radius: 12px; background: var(--vk-bloom-bg-card); text-decoration: none; color: var(--vk-bloom-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-bloom-wrap .vk-bloom-dl-card:hover { background: var(--vk-bloom-accent-bg); border-color: var(--vk-bloom-accent-bdr); } .vk-bloom-wrap .vk-bloom-dl-card.vk-bloom-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-bloom-bg); } .vk-bloom-wrap .vk-bloom-dl-card.vk-bloom-dl-disabled:hover { background: var(--vk-bloom-bg); border-color: var(--vk-bloom-border); } .vk-bloom-wrap .vk-bloom-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-bloom-accent-bg); border: 0.5px solid var(--vk-bloom-accent-bdr); color: var(--vk-bloom-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-bloom-wrap .vk-bloom-dl-icon svg { fill: none; } .vk-bloom-wrap .vk-bloom-dl-meta { width: 100%; } .vk-bloom-wrap .vk-bloom-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-bloom-text); line-height: 1.3; margin-bottom: 3px; } .vk-bloom-wrap .vk-bloom-dl-sub { font-size: 11.5px; color: var(--vk-bloom-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-bloom-wrap .vk-bloom-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-bloom-text-light); background: var(--vk-bloom-bg-card); border: 0.5px solid var(--vk-bloom-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-bloom-wrap .vk-bloom-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-bloom-wrap .vk-bloom-faq-list details { border: 0.5px solid var(--vk-bloom-border); border-radius: 10px; background: var(--vk-bloom-bg-card); overflow: hidden; } .vk-bloom-wrap .vk-bloom-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-bloom-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-bloom-wrap .vk-bloom-faq-list summary::-webkit-details-marker { display: none; } .vk-bloom-wrap .vk-bloom-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-bloom-accent-dk); position: absolute; right: 16px; } .vk-bloom-wrap .vk-bloom-faq-list details[open] summary { color: var(--vk-bloom-accent-dk); } .vk-bloom-wrap .vk-bloom-faq-list details[open] summary::after { content: '\2212'; } .vk-bloom-wrap .vk-bloom-faq-list .vk-bloom-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-bloom-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-bloom-wrap .vk-bloom-features-grid { grid-template-columns: 1fr; } .vk-bloom-wrap .vk-bloom-size-grid { grid-template-columns: 1fr; } .vk-bloom-wrap .vk-bloom-dl-grid { grid-template-columns: 1fr; } .vk-bloom-wrap .vk-bloom-spec-item { flex-direction: column; gap: 4px; } .vk-bloom-wrap .vk-bloom-spec-key { width: auto; } } Inspiration The Bloomvelle Pendant Light is a small rose-branch pendant — a brass-tone alloy stem with gold-tone leaves and pink ceramic roses climbing toward a ruffled, rose-painted ceramic shade. A single E27 bulb gives a soft, warm glow. One size, 7.1″ wide × 13.0″ tall, on a hanging cord. Sized for a bedroom, entryway, nursery or girl's room, dining nook, hallway, or reading nook, it gives soft ambient light and suits romantic, French-country, shabby-chic, and cottagecore rooms. Good To Know ! 1 × E27 (accepts E26) · E27 LED bulb included & replaceable · brass-tone alloy rose branch + gold-tone leaves · pink ceramic roses · ruffled rose-painted ceramic shade · hardwired · indoor dry only The branch, leaves, and stem are nano alloy in a brass tone; the roses are ceramic (hand-finished and delicate); and the shade is ruffled ceramic with a painted rose pattern. The ceramic florets and painted finish are delicate and not damp-rated, so keep it to dry rooms, dust gently, never get it wet, and the paint and tone may vary slightly piece to piece. 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 in an open ruffled shade gives soft ambient / accent downward light — not bright task light. The fixture body is about 13.0″/33cm tall; the canopy is about 3.9″/10cm; it hangs from a cord, and the total drop depends on the cord (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 Brass-Tone Rose Branch A nano-alloy brass-tone branch with gold-tone leaves and pink ceramic roses climbing the stem. Ruffled Painted-Ceramic Shade A ruffled ceramic bell shade with a painted rose pattern and a scalloped, wavy rim. E27, Soft Warm Glow A single E27 bulb (accepts E26, included & replaceable) gives a soft warm 2700–3000K glow. Dimensions & Light One size — a brass-tone rose branch with ceramic roses over a ruffled painted-ceramic shade, on a hanging cord. Dimensions 7.1″ Dia × 13.0″ H A small pendant for a bedside, entryway, nursery, or reading nook. D18 × H33 cm (body) · canopy ~3.9″/10cmcord drop: see spec sheet Light 1 × E27 · Warm E27 LED bulb included & replaceable (accepts E26); soft ambient / accent glow. 2700–3000K warmhardwired ! Delicate ceramic florets & painted shade · soft ambient light · indoor dry only The ceramic roses and painted ceramic shade are delicate — dust gently and never get them wet; the piece is not damp-rated (indoor dry rooms only, not bathrooms with shower steam or outdoor), and the paint and tone may vary slightly. It uses a single E27 bulb, so the light is soft and ambient; for a table or task work, layer with other lighting. Specifications Fixture Type Pendant light · hardwired · brass-tone rose branch + ruffled painted-ceramic shade Materials & Finish Nano alloy (brass-tone branch, leaves & stem) + ceramic (pink roses & ruffled rose-painted shade) · hand-finished · paint & tone may vary Dimensions 7.1″ Dia × 13.0″ H body (D18 × H33 cm) · canopy ~3.9″ (10 cm) · cord drop: see spec sheet Light Source 1 × E27 medium screw socket · accepts standard E26 · E27 LED bulb included & replaceable · 2700–3000K warm · soft ambient / accent downward light Mounting Hardwired pendant to standard ceiling junction box · cord hung · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Ceramic roses & painted shade: dust gently with a soft cloth/brush, keep dry — no water (delicate) · Metal: dry soft cloth Design Style Romantic French Country Shabby Chic Cottagecore Traditional Vintage Best For Bedroom, entryway, nursery / girl's room, dining nook, hallway, reading nook Use Case The Bloomvelle reads as a rose branch in bloom — gold-tone leaves and pink ceramic roses climbing to a ruffled, rose-painted shade, with the single bulb casting a soft warm light below. It's soft ambient / accent light, not a bright task fixture. Hang it at a bedside, in an entryway, a nursery or girl's room, a dining nook, hallway, or reading nook; the fixture body is about 13″ and it hangs from a cord (set the total drop per the spec sheet). For a table or task work, pair it with other lighting. The brass-tone branch and ceramic roses suit romantic, French-country, shabby-chic, and cottagecore rooms. Email [email protected] for trade pricing. Downloads Technical reference and 3D files for the Bloomvelle Pendant Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & wiring · PDF Pending Installation Guide Hardwire pendant · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ How bright is it, and what's the light like? It's a single E27 bulb in an open ruffled ceramic shade, so it gives a soft, ambient / accent downward glow rather than bright task light. It's well suited to a bedside, entryway, or reading nook; for more brightness, pair it with other lighting. 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 the shade made of, and can I use it in a bathroom? The roses are ceramic and the shade is ruffled ceramic with a painted rose pattern. It's indoor dry locations only — the ceramic and painted finish aren't damp-rated, so avoid bathrooms with shower steam and outdoor spots. The paint and tone may vary slightly between pieces. How do I clean it, and how is it installed? Cleaning: dust the ceramic roses and painted shade gently with a soft cloth or brush; keep them dry — no water or cleaners. Wipe the metal branch with a dry cloth. Install: it's hardwired to a standard ceiling junction box and hangs from a cord (set the drop per the spec sheet); it's certified for North America, Australia, Europe & the Middle East (110–240V). Licensed electrician recommended. Is it suitable for a nursery or kid's room? Its rose-branch look fits a nursery or girl's room, and it's a ceiling pendant (out of reach). Note the ceramic roses are delicate, so mount it where it won't be bumped or pulled, and handle gently during installation.
More you might like
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related