{"product_id":"eu-conjure-resin-mega-sale","title":"[Only EU] CONJURE Resin Mega Sale!","description":"\u003cstyle\u003e\n  \/* =========================================================\n     CONJURE RESIN BUNDLE GUIDE\n     ========================================================= *\/\n\n  .cj-wrap {\n    --cj-text: #202124;\n    --cj-sub: #62666d;\n    --cj-muted: #858991;\n    --cj-line: #e5e7eb;\n    --cj-bg: #f7f8fa;\n    --cj-blue: #1769aa;\n    --cj-blue-dark: #105780;\n    --cj-blue-soft: #eef7fc;\n    --cj-green-soft: #f1f8f3;\n    --cj-yellow-soft: #fff8e8;\n\n    width: 100%;\n    max-width: 1160px;\n    margin: 34px auto 50px;\n    color: var(--cj-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n      Roboto, Helvetica, Arial, sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .cj-wrap *,\n  .cj-wrap *::before,\n  .cj-wrap *::after {\n    box-sizing: border-box;\n  }\n\n  .cj-wrap img {\n    max-width: 100%;\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .cj-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 42px 44px;\n    margin-bottom: 44px;\n    border: 1px solid #dbe7ef;\n    border-radius: 22px;\n    background:\n      radial-gradient(circle at 88% 10%, rgba(255,255,255,.9) 0, rgba(255,255,255,0) 28%),\n      linear-gradient(135deg, #edf7ff 0%, #f7f4ff 58%, #f5fbff 100%);\n  }\n\n  .cj-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 820px;\n  }\n\n  .cj-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 6px 11px;\n    border-radius: 999px;\n    background: rgba(23,105,170,.10);\n    color: var(--cj-blue-dark);\n    font-size: 13px;\n    line-height: 1;\n    font-weight: 750;\n    letter-spacing: .25px;\n    text-transform: uppercase;\n  }\n\n  .cj-hero h2 {\n    margin: 0 0 14px;\n    color: #151617;\n    font-size: 36px;\n    line-height: 1.15;\n    font-weight: 780;\n    letter-spacing: -.65px;\n  }\n\n  .cj-hero p {\n    margin: 0;\n    max-width: 780px;\n    color: #4f5359;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .cj-hero strong {\n    color: #191b1d;\n  }\n\n  .cj-hero-points {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 22px;\n  }\n\n  .cj-hero-point {\n    padding: 8px 12px;\n    border: 1px solid rgba(23,105,170,.14);\n    border-radius: 999px;\n    background: rgba(255,255,255,.72);\n    color: #41464b;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n\n  \/* =========================================================\n     SECTION HEADINGS\n     ========================================================= *\/\n\n  .cj-section-head {\n    margin: 46px 0 20px;\n  }\n\n  .cj-section-head h2 {\n    margin: 0 0 8px;\n    color: #18191b;\n    font-size: 29px;\n    line-height: 1.25;\n    font-weight: 760;\n    letter-spacing: -.35px;\n  }\n\n  .cj-section-head p {\n    margin: 0;\n    max-width: 780px;\n    color: var(--cj-sub);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n\n  \/* =========================================================\n     ACCORDION\n     ========================================================= *\/\n\n  .cj-accordion {\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n  }\n\n  .cj-accordion details {\n    overflow: hidden;\n    border: 1px solid var(--cj-line);\n    border-radius: 16px;\n    background: #ffffff;\n    transition:\n      border-color .2s ease,\n      box-shadow .2s ease;\n  }\n\n  .cj-accordion details:hover {\n    border-color: #d1d6db;\n    box-shadow: 0 8px 25px rgba(0,0,0,.045);\n  }\n\n  .cj-accordion details[open] {\n    border-color: #cbdbe6;\n    box-shadow: 0 10px 30px rgba(0,0,0,.055);\n  }\n\n  .cj-accordion summary {\n    list-style: none;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    min-height: 92px;\n    padding: 21px 24px;\n    gap: 20px;\n    user-select: none;\n  }\n\n  .cj-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .cj-summary-left {\n    min-width: 0;\n  }\n\n  .cj-product-name {\n    display: block;\n    margin-bottom: 5px;\n    color: #1b1d1f;\n    font-size: 21px;\n    line-height: 1.3;\n    font-weight: 750;\n  }\n\n  .cj-product-sub {\n    display: block;\n    color: #73777e;\n    font-size: 14px;\n    line-height: 1.45;\n    font-weight: 500;\n  }\n\n  .cj-plus {\n    position: relative;\n    flex: 0 0 36px;\n    width: 36px;\n    height: 36px;\n    border-radius: 50%;\n    background: #f1f3f5;\n    transition: background .2s ease;\n  }\n\n  .cj-plus::before,\n  .cj-plus::after {\n    content: \"\";\n    position: absolute;\n    left: 50%;\n    top: 50%;\n    border-radius: 2px;\n    background: #292c2f;\n    transform: translate(-50%, -50%);\n    transition: .2s ease;\n  }\n\n  .cj-plus::before {\n    width: 15px;\n    height: 2px;\n  }\n\n  .cj-plus::after {\n    width: 2px;\n    height: 15px;\n  }\n\n  .cj-accordion details[open] .cj-plus {\n    background: #eaf4fa;\n  }\n\n  .cj-accordion details[open] .cj-plus::after {\n    opacity: 0;\n    transform: translate(-50%, -50%) rotate(90deg);\n  }\n\n\n  \/* =========================================================\n     ACCORDION CONTENT\n     ========================================================= *\/\n\n  .cj-detail {\n    padding: 0 24px 28px;\n  }\n\n  .cj-detail-inner {\n    display: grid;\n    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);\n    gap: 36px;\n    padding-top: 26px;\n    border-top: 1px solid #eceef0;\n    align-items: start;\n  }\n\n  .cj-copy \u003e p {\n    margin: 0 0 18px;\n    color: #4d5156;\n    font-size: 16.5px;\n    line-height: 1.72;\n  }\n\n  .cj-copy h3 {\n    margin: 24px 0 11px;\n    color: #202124;\n    font-size: 18px;\n    line-height: 1.4;\n    font-weight: 730;\n  }\n\n  .cj-features {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .cj-features li {\n    position: relative;\n    margin: 0;\n    padding-left: 29px;\n    color: #484c51;\n    font-size: 16px;\n    line-height: 1.58;\n  }\n\n  .cj-features li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 3px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 19px;\n    height: 19px;\n    border-radius: 50%;\n    background: #e9f5fb;\n    color: #1769aa;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  .cj-best {\n    margin-top: 23px;\n    padding: 17px 18px;\n    border-left: 4px solid #4187b5;\n    border-radius: 0 10px 10px 0;\n    background: #f2f7fa;\n    color: #444a4f;\n    font-size: 15.5px;\n    line-height: 1.62;\n  }\n\n  .cj-best strong {\n    color: #1d2124;\n  }\n\n  .cj-note {\n    margin-top: 14px;\n    padding: 15px 17px;\n    border: 1px solid #eee0ad;\n    border-radius: 10px;\n    background: var(--cj-yellow-soft);\n    color: #625a43;\n    font-size: 14.5px;\n    line-height: 1.62;\n  }\n\n  .cj-note strong {\n    color: #393429;\n  }\n\n  .cj-image {\n    overflow: hidden;\n    padding: 9px;\n    border-radius: 15px;\n    background: #f5f6f7;\n  }\n\n  .cj-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 11px;\n  }\n\n  .cj-more {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 22px;\n    padding: 11px 17px;\n    border: 1.5px solid #24272a;\n    border-radius: 8px;\n    background: #ffffff;\n    color: #24272a !important;\n    text-decoration: none !important;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 700;\n    transition:\n      background .15s ease,\n      color .15s ease,\n      transform .15s ease;\n  }\n\n  .cj-more:hover {\n    background: #24272a;\n    color: #ffffff !important;\n    transform: translateY(-1px);\n  }\n\n\n  \/* =========================================================\n     PROJECT SELECTOR\n     ========================================================= *\/\n\n  .cj-project-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n  }\n\n  .cj-project {\n    min-height: 162px;\n    padding: 20px 20px 19px;\n    border: 1px solid var(--cj-line);\n    border-radius: 15px;\n    background: #ffffff;\n    transition:\n      border-color .2s ease,\n      box-shadow .2s ease,\n      transform .2s ease;\n  }\n\n  .cj-project:hover {\n    border-color: #d1d8de;\n    box-shadow: 0 8px 24px rgba(0,0,0,.045);\n    transform: translateY(-2px);\n  }\n\n  .cj-project-label {\n    display: inline-block;\n    margin-bottom: 11px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    background: var(--cj-blue-soft);\n    color: var(--cj-blue-dark);\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 750;\n  }\n\n  .cj-project h3 {\n    margin: 0 0 7px;\n    color: #202124;\n    font-size: 18px;\n    line-height: 1.35;\n    font-weight: 730;\n  }\n\n  .cj-project p {\n    margin: 0;\n    color: #64686e;\n    font-size: 14.5px;\n    line-height: 1.58;\n  }\n\n  .cj-project strong {\n    color: #1769aa;\n  }\n\n\n  \/* =========================================================\n     QUICK PICK\n     ========================================================= *\/\n\n  .cj-quick {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0,1fr));\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .cj-quick-item {\n    padding: 15px 13px;\n    border-radius: 12px;\n    background: #f7f8fa;\n    text-align: center;\n  }\n\n  .cj-quick-item strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #232629;\n    font-size: 14px;\n  }\n\n  .cj-quick-item span {\n    color: #71767c;\n    font-size: 12.5px;\n    line-height: 1.4;\n  }\n\n\n  \/* =========================================================\n     COMPARISON TABLE\n     ========================================================= *\/\n\n  .cj-table-wrap {\n    overflow-x: auto;\n    width: 100%;\n    margin-top: 20px;\n    border: 1px solid #dfe2e5;\n    border-radius: 15px;\n    background: #ffffff;\n    box-shadow: 0 4px 16px rgba(0,0,0,.025);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .cj-table {\n    width: 100%;\n    min-width: 1120px;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .cj-table th,\n  .cj-table td {\n    padding: 15px 15px;\n    border-bottom: 1px solid #eceef0;\n    text-align: left;\n    vertical-align: middle;\n  }\n\n  .cj-table thead th {\n    background: #f4f6f7;\n    color: #34383c;\n    font-size: 13px;\n    line-height: 1.4;\n    font-weight: 750;\n    white-space: nowrap;\n  }\n\n  .cj-table tbody td {\n    color: #555a60;\n    line-height: 1.5;\n  }\n\n  .cj-table tbody td:first-child {\n    color: #24272a;\n    font-size: 14.5px;\n    font-weight: 750;\n    white-space: nowrap;\n  }\n\n  .cj-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .cj-table tbody tr:hover {\n    background: #fafbfc;\n  }\n\n  .cj-table strong {\n    color: #1769aa;\n  }\n\n  .cj-table-note {\n    margin: 13px 2px 0;\n    color: #7b8086;\n    font-size: 13px;\n    line-height: 1.58;\n  }\n\n  .cj-table-note a {\n    color: #1769aa !important;\n    font-weight: 650;\n  }\n\n\n  \/* =========================================================\n     MOBILE \/ TABLET\n     ========================================================= *\/\n\n  @media (max-width: 950px) {\n\n    .cj-detail-inner {\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    .cj-image {\n      order: -1;\n      max-width: 650px;\n    }\n\n    .cj-project-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .cj-quick {\n      grid-template-columns: repeat(3, minmax(0,1fr));\n    }\n  }\n\n  @media (max-width: 620px) {\n\n    .cj-wrap {\n      margin: 22px auto 36px;\n      font-size: 16px;\n    }\n\n    .cj-hero {\n      padding: 28px 21px;\n      margin-bottom: 34px;\n      border-radius: 16px;\n    }\n\n    .cj-hero h2 {\n      font-size: 28px;\n      letter-spacing: -.35px;\n    }\n\n    .cj-hero p {\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .cj-hero-points {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .cj-hero-point {\n      font-size: 12.5px;\n    }\n\n    .cj-section-head {\n      margin: 37px 0 17px;\n    }\n\n    .cj-section-head h2 {\n      font-size: 24px;\n    }\n\n    .cj-section-head p {\n      font-size: 15px;\n    }\n\n    .cj-accordion {\n      gap: 11px;\n    }\n\n    .cj-accordion details {\n      border-radius: 13px;\n    }\n\n    .cj-accordion summary {\n      min-height: 82px;\n      padding: 17px 17px;\n      gap: 12px;\n    }\n\n    .cj-product-name {\n      font-size: 18px;\n    }\n\n    .cj-product-sub {\n      font-size: 13px;\n    }\n\n    .cj-plus {\n      flex-basis: 32px;\n      width: 32px;\n      height: 32px;\n    }\n\n    .cj-detail {\n      padding: 0 17px 22px;\n    }\n\n    .cj-detail-inner {\n      padding-top: 19px;\n    }\n\n    .cj-copy \u003e p {\n      font-size: 15.5px;\n    }\n\n    .cj-copy h3 {\n      font-size: 17px;\n    }\n\n    .cj-features li {\n      font-size: 15px;\n    }\n\n    .cj-best {\n      font-size: 14.5px;\n    }\n\n    .cj-note {\n      font-size: 14px;\n    }\n\n    .cj-project-grid {\n      grid-template-columns: 1fr;\n      gap: 11px;\n    }\n\n    .cj-project {\n      min-height: 0;\n      padding: 18px 17px;\n    }\n\n    .cj-project h3 {\n      font-size: 17px;\n    }\n\n    .cj-quick {\n      grid-template-columns: repeat(2, minmax(0,1fr));\n    }\n\n    .cj-table-wrap::after {\n      content: \"Swipe to compare →\";\n      display: block;\n      padding: 9px 13px;\n      border-top: 1px solid #e4e6e8;\n      background: #f7f8f9;\n      color: #777c82;\n      font-size: 12px;\n      text-align: right;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"cj-wrap\"\u003e\n\n  \u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"cj-hero\"\u003e\n    \u003cdiv class=\"cj-hero-content\"\u003e\n\n      \u003cspan class=\"cj-eyebrow\"\u003eConjure Resin Bundle\u003c\/span\u003e\n\n      \u003ch2\u003eMix \u0026amp; Match Your Conjure Resins\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Choose different Conjure resins in one order and enjoy the\n        \u003cstrong\u003ebundle pricing available on this page\u003c\/strong\u003e.\n        There is no need to buy multiple bottles of the same resin.\n        Mix the resin types that best fit your projects.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cj-hero-points\"\u003e\n        \u003cspan class=\"cj-hero-point\"\u003eMix Different Resin Types\u003c\/span\u003e\n        \u003cspan class=\"cj-hero-point\"\u003eBundle Pricing\u003c\/span\u003e\n        \u003cspan class=\"cj-hero-point\"\u003eChoose by Project\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       RESINS\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"cj-section-head\"\u003e\n    \u003ch2\u003eChoose the Right Conjure Resin\u003c\/h2\u003e\n    \u003cp\u003e\n      Each Conjure resin is designed for a different balance of detail,\n      strength, toughness, printability, and post-processing.\n      Open each section below to compare.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cj-accordion\"\u003e\n\n\n    \u003c!-- ===================================================\n         STANDARD 8K\n         =================================================== --\u003e\n\n    \u003cdetails open\u003e\n\n      \u003csummary\u003e\n\n        \u003cdiv class=\"cj-summary-left\"\u003e\n          \u003cspan class=\"cj-product-name\"\u003eConjure Standard 8K Resin\u003c\/span\u003e\n          \u003cspan class=\"cj-product-sub\"\u003e\n            Balanced all-around resin · Easy printing · High detail\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"cj-plus\"\u003e\u003c\/span\u003e\n\n      \u003c\/summary\u003e\n\n\n      \u003cdiv class=\"cj-detail\"\u003e\n\n        \u003cdiv class=\"cj-detail-inner\"\u003e\n\n          \u003cdiv class=\"cj-copy\"\u003e\n\n            \u003cp\u003e\n              Conjure Standard 8K is the most balanced option in the\n              Conjure lineup. It combines good detail reproduction,\n              reliable curing, useful mechanical properties, and\n              straightforward printing for everyday resin projects.\n            \u003c\/p\u003e\n\n            \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n            \u003cul class=\"cj-features\"\u003e\n              \u003cli\u003eHigh-resolution detail with smooth surface quality\u003c\/li\u003e\n              \u003cli\u003eBalanced strength and durability for general-purpose printing\u003c\/li\u003e\n              \u003cli\u003eGood fluidity and user-friendly printing performance\u003c\/li\u003e\n              \u003cli\u003eLow-odor formulation\u003c\/li\u003e\n              \u003cli\u003eBroad compatibility with common LCD resin printers\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"cj-best\"\u003e\n              \u003cstrong\u003eBest for:\u003c\/strong\u003e\n              Everyday printing, general models, functional prototypes,\n              mechanical assemblies, hobby projects, and users who want\n              one versatile resin for many applications.\n            \u003c\/div\u003e\n\n            \u003ca class=\"cj-more\" href=\"https:\/\/www.chitusystems.com\/products\/conjure-standard-8k-resin\" target=\"_blank\" rel=\"noopener\"\u003e\n              View Full Standard 8K Details →\n            \u003c\/a\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"cj-image\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/4209\/3804\/files\/8K.jpg?v=1731578376\u0026amp;width=1200\" alt=\"Conjure Standard 8K resin for high detail LCD 3D printing\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ===================================================\n         SCULPT\n         =================================================== --\u003e\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n\n        \u003cdiv class=\"cj-summary-left\"\u003e\n          \u003cspan class=\"cj-product-name\"\u003eConjure Sculpt Resin\u003c\/span\u003e\n          \u003cspan class=\"cj-product-sub\"\u003e\n            Maximum detail · Miniatures · Figures · Collectibles\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"cj-plus\"\u003e\u003c\/span\u003e\n\n      \u003c\/summary\u003e\n\n\n      \u003cdiv class=\"cj-detail\"\u003e\n\n        \u003cdiv class=\"cj-detail-inner\"\u003e\n\n          \u003cdiv class=\"cj-copy\"\u003e\n\n            \u003cp\u003e\n              Conjure Sculpt is the detail-focused option in the Conjure\n              series. It is designed for crisp edges, fine textures,\n              smooth surfaces, and accurate reproduction of complex models.\n            \u003c\/p\u003e\n\n            \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n            \u003cul class=\"cj-features\"\u003e\n              \u003cli\u003eExcellent reproduction of fine surface details\u003c\/li\u003e\n              \u003cli\u003eCrisp edges for intricate miniature designs\u003c\/li\u003e\n              \u003cli\u003eSmooth finish suitable for painting and display models\u003c\/li\u003e\n              \u003cli\u003eLow shrinkage helps maintain dimensional accuracy\u003c\/li\u003e\n              \u003cli\u003eBetter durability than basic standard resin while remaining detail focused\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"cj-best\"\u003e\n              \u003cstrong\u003eBest for:\u003c\/strong\u003e\n              Miniatures, tabletop gaming models, character figures,\n              collectibles, head sculpts, artistic models, and prints\n              where appearance and fine detail matter most.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cj-note\"\u003e\n              \u003cstrong\u003ePrinting note:\u003c\/strong\u003e\n              Sculpt has higher viscosity than Standard 8K and may require\n              more careful exposure and printer calibration.\n            \u003c\/div\u003e\n\n            \u003ca class=\"cj-more\" href=\"https:\/\/www.chitusystems.com\/products\/conjure-sculpt-resin-1\" target=\"_blank\" rel=\"noopener\"\u003e\n              View Full Sculpt Details →\n            \u003c\/a\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"cj-image\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/4209\/3804\/files\/Conjure-Sculpt.png?v=1716436140\" alt=\"Conjure Sculpt high detail resin for miniatures and figures\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ===================================================\n         RIGID\n         =================================================== --\u003e\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n\n        \u003cdiv class=\"cj-summary-left\"\u003e\n          \u003cspan class=\"cj-product-name\"\u003eConjure Rigid Resin\u003c\/span\u003e\n          \u003cspan class=\"cj-product-sub\"\u003e\n            Functional parts · Stiffness + toughness · Machinable\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"cj-plus\"\u003e\u003c\/span\u003e\n\n      \u003c\/summary\u003e\n\n\n      \u003cdiv class=\"cj-detail\"\u003e\n\n        \u003cdiv class=\"cj-detail-inner\"\u003e\n\n          \u003cdiv class=\"cj-copy\"\u003e\n\n            \u003cp\u003e\n              Conjure Rigid combines stiffness, toughness, impact resistance,\n              and dimensional stability. It is designed for functional\n              components and engineering-oriented parts that need to hold\n              their shape while resisting breakage.\n            \u003c\/p\u003e\n\n            \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n            \u003cul class=\"cj-features\"\u003e\n              \u003cli\u003eGood balance of stiffness and toughness\u003c\/li\u003e\n              \u003cli\u003eHigh dimensional stability for precise functional parts\u003c\/li\u003e\n              \u003cli\u003eApproximately 35% elongation at break\u003c\/li\u003e\n              \u003cli\u003e0.2–0.7% shrinkage for accurate dimensions\u003c\/li\u003e\n              \u003cli\u003eSuitable for post-curing machining such as turning, milling, and tapping\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"cj-best\"\u003e\n              \u003cstrong\u003eBest for:\u003c\/strong\u003e\n              RC parts, 3D printer accessories, mechanical toys,\n              brackets, functional prototypes, engineering parts,\n              articulated mechanisms, and components requiring machining.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cj-note\"\u003e\n              \u003cstrong\u003eChoose Rigid instead of Tough when:\u003c\/strong\u003e\n              you need the printed part to remain relatively stiff and\n              dimensionally stable rather than flex significantly under load.\n            \u003c\/div\u003e\n\n            \u003ca class=\"cj-more\" href=\"https:\/\/www.chitusystems.com\/products\/conjure-rigid-resin\" target=\"_blank\" rel=\"noopener\"\u003e\n              View Full Rigid Details →\n            \u003c\/a\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"cj-image\"\u003e\n\n            \u003cimg src=\"https:\/\/www.chitusystems.com\/cdn\/shop\/files\/E6_9C_AA_E5_91_BD_E5_90_8D__2023-11-1517_55_31_332534e7-3b1f-4e26-9ee1-df40f44dee0a.png?v=1709706615\u0026amp;width=900\" alt=\"Conjure Rigid engineering resin for functional 3D printed parts\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ===================================================\n         TOUGH\n         =================================================== --\u003e\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n\n        \u003cdiv class=\"cj-summary-left\"\u003e\n          \u003cspan class=\"cj-product-name\"\u003eConjure Tough Resin\u003c\/span\u003e\n          \u003cspan class=\"cj-product-sub\"\u003e\n            Maximum toughness · Impact resistance · Flexible behavior\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"cj-plus\"\u003e\u003c\/span\u003e\n\n      \u003c\/summary\u003e\n\n\n      \u003cdiv class=\"cj-detail\"\u003e\n\n        \u003cdiv class=\"cj-detail-inner\"\u003e\n\n          \u003cdiv class=\"cj-copy\"\u003e\n\n            \u003cp\u003e\n              Conjure Tough is designed for applications where impact\n              resistance, bending ability, and durability matter more than\n              ultra-fine decorative detail.\n            \u003c\/p\u003e\n\n            \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n            \u003cul class=\"cj-features\"\u003e\n              \u003cli\u003eApproximately 50% elongation at break\u003c\/li\u003e\n              \u003cli\u003eExcellent resistance to impact and repeated bending\u003c\/li\u003e\n              \u003cli\u003eSuitable for durable functional parts\u003c\/li\u003e\n              \u003cli\u003eCan be mixed with standard resin to adjust toughness\u003c\/li\u003e\n              \u003cli\u003eLow shrinkage helps maintain stable dimensions\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"cj-best\"\u003e\n              \u003cstrong\u003eBest for:\u003c\/strong\u003e\n              Functional prototypes, clips, mechanical parts,\n              wearable components, impact-resistant parts,\n              soft-touch structures, and prints likely to be dropped\n              or repeatedly handled.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cj-note\"\u003e\n              \u003cstrong\u003ePrinting note:\u003c\/strong\u003e\n              Tough has higher viscosity and may require slightly longer\n              exposure. For ultra-fine decorative miniatures, Sculpt is\n              generally the more suitable choice.\n            \u003c\/div\u003e\n\n            \u003ca class=\"cj-more\" href=\"https:\/\/www.chitusystems.com\/products\/conjure-tough-resin-1\" target=\"_blank\" rel=\"noopener\"\u003e\n              View Full Tough Details →\n            \u003c\/a\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"cj-image\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/4209\/3804\/files\/Conjure-tough.png?v=1716442727\" alt=\"Conjure Tough resin for durable and impact resistant 3D printed parts\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003c!-- ===================================================\n         WATER WASHABLE\n         =================================================== --\u003e\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n\n        \u003cdiv class=\"cj-summary-left\"\u003e\n          \u003cspan class=\"cj-product-name\"\u003eConjure Water Washable Resin\u003c\/span\u003e\n          \u003cspan class=\"cj-product-sub\"\u003e\n            Easy cleanup · No IPA required · Low viscosity\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cspan class=\"cj-plus\"\u003e\u003c\/span\u003e\n\n      \u003c\/summary\u003e\n\n\n      \u003cdiv class=\"cj-detail\"\u003e\n\n        \u003cdiv class=\"cj-detail-inner\"\u003e\n\n          \u003cdiv class=\"cj-copy\"\u003e\n\n            \u003cp\u003e\n              Conjure Water Washable is designed for users who want a\n              simpler cleaning workflow. Uncured resin residue can be\n              cleaned with water instead of IPA while maintaining smooth\n              surfaces and reliable detail reproduction.\n            \u003c\/p\u003e\n\n            \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n            \u003cul class=\"cj-features\"\u003e\n              \u003cli\u003eWater washable — no IPA required for model cleaning\u003c\/li\u003e\n              \u003cli\u003eLow-odor formulation\u003c\/li\u003e\n              \u003cli\u003eSmooth surfaces with good precision\u003c\/li\u003e\n              \u003cli\u003eLow shrinkage for consistent dimensional accuracy\u003c\/li\u003e\n              \u003cli\u003eLow viscosity and good fluidity for easier printing\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"cj-best\"\u003e\n              \u003cstrong\u003eBest for:\u003c\/strong\u003e\n              General models, hobby printing, everyday projects,\n              and users who prioritize easier post-processing\n              and reduced IPA use.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cj-note\"\u003e\n              \u003cstrong\u003eImportant disposal note:\u003c\/strong\u003e\n              Water used to clean uncured resin must not be poured directly\n              into a sink or sewer. Resin-contaminated cleaning water should\n              be properly cured and disposed of according to applicable\n              local requirements.\n            \u003c\/div\u003e\n\n            \u003ca class=\"cj-more\" href=\"https:\/\/www.chitusystems.com\/products\/conjure-water-washable-resin\" target=\"_blank\" rel=\"noopener\"\u003e\n              View Full Water Washable Details →\n            \u003c\/a\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"cj-image\"\u003e\n\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/4209\/3804\/files\/970x600_1_61038840-f2bc-4a63-a253-318cae1ea356.jpg?v=1731573298\u0026amp;width=1200\" alt=\"Conjure Water Washable resin for easy water cleanup\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       WHAT SHOULD I PRINT\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"cj-section-head\"\u003e\n\n    \u003ch2\u003eWhat Should I Print?\u003c\/h2\u003e\n\n    \u003cp\u003e\n      If you are not sure which resin to choose, start with what\n      you are planning to print.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cj-project-grid\"\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: SCULPT\u003c\/span\u003e\n\n      \u003ch3\u003eMiniatures \u0026amp; Tabletop Models\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eSculpt\u003c\/strong\u003e when facial features,\n        fine textures, crisp edges, and painting quality\n        are the priority.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: SCULPT\u003c\/span\u003e\n\n      \u003ch3\u003eFigures \u0026amp; Collectibles\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eSculpt\u003c\/strong\u003e for display figures and\n        detailed collectibles. Choose \u003cstrong\u003eRigid\u003c\/strong\u003e\n        instead when mechanical articulation is more important.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: STANDARD 8K\u003c\/span\u003e\n\n      \u003ch3\u003eEveryday Resin Printing\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eStandard 8K\u003c\/strong\u003e for a balanced combination\n        of detail, mechanical performance, and easy printing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eRIGID OR TOUGH\u003c\/span\u003e\n\n      \u003ch3\u003eFunctional Prototypes\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eRigid\u003c\/strong\u003e for stiffness and dimensional\n        stability. Choose \u003cstrong\u003eTough\u003c\/strong\u003e when impact resistance\n        and flexibility matter more.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: RIGID\u003c\/span\u003e\n\n      \u003ch3\u003eRC \u0026amp; 3D Printer Parts\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eRigid\u003c\/strong\u003e for brackets, accessories,\n        mechanical components, and FDM-style functional parts\n        that need to hold their shape.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: TOUGH\u003c\/span\u003e\n\n      \u003ch3\u003eClips, Wearables \u0026amp; Flexible Parts\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eTough\u003c\/strong\u003e for components that need\n        to bend, absorb impact, or withstand repeated handling.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: TOUGH\u003c\/span\u003e\n\n      \u003ch3\u003eParts That May Be Dropped\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eTough\u003c\/strong\u003e when crack resistance\n        and impact resistance are more important than stiffness.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: RIGID\u003c\/span\u003e\n\n      \u003ch3\u003eParts Requiring Machining\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eRigid\u003c\/strong\u003e when cured parts may need\n        turning, milling, tapping, or additional mechanical finishing.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cj-project\"\u003e\n\n      \u003cspan class=\"cj-project-label\"\u003eBEST CHOICE: WATER WASHABLE\u003c\/span\u003e\n\n      \u003ch3\u003eEasy Post-Processing\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose \u003cstrong\u003eWater Washable\u003c\/strong\u003e when avoiding IPA\n        during model cleaning is your main priority.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       QUICK PICK\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"cj-quick\"\u003e\n\n    \u003cdiv class=\"cj-quick-item\"\u003e\n      \u003cstrong\u003eStandard 8K\u003c\/strong\u003e\n      \u003cspan\u003eBest All-Rounder\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cj-quick-item\"\u003e\n      \u003cstrong\u003eSculpt\u003c\/strong\u003e\n      \u003cspan\u003eBest Detail\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cj-quick-item\"\u003e\n      \u003cstrong\u003eRigid\u003c\/strong\u003e\n      \u003cspan\u003eBest for Functional Parts\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cj-quick-item\"\u003e\n      \u003cstrong\u003eTough\u003c\/strong\u003e\n      \u003cspan\u003eBest Toughness\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cj-quick-item\"\u003e\n      \u003cstrong\u003eWater Washable\u003c\/strong\u003e\n      \u003cspan\u003eEasiest Cleanup\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       COMPARISON\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"cj-section-head\"\u003e\n\n    \u003ch2\u003eConjure Resin Comparison\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Compare the main characteristics and mechanical properties\n      before building your resin bundle.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"cj-table-wrap\"\u003e\n\n    \u003ctable class=\"cj-table\"\u003e\n\n      \u003cthead\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eResin\u003c\/th\u003e\n          \u003cth\u003eBest For\u003c\/th\u003e\n          \u003cth\u003eDetail\u003c\/th\u003e\n          \u003cth\u003eMain Strength\u003c\/th\u003e\n          \u003cth\u003eEase of Printing\u003c\/th\u003e\n          \u003cth\u003eCleaning\u003c\/th\u003e\n          \u003cth\u003eElongation at Break\u003c\/th\u003e\n          \u003cth\u003eNotched IZOD\u003c\/th\u003e\n          \u003cth\u003eViscosity\u003c\/th\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/thead\u003e\n\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eStandard 8K\u003c\/td\u003e\n          \u003ctd\u003eGeneral models, prototypes, everyday printing\u003c\/td\u003e\n          \u003ctd\u003eHigh\u003c\/td\u003e\n          \u003ctd\u003eBalanced performance\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eEasy\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eStandard resin cleaning\u003c\/td\u003e\n          \u003ctd\u003e15.20%\u003c\/td\u003e\n          \u003ctd\u003e101 J\/m\u003c\/td\u003e\n          \u003ctd\u003e200–400 mPa·s\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd\u003eSculpt\u003c\/td\u003e\n          \u003ctd\u003eMiniatures, figures, collectibles, detailed models\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eUltra High\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eDetail + surface quality\u003c\/td\u003e\n          \u003ctd\u003eMore demanding\u003c\/td\u003e\n          \u003ctd\u003eStandard resin cleaning\u003c\/td\u003e\n          \u003ctd\u003e32.50%\u003c\/td\u003e\n          \u003ctd\u003e217.4 J\/m\u003c\/td\u003e\n          \u003ctd\u003e300–650 mPa·s\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd\u003eRigid\u003c\/td\u003e\n          \u003ctd\u003eMechanical parts, RC parts, functional components\u003c\/td\u003e\n          \u003ctd\u003eHigh\u003c\/td\u003e\n          \u003ctd\u003eStiffness + toughness\u003c\/td\u003e\n          \u003ctd\u003eMedium\u003c\/td\u003e\n          \u003ctd\u003eStandard resin cleaning\u003c\/td\u003e\n          \u003ctd\u003e35.66%\u003c\/td\u003e\n          \u003ctd\u003e364.2 J\/m\u003c\/td\u003e\n          \u003ctd\u003e250–550 mPa·s\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd\u003eTough\u003c\/td\u003e\n          \u003ctd\u003eImpact-resistant, flexible and durable parts\u003c\/td\u003e\n          \u003ctd\u003eMedium\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eToughness + flexibility\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMedium\u003c\/td\u003e\n          \u003ctd\u003eStandard resin cleaning\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e50.29%\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e491 J\/m\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e300–600 mPa·s\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n\n        \u003ctr\u003e\n          \u003ctd\u003eWater Washable\u003c\/td\u003e\n          \u003ctd\u003eGeneral models and convenient post-processing\u003c\/td\u003e\n          \u003ctd\u003eHigh\u003c\/td\u003e\n          \u003ctd\u003eConvenience + precision\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eEasy\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eWater — No IPA Required\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e11.23%\u003c\/td\u003e\n          \u003ctd\u003e28.37 J\/m\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e70–145 mPa·s\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cp class=\"cj-table-note\"\u003e\n    Mechanical data are based on Chitu Systems' Conjure Resin technical data.\n    Actual print performance may vary depending on printer, exposure settings,\n    layer height, temperature, geometry, washing, and post-curing conditions.\n    For detailed settings and technical data,\n    \u003ca href=\"https:\/\/support.chitusystems.com\/en-US\/docs\/conjure-resin-settings\/latest\/resin-data\" target=\"_blank\" rel=\"noopener\"\u003e\n      view the official Conjure Resin datasheet\n    \u003c\/a\u003e.\n  \u003c\/p\u003e\n\n\n\u003c\/div\u003e","brand":"Chitu Systems","offers":[{"title":"Standard 8K \/ 1kg \/ Grey","offer_id":50511727853804,"sku":"CAD001000302","price":17.49,"currency_code":"USD","in_stock":false},{"title":"Standard 8K \/ 1kg \/ White","offer_id":50511727886572,"sku":"CAD001000301","price":17.49,"currency_code":"USD","in_stock":true},{"title":"Standard 8K \/ 1kg \/ Black","offer_id":50511727919340,"sku":"CAD001000300","price":17.49,"currency_code":"USD","in_stock":true},{"title":"Rigid \/ 1kg \/ Grey","offer_id":50511721398508,"sku":"CAD001000006","price":24.49,"currency_code":"USD","in_stock":true},{"title":"Rigid \/ 1kg \/ White","offer_id":50511721431276,"sku":"CAD001000012","price":24.49,"currency_code":"USD","in_stock":true},{"title":"Rigid \/ 1kg \/ Black","offer_id":50511721464044,"sku":"CAD001000010","price":24.49,"currency_code":"USD","in_stock":true},{"title":"Rigid \/ 1kg \/ Clear","offer_id":50511721496812,"sku":"CAD001000306","price":22.49,"currency_code":"USD","in_stock":true},{"title":"Rigid \/ 1kg \/ Clear Blue","offer_id":50511721529580,"sku":"CAD001000024","price":21.49,"currency_code":"USD","in_stock":true},{"title":"Rigid \/ 3kg \/ Grey","offer_id":50511721562348,"sku":"FAA002000482","price":70.49,"currency_code":"USD","in_stock":true},{"title":"Tough \/ 1kg \/ Grey","offer_id":50511721595116,"sku":"CAD001000014","price":27.9,"currency_code":"USD","in_stock":true},{"title":"Tough \/ 1kg \/ White","offer_id":50511721627884,"sku":"CAD001000020","price":27.9,"currency_code":"USD","in_stock":true},{"title":"Tough \/ 1kg \/ Black","offer_id":50511721660652,"sku":"CAD001000018","price":27.9,"currency_code":"USD","in_stock":true},{"title":"Water Washable \/ 1kg \/ White","offer_id":50511721693420,"sku":"CAD001000310","price":21.9,"currency_code":"USD","in_stock":true},{"title":"Water Washable \/ 1kg \/ Black","offer_id":50511721726188,"sku":"CAD001000309","price":21.9,"currency_code":"USD","in_stock":true},{"title":"Water Washable \/ 1kg \/ Slate Grey (Light Grey)","offer_id":50511721758956,"sku":"CAD001000308","price":21.9,"currency_code":"USD","in_stock":true},{"title":"Water Washable \/ 1kg \/ Rock Grey (Dark Grey)","offer_id":50511721791724,"sku":"CAD001000311","price":21.9,"currency_code":"USD","in_stock":true},{"title":"Sculpt \/ 1kg \/ Grey","offer_id":50511721824492,"sku":"CAD001000004","price":26.9,"currency_code":"USD","in_stock":true},{"title":"Sculpt \/ 1kg \/ Beige","offer_id":50511721857260,"sku":"CAD001000002","price":26.9,"currency_code":"USD","in_stock":true},{"title":"Sculpt \/ 2kg \/ Grey","offer_id":50511721890028,"sku":"FAA002000548","price":50.9,"currency_code":"USD","in_stock":true},{"title":"Standard 8K \/ 1kg \/ Macaron Blue","offer_id":50511741911276,"sku":"CAD001000313","price":13.49,"currency_code":"USD","in_stock":true},{"title":"Standard 8K \/ 1kg \/ Macaron Purple","offer_id":50511742992620,"sku":"CAD001000314","price":13.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/4209\/3804\/files\/EU_Resin_Sale.jpg?v=1790057977","url":"https:\/\/www.chitusystems.com\/products\/eu-conjure-resin-mega-sale","provider":"Chitu Systems","version":"1.0","type":"link"}