Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women main product image
Product video preview

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.

Unbranded

Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women

USD 5.27

Condition: New with tags

View on eBay

Description

View Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women with current marketplace pricing, condition, product images and item details. A sparkling heart pendant, fully paved in cubic zirconia, on a delicate gold-tone clavicle chain. Delicate Clavicle Chain. A fine, lightweight chain length designed to sit gracefully at the collarbone. Gold Tone CZ Heart Pendant Necklace - System_Edge's :root{ --bg:#F7F8FA; --surface:#FFFFFF; --border:#E3E6EC; --ink:#1E2430; --ink-soft:#5B6472; --ink-faint:#8A93A3; --accent:#3B67D6; --accent-dark:#1B2130; --accent-soft:#EEF2FC; --accent-gold:#B8912F; --accent-gold-soft:#FBF3E1; } *{box-sizing:border-box;margin:0;padding:0;} body{ background:var(--bg); color:var(--ink); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; line-height:1.55; -webkit-font-smoothing:antialiased; } .listing{ max-width:1000px; margin:0 auto; padding:clamp(12px,4vw,20px) clamp(10px,3vw,16px) 0; } /* ---------- HERO / TITLE ---------- */ .hero{ background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:clamp(18px,4vw,26px) clamp(16px,4vw,24px); margin-bottom:18px; position:relative; overflow:hidden; } .hero::before{ content:""; position:absolute; top:-40px;right:-40px; width:220px;height:220px; background-image:radial-gradient(var(--accent-gold-soft) 2.4px, transparent 2.4px); background-size:16px 16px; opacity:.9; border-radius:50%; } .eyebrow{ display:inline-block; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--accent-gold); background:var(--accent-gold-soft); padding:5px 10px; border-radius:999px; margin-bottom:12px; } .hero h1{ font-size:clamp(19px,4.4vw,24px); line-height:1.3; font-weight:800; color:var(--ink); max-width:680px; position:relative; } .hero .subtitle{ margin-top:8px; font-size:clamp(13.5px,2.6vw,15px); color:var(--ink-soft); max-width:620px; position:relative; } .badges{ display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; position:relative; } .badge{ display:inline-flex; align-items:center; gap:6px; font-size:12.5px; font-weight:600; color:var(--accent-dark); background:var(--surface); border:1px solid var(--border); padding:7px 12px; border-radius:999px; } .badge .dot{ width:6px;height:6px;border-radius:50%; background:var(--accent-gold); flex-shrink:0; } /* ---------- SECTION WRAPPER ---------- */ .section{ background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:clamp(16px,4vw,24px); margin-bottom:18px; } .section h2{ font-size:clamp(16px,3.4vw,18px); font-weight:800; color:var(--ink); margin-bottom:14px; display:flex; align-items:center; gap:10px; } .section h2::before{ content:""; width:4px;height:18px; background:var(--accent-gold); border-radius:3px; display:inline-block; } /* ---------- GALLERY (pure CSS radio hack) ---------- */ .gallery{ display:grid; grid-template-columns:clamp(60px,9vw,88px) 1fr; gap:clamp(8px,2vw,14px); } .gallery input[type="radio"]{ position:absolute; opacity:0; pointer-events:none; } .gallery-main{ order:2; position:relative; grid-column:2; grid-row:1; aspect-ratio:1/1; border-radius:12px; overflow:hidden; border:1px solid var(--border); background:var(--bg); } .gallery-main .slide{ position:absolute; inset:0; opacity:0; transition:opacity .35s ease; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:10px; color:var(--ink-faint); text-align:center; padding:20px; } .gallery-main .slide img{ width:100%;height:100%;object-fit:cover;position:absolute;inset:0; } .slide-icon{ width:52px;height:52px;opacity:.5; } .slide-label{ font-size:13px; font-weight:600; color:var(--ink-faint); } .thumbs{ grid-column:1; grid-row:1; display:flex; flex-direction:column; gap:10px; max-height:100%; overflow-y:auto; } .thumb{ display:block; aspect-ratio:1/1; border-radius:9px; border:2px solid var(--border); background:var(--bg); cursor:pointer; position:relative; overflow:hidden; transition:border-color .2s ease; flex-shrink:0; } .thumb img{ width:100%;height:100%;object-fit:cover; } .thumb-fallback{ position:absolute;inset:0; display:flex;align-items:center;justify-content:center; font-size:11px;font-weight:700;color:var(--ink-faint); } #g1:checked ~ .gallery-main .s1, #g2:checked ~ .gallery-main .s2, #g3:checked ~ .gallery-main .s3, #g4:checked ~ .gallery-main .s4, #g5:checked ~ .gallery-main .s5, #g6:checked ~ .gallery-main .s6{ opacity:1; } #g1:checked ~ .thumbs .t1, #g2:checked ~ .thumbs .t2, #g3:checked ~ .thumbs .t3, #g4:checked ~ .thumbs .t4, #g5:checked ~ .thumbs .t5, #g6:checked ~ .thumbs .t6{ border-color:var(--accent-gold); } @media (max-width:560px){ .gallery{ grid-template-columns:1fr; } .gallery-main{ grid-column:1; grid-row:1; order:1; } .thumbs{ grid-column:1; grid-row:2; flex-direction:row; overflow-x:auto; overflow-y:visible; } .thumb{ width:64px; flex-shrink:0; } } /* ---------- OVERVIEW ---------- */ .overview p{ color:var(--ink-soft); font-size:15px; margin-bottom:10px; } .overview p:last-child{ margin-bottom:0; } /* ---------- FEATURES GRID ---------- */ .features-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:clamp(10px,2.5vw,14px); } .feature-card{ border:1px solid var(--border); border-radius:10px; padding:16px; background:var(--bg); } .feature-card .ficon{ width:34px;height:34px; border-radius:8px; background:var(--accent-gold-soft); display:flex;align-items:center;justify-content:center; margin-bottom:10px; } .feature-card .ficon svg{ width:18px;height:18px;stroke:var(--accent-gold); } .feature-card h3{ font-size:14.5px; font-weight:700; margin-bottom:5px; color:var(--ink);} .feature-card p{ font-size:13px; color:var(--ink-soft); } /* ---------- SPEC TABLE ---------- */ .spec-table{ width:100%; border-collapse:collapse; font-size:clamp(13px,2.4vw,14px); } .spec-table tr{ border-bottom:1px solid var(--border); } .spec-table tr:last-child{ border-bottom:none; } .spec-table td{ padding:clamp(8px,2vw,11px) 8px; } .spec-table td:first-child{ color:var(--ink-faint); font-weight:600; width:38%; } .spec-table td:last-child{ color:var(--ink); } /* ---------- SPLIT PANELS ---------- */ .split{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:clamp(12px,3vw,16px); } .panel{ border:1px solid var(--border); border-radius:10px; padding:18px; background:var(--bg); } .panel h3{ font-size:14.5px; font-weight:700; margin-bottom:10px; color:var(--ink); display:flex;align-items:center;gap:8px; } .panel ul{ list-style:none; } .panel li{ font-size:13.5px; color:var(--ink-soft); padding-left:18px; position:relative; margin-bottom:8px; } .panel li::before{ content:""; position:absolute;left:0;top:7px; width:7px;height:7px; border-radius:2px; background:var(--accent-gold); } .panel li:last-child{ margin-bottom:0; } /* ---------- TRUST CARDS ---------- */ .trust-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(120px,1fr)); gap:clamp(10px,2.5vw,14px); } .trust-card{ text-align:center; padding:18px 12px; border:1px solid var(--border); border-radius:10px; } .trust-card .ticon{ width:38px;height:38px; margin:0 auto 10px; border-radius:50%; background:var(--accent-dark); display:flex;align-items:center;justify-content:center; } .trust-card .ticon svg{ width:18px;height:18px;stroke:#fff; } .trust-card h3{ font-size:13.5px; font-weight:700; margin-bottom:4px; } .trust-card p{ font-size:12px; color:var(--ink-soft); } /* ---------- FOOTER ---------- */ .store-footer{ background:var(--accent-dark); border-radius:14px; padding:30px 24px; margin-bottom:24px; text-align:center; color:#C9CEDA; } .store-logo{ width:56px;height:56px; border-radius:50%; background:linear-gradient(135deg,var(--accent-gold),#E4C878); color:#1B2130; display:flex;align-items:center;justify-content:center; font-weight:800; font-size:16px; margin:0 auto 12px; letter-spacing:.02em; } .store-footer h3{ color:#fff; font-size:16px; font-weight:800; margin-bottom:4px; } .store-footer .tagline{ font-size:12.5px; color:#9AA2B6; margin-bottom:18px; } .footer-links{ display:flex; flex-wrap:wrap; justify-content:center; gap:18px; font-size:12.5px; margin-bottom:16px; } .footer-links span{ color:#C9CEDA; border-bottom:1px solid rgba(255,255,255,.25); padding-bottom:2px; } .store-footer .copyright{ font-size:11.5px; color:#6E7690; border-top:1px solid rgba(255,255,255,.08); padding-top:14px; } Fine Fashion Jewelry · System_Edge's Gold Tone Full Paved CZ Heart Pendant Necklace — Clavicle Chain for Women A sparkling heart pendant, fully paved in cubic zirconia, on a delicate gold-tone clavicle chain. Full Paved CZ Stones Gold Tone Finish Heart Pendant Design Nickel-Free Metal Fast Dispatch Product Gallery Product Overview Add a touch of everyday sparkle with this gold-tone heart pendant necklace, fully paved in cubic zirconia stones for a light-catching, polished finish. The heart pendant sits on a fine, lightweight chain designed to rest beautifully at the clavicle, making it easy to layer with other necklaces or wear alone as a statement piece. Crafted with a nickel-free, skin-friendly metal build, it's comfortable for all-day wear and suits both casual outfits and dressier occasions — weddings, parties, birthdays, or as a thoughtful anniversary gift. A simple lobster clasp closure makes it easy to put on and take off. Key Features Full Paved CZ Heart Densely set cubic zirconia stones cover the heart pendant for maximum sparkle and shine. Elegant Gold Tone Finish A warm, polished gold-tone plating that pairs easily with both everyday and dressy looks. Delicate Clavicle Chain A fine, lightweight chain length designed to sit gracefully at the collarbone. Nickel-Free & Skin-Friendly No high-concern chemicals used, made for comfortable, irritation-free daily wear. Versatile Styling Wear it solo as a statement piece or layer with other necklaces for a curated look. Thoughtful Gift Choice A ready-to-gift pick for weddings, birthdays, anniversaries, or special celebrations. Product Specifications Brand System_Edge's Material Metal (Copper base) Metals Type Stainless Steel  Setting Material Zircon (Cubic Zirconia) Metal Color / Style Code A418-XL-J (Gold Tone) High-Concern Chemicals None Gender Unisex Pendant Shape Heart, fully paved with CZ stones Package & Care Package Includes 1 x Gold Tone CZ Heart Pendant Necklace Jewelry pouch/box style may vary by shipment Care Instructions Avoid contact with water, perfume, and lotions Store in a dry pouch or box, away from other jewelry Wipe gently with a soft, dry cloth after wearing Remove before swimming, showering, or exercising Why Choose Us Fast Dispatch Orders shipped promptly Quality Checked Inspected before shipping Easy Returns Hassle-free return policy Secure Packaging Protected for safe delivery SE System_Edge's Everyday fashion & fine jewelry Necklaces Gift Jewelry Deals & Bundles Contact Us © 2026 System_Edge's. All rights reserved. Condition: New with tags. Category: Jewelry & Watches › Fashion Jewelry › Necklaces & Pendants. Brand: Unbranded.

Pendant Shape
Heart
Antique
No
Main Stone Creation
Simulated
Signed
No
Color
Gold
Material
stainless steel
Metal
Stainless Steel
Personalize
No
Brand
Unbranded
Setting Style
Pavé
Type
Necklace
Main Stone Shape
Heart
Pendant/Locket Type
Charm
Theme
Love
Style
Pendant, Chain
Features
Adjustable
Wholesale
No
Country of Origin
United States
Chain Type
Curb Link

Product details in pictures

Additional views from the marketplace listing for Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women.

Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women detailed image 1Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women detailed image 2Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women detailed image 3Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women detailed image 4Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women detailed image 5Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women detailed image 6

Similar visual styles

Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.

Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 1
Style 1
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 2
Style 2
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 3
Style 3
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 4
Style 4
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 5
Style 5
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 6
Style 6
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 7
Style 7
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 8
Style 8
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 9
Style 9
Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women similar visual style 10
Style 10

Related products

Related marketplace listings for Gold Tone Full Paved CZ Heart Pendant Necklace Clavicle Chain for Women.