{"title":"Under $5000","description":"","products":[{"product_id":"14k-yellow-gold-round-natural-diamond-dog-tag-mens-charm-pendant","title":"14K Solid Yellow Gold Round Diamond Dog Tag Men's Charm Pendant","description":"\u003cp\u003eThis 14K yellow gold pendant features a round dog tag design expertly adorned with natural diamonds, combining classic style with a refined masculine edge. Crafted for durability and elegance, it offers a timeless accessory that enhances any outfit while showcasing quality craftsmanship and genuine gemstones. Ideal for adding a sophisticated statement to your jewelry collection.\u003c\/p\u003e","brand":"My Store","offers":[{"title":"Natural","offer_id":41622574530663,"sku":"PEN061N-1","price":4497.75,"currency_code":"USD","in_stock":true},{"title":"Lab Grown","offer_id":41622574563431,"sku":"PEN061N-2","price":3100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC00909.jpg?v=1755709514"},{"product_id":"flower-clover-earrings","title":"Flower Clover Earrings","description":"\u003cp\u003eThese stunning Flower Clover Earrings showcase a graceful four-petal design crafted in 14k yellow gold. Each earring features a prominent center diamond surrounded by a harmonious arrangement of natural diamonds that form the delicate petals, totaling 2.6 carats of genuine gemstones. The warm glow of yellow gold complements the brilliant sparkle of the diamonds, creating an elegant botanical-inspired piece. Perfect for those seeking a sophisticated accessory that blends natural beauty with fine jewelry craftsmanship.\u003c\/p\u003e","brand":"FRADIA","offers":[{"title":"Default Title","offer_id":41807236202599,"sku":"EAR0121","price":3099.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC03728.jpg?v=1778172062"},{"product_id":"flower-earrings","title":"Flower Clover Earrings","description":"\u003cstyle\u003e\n  .item-specifics {\n    font-family: 'Georgia', serif;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .item-specifics h2 {\n    font-size: 16px;\n    font-weight: bold;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #8B6914;\n    border-bottom: 1px solid #c9a84c;\n    padding-bottom: 8px;\n    margin-bottom: 0;\n  }\n\n  .specs-top-bar {\n    height: 3px;\n    background: linear-gradient(to right, #c9a84c, #f0d080, #c9a84c);\n    margin-bottom: 0;\n  }\n\n  .item-specifics table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .item-specifics td {\n    padding: 5px 8px;\n    font-size: 12px;\n    width: 50%;\n    border: 1px solid #d6cfc8;\n    vertical-align: middle;\n  }\n\n  .item-specifics tr:nth-child(odd) {\n    background-color: #F8F6F5;\n  }\n\n  .item-specifics tr:nth-child(even) {\n    background-color: #1e3a2f;\n  }\n\n  .item-specifics tr:nth-child(odd) .label {\n    color: #8B6914;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-size: 10px;\n  }\n\n  .item-specifics tr:nth-child(even) .label {\n    color: #c9a84c;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-size: 10px;\n  }\n\n  .item-specifics tr:nth-child(odd) .value {\n    color: #000000;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .item-specifics tr:nth-child(even) .value {\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"item-specifics\"\u003e\n  \u003ch2\u003e✦ Item Specifics\u003c\/h2\u003e\n  \u003cdiv class=\"specs-top-bar\"\u003e\u003c\/div\u003e\n  \u003ctable id=\"specs-table\"\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\n\n\n\n\n\n\n\u003cscript\u003e\n  \/\/ ✏️ EDIT YOUR DATA HERE\n  const specs = [\n\n    { label: \"Condition\",                              \tvalue: \"New with packaging\"\t},\n    { label: \"Brand\",                                 \tvalue: \"FRADIA\"\t                       },\n    { label: \"Type\",                                         value: \"Earrings\"\t            },\n    { label: \"Style\",                                   \tvalue: \"Screwbacks\"\t},\n    { label: \"Weight\",                                       value: \"10 grams\"                       },\n    { label: \"Metal\",                                   \tvalue: \"Yellow Gold\"\t                        },\n    { label: \"Metal Purity\",                        \tvalue: \"14k\"\t                                    },\n    { label: \"Main Stone\",                         \tvalue: \"Sapphire\"\t                        },\n    { label: \"Sapphire\",                             \tvalue: \"Natural\"\t                        },\n    { label: \"Sapphire Shape\",                  \tvalue: \"Round\"                                 },\n    { label: \"Sapphire Cut\",                       \tvalue: \"Excellent\"                            },\n    { label: \"Sapphire Total Carat Weight\",  value: \"0.5ct\"                 },\n    { label: \"Secondary Stone\",                     value: \"Diamond\"                            },\n    { label: \"Diamond\",                             \tvalue: \"Natural\"                                },\n    { label: \"Diamond Shape\",                  \tvalue: \"Round\"                                 },\n    { label: \"Diamond Cut\",                       \tvalue: \"Excellent\"                            },\n    { label: \"Diamond Color\",                   \tvalue: \"G-H\"                                     },\n    { label: \"Diamond Clarity\",                 \tvalue: \"SI1\"                                         },\n    { label: \"Diamond Total Carat Weight\",  value: \"2.1ct Diamond\"                 },\n  ];\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst table = document.getElementById(\"specs-table\");\n  specs.forEach(item =\u003e {\n    const row = table.insertRow();\n    row.innerHTML = `\n      \u003ctd class=\"label\"\u003e${item.label}\u003c\/td\u003e\n      \u003ctd class=\"value\"\u003e${item.value}\u003c\/td\u003e\n    `;\n  });\n\u003c\/script\u003e\n\n\n","brand":"FRADIA","offers":[{"title":"Default Title","offer_id":41847057907815,"sku":"EAR032","price":3099.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC03914.jpg?v=1778172996"},{"product_id":"5-1ct-oval-brilliant-igi-certified-lab-diamond-solitaire-ring-in-14k-yellow-gold","title":"5.1ct Oval Brilliant IGI Certified Lab Diamond Solitaire Ring in 14K Yellow Gold","description":"\u003cp\u003eStunning 5.1 carat oval brilliant lab-created diamond in E color and VS1 clarity takes center stage in this elegant solitaire ring. The oval brilliant cut maximizes sparkle and light performance. IGI certified for authenticity and quality, the center stone is complemented by 24 sparkling diamonds set along the shank, adding 1.4 carats of brilliance. Crafted in lustrous 14K yellow gold, this ring combines timeless sophistication with modern luxury. Total diamond weight reaches 6.5 carats. Sized at 6 for a perfect fit.\u003cbr\u003e\u003c\/p\u003e","brand":"FRADIA","offers":[{"title":"Default Title","offer_id":42311501021287,"sku":"RIN0790","price":4199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC03345_01.jpg?v=1775160906"},{"product_id":"princess-cut-diamond-tennis-bracelet","title":"Princess Cut Diamond Tennis Bracelet","description":"A timeless statement piece that captures light with every movement. This 14K yellow gold tennis bracelet features 60-65 princess-cut lab diamonds (10.8ct total, D\/VS1 clarity) in a continuous line of refined elegance. The 3mm width and 8-inch length create a balanced, wearable luxury that transitions seamlessly from everyday sophistication to special occasions. Secured with a reliable box closure, this American-made bracelet embodies the premium craftsmanship and dark luxury aesthetic that defines Fradia. Perfect for engagements, anniversaries, weddings, or as a gift that speaks to enduring beauty and timeless style.","brand":"FRADIA","offers":[{"title":"Default Title","offer_id":43286415605863,"sku":"BRA0786","price":4999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC03258.jpg?v=1777316354"},{"product_id":"flower-clover-earrings-1","title":"Flower Clover Earrings","description":"","brand":"FRADIA","offers":[{"title":"Default Title","offer_id":43440454140007,"sku":"EAR0122","price":3099.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC03582.jpg?v=1777493603"},{"product_id":"montre-anneau-ring","title":"Montre-Anneau | 14k Gold Wrist Watch Ring","description":"\u003cstyle\u003e\n  .item-specifics {\n    font-family: 'Georgia', serif;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .item-specifics h2 {\n    font-size: 16px;\n    font-weight: bold;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #8B6914;\n    border-bottom: 1px solid #c9a84c;\n    padding-bottom: 8px;\n    margin-bottom: 0;\n  }\n\n  .specs-top-bar {\n    height: 3px;\n    background: linear-gradient(to right, #c9a84c, #f0d080, #c9a84c);\n    margin-bottom: 0;\n  }\n\n  .item-specifics table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .item-specifics td {\n    padding: 5px 8px;\n    font-size: 12px;\n    width: 50%;\n    border: 1px solid #d6cfc8;\n    vertical-align: middle;\n  }\n\n  .item-specifics tr:nth-child(odd) {\n    background-color: #F8F6F5;\n  }\n\n  .item-specifics tr:nth-child(even) {\n    background-color: #1e3a2f;\n  }\n\n  .item-specifics tr:nth-child(odd) .label {\n    color: #8B6914;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-size: 10px;\n  }\n\n  .item-specifics tr:nth-child(even) .label {\n    color: #c9a84c;\n    font-weight: 900;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    font-size: 10px;\n  }\n\n  .item-specifics tr:nth-child(odd) .value {\n    color: #000000;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .item-specifics tr:nth-child(even) .value {\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"item-specifics\"\u003e\n  \u003ch2\u003e✦ Item Specifics\u003c\/h2\u003e\n  \u003cdiv class=\"specs-top-bar\"\u003e\u003c\/div\u003e\n  \u003ctable id=\"specs-table\"\u003e\u003c\/table\u003e\n\u003c\/div\u003e\n\n\n\n\n\n\n\n\u003cscript\u003e\n  \/\/ ✏️ EDIT YOUR DATA HERE\n  const specs = [\n\n    { label: \"Condition\",                              \tvalue: \"New with packaging\"\t},\n    { label: \"Brand\",                                 \tvalue: \"FRADIA\"\t                       },\n    { label: \"Type\",                                         value: \"Band\"\t            },\n    { label: \"Style\",                                   \tvalue: \"Band with Side Accents\"\t},\n    { label: \"Weight\",                                       value: \"14.0 grams\"                       },\n    { label: \"Metal\",                                   \tvalue: \"Yellow Gold\"\t                        },\n    { label: \"Metal Purity\",                        \tvalue: \"14k\"\t                                    },\n    { label: \"Main Stone\",                         \tvalue: \"Diamond\"\t                        },\n    { label: \"Diamond\",                             \tvalue: \"Natural\"\t                        },\n    { label: \"Diamond Shape\",                  \tvalue: \"Round\"                                 },\n    { label: \"Diamond Cut\",                       \tvalue: \"Excellent\"                            },\n    { label: \"Diamond Color\",                   \tvalue: \"G-H\"                                     },\n    { label: \"Diamond Clarity\",                 \tvalue: \"SI1-SI2\"                                         },\n    { label: \"Diamond Total Carat Weight\",  value: \"1.02ct Diamond\"                 },\n    \n    { label: \"Number of Diamonds\",             value: \"80\"                                        },\n    { label: \"Ring Size\",                                  value: \"10\"                               },    \n  ];\n\n  \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nconst table = document.getElementById(\"specs-table\");\n  specs.forEach(item =\u003e {\n    const row = table.insertRow();\n    row.innerHTML = `\n      \u003ctd class=\"label\"\u003e${item.label}\u003c\/td\u003e\n      \u003ctd class=\"value\"\u003e${item.value}\u003c\/td\u003e\n    `;\n  });\n\u003c\/script\u003e\n\n\n","brand":"FRADIA","offers":[{"title":"Default Title","offer_id":43739485175911,"sku":"RIN0116","price":3099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/4222\/1415\/files\/DSC03810.jpg?v=1778092700"}],"url":"https:\/\/fradialuxury.com\/collections\/under-5001.oembed","provider":"FRADIA","version":"1.0","type":"link"}