{"product_id":"radiant-rectangular-nesting-set","title":"Radiant Rectangular Nesting Set","description":"\u003c!--\n[AI Design Logic]\nProduct Type: 2-in-1 Combination Ring Set\nTarget Audience: Women seeking versatile luxury jewelry for weddings, anniversaries, celebrations, or daily styling\nVisual Style: Elegant, high-end, light luxury\nColor Strategy: Soft champagne and deep charcoal accents to complement the silver-toned luster of the jewelry\nModule Order: Hero -\u003e Feature 1 (2-in-1) -\u003e Feature 2 (Center Stone) -\u003e Feature 3 (Wave Jacket) -\u003e Feature 4 (Occasions) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_1, Feature3=detail_4, Feature4=detail_2\nSpecification Data Source: Image 3 (dimensions and weight extracted cleanly; no specification image placeholder is rendered)\nCompare Section: Not included (no explicit competitor or before\/after comparison source provided in the assets)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n  --primary: #8a7355;\n  --primary-hover: #705d44;\n  --text-main: #222222;\n  --text-sub: #555555;\n  --bg-body: #ffffff;\n  --bg-card: #faf9f6;\n  --bg-soft: #f4f3ef;\n  --radius-md: 8px;\n  --radius-lg: 12px;\n  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n  --border-color: #e5e3de;\n\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 5%;\n  box-sizing: border-box;\n  overflow-wrap: break-word;\n  word-break: break-word;\n  color: var(--text-main);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  background-color: var(--bg-body);\n}\n\n.product-detail-container section {\n  margin-bottom: clamp(2rem, 5vw, 4rem);\n}\n\n\/* Typography Rules *\/\n.product-detail-container h1,\n.product-detail-container .hero-title {\n  font-size: 22px;\n  line-height: 1.3;\n  font-weight: 700;\n  margin: 0 0 12px 0;\n  color: var(--text-main);\n}\n\n.product-detail-container h2,\n.product-detail-container h3,\n.product-detail-container .section-title,\n.product-detail-container .feature-title,\n.product-detail-container .faq-question {\n  font-size: 20px;\n  line-height: 1.4;\n  font-weight: 600;\n  margin: 0 0 16px 0;\n  color: var(--text-main);\n}\n\n.product-detail-container p,\n.product-detail-container li,\n.product-detail-container .hero-subtitle,\n.product-detail-container .feature-description,\n.product-detail-container .spec-value,\n.product-detail-container .faq-answer,\n.product-detail-container .badge,\n.product-detail-container .tag {\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--text-sub);\n  margin: 0 0 16px 0;\n}\n\n\/* Base Image Styles *\/\n.product-detail-container img,\n.product-detail-container .image-placeholder {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: var(--radius-md);\n}\n\n.product-detail-container .image-placeholder {\n  aspect-ratio: 1 \/ 1;\n  background-color: var(--bg-soft);\n  border: 2px dashed var(--border-color);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-sizing: border-box;\n  padding: 20px;\n  text-align: center;\n  font-weight: 500;\n  color: var(--text-sub);\n}\n\n\/* Badge System *\/\n.product-detail-container .badge-container {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 20px;\n}\n\n.product-detail-container .badge {\n  background-color: var(--bg-soft);\n  color: var(--primary);\n  padding: 6px 16px;\n  border-radius: 50px;\n  font-weight: 600;\n  display: inline-block;\n  margin-bottom: 0;\n}\n\n\/* Intro \/ Hero Section *\/\n.product-detail-container .hero-section {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 24px;\n  padding-top: clamp(1.5rem, 4vw, 3rem);\n}\n\n.product-detail-container .hero-copy {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n\/* Features Layout *\/\n.product-detail-container .features-section {\n  display: flex;\n  flex-direction: column;\n  gap: clamp(2rem, 5vw, 4rem);\n}\n\n.product-detail-container .feature-item {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 24px;\n  align-items: center;\n}\n\n.product-detail-container .feature-copy {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.product-detail-container .feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 8px;\n}\n\n.product-detail-container .tag {\n  background-color: var(--bg-card);\n  border: 1px solid var(--border-color);\n  padding: 4px 12px;\n  border-radius: var(--radius-md);\n  margin-bottom: 0;\n  font-weight: 500;\n}\n\n\/* Specifications Table *\/\n.product-detail-container .specifications-section {\n  background-color: var(--bg-card);\n  padding: clamp(1.5rem, 4vw, 3rem);\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--border-color);\n}\n\n.product-detail-container .spec-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.product-detail-container .spec-table tr {\n  border-bottom: 1px solid var(--border-color);\n}\n\n.product-detail-container .spec-table tr:last-child {\n  border-bottom: none;\n}\n\n.product-detail-container .spec-table td {\n  padding: 16px 0;\n  vertical-align: top;\n}\n\n.product-detail-container .spec-property {\n  font-weight: 600;\n  color: var(--text-main);\n  width: 40%;\n}\n\n.product-detail-container .spec-value {\n  margin-bottom: 0;\n}\n\n\/* FAQ Layout *\/\n.product-detail-container .faq-section {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n}\n\n.product-detail-container .faq-item {\n  background-color: var(--bg-card);\n  padding: 24px;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border-color);\n}\n\n.product-detail-container .faq-question {\n  margin-bottom: 8px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n\n.product-detail-container .faq-answer {\n  margin-bottom: 0;\n}\n\n\/* Responsive Lock Queries (No font downsizing) *\/\n@media (min-width: 768px) {\n  .product-detail-container .hero-section {\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(2rem, 4vw, 3rem);\n  }\n\n  .product-detail-container .feature-item {\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  .product-detail-container .feature-item.reverse .feature-media {\n    order: 2;\n  }\n\n  .product-detail-container .feature-item.reverse .feature-copy {\n    order: 1;\n  }\n}\n\n@media (max-width: 767px) {\n  .product-detail-container .feature-item {\n    flex-direction: column;\n  }\n\n  .product-detail-container .feature-media {\n    order: 1 !important;\n  }\n\n  .product-detail-container .feature-copy {\n    order: 2 !important;\n  }\n\n  .product-detail-container .spec-table,\n  .product-detail-container .spec-table tbody,\n  .product-detail-container .spec-table tr {\n    display: block;\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  .product-detail-container .spec-table td {\n    display: grid;\n    grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n    gap: 14px;\n    width: 100%;\n    box-sizing: border-box;\n    padding: 14px 0;\n    align-items: start;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n\n  .product-detail-container .spec-table td::before {\n    content: attr(data-label);\n    display: block;\n    min-width: 0;\n    font-size: 18px;\n    font-weight: 600;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n\n  .product-detail-container .spec-property {\n    display: none;\n  }\n\n  .product-detail-container .spec-table .spec-value {\n    display: block;\n    min-width: 0;\n    max-width: 100%;\n    font-size: 18px;\n    line-height: 1.5;\n    white-space: normal;\n    overflow-wrap: anywhere;\n    word-break: break-word;\n  }\n}\n\n@media (max-width: 420px) {\n  .product-detail-container .spec-table td {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901153734\/0b0a009cae6dc32137b33678f32032e5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003e✨ 2-in-1 Jewelry Set\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003e2-in-1 Radiant Halo Ring Set\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eAn elegant combination of a radiant rectangular center stone ring and a double-layer wave jacket band. Wear them together for a luxurious, wide-profile statement, or style the center ring individually for classic, everyday sophistication.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1: 2-in-1 Nesting Structure --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901153255\/3e4367f20451920a86fa6e2613ac5499.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eVersatile 2-in-1 Styling\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEnjoy the freedom of two distinct styles in one set. Wear the central ring alone as a refined, elegant solitaire piece, or nestle it effortlessly inside the wave jacket to create a high-impact, wide-band statement.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eSolitaire Look\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWide Combined Band\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Brilliant Rectangular Center Stone --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-2-49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901153255\/6efdc9396f54f47ebfef2740be39be2f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBrilliant Statement Center Stone\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eAt the heart of the main ring sits a prominent 12mm x 8mm rectangular-cut white zircon stone. Surrounded by a shimmering halo of smaller micro-paved stones, it maximizes light reflection to create stunning fire and brilliance.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e12mm x 8mm Stone\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSparkling Micro-Pavé Halo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Symmetrical Wave-Shaped Jacket --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901153255\/3a0ea2f7ba839f6f35b8fcb062b22faf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eElegant Multi-Band Wave Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe symmetrical wave jacket features dual rows of sparkling white zircons set along beautifully woven, hollow-out bands. Specially designed connector pillars allow the main ring to slide in seamlessly, locking securely into place.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eDouble-Layer Wave\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSeamless Nesting Slot\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Perfect for Special Moments --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260901153255\/a1ab4855b74fcf291788d5f103923383.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDesigned for Special Occasions\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eWith its elegant silhouette and impressive combined width of 12.5mm, this ring set adds a sophisticated, glamorous finish to your fingers. It is a stunning, symbolic choice for engagements, anniversaries, weddings, or celebratory milestones.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eGlamorous Statement\u003c\/span\u003e \u003cspan class=\"tag\"\u003eComfortable Inner Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Structure\"\u003e\u003cspan class=\"spec-value\"\u003e2-Piece Nesting Ring Set (1 Main Ring + 1 Wave Jacket Ring)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Main Stone Cut\"\u003e\u003cspan class=\"spec-value\"\u003eRectangular cut with surrounding halo\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Stone Type\"\u003e\u003cspan class=\"spec-value\"\u003eWhite Zircon\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Metal Tone\"\u003e\u003cspan class=\"spec-value\"\u003eSilver-toned polished finish\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Main Stone Size\"\u003e\u003cspan class=\"spec-value\"\u003e12 mm x 8 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Main Ring Face Size\"\u003e\u003cspan class=\"spec-value\"\u003e19 mm (Height) x 8 mm (Width)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Combined Width\"\u003e\u003cspan class=\"spec-value\"\u003e12.5 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Total Weight\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 11g (0.4 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\" data-label=\"Available US Sizes\"\u003e\u003cspan class=\"spec-value\"\u003eUS Size 6 \/ 7 \/ 8 \/ 9 \/ 10\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do the two rings piece together?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe ring set features a unique nesting structure. To wear them combined, simply align the band of the central solitaire ring with the open slot between the double-layered wave bands of the jacket ring, slide it in completely, and slide the assembled set onto your finger.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can the central ring be worn by itself?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The central ring is designed with a fully polished standalone band and a complete halo surround, making it perfect for independent wear when you prefer a more subtle, classic look.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What sizes are available for this ring set?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis set is available in standard US Sizes 6, 7, 8, 9, and 10. We recommend reviewing our measurement standards to find the perfect fit for your ring finger.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"US 6","offer_id":64617355346291,"sku":"0908-18268365","price":12.95,"currency_code":"USD","in_stock":true},{"title":"US 7","offer_id":64617355379059,"sku":"0908-18264530","price":12.95,"currency_code":"USD","in_stock":true},{"title":"US 8","offer_id":64617355411827,"sku":"0908-18263395","price":12.95,"currency_code":"USD","in_stock":true},{"title":"US 9","offer_id":64617355444595,"sku":"0908-18268026","price":12.95,"currency_code":"USD","in_stock":true},{"title":"US 10","offer_id":64617355477363,"sku":"0908-18263156","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/0b0a009cae6dc32137b33678f32032e5.jpg?v=1788863330","url":"https:\/\/woyuosn.com\/products\/radiant-rectangular-nesting-set","provider":"Woyuosn","version":"1.0","type":"link"}