
Lab Grown Diamond Bezel Tennis Bracelet 3Ct Round 14k Yellow Gold Vermeil
USD 447.44

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Sunshine_jewelry
USD 474.99
Condition: New with packaging
View Lab Grown Diamond Bezel Tennis Bracelet 10Ct 14k Gold Vermeil Multi Shape with current marketplace pricing, condition, product images and item details. Sunshine Jewelry ?. Certified Fine Jewelry. Natural Diamonds Lab Grown Diamonds Gold Jewelry Silver Jewelry. Diamond & Fine Jewelry Specialists. Sunshine Jewelry. Gemological Laboratory. We resolve 100% of concerns no matter how big or small. Sunshine Jewelry ? Certified Fine Jewelry :root { --cream: #faf7f2; --warm-white: #fffdf9; --gold: #c9a84c; --gold-light: #e4c97e; --gold-pale: #f5edda; --gold-muted: #d4b870; --text-dark: #1a1510; --text-mid: #4a3f2f; --text-soft: #7a6a55; --text-light: #a89880; --border: #e8dcc8; --shadow: rgba(90, 65, 20, 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; } /* OUTER WRAPPER */ .page-wrap { max-width: 860px; margin: 0 auto; padding: 0 18px; } /* ?? HERO BANNER ?? */ .hero { background: linear-gradient(160deg, #1a1510 0%, #2e2418 55%, #1a1510 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(201,168,76,0.14) 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(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.3); 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; font-size: 18px; } .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, #1a1510, #2c2010); 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(201,168,76,0.10) 0%, transparent 70%); pointer-events: none; } .review-stars { font-size: 26px; letter-spacing: 3px; color: var(--gold); 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(201,168,76,0.15); border: 1.5px solid rgba(201,168,76,0.45); border-radius: 40px; padding: 10px 22px; } .review-coupon-icon { font-size: 18px; } .review-coupon span { font-size: 13px; font-weight: 600; letter-spacing: 0.5px; color: var(--gold-light); } /* ?? NOTICE BLOCK ?? */ .notice-block { background: #fff9ee; border: 1px solid #f0d898; border-left: 4px solid var(--gold); border-radius: 4px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; } .notice-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; } .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: var(--text-dark); 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(201,168,76,0.3); margin: 0 auto 14px; } .footer-copy { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.5px; } /* spacing helper */ .mb-14 { margin-bottom: 14px; } Certified Fine Jewelry Sunshine Jewelry Diamond & Fine Jewelry Specialists Natural Diamonds Lab Grown Diamonds Gold Jewelry Silver Jewelry Certified by · GIA IGI EGL · 100% Authentic Certificates 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.
Additional views from the marketplace listing for Lab Grown Diamond Bezel Tennis Bracelet 10Ct 14k Gold Vermeil Multi Shape.




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










Related marketplace listings for Lab Grown Diamond Bezel Tennis Bracelet 10Ct 14k Gold Vermeil Multi Shape.

USD 447.44

USD 449.34

USD 429.39

USD 1169.10

USD 1435.00

USD 3538.00

USD 3693.49

USD 4048.00

USD 2050.00

USD 3599.99