{"id":3399,"date":"2026-01-24T02:39:19","date_gmt":"2026-01-24T02:39:19","guid":{"rendered":"https:\/\/idaequipment.com\/?page_id=3399"},"modified":"2026-01-24T02:56:20","modified_gmt":"2026-01-24T02:56:20","slug":"ibc-mixer-selection-guide","status":"publish","type":"page","link":"https:\/\/idaequipment.com\/pt\/ibc-tank-mixer\/ibc-mixer-selection-guide\/","title":{"rendered":"Guia de sele\u00e7\u00e3o do mixer IBC"},"content":{"rendered":"\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-777673d\" data-block-id=\"777673d\"><style>.stk-777673d {margin-bottom:14px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-777673d-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-149ed5a\" data-v=\"4\" data-block-id=\"149ed5a\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-149ed5a-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-149ed5a-inner-blocks\">\n<div id=\"ibc-selector-tool-wrapper\">\n  <style>\n    \/* --- ISOLATION & THEME INHERITANCE --- *\/\n    #ibc-selector-tool-wrapper {\n      width: 100%;\n      max-width: 100%;\n      box-sizing: border-box;\n      font-family: inherit; \/* Inherit Blocksy Global Font *\/\n      color: inherit;\n      background: #fff; \/* Clean background *\/\n      margin: 0;\n      padding: 0;\n    }\n\n    #ibc-selector-tool-wrapper * {\n      box-sizing: border-box;\n    }\n\n    \/* --- SECTION 1: INTRO & EDUCATIONAL CONTENT --- *\/\n    .ibc-tool-intro-section {\n      padding: 30px 20px;\n      background-color: #f8f9fa;\n      border-bottom: 1px solid #e0e0e0;\n      text-align: center;\n    }\n\n    .ibc-tool-intro-content {\n      max-width: 1280px;\n      margin: 0 auto;\n    }\n\n    .ibc-tool-heading {\n      color: #333; \/* Inherit or Dark Gray *\/\n      margin-bottom: 20px;\n      font-weight: 700;\n      line-height: 1.3;\n      \/* Font size inherits from theme H2 default (usually ~32px) *\/\n    }\n\n    .ibc-tool-subtext {\n      font-size: 1.1rem;\n      line-height: 1.6;\n      color: #555;\n      margin-bottom: 30px;\n    }\n\n    .ibc-pain-points-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      text-align: left;\n      margin-top: 30px;\n    }\n\n    .ibc-pain-point-card {\n      background: #fff;\n      padding: 25px;\n      border-radius: 8px;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n      border-left: 4px solid #0060A8;\n    }\n\n    .ibc-pp-title {\n      font-weight: 700;\n      color: #0060A8;\n      display: block;\n      margin-bottom: 10px;\n    }\n\n    \/* --- SECTION 2: THE INTERACTIVE WIZARD --- *\/\n    .ibc-wizard-section {\n      padding: 40px 20px;\n      background: #fff;\n      min-height: 500px; \/* Prevent layout shift *\/\n    }\n\n    .ibc-wizard-container {\n      max-width: 800px;\n      margin: 0 auto;\n      border: 1px solid #e0e0e0;\n      border-radius: 12px;\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n    }\n\n    \/* Progress Bar *\/\n    .ibc-wiz-progress {\n      background: #eee;\n      height: 8px;\n      width: 100%;\n    }\n    .ibc-wiz-bar {\n      height: 100%;\n      background: #0060A8;\n      width: 0%;\n      transition: width 0.3s ease;\n    }\n\n    \/* Wizard Content Area *\/\n    .ibc-wiz-body {\n      padding: 40px;\n    }\n\n    .ibc-question-title {\n      font-size: 1.5rem;\n      font-weight: 600;\n      margin-bottom: 30px;\n      color: #222;\n      text-align: center;\n    }\n\n    \/* Option Cards *\/\n    .ibc-options-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    @media(min-width: 600px) {\n      .ibc-options-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .ibc-option-card {\n      border: 2px solid #e0e0e0;\n      border-radius: 8px;\n      padding: 20px;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n    }\n\n    .ibc-option-card:hover {\n      border-color: #0060A8;\n      background-color: #f0f7fc;\n    }\n\n    .ibc-option-card.selected {\n      border-color: #0060A8;\n      background-color: #0060A8;\n      color: #fff;\n    }\n\n    .ibc-opt-icon {\n      font-size: 2rem;\n      margin-bottom: 10px;\n      display: block;\n    }\n    \n    .ibc-opt-label {\n      font-weight: 600;\n      display: block;\n      margin-bottom: 5px;\n    }\n    \n    .ibc-opt-desc {\n      font-size: 0.9rem;\n      opacity: 0.9;\n    }\n\n    \/* Navigation Buttons *\/\n    .ibc-wiz-footer {\n      padding: 20px 40px;\n      background: #f9f9f9;\n      display: flex;\n      justify-content: space-between;\n      border-top: 1px solid #eee;\n    }\n\n    .ibc-btn {\n      padding: 12px 24px;\n      border-radius: 6px;\n      font-weight: 600;\n      cursor: pointer;\n      border: none;\n      transition: background 0.2s;\n      font-size: 1rem;\n    }\n\n    .ibc-btn-prev {\n      background: #e0e0e0;\n      color: #555;\n    }\n    .ibc-btn-prev:hover { background: #d0d0d0; }\n\n    .ibc-btn-next {\n      background: #0060A8;\n      color: #fff;\n    }\n    .ibc-btn-next:hover { background: #004c85; }\n\n    .ibc-hidden { display: none !important; }\n\n    \/* Result View *\/\n    .ibc-result-view {\n      text-align: center;\n      animation: ibcFadeIn 0.5s ease;\n    }\n\n    .ibc-result-header {\n      color: #0060A8;\n      font-size: 1.8rem;\n      margin-bottom: 10px;\n    }\n\n    .ibc-result-product-box {\n      background: #f0f7fc;\n      border: 2px dashed #0060A8;\n      padding: 30px;\n      margin: 25px 0;\n      border-radius: 8px;\n    }\n\n    .ibc-spec-list {\n      list-style: none;\n      padding: 0;\n      margin: 20px 0;\n      text-align: left;\n      display: inline-block;\n    }\n\n    .ibc-spec-list li {\n      margin-bottom: 10px;\n      padding-left: 25px;\n      position: relative;\n    }\n\n    .ibc-spec-list li:before {\n      content: \"\u2713\";\n      color: #0060A8;\n      font-weight: bold;\n      position: absolute;\n      left: 0;\n    }\n\n    @keyframes ibcFadeIn {\n      from { opacity: 0; transform: translateY(10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n  <\/style>\n\n  <div class=\"ibc-tool-intro-section\">\n    <div class=\"ibc-tool-intro-content\">\n      <h2 class=\"ibc-tool-heading\">IBC Mixer Selection Guide: Find Your Perfect Match<\/h2>\n      <p class=\"ibc-tool-subtext\">\n        Choosing the wrong IBC mixer can lead to <strong>insufficient mixing, dead zones, and safety hazards<\/strong>. \n        Whether you are handling high-viscosity chemicals or sanitary food products, our configurator ensures you get the right technology.\n      <\/p>\n      \n      <div class=\"ibc-pain-points-grid\">\n        <div class=\"ibc-pain-point-card\">\n          <span class=\"ibc-pp-title\">The Viscosity Challenge<\/span>\n          <p>Standard agitators fail above 1,000 cPs. Our Folding Impeller technology handles up to 40,000 cPs.<\/p>\n        <\/div>\n        <div class=\"ibc-pain-point-card\">\n          <span class=\"ibc-pp-title\">Narrow 6&#8243; Opening<\/span>\n          <p>Don&#8217;t cut your tank. We offer Retractable Blade designs that fit through standard 6-inch Tote caps.<\/p>\n        <\/div>\n        <div class=\"ibc-pain-point-card\">\n          <span class=\"ibc-pp-title\">Safety &#038; Compliance<\/span>\n          <p>From ATEX explosion-proof motors to Food Grade sanitary finishes, we ensure compliance[cite: 41].<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns stk-block-columns stk-block stk-964e46c\" data-block-id=\"964e46c\"><style>.stk-964e46c {margin-bottom:14px !important;}<\/style><div class=\"stk-row stk-inner-blocks has-text-align-center stk-block-content stk-content-align stk-964e46c-column\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-061c223\" data-v=\"4\" data-block-id=\"061c223\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-061c223-container stk--no-background stk--no-padding\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-061c223-inner-blocks\"><div class=\"ct-breadcrumbs\" data-source=\"rankmath\" ><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Home<\/span><\/p><\/nav><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-0e1f30a\" data-block-id=\"0e1f30a\"><style>.stk-0e1f30a {margin-bottom:14px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-0e1f30a-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-d3e71ec\" data-v=\"4\" data-block-id=\"d3e71ec\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-d3e71ec-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-d3e71ec-inner-blocks\">\n<div id=\"ibc-selector-tool-wrapper\">\n  <style>\n    \/* --- ISOLATION & THEME INHERITANCE --- *\/\n    #ibc-selector-tool-wrapper {\n      width: 100%;\n      max-width: 100%;\n      box-sizing: border-box;\n      font-family: inherit; \/* Inherit Blocksy Global Font *\/\n      color: inherit;\n      background: #fff; \/* Clean background *\/\n      margin: 0;\n      padding: 0;\n    }\n\n    #ibc-selector-tool-wrapper * {\n      box-sizing: border-box;\n    }\n\n    \/* --- SECTION 1: INTRO & EDUCATIONAL CONTENT --- *\/\n    .ibc-tool-intro-section {\n      padding: 20px 20px;\n      border-bottom: 1px solid #e0e0e0;\n      text-align: center;\n    }\n\n    .ibc-tool-intro-content {\n      max-width: 1280px;\n      margin: 0 auto;\n    }\n\n    h3.ibc-tool-subhead {\n      color: #333; \/* Inherit or Dark Gray *\/\n      margin-bottom: 20px;\n      font-weight: 700;\n      line-height: 1.3;\n    }\n\n    .ibc-tool-subtext {\n      font-size: 1.1rem;\n      line-height: 1.6;\n      color: #555;\n      margin-bottom: 30px;\n    }\n\n    .ibc-pain-points-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 20px;\n      text-align: left;\n      margin-top: 30px;\n    }\n\n    .ibc-pain-point-card {\n      background: #fff;\n      padding: 25px;\n      border-radius: 8px;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n      border-left: 4px solid #0060A8;\n    }\n\n    .ibc-pp-title {\n      font-weight: 700;\n      color: #0060A8;\n      display: block;\n      margin-bottom: 10px;\n    }\n\n    \/* --- SECTION 2: THE INTERACTIVE WIZARD --- *\/\n    .ibc-wizard-section {\n      padding: 30px 20px;\n      background: #fff;\n      min-height: 500px; \/* Prevent layout shift *\/\n    }\n\n    .ibc-wizard-container {\n      max-width: 1300px;\n      margin: 0 auto;\n      border: 1px solid #e0e0e0;\n      border-radius: 12px;\n      overflow: hidden;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n    }\n\n    \/* Progress Bar *\/\n    .ibc-wiz-progress {\n      background: #eee;\n      height: 8px;\n      width: 100%;\n    }\n    .ibc-wiz-bar {\n      height: 100%;\n      background: #0060A8;\n      width: 0%;\n      transition: width 0.3s ease;\n    }\n\n    \/* Wizard Content Area *\/\n    .ibc-wiz-body {\n      padding: 40px;\n    }\n\n    .ibc-question-title {\n      font-size: 1.5rem;\n      font-weight: 600;\n      margin-bottom: 30px;\n      color: #222;\n      text-align: center;\n    }\n\n    \/* Option Cards *\/\n    .ibc-options-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    @media(min-width: 600px) {\n      .ibc-options-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .ibc-option-card {\n      border: 2px solid #e0e0e0;\n      border-radius: 8px;\n      padding: 20px;\n      cursor: pointer;\n      transition: all 0.2s ease;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n    }\n\n    .ibc-option-card:hover {\n      border-color: #0060A8;\n      background-color: #f0f7fc;\n    }\n\n    .ibc-option-card.selected {\n      border-color: #0060A8;\n      background-color: #0060A8;\n      color: #fff;\n    }\n\n    .ibc-opt-icon {\n      font-size: 2rem;\n      margin-bottom: 10px;\n      display: block;\n    }\n    \n    .ibc-opt-label {\n      font-weight: 600;\n      display: block;\n      margin-bottom: 5px;\n    }\n    \n    .ibc-opt-desc {\n      font-size: 0.9rem;\n      opacity: 0.9;\n    }\n\n    \/* Navigation Buttons *\/\n    .ibc-wiz-footer {\n      padding: 20px 40px;\n      background: #f9f9f9;\n      display: flex;\n      justify-content: space-between;\n      border-top: 1px solid #eee;\n    }\n\n    .ibc-btn {\n      padding: 12px 24px;\n      border-radius: 6px;\n      font-weight: 600;\n      cursor: pointer;\n      border: none;\n      transition: background 0.2s;\n      font-size: 1rem;\n    }\n\n    .ibc-btn-prev {\n      background: #e0e0e0;\n      color: #555;\n    }\n    .ibc-btn-prev:hover { background: #d0d0d0; }\n\n    .ibc-btn-next {\n      background: #0060A8;\n      color: #fff;\n    }\n    .ibc-btn-next:hover { background: #004c85; }\n\n    .ibc-hidden { display: none !important; }\n\n    \/* Result View *\/\n    .ibc-result-view {\n      text-align: center;\n      animation: ibcFadeIn 0.5s ease;\n    }\n\n    .ibc-result-header {\n      color: #0060A8;\n      font-size: 1.8rem;\n      margin-bottom: 10px;\n    }\n\n    .ibc-result-product-box {\n      background: #f0f7fc;\n      border: 2px dashed #0060A8;\n      padding: 30px;\n      margin: 25px 0;\n      border-radius: 8px;\n    }\n\n    .ibc-spec-list {\n      list-style: none;\n      padding: 0;\n      margin: 20px 0;\n      text-align: left;\n      display: inline-block;\n    }\n\n    .ibc-spec-list li {\n      margin-bottom: 10px;\n      padding-left: 25px;\n      position: relative;\n    }\n\n    .ibc-spec-list li:before {\n      content: \"\u2713\";\n      color: #0060A8;\n      font-weight: bold;\n      position: absolute;\n      left: 0;\n    }\n\n    @keyframes ibcFadeIn {\n      from { opacity: 0; transform: translateY(10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n  <\/style>\n\n  <div class=\"ibc-tool-intro-section\">\n    <div class=\"ibc-tool-intro-content\">\n      <h3 class=\"ibc-tool-subhead\">IBC Mixer Selection Wizard (Configurator)<\/h3>\n\n  <div class=\"ibc-wizard-section\">\n    <div class=\"ibc-wizard-container\">\n      <div class=\"ibc-wiz-progress\">\n        <div class=\"ibc-wiz-bar\" id=\"ibc-wiz-bar\"><\/div>\n      <\/div>\n\n      <div class=\"ibc-wiz-body\" id=\"ibc-wiz-body\">\n        <\/div>\n\n      <div class=\"ibc-wiz-footer\" id=\"ibc-wiz-footer\">\n        <button class=\"ibc-btn ibc-btn-prev\" id=\"ibc-btn-prev\">Back<\/button>\n        <button class=\"ibc-btn ibc-btn-next\" id=\"ibc-btn-next\">Next Step<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    (function() {\n      \/\/ Data Structure based on Report Analysis\n      const wizardData = {\n        questions: [\n          {\n            id: 'viscosity',\n            title: \"1. What is the Viscosity of your liquid?\",\n            options: [\n              { label: \"Water-like\", desc: \"< 500 cPs (e.g., Water, Juice, Solvents)\", value: \"low\", icon: \"\ud83d\udca7\" },\n              { label: \"Medium Oil\", desc: \"500 - 5,000 cPs (e.g., Oil, Paint, Shampoo)\", value: \"medium\", icon: \"\ud83d\udee2\ufe0f\" },\n              { label: \"High Viscosity\", desc: \"5,000 - 40,000 cPs (e.g., Honey, Paste, Resin)\", value: \"high\", icon: \"\ud83c\udf6f\" }\n            ]\n          },\n          {\n            id: 'application',\n            title: \"2. What is your primary mixing goal?\",\n            options: [\n              { label: \"Suspension\", desc: \"Keep solids from settling\", value: \"suspension\", icon: \"\ud83d\udd04\" },\n              { label: \"Dissolving\", desc: \"Mix powders into liquid\", value: \"dissolve\", icon: \"\u2697\ufe0f\" },\n              { label: \"Gentle Blending\", desc: \"Shear-sensitive materials\", value: \"gentle\", icon: \"\u270b\" }\n            ]\n          },\n          {\n            id: 'environment',\n            title: \"3. What is the working environment?\",\n            options: [\n              { label: \"Standard Industrial\", desc: \"General factory environment\", value: \"std\", icon: \"\ud83c\udfed\" },\n              { label: \"Explosion Proof (ATEX)\", desc: \"Flammable solvents\/chemicals\", value: \"atex\", icon: \"\u26a0\ufe0f\" },\n              { label: \"Sanitary \/ Food\", desc: \"Food, Pharma, Cosmetics\", value: \"food\", icon: \"\ud83c\udfe5\" }\n            ]\n          }\n        ]\n      };\n\n      \/\/ State\n      let currentStep = 0;\n      let userAnswers = {};\n\n      \/\/ DOM Elements\n      const bodyEl = document.getElementById('ibc-wiz-body');\n      const prevBtn = document.getElementById('ibc-btn-prev');\n      const nextBtn = document.getElementById('ibc-btn-next');\n      const barEl = document.getElementById('ibc-wiz-bar');\n      const footerEl = document.getElementById('ibc-wiz-footer');\n\n      \/\/ Init\n      function init() {\n        renderStep();\n        updateButtons();\n      }\n\n      function renderStep() {\n        const q = wizardData.questions[currentStep];\n        \n        \/\/ Update Progress\n        const progress = ((currentStep + 1) \/ wizardData.questions.length) * 100;\n        barEl.style.width = `${progress}%`;\n\n        \/\/ Render HTML\n        let html = `<h3 class=\"ibc-question-title\">${q.title}<\/h3>`;\n        html += `<div class=\"ibc-options-grid\">`;\n        \n        q.options.forEach(opt => {\n          const isSelected = userAnswers[q.id] === opt.value ? 'selected' : '';\n          html += `\n            <div class=\"ibc-option-card ${isSelected}\" onclick=\"selectOption('${q.id}', '${opt.value}')\">\n              <span class=\"ibc-opt-icon\">${opt.icon}<\/span>\n              <span class=\"ibc-opt-label\">${opt.label}<\/span>\n              <span class=\"ibc-opt-desc\">${opt.desc}<\/span>\n            <\/div>\n          `;\n        });\n        \n        html += `<\/div>`;\n        bodyEl.innerHTML = html;\n      }\n\n      \/\/ Expose to global scope for the onclick handler (safely)\n      window.selectOption = function(questionId, value) {\n        userAnswers[questionId] = value;\n        renderStep(); \/\/ Re-render to show selection state\n        \n        \/\/ Auto-advance if not last step (optional UX improvement)\n        \/\/ setTimeout(() => { if(currentStep < wizardData.questions.length -1) nextStep(); }, 300);\n      };\n\n      function updateButtons() {\n        prevBtn.style.visibility = currentStep === 0 ? 'hidden' : 'visible';\n        nextBtn.innerHTML = currentStep === wizardData.questions.length - 1 ? 'See Recommendation' : 'Next Step';\n      }\n\n      function nextStep() {\n        \/\/ Validation\n        const currentQ = wizardData.questions[currentStep];\n        if (!userAnswers[currentQ.id]) {\n          alert(\"Please select an option to continue.\");\n          return;\n        }\n\n        if (currentStep < wizardData.questions.length - 1) {\n          currentStep++;\n          renderStep();\n          updateButtons();\n        } else {\n          showResults();\n        }\n      }\n\n      function prevStep() {\n        if (currentStep > 0) {\n          currentStep--;\n          renderStep();\n          updateButtons();\n        }\n      }\n\n      function showResults() {\n        \/\/ Logic Engine based on Report\n        let productTitle = \"Standard IBC Bridge Mount Mixer\";\n        let features = [\"Fits standard 275\/330 Gal Totes\"];\n        \n        \/\/ 1. Viscosity Logic [cite: 29, 39]\n        if (userAnswers.viscosity === 'high') {\n          productTitle = \"Heavy-Duty Folding Impeller IBC Mixer\";\n          features.push(\"<strong>Folding Impeller:<\/strong> Expands after entering 6\\\" opening\");\n          features.push(\"<strong>High Torque:<\/strong> Handles up to 40,000 cPs\");\n        } else if (userAnswers.viscosity === 'medium') {\n          productTitle = \"Gear-Reduced High Torque Mixer\";\n          features.push(\"Targeted for paints and polymers\");\n        } else {\n           features.push(\"High Speed Direct Drive for rapid turnover\");\n        }\n\n        \/\/ 2. Application Logic \n        if (userAnswers.application === 'dissolve') {\n          features.push(\"High-Shear capability for solids\");\n        } else if (userAnswers.application === 'gentle') {\n          features.push(\"Low RPM Variable Speed Control (VFD)\");\n        }\n\n        \/\/ 3. Environment Logic [cite: 32, 41]\n        if (userAnswers.environment === 'atex') {\n          productTitle = \"Pneumatic (Air-Driven) Explosion Proof Mixer\";\n          features.push(\"<strong>ATEX Certified:<\/strong> Safe for flammable solvents\");\n          features.push(\"No electrical sparks\");\n        } else if (userAnswers.environment === 'food') {\n          productTitle += \" (Sanitary Grade)\";\n          features.push(\"<strong>FDA Compliant:<\/strong> Mirror Polish & 316L Stainless Steel\");\n          features.push(\"Easy-clean design\");\n        }\n\n        \/\/ Render Result\n        barEl.style.width = '100%';\n        footerEl.style.display = 'none'; \/\/ Hide nav buttons\n        \n        const featureList = features.map(f => `<li>${f}<\/li>`).join('');\n\n        const resultHTML = `\n          <div class=\"ibc-result-view\">\n            <h3 class=\"ibc-result-header\">Recommended Configuration<\/h3>\n            <p>Based on your requirements, we recommend:<\/p>\n            \n            <div class=\"ibc-result-product-box\">\n              <h2 style=\"color:#333; margin-top:0;\">${productTitle}<\/h2>\n              <ul class=\"ibc-spec-list\">\n                ${featureList}\n              <\/ul>\n            <\/div>\n            \n            <p style=\"font-size:0.9rem; color:#666;\">\n              Need custom specs? We are a factory offering bespoke B2B solutions.<br>\n              <strong>Suzhou Yudong Information Technology Co., Ltd.<\/strong>\n            <\/p>\n            \n            <button onclick=\"location.reload()\" style=\"background:none; border:none; text-decoration:underline; cursor:pointer; color:#666; margin-top:15px;\">Start Over<\/button>\n          <\/div>\n        `;\n        \n        bodyEl.innerHTML = resultHTML;\n      }\n\n      \/\/ Event Listeners\n      prevBtn.addEventListener('click', prevStep);\n      nextBtn.addEventListener('click', nextStep);\n\n      \/\/ Start\n      init();\n\n    })();\n  <\/script>\n<\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>IBC Mixer Selection Guide: Find Your Perfect Match Choosing the wrong IBC mixer can lead to insufficient mixing, dead zones, and safety hazards. Whether you are handling high-viscosity chemicals or sanitary food products, our configurator ensures you get the right technology. The Viscosity Challenge Standard agitators fail above 1,000 cPs. Our Folding Impeller technology handles [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":1224,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-3399","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages\/3399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/comments?post=3399"}],"version-history":[{"count":0,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages\/3399\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/pages\/1224"}],"wp:attachment":[{"href":"https:\/\/idaequipment.com\/pt\/wp-json\/wp\/v2\/media?parent=3399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}