Description
.pdp { /* Beige + Walnut + Earthy Brown theme — Organic Sculptural Aesthetic */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #7a5035; /* Earthy Walnut/Brown Accent */ –pdp-accent-dk: #54341f; –pdp-accent-lt: #a67c52; –pdp-accent-bg: #f5ede4; –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
The Brivora Floor Light is a majestic blend of organic artistry and modern utility. Standing at nearly 5 feet tall, this fixture features a sinuous, hand-finished body that mimics the graceful curves of natural growth. Topped with a beautiful scalloped floral shade crafted from resin and fiberglass composite, it radiates a soft, layered glow. What sets Brivora apart is its integrated circular tray—a seamless addition that transforms this light into a convenient side table for books, beverages, or small decor, making it a perfect all-in-one companion for reading nooks and living spaces.
Key Features
Integrated Side Tray
Features a built-in 9.8″ (250mm) tray table, perfect for keeping daily essentials within reach while you relax.
Sinuous Organic Body
The sculptural stem is hand-crafted with a wavy silhouette and tactile texture, serving as a functional piece of art.
Durable Composite Build
Constructed from fiberglass-reinforced resin for a premium, heavy-weight feel that provides superior stability and finish.
Product Size
Total Height59.8″ / 1520 mm
Shade Diameter15.7″ / 400 mm
Base Diameter21.7″ / 550 mm
Tray Table Diameter9.8″ / 250 mm
Shade Height6.0″ / 152 mm
Specifications
Material
High-Density Resin, Fiberglass
Finish Color
Walnut Brown Body, Textured Cream Shade
Light Source
E27 Medium Base (Warm White LED recommended)
Switch Type
Manual Push-button Switch
Power Source
Plug-in Power Cord
Craftsmanship
Hand-finished Sculptural Molding
Style
Organic ModernBoho ChicCottagecore
Where It Works
The Brivora Floor Light is a standout choice for minimalist living rooms or cozy bedrooms that lack space for both a lamp and an end table. Position it next to a reading chair or your favorite sofa; the 15.7″ wide shade casts a generous downward light perfect for reading, while the built-in tray provides a steady surface for your morning coffee or evening book. Its large 550mm base ensures unwavering stability, making it safe for high-traffic areas or homes with pets.
Beyond its utility, Brivora serves as a striking accent light for entry foyers or home libraries. Its organic, tree-like form pairs beautifully with natural wood furniture, linen upholstery, and indoor greenery. For the most inviting atmosphere, use a warm-white LED bulb to highlight the intricate hand-crafted texture of the scalloped composite shade.
FAQ
How much weight can the tray hold?
The integrated tray is designed for lightweight daily essentials such as a mobile phone, a cup of coffee, or a hardcover book. We recommend keeping the load under 3-5 lbs to maintain the balance of the sculptural stem.
What is the benefit of fiberglass in the material?
Fiberglass is mixed with resin to provide structural reinforcement. This makes the lamp more impact-resistant and durable than standard resin while allowing for a more significant, weighted base for stability.
Is the shade easy to clean?
Yes. Both the shade and the body have a durable, matte finish. Simply use a soft, dry microfiber cloth to dust the surface. The hand-crafted textures help hide minor fingerprints or dust.
What kind of bulb base does it use?
It uses a universal E27 medium screw base. We recommend using an A19 or G40 LED bulb (Warm White) for the best visual experience and energy efficiency.
Downloads
Reference materials for designers, installers, and homeowners.
Spec Sheet
Full Product Specs · PDF
Pending
Install Guide
Base Mounting · PDF
Pending
3D Assets
Interior Renderings · ZIP
Pending
Reviews
There are no reviews yet.