
VVS1/D Moissanite 9mm Round Cut Solitaire Engagement Ring 14K White Gold Plated
USD 210.77

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Handmade
USD 192.43
Condition: New without packaging
View 9MM Round Cut VVS1 Moissanite Solitaire Engagement Ring 14k White Gold Plated with current marketplace pricing, condition, product images and item details. Not cheap imitations ?. set in 101% Solid 925 Sterling Silver with 14k Gold Plated. Setting Prong / Halo / Pavé. Rhodium plated for lasting shine. Available in Yellow, White, and Rose Gold. Gold PLATED Options. eBay Listing Template ? Jewellery :root { --gold: #C8A96E; --gold-lt: #E8D5A8; --dark: #1A1A1A; --mid: #4A4A4A; --soft: #7A7A7A; --bg: #FDFAF5; --bg-card: #FFFFFF; --bg-dark: #2C2417; --border: #E8E0D0; --green: #2E7D52; --red: #C0392B; --font-display: Georgia, 'Times New Roman', serif; --font-body: 'Segoe UI', Arial, sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--font-body); background: var(--bg); color: var(--dark); font-size: 14px; line-height: 1.6; max-width: 780px; margin: 0 auto; } /* BRAND HEADER */ .brand-header { background: var(--bg-dark); color: var(--gold-lt); text-align: center; padding: 20px 16px; } .brand-header h1 { font-family: var(--font-display); font-size: 22px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); } .brand-header p { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; opacity: .7; margin-top: 4px; } .brand-nav { display: flex; justify-content: center; gap: 24px; margin-top: 12px; flex-wrap: wrap; } .brand-nav a { color: var(--gold-lt); text-decoration: none; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; opacity: .8; } .brand-nav a:hover { opacity: 1; color: var(--gold); } /* HERO */ .hero { background: linear-gradient(135deg, #2C2417 0%, #4A3520 100%); color: #fff; padding: 36px 24px; } .hero h2 { font-family: var(--font-display); font-size: 26px; color: var(--gold); line-height: 1.3; margin-bottom: 10px; } .hero p { font-size: 13px; opacity: .85; max-width: 480px; } .hero-stats { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 20px; } .stat { text-align: center; } .stat-num { font-size: 28px; font-weight: 700; color: var(--gold); line-height: 1; } .stat-label { font-size: 11px; opacity: .7; text-transform: uppercase; letter-spacing: 1px; } /* SECTIONS */ section { padding: 32px 20px; border-bottom: 1px solid var(--border); } .section-eyebrow { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; } .section-title { font-family: var(--font-display); font-size: 22px; color: var(--dark); margin-bottom: 18px; } .section-title em { font-style: italic; color: var(--gold); } /* GALLERY */ .gallery-main { background: var(--border); width: 100%; aspect-ratio: 4/3; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: var(--soft); font-size: 13px; margin-bottom: 10px; overflow: hidden; } .gallery-main img { width: 100%; height: 100%; object-fit: cover; } .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; } .gallery-thumb { aspect-ratio: 1; background: var(--border); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--soft); overflow: hidden; } .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; } /* HIGHLIGHTS */ .highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .highlight-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 6px; padding: 14px; text-align: center; } .highlight-card .icon { font-size: 22px; margin-bottom: 6px; } .highlight-card strong { display: block; font-size: 13px; color: var(--dark); } .highlight-card span { font-size: 11px; color: var(--soft); } /* COLLECTIONS */ .collections-row { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; } .collection-item { text-align: center; } .collection-item .col-icon { width: 52px; height: 52px; background: var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 6px; } .collection-item span { font-size: 11px; color: var(--mid); } /* QUALITY */ .quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .quality-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 6px; padding: 14px 16px; } .quality-card .badge { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold); display: inline-block; padding: 2px 8px; border-radius: 12px; margin-bottom: 6px; } .quality-card strong { display: block; font-size: 13px; margin-bottom: 4px; } .quality-card p { font-size: 12px; color: var(--soft); } /* COMPARISON TABLE */ .compare-table { width: 100%; border-collapse: collapse; font-size: 13px; } .compare-table thead tr { background: var(--dark); color: #fff; } .compare-table thead th { padding: 10px 14px; text-align: left; font-weight: 600; } .compare-table thead th:first-child { background: var(--bg-dark); } .compare-table tbody tr:nth-child(even) { background: #f7f3ec; } .compare-table tbody td { padding: 9px 14px; border-bottom: 1px solid var(--border); color: var(--mid); } .compare-table tbody td:first-child { font-weight: 600; color: var(--dark); } .check { color: var(--green); font-weight: 700; } .cross { color: var(--red); } /* POLICIES */ .policy-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: center; } .policy-item .pol-icon { font-size: 28px; margin-bottom: 6px; } .policy-item strong { display: block; font-size: 12px; color: var(--dark); margin-bottom: 3px; } .policy-item p { font-size: 11px; color: var(--soft); } /* CARE */ .care-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; } .care-item h4 { font-size: 13px; color: var(--dark); margin-bottom: 4px; } .care-item p { font-size: 12px; color: var(--soft); } /* PROMISE BAND */ .promise-band { background: var(--bg-dark); color: var(--gold-lt); padding: 32px 24px; text-align: center; } .promise-band h2 { font-family: var(--font-display); font-size: 22px; color: var(--gold); margin-bottom: 10px; } .promise-points { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin-top: 20px; } .promise-pt { text-align: center; max-width: 140px; } .promise-pt .pt-icon { font-size: 28px; margin-bottom: 6px; } .promise-pt strong { display: block; font-size: 12px; color: var(--gold); } .promise-pt span { font-size: 11px; opacity: .75; } /* CTA */ .cta-band { background: var(--gold); color: var(--dark); text-align: center; padding: 28px 20px; } .cta-band h3 { font-family: var(--font-display); font-size: 20px; margin-bottom: 8px; } .cta-band p { font-size: 13px; margin-bottom: 14px; opacity: .8; } .cta-btn { display: inline-block; background: var(--dark); color: #fff; padding: 10px 28px; border-radius: 4px; font-size: 13px; font-weight: 600; text-decoration: none; } /* FOOTER */ .footer { background: var(--dark); color: rgba(255,255,255,.5); text-align: center; padding: 16px; font-size: 11px; } .footer span { color: var(--gold); } /* RESPONSIVE */ @media (max-width: 540px) { .highlights { grid-template-columns: repeat(2, 1fr); } .policy-row { grid-template-columns: repeat(2, 1fr); } .quality-grid { grid-template-columns: 1fr; } .care-grid { grid-template-columns: 1fr; } .gallery-grid { grid-template-columns: repeat(3, 1fr); } } MOISSANITEUNIVERSJEWELRY Fine Jewellery · Handcrafted with Love Direct Manufacturer Custom Orders Welcome Reply Within 24 Hours Crafted by Artisans, made for You Every piece is handcrafted by skilled artisans using only ethically sourced materials and certified stones. 100% Positive Feedback 14K Gold PLATED Options 0% NICKEL USED 30 Day FREE Returns We are direct jewelry manufacturers with a passion for exceptional craftsmanship. Every piece is handmade by our skilled artisans using certified Moissanite stones ? not cheap imitations ? set in 101% Solid 925 Sterling Silver with 14k Gold Plated. As manufacturers selling directly to you, we cut out the middleman and deliver superior quality at honest prices. Buyer satisfaction is our first and only priority. Our Promise to You We will Never leave you without a resolution. whether it's a sizing question, a custom request, or an issue with your order - our team is here to make it right. Buyer satisfaction is not just policy - it is who we are. Every piece leaves our hands with pride. RESPONSE WITHIN 24 HOURS, ALWAYS Why Choose This Piece Quality You Can Trust IGLA Certified Stone Authenticity guaranteed 925 Silver Hallmarked metal Luxury Gift Box Ready to present Custom Sizing Any ring size available 30 Days Warranty Workmanship guarantee Free Tracked Shipping Ships in 3-5 business day Specifications Crafted to Last Stone Moissanite / Lab Diamond DEF colour, VVS clarity, Excellent cut. Identical brilliance to natural diamonds at a fraction of the cost. Metal 925 Sterling Silver / 10K?14K Gold Rhodium plated for lasting shine. Available in Yellow, White, and Rose Gold. Setting Prong / Halo / Pavé Precision set under magnification. Each stone secured individually to prevent loosening. Packaging Luxury Presentation Box Jewellery box with authenticity card, care guide, and gift wrapping available. Material Guide Moissanite vs Diamond vs CZ Feature Moissanite Natural Diamond Cubic Zirconia Brilliance (refractive index) 2.65 / Highest 2.42 2.15 / Lowest Hardness (Mohs scale) 9.25 10 8 / Scratches easily Durability / Everyday wear Excellent Excellent Clouds over time Ethical sourcing Lab grown Varies Lab grown Price (relative) Affordable Very expensive Cheapest Shopping With Us Simple, Transparent Policies Secure Payment PayPal, Visa, Mastercard accepted Water Exposure Remove before swimming or showering. Extended water exposure can affect plating over time. Cleaning Use a soft cloth or mild soap solution. Avoid abrasive materials or ultrasonic cleaners for plated pieces. Storage Store in the provided jewellery box or a soft pouch to prevent scratches and tangling. Shop With Confidence Every order is packed with care and backed by our full satisfaction guarantee. Buyer Protection eBay Money Back Guarantee on every order Secure Packaging Padded, discreet, professionally presented Fast Responses Questions answered within 24 hours Trusted Seller Verified reviews from real buyers Questions? We're Here for You Message us before or after your purchase ? we reply promptly and love helping you find the perfect piece. Send a Message Moissaniteuniversjewelry · Handcrafted Fine Jewellery Condition: New without packaging. Category: Jewelry & Watches › Engagement & Wedding › Engagement Rings. Brand: Handmade.
Additional views from the marketplace listing for 9MM Round Cut VVS1 Moissanite Solitaire Engagement Ring 14k White Gold Plated.







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 9MM Round Cut VVS1 Moissanite Solitaire Engagement Ring 14k White Gold Plated.

USD 210.77

USD 152.75

USD 149.94

USD 152.21

USD 155.79

USD 181.21

USD 138.67

USD 147.59

USD 119.99

USD 147.59