{"product_id":"biomic-modeling-fluid-1-and-2","title":"Biomic Modeling Fluid #1 and #2","description":"\u003cstyle\u003e\n  .biomic-modeling-fluid {\n    --bmf-green: #183f35;\n    --bmf-green-light: #edf5f1;\n    --bmf-gold: #b18b4a;\n    --bmf-text: #26322e;\n    --bmf-muted: #5f6d67;\n    --bmf-border: #d8e2dd;\n    --bmf-white: #ffffff;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--bmf-text);\n    font-family: inherit;\n    line-height: 1.65;\n  }\n\n  .biomic-modeling-fluid *,\n  .biomic-modeling-fluid *::before,\n  .biomic-modeling-fluid *::after {\n    box-sizing: border-box;\n  }\n\n  .biomic-modeling-fluid h2,\n  .biomic-modeling-fluid h3 {\n    color: var(--bmf-green);\n    line-height: 1.25;\n  }\n\n  .biomic-modeling-fluid h2 {\n    margin: 0 0 16px;\n    font-size: clamp(1.7rem, 3vw, 2.35rem);\n  }\n\n  .biomic-modeling-fluid h3 {\n    margin: 0 0 10px;\n    font-size: 1.25rem;\n  }\n\n  .biomic-modeling-fluid p {\n    margin: 0 0 16px;\n  }\n\n  .biomic-modeling-fluid ul,\n  .biomic-modeling-fluid ol {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .biomic-modeling-fluid li + li {\n    margin-top: 7px;\n  }\n\n  .bmf-intro {\n    margin-bottom: 28px;\n    padding: clamp(24px, 5vw, 46px);\n    border-radius: 18px;\n    background: linear-gradient(135deg, #edf5f1 0%, #f8faf9 100%);\n    border: 1px solid var(--bmf-border);\n  }\n\n  .bmf-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--bmf-gold);\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .bmf-lead {\n    max-width: 850px;\n    margin-bottom: 0;\n    color: var(--bmf-muted);\n    font-size: 1.08rem;\n  }\n\n  .bmf-answer-box {\n    margin: 0 0 32px;\n    padding: 20px 22px;\n    border-left: 5px solid var(--bmf-gold);\n    border-radius: 10px;\n    background: #fffaf0;\n  }\n\n  .bmf-answer-box strong {\n    color: var(--bmf-green);\n  }\n\n  .bmf-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-bottom: 36px;\n  }\n\n  .bmf-card {\n    position: relative;\n    overflow: hidden;\n    padding: 26px;\n    border: 1px solid var(--bmf-border);\n    border-radius: 16px;\n    background: var(--bmf-white);\n    box-shadow: 0 8px 24px rgba(24, 63, 53, 0.06);\n  }\n\n  .bmf-card::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 5px;\n    content: \"\";\n    background: var(--bmf-green);\n  }\n\n  .bmf-label {\n    display: inline-flex;\n    margin-bottom: 14px;\n    padding: 5px 10px;\n    border-radius: 999px;\n    background: var(--bmf-green-light);\n    color: var(--bmf-green);\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .bmf-product-code {\n    margin-top: -4px;\n    color: var(--bmf-muted);\n    font-size: 0.9rem;\n  }\n\n  .bmf-section {\n    margin: 38px 0;\n  }\n\n  .bmf-section-heading {\n    margin-bottom: 18px;\n  }\n\n  .bmf-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 18px;\n    border: 1px solid var(--bmf-border);\n    border-radius: 14px;\n  }\n\n  .bmf-table {\n    width: 100%;\n    min-width: 680px;\n    border-collapse: collapse;\n    background: var(--bmf-white);\n  }\n\n  .bmf-table th,\n  .bmf-table td {\n    padding: 15px 17px;\n    border-bottom: 1px solid var(--bmf-border);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .bmf-table th {\n    background: var(--bmf-green);\n    color: var(--bmf-white);\n    font-weight: 700;\n  }\n\n  .bmf-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .bmf-table td:first-child {\n    width: 27%;\n    color: var(--bmf-green);\n    font-weight: 700;\n  }\n\n  .bmf-steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 20px;\n    padding: 0;\n    list-style: none;\n    counter-reset: bmf-step;\n  }\n\n  .bmf-steps li {\n    position: relative;\n    min-height: 155px;\n    margin: 0;\n    padding: 48px 18px 18px;\n    border: 1px solid var(--bmf-border);\n    border-radius: 12px;\n    background: var(--bmf-white);\n    counter-increment: bmf-step;\n  }\n\n  .bmf-steps li::before {\n    position: absolute;\n    top: 15px;\n    left: 18px;\n    display: flex;\n    width: 26px;\n    height: 26px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--bmf-green);\n    color: var(--bmf-white);\n    content: counter(bmf-step);\n    font-size: 0.82rem;\n    font-weight: 700;\n  }\n\n  .bmf-warning {\n    margin-top: 22px;\n    padding: 18px 20px;\n    border: 1px solid #e6d5b8;\n    border-radius: 12px;\n    background: #fffaf2;\n  }\n\n  .bmf-warning strong {\n    color: #765b2d;\n  }\n\n  .bmf-faq {\n    margin-top: 20px;\n    border-top: 1px solid var(--bmf-border);\n  }\n\n  .bmf-faq details {\n    border-bottom: 1px solid var(--bmf-border);\n  }\n\n  .bmf-faq summary {\n    position: relative;\n    padding: 18px 42px 18px 0;\n    color: var(--bmf-green);\n    cursor: pointer;\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .bmf-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .bmf-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    content: \"+\";\n    transform: translateY(-50%);\n    font-size: 1.45rem;\n    font-weight: 400;\n  }\n\n  .bmf-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .bmf-faq-answer {\n    padding: 0 35px 18px 0;\n    color: var(--bmf-muted);\n  }\n\n  .bmf-faq-answer p:last-child {\n    margin-bottom: 0;\n  }\n\n  .bmf-selection {\n    margin-top: 38px;\n    padding: 25px;\n    border-radius: 14px;\n    background: var(--bmf-green);\n    color: var(--bmf-white);\n  }\n\n  .bmf-selection h2 {\n    margin-bottom: 10px;\n    color: var(--bmf-white);\n    font-size: 1.45rem;\n  }\n\n  .bmf-selection p:last-child {\n    margin-bottom: 0;\n  }\n\n  .bmf-disclaimer {\n    margin-top: 22px;\n    color: var(--bmf-muted);\n    font-size: 0.86rem;\n  }\n\n  @media (max-width: 800px) {\n    .bmf-grid,\n    .bmf-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .bmf-steps li {\n      min-height: auto;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"biomic-modeling-fluid\"\u003e\n\n  \u003csection class=\"bmf-intro\" aria-labelledby=\"biomic-modeling-fluid-heading\"\u003e\n    \u003cspan class=\"bmf-eyebrow\"\u003eAidite Biomic Stain \u0026amp; Glaze Accessories\u003c\/span\u003e\n\n    \u003ch2 id=\"biomic-modeling-fluid-heading\"\u003e\n      Biomic Modeling Fluid #1 and #2\n    \u003c\/h2\u003e\n\n    \u003cp class=\"bmf-lead\"\u003e\n      Aidite Biomic Modeling Fluids are system-specific liquids used to adjust\n      the working consistency of Biomic ceramic pastes. Formerly called\n      \u003cstrong\u003eColoring Liquid #1 and #2\u003c\/strong\u003e, the two fluids are designed\n      for different Biomic materials and should not be treated as interchangeable.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"bmf-answer-box\"\u003e\n    \u003cstrong\u003eWhich Biomic Modeling Fluid do you need?\u003c\/strong\u003e\u003cbr\u003e\n    Choose \u003cstrong\u003eModeling Fluid #1\u003c\/strong\u003e for Biomic 2D staining pastes and\n    Glaze-F. Choose \u003cstrong\u003eModeling Fluid #2\u003c\/strong\u003e for Biomic 3D pastes.\n  \u003c\/div\u003e\n\n  \u003csection class=\"bmf-grid\" aria-label=\"Biomic Modeling Fluid selection guide\"\u003e\n\n    \u003carticle class=\"bmf-card\"\u003e\n      \u003cspan class=\"bmf-label\"\u003eFor 2D stains and Glaze-F\u003c\/span\u003e\n\n      \u003ch3\u003eModeling Fluid #1\u003c\/h3\u003e\n\n      \u003cp class=\"bmf-product-code\"\u003e\n        Formerly Coloring Liquid #1 · 25 mL · Item ACMF1-25\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Modeling Fluid #1 is the dedicated viscosity-adjusting liquid for\n        \u003cstrong\u003eBiomic 2D staining pastes\u003c\/strong\u003e and\n        \u003cstrong\u003eBiomic Glaze-F\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eChoose Modeling Fluid #1 when you need to:\u003c\/strong\u003e\u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eReduce the viscosity of a Biomic 2D staining paste.\u003c\/li\u003e\n        \u003cli\u003eCreate a thinner, more controlled stain application.\u003c\/li\u003e\n        \u003cli\u003eAdjust the handling consistency of Biomic Glaze-F.\u003c\/li\u003e\n        \u003cli\u003eMaintain compatibility within the Biomic 2D stain-and-glaze workflow.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"bmf-card\"\u003e\n      \u003cspan class=\"bmf-label\"\u003eFor Biomic 3D pastes\u003c\/span\u003e\n\n      \u003ch3\u003eModeling Fluid #2\u003c\/h3\u003e\n\n      \u003cp class=\"bmf-product-code\"\u003e\n        Formerly Coloring Liquid #2 · 25 mL · Item ACMF2-25\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Modeling Fluid #2 is specifically formulated to adjust the working\n        consistency of \u003cstrong\u003eBiomic 3D pastes\u003c\/strong\u003e used for surface\n        texture, morphology and minor contour characterization.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eChoose Modeling Fluid #2 when you need to:\u003c\/strong\u003e\u003c\/p\u003e\n\n      \u003cul\u003e\n        \u003cli\u003eAdjust a Biomic 3D paste that has become too thick during use.\u003c\/li\u003e\n        \u003cli\u003eImprove the paste consistency for controlled three-dimensional application.\u003c\/li\u003e\n        \u003cli\u003eMaintain the intended handling characteristics of the Biomic 3D material.\u003c\/li\u003e\n        \u003cli\u003eRecondition 3D paste without substituting an incompatible liquid.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/article\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"bmf-section\" aria-labelledby=\"modeling-fluid-comparison-heading\"\u003e\n    \u003cdiv class=\"bmf-section-heading\"\u003e\n      \u003ch2 id=\"modeling-fluid-comparison-heading\"\u003e\n        Modeling Fluid #1 vs. Modeling Fluid #2\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The correct fluid is determined by the Biomic paste being adjusted—not\n        by the restoration material being characterized.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bmf-table-wrap\"\u003e\n      \u003ctable class=\"bmf-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection factor\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eModeling Fluid #1\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eModeling Fluid #2\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFormer product name\u003c\/td\u003e\n            \u003ctd\u003eColoring Liquid #1\u003c\/td\u003e\n            \u003ctd\u003eColoring Liquid #2\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCompatible Biomic materials\u003c\/td\u003e\n            \u003ctd\u003e2D staining pastes and Glaze-F\u003c\/td\u003e\n            \u003ctd\u003e3D pastes\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePrimary function\u003c\/td\u003e\n            \u003ctd\u003eThins and adjusts 2D stain or glaze viscosity\u003c\/td\u003e\n            \u003ctd\u003eAdjusts and restores the working consistency of 3D paste\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTypical application\u003c\/td\u003e\n            \u003ctd\u003eFine external staining and glazing control\u003c\/td\u003e\n            \u003ctd\u003eSurface texture, morphology and minor contour characterization\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBottle size\u003c\/td\u003e\n            \u003ctd\u003e25 mL\u003c\/td\u003e\n            \u003ctd\u003e25 mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eInterchangeable?\u003c\/td\u003e\n            \u003ctd colspan=\"2\"\u003e\n              No. Use the fluid specified for the corresponding Biomic paste.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bmf-section\" aria-labelledby=\"modeling-fluid-use-heading\"\u003e\n    \u003ch2 id=\"modeling-fluid-use-heading\"\u003e\n      How to Use Biomic Modeling Fluid\n    \u003c\/h2\u003e\n\n    \u003col class=\"bmf-steps\"\u003e\n      \u003cli\u003e\n        Stir the Biomic paste thoroughly according to the current Aidite\n        instructions for use.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Dispense only the amount of paste needed onto a clean ceramic mixing palette.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Add the correct Modeling Fluid gradually in small increments.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Mix until the paste reaches the desired working consistency before application.\n      \u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"bmf-warning\"\u003e\n      \u003cstrong\u003eImportant:\u003c\/strong\u003e\n      Avoid pouring Modeling Fluid directly into the original paste container.\n      Adjusting a small amount separately on the palette provides greater\n      control and reduces the risk of changing the consistency of the entire jar.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bmf-section\" aria-labelledby=\"modeling-fluid-handling-heading\"\u003e\n    \u003ch2 id=\"modeling-fluid-handling-heading\"\u003e\n      Handling and Storage Guidance\n    \u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n        Use Modeling Fluid #1 only with compatible Biomic 2D staining pastes\n        and Glaze-F.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Use Modeling Fluid #2 only with compatible Biomic 3D pastes.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Do not substitute water, alcohol or an unspecified generic modeling liquid.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Add fluid gradually; excessive dilution may negatively affect handling\n        and application control.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Close the Modeling Fluid #2 bottle promptly after dispensing to help\n        prevent solidification or precipitation of its liquid-glass components.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        Keep containers properly closed and follow the current Aidite instructions\n        for use and storage requirements.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bmf-section\" aria-labelledby=\"modeling-fluid-faq-heading\"\u003e\n    \u003ch2 id=\"modeling-fluid-faq-heading\"\u003e\n      Frequently Asked Questions\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"bmf-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is Aidite Biomic Modeling Fluid?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            Aidite Biomic Modeling Fluid is a system-specific liquid used to\n            adjust the viscosity and working consistency of compatible Biomic\n            ceramic pastes. It is an application accessory and does not itself\n            provide stain color, glaze color or ceramic characterization.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the difference between Modeling Fluid #1 and #2?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            Modeling Fluid #1 is designed for Biomic 2D staining pastes and\n            Glaze-F. Modeling Fluid #2 is designed for Biomic 3D pastes.\n            They serve different parts of the Biomic workflow and are not interchangeable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich Modeling Fluid should I use with Biomic Glaze-F?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            Use Biomic Modeling Fluid #1 with Glaze-F when viscosity adjustment\n            is required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich Modeling Fluid should I use with Biomic 3D paste?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            Use Biomic Modeling Fluid #2 for Biomic 3D pastes. It is formulated\n            to adjust their working consistency without substituting an\n            incompatible liquid.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre Coloring Liquid and Modeling Fluid the same products?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. Aidite previously referred to these products as Coloring\n            Liquid #1 and Coloring Liquid #2. The updated names are Modeling\n            Fluid #1 and Modeling Fluid #2.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan Modeling Fluid #1 and #2 be used interchangeably?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            No. Modeling Fluid #1 is intended for 2D staining pastes and\n            Glaze-F, while Modeling Fluid #2 is intended for 3D pastes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eShould Modeling Fluid be added directly to the paste jar?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            The more controlled approach is to dispense the required paste onto\n            a mixing palette and add the correct fluid gradually. This avoids\n            unintentionally changing the consistency of the entire jar.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use water or another modeling liquid instead?\u003c\/summary\u003e\n        \u003cdiv class=\"bmf-faq-answer\"\u003e\n          \u003cp\u003e\n            Use the Aidite fluid specified for the corresponding Biomic paste.\n            Water or an unspecified substitute may alter handling or negatively\n            affect the intended application procedure.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"bmf-selection\" aria-labelledby=\"modeling-fluid-selection-heading\"\u003e\n    \u003ch2 id=\"modeling-fluid-selection-heading\"\u003e\n      Select the Fluid That Matches Your Biomic Material\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Select \u003cstrong\u003eModeling Fluid #1\u003c\/strong\u003e for Biomic 2D stains or Glaze-F.\n      Select \u003cstrong\u003eModeling Fluid #2\u003c\/strong\u003e for Biomic 3D pastes. Each refill\n      contains 25 mL.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"bmf-disclaimer\"\u003e\n    For professional dental laboratory use. Product application, firing and\n    storage should follow the current Aidite instructions for use. Modeling\n    Fluid adjusts paste consistency; it does not correct an unsuitable\n    restorative material, inadequate restoration thickness, design limitations\n    or an unresolved substrate-related color problem.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is Aidite Biomic Modeling Fluid?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Aidite Biomic Modeling Fluid is a system-specific liquid used to adjust the viscosity and working consistency of compatible Biomic ceramic pastes. It does not itself provide stain color, glaze color or ceramic characterization.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Modeling Fluid #1 and #2?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Modeling Fluid #1 is designed for Biomic 2D staining pastes and Glaze-F. Modeling Fluid #2 is designed for Biomic 3D pastes. They are not interchangeable.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which Modeling Fluid should I use with Biomic Glaze-F?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Use Biomic Modeling Fluid #1 with Glaze-F when viscosity adjustment is required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which Modeling Fluid should I use with Biomic 3D paste?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Use Biomic Modeling Fluid #2 for Biomic 3D pastes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are Coloring Liquid and Modeling Fluid the same products?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Aidite previously referred to these products as Coloring Liquid #1 and Coloring Liquid #2. The updated names are Modeling Fluid #1 and Modeling Fluid #2.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Modeling Fluid #1 and #2 be used interchangeably?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Modeling Fluid #1 is intended for 2D staining pastes and Glaze-F, while Modeling Fluid #2 is intended for 3D pastes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Should Modeling Fluid be added directly to the paste jar?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"For controlled adjustment, dispense the required paste onto a mixing palette and add the correct Modeling Fluid gradually rather than changing the consistency of the entire jar.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use water or another modeling liquid instead?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Use the Aidite Modeling Fluid specified for the corresponding Biomic paste. Water or an unspecified substitute may alter handling or negatively affect the intended application procedure.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Gro3X","offers":[{"title":"Modeling Fluid (formerly Coloring Liquid) #1 (25ml) \/ Buy 1","offer_id":44517988761643,"sku":"ACMF1-25","price":47.95,"currency_code":"USD","in_stock":true},{"title":"Modeling Fluid (formerly Coloring Liquid) #2 (25ml) \/ Buy 1","offer_id":44517988827179,"sku":"ACMF2-25","price":47.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0267\/0896\/7467\/files\/aidite-biomic-modeling-fluid-1-2-25ml.png?v=1785344955","url":"https:\/\/www.gro3x.com\/products\/biomic-modeling-fluid-1-and-2","provider":"Gro3X","version":"1.0","type":"link"}