{"product_id":"double-sided-christian-devotional-coin","title":"Double-Sided Christian Devotional Coin","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d4af37;\n      --primary-hover: #b8952d;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #faf9f6;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f1ea;\n      --radius-md: 8px;\n      --radius-lg: 16px;\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: #e5e0d8;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\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 .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\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 !important;\n      line-height: 1.6 !important;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .img-placeholder {\n      width: 100%;\n      height: auto;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-bottom: 24px;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 32px 0;\n    }\n\n    .badge-container {\n      margin-bottom: 16px;\n    }\n\n    .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--primary);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 24px;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500;\n      color: var(--text-main);\n      margin: 0;\n    }\n\n    \/* Scenario Showcase *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .scenario-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background: var(--bg-card);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ Accordion List *\/\n    .faq-section {\n      background: var(--bg-card);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      font-weight: 600;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop Responsive Adjustments *\/\n    @media (min-width: 768px) {\n      .product-detail-container {\n        padding: 40px 24px;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        min-width: 0;\n      }\n\n      .scenario-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .spec-table td {\n        padding: 20px;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n      }\n    }\n\n    \/* Specifications Mobile Safety Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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      .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      .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      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Biblical Challenge Coin\nTarget Audience: Christians, Bible collectors, religious gift-givers\nVisual Style: Sacred, Premium, Elegant\nColor Strategy: Warm Gold (#d4af37), Rich Charcoal (#1a1a1a), and Off-White (#faf9f6)\nModule Order: Hero, Feature 1 (Double-Sided Story), Feature 2 (3D Relief Detail), Feature 3 (Protective Case), Scenarios, Specifications, FAQ\nDetail Image Mapping: Hero=detail_2, Feature1=detail_6, Feature2=detail_4, Feature3=detail_7, Scenario1=detail_3, Scenario2=detail_5\nSpecification Data Source: detail_8 (dimensions \u0026 weight extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no reliable comparison data between models provided)\nInformation Boundary: Strictly relies on confirmed specifications (40mm x 3mm, 30g), physical details (Crucifixion, Resurrection, gold\/silver dual plating, reeded edge), and use cases (prayer, Bible accessory, gifting).\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eDual-Sided 3D Relief Masterpiece\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eDouble-Sided Biblical Challenge Coin\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eHold the profound journey of faith, sacrifice, and redemption in the palm of your hand. Masterfully crafted with deep dimensional details celebrating the Crucifixion and Resurrection.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915151023\/08508029f05a34778b6008998f3ac899.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\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 cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915145524\/4b1330fb07bb26ea9af61775b94b6c5e.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 class=\"feature-title\"\u003eDouble-Sided Biblical Storytelling\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThis coin beautifully illustrates the two core pillars of Christian redemption. One side captures the solemn moment of the Crucifixion (inspired by John 19:16-37), while the other reveals the glorious Resurrection of Jesus Christ at the empty tomb.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eThe Crucifixion\u003c\/span\u003e \u003cspan class=\"tag\"\u003eThe Resurrection\u003c\/span\u003e\n\u003c\/div\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 cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915145609\/8dfdbc26acf97ffc0952da7d63ce6b9e.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 class=\"feature-title\"\u003eIntricate 3D Relief Detailing\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe figures and lettering are deeply sculpted to create a remarkable tactile feel. Utilizing gold-tone elements set against polished silver mirror backdrops, this physical challenge coin feels heavy, authentic, and satisfying to touch.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eDual-Tone Finish\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRaised Lettering\u003c\/span\u003e\n\u003c\/div\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 cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915145524\/6865b7d3cf54fddc249904c414f463ce.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 class=\"feature-title\"\u003eDisplay-Ready Protective Case\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eTo preserve the exquisite dual-metal finish, every coin is packaged inside a durable, transparent circular acrylic protection case. It is designed to safeguard against dust, fingerprints, and oxidation while allowing a flawless view.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eForm-Fitting Acrylic\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Scratch Shield\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. USE SCENARIOS --\u003e\n\n\u003csection class=\"scenarios-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for Prayer, Reflection, and Devotional Decor\u003c\/h2\u003e\n \n\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915145524\/93d01dc8d36d7eec4e262c161bd3d92a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n \n\u003cdiv style=\"text-align: center;\"\u003e \u003c\/div\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eBible Companion \u0026amp; Prayer Token\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eAn inspiring companion to rest upon your open Bible during moments of study or morning devotion, acting as a physical anchor for your quiet contemplation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eDaily Carry \u0026amp; Dresser Display\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eSized comfortably for pocket storage or placement in a personal daily organizer tray, serving as a constant reminder of faith, hope, and resilience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-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 data-label=\"Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e40 mm (approx. 1.57 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thickness\"\u003e\u003cspan class=\"spec-value\"\u003e3 mm (approx. 0.12 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 30 g (approx. 1.06 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Details\"\u003e\u003cspan class=\"spec-value\"\u003eDouble-sided, 3D relief, vertical reeded edge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Commemorative Coin, 1 x Clear Acrylic Protective Capsule\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!-- E. FAQ --\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\"\u003eWhat biblical texts are featured on the coin?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe Crucifixion side references \"JOHN 19:16-37\" which chronicles Jesus carrying the cross to Golgotha, His crucifixion, and His final moments. The Resurrection side features the celebratory statement \"THE RESURRECTION\" and \"CHRIST IS RISEN.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes the coin have a hanging loop or slot for a necklace?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this is a solid challenge coin with a round, smooth border featuring a vertical reeded edge. It is designed to be held, kept in a pocket, or placed in its protective display case rather than worn as a necklace.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow should I store or clean this coin?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe recommend keeping the coin inside the included clear acrylic protection case to guard against dust and natural oils. If handled directly, wipe gently with a soft micro-fiber cloth to preserve its mirror-like background polish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Coin (Personal Devotion)","offer_id":58923663098016,"sku":"20260917-144513-7671","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 3 Coins (Share Your Faith • Save 20%) – Most Popular","offer_id":58923663130784,"sku":"20260917-144513-6196","price":29.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 5 Coins (Group Gift Pack • Save 40%) – Best Value","offer_id":58923663163552,"sku":"20260917-144513-6145","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/08508029f05a34778b6008998f3ac899.jpg?v=1789627562","url":"https:\/\/cartivra.com\/products\/double-sided-christian-devotional-coin","provider":"Cartivra","version":"1.0","type":"link"}