
3.20 Ct Blue Lab Grown Diamond Cushion Cut Solitaire Ring 925 Sterling Silver
USD 96.04

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Sunshine_Jewelry
USD 127.49
Condition: New with packaging
View 3.00 Ct. Certified Blue Round Cut Lab Grown Diamond Ring in 925 Sterling Silver with current marketplace pricing, condition, product images and item details. Natural Diamonds Lab Grown Diamonds Gold Jewelry Silver Jewelry. Zero Import. Diamond & Fine Jewelry Specialists. Sunshine Jewelry - Certified Fine Jewelry. Certified Fine Jewelry. Certified by · GIA IGI EGL · 100% Authentic Certificates. 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(13px, 3vw, 16px); font-weight: 400; letter-spacing: 5px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 14px; } .hero-account::before, .hero-account::after { content: '—'; color: rgba(181,102,90,0.5); margin: 0 10px; } /* DDP INFOGRAPHIC SECTION */ .ddp-section { background: linear-gradient(135deg, #2a1a17 0%, #3d2218 50%, #2a1a17 100%); padding: 40px 24px; position: relative; overflow: hidden; } .ddp-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(181,102,90,0.12) 0%, transparent 70%); pointer-events: none; } .ddp-section::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), var(--gold-light), transparent); } .ddp-header { text-align: center; margin-bottom: 28px; } .ddp-eyebrow { font-size: 9.5px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-light); font-weight: 500; margin-bottom: 8px; opacity: 0.8; } .ddp-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 5vw, 28px); font-weight: 400; color: #fff; letter-spacing: 1px; } .ddp-title em { font-style: italic; color: var(--gold-light); } /* DDP CARDS */ .ddp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; position: relative; z-index: 1; } @media (max-width: 540px) { .ddp-cards { grid-template-columns: 1fr; gap: 10px; } } .ddp-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(181,102,90,0.25); border-radius: 6px; padding: 22px 16px; text-align: center; position: relative; overflow: hidden; transition: border-color 0.3s, background 0.3s; } .ddp-card:hover { border-color: rgba(181,102,90,0.55); background: rgba(255,255,255,0.09); } .ddp-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); opacity: 0.7; } .ddp-card-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(181,102,90,0.15); border: 1px solid rgba(181,102,90,0.3); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; } .ddp-card-icon svg { width: 24px; height: 24px; stroke: var(--gold-light); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .ddp-card-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-light); font-weight: 600; margin-bottom: 6px; opacity: 0.85; } .ddp-card-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(16px, 3.5vw, 20px); font-weight: 500; color: #fff; line-height: 1.2; margin-bottom: 8px; } .ddp-card-desc { font-size: 11.5px; color: rgba(255,255,255,0.5); line-height: 1.6; letter-spacing: 0.2px; } .ddp-card-desc strong { color: rgba(255,255,255,0.8); font-weight: 500; } /* DDP BOTTOM BANNER */ .ddp-banner { margin-top: 20px; background: rgba(181,102,90,0.12); border: 1px solid rgba(181,102,90,0.3); border-radius: 4px; padding: 16px 20px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; } .ddp-banner-icon svg { width: 20px; height: 20px; stroke: var(--gold-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .ddp-banner-text { font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.75); letter-spacing: 0.3px; text-align: center; } .ddp-banner-text strong { color: var(--gold-light); font-weight: 600; } /* STEP FLOW */ .ddp-steps { display: flex; align-items: center; justify-content: center; gap: 0; margin-top: 28px; flex-wrap: wrap; position: relative; z-index: 1; } .ddp-step { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 1; min-width: 90px; max-width: 140px; padding: 0 8px; } .ddp-step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: #fff; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; flex-shrink: 0; } .ddp-step-text { font-size: 11px; color: rgba(255,255,255,0.65); line-height: 1.5; } .ddp-step-text strong { display: block; color: rgba(255,255,255,0.9); font-size: 12px; font-weight: 600; margin-bottom: 2px; } .ddp-arrow { color: rgba(181,102,90,0.5); font-size: 18px; flex-shrink: 0; padding: 0 2px; margin-bottom: 20px; } @media (max-width: 480px) { .ddp-steps { gap: 8px; } .ddp-arrow { display: none; } .ddp-step { max-width: none; width: 100%; flex-direction: row; text-align: left; gap: 12px; } .ddp-step-num { 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 Shipping & Customs We Ship Duty Paid ? You Pay Nothing Extra DDP Service Duty Delivery Paid All customs duties & taxes are pre-paid by us . You will never receive an unexpected bill. No Surprises Zero Import Charges No import fees , no hidden charges. The price you see is the price you pay ? guaranteed. USA Delivery 8?10 Business Days Fully tracked & insured shipping direct to your door. No delays at customs. 1 You Order Pay checkout price only ? 2 We Ship & Pay Duties All customs cleared by us ? 3 Delivered to Door 8?10 days, fully tracked ? 4 No Extra Bills Zero import charges, ever DDP ? Duty Delivery Paid: We handle all import duties, taxes & customs clearance so you receive your jewelry with no unexpected charges at your door. 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 › Rings. Brand: Sunshine_Jewelry.
Additional views from the marketplace listing for 3.00 Ct. Certified Blue Round Cut Lab Grown Diamond Ring in 925 Sterling Silver.






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 3.00 Ct. Certified Blue Round Cut Lab Grown Diamond Ring in 925 Sterling Silver.

USD 96.04

USD 127.49

USD 116.96

USD 100.29

USD 1550.00

USD 109.92

USD 118.99

USD 110.49

USD 165.29

USD 96.89