{"product_id":"radiant-virgin-mary-ring","title":"Radiant Virgin Mary Ring","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Religious\/Fashion Jewelry (Virgin Mary Ring with Marquise Zirconia)\nTarget Audience: Women, faith-driven consumers seeking elegant, everyday accessories\nVisual Style: Elegant, Divine, Timeless, Graceful\nColor Strategy: Soft champagne gold (--primary) accented with warm neutrals and crisp whites to emphasize purity and radiance.\nShape Strategy: Radius 16px (Feminine, approachable, soft curves matching the round ring shape)\nTypography Strategy: Large Type \/ Mobile-first readable (Serif headings for elegance, sans-serif body for legibility)\nMobile Table Strategy: Card-based (No horizontal scroll, strictly converted via flex)\nImage Mapping: Hero=image_1, Feature1(Symbolism)=image_2, Feature2(Zirconia)=image_3, Feature3(Copper\/Shape)=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #D4AF37; \/* Champagne Gold *\/\n      --primary-light: #F9F6EE;\n      --text-main: #2C3E50;\n      --text-sub: #596A7A;\n      --bg-body: #FAFAFA;\n      --bg-card: #FFFFFF;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E5E9EC;\n\n      \/* 0) Typography \u0026 Spacing System *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Sizes *\/\n    .product-detail-container h1 {\n      font-family: \"Georgia\", \"Times New Roman\", serif;\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 700;\n      margin-top: 0;\n      margin-bottom: clamp(1rem, 2vw, 1.5rem);\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-family: \"Georgia\", \"Times New Roman\", serif;\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      margin-top: 0;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-top: 0;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container .aux-text {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Common Layout \u0026 Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: #9D8023; \/* Darker gold for contrast *\/\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid rgba(212, 175, 55, 0.3);\n    }\n\n    .social-proof {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n\n    .social-proof-stars {\n      color: var(--primary);\n      font-size: 20px;\n      letter-spacing: 2px;\n    }\n\n    \/* 2) Image Protocol *\/\n    .responsive-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #F0F2F5;\n      border: 2px dashed #CBD5E1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: #64748B;\n      font-weight: 500;\n    }\n\n    \/* Mobile Ordering Lock \u0026 Z-Pattern *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.5rem;\n      text-align: left;\n      font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    .specs-table th {\n      background-color: var(--primary-light);\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    .specs-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table tr:last-child {\n      border-bottom: none;\n    }\n\n    \/* CRITICAL: Mobile Card Table *\/\n    @media (max-width: 767px) {\n      .specs-table table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n        padding: 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.7;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eDivine Collection\u003c\/div\u003e\n\n\u003ch1\u003eGrace \u0026amp; Devotion in Every Detail\u003c\/h1\u003e\n\n\u003cp style=\"font-size: clamp(20px, 3vw, 24px); color: var(--text-main);\"\u003eA timeless expression of faith crafted for everyday elegance.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cdiv class=\"social-proof-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"aux-text\"\u003eCherished by over 5,000+ faithful believers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Image Placeholder --\u003e\n\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9; margin-top: 2rem;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327165656\/769db3f53af77ee99d6ebf84906eaefa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327165656\/e3346a690f60a8c5462330b89b37e190.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSacred Spiritual Symbolism\u003c\/h2\u003e\n\n\u003cp\u003eCarry a meaningful reminder of faith with you wherever you go. The intricately detailed centerpiece features an exquisite depiction of the Virgin Mary, adding profound spiritual significance to your daily jewelry rotation.\u003c\/p\u003e\n\n\u003cp\u003eMore than just an accessory, it is a personal emblem of devotion, designed to inspire peace and grace in every moment of your day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327165656\/4c5589da1f4a7529e6eec77d2a834bd9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBrilliant Marquise Sparkle\u003c\/h2\u003e\n\n\u003cp\u003eExperience the breathtaking radiance of premium stones without the premium cost. Masterfully crafted with a marquise-shaped imitation zirconia, this ring catches the light beautifully from every angle.\u003c\/p\u003e\n\n\u003cp\u003eThe elegant cut mimics the brilliant appearance of genuine gemstones, giving you a luxurious, sparkling aesthetic that instantly elevates your style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260327165656\/5ad3b54f2884d2f8bf4644ddc9afe005.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCrafted for Everyday Wear\u003c\/h2\u003e\n\n\u003cp\u003eBuilt on a durable copper base, this ring is engineered to withstand the test of time while maintaining its polished, pristine look.\u003c\/p\u003e\n\n\u003cp\u003eIts elegant round shape sits comfortably on the finger, making it perfectly suited for all seasons. Whether attending a formal event or simply going about your daily routine, it seamlessly complements any attire.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEvery detail carefully considered for lasting beauty and comfort.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Material\"\u003ePremium Copper Base\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDurable construction polished for a lasting, radiant finish.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Gemstone\"\u003eImitation Zirconia\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMarquise-cut center stone offering high-clarity brilliance.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Motif\"\u003eVirgin Mary\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIntricate, raised relief carving symbolizing grace and faith.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ring Shape\"\u003eClassic Round\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eErgonomically designed for all-day comfort and smooth wear.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Average Weight\"\u003e5.0 g (0.2 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSubstantial enough to feel luxurious, light enough for daily use.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Seasonality\"\u003eAll Seasons\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVersatile aesthetic suitable for both casual and formal events year-round.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-container section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the copper base tarnish my skin or lose its shine?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOur rings are beautifully polished to maintain their radiant look. While all copper jewelry ages naturally, wiping it with a soft cloth after wearing and keeping it away from harsh chemicals will preserve its original brilliance for a very long time.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the imitation zirconia secure in its setting?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The marquise-cut imitation zirconia is carefully and securely set into the copper base to ensure it withstands daily wear while continuously catching the light.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I wear this ring in the shower or while swimming?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eTo extend the life of the ring and preserve the sparkle of the zirconia, we highly recommend removing the ring before showering, swimming, or applying lotions and perfumes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"PawNexa","offers":[{"title":"6 \/ 1 Ring (For Myself)","offer_id":44939889049736,"sku":"0328-17214798","price":12.95,"currency_code":"USD","in_stock":true},{"title":"7 \/ 1 Ring (For Myself)","offer_id":44939889082504,"sku":"0328-17213775","price":12.95,"currency_code":"USD","in_stock":true},{"title":"8 \/ 1 Ring (For Myself)","offer_id":44939889115272,"sku":"0328-17215647","price":12.95,"currency_code":"USD","in_stock":true},{"title":"9 \/ 1 Ring (For Myself)","offer_id":44939889148040,"sku":"0328-17219392","price":12.95,"currency_code":"USD","in_stock":true},{"title":"10 \/ 1 Ring (For Myself)","offer_id":44939889180808,"sku":"0328-17212870","price":12.95,"currency_code":"USD","in_stock":true},{"title":"6 \/ 2 Rings (For Me \u0026 A Loved One)","offer_id":44939889213576,"sku":"0328-17213130","price":19.95,"currency_code":"USD","in_stock":true},{"title":"7 \/ 2 Rings (For Me \u0026 A Loved One)","offer_id":44939889246344,"sku":"0328-17211129","price":19.95,"currency_code":"USD","in_stock":true},{"title":"8 \/ 2 Rings (For Me \u0026 A Loved One)","offer_id":44939889279112,"sku":"0328-17217521","price":19.95,"currency_code":"USD","in_stock":true},{"title":"9 \/ 2 Rings (For Me \u0026 A Loved One)","offer_id":44939889311880,"sku":"0328-17210307","price":19.95,"currency_code":"USD","in_stock":true},{"title":"10 \/ 2 Rings (For Me \u0026 A Loved One)","offer_id":44939889344648,"sku":"0328-17215360","price":19.95,"currency_code":"USD","in_stock":true},{"title":"6 \/ 3 Rings (Family Pack - Save 30%)","offer_id":44939889377416,"sku":"0328-17217058","price":26.95,"currency_code":"USD","in_stock":true},{"title":"7 \/ 3 Rings (Family Pack - Save 30%)","offer_id":44939889410184,"sku":"0328-17214080","price":26.95,"currency_code":"USD","in_stock":true},{"title":"8 \/ 3 Rings (Family Pack - Save 30%)","offer_id":44939889442952,"sku":"0328-17217963","price":26.95,"currency_code":"USD","in_stock":true},{"title":"9 \/ 3 Rings (Family Pack - Save 30%)","offer_id":44939889475720,"sku":"0328-17212721","price":26.95,"currency_code":"USD","in_stock":true},{"title":"10 \/ 3 Rings (Family Pack - Save 30%)","offer_id":44939889508488,"sku":"0328-17217604","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/769db3f53af77ee99d6ebf84906eaefa.jpg?v=1774689759","url":"https:\/\/pawnexa.com\/products\/radiant-virgin-mary-ring","provider":"PawNexa","version":"1.0","type":"link"}