Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red main product image
Product video preview

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

Gems Jewellery

Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red

USD 38.95

Condition: New with packaging

View on eBay

Description

View Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red with current marketplace pricing, condition, product images and item details. Personalize this jewelry piece with your preferred gemstone. We are happy to accommodate custom gemstone requests whenever possible. diamond Premium Quality. PREMIUM QUALITY. QUALITY INSPECTION. AND MORE. Gems Jewellery - Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red /* --- VARIABLES & RESET --- */ :root { --color-primary: rgb(255, 255, 255); /* Silver/Gray */ --color-secondary: rgb(105, 105, 105); /* Grey replacing Emerald Green */ --color-ternary: rgb(1, 1, 1); /* Black */ --theme-accent: var(--color-secondary); --theme-accent-dark: rgb(75, 75, 75); --theme-accent-light: rgba(105, 105, 105, 0.12); --specs-line-color: rgb(191,191,191); --text-dark: var(--color-ternary); --text-light: #444444; --bg-off-white: #fcfdfc; --border-color: rgba(190, 190, 190, 0.4); --border-strong: var(--color-primary); --white: #ffffff; --shadow-soft: 0 15px 40px rgba(190, 190, 190, 0.25); } * { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; } body { background-color: var(--bg-off-white); font-family: "Lato", sans-serif; color: var(--text-dark); line-height: 1.7; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } h1, h2, h3, h4, .serif { font-family: "Playfair Display", serif; font-weight: 600; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } /* --- HEADER & NAV (DARK LUXURY THEME) --- */ .dark-luxury-header { background-color: #000000; width: 100%; border-bottom: 2px solid #222; } .top-nav-bar { background-color: rgb(4,19,56); border-bottom: 1px solid #1a1a1a; padding: 12px 0; } .nav-container { display: flex; justify-content: flex-end; align-items: center; } .top-nav-bar nav ul { list-style: none; display: flex; gap: 35px; margin: 0; padding: 0; } .top-nav-bar nav ul li a { font-family: "Lato", sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #ffffff; text-decoration: none; transition: color 0.3s ease, text-shadow 0.3s ease; } .top-nav-bar nav ul li a:hover { color: #ffffff; text-shadow: 0 0 8px rgba(255,255,255,0.3); } .header-banner-container { display: flex; width: 100%; max-width: 1200px; margin: 0 auto; min-height: 280px; } .banner-left { flex: 0 0 32%; background-color: #000000; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 10px; } .banner-logo-wrapper { border-radius: 6px; box-shadow: 0 4px 15px rgba(255,255,255,0.05); } .banner-logo-wrapper img { height: 300px; width: auto; display: block; } .logo-sub { color: #ffffff; font-family: "Playfair Display", serif; font-size: 15px; letter-spacing: 3px; text-transform: uppercase; } .banner-right { flex: 0 0 68%; background-color: #080808; background-image: radial-gradient(#222 1px, transparent 1px); background-size: 4px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 10px; text-align: center; } .banner-title { color: #ffffff; font-family: "Playfair Display", serif; font-size: 44px; letter-spacing: 2px; margin-bottom: 8px; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); font-weight: 600; } .banner-subtitle { color: #ffffff; font-family: "Playfair Display", serif; font-size: 18px; letter-spacing: 4px; margin-bottom: 20px; font-weight: 400; } .banner-divider { display: flex; align-items: center; width: 85%; margin-bottom: 20px; } .banner-divider-line { flex-grow: 1; height: 1px; background: linear-gradient(90deg, rgba(150,150,150,0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%); } .banner-divider-icons { display: flex; align-items: center; gap: 6px; padding: 0 15px; } .bd-diamond { transform: rotate(45deg); } .bd-diamond.outline { width: 8px; height: 8px; border: 1px solid #ffffff; } .bd-diamond.small-filled { width: 5px; height: 5px; background-color: #ffffff; } .bd-diamond.large-outline { width: 14px; height: 14px; border: 1px solid #ffffff; display: flex; align-items: center; justify-content: center; } .bd-diamond-inner { width: 6px; height: 6px; background-color: #ffffff; } .banner-features-top, .banner-features-bottom { display: flex; justify-content: space-around; width: 90%; font-family: "Playfair Display", serif; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; } .banner-features-top { color: #ffffff; margin-bottom: 35px; } .banner-features-bottom { width: 100%; color: #ffffff; } .feature-col { display: flex; flex-direction: column; align-items: center; line-height: 1.5; } @media screen and (max-width: 992px) { .header-banner-container { flex-direction: column; } .banner-left { border-right: none; padding: 30px 15px; } .banner-logo-wrapper img { height: 180px; margin: 0 auto; } .banner-right { padding: 30px 15px; } .banner-title { font-size: 32px; text-align: center; } .banner-subtitle { font-size: 14px; text-align: center; } .banner-features-top, .banner-features-bottom { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; width: 100%; align-items: start; } .banner-features-top { margin-bottom: 25px; } .banner-features-top span { text-align: center; display: flex; align-items: center; justify-content: center; height: 100%; } .feature-col { text-align: center; width: 100%; } .nav-container { justify-content: center; } } @media screen and (max-width: 600px) { .banner-left { padding: 20px 10px; } .banner-logo-wrapper img { height: 130px; } .banner-right { padding: 25px 5px; } .banner-title { font-size: 24px; margin-bottom: 8px; letter-spacing: 1px; } .banner-subtitle { font-size: 10px; letter-spacing: 1px; margin-bottom: 15px; } .banner-divider { width: 100%; margin-bottom: 15px; } .banner-divider-icons { padding: 0 5px; } .bd-diamond.large-outline { width: 10px; height: 10px; } .bd-diamond-inner { width: 4px; height: 4px; } .bd-diamond.outline { width: 6px; height: 6px; } .banner-features-top { margin-bottom: 15px; } .banner-features-top, .banner-features-bottom { font-size: 8px; letter-spacing: 0.5px; gap: 5px; } } /* --- PRODUCT LAYOUT SECTION --- */ .product-section { padding: 20px 0; background-color: var(--bg-off-white); } .product-main-container { background: var(--white); border-radius: 24px; box-shadow: var(--shadow-soft); padding: 40px; border: 1px solid var(--border-color); animation: fadeIn 0.8s ease-out; } /* Product Info Header */ .product-info-header { text-align: center; max-width: 800px; margin: 0 auto 30px; } .brand-tag { color: var(--theme-accent); font-size: 12px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 10px; display: block; font-weight: 700; } .product-title { font-size: 36px; line-height: 1.3; margin-bottom: 20px; color: var(--text-dark); } .divider-center { width: 60px; height: 3px; background-color: var(--theme-accent); margin: 0 auto 25px; } .product-desc-text { color: var(--text-light); font-size: 16px; line-height: 1.8; margin-bottom: 30px; } .key-features-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 40px; } .key-features-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-dark); background: var(--theme-accent-light); padding: 10px 20px; border-radius: 50px; border: 1px solid rgba(105, 105, 105, 0.1); } .key-features-list .material-symbols-rounded { color: var(--theme-accent-dark); font-size: 20px; } .visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /* --- SIDE-BY-SIDE GRID LAYOUT --- */ .photo-specs-layout { display: flex; gap: 30px; align-items: stretch; /* Stretch so columns match */ width: 100%; } .photo-specs-left, .photo-specs-right { flex: 1; width: 50%; display: flex; flex-direction: column; gap: 30px; } /* If there's only 1 media file, expand left side */ .photo-specs-layout.single-image .photo-specs-left { width: 100%; flex: none; } .photo-specs-layout.single-image .photo-specs-right { display: none; } /* Universal Image Wrapper */ .grid-img-box { width: 100%; aspect-ratio: 1; /* Keep images perfectly square */ border-radius: 12px; overflow: hidden; border: 1px solid var(--border-color); background: var(--bg-off-white); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); position: relative; } .grid-img-box img, .grid-img-box video { width: 100%; height: 100%; object-fit: contain; /* Prevents cutting off jewelry pieces */ } /* Specs Table UI Container */ .grid-specs-box { width: 100%; display: flex; flex-direction: column; } .specs-table-container { width: 100%; background: transparent; overflow-y: auto; max-height: 500px; padding-right: 8px; } /* Custom Scrollbar for Specs Table */ .specs-table-container::-webkit-scrollbar { width: 5px; } .specs-table-container::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.03); border-radius: 10px; } .specs-table-container::-webkit-scrollbar-thumb { background: rgba(190, 190, 190, 0.5); border-radius: 10px; } .specs-table-container::-webkit-scrollbar-thumb:hover { background: rgba(105, 105, 105, 0.8); } .specs-table { width: 100%; border-collapse: collapse; } .specs-table tr { border-bottom: 2px solid var(--specs-line-color); } .specs-table th { color: #888888; font-weight: 700; font-family: "Lato", sans-serif; font-size: 14px; width: 40%; text-transform: uppercase; text-align: left; padding: 12px 10px 8px 0; vertical-align: bottom; letter-spacing: 0.5px; } .specs-table td { color: #000000; font-weight: 900; font-family: "Lato", sans-serif; font-size: 14px; text-transform: uppercase; text-align: left; padding: 12px 0 8px 10px; vertical-align: bottom; letter-spacing: 0.5px; word-break: break-word; } /* Carousel Overlaying The Grid Box */ .css-carousel { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: transparent; overflow: hidden; } .css-carousel input[type="radio"] { display: none; } .carousel-slides { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s ease; display: flex; align-items: center; justify-content: center; background: var(--white); } .carousel-slide img, .carousel-slide video { width: 100%; height: 100%; object-fit: contain; } .carousel-control { display: none; } .carousel-prev, .carousel-next { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: rgba(255, 255, 255, 0.9); color: var(--text-dark); display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 50%; user-select: none; z-index: 10; transition: all 0.3s ease; font-size: 20px; font-weight: bold; border: 1px solid rgba(190,190,190,0.5); box-shadow: 0 4px 10px rgba(0,0,0,0.1); } .carousel-prev:hover, .carousel-next:hover { background: #eeeeee; transform: translateY(-50%) scale(1.05); } .carousel-prev { left: 10px; } .carousel-next { right: 10px; } .logo-badge img{ background: rgb(4, 19, 56); height: 100px; } /* Carousel Logic Integration dynamically generated for restMedia */ #carousel-0:checked ~ .carousel-slides #slide-0 { opacity: 1; z-index: 2; } #carousel-0:checked ~ .carousel-controls .control-0 { display: block; z-index: 3; } #carousel-1:checked ~ .carousel-slides #slide-1 { opacity: 1; z-index: 2; } #carousel-1:checked ~ .carousel-controls .control-1 { display: block; z-index: 3; } #carousel-2:checked ~ .carousel-slides #slide-2 { opacity: 1; z-index: 2; } #carousel-2:checked ~ .carousel-controls .control-2 { display: block; z-index: 3; } #carousel-3:checked ~ .carousel-slides #slide-3 { opacity: 1; z-index: 2; } #carousel-3:checked ~ .carousel-controls .control-3 { display: block; z-index: 3; } #carousel-4:checked ~ .carousel-slides #slide-4 { opacity: 1; z-index: 2; } #carousel-4:checked ~ .carousel-controls .control-4 { display: block; z-index: 3; } /* Strict Mobile Enforcement -> Maintain Side-By-Side Grid */ @media screen and (max-width: 992px) { .product-main-container { padding: 30px 20px; } .photo-specs-layout { gap: 15px; } .photo-specs-left, .photo-specs-right { gap: 15px; } .specs-table th, .specs-table td { font-size: 11px; padding: 8px 5px 6px 0; } } @media screen and (max-width: 600px) { .product-main-container { padding: 20px 10px; } .product-title { font-size: 24px; } .key-features-list li { font-size: 11px; padding: 6px 12px; } .photo-specs-layout { gap: 10px; } .photo-specs-left, .photo-specs-right { gap: 10px; } .grid-img-box { border-radius: 8px; } .specs-table-container { max-height: 350px; padding-right: 4px; } .specs-table-container::-webkit-scrollbar { width: 3px; } /* Make font tiny to fit side-by-side gracefully */ .specs-table th { font-size: 9px; padding: 5px 2px 5px 0; width: 45%; letter-spacing: 0px; } .specs-table td { font-size: 9px; padding: 5px 0 5px 2px; letter-spacing: 0px; } .carousel-prev, .carousel-next { width: 26px; height: 26px; font-size: 12px; } .carousel-prev { left: 5px; } .carousel-next { right: 5px; } } @media screen and (max-width: 400px) { .specs-table th, .specs-table td { font-size: 7.5px; } .photo-specs-layout { gap: 8px; } .photo-specs-left, .photo-specs-right { gap: 8px; } } /* --- SHIPPING & LOGISTICS SECTION --- */ .shipping-logistics-section { padding: 60px 0; background-color: var(--bg-off-white); } .logistics-card { background: var(--white); border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); padding: 30px; margin-bottom: 30px; border: 1px solid var(--border-color); } .logistics-header { display: flex; align-items: center; justify-content: center; margin-bottom: 40px; } .logistics-line { height: 1px; background-color: var(--theme-accent-dark); flex: 1; max-width: 250px; } .logistics-title { padding: 0 20px; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--theme-accent-dark); display: flex; align-items: center; gap: 12px; letter-spacing: 1px; text-align: center; } .logistics-title::before, .logistics-title::after { content: '✦'; color: #d4af37; font-size: 16px; } .partners-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; } .partners-row::-webkit-scrollbar { height: 4px; } .partners-row::-webkit-scrollbar-track { background: transparent; } .partners-row::-webkit-scrollbar-thumb { background: #dcdcdc; border-radius: 4px; } .partner-logo-box { flex: 1 0 auto; display: flex; justify-content: center; align-items: center; height: 60px; min-width: 90px; } .partner-logo-box svg { max-width: 100%; max-height: 100%; width: auto; height: auto; } .partner-divider { width: 1px; height: 50px; background-color: #e0e0e0; flex-shrink: 0; } .others-courier-box { display: flex; align-items: center; justify-content: center; gap: 12px; min-width: 130px; } .others-text { text-align: left; line-height: 1.2; } .others-text-top { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; color: var(--theme-accent-dark); } .others-text-bottom { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 13px; color: var(--theme-accent-dark); letter-spacing: 1px; } .destination-content { display: flex; align-items: stretch; gap: 30px; } .map-wrapper { flex: 1.2; display: flex; align-items: center; justify-content: center; } .map-wrapper svg { width: 100%; height: auto; } .regions-wrapper { flex: 1.5; display: flex; justify-content: space-between; border-left: 1px solid #e0e0e0; padding-left: 30px; } .region-col { text-align: center; display: flex; flex-direction: column; align-items: center; padding: 0 10px; border-right: 1px solid #f0f0f0; } .region-col:last-child { border-right: none; } .region-globe { width: 45px; height: 45px; margin-bottom: 15px; color: #d4af37; } .region-globe svg { width: 100%; height: 100%; fill: currentColor; } .region-title { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 14px; color: var(--theme-accent-dark); margin-bottom: 20px; min-height: 34px; } .region-list { list-style: none; padding: 0; margin: 0; } .region-list li { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 11px; color: var(--theme-accent-dark); margin-bottom: 12px; } @media screen and (max-width: 992px) { .partners-row { justify-content: flex-start; } .partner-logo-box { min-width: 90px; margin-bottom: 0; } .partner-divider { display: none; } .destination-content { flex-direction: column; } .regions-wrapper { border-left: none; padding-left: 0; border-top: 1px solid #e0e0e0; padding-top: 30px; } } @media screen and (max-width: 600px) { .regions-wrapper { flex-wrap: wrap; justify-content: center; gap: 20px; } .region-col { width: 45%; border-right: none; margin-bottom: 20px; } .region-title { min-height: auto; } } /* --- NEW SIDE-BY-SIDE VISIBLE POLICIES (Matches Image) --- */ .image-style-policy-wrapper { display: flex; gap: 20px; margin-bottom: 20px; } .img-policy-card { flex: 1; background: var(--white); border: 1px solid #e0e0e0; border-radius: 12px; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); } .img-policy-card.shipping { --theme-color: #0b2545; /* Navy Blue */ } .img-policy-card.returns { --theme-color: #125b29; /* Forest Green */ } .img-policy-header { display: flex; align-items: center; gap: 15px; color: var(--theme-color); } .img-policy-header-icon { width: 50px; height: 50px; background: var(--theme-color); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; } .img-policy-header h3 { font-size: 26px; font-weight: 900; margin: 0; letter-spacing: 0.5px; font-family: 'Lato', sans-serif; } .img-policy-divider { display: flex; align-items: center; margin: 20px 0; } .img-policy-divider .line { flex: 1; height: 2px; background: var(--theme-color); } .img-policy-divider .star { margin: 0 10px; color: var(--theme-color); font-size: 20px; } .img-policy-list { list-style: none; padding: 0; margin: 0; } .img-policy-item { display: flex; align-items: flex-start; gap: 18px; padding: 18px 0; border-bottom: 1px solid #f0f0f0; } .img-policy-item:last-child { border-bottom: none; padding-bottom: 0; } .img-policy-item-icon { width: 42px; height: 42px; background: var(--theme-color); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; margin-top: 2px; } .img-policy-item-text h5 { color: var(--theme-color); font-size: 14px; font-weight: 800; margin-bottom: 5px; text-transform: uppercase; font-family: 'Lato', sans-serif; } .img-policy-item-text p { color: #444; font-size: 13px; margin: 0; line-height: 1.5; } /* Badges Row (Bottom) */ .img-badges-row { display: flex; align-items: stretch; justify-content: space-between; background: var(--white); border: 1px solid #e0e0e0; border-radius: 12px; padding: 25px 20px; gap: 15px; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); } .img-badge-item { display: flex; align-items: center; gap: 12px; flex: 1; } .img-badge-icon { width: 40px; height: 40px; background: #0b2545; /* Consistent Navy Blue */ color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; } .img-badge-text h6 { color: #0b2545; font-size: 12px; font-weight: 800; margin-bottom: 3px; text-transform: uppercase; } .img-badge-text p { color: #555; font-size: 11px; margin: 0; line-height: 1.3; } .img-badge-divider { width: 1px; background: #e0e0e0; flex-shrink: 0; } .custom-gemstone-note { padding: 30px; margin-bottom: 30px; background: #fff; border: 1px solid var(--border-color); border-left: 4px solid rgb(4, 19, 56); border-radius: 10px; font-weight: 900; color: var(--text-dark); font-size: 15px; line-height: 1.7; text-align: center; box-shadow: var(--shadow-soft); } /* Mobile Responsive Stack - Replaces accordions to stay fully visible */ @media (max-width: 992px) { .image-style-policy-wrapper { flex-direction: column; } .img-badges-row { flex-wrap: wrap; justify-content: center; } .img-badge-divider { display: none; } .img-badge-item { min-width: 45%; margin-bottom: 15px; } } @media (max-width: 600px) { .img-policy-card { padding: 25px 15px; } .img-policy-header h3 { font-size: 22px; } .img-badge-item { min-width: 100%; margin-bottom: 15px; } } .image-banner { width: 100%; background-color: #000000; display: flex; justify-content: center; } .image-banner img { width: 100%; height: auto; display: block; } /* --- FOOTER --- */ footer { background: var(--white); color: var(--text-dark); padding: 60px 0 40px; text-align: center; border-top: 1px solid var(--border-color); } footer p.tagline { color: var(--text-light); font-size: 15px; max-width: 500px; margin: 0 auto 30px; font-style: italic; } .footer-bottom { text-align: center; padding: 20px 0; font-size: 12px; color: #888888; border-top: 1px solid var(--border-color); background: var(--bg-off-white); } .footer-bottom p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px; } Home About Us Contact Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red diamond Premium Quality auto_awesome Elegant Design card_giftcard Perfect Gift Item Specifications Item Width 9 MM Plating RHODIUM Metal Weight 1.94 GM Main Stone GARNIET Style Earrings Hardness 6.5 - 7.5 Main Stone Treatment Untreated Base Metal Sterling Silver Metal Purity 925 STERLING SILVER ❮ ❯ ❮ ❯ ❮ ❯ ❮ ❯ ❮ ❯ Personalize this jewelry piece with your preferred gemstone. We are happy to accommodate custom gemstone requests whenever possible. Please contact us for available options and details. handshake SHIPPING PARTNERS handshake OTHERS COURIER explore SHIPPING DESTINATION explore ASIA THAILAND SINGAPORE INDIA MALAYSIA HONG KONG AND MORE... NORTH AMERICA UNITED STATES CANADA MEXICO AND MORE... EUROPE (WEST) UNITED KINGDOM GERMANY FRANCE ITALY SPAIN AND MORE... EUROPE (EAST) SWEDEN NORWAY FINLAND UAE AND MORE... credit_card PAYMENT OPTIONS credit_card discover inventory_2 SHIPPING POLICY ✦ calendar_month COMBINED SHIPPING Combined shipping options may apply where available for eligible items. shopping_cart ORDER INFORMATION Please add items to your cart before checkout to receive available shipping discounts. scale SHIPPING WEIGHT NOTICE Items exceeding shipping weight limits may not qualify for combined shipping. local_shipping HANDLING TIME We usually process and ship orders within 3-5 business days after payment confirmation, excluding weekends and holidays. language SHIPPING DESTINATIONS We ship worldwide. Delivery times may vary depending on destination. request_quote TAXES & IMPORT DUTIES Import duties, taxes, and customs charges (if applicable) are the buyer's responsibility. inventory_2 RETURN & SUPPORT ✦ chat CUSTOMER SUPPORT Feel free to reach out if you have any questions about your order. We are here to help. keyboard_return RETURNS Returns are accepted according to our store return policy. Items should be returned in original condition. mail COMMUNICATION Clear communication helps us assist you faster and better. verified_user CUSTOMER COMMITMENT We are committed to providing excellent customer service. search QUALITY INSPECTION All jewelry is carefully inspected before shipping to ensure quality. redeem SECURE PACKAGING Each piece is carefully packaged with protective materials to ensure safe delivery. workspace_premium PREMIUM QUALITY Carefully crafted with attention to detail. inventory_2 SECURE PACKAGING Each item is carefully packaged to ensure safe delivery. shield TRUSTED SERVICE Dedicated to quality service and customer satisfaction. headset_mic DEDICATED SUPPORT We are committed to providing excellent customer service. language WORLDWIDE SHIPPING We ship worldwide with care and reliability. "Inspired by Thailand. Designed for timeless beauty." Powered By MergeKart | Global Listing & Cross-listing Platform | Order Management | Smart Search | Inventory Management | Price Management | Scrapping Condition: New with packaging. Category: Jewelry & Watches › Fine Jewelry › Earrings. Brand: Gems Jewellery.

Main Stone
GARNIET
Metal
Silver
Metal Purity
925 STERLING SILVER
Style
Earrings
Type
Earrings
Main Stone Color
Deep Red
Color
Deep Red
Main Stone Shape
ROUND
Main Stone Creation
Natural
Number of Gemstones
2
Shape
Round
Item Diameter
19mm
Main Stone Width
9mm
Unit Type
Jewelry & Watches:Fine Jewelry:Earrings
Brand
Gems Jewellery
Country of Origin
Africa
Category
Earrings
Department
Women
Base Metal
Sterling Silver
Plating
RHODIUM
Main Stone Size
6.00 MM
Main Stone Treatment
Untreated
Main Stone Clarity
Eye-clean
Hardness
6.5 - 7.5
Luster
Vitreous
Metal Weight
1.94 GM
Item Width
9 MM
Item Length
19 MM
Total Weight
2.38 GM
Color Code
SL+UV
SKU
EF533GRNE

Product details in pictures

Additional views from the marketplace listing for Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red.

Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red detailed image 1Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red detailed image 2Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red detailed image 3Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red detailed image 4Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red detailed image 5Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red detailed image 6

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.

Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 1
Style 1
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 2
Style 2
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 3
Style 3
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 4
Style 4
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 5
Style 5
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 6
Style 6
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 7
Style 7
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 8
Style 8
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 9
Style 9
Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red similar visual style 10
Style 10

Related products

Related marketplace listings for Natural Garnet Gemstone 925 Sterling Silver 19x9mm Round Earrings Deep Red.