
Freshwater Pearl with Diamond & Ruby Halo Necklace 14k Yellow Gold
USD 920.00

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
PANSARI JEWELS
USD 4800.00
Condition: New with packaging
View Certified Natural Ruby 555ct Pearl Natural Diamond Bead Necklace 18k Gold Set with current marketplace pricing, condition, product images and item details. RUBY WIRED WITH DIAMOND BEADS PEARL IN 18K YELLOW GOLD. SIZES OF THE RUBY BEADS ARE FROM 36 MM TO 10 MM. FRESH WATER PEARL USED. SPARKLING NATURAL DIAMOND SETTED IN 925 STERLING SILVER BEADS. LINE - 1 /CTS 555.50 TOTAL NECKLACE WEIGHT. Pansari Jewels - Luxury Jewelry /* Reset and base styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Lora', serif; background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%); color: #f5f5dc; line-height: 1.6; /* min-height: 100vh; */ } /* Top Welcome Banner */ .welcome-banner { /* background: linear-gradient(135deg, #0a3d2e 0%, #0f4a36 100%); */ background: #12221c; text-align: right; padding: 12px 20px; font-size: 13px; color: #d4af37; border-bottom: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 2px 10px rgba(212, 175, 55, 0.2); } /* Improve category box sizing and prevent overflow */ .category-container { display: flex; flex-wrap: nowrap; gap: 24px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: #d4af37 #232323; width: 100vw; margin: 0; padding-left: 16px; padding-right: 16px; box-sizing: border-box; } .category { min-width: 180px; max-width: 220px; flex: 0 0 200px; background: linear-gradient(135deg, #181818 0%, #232323 100%); border-radius: 12px; border: 1px solid rgba(212, 175, 55, 0.2); text-align: center; padding: 18px 10px 10px 10px; transition: box-shadow 0.2s, border 0.2s; box-sizing: border-box; } .category-img-box img { width: 100%; height: 110px; object-fit: contain; border-radius: 8px; background: #222; margin-bottom: 10px; } @media (max-width: 768px) { .category-container { gap: 14px; padding-left: 8px; padding-right: 8px; } .category { min-width: 140px; max-width: 180px; flex: 0 0 150px; padding: 12px 5px 8px 5px; } .category-img-box img { height: 70px; } } @media (max-width: 480px) { .category-container { gap: 10px; padding-left: 4px; padding-right: 4px; } .category { min-width: 110px; max-width: 140px; flex: 0 0 120px; padding: 8px 2px 6px 2px; border-radius: 8px; } .category-img-box img { height: 40px; border-radius: 4px; } } .banner-flex { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; } .banner-left { color: #d4af37; font-size: 13px; text-align: left; } .banner-right .nav-menu { display: flex; gap: 35px; } /* Header */ .header { /* background: linear-gradient(135deg, #0a3d2e 0%, #0f4a36 100%) */ background: #12221c; padding: 20px 0; border-bottom: 3px solid #d4af37; box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3); } .header-content { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; margin-bottom: 40px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); text-align: center; } .logo { display: inline-block; text-align: center; } .logo-icon { width: 70px; height: 50px; align-items: center; display: block; justify-content: center; font-size: 20px; color: #0a3d2e; font-weight: bold; } .logo-text { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: #d4af37; letter-spacing: 3px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); text-align: center; align-items: center; } .nav-menu { display: flex; gap: 35px; flex-wrap: wrap; } .nav-item { color: #d4af37; text-decoration: none; font-size: 15px; font-weight: 500; padding: 10px 15px; border-bottom: 2px solid transparent; border-radius: 25px; transition: all 0.3s ease; } .nav-item:hover, .nav-item.active { background: rgba(212, 175, 55, 0.2); border-bottom-color: #d4af37; color: #fff; transform: translateY(-2px); } /* Main Content */ .main-content { background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%); padding: 40px 0; } .content-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Product Header */ .product-header { width: 100%; margin-bottom: 40px; padding: 30px; background: linear-gradient(135deg, #111111 0%, #222222 100%); border-radius: 20px; border: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); text-align: center; } .product-title { color: #f5f5dc; font-size: 22px; font-weight: 600; line-height: 1.5; font-family: 'Playfair Display', serif; text-align: center; } /* Product Image Section */ .product-image-section { text-align: center; margin-bottom: 50px; padding: 40px; background: linear-gradient(135deg, #111111 0%, #222222 100%); border-radius: 25px; border: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); } .main-product-image { width: 450px; height: 450px; background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%); border-radius: 20px; margin: 0 auto 30px; display: flex; align-items: center; justify-content: center; position: relative; box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2); } .main-product-image img { max-width: 100%; max-height: 100%; object-fit: contain; } .image-placeholder { color: #d4af37; font-size: 20px; text-align: center; } /* Product Image Section */ .product-image-section { text-align: center; margin-bottom: 50px; padding: 40px; background: linear-gradient(135deg, #111111 0%, #222222 100%); border-radius: 25px; border: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4); } /* Main Image Container */ .main-product-image { width: 450px; height: 450px; background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%); border-radius: 20px; margin: 0 auto 30px; display: flex; align-items: center; justify-content: center; position: relative; box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2); overflow: hidden; } /* Hide all images by default */ .main-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity 0.3s ease; display: none; } /* Show the first image by default */ #main-img-1:checked~.main-product-image .img-1, #main-img-2:checked~.main-product-image .img-2, #main-img-3:checked~.main-product-image .img-3, #main-img-4:checked~.main-product-image .img-4, #main-img-5:checked~.main-product-image .img-5 { opacity: 1; display: block; } /* Default first image shown */ .main-img.img-1 { opacity: 1; } /* Radio buttons (hidden) */ input[type="radio"][name="main-img"] { display: none; } /* Thumbnail Images */ .thumbnail-container { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; } .thumbnail { width: 70px; height: 70px; background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%); border: 2px solid rgba(212, 175, 55, 0.3); border-radius: 10px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); overflow: hidden; display: flex; align-items: center; justify-content: center; } .thumbnail img { width: 100%; height: 100%; object-fit: contain; } .thumbnail:hover { border-color: #d4af37; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3); } /* Active thumbnail styles */ #main-img-1:checked~.thumbnail-container label[for="main-img-1"], #main-img-2:checked~.thumbnail-container label[for="main-img-2"], #main-img-3:checked~.thumbnail-container label[for="main-img-3"], #main-img-4:checked~.thumbnail-container label[for="main-img-4"], #main-img-5:checked~.thumbnail-container label[for="main-img-5"] { border-color: #d4af37; border-width: 3px; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4); } /* Action Buttons */ .action-buttons { display: flex; justify-content: center; gap: 25px; margin-bottom: 50px; flex-wrap: wrap; } .action-btn { padding: 15px 35px; border: 2px solid #d4af37; background: linear-gradient(135deg, transparent 0%, rgba(212, 175, 55, 0.1) 100%); color: #d4af37; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; border-radius: 30px; box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2); } .action-btn:hover { background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%); color: #0a3d2e; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4); } /* Bottom Content Section */ .bottom-content { display: grid; gap: 50px; margin-bottom: 40px; } /* Product Description */ .description-section { background: linear-gradient(135deg, #111111 0%, #222222 100%); padding: 35px; border-radius: 20px; border: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4); } .description-section h3 { color: #d4af37; font-size: 20px; font-weight: 600; margin-bottom: 20px; padding-left: 20px; border-left: 4px solid #d4af37; font-family: 'Playfair Display', serif; } .description-text { color: #ccc; font-size: 15px; line-height: 1.8; margin-bottom: 20px; } /* Specifications */ .specifications-section { background: linear-gradient(135deg, #111111 0%, #222222 100%); padding: 35px; border-radius: 20px; border: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4); margin-top: 30px; } .specifications-section h3 { color: #d4af37; font-size: 20px; font-weight: 600; margin-bottom: 25px; padding-left: 20px; border-left: 4px solid #d4af37; font-family: 'Playfair Display', serif; } .spec-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; } .spec-item { display: flex; flex-direction: column; gap: 8px; padding: 15px; background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); border-radius: 10px; border: 1px solid rgba(212, 175, 55, 0.2); transition: all 0.3s ease; } .spec-item:hover { border-color: #d4af37; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2); } .spec-label { color: #d4af37; font-size: 14px; font-weight: 600; font-family: 'Playfair Display', serif; } .spec-value { color: #f5f5dc; font-size: 14px; font-weight: 500; } /* Accordion Styles */ .accordion { width: 100%; border-radius: 10px; overflow: hidden; background: transparent; } .accordion-item { border-bottom: 1px solid #333; background: linear-gradient(135deg, #181818 0%, #232323 100%); } .accordion-item:last-child { border-bottom: none; } .accordion-item input[type="checkbox"] { display: none; } .accordion label { display: block; padding: 18px 22px; cursor: pointer; color: #d4af37; font-size: 18px; font-weight: 600; font-family: 'Playfair Display', serif; background: none; transition: background 0.2s; position: relative; } .accordion label::after { content: '\f078'; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; right: 22px; top: 50%; transform: translateY(-50%) rotate(0deg); transition: transform 0.3s; font-size: 14px; } .accordion-item input[type="checkbox"]:checked+label::after { transform: translateY(-50%) rotate(180deg); } .accordion .content { max-height: 0; overflow: hidden; background: #232323; color: #eee; padding: 0 22px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s; } .accordion-item input[type="checkbox"]:checked~.content { max-height: none; padding: 18px 22px; transition: none; } .accordion .content p, .accordion .content h3 { margin-bottom: 12px; } .accordion .content h3 { color: #d4af37; font-size: 17px; font-family: 'Playfair Display', serif; margin-top: 0; } /* Features Section */ .features-section { background: linear-gradient(135deg, #111111 0%, #222222 100%); padding: 30px 0; border-bottom: 1px solid rgba(212, 175, 55, 0.2); } .features-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; padding: 0 20px; } .feature-box { display: flex; align-items: center; gap: 18px; padding: 25px; background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); border-radius: 15px; border: 1px solid rgba(212, 175, 55, 0.3); transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .feature-box:hover { transform: translateY(-5px); border-color: #d4af37; box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2); } .feature-icon { width: 55px; height: 55px; background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #0a3d2e; box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); } .feature-content h4 { color: #d4af37; font-size: 15px; font-weight: 600; margin-bottom: 8px; font-family: 'Playfair Display', serif; } .feature-content p { color: #ccc; font-size: 13px; line-height: 1.5; } /* Category Section */ .category-section { width: 100vw; position: relative; align-items: center; justify-content: center; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background: inherit; padding: 0; } .category-section>.container { max-width: 100vw; width: 100vw; margin: 0; padding: 0 0 30px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } .category-section h3 { margin-top: 50px; margin-bottom: 30px; text-align: center; } .category-container { display: flex; flex-wrap: nowrap; gap: 28px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; scrollbar-color: #d4af37 #232323; width: 100vw; margin: 0; padding-left: 10px; padding-right: 10px; justify-content: center; } .category { min-width: 220px; min-height: 200px; flex: 0 0 auto; background: linear-gradient(135deg, #181818 0%, #232323 100%); border-radius: 12px; border: 1px solid rgba(212, 175, 55, 0.2); text-align: center; padding: 18px 10px 10px 10px; transition: box-shadow 0.2s, border 0.2s; } .category-img-box img { width: 100%; height: 110px; object-fit: contain; border-radius: 8px; background: #222; margin-bottom: 10px; } .category p { color: #d4af37; font-size: 15px; font-weight: 600; margin: 0; font-family: 'Playfair Display', serif; } .category-container::-webkit-scrollbar { height: 8px; } .category-container::-webkit-scrollbar-thumb { background: #d4af37; border-radius: 4px; } .category-container::-webkit-scrollbar-track { background: #232323; border-radius: 4px; } /* Responsive Styles */ @media (max-width: 1200px) { .content-container, .features-container { max-width: 100vw; padding: 0 10px; } .features-container { grid-template-columns: repeat(2, 1fr); } .spec-grid { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 900px) { .banner-flex { flex-direction: column; gap: 10px; align-items: flex-start; } .banner-right .nav-menu { gap: 18px; flex-wrap: wrap; justify-content: flex-start; } .features-container { grid-template-columns: 1fr; gap: 18px; } .main-product-image { width: 320px; height: 320px; } .product-image-section { padding: 20px; } } @media (max-width: 768px) { .header-content { flex-direction: column; gap: 20px; padding: 18px; } .nav-menu { gap: 20px; flex-wrap: wrap; justify-content: center; } .features-container { grid-template-columns: 1fr; gap: 18px; } .product-header { flex-direction: column; gap: 20px; padding: 18px; } .main-product-image { width: 220px; height: 220px; } .bottom-content { grid-template-columns: 1fr; gap: 30px; } .action-buttons { flex-direction: column; align-items: center; gap: 15px; } .spec-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .category-section>.container { padding: 0 0 20px 0; } .category-container { gap: 12px; padding-left: 5px; padding-right: 5px; } .category { min-width: 130px; max-width: 140px; padding: 12px 5px 8px 5px; } .category-img-box img { height: 70px; } .banner-flex { flex-direction: column; align-items: flex-start; gap: 8px; padding: 10px 8px; } .banner-left, .banner-right { width: 100%; text-align: left; } .banner-right .nav-menu { gap: 12px; flex-wrap: wrap; justify-content: flex-start; } .spec-grid { grid-template-columns: 1fr !important; gap: 10px; } } @media (max-width: 480px) { .logo-text { font-size: 18px; } .product-title { font-size: 16px; } .main-product-image { width: 140px; height: 140px; } .description-section, .specifications-section { padding: 12px; border-radius: 10px; } .features-section { padding: 15px 0; } .feature-box { padding: 12px; border-radius: 8px; gap: 10px; } .feature-icon { width: 38px; height: 38px; font-size: 16px; } .category-section h3 { font-size: 16px; margin-top: 20px; margin-bottom: 15px; } .category { min-width: 90px; max-width: 100px; padding: 8px 2px 6px 2px; border-radius: 8px; } .category-img-box img { height: 40px; border-radius: 4px; } .spec-label, .spec-value { font-size: 11px; } .accordion label { font-size: 14px; padding: 10px 8px; } .accordion .content { padding: 0 8px; } .accordion-item input[type="checkbox"]:checked~.content { padding: 10px 8px; } .banner-flex { padding: 8px 4px; } .specifications-section { padding: 10px; } } Welcome to Jewelry Collections by Pansari Jewels Home About Us Contact Us PANSARI JEWELS Certified Natural Ruby 555ct Pearl Natural Diamond Bead Necklace 18k Gold Set PRODUCT DESCRIPTION Indulge in the timeless elegance of the Certified Natural Ruby Nugget Pearl Diamond Bead Statement Necklace, an exquisite piece that epitomizes artisanal craftsmanship and sophisticated design. Meticulously crafted in India, this vintage treasure showcases a stunning 555-carat natural ruby, highlighted by its cabochon shape which exudes a rich, pink hue that is unmistakably captivating. Complemented by lustrous pearls and diamond beads, the necklace is set in 18k yellow gold, reflecting a radiant glow that elevates its luxurious essence. PANSARI JEWELS, a name synonymous with high-quality fine jewelry, presents this statement piece with an asymmetrical pendant design, perfect for the discerning woman who appreciates nature-inspired themes and distinctive jewelry. This certified piece is not only a testament to its authenticity but also a celebration of unparalleled beauty and craftsmanship. LINE - 1 /CTS 555.50 TOTAL NECKLACE WEIGHT RUBY WIRED WITH DIAMOND BEADS PEARL IN 18K YELLOW GOLD CERTIFIED BY LAB FRESH WATER PEARL USED SIZES OF THE RUBY BEADS ARE FROM 36 MM TO 10 MM INNER LENGTH OF THE NECKLACE IS 20 INCHES SIZE OF THE DIAMONDS BEADS:- 15MM X 11MM X 6MM SPARKLING NATURAL DIAMOND SETTED IN 925 STERLING SILVER BEADS FRONT TASSLE - 6.5 INCHES BACK TASSLE - 2 INCHES EARRING LENGTH - 3 INCHES ALL NATURAL STONES Specifications Pendant Shape Asymmetrical Main Stone Color Pink Metal Yellow Gold Secondary Stone Pearl Jewelry Department Fine Necklace Length 20 in Vintage Yes Main Stone Ruby Main Stone Treatment Not Enhanced Department Women Main Stone Shape Cabochon Base Metal Gold Style Statement Number of Gemstones 1 Main Stone Creation Natural Cut Grade Excellent Color Gold Material Stone Total Carat Weight 555 Certification yes Diamond Clarity Grade unknown Setting Style unknown Brand PANSARI JEWELS Type Necklace Metal Purity 18k Colored Diamond Intensity unknown Diamond Color Grade unknown Theme Nature Country/Region of Manufacture India Country of Origin India Handling in 1-2 Days Shipped within 1-2 Days 30 Days Return Policy Easy 30 day return policy Online Support Have a question? Just contact our support team 100% Buyer Satisfaction Checkout safely with peace of mind Committed to a pleasant shopping and shipping experience About Pansari Jewels Pansari Jewels – Shine with Authentic Luxury! Pansari Jewels proudly introduces itself as a seventh-generation jeweller with a rich legacy in the world of fine jewellery. With deep-rooted experience passed down through generations, we specialize in the manufacturing, wholesaling, and exporting of all types of natural precious and semi-precious stones, as well as exquisite jewellery pieces. Our name has become synonymous with uncompromising quality and craftsmanship. At Pansari Jewels, we are committed to offering only the finest gemstones and jewellery, continuing a tradition that blends heritage, expertise, and a passion for excellence. Shipping Policy Description Shipping Information We ship worldwide using trusted courier services such as FedEx, UPS, Aramex, DHL Express, India Post, and others. Orders are dispatched within 1 working day after payment is received. Delivery typically takes 6–7 working days from the date of dispatch, depending on the destination. International Buyers – Please Note Import duties, taxes, and charges are not included in the item price or shipping cost. These additional charges are the buyer’s responsibility. We recommend checking with your country’s customs office prior to purchasing to understand any applicable import fees. Return Policy Description Hassle-Free 30-Day Return Policy Every piece of jewellery and gemstones is tested by our team of experts and experienced artisans to ensure maximum satisfaction for our valued customers. Customer satisfaction is our primary goal. We will ship the merchandise only after completing a thorough quality check. If you are not satisfied with your purchase, simply contact us within 30 days of receiving the product, and we will refund the amount after receiving the product back. Return shipping will be borne by the buyer. The product should be unused and in the same condition as received. Before returning the goods, please contact us for the necessary documents required to be submitted with the return cargo. Similar category FINE EARRINGS FINE RING GEMSTONES STATUES & ARTICLES FINE SEMI PRECIOUS BEADS FINE ANTIQUE JADAU SET/PENDANT Condition: New with packaging. Category: Jewelry & Watches › Vintage & Antique Jewelry › Necklaces & Pendants. Brand: PANSARI JEWELS.
Additional views from the marketplace listing for Certified Natural Ruby 555ct Pearl Natural Diamond Bead Necklace 18k Gold Set.














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 Certified Natural Ruby 555ct Pearl Natural Diamond Bead Necklace 18k Gold Set.

USD 920.00

USD 39880.00

USD 11820.57

USD 5047.77

USD 51.56

USD 89.06