Nacara Pendant Light
.pdp { /* Nacara theme — soft ivory + warm metal + pearl tones */ --pdp-bg: #ffffff; --pdp-bg-card: #faf6ec; --pdp-bg-deep: #f0e7d2; --pdp-border: #e6dcc0; --pdp-border-lt: #ede4d0 ; --pdp-accent: #8a6a3a; --pdp-accent-dk: #5e4720; --pdp-accent-lt: #c4a36b; --pdp-accent-bg: #f5ecdb; --pdp-accent-bdr: #d4b888; --pdp-text: #2a1f12; --pdp-text-mid: #5a4a32; --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 p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .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-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; line-height: 1.35; } .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 .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--pdp-accent-bdr); border-left: 3px solid var(--pdp-accent); border-radius: 10px; background: var(--pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(--pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .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: 160px; 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 .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(--pdp-accent-dk); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .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-icon svg { fill: none; } .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; } } Inspiration The Nacara Pendant reimagines the small bell pendant with a fluted white ceramic dome, a gourd-shaped copper hanger, and a hand-strung row of natural shell-disc fringe along the rim. A single 12W E26 or E27 LED bulb sits behind the porcelain dome, while the shell discs catch and scatter the warm light along the bottom edge. Measuring 5.9 inches wide by 9 inches tall, this small shell pendant light suits 32–54 sq ft rooms — powder rooms, bedsides, vanity corners, walk-in closets, and breakfast nooks. The copper hardware, ceramic shade, and shell-disc fringe pair with coastal, cottagecore, French country, and feminine modern interiors looking for a beaded fringe pendant for small bedroom or a shell pendant light for powder room use. Key Features Natural Shell-Disc Fringe Hand-strung row of real shell discs runs along the rim. Each disc reflects light differently — no two pendants are identical. Gourd-Shaped Copper Hanger Turned solid copper hanger with a warm finish. Connects the cord to the ribbed ceramic dome — no plastic or stamped metal. Fluted Porcelain Dome Vertically ribbed white porcelain shade. Diffuses the 12W LED into soft warm light with no glare from the bulb. Product Size Shade Diameter5.9″ / 15 cm Fixture Height9.1″ / 23 cm Bulbs1 × E26 or E27 (12W LED included) Light OutputWarm white · ~1000 lm Best ForPowder rooms, bedsides, vanities, walk-in closets Installation ! Hardwired install — licensed electrician recommended Mounts to a standard US ceiling junction box. Lightweight fixture, no reinforced bracing needed. Hang 24–30 inches above a nightstand or vanity; 7+ ft floor clearance in entryways and walk-in closets. Compatible with 8–10 ft ceiling heights. Dry locations only — not rated for shower zones or covered porches. Specifications Main Materials White porcelain ceramic shade, solid copper hanger, natural shell discs Finish Fluted white ceramic · Warm polished copper · Natural shell fringe Light Source 1 × E26 or E27 medium base · 12W LED bulb included Max Wattage 12W LED (60W incandescent equivalent) Shade Diameter 5.9" / 15 cm Fixture Height 9.1" / 23 cm Power Source Hardwired · 120V US Dimmable Yes, with compatible LED dimmer Rating Dry locations only Recommended Room 32–54 sq ft (3–5 m²) Design Style Coastal Cottagecore French Country Boho Romantic Use Case The Nacara works best as a single ambient pendant over a vanity, nightstand, or breakfast bar for two — hung 24–30 inches above the surface so the shell fringe sits at eye level when seated. The 5.9" diameter is intentionally compact — built for powder rooms and walk-in closets, not over dining tables or kitchen islands. For larger rooms, cluster two or three Nacara pendants at staggered heights instead. Best paired with white-painted millwork, natural linen textiles, woven rattan accents, and other copper or warm-metal fixtures in the room. The included 12W warm white LED bulb gives roughly 1000 lumens — enough for ambient lighting, dimmable with a compatible LED dimmer. FAQ Is the bulb included? Yes — one 12W LED bulb is included (E26 or E27 medium base, the US standard screw size). Replacement bulbs are stocked at Home Depot, Lowe's, and Amazon. Compatible with dimmable LED and smart bulbs up to 60W incandescent equivalent. Are the shell discs real shell or plastic? Real natural shell discs, hand-strung onto the rim. Each disc has natural variation in color, translucency, and pattern, so every fixture is slightly unique. Not resin, not plastic. Can I install it in a bathroom? Yes, over the vanity area only — dry-location rated. Do not install in the shower zone or directly above a tub. Maintain at least 3 ft horizontal clearance from any water source per US electrical code. How do I choose the right size? The 5.9" diameter suits compact 32–54 sq ft rooms — powder rooms, bedsides, vanities, walk-in closets, and 2-seat breakfast bars. For dining tables seating 4+ or kitchen islands, this size will look too small. Choose a 15"+ pendant or cluster multiple Nacara fixtures instead. How do I clean the shade and shell fringe? Wipe the ceramic shade with a soft damp cloth. Dust the shell discs gently with a soft brush or microfiber duster — avoid soaking them, since natural shell can spot. For the copper, use a dry cloth only; harsh polish strips the warm finish over time. Search Tags shell pendant light for powder room beaded fringe pendant for small bedroom white ceramic pendant light copper pendant light for vanity coastal pendant light boho pendant light small bedside pendant light shell disc chandelier Downloads Technical reference and styling guides for the Nacara Pendant. Spec Sheet Full Product Specs · PDF Pending Installation Guide Step-by-Step Hardwire · PDF Pending 3D Assets Project Renders · ZIP Pending
More you might like
Related
Cruz, Brass, Nacarado, Enchapado, Charm y Pendant
Related
Cruz, Perlas Nacaradas, Brass, Enchapado 18k, Charm y Pendan
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related