10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace main product image
Product video preview

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

Elite Jewelers

10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace

USD 18696.69

Condition: New with packaging

View on eBay

Description

View 10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace with current marketplace pricing, condition, product images and item details. Silver Baguette Diamond Gold Baguette Diamond Silver Cuban Diamond Gold Cuban Diamond Silver Tennis Diamond Gold Tennis Diamond Silver Diamond Gold Diamond. Bonded Rope Figaro Cuban ID Bracelets. The natural round-cut diamonds with a total carat weight of 10 add a touch of prestige to this piece, while the sturdy box clasp closure ensures it stays securely in place. 10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Times New Roman", Times, serif; color: #333; background: #fff; } .container { max-width: 1200px; margin: 0 auto; } /* Top Welcome Bar */ .welcome-bar { background: linear-gradient(135deg, #1a1a1a 20%, #2d2d2d 80%); color: #fff; padding: 1px 40px 1px 40px; display: flex; justify-content: space-between; align-items: center; } .welcome-text { font-size: 13px; letter-spacing: 0.5px; } .ebay-logo { height: 25px; } /* Logo Section */ .logo-section { text-align: center; padding: 5px 5px; background: linear-gradient(135deg, #092c1a 20%, #036843 90%); } .main-logo { max-width: 200px; height: auto; } /* Navigation Wrapper */ .navbar { background: #000; border-bottom: 3px solid #d4af37; position: relative; z-index: 100; } /* Hide checkbox */ #menu-toggle { display: none; } .menu-toggle-label { display: none; font-size: 28px; color: #d4af37; cursor: pointer; padding: 10px 20px; position: absolute; right: 0; top: 0; z-index: 200; } .nav-inner { display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; transition: all 0.3s ease; } .nav-item { position: relative; } .nav-tab { padding: 10px 20px; text-decoration: none; color: #d4af37; font-weight: 600; font-size: 18px; transition: all 0.3s ease; border-bottom: 3px solid transparent; display: inline-block; } .nav-tab:hover { background: linear-gradient(135deg,#092c1a 20%, #036843 90%); color: #d4af37; border-bottom-color: #d4af37; } /* Dropdown Styling */ .dropdown { display: block; position: absolute; top: 100%; left: 0; background: linear-gradient(135deg, #092c1a 20%, #036843 90%); backdrop-filter: blur(25px) saturate(140%); border: 0px solid rgba(212, 175, 55, 0.4); box-shadow: 0 4px 25px rgba(212, 175, 55, 0.3); padding: 20px; z-index: 1000; min-width: 200px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; border-radius: 8px; } .nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown a { display: block; text-decoration: none; color: #d4af37; font-size: 15px; padding: 8px 0; transition: color 0.3s ease; } .dropdown a:hover { color: #fff; } /* Sub-dropdown */ .sub-dropdown { position: absolute; top: 0; left: 100%; background: linear-gradient(135deg, #092c1a 20%, #036843 90%); border: 1px solid rgba(212, 175, 55, 0.4); padding: 15px 15px; min-width: 150px; opacity: 0; visibility: hidden; transform: translateX(10px); transition: all 0.3s ease; border-radius: 8px; z-index: 1100; } .dropdown-item.has-submenu:hover .sub-dropdown { opacity: 1; visibility: visible; transform: translateX(0); } .sub-dropdown a { display: block; text-decoration: none; color: #d4af37; font-size: 15px; padding: 8px 0; transition: color 1s ease; } .sub-dropdown a:hover { color: #fff; transform: translateX(5px); } .dropdown-item.has-submenu > a { position: relative; padding-right: 15px; } .dropdown-item.has-submenu > a::after { content: ">"; position: absolute; right: 0; font-size: 15px; font-weight: 800; color: #d4af37; } /*Sub Sub-dropdown*/ /* Sub-sub-dropdown (third level) */ .sub-sub-dropdown { position: absolute; top: 0; left: 100%; background: linear-gradient(135deg, #092c1a 20%, #036843 90%); border: 1px solid rgba(212, 175, 55, 0.4); padding: 15px 15px; min-width: 150px; opacity: 0; visibility: hidden; transform: translateX(10px); transition: all 0.3s ease; border-radius: 8px; z-index: 1100; } .sub-dropdown-item { display: block; } .sub-dropdown-item > a { display: block; text-decoration: none; color: #d4af37; font-size: 15px; padding: 8px 0; transition: color 0.3s ease; } .sub-dropdown-item > a:hover { color: #fff; transform: translateX(5px); } .sub-dropdown-item.has-sub-submenu:hover .sub-sub-dropdown { opacity: 1; visibility: visible; transform: translateX(0); } .sub-sub-dropdown a { display: block; text-decoration: none; color: #d4af37; font-size: 15px; padding: 8px 0; transition: color 0.5s ease; } .sub-sub-dropdown a:hover { color: #fff; transform: translateX(5px); } .sub-dropdown-item.has-sub-submenu > a { position: relative; padding-right: 15px; } .sub-dropdown-item.has-sub-submenu > a::after { content: ">"; position: absolute; right: 0; font-size: 15px; color: #d4af37; } /* Show sub-dropdown on hover */ .dropdown-item.has-submenu:hover > .sub-dropdown { display: block; } /* --- FIX: Flip sub-dropdowns to open left for right-edge items --- */ .nav-item:nth-last-child(-n+2) .dropdown-item.has-submenu .sub-dropdown { left: auto; right: 100%; } /* --- FIX: Flip sub-dropdowns to open left for right-edge items --- */ .nav-item:nth-last-child(-n+3) .dropdown-item.has-submenu .sub-dropdown { left: auto; right: 100%; } /* Optional: Smooth hover alignment */ .nav-item:nth-last-child(-n+2) .dropdown-item.has-submenu:hover > .sub-dropdown { transform: translateX(0); } .nav-item:nth-last-child(-n+3) .dropdown-item.has-submenu:hover > .sub-dropdown { transform: translateX(0); } /* Hide checkboxes and labels on desktop */ @media (min-width: 769px) { .dropdown-toggle, .sub-dropdown-toggle, .sub-sub-dropdown-toggle, .dropdown-toggle-label, .sub-dropdown-toggle-label, .sub-sub-dropdown-toggle-label { display: none !important; } } /* Product Title */ .product-title { text-align: center; padding: 30px 1px 10px 1px; background: #fff; } .product-title h1 { font-size: 32px; color: #1a1a1a; font-weight: 700; letter-spacing: 0.5px; } /* Product Section */ .product-section { display: flex; gap: 40px; padding: 40px 30px; max-width: 1200px; margin: 0 auto; } .product-image { flex: 1; max-width: 500px; } .product-image img { width: 100%; border: 1px solid #e0e0e0; border-radius: 8px; } .product-table-container { flex: 1; } .product-details-header { background: #1a1a1a; color: #fff; padding: 15px 20px; font-size: 20px; font-weight: 600; text-align: center; border-radius: 8px 8px 0 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; } .detail-icons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; } .detail-icon { width: 40px; height: 40px; background: #1a1a1a; color: #fff; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; position: relative; transition: all 0.3s ease; flex-shrink: 0; } .detail-icon:hover { background: #d4af37; transform: translateY(-3px); } .detail-icon::after { content: attr(data-tooltip); position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); background: #1a1a1a; color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 10px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 10; } .detail-icon:hover::after { opacity: 1; } .detail-icon img { width: 50px; /* slightly smaller than the box */ height: 50px; object-fit: contain; /* makes white icons visible on dark bg */ transition: transform 0.3s ease; } .product-table { width: 100%; border-collapse: collapse; background: #fff; border: 2px solid #d4af37; border-top: none; border-radius: 0 0 8px 8px; } .product-table td { padding: 5px; text-align: center; border: 1px solid #e0e0e0; font-size: 15px; color: #333; font-family: "Calibri", sans-serif; } .product-table td:first-child { font-weight: 600; background: #f8f8f8; width: 40%; } /* Description Section */ .description-section { max-width: 1200px; font-family: Arial, Helvetica, sans-serif, serif; margin: 0 auto; padding: 5px 5px; background: #fff; } .description-section h2 { text-align: center; font-size: 28px; margin-bottom: 15px; color: #1a1a1a; border-bottom: 2px solid #d4af37; padding-bottom: 5px; } .description-section p { line-height: 1.8; color: #1a1a1a; font-size: 15px; margin-bottom: 10px; } .footer-section { background: #2d2d2d; color: #fff; text-align: left; padding: 20px 0 0; font-family: Arial, Helvetica, sans-serif, serif; } /* Footer tabs row */ .footer-links { display: flex; justify-content: center; align-items: center; gap: 60px; background: #2d2d2d; padding: 25px 10px; flex-wrap: nowrap; } .footer-tab { color: #fff; cursor: pointer; font-size: 17px; font-weight: 600; padding: 5px; border-bottom: 2px solid transparent; transition: color 0.3s ease, border-bottom 0.3s ease; } .footer-tab:hover { color: #d4af37; } /* Hide radio buttons */ input[type="radio"] { display: none; } /* Active tab styling */ #about:checked ~ .footer-links label[for="about"], #shipping:checked ~ .footer-links label[for="shipping"], #returns:checked ~ .footer-links label[for="returns"], #contact:checked ~ .footer-links label[for="contact"] { color: #d4af37; border-bottom: 2px solid #d4af37; } /* Footer content wrapper aligns with newsletter */ .footer-content-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px 40px; text-align: justify; } /* Hide all by default */ .footer-content { display: none; background: #fff; color: #1a1a1a; margin-top: 20px; padding: 30px 60px; border-radius: 8px; border-top: 3px solid #d4af37; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3); line-height: 1.6; font-size: 15x; animation: fadeIn 0.4s ease; } /* Show only selected content */ #about:checked ~ .footer-content-wrapper .about, #shipping:checked ~ .footer-content-wrapper .shipping, #returns:checked ~ .footer-content-wrapper .returns, #contact:checked ~ .footer-content-wrapper .contact { display: block; } .footer-content a { color: #d4af37; text-decoration: none; } .footer-content a:hover { text-decoration: underline; } @keyframes fadeIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } } /* ---------- MOBILE VIEW (for phones) ---------- */@media (max-width: 600px) { /* Make tabs scroll horizontally if too many */ .footer-links { display: flex; overflow-x: auto; gap: 25px; padding: 15px 10px; justify-content: flex-start; scrollbar-width: none; /* hide scrollbar in Firefox */ } .footer-links::-webkit-scrollbar { display: none; /* hide scrollbar in Chrome/Safari */ } /* Make tab labels slightly smaller and more compact */ .footer-tab { font-size: 14px; white-space: nowrap; padding: 6px 0; } /* Content area adjustments */ .footer-content-wrapper { width: 100%; max-width: 100%; padding: 0 15px 25px; } .footer-content { background: #fff !important; color: #1a1a1a !important; font-size: 14px; padding: 20px 15px; border-radius: 6px; line-height: 1.5; max-height: 250px; /* restrict visible height */ overflow-y: auto; /* scroll vertically if needed */ -webkit-overflow-scrolling: touch; /* smooth scroll on iPhone */ } /* Links inside footer content */ .footer-content a { word-break: break-word; } /* Optional: highlight tab color slightly brighter on touch */ .footer-tab:hover { color: #e5c97a; } } /* Newsletter */ .newsletter { background: #1a1a1a; color: #fff; text-align: center; padding: 55px 30px 40px 30px; } .newsletter h3 { font-size: 34px; margin: 0 0 15px 0; color: #fff; font-weight: 400; } .newsletter-content { display: flex; align-items: center; justify-content: space-evenly; gap: 30px; max-width: 1400px; margin: 0 auto; } .newsletter-text { display: flex; align-items: center; justify-content: space-evenly; gap: 30px; flex: 1; text-align: left; } .newsletter-text span:first-child { font-weight: 600; letter-spacing: 2px; white-space: nowrap; font-size: 20px; } .newsletter-text span:nth-child(2) { color: #d4af37; font-size: 15px; font-weight: 100; } .newsletter-text span:nth-child(3) { color: #fff; font-size: 15px; font-weight: 300; } .newsletter-text span:last-child { color: #d4af37; font-size: 18px; } .newsletter-btn { padding: 12px 30px; background: #d4af37; color: #1a1a1a; border: none; border-radius: 25px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; } .newsletter-btn:hover { background: linear-gradient(135deg, #e6c04e, #d4af37); box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4); transform: translateY(-2px); } /* ✅ Responsive Adjustments - CSS ONLY */ @media (max-width: 768px) { .welcome-bar { padding: 0 0 0 0; } .welcome-text { font-size: 3px; } .ebay-logo { height: 15px; } .menu-toggle-label { display: block; } .navbar { padding: 50px 0 0 0; } .nav-inner { display: none; flex-direction: column; align-items: flex-start; background: linear-gradient(135deg, #092c1a 20%, #036843 90%);; padding: 15px 20px; width: 100%; } /* Show menu when checkbox is checked */ #menu-toggle:checked ~ .nav-inner { display: flex; } .nav-item { width: 100%; position: relative; } /* Hide all dropdown toggle checkboxes */ .dropdown-toggle, .sub-dropdown-toggle, .sub-sub-dropdown-toggle { display: none; } .nav-tab { padding: 10px 15px; font-size: 16px; width: 100%; display: block; } /* Plus sign label for items with dropdowns */ .dropdown-toggle-label { position: absolute; right: 15px; top: 10px; width: 30px; height: 30px; cursor: pointer; z-index: 10; } .dropdown-toggle-label::before { content: "+"; font-size: 24px; color: #d4af37; font-weight: 400; line-height: 30px; display: block; text-align: center; } /* Change to minus when checked */ .dropdown-toggle:checked + .dropdown-toggle-label::before { content: "−"; } /* Dropdown styling */ .dropdown { position: static; opacity: 1; visibility: visible; transform: none; background: rgba(0, 0, 0, 0.3); box-shadow: none; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; } .dropdown-toggle:checked ~ .dropdown { max-height: 2000px; padding: 10px 20px; } .dropdown a, .dropdown-item { font-size: 14px; color: #d4af37; padding: 8px 0; display: block; position: relative; } /* Remove desktop arrow indicators on mobile */ .dropdown-item.has-submenu > a::after { content: "" !important; } .sub-dropdown-item.has-sub-submenu > a::after { content: "" !important; } /* Sub-dropdown toggle label */ .sub-dropdown-toggle-label { position: absolute; right: 0; top: 0; width: 30px; height: 100%; cursor: pointer; z-index: 10; } .sub-dropdown-toggle-label::before { content: "+"; font-size: 20px; color: #d4af37; font-weight: 400; line-height: 30px; display: block; text-align: center; } .sub-dropdown-toggle:checked + .sub-dropdown-toggle-label::before { content: "−"; } .dropdown-item.has-submenu > a { padding-right: 35px; } /* Sub-dropdown styling */ .sub-dropdown { position: static; opacity: 1; visibility: visible; transform: none; padding: 0; padding-left: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; } .sub-dropdown-toggle:checked ~ .sub-dropdown { max-height: 1500px; padding: 5px 0 5px 20px; } /* Sub-sub-dropdown toggle label */ .sub-sub-dropdown-toggle-label { position: absolute; right: 0; top: 0; width: 30px; height: 100%; cursor: pointer; z-index: 10; } .sub-sub-dropdown-toggle-label::before { content: "+"; font-size: 18px; color: #d4af37; font-weight: 400; line-height: 30px; display: block; text-align: center; } .sub-sub-dropdown-toggle:checked + .sub-sub-dropdown-toggle-label::before { content: "−"; } .sub-dropdown-item.has-sub-submenu > a { padding-right: 35px; } /* Sub-sub-dropdown styling */ .sub-sub-dropdown { position: static; opacity: 1; visibility: visible; transform: none; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background: rgba(0, 0, 0, 0.2); } .sub-sub-dropdown-toggle:checked ~ .sub-sub-dropdown { max-height: 1000px; padding: 5px 0 5px 40px; } .sub-sub-dropdown a { font-size: 13px; color: #d4af37; padding: 6px 0; } .product-section { flex-direction: column; } .product-details-header { flex-direction: column; text-align: center; } .detail-icons { width: 100%; } .product-title h1 { font-size: 24px; } .newsletter { padding: 30px 15px; } .newsletter-content { flex-direction: column; text-align: center; gap: 20px; } .newsletter-text { flex-direction: column; gap: 10px; text-align: center; } .newsletter-text span { display: block; font-size: 14px; white-space: normal; } .newsletter h3 { font-size: 24px; } .newsletter-btn { width: 100%; /* full width on small screens */ max-width: 280px; /* but limit it so it doesn’t stretch too wide */ padding: 12px 10px; /* reduce horizontal padding */ font-size: 13px; /* smaller font for fit */ white-space: normal; /* allow text to wrap inside */ word-break: break-word; /* break long words if needed */ } } WELCOME TO THE OFFICIAL ELITE JEWELERS EBAY STORE ☰ NECKLACES Diamond Chains Silver Baguette Diamond Gold Baguette Diamond Silver Cuban Diamond Gold Cuban Diamond Silver Tennis Diamond Gold Tennis Diamond Silver Diamond Gold Diamond Gold Chains Bonded Rope Mooncut Franco Cuban Figaro Mariner Valentino Spiga Rosary Box Moissanite Chains 925 Silver Chains Shop All Necklaces PENDANTS Religious Pendants Jesus Cross Angel Allah Hamsa Praying Hands Last Supper Crucifix Diamond Pendants Heart Shape Lion Solitaire Initial Dog-tag Memory / Picture Name Butterfly Cross Jesus Last Supper Crucifix Gold Pendants Heart Shape Lion Solitaire Initial Dog-tag Memory / Picture Name Butterfly Cross Jesus Last Supper Crucifix Bonded Moissanite Pendants Shop All Pendants BRACELETS Diamond Bracelets Silver Baguette Diamond Gold Baguette Diamond Silver Cuban Diamond Gold Cuban Diamond Silver Tennis Diamond Gold Tennis Diamond Silver Diamond Gold Diamond Gold Bracelets Bonded Rope Figaro Cuban ID Bracelets Moissanite Bracelets 925 Silver Bracelets Shop All Bracelets LAB DIAMOND Necklaces Bracelets Pendants Rings Earrings Shop All Lab Diamond EARRINGS Diamond Earrings Heart Solitaire Round Square Flower/Honeycomb Gold Earrings Hoops Earrings Moissanite Earrings Shop All Earrings RINGS Men Rings Diamond Gold Wedding Women Rings Diamond Engagement Wedding Solitaire Bands Trio Set Rings Religious Rings Initial Rings Shop All Rings WATCHES Rolex 26MM Datejust S.Steel Datejust Two-Tone Presidential 26MM Rolex 36MM Datejust S.Steel Datejust Two-Tone Presidential 36MM Rolex 34MM Air-King Rolex 31MM Datejust Rolex 40MM/41MM Datejust S.Steel Datejust Two-Tone Presidential 40MM/41MM Rolex Submariner Rolex GMT-Master II G-Shock Shop All Watches DEALS 10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace Product Details Metal Type 10k Yellow Gold Stone Type Natural Diamond Total Carat Weight 10.0 CTW Stone Clarity VS Clarity Stone Color G-H Color Length 24 Inches Width 10MM Weight 86.1 grams approx Product Description This 10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Necklace is a stunning piece of fine jewelry designed for men. Featuring a classic and elegant style with a touch of hip hop flair, this necklace is perfect for special occasions like anniversaries, birthdays, or as a gift for Father's Day or Christmas. The natural round-cut diamonds with a total carat weight of 10 add a touch of prestige to this piece, while the sturdy box clasp closure ensures it stays securely in place. Made by Elite Jewelers, this original necklace comes with a premium jewelry case for safekeeping. ABOUT US SHIPPING RETURN CONTACT US Elite Jewelers For over two decades, Elite Jewelers has been a trusted name in fine jewelry throughout Georgia. What started as a small family-owned boutique has blossomed into a beloved brand known for its exceptional quality, timeless elegance, and unmatched craftsmanship. At Elite Jewelers, we’ve had the honor of serving generations of customers — helping them celebrate life’s most cherished moments, from engagements and anniversaries to personal milestones. Our curated collection features brilliant diamonds, fine gold jewelry, luxury watches, and custom-designed pieces — all offered at remarkably competitive prices. We take pride in delivering a personal, trustworthy, and memorable shopping experience. Whether you’re searching for a meaningful gift, a statement piece, or expert jewelry guidance, our passionate team brings decades of knowledge and artistry to every interaction. Discover the world of Elite Jewelers — where craftsmanship meets connection, and every piece tells your story. Processing Time At Elite Jewelers , we understand that excitement begins the moment you place your order. That’s why all orders are processed the same business day (excluding Sundays and holidays). Orders placed on Sundays or holidays will be carefully processed on the next business day to ensure prompt and secure handling. Shipping Methods & Rates We offer a variety of fast and reliable shipping options to meet your needs: - Standard Shipping: Delivered within 2–4 business days . - Next-Day Shipping: FedEx Priority Overnight for those who can’t wait to shine. - International Shipping : We proudly ship worldwide through eBay’s Global Shipping Program. Delivery times and rates vary by destination. Please note that customs duties and import taxes may apply and are the responsibility of the recipient. Tracking Information Once your order has shipped, you will receive an email notification with your tracking number. You can also track your package directly through your eBay purchase history for real-time updates. Package Security Your trust means everything to us. Every order is fully insured and securely packaged to guarantee safe and timely delivery. Each piece arrives in our ELITE JEWELERS COMPLIMENTARY JEWELRY CASE — a reflection of the care and craftsmanship we put into every order. Elite Jewelers — Fast. Secure. Delivered with Care. Return Policy Hassle-Free, No Questions Asked Returns. Your satisfaction is our top priority. If for any reason you’re not completely in love with your purchase, simply return it within days of delivery — no questions asked. Eligibility: - Must be and in original condition (no scratches or marks). - Include original packaging, tags, and certificates. - Customized, engraved, or altered items are non-returnable. How to Return 1. Go to your eBay purchase history and select “Return this item.” 2. Follow the prompts to receive return authorization and instructions. 3. Ship the item back using a trackable shipping method. Refunds Once received and inspected, your refund will be processed within 2–3 business days to your original payment method. Elite Jewelers — Confidence in Every Purchase. Have a question? Click here to CONTACT US Stay Connected STORE NEWSLETTER | --> Add our store to your favorites & receive exclusive emails about new items and Special Promotions | --> Save This Seller Condition: New with packaging. Category: Jewelry & Watches › Fine Jewelry › Necklaces & Pendants. Brand: Elite Jewelers.

