{"product_id":"the-last-supper-925k-sterling-silver-open-end-adjustable-ring","title":"The Last Supper 925K Sterling Silver Open End Adjustable Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Crimson+Text:wght@400;600;700\u0026amp;family=Open+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\u003cstyle\u003e        :root {            --color-ivory: #FFFEF9;            --color-cream: #F8F5F0;            --color-navy: #1A365D;            --color-gold: #B8860B;            --color-bronze: #8B4513;            --color-sage: #718096;            --color-brown: #5A3921;            --font-serif: 'Crimson Text', Georgia, serif;            --font-sans: 'Open Sans', Helvetica, sans-serif;        }                * {            margin: 0;            padding: 0;            box-sizing: border-box;        }                body {            font-family: var(--font-sans);            color: #333;            line-height: 1.7;            background-color: var(--color-cream);            padding: 20px;        }                .sacred-product-page {            max-width: 900px;            margin: 0 auto;            background: var(--color-ivory);            border-radius: 12px;            overflow: hidden;            box-shadow: 0 10px 30px rgba(0,0,0,0.05);            border: 1px solid rgba(184, 134, 11, 0.1);        }                \/* 神圣页首 *\/        .sacred-header {            text-align: center;            padding: 3.5rem 2rem;            background: linear-gradient(135deg, var(--color-navy) 0%, #2C5282 100%);            color: white;            position: relative;            overflow: hidden;        }                .sacred-header::before {            content: \"✞\";            position: absolute;            top: 50%;            left: 50%;            transform: translate(-50%, -50%);            font-size: 18rem;            opacity: 0.03;            color: white;            pointer-events: none;            font-family: var(--font-serif);        }                .scripture-banner {            display: inline-flex;            align-items: center;            justify-content: center;            gap: 12px;            background: rgba(255, 255, 255, 0.12);            padding: 14px 28px;            border-radius: 50px;            font-size: 1rem;            margin-bottom: 2.5rem;            backdrop-filter: blur(10px);            font-family: var(--font-serif);            font-style: italic;            max-width: 700px;            line-height: 1.5;        }                .scripture-icon {            color: var(--color-gold);            flex-shrink: 0;        }                .page-title {            font-family: var(--font-serif);            font-size: 3rem;            font-weight: 700;            margin-bottom: 0.8rem;            letter-spacing: 0.5px;            line-height: 1.2;        }                .page-subtitle {            font-size: 1.3rem;            opacity: 0.9;            margin-bottom: 2.5rem;            font-weight: 300;            max-width: 700px;            margin-left: auto;            margin-right: auto;            line-height: 1.6;        }                .sacred-divider {            width: 120px;            height: 2px;            background: linear-gradient(90deg, transparent, var(--color-gold), transparent);            margin: 2rem auto;        }                \/* 主图区域 *\/        .hero-image-section {            text-align: center;            padding: 3rem 2rem;            background: linear-gradient(135deg, #fcf8f2 0%, #f9f3e9 100%);        }                .hero-image {            max-width: 80%;            height: auto;            border-radius: 10px;            box-shadow: 0 15px 40px rgba(0,0,0,0.1);            border: 3px solid rgba(184, 134, 11, 0.15);        }                .image-caption {            font-style: italic;            color: var(--color-sage);            margin-top: 1.5rem;            font-size: 1rem;            font-family: var(--font-serif);            max-width: 600px;            margin-left: auto;            margin-right: auto;        }                \/* 内容区域 *\/        .sacred-section {            padding: 3rem 2.5rem;            border-bottom: 1px solid rgba(184, 134, 11, 0.1);        }                .section-title {            font-family: var(--font-serif);            font-size: 2rem;            color: var(--color-brown);            margin-bottom: 2rem;            text-align: center;            position: relative;            padding-bottom: 1rem;        }                .section-title::after {            content: '';            position: absolute;            bottom: 0;            left: 50%;            transform: translateX(-50%);            width: 100px;            height: 2px;            background: var(--color-gold);        }                .sacred-text {            font-size: 1.1rem;            line-height: 1.8;            color: #444;            margin-bottom: 1.8rem;        }                .bible-verse-box {            background: linear-gradient(135deg, rgba(184, 134, 11, 0.08) 0%, rgba(26, 54, 93, 0.08) 100%);            padding: 2.5rem;            border-radius: 10px;            margin: 2.5rem 0;            border-left: 4px solid var(--color-gold);        }                .bible-verse {            font-family: var(--font-serif);            font-size: 1.2rem;            color: var(--color-brown);            text-align: center;            font-style: italic;            line-height: 1.9;            margin: 0;        }                .verse-ref {            display: block;            text-align: right;            margin-top: 1rem;            color: var(--color-sage);            font-size: 1rem;        }                \/* 特色网格 *\/        .features-grid {            display: grid;            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));            gap: 2rem;            margin-top: 2.5rem;        }                .feature-card {            background: white;            padding: 2.2rem;            border-radius: 10px;            border: 1px solid rgba(184, 134, 11, 0.1);            text-align: center;            transition: all 0.4s ease;            position: relative;            overflow: hidden;        }                .feature-card::before {            content: '';            position: absolute;            top: 0;            left: 0;            right: 0;            height: 4px;            background: linear-gradient(90deg, var(--color-gold), var(--color-bronze));            border-radius: 10px 10px 0 0;        }                .feature-card:hover {            transform: translateY(-8px);            box-shadow: 0 15px 35px rgba(0,0,0,0.08);        }                .feature-icon {            font-size: 2.2rem;            margin-bottom: 1.5rem;            color: var(--color-gold);        }                .feature-title {            font-family: var(--font-serif);            color: var(--color-brown);            margin-bottom: 1.2rem;            font-size: 1.4rem;            font-weight: 600;        }                \/* 神圣规格 *\/        .sacred-specs {            background: linear-gradient(135deg, #f9f5ec 0%, #f3ebdb 100%);            padding: 2.5rem;            border-radius: 10px;            margin: 2.5rem 0;            border: 1px solid rgba(184, 134, 11, 0.2);        }                .specs-grid {            display: grid;            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));            gap: 1.5rem;            margin-top: 1.5rem;        }                .spec-item {            display: flex;            justify-content: space-between;            padding: 1.2rem 0;            border-bottom: 1px dashed rgba(139, 69, 19, 0.3);        }                .spec-label {            font-weight: 600;            color: var(--color-brown);            font-family: var(--font-serif);            font-size: 1.05rem;        }                .spec-value {            color: var(--color-sage);            text-align: right;        }                \/* 拉丁文部分 *\/        .latin-inscription {            background: linear-gradient(135deg, #f5f1ea 0%, #ede4d6 100%);            padding: 2.5rem;            border-radius: 10px;            margin: 2.5rem 0;            border: 1px solid var(--color-gold);            font-family: var(--font-serif);        }                .latin-title {            color: var(--color-brown);            margin-bottom: 1.5rem;            text-align: center;            font-size: 1.3rem;        }                .latin-text {            font-size: 1.1rem;            line-height: 1.9;            color: #4a3a32;            text-align: center;            font-style: italic;            margin-bottom: 1.5rem;        }                \/* 珠宝盒部分 *\/        .sanctuary-box {            background: linear-gradient(135deg, rgba(26, 54, 93, 0.05) 0%, rgba(184, 134, 11, 0.05) 100%);            padding: 2.5rem;            border-radius: 10px;            margin: 2.5rem 0;            text-align: center;        }                .sanctuary-title {            font-family: var(--font-serif);            color: var(--color-brown);            margin-bottom: 1.5rem;            font-size: 1.5rem;        }                \/* 祈祷文 *\/        .prayer-section {            background: linear-gradient(135deg, #f0e8d8 0%, #e8dfcc 100%);            padding: 3rem;            border-radius: 12px;            margin: 3rem 0;            text-align: center;            border: 1px solid var(--color-gold);        }                .prayer-title {            font-family: var(--font-serif);            font-size: 1.6rem;            color: var(--color-brown);            margin-bottom: 2rem;        }                .prayer-text {            font-size: 1.15rem;            line-height: 1.9;            color: #4a3a32;            font-style: italic;            margin-bottom: 1.5rem;            font-family: var(--font-serif);        }                \/* 页尾祝福 *\/        .sacred-footer {            text-align: center;            padding: 3.5rem 2.5rem;            background: linear-gradient(135deg, var(--color-navy) 0%, #2C5282 100%);            color: white;        }                .final-blessing {            font-family: var(--font-serif);            font-size: 1.4rem;            margin-bottom: 2rem;            line-height: 1.9;            max-width: 650px;            margin-left: auto;            margin-right: auto;        }                .closing-verse {            font-style: italic;            opacity: 0.9;            margin-top: 2.5rem;            font-size: 1.05rem;            line-height: 1.7;        }                \/* 响应式设计 *\/        @media (max-width: 768px) {            .sacred-product-page {                border-radius: 8px;            }                        .page-title {                font-size: 2.3rem;            }                        .page-subtitle {                font-size: 1.15rem;            }                        .sacred-section {                padding: 2.5rem 1.8rem;            }                        .section-title {                font-size: 1.7rem;            }                        .features-grid {                grid-template-columns: 1fr;            }                        .hero-image {                max-width: 95%;            }                        .sacred-header {                padding: 2.5rem 1.5rem;            }                        .scripture-banner {                padding: 12px 20px;                font-size: 0.95rem;                flex-direction: column;                text-align: center;            }                        .specs-grid {                grid-template-columns: 1fr;            }                        .prayer-section {                padding: 2.5rem 1.8rem;            }        }                @media (max-width: 480px) {            body {                padding: 10px;            }                        .page-title {                font-size: 1.9rem;            }                        .sacred-section {                padding: 2rem 1.5rem;            }                        .bible-verse-box {                padding: 2rem 1.5rem;            }                        .feature-card {                padding: 1.8rem 1.5rem;            }                        .sacred-footer {                padding: 2.5rem 1.8rem;            }        }    \u003c\/style\u003e\u003cdiv class=\"sacred-product-page\"\u003e\n\u003c!-- 神圣页首 --\u003e\u003cheader class=\"sacred-header\"\u003e\u003cdiv class=\"scripture-banner\"\u003e \u003cspan\u003e\"This is my body given for you; do this in remembrance of me.\" — Luke 22:19\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"page-title\"\u003eThe Last Supper Sacred Band\u003c\/h1\u003e\n\u003cp class=\"page-subtitle\"\u003eA Wearable Testament of the New Covenant • Carrying the Promise of Eternal Communion\u003c\/p\u003e\n\u003cdiv class=\"sacred-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 1.1rem; max-width: 750px; margin: 0 auto; opacity: 0.9; line-height: 1.8;\"\u003eIn the tradition of the early Church, where tangible symbols anchored faith to daily life, this sacred band invites you to carry the moment of ultimate sacrifice and divine promise upon your wrist—a constant reminder of the love that instituted our salvation.\u003c\/p\u003e\u003c\/header\u003e\u003c!-- 主图展示 --\u003e\u003csection class=\"hero-image-section\"\u003e\u003cimg class=\"hero-image\" alt=\"The Last Supper Sacred Band - Detailed Carving\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/1539\/6525\/files\/c9e26b5825433f15c7b56817b390e7b1.png?v=1768528751\"\u003e\u003cp class=\"image-caption\"\u003e\"Every glance at this band returns your heart to the Upper Room—where love prepared the way for grace.\"\u003c\/p\u003e\u003c\/section\u003e\u003c!-- 神圣引言 --\u003e\u003csection class=\"sacred-section\"\u003e\u003ch2 class=\"section-title\"\u003eA Scene That Speaks to the Soul\u003c\/h2\u003e\n\u003cp class=\"sacred-text\"\u003eIn the quiet moments of your day—amidst decisions, labors, and prayers—this band becomes more than silver. It becomes a portal to that sacred night when Love poured itself out as a libation for humanity. Crafted with prayerful reverence, each figure tells a story of divine intimacy and human frailty.\u003c\/p\u003e\n\u003cdiv class=\"bible-verse-box\"\u003e\u003cp class=\"bible-verse\"\u003e\"While they were eating, Jesus took bread, and when he had given thanks, he broke it and gave it to his disciples, saying, 'Take and eat; this is my body.'\" \u003cspan class=\"verse-ref\"\u003e— Matthew 26:26\u003c\/span\u003e\u003c\/p\u003e\u003c\/div\u003e\n\u003cp class=\"sacred-text\"\u003eThe central depiction of Christ is not merely artistic reproduction—it is theological proclamation. His posture, His gaze, the positioning of His hands: each detail is a wordless sermon on self-giving love. The apostles surrounding Him are captured in a moment of holy bewilderment, reminding us that faith often walks alongside questions.\u003c\/p\u003e\u003c\/section\u003e\u003c!-- 神圣特色 --\u003e\u003csection class=\"sacred-section\"\u003e\u003ch2 class=\"section-title\"\u003eDivine Craftsmanship\u003c\/h2\u003e\n\u003cp class=\"sacred-text\"\u003eEvery element of this sacred band has been imbued with theological intention and devotional care:\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSacred Narrative in Relief\u003c\/h3\u003e\n\u003cp\u003eThe Last Supper scene is rendered in high relief, allowing light and shadow to play across the figures—much like the interplay of divine light and human understanding in the life of faith.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSymbolic Flourishes\u003c\/h3\u003e\n\u003cp\u003eThe floral motifs adorning the sides are not mere decoration. They echo the vine imagery of John 15: \"I am the vine; you are the branches.\" A reminder of our organic connection to Christ.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSanctified Material\u003c\/h3\u003e\n\u003cp\u003eS925K sterling silver—chosen for its purity and endurance—becomes a metaphor for the refined faith described in 1 Peter 1:7. The vintage patina speaks of wisdom gained through time with God.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- 神圣规格 --\u003e\u003csection class=\"sacred-section\"\u003e\u003ch2 class=\"section-title\"\u003eSacred Specifications\u003c\/h2\u003e\n\u003cp class=\"sacred-text\"\u003eEach dimension and material choice has been considered as part of a holistic spiritual companion:\u003c\/p\u003e\n\u003cdiv class=\"sacred-specs\"\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSacred Metal\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e925K Sterling Silver\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e11-14 grams\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSizes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSmall, Medium, Large\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCraftsmanship\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHand-finished \u0026amp; Prayerfully Consecrated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-top: 1.5rem; color: var(--color-sage); font-style: italic; font-family: var(--font-serif);\"\u003eThe adjustable design ensures a fit for every wrist—just as Christ's invitation extends to every heart.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- 拉丁文铭文 --\u003e\u003csection class=\"sacred-section\"\u003e\u003ch2 class=\"section-title\"\u003eThe Eternal Promise Engraved\u003c\/h2\u003e\n\u003cp class=\"sacred-text\"\u003eEncircling the band is the very promise spoken by Christ in that holy hour—a vow that bridges the Last Supper with the heavenly banquet to come:\u003c\/p\u003e\n\u003cdiv class=\"latin-inscription\"\u003e\n\u003ch3 class=\"latin-title\"\u003eThe Sacred Vow\u003c\/h3\u003e\n\u003cp class=\"latin-text\"\u003e\"Dico autem vobis non bibam amodo de hoc genimine vitis usque in diem illum cum illud bibam vobiscum novum in regno Patris mei.\"\u003c\/p\u003e\n\u003cp style=\"text-align: center; margin-top: 1.5rem;\" class=\"sacred-text\"\u003e\u003cstrong\u003eTranslation:\u003c\/strong\u003e \"I tell you, I will not drink of this fruit of the vine from now on until that day when I drink it new with you in my Father's kingdom.\"\u003cbr\u003e\u003cspan style=\"display: block; margin-top: 1rem; color: var(--color-sage); font-style: italic;\"\u003e— Matthew 26:29\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sacred-text\"\u003eThis is not mere text—it is eschatological hope made tangible. Each time your fingers trace these words, you reaffirm your participation in the story that stretches from the Upper Room to the Marriage Supper of the Lamb.\u003c\/p\u003e\u003c\/section\u003e\u003c!-- 神圣珠宝盒 --\u003e\u003csection class=\"sacred-section\"\u003e\u003ch2 class=\"section-title\"\u003eA Sanctuary for Your Sacred Band\u003c\/h2\u003e\n\u003cp class=\"sacred-text\"\u003eEvery sacramental deserves a resting place worthy of its significance. The Last Supper Jewelry Box completes this spiritual companion set:\u003c\/p\u003e\n\u003cdiv class=\"sanctuary-box\"\u003e\n\u003ch3 class=\"sanctuary-title\"\u003eThe Last Supper Jewelry Box\u003c\/h3\u003e\n\u003cp style=\"text-align: center; max-width: 600px; margin: 0 auto 1.5rem;\" class=\"sacred-text\"\u003eMore than storage—it is a miniature altar, featuring the same sacred scene. When not adorning your wrist, your band rests in holy company, kept safe as you would guard the mysteries of faith.\u003c\/p\u003e\n\u003cdiv style=\"max-width: 500px; margin: 0 auto;\" class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eZinc Alloy with Antique Pewter Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e9.2 × 6.5 × 4 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e360 grams\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- 神圣祈祷 --\u003e\u003csection class=\"sacred-section\"\u003e\u003cdiv class=\"prayer-section\"\u003e\n\u003ch3 class=\"prayer-title\"\u003eA Prayer for When You Wear This Band\u003c\/h3\u003e\n\u003cp class=\"prayer-text\"\u003eLord Jesus Christ,\u003cbr\u003ewho on the night You were betrayed\u003cbr\u003etook bread, gave thanks, and shared it,\u003cbr\u003esaying, \"This is My body.\"\u003cbr\u003e\u003cbr\u003eAs I wear this reminder of Your last supper,\u003cbr\u003elet it anchor me to Your sacrifice.\u003cbr\u003eMay its weight on my wrist be the weight of Your love,\u003cbr\u003eand its gleam be the reflection of Your glory.\u003cbr\u003e\u003cbr\u003eWhen I am weary, let it point me to Your rest.\u003cbr\u003eWhen I am confused, let it recall Your wisdom.\u003cbr\u003eWhen I am alone, let it remind me of Your presence.\u003cbr\u003e\u003cbr\u003eMay this band be more than silver—\u003cbr\u003elet it be a prayer, a confession, and a hope,\u003cbr\u003euntil that day when we feast together anew\u003cbr\u003ein the kingdom of our Father.\u003cbr\u003eAmen.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- 页尾祝福 --\u003e\u003cfooter class=\"sacred-footer\"\u003e\u003cp class=\"final-blessing\"\u003eMay this Last Supper Sacred Band accompany you on your earthly pilgrimage—a tangible whisper of the heavenly banquet that awaits, a daily reminder that you are part of a story that began in an upper room and culminates in eternal communion.\u003c\/p\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.3);\" class=\"sacred-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"closing-verse\"\u003e\"For whenever you eat this bread and drink this cup, you proclaim the Lord's death until he comes.\"\u003cbr\u003e\u003cspan style=\"font-size: 0.95em;\"\u003e— 1 Corinthians 11:26\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"margin-top: 2.5rem; font-size: 0.9rem; opacity: 0.7; font-family: var(--font-serif);\"\u003eEach band is carefully prepared, prayed over, and wrapped with reverence before beginning its journey to your home.\u003c\/p\u003e\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"S   (fits ring size 7-9) \/ Ring","offer_id":44222885756951,"sku":"BGJZ0005-yin-S","price":139.99,"currency_code":"USD","in_stock":true},{"title":"S   (fits ring size 7-9) \/ Ring + Jewelry Box","offer_id":44222885789719,"sku":"BGJZ0005-yin-S+BGPJ00092-xiao","price":159.99,"currency_code":"USD","in_stock":true},{"title":"M  (fits ring size 10-12) \/ Ring","offer_id":44222885822487,"sku":"BGJZ0005-yin-M","price":145.99,"currency_code":"USD","in_stock":true},{"title":"M  (fits ring size 10-12) \/ Ring + Jewelry Box","offer_id":44222885855255,"sku":"BGJZ0005-yin-M+BGPJ00092-xiao","price":165.99,"currency_code":"USD","in_stock":true},{"title":"L    (fits ring size 13-15) \/ Ring","offer_id":44222885888023,"sku":"BGJZ0005-yin-L","price":148.99,"currency_code":"USD","in_stock":true},{"title":"L    (fits ring size 13-15) \/ Ring + Jewelry Box","offer_id":44222885920791,"sku":"BGJZ0005-yin-L+BGPJ00092-xiao","price":168.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/5705\/4999\/files\/348.jpg?v=1769758402","url":"https:\/\/q9wfty-t2.myshopify.com\/products\/the-last-supper-925k-sterling-silver-open-end-adjustable-ring","provider":"figury","version":"1.0","type":"link"}