Balloon Dream Ceiling Light
body { display: flex; justify-content: center; padding: 40px 20px; background-color: #ffffff; margin: 0; } /* ===== Balloon Dream — Ivory & Muted Gold Palette ===== */ .vk-wrap { f ont-family: 'DM Sans', sans-serif; color: #2a2018; 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: #e0d4bc; margin: 1.75rem 0; } .vk-wrap .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: #2a2018; line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-wrap .vk-headline em { font-style: italic; color: #7c4e2a; } .vk-wrap .vk-intro { font-size: 15px; color: #4a3018; line-height: 1.9; margin-bottom: 1rem; font-weight: 300; } .vk-wrap .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #7c4e2a; margin-bottom: .7rem; display: block; } /* ─── Video Embed ─── */ .vk-wrap .vk-video-wrap { width: 100%; border-radius: 8px; overflow: hidden; margin-bottom: .5rem; line-height: 0; } .vk-wrap .vk-video-wrap iframe { width: 560px; height: 315px; max-width: 100%; border: none; display: block; } .vk-wrap .vk-video-caption { font-size: 12px; color: #9b7b5a; text-align: center; margin-bottom: 0; font-style: italic; } /* ─── Keyword Badge Strip ─── */ .vk-wrap .vk-badge-strip { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1rem; } .vk-wrap .vk-badge { font-size: 11px; font-weight: 500; color: #7c4e2a; background: #faf6ef; border: 1px solid #e0d4bc; border-radius: 20px; padding: 3px 10px; letter-spacing: .01em; } /* ─── Notices ─── */ .vk-wrap .vk-notice-warm { border-left: 2px solid #7c4e2a; background: linear-gradient(135deg, #fdf9f2 0%, #f9f3e6 100%); border-radius: 0 6px 6px 0; padding: .95rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-notice-warm h5 { font-size: 13px; font-weight: 500; color: #5a3a18; margin-bottom: .35rem; letter-spacing: .02em; } .vk-wrap .vk-notice-warm p { font-size: 13px; color: #4a3018; 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: #faf6ef; border-radius: 6px; padding: .85rem; border: 1px solid #e0d4bc; } .vk-wrap .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: #f5efe0; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid #e0d4bc; color: #7c4e2a; } .vk-wrap .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: #2a2018; margin-bottom: .25rem; } .vk-wrap .vk-feat p { font-size: 12px; color: #9b7b5a; line-height: 1.6; } /* ─── Color Grid ─── */ .vk-wrap .vk-glass-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 1.25rem; } .vk-wrap .vk-glass-card { background: #faf6ef; border: 1px solid #e0d4bc; border-radius: 6px; padding: .65rem .5rem; text-align: center; } .vk-wrap .vk-glass-dot { width: 36px; height: 36px; border-radius: 50%; margin: 0 auto .35rem; border: 1px solid rgba(0,0,0,.08); } .vk-wrap .vk-glass-name { font-size: 11px; font-weight: 500; color: #2a2018; } /* ─── Matrix/Table ─── */ .vk-wrap .vk-matrix { width: 100%; border-collapse: collapse; background: #faf6ef; border: 1px solid #e0d4bc; border-radius: 6px; overflow: hidden; margin-bottom: .75rem; font-size: 13px; } .vk-wrap .vk-matrix th { background: #f5efe0; padding: 8px 12px; text-align: left; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #9b7b5a; border-bottom: 1px solid #e0d4bc; } .vk-wrap .vk-matrix td { padding: 9px 12px; border-bottom: 1px solid #e0d4bc; color: #4a3018; } .vk-wrap .vk-matrix tr:last-child td { border-bottom: none; } /* ─── Spec Table ─── */ .vk-wrap .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-wrap .vk-spec-table tr { border-bottom: 1px solid #f5efe0; } .vk-wrap .vk-spec-table tr:last-child { border-bottom: none; } .vk-wrap .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-wrap .vk-spec-table td:first-child { color: #9b7b5a; width: 42%; padding-right: 1rem; } /* ─── Craftsmanship Note ─── */ .vk-wrap .vk-craft-note { background: linear-gradient(135deg, #fdf9f2 0%, #f9f3e6 100%); border: 1px solid #e0d4bc; border-radius: 8px; padding: 1.1rem 1.2rem; margin-bottom: .75rem; display: grid; grid-template-columns: 100px 1fr; gap: 1.2rem; align-items: flex-start; } .vk-wrap .vk-craft-note-img { width: 100px; height: 100px; object-fit: cover; border-radius: 6px; border: 1px solid #e0d4bc; flex-shrink: 0; transition: transform 0.3s ease; display: block; } .vk-wrap .vk-craft-note-img:hover { transform: scale(1.08); } .vk-wrap .vk-craft-note-body h5 { font-size: 13px; font-weight: 500; color: #5a3a18; margin-bottom: .4rem; letter-spacing: .02em; display: flex; align-items: center; gap: 6px; } .vk-wrap .vk-craft-note-body p { font-size: 13px; color: #4a3018; line-height: 1.7; margin-bottom: .55rem; } .vk-wrap .vk-craft-upsell { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 500; color: #7c4e2a; background: #fff; border: 1px solid #c8a878; border-radius: 20px; padding: 4px 11px; text-decoration: none; transition: background .18s; } .vk-wrap .vk-craft-upsell:hover { background: #f5efe0; } /* ─── Downloads ─── */ .vk-wrap .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-wrap .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #7c4e2a; border: 1px solid #e0d4bc; padding: 8px 16px; border-radius: 6px; text-decoration: none; background: #faf6ef; transition: all .18s; } .vk-wrap .vk-dl-btn:hover { background: #f5efe0; transform: translateY(-1px); box-shadow: 0 2px 6px rgba(124,78,42,.1); } /* ─── Use Scene Tags ─── */ .vk-wrap .vk-scene-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 1.25rem; } .vk-wrap .vk-scene-tag { background: #faf6ef; border: 1px solid #e0d4bc; border-radius: 6px; padding: .7rem .6rem; text-align: center; } .vk-wrap .vk-scene-icon { font-size: 18px; margin-bottom: .3rem; display: block; } .vk-wrap .vk-scene-name { font-size: 11.5px; font-weight: 500; color: #2a2018; display: block; } .vk-wrap .vk-scene-sub { font-size: 10.5px; color: #9b7b5a; display: block; margin-top: 2px; } /* ─── Interaction ─── */ .vk-wrap .vk-img-zoom { transition: transform 0.3s ease; display: block; max-width: 100%; border-radius: 6px; border: 1px solid #e0d4bc; } .vk-wrap .vk-img-zoom:hover { transform: scale(1.02); } /* ─── Responsive ─── */ @media (max-width: 520px) { .vk-wrap .vk-features { grid-template-columns: 1fr 1fr; } .vk-wrap .vk-glass-grid { grid-template-columns: repeat(2, 1fr); } .vk-wrap .vk-headline { font-size: 19px; } .vk-wrap .vk-craft-note { grid-template-columns: 1fr; } .vk-wrap .vk-craft-note-img { width: 100%; height: 160px; } .vk-wrap .vk-scene-grid { grid-template-columns: repeat(2, 1fr); } } Balloon Dream Ceiling Light — A Whimsical Balloon Flush Mount for Playful, Joyful Spaces Nursery Ceiling Light Kids Room Ceiling Light Balloon Shape Light Fixture Pull Cord Ceiling Light Whimsical Home Décor Playroom Lighting Decorative Ceiling Lamp Transform any ceiling into a moment of pure delight with the Balloon Dream Ceiling Light. Shaped like a balloon that has drifted up and nestled flush against the ceiling — its string dangling below as a signature pull-cord switch — this sculptural flush-mount fixture is the ideal whimsical ceiling light for nurseries, children's bedrooms, playrooms, and creative living spaces. Whether used as a standalone statement piece or clustered across the ceiling in a playful balloon bouquet, each balloon ceiling light casts a soft, warm glow that turns any ordinary room into an imaginative retreat. Available in three sizes and seven vivid colors to suit every interior palette. See It in Action Balloon Dream Ceiling Light — atmosphere & installation overview · Click to watch on YouTube Perfect For 🍼 Nursery Soft glow, safe for infants 🎨 Kids Bedroom Pull-cord fun for little ones 🎪 Playroom Cluster groupings look magical ☕ Café / Studio Instant conversation starter 🛋️ Living Room Eclectic accent overhead 🎁 Event Space Party-ready, everyday charm Features Balloon Silhouette Sculptural polymer shade mimics a buoyant floating balloon — playful art even with the light off. Pull Cord Switch The dangling balloon string doubles as the on/off toggle — intuitive, tactile, and fun for all ages. 3 Sizes Available From Ø 25 cm bedside accents to Ø 35 cm statement ceiling lights — scale to your space. Group-Friendly Cluster several balloons across the ceiling for a stunning multi-light balloon-bouquet effect. Dual Bulb Support Compatible with both LED and Edison bulbs via E26 / E27 base. AC 110–240 V worldwide. Certified Safe Certified for North America, EU, AU, and Saudi Arabia. IP20 rated for safe indoor use. Available Colors — 7 Shades Orange Yellow Green White Blue Pink Frosted Gray Size Options Size Diameter Package Recommended Use Small Ø 9.8″ (25 cm) 30×30×30 cm Bedside / Reading Nook Medium Ø 11.8″ (30 cm) 35×35×35 cm Kids Room / Cluster Large Ø 13.7″ (35 cm) 40×40×40 cm Statement Ceiling Light Pull cord switch length: 120 cm / 47.2″ (default) Light Source E26 / E27 Base · LED or Edison Bulb Compatible with standard E26 (North America) or E27 LED and Edison bulbs. We recommend LED light sources to ensure the polymer shade remains cool during use. Bulbs not included. Craftsmanship Note — Polymer Shade Minor Mold Trace — Normal & Expected The balloon shade is produced via polymer injection molding. A small circular mold gate trace is visible near the top of the shade on every unit — this is a standard manufacturing characteristic, not a defect. It is shown in our product close-up photos so you know exactly what to expect. Once illuminated, the warm glow draws the eye and the trace becomes virtually imperceptible. It does not affect the light's structural integrity, safety, or its cheerful visual impact. Prefer a completely smooth, trace-free glass surface? View the Glass Edition → Specifications Material Metal body, High-grade Polymer shade Light Source E26 / E27 base · LED or Edison bulb (bulb not included) Voltage AC 110–240 V Control Pull cord switch · Compatible with standard wall switches Wiring Hardwired Mounting Ceiling (Flush Mount) Body Finish White Shade Finishes Orange · Yellow · Green · White · Blue · Pink · Frosted Gray Environment Indoor only · IP20 Damp-rated, not waterproof Certification North America, EU, AU, Saudi Arabia Shade Finish Note Injection-molded polymer · Minor mold gate trace is a natural characteristic — see Craftsmanship Note above Downloads & Support Spec Sheet Installation Guide 3D Files Frequently Asked Questions What bulbs are compatible with this ceiling light? This ceiling light supports both standard LED bulbs and decorative Edison-style LED bulbs via an E26 (North America) or E27 base. We recommend LED bulbs to minimize heat output near the polymer shade. Bulbs not included. Can I cluster multiple Balloon Dream ceiling lights together? Absolutely — and it looks stunning. Mixing sizes (25 cm, 30 cm, 35 cm) and different colors across the ceiling creates a floating balloon bouquet effect. Each fixture requires its own hardwired ceiling connection. Is this ceiling light safe for a baby nursery? Yes. The fixture is IP20 rated for standard indoor use and operates at AC 110–240 V. Using an LED bulb ensures the shade stays cool. We recommend mounting it where the pull cord is not within reach of infants. I see a small circular mark on the top of the shade — is this a defect? Not a defect — this is a normal, expected characteristic of the injection-molding process. The small circular mark at the top of the shade is the mold gate point. Every unit has this mark; it is documented in our product photos. When illuminated, the warm glow makes it virtually invisible. It has no effect on safety or structural integrity. If a perfectly smooth, trace-free surface matters to you, our Glass Edition features a mouth-blown glass shade with no molding trace. Is the ceiling light dimmable? The fixture can support dimming when paired with a compatible wall dimmer switch and a dimmable LED bulb. The pull cord itself functions as an On/Off toggle only. Does the color look vibrant when the light is off? Yes — the pigment is embedded throughout the polymer material, so the shade reads as a bold sculptural color accent during the day and a soft glowing light at night. What is the difference between the Polymer and Glass versions? The Polymer Edition (this listing) is lightweight, impact-resistant, and features high-saturation opaque color. The Glass Edition is mouth-blown, has a completely smooth surface, and a more refined translucent glow suited for premium interiors.