Brand
Elite Jewelers
Main Stone
Diamond
Metal
Yellow Gold
Metal Purity
10k
Style
Chain
Type
Necklace
Amazon-Material-Type
Gold
Color
Yellow
Chain Style
Cuban
Width
10MM
Chain Length (Inches)
24
Lengths
24"
Necklace Length
24 Inches
Weight (grams)
86.1
Total Carat Weight
10
Main Stone Creation
Natural
Main Stone Shape
Round
Diamond Color
G-H
Diamond Clarity
VS
Closure
Box Clasp
Stamped
Yes
Base Metal
Gold
Age Group
Adult
Gender
Male
Department
Men
Metal Stamp
10k
MPN
Elite-EBY-CHN-006
Theme
Classic, Elegant, Hip Hop
Occasion
Anniversary, Fathers Day, Birthday, Mother's Day, Christmas, Gift
Original/Reproduction
Original
Packaging
Comes with PREMIUM JEWELRY CASE

Product details in pictures

Additional views from the marketplace listing for 10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace.

10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 110MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 210MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 310MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 410MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 510MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 610MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 710MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 810MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 910MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace detailed image 10

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.

10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 1
Style 1
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 2
Style 2
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 3
Style 3
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 4
Style 4
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 5
Style 5
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 6
Style 6
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 7
Style 7
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 8
Style 8
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 9
Style 9
10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace similar visual style 10
Style 10

Related products

Related marketplace listings for 10MM 10k Yellow Gold 24In 10CTW Natural Diamond Cuban Chain Mens 86.1g Necklace.