Description
/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 * #fff8ee 提示底 #e8c87a 提示边框 * #5a3e10 提示文字 */ .mrv-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .mrv-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1.1rem; } /* Hero 文案 */ .mrv-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 核心卖点卡片 */ .mrv-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .mrv-feature-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .mrv-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .mrv-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* ⚠️ 灯泡兼容提示 — 最重要,用红边突出 */ .mrv-bulb-warning { display: flex; gap: 12px; background: #fff5f5; border: 1px solid #f0c0c0; border-left: 4px solid #c0392b; border-radius: 6px; padding: 1rem 1.1rem; margin-bottom: 1rem; font-size: .9rem; color: #5a1010; line-height: 1.65; } .mrv-bulb-warning__icon { font-size: 1.3rem; flex-shrink: 0; margin-top: .05rem; } .mrv-bulb-warning__title { font-weight: 700; font-size: .88rem; display: block; margin-bottom: .3rem; color: #8b1a1a; } /* 灯泡推荐对比框 */ .mrv-bulb-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .mrv-bulb-card { border-radius: 6px; padding: .8rem 1rem; font-size: .85rem; line-height: 1.55; } .mrv-bulb-card–no { background: #fafafa; border: 1px solid #e0e0e0; color: #888; text-decoration-color: #ccc; } .mrv-bulb-card–yes { background: #f7f7f7; border: 1px solid #b8924a; color: #333; } .mrv-bulb-card__label { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; display: block; margin-bottom: .3rem; } .mrv-bulb-card–no .mrv-bulb-card__label { color: #aaa; } .mrv-bulb-card–yes .mrv-bulb-card__label { color: #b8924a; } .mrv-bulb-card__name { font-weight: 600; font-size: .9rem; display: block; margin-bottom: .15rem; } .mrv-bulb-card–no .mrv-bulb-card__name { color: #bbb; text-decoration: line-through; } .mrv-bulb-card–yes .mrv-bulb-card__name { color: #1a1a1a; } @media (max-width: 400px) { .mrv-bulb-compare { grid-template-columns: 1fr; } } /* 照明范围提示 */ .mrv-notice { display: flex; gap: 10px; background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1rem; margin-bottom: 2rem; font-size: .88rem; color: #5a3e10; line-height: 1.6; } .mrv-notice__icon { flex-shrink: 0; margin-top: .05rem; } /* 颜色 swatches */ .mrv-color-bar { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #555; } .mrv-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .mrv-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.15); } .mrv-swatch–gold { background: linear-gradient(135deg, #c8a040, #e8c060); } .mrv-swatch–black { background: #1e1a17; } .mrv-swatch–white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .mrv-swatch–green { background: #3a6e50; } /* 场景标签 */ .mrv-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .mrv-room-tag { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .82rem; color: #555; display: flex; align-items: center; gap: 5px; } /* 双尺寸卡片 */ .mrv-size-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px; margin-bottom: 2rem; } .mrv-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; } .mrv-size-card__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .5rem; } .mrv-size-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5; padding: .22rem 0; font-size: .85rem; color: #333; } .mrv-size-card__row:last-child { border-bottom: none; } .mrv-size-card__key { color: #777; font-size: .8rem; } /* 规格列表 */ .mrv-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .mrv-specs li { display: flex; align-items: flex-start; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .9rem; font-size: .9rem; color: #333; } .mrv-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* 认证徽章 */ .mrv-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .mrv-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .mrv-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .mrv-dl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #1a1a1a; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: opacity .2s; } .mrv-dl-item:hover { opacity: .65; } .mrv-dl-item img { width: 60px; height: 60px; object-fit: contain; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; padding: 8px; }
There are ceiling lights that illuminate a room. And then there are ceiling lights that become the room. The Maravine Ceiling Lamp is the latter. Its sculpted glass shade — shaped like a ripple in still water, tinted with a soft jade depth — casts a luminous glow that doesn’t just light the space. It changes the quality of the air in it.
Intricately detailed brass fittings frame the glass with the kind of craftsmanship that makes you look twice. Hung in a bedroom, it suggests serenity. In a dining room, intimacy. In a hallway, arrival.
What Makes Maravine
🌊 Sculpted Jade Glass Each shade is formed into an organic, rippled silhouette. Light passes through it — not around it — creating soft gradients that flat-shaded pendants can’t replicate.
✨ Brass-Detailed Fittings The hardware isn’t decorative afterthought. Intricately finished brass accents give the lamp a jewellery-like quality that holds attention even when it’s switched off.
🔆 Dimmer Compatible Adjust from full brightness to a barely-there atmospheric glow. One lamp that serves both practical lighting and evening ambiance.
🚿 Damp Rated Safe for bathrooms and covered outdoor areas. A sculptural piece that doesn’t need to be kept only in dry rooms.
💡 Lighting Coverage: This lamp illuminates approximately 5 square meters — designed as a statement accent light rather than primary room lighting. Ideal for nightstands, dining tables, entryways, and reading corners.
Bulb Compatibility — Please Read Before Purchasing
⚠️
Tubular Bulbs Only — A19 Standard Bulbs Will Not Fit Due to the internal structural tube design (inner diameter 45 mm), this fixture only accepts Tubular bulbs such as T10 or T30. Standard A19 spherical bulbs are too wide to fit and cannot be used with this lamp.
✕ Not Compatible A19 Spherical Bulb Standard round bulb — too wide for 45 mm inner tube. Will not physically fit.
✓ Compatible T10 / T30 Tubular Bulb Slim tubular shape — fits the 45 mm inner diameter perfectly. Available at most hardware and lighting stores.
Gold · Black · White · Green
Where It Belongs
🛏 Bedroom 🍽 Dining Table 🚪 Entryway 📚 Reading Corner 🛁 Bathroom 🛋 Living Room Accent
Product Size
Standard Height
Diameter Ø 38 cm / 14.9″
Height H 42 cm / 16.5″
Tall Height
Diameter Ø 38 cm / 14.9″
Height H 52 cm / 20.4″
Details
- Canopy: Metal
- Materials: Metal & Glass
- Wiring: Hardwired
- Socket: E26 or E27
- Max bulb: 40W incandescent or LED equivalent
- Bulb type: Tubular only — T10 / T30 (inner Ø 45 mm)
- Dimmer compatible (switch not included)
- Coverage: ~5 sq m — accent & small-space lighting
- Damp rated — bathrooms & covered outdoor areas
- Certified: North America · Australia · Europe · Middle East
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation
Reviews
There are no reviews yet.