{"product_id":"soft-rubber-mini-jesus-figures","title":"Soft Rubber Mini Jesus Figures","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：宗教主题迷你耶稣公仔（25个装）\n  目标受众：主日学老师、教会干事、基督徒家长，用于全年教会活动、儿童礼物和传福音\n  视觉风格：温馨、可爱、卡通、信仰氛围，使用柔和的色调，强调\"爱\"与\"信仰\"\n  配色策略：以白色（长袍）和暖色调（皮肤、头发）为主，辅以五种绶带颜色（红、蓝、紫、黄、白）作为点缀。背景使用柔和的蓝色和米色营造温馨感。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5DADE2; \n      --primary-hover: #3498DB;\n      --text-main: #2C3E50;\n      --text-sub: #566573;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9F9;\n      --bg-soft: #EBF5FB;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n      --border-color: #E5E8E8;\n\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container h3 { font-size: 22px; font-weight: 600; margin-bottom: 0.75rem; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 1rem; }\n    .product-detail-container .lead { font-size: 20px; color: var(--text-sub); margin-bottom: 2rem; }\n    .product-detail-container .intro-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .section-spacing { margin-bottom: clamp(3rem, 8vw, 5rem); }\n    img { width: 100%; height: auto; display: block; }\n\n    \/* Hero Section *\/\n    .hero-section { text-align: center; }\n    .hero-image-wrapper {\n      margin-top: 2rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-section:nth-child(even) { flex-direction: row-reverse; }\n    .feature-media { flex: 1; }\n    .feature-copy { flex: 1; }\n    .feature-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }\n    .feature-tag {\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Specifications Section *\/\n    .spec-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .spec-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 3rem;\n      align-items: flex-start;\n    }\n    .spec-media { flex: 1 1 400px; }\n    .spec-media img { border-radius: var(--radius-md); border: 1px solid var(--border-color); }\n    .spec-table-wrapper { flex: 1 1 400px; }\n    .spec-table { width: 100%; border-collapse: collapse; }\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      text-align: left;\n      vertical-align: top;\n    }\n    .spec-table th { width: 35%; color: var(--text-main); font-weight: 600; background: var(--bg-soft); }\n    .spec-table td { color: var(--text-sub); }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child { border-bottom: none; }\n    .faq-question { font-size: 20px; font-weight: 600; color: var(--text-main); margin-bottom: 0.5rem; }\n    .faq-answer { font-size: 18px; color: var(--text-sub); }\n\n    \/* Mobile Adjustments *\/\n    @media (max-width: 767px) {\n      .feature-section, .feature-section:nth-child(even) { flex-direction: column; }\n      .feature-copy { text-align: center; }\n      .feature-tags { justify-content: center; }\n      .spec-container { flex-direction: column; }\n      .spec-media, .spec-table-wrapper { flex: 1 1 100%; width: 100%; }\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; width: 100%; }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .spec-table td { padding-left: 50%; position: relative; border-bottom: 1px solid var(--border-color); }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before { content: attr(data-label); position: absolute; left: 1rem; width: 45%; padding-right: 1rem; white-space: nowrap; font-weight: 600; color: var(--text-main); }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cspan class=\"intro-badge\"\u003e✨ Spread His Love, One Figure at a Time\u003c\/span\u003e\n\u003ch1\u003eShare the Love: 25-Piece Miniature Jesus Figurine Set\u003c\/h1\u003e\n\n\u003cp class=\"lead\"\u003eMore than just a cute figure, it’s a pocket-sized reminder of His unconditional love. The \"Jesus ❤ You\" sash makes it a powerful, simple tool for evangelism and daily encouragement.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Miniature Jesus Figurine Set\" cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624174703\/759cad4c02aaa380c38c63b47b4f7ae1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Quantity \u0026 Colors --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"25 Pieces and 5 Colors\" cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624174703\/aaf3aadbdeca4d935d422a639949a63e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Plentiful Set for Sharing and Celebrating\u003c\/h2\u003e\n\n\u003cp\u003eReceive a generous set of 25 miniature figurines, ensuring you have plenty to go around for large gatherings, classrooms, or church events. The set features an assortment of 5 vibrant sash colors—red, blue, purple, yellow, and white—adding a cheerful and diverse touch to your ministry.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e25 Pieces\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e5 Color Assortment\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e\"Jesus ❤ You\" Message\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Evergreen Use Cases --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Perfect for Every Occasion\" cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624174703\/5a9878141bbd773ded9b85712dc47c6c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Perfect Little Blessing for Every Occasion\u003c\/h2\u003e\n\n\u003cp\u003eIdeal for Sunday School rewards, VBS handouts, youth group events, or simply keeping in your pocket to share a smile and a message of faith with someone in need. While they perfectly fit inside standard plastic Easter eggs, their versatile design makes them a year-round essential for any ministry.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSunday School\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVBS Rewards\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eYear-Round Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Practicality for Bulk Buyers --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Safe and Durable Material\" cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624174703\/e2ebb1317e4bdcb233d60e760eef2bb2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTeacher-Approved, Kid-Safe \u0026amp; Budget-Friendly\u003c\/h2\u003e\n\n\u003cp\u003eStretch your ministry budget without compromising on quality. Made from soft, durable, and non-toxic rubber, these figures survive drops and rough play, making them a worry-free choice for kids' ministries. They are smooth to the touch and free from pungent odors, ensuring a safe experience for everyone.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBudget-Friendly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNon-Toxic Rubber\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKid-Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Use Scenario Section --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eVersatile for Every Occasion\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; margin-bottom: 2rem;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Use Scenarios\" cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624174703\/1f57dccd86bee56d7339ecb58e5788c8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Specifications --\u003e\n\n\u003cdiv class=\"spec-section section-spacing\"\u003e\n\u003ch2 style=\"margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-container\"\u003e\n\u003cdiv class=\"spec-table-wrapper\"\u003e\n\u003ctable class=\"spec-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=\"Product Name\"\u003eProduct Name\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMiniature Jesus Figurine Set\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Quantity\"\u003eQuantity\u003c\/td\u003e\n\t\t\t\u003ctd\u003e25 Pieces\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHigh-Quality Rubber\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Approx.)\"\u003eDimensions (Approx.)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3cm x 3.5cm (1.2\" x 1.4\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colors Included\"\u003eColors Included\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRed, Blue, Purple, Yellow, White (Sashes)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Feature\"\u003eSpecial Feature\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\"Jesus ❤ You\" Text on Sash\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003eRecommended Age\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3 Years and Up (Small Parts Warning)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre these figures squishy or hard?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThese figures are made of high-quality rubber. They have a smooth, firm feel but are not brittle like hard plastic or resin, making them durable and less likely to break if dropped or played with roughly.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill these fit inside standard plastic Easter eggs?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes! With compact dimensions of approximately 1.2\" x 1.4\" (3cm x 3.5cm), they are specifically sized to fit perfectly inside most standard-sized plastic Easter eggs, making them great for spring events as well.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I choose specific colors for my set?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe set comes pre-assorted with a mix of 5 different sash colors (red, blue, purple, yellow, and white). Specific color selection is not available, but you will receive a good variety of each to share.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pack (25 Figures - Small Group)","offer_id":63022009844083,"sku":"0625-14341684","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Packs (50 Figures - Sunday School)","offer_id":63022009876851,"sku":"0625-14344904","price":19.95,"currency_code":"USD","in_stock":true},{"title":"4 Packs (100 Figures - VBS \u0026 Event Bulk)","offer_id":63022009909619,"sku":"0625-14344864","price":34.95,"currency_code":"USD","in_stock":true},{"title":"10 Packs (250 Figures - Mega Ministry)","offer_id":63022009942387,"sku":"0625-14347917","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/759cad4c02aaa380c38c63b47b4f7ae1.jpg?v=1782369295","url":"https:\/\/woyuosn.com\/products\/soft-rubber-mini-jesus-figures","provider":"Woyuosn","version":"1.0","type":"link"}