Bloomira Semi-Flush Mount
.pdp { /* Beige + Walnut + Brown theme — vintage cottage / French country */ --pdp-bg: #ffffff; --pdp-bg-card: #faf6ec; --pdp-bg-deep: #f0e7d2; --pdp-border: #e6dcc0; --pdp-border- lt: #ede4d0; --pdp-accent: #8a5a3a; --pdp-accent-dk: #5e3c24; --pdp-accent-lt: #b07a52; --pdp-accent-bg: #f0dcc5; --pdp-accent-bdr: #c89b78; --pdp-text: #2a1d12; --pdp-text-mid: #5a4332; --pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(--pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(--pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(--pdp-text); font-weight: 600; text-align: right; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--pdp-border-lt); display: flex; align-items: center; background: var(--pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(--pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(--pdp-accent); background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(--pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--pdp-accent); } .pdp .faq-list details[open] summary::after { content: '−'; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); text-decoration: none; color: var(--pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(--pdp-accent-bdr); background: var(--pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(--pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-text-light); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } } Overview Inspired by the charm of blossoming garden flowers, the Bloomira Flush Mount features a delicate scalloped shade adorned with intricate floral cutouts. Crafted from high-density resin with a natural, stone-like texture, this low-profile fixture brings organic warmth and romantic shadow-play to your ceiling. Supported by solid copper hardware, it balances effortless simplicity with refined craftsmanship, casting a soft, atmospheric glow through its perforated pattern. Key Features Floral Light Projection Multiple flower-shaped cutouts allow light to pass through, creating a warm, decorative pattern on the ceiling and surrounding walls. Premium Copper Base Unlike standard metal bases, Bloomira uses solid copper hardware for a luxurious finish and exceptional corrosion resistance. Natural Resin Texture The shade is molded from resin to provide a smooth, matte finish that mimics the warm character of natural stone or pottery. Product Size Small SizeDia 26cm x H 16cm (∅ 10.2″ x H 6.3″) Large SizeDia 40cm x H 23cm (∅ 15.7″ x H 9.1″) Canopy Diameter4.7″ / 120 mm InstallationFlush Mount (Ceiling) Specifications Shade Material High-Density Resin Hardware Material Solid Copper Available Sizes Small (26cm), Large (40cm) Finish Color Matte Beige Shade, Black Copper Base Light Source Standard E26/E27 Socket (Bulb not included) Mounting Type Hardwired Flush Mount Design Style French CountryBoho FarmhouseNursery Decor Where It Works The Bloomira Flush Mount is offered in two versatile sizes to suit different architectural needs. The Small (26cm) footprint is an ideal hallway or entryway light, providing a welcoming ambient glow without cluttering narrow spaces. The Large (40cm) version offers a grander presence, making it a charming centerpiece for master bedrooms, walk-in closets, or breakfast nooks. For the most romantic effect, we recommend using a warm-white LED bulb. The soft light will pass through the hand-carved floral patterns to create a "bloom" of light on your ceiling. Pair it with neutral linens, wooden furniture, and pastel tones to complete a cozy, vintage-inspired cottage aesthetic. FAQ What is the hardware made of? The ceiling canopy and mounting hardware are crafted from solid copper, providing a durable and high-quality foundation that resists rust and aging better than standard iron or plastic alternatives. What kind of bulb do you recommend for the best effect? To highlight the natural texture of the resin shade and the hand-carved floral patterns, we recommend using a warm-white LED bulb (2700K-3000K). This creates an inviting, cozy atmosphere that complements the French country aesthetic. Is the shade easy to clean? The resin shade has a smooth, matte finish. We recommend dusting it periodically with a soft, dry brush or a microfiber cloth to maintain the clarity of the floral cutouts. Can I install this on a sloped ceiling? This is a rigid flush mount fixture designed for standard flat ceilings. It is not recommended for sloped or vaulted ceilings without a specialized adapter. Downloads Reference materials for designers, installers, and customers. Spec Sheet Full Dimensions · PDF Install Guide Flush Mount Manual · PDF Pending 3D Files Interior Mockups · ZIP Pending
More you might like
Related
Semi Flush Mount Semi Flush Mount
Related
Semi-Flush Mount - Canarm BRITTON Semi-Flush Mount, ISF1234A
Related
Quoizel Semi-Flush Mount Five Light Semi Flush Mount
Related