Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated main product image
Product video preview

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

Sunshine_jewelry

Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated

USD 471.19

Condition: New with packaging

View on eBay

Description

View Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated with current marketplace pricing, condition, product images and item details. Natural Diamonds Lab Grown Diamonds Gold Jewelry Silver Jewelry. Diamond & Fine Jewelry Specialists. Gemological Laboratory. We resolve 100% of concerns -- no matter how big or small. Certified Diamond & Fine Jewelry. Sunshine Jewelry - Certified Fine Jewelry :root { --cream: #fdf8f5; --warm-white: #fffaf8; --gold: #b5665a; --gold-light: #d4897e; --gold-pale: #faeae6; --gold-muted: #c47a6e; --text-dark: #2a1a17; --text-mid: #5a3a33; --text-soft: #8a5f58; --text-light: #b08880; --border: #ead8d4; --shadow: rgba(120, 60, 50, 0.08); } * { margin: 0; padding: 0; box-sizing: border-box; } body { background: var(--cream); font-family: 'Jost', sans-serif; color: var(--text-dark); -webkit-font-smoothing: antialiased; } .page-wrap { max-width: 860px; margin: 0 auto; padding: 0 18px; } /* HERO */ .hero { background: linear-gradient(160deg, #2a1a17 0%, #4a2a24 55%, #2a1a17 100%); padding: 52px 24px 44px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(181,102,90,0.18) 0%, transparent 70%); pointer-events: none; } .hero-ornament { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; opacity: 0.85; } .hero-ornament span { display: inline-block; width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); } .hero-ornament span:last-child { background: linear-gradient(90deg, var(--gold), transparent); } .hero-ornament svg { width: 20px; height: 20px; fill: var(--gold); } .hero-badge { display: inline-block; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold-light); background: rgba(181,102,90,0.15); border: 1px solid rgba(181,102,90,0.35); padding: 5px 16px; border-radius: 20px; margin-bottom: 20px; } .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 8vw, 56px); font-weight: 300; color: #fff; line-height: 1.1; letter-spacing: 1px; margin-bottom: 6px; } .hero h1 em { font-style: italic; color: var(--gold-light); } .hero-sub { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--text-light); margin-bottom: 26px; } .hero-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; } .hero-tag { font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); border: 1px solid rgba(255,255,255,0.15); padding: 4px 12px; border-radius: 2px; } /* CERTS STRIP */ .certs-strip { background: var(--gold-pale); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 13px 18px; display: flex; justify-content: center; align-items: center; gap: 6px; flex-wrap: wrap; } .certs-label { font-size: 9.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-soft); font-weight: 500; } .cert-pill { font-family: 'Jost', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; color: var(--gold); background: #fff; border: 1.5px solid var(--gold); padding: 3px 11px; border-radius: 20px; } .certs-divider { color: var(--border); font-size: 13px; padding: 0 2px; } /* SECTION TITLE */ .section-title { text-align: center; padding: 42px 0 30px; } .section-title .eyebrow { font-size: 9.5px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 10px; } .section-title h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 6vw, 36px); font-weight: 400; color: var(--text-dark); line-height: 1.2; } .section-title h2 em { font-style: italic; color: var(--gold); } .title-line { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 12px; } .title-line::before, .title-line::after { content: ''; display: block; width: 36px; height: 1px; background: var(--gold-muted); } .title-line-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); } /* ABOUT CARD */ .about-card { background: var(--warm-white); border: 1px solid var(--border); border-radius: 4px; padding: 34px 32px; position: relative; box-shadow: 0 4px 24px var(--shadow); } .about-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent); } .about-card p { font-size: 14.5px; line-height: 1.85; color: var(--text-mid); margin-bottom: 14px; } .about-card p:last-child { margin-bottom: 0; } .about-card strong { color: var(--text-dark); font-weight: 500; } /* POLICY GRID */ .policy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-bottom: 10px; } @media (max-width: 520px) { .policy-grid { grid-template-columns: 1fr; } } .policy-card { background: var(--warm-white); border: 1px solid var(--border); border-radius: 4px; padding: 22px 20px; display: flex; align-items: flex-start; gap: 15px; transition: box-shadow 0.2s, border-color 0.2s; } .policy-card:hover { border-color: var(--gold-muted); box-shadow: 0 6px 20px var(--shadow); } .policy-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-pale); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .policy-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .policy-text h3 { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; color: var(--text-dark); margin-bottom: 5px; } .policy-text p { font-size: 12.5px; line-height: 1.6; color: var(--text-soft); } /* REVIEW BLOCK */ .review-block { background: linear-gradient(135deg, #2a1a17, #4a2820); border-radius: 4px; padding: 36px 28px; text-align: center; position: relative; overflow: hidden; margin-bottom: 0; } .review-block::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 80%, rgba(181,102,90,0.13) 0%, transparent 70%); pointer-events: none; } .review-stars { font-size: 26px; letter-spacing: 3px; color: var(--gold-light); margin-bottom: 14px; } .review-block h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 5vw, 30px); font-weight: 400; color: #fff; line-height: 1.2; margin-bottom: 10px; } .review-block h3 em { color: var(--gold-light); font-style: italic; } .review-block p { font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.6); max-width: 440px; margin: 0 auto 20px; } .review-coupon { display: inline-flex; align-items: center; gap: 10px; background: rgba(181,102,90,0.18); border: 1.5px solid rgba(181,102,90,0.45); border-radius: 40px; padding: 10px 22px; } .review-coupon svg { width: 18px; height: 18px; stroke: var(--gold-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; } .review-coupon span { font-size: 13px; font-weight: 600; letter-spacing: 0.5px; color: var(--gold-light); } /* NOTICE BLOCK */ .notice-block { background: #fff8f7; border: 1px solid #eac8c4; border-left: 4px solid var(--gold); border-radius: 4px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; } .notice-icon { flex-shrink: 0; margin-top: 1px; } .notice-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .notice-text h4 { font-size: 13px; font-weight: 600; color: var(--text-dark); margin-bottom: 5px; } .notice-text p { font-size: 12.5px; line-height: 1.6; color: var(--text-mid); } /* CERT BADGES */ .cert-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } @media (max-width: 420px) { .cert-badges { grid-template-columns: 1fr; } } .cert-badge { background: var(--warm-white); border: 1px solid var(--border); border-radius: 4px; padding: 22px 14px; text-align: center; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; } .cert-badge:hover { border-color: var(--gold-muted); transform: translateY(-3px); box-shadow: 0 8px 24px var(--shadow); } .cert-logo { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; color: var(--gold); letter-spacing: 1px; margin-bottom: 7px; } .cert-name { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-soft); line-height: 1.5; } /* PAYMENT GRID */ .payment-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 6px 0 20px; } .pay-pill { background: var(--warm-white); border: 1px solid var(--border); border-radius: 3px; padding: 9px 18px; font-size: 12.5px; font-weight: 500; color: var(--text-mid); display: flex; align-items: center; gap: 7px; transition: border-color 0.2s; } .pay-pill:hover { border-color: var(--gold-muted); } .pay-note { text-align: center; font-size: 11.5px; color: var(--text-light); padding-bottom: 10px; letter-spacing: 0.3px; } /* FOOTER */ .footer { background: #2a1a17; padding: 30px 24px; text-align: center; margin-top: 40px; } .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--gold-light); letter-spacing: 2px; margin-bottom: 8px; } .footer-tagline { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 16px; } .footer-divider { width: 60px; height: 1px; background: rgba(181,102,90,0.3); margin: 0 auto 14px; } .footer-copy { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.5px; } .mb-14 { margin-bottom: 14px; } /* HERO ACCOUNT NAME */ .hero-account { font-family: 'Cormorant Garamond', serif; font-size: clamp(12px, 2.8vw, 15px); font-weight: 400; letter-spacing: 6px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; } /* SCROLLING TICKER */ .ticker-wrap { background: linear-gradient(90deg, #2a1a17, #3d2218, #2a1a17); border-top: 1px solid rgba(181,102,90,0.4); border-bottom: 1px solid rgba(181,102,90,0.4); padding: 12px 0; overflow: hidden; white-space: nowrap; position: relative; } .ticker-wrap::before, .ticker-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2; pointer-events: none; } .ticker-wrap::before { left: 0; background: linear-gradient(90deg, #2a1a17, transparent); } .ticker-wrap::after { right: 0; background: linear-gradient(270deg, #2a1a17, transparent); } .ticker-track { display: inline-flex; align-items: center; gap: 0; animation: ticker-scroll 28s linear infinite; white-space: nowrap; } .ticker-track:hover { animation-play-state: paused; } @keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .ticker-item { display: inline-flex; align-items: center; gap: 7px; font-family: 'Jost', sans-serif; font-size: 11.5px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); padding: 0 28px; white-space: nowrap; } .ticker-item svg { width: 14px; height: 14px; stroke: var(--gold-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; } .ticker-dot { color: var(--gold); font-size: 8px; opacity: 0.6; flex-shrink: 0; } Sunshine Jewelry Certified Fine Jewelry Welcome to Sunshine Jewelry Diamond & Fine Jewelry Specialists Natural Diamonds Lab Grown Diamonds Gold Jewelry Silver Jewelry Certified by · GIA IGI EGL · 100% Authentic Certificates DDP ? Duty Delivery Paid No Import Charges USA Delivery 8?10 Business Days No Hidden Fees ? Guaranteed Tracked & Insured Shipping All Customs Cleared by Us No Import Charges USA Delivery 8-10 Business Days No Hidden Fees - Guaranteed Tracked & Insured Shipping All Customs Cleared by Us Who We Are Crafted with Trust & Precision Welcome to Sunshine Jewelry  -- your trusted destination for certified fine jewelry. We specialize in natural and lab-grown diamonds set in sterling silver and solid gold, crafted for every occasion from everyday elegance to once-in-a-lifetime milestones. Every piece is authenticated by GIA, IGI, or EGL - the world's most respected gemological laboratories -- so you receive exactly what you pay for, every time. Our curated collection blends timeless craftsmanship with modern design, delivering genuine quality at competitive prices backed by certified authenticity. Our Promise Returns & Policies 30-Day Returns Hassle-free returns within 30 days. Item must be in original, unworn condition. Secure Packaging Ships in premium gift-ready packaging with full insurance coverage. Fast Dispatch Processed within 1-2 business days. Tracked & insured worldwide shipping. 100% Authentic Every item includes an original GIA, IGI, or EGL certificate document. Customer Love Share Your Experience Leave 5 Stars & Get Rewarded! Loved your purchase - Leave us a 5-star review and we'll send you a private $10 USD Coupon Code to use on your next order -- our personal thank-you gift to you! Message us after feedback to claim your $10 coupon Encountered an Issue - Please Contact Us First We resolve 100% of concerns -- no matter how big or small. We are fully committed to making things right before you consider leaving any feedback. Just message us and we'll take care of you immediately. Verified Authenticity Our Certifications GIA Gemological Institute of America IGI International Gemological Institute EGL European Gemological Laboratory Checkout Securely Accepted Payments Mastercard PayPal Payoneer eBay Payments All Major Cards All transactions are secured and buyer-protected through eBay's checkout system. Sunshine Jewelry Certified Diamond & Fine Jewelry GIA · IGI · EGL Certified  |  Natural & Lab Grown Diamonds  |  Worldwide Shipping Condition: New with packaging. Category: Jewelry & Watches › Fine Jewelry › Bracelets & Charms. Brand: Sunshine_jewelry.

Antique
No
Number of Diamonds
As per of image
Shape
Round
Main Stone Color
White
Metal
Sterling Silver
Item Length
6 inch - 7.25 inch
Secondary Stone
Diamond
Main Stone
Diamond
Vintage
No
Personalize
Yes
Main Stone Treatment
Not Enhanced
Main Stone Shape
Round
Style
Tennis
Base Metal
Silver
Handmade
Yes
Chain Type
Round Link
Main Stone Creation
Lab-Created
Signed
Yes
Color
White
Cut Grade
Excellent
Material
Stone
Total Carat Weight
4.00 to 4.50 ct
Materials sourced from
India
Setting Style
Prong
Diamond Clarity Grade
Very Slightly Included (VS1)
Brand
Sunshine_jewelry
Type
Bracelet
Metal Purity
14k
Colored Diamond Intensity
Light
Diamond Color Grade
F
Theme
Beauty, Fairytale & Fantasy, Family & Friends, Fashion & Costumes, Valentine's Day
Collection
Sunshine_jewelry_collection
Country of Origin
India
Wholesale
Yes

Product details in pictures

Additional views from the marketplace listing for Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated.

Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 1Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 2Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 3Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 4Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 5Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 6Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated detailed image 7

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.

Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 1
Style 1
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 2
Style 2
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 3
Style 3
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 4
Style 4
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 5
Style 5
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 6
Style 6
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 7
Style 7
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 8
Style 8
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 9
Style 9
Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated similar visual style 10
Style 10

Related products

Related marketplace listings for Sparkling 4.00 Ct Round Lab Grown Diamond Tennis Bracelet 14k White Gold Plated.