✦ Verified product
Aura Cuff
USD 49.00
LUNIVE JEWELRY
Verified independent store
→
.lv-benefits { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #e8e8e8; border-radius: 8px; overflow: hidden; margin-bottom: 28px; } .lv-benefit { padding: 18px 20
px; display: flex; align-items: center; gap: 14px; background: #fff; } .lv-benefit:nth-child(1), .lv-benefit:nth-child(2) { border-bottom: 1px solid #e8e8e8; } .lv-benefit:nth-child(1), .lv-benefit:nth-child(3) { border-right: 1px solid #e8e8e8; } .lv-benefit svg { flex-shrink: 0; color: #888; } .lv-benefit-title { font-size: 13px; font-weight: 600; margin: 0 0 2px; color: #1a1a1a; } .lv-benefit-sub { font-size: 12px; color: #888; margin: 0; } .lv-acc-item { border-top: 1px solid #e8e8e8; } .lv-acc-item:last-child { border-bottom: 1px solid #e8e8e8; } .lv-acc-btn { width: 100%; background: none; border: none; padding: 16px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 15px; font-weight: 500; color: #1a1a1a; font-family: inherit; } .lv-acc-btn:hover { color: #000; } .lv-acc-icon { font-size: 20px; line-height: 1; color: #888; } .lv-acc-body { display: none; padding-bottom: 16px; font-size: 14px; color: #555; line-height: 1.75; } .lv-acc-body.open { display: block; } .lv-tagline { font-size: 15px; color: #555; margin: 0 0 24px; line-height: 1.6; } Delicate detail. Unexpected elegance. Water resistant Sweat & water proof High-Quality Won't fade or tarnish Hypoallergenic Safe for sensitive ears 30-day returns Hassle-free policy Description + Pavé cubic zirconia cuff with a dangling pear-cut zirconia drop. Clip-on fit — no piercing required. Sold as a pair. Weight: 1g. Materials + Sterling Silver 925, no plating. Pure silver finish that won't fade or tarnish. Hypoallergenic and safe for sensitive ears. Shipping & Returns + 30-day money-back guarantee. Free shipping on orders over $50. Returns are hassle-free — just reach out and we'll take care of it. Reviews + No reviews yet. Be the first to share your experience! function lvToggle(btn) { var body = btn.nextElementSibling; var icon = btn.querySelector('.lv-acc-icon'); var isOpen = body.classList.contains('open'); document.querySelectorAll('.lv-acc-body').forEach(function(b) { b.classList.remove('open'); }); document.querySelectorAll('.lv-acc-icon').forEach(function(i) { i.textContent = '+'; }); if (!isOpen) { body.classList.add('open'); icon.textContent = '−'; } }