{"id":1488,"date":"2026-04-30T08:33:42","date_gmt":"2026-04-30T08:33:42","guid":{"rendered":"https:\/\/guanmalabel.com\/?page_id=1488"},"modified":"2026-04-30T08:39:14","modified_gmt":"2026-04-30T08:39:14","slug":"chemical-compatibility-selector","status":"publish","type":"page","link":"https:\/\/guanmalabel.com\/pt-br\/label-solutions-by-application\/chemical-resistant-labels\/chemical-compatibility-selector\/","title":{"rendered":"Seletor Compatibilidade Qu\u00edmica"},"content":{"rendered":"\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-6581007\" data-block-id=\"6581007\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-6581007-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-ded8661\" data-v=\"4\" data-block-id=\"ded8661\"><style>.stk-ded8661-container{margin-top:var(--stk--preset--spacing--50, 1.5rem) !important;margin-right:var(--stk--preset--spacing--50, 1.5rem) !important;margin-bottom:var(--stk--preset--spacing--50, 1.5rem) !important;margin-left:var(--stk--preset--spacing--50, 1.5rem) !important;}<\/style><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-ded8661-container stk--no-background stk--no-padding\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-ded8661-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-53085b3\" data-block-id=\"53085b3\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-53085b3-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-8c47baa\" data-v=\"4\" data-block-id=\"8c47baa\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-8c47baa-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-8c47baa-inner-blocks\">\n<style>\n\/* ==========================================================================\n   GUANMA CHEMICAL COMPATIBILITY SELECTOR MODULE\n   Scope Isolation: #guanma-selector-module\n   ========================================================================== *\/\n\n#guanma-selector-module {\n    width: 100% !important;\n    background-color: #f8faf9 !important;\n    padding: 60px 0 !important;\n    font-family: inherit !important;\n    color: #1f2937 !important;\n    line-height: 1.6 !important;\n    box-sizing: border-box !important;\n    position: relative !important;\n}\n\n#guanma-selector-module * {\n    box-sizing: border-box !important;\n}\n\n#guanma-selector-module .gm-container {\n    max-width: 1600px !important;\n    width: 100% !important;\n    margin: 0 auto !important;\n    padding: 0 40px !important;\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 40px !important;\n}\n\n\/* --- Header Section --- *\/\n#guanma-selector-module .gm-header {\n    text-align: left !important;\n    border-left: 5px solid #009048 !important;\n    padding-left: 20px !important;\n}\n\n#guanma-selector-module .gm-title {\n    font-size: 32px !important;\n    color: #007800 !important;\n    margin: 0 0 10px 0 !important;\n    font-weight: 800 !important;\n    line-height: 1.2 !important;\n}\n\n#guanma-selector-module .gm-subtitle {\n    font-size: 18px !important;\n    color: #4b5563 !important;\n    margin: 0 !important;\n    max-width: 1000px !important;\n}\n\n\/* --- Main Layout Grid --- *\/\n#guanma-selector-module .gm-layout-grid {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 40px !important;\n    align-items: flex-start !important;\n}\n\n#guanma-selector-module .gm-form-col {\n    flex: 1 1 60% !important;\n    min-width: 320px !important;\n}\n\n#guanma-selector-module .gm-result-col {\n    flex: 1 1 35% !important;\n    min-width: 320px !important;\n    position: sticky !important;\n    top: 40px !important;\n}\n\n\/* --- Form Fieldsets & Custom Radio Cards --- *\/\n#guanma-selector-module fieldset {\n    background: #ffffff !important;\n    border: 1px solid #eef2f0 !important;\n    border-radius: 0 !important;\n    padding: 30px !important;\n    margin: 0 0 30px 0 !important;\n    box-shadow: 0 10px 30px rgba(0, 144, 72, 0.03) !important;\n}\n\n#guanma-selector-module legend {\n    font-size: 20px !important;\n    font-weight: 700 !important;\n    color: #009030 !important;\n    padding: 0 15px !important;\n    background: #f8faf9 !important;\n    border: 1px solid #eef2f0 !important;\n    border-bottom: none !important;\n    transform: translateY(16px) !important;\n}\n\n#guanma-selector-module .gm-options-grid {\n    display: grid !important;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;\n    gap: 15px !important;\n    margin-top: 20px !important;\n}\n\n\/* Bug Fix: Ensure radio inputs are checkable by hiding them visually instead of display:none *\/\n#guanma-selector-module input[type=\"radio\"] {\n    position: absolute !important;\n    opacity: 0 !important;\n    z-index: -1 !important;\n}\n\n\/* Custom Radio Card Label *\/\n#guanma-selector-module .gm-radio-label {\n    display: flex !important;\n    align-items: center !important;\n    padding: 16px 20px !important;\n    background: #ffffff !important;\n    border: 2px solid #eef2f0 !important;\n    cursor: pointer !important;\n    transition: all 0.3s ease !important;\n    height: 100% !important;\n    font-size: 15px !important;\n    color: #4b5563 !important;\n    font-weight: 500 !important;\n}\n\n#guanma-selector-module .gm-radio-label:hover {\n    border-color: #009048 !important;\n    background: #f4fdf7 !important;\n}\n\n\/* State when checked using the sibling selector *\/\n#guanma-selector-module input[type=\"radio\"]:checked + .gm-radio-label {\n    border-color: #009048 !important;\n    background: #eefaf2 !important;\n    color: #007800 !important;\n    font-weight: 700 !important;\n    box-shadow: 0 4px 15px rgba(0, 144, 72, 0.1) !important;\n}\n\n\/* Custom Radio Circle *\/\n#guanma-selector-module .gm-radio-circle {\n    width: 20px !important;\n    height: 20px !important;\n    border: 2px solid #cbd5e1 !important;\n    border-radius: 50% !important;\n    margin-right: 15px !important;\n    flex-shrink: 0 !important;\n    position: relative !important;\n    transition: all 0.2s ease !important;\n}\n\n#guanma-selector-module input[type=\"radio\"]:checked + .gm-radio-label .gm-radio-circle {\n    border-color: #009048 !important;\n}\n\n#guanma-selector-module input[type=\"radio\"]:checked + .gm-radio-label .gm-radio-circle::after {\n    content: '' !important;\n    position: absolute !important;\n    top: 4px !important;\n    left: 4px !important;\n    width: 8px !important;\n    height: 8px !important;\n    background: #009048 !important;\n    border-radius: 50% !important;\n}\n\n\/* --- Submit Button --- *\/\n#guanma-selector-module .gm-submit-btn {\n    display: inline-flex !important;\n    background: #009048 !important;\n    color: #ffffff !important;\n    padding: 18px 40px !important;\n    border: none !important;\n    font-size: 18px !important;\n    font-weight: 700 !important;\n    cursor: pointer !important;\n    transition: all 0.3s ease !important;\n    width: 100% !important;\n    justify-content: center !important;\n    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px) !important;\n}\n\n#guanma-selector-module .gm-submit-btn:hover {\n    background: #007800 !important;\n}\n\n\/* --- Result Panel (Right Column) --- *\/\n#guanma-selector-module .gm-result-panel {\n    background: #ffffff !important;\n    border-top: 6px solid #009048 !important;\n    padding: 40px 30px !important;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;\n    display: none !important; \/* Managed purely by JS without complex logic *\/\n}\n\n#guanma-selector-module .gm-result-panel.gm-show {\n    display: block !important;\n    animation: gmFadeInUp 0.5s ease forwards !important;\n}\n\n@keyframes gmFadeInUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n#guanma-selector-module .gm-result-panel-empty {\n    background: #ffffff !important;\n    border: 2px dashed #cbd5e1 !important;\n    padding: 40px 30px !important;\n    text-align: center !important;\n    color: #94a3b8 !important;\n    font-size: 18px !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    height: 100% !important;\n    min-height: 400px !important;\n}\n\n#guanma-selector-module .gm-result-title {\n    font-size: 22px !important;\n    color: #007800 !important;\n    margin: 0 0 25px 0 !important;\n    font-weight: 700 !important;\n    border-bottom: 2px solid #eef2f0 !important;\n    padding-bottom: 15px !important;\n}\n\n#guanma-selector-module .gm-result-row {\n    display: flex !important;\n    flex-direction: column !important;\n    margin-bottom: 20px !important;\n}\n\n#guanma-selector-module .gm-result-label {\n    font-size: 13px !important;\n    color: #6b7280 !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    margin-bottom: 4px !important;\n    font-weight: 600 !important;\n}\n\n#guanma-selector-module .gm-result-value {\n    font-size: 16px !important;\n    color: #1f2937 !important;\n    font-weight: 700 !important;\n    padding: 10px 15px !important;\n    background: #f4fdf7 !important;\n    border-left: 3px solid #00FF00 !important;\n}\n\n#guanma-selector-module .gm-disclaimer {\n    margin-top: 25px !important;\n    font-size: 14px !important;\n    color: #4b5563 !important;\n    font-style: italic !important;\n    padding-top: 20px !important;\n    border-top: 1px dashed #cbd5e1 !important;\n    line-height: 1.6 !important;\n}\n\n#guanma-selector-module .gm-cta-wrap {\n    margin-top: 30px !important;\n    text-align: center !important;\n}\n\n#guanma-selector-module .gm-btn-cta {\n    display: inline-block !important;\n    background: #ffffff !important;\n    color: #009048 !important;\n    padding: 15px 25px !important;\n    font-weight: 700 !important;\n    text-decoration: none !important;\n    border: 2px solid #009048 !important;\n    transition: all 0.3s ease !important;\n    width: 100% !important;\n}\n\n#guanma-selector-module .gm-btn-cta:hover {\n    background: #009048 !important;\n    color: #ffffff !important;\n    box-shadow: 0 5px 15px rgba(0, 144, 72, 0.2) !important;\n}\n\n\/* --- Responsive Adjustments --- *\/\n@media (max-width: 992px) {\n    #guanma-selector-module .gm-layout-grid {\n        flex-direction: column !important;\n    }\n    #guanma-selector-module .gm-result-col {\n        position: static !important;\n    }\n    #guanma-selector-module .gm-result-panel-empty {\n        display: none !important;\n    }\n}\n\n@media (max-width:690px) {\n    #guanma-selector-module .gm-container {\n        padding: 0 20px !important;\n    }\n    #guanma-selector-module {\n        padding: 40px 0 !important;\n    }\n    #guanma-selector-module fieldset {\n        padding: 20px 15px !important;\n    }\n}\n<\/style>\n\n<section id=\"guanma-selector-module\">\n    <div class=\"gm-container\">\n        \n        <div class=\"gm-header\">\n            <div class=\"gm-title\" role=\"heading\" aria-level=\"2\">Chemical Compatibility Selector<\/div>\n            <div class=\"gm-subtitle\" role=\"heading\" aria-level=\"3\">Pick the dominant chemical exposure your end-customer&#8217;s container will face. We will recommend the Guanma facestock-adhesive construction that fits.<\/div>\n        <\/div>\n\n        <div class=\"gm-layout-grid\">\n            \n            <!-- Form Area (Replaced form tag with div) -->\n            <div class=\"gm-form-col\" id=\"gm-cc-wrapper\">\n                \n                <fieldset>\n                    <legend>1. Dominant chemical exposure<\/legend>\n                    <div class=\"gm-options-grid\">\n                        <input type=\"radio\" id=\"gm_chem_1\" name=\"gm_chem\" value=\"solvent_immersion\">\n                        <label for=\"gm_chem_1\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Aggressive solvent immersion (xylene, toluene, MEK, over 6 hours)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_2\" name=\"gm_chem\" value=\"solvent_wipe\">\n                        <label for=\"gm_chem_2\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Solvent wipe or splash (acetone, MEK, occasional contact)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_3\" name=\"gm_chem\" value=\"alcohol\">\n                        <label for=\"gm_chem_3\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Alcohol wipe-down (ethanol, IPA, repeat sanitation)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_4\" name=\"gm_chem\" value=\"oil\">\n                        <label for=\"gm_chem_4\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Industrial oil \/ lubricant \/ hydraulic fluid contact<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_5\" name=\"gm_chem\" value=\"acid\">\n                        <label for=\"gm_chem_5\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Acid contact (sulfuric, hydrochloric, nitric \u2014 splash or vapour)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_6\" name=\"gm_chem\" value=\"oxidiser\">\n                        <label for=\"gm_chem_6\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Oxidiser cleaners (bleach, peroxide \u2014 repeat exposure)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_7\" name=\"gm_chem\" value=\"marine\">\n                        <label for=\"gm_chem_7\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Marine immersion (chemical drum \/ IBC overseas shipping \u2014 BS 5609)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_chem_8\" name=\"gm_chem\" value=\"general\">\n                        <label for=\"gm_chem_8\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">General-purpose chemical secondary container labelling<\/span>\n                        <\/label>\n                    <\/div>\n                <\/fieldset>\n\n                <fieldset>\n                    <legend>2. Container surface<\/legend>\n                    <div class=\"gm-options-grid\">\n                        <input type=\"radio\" id=\"gm_surf_1\" name=\"gm_surf\" value=\"hdpe\">\n                        <label for=\"gm_surf_1\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">HDPE (chemical drum, IBC body)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_surf_2\" name=\"gm_surf\" value=\"pp\">\n                        <label for=\"gm_surf_2\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Polypropylene (lab bottles, secondary containers)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_surf_3\" name=\"gm_surf\" value=\"glass\">\n                        <label for=\"gm_surf_3\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Glass (reagent bottles, vials)<\/span>\n                        <\/label>\n\n                        <input type=\"radio\" id=\"gm_surf_4\" name=\"gm_surf\" value=\"metal\">\n                        <label for=\"gm_surf_4\" class=\"gm-radio-label\">\n                            <div class=\"gm-radio-circle\"><\/div>\n                            <span class=\"gm-radio-text\">Painted or bare metal (industrial drums, equipment)<\/span>\n                        <\/label>\n                    <\/div>\n                <\/fieldset>\n\n                <!-- Trigger configured with inline onclick -->\n                <button type=\"button\" class=\"gm-submit-btn\" onclick=\"gmCalculateResult()\">Recommend a construction<\/button>\n            <\/div>\n\n            <!-- Result Panel -->\n            <div class=\"gm-result-col\">\n                <div id=\"gm-result-panel\" class=\"gm-result-panel\">\n                    <div class=\"gm-result-title\" role=\"heading\" aria-level=\"3\">Recommended Guanma Construction<\/div>\n                    \n                    <div class=\"gm-result-row\">\n                        <span class=\"gm-result-label\">Facestock<\/span>\n                        <span class=\"gm-result-value\" id=\"gm-r-face\">\u2014<\/span>\n                    <\/div>\n                    <div class=\"gm-result-row\">\n                        <span class=\"gm-result-label\">Adhesive chemistry<\/span>\n                        <span class=\"gm-result-value\" id=\"gm-r-adh\">\u2014<\/span>\n                    <\/div>\n                    <div class=\"gm-result-row\">\n                        <span class=\"gm-result-label\">Topcoat \/ over-laminate<\/span>\n                        <span class=\"gm-result-value\" id=\"gm-r-top\">\u2014<\/span>\n                    <\/div>\n                    <div class=\"gm-result-row\">\n                        <span class=\"gm-result-label\">Recommended print method<\/span>\n                        <span class=\"gm-result-value\" id=\"gm-r-print\">\u2014<\/span>\n                    <\/div>\n                    <div class=\"gm-result-row\">\n                        <span class=\"gm-result-label\">RIBCA reference<\/span>\n                        <span class=\"gm-result-value\" id=\"gm-r-ribca\">\u2014<\/span>\n                    <\/div>\n                    \n                    <div id=\"gm-r-note\" class=\"gm-disclaimer\"><\/div>\n                    \n                    <div class=\"gm-cta-wrap\">\n                        <!-- Link remains completely static in HTML to be identified by Blocksy -->\n                        <a href=\"#ct-popup-809\" class=\"gm-btn-cta\">Request matching samples for in-house testing \u2192<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div id=\"gm-result-empty\" class=\"gm-result-panel-empty\">\n                    Select your parameters on the left to generate a specific material construction recommendation.\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Strictly compliant vanilla JS logic -->\n<script>\nvar gmMatrixData = {\n    solvent_immersion: {face: \"PET (polyester)\", adh: \"Solution acrylic\", top: \"Over-laminate recommended for over 72-hour submersion\", print: \"Thermal transfer + resin ribbon\", ribca: \"Construction #4 (Ionomer Topcoat profile)\", note: \"Most aggressive solvent contact. Confirm sample test against your specific solvent and exposure duration.\"},\n    solvent_wipe: {face: \"PET or PP synthetic paper\", adh: \"Solution acrylic\", top: \"Topcoat sufficient for wipe; over-laminate for splash\", print: \"Thermal transfer + resin ribbon\", ribca: \"Construction #3 (T-100) variant\", note: \"For mixed solvent and wipe profiles, default to PET for safety margin.\"},\n    alcohol: {face: \"Top-coated paper or PP\", adh: \"Acrylic emulsion or solution acrylic\", top: \"Topcoat required\", print: \"Thermal transfer or laser printer\", ribca: \"General-purpose chemical secondary\", note: \"Repeat IPA or ethanol wipe \u2014 pharma and lab cleanroom typical.\"},\n    oil: {face: \"PP synthetic paper\", adh: \"Hot-melt or solution acrylic\", top: \"Topcoat sufficient\", print: \"Thermal transfer printer\", ribca: \"Construction #1 (CrockLock) or #3 (T-100)\", note: \"PP excels at oil edge resistance; hot-melt suits ambient service temperature.\"},\n    acid: {face: \"PET (polyester)\", adh: \"Solution acrylic\", top: \"Over-laminate strongly recommended\", print: \"Thermal transfer + resin ribbon\", ribca: \"Custom construction\", note: \"Acid vapour exposure \u2014 confirm specific acid and concentration in sample request.\"},\n    oxidiser: {face: \"PP synthetic paper or PET\", adh: \"Solution acrylic\", top: \"Topcoat required for repeat cleaning cycles\", print: \"Thermal transfer + resin ribbon\", ribca: \"Construction #3 (T-100) profile\", note: \"Bleach or peroxide repeat cleaning \u2014 pigment system critical.\"},\n    marine: {face: \"PP synthetic paper or PET \u2014 BS 5609:2024 Section 2 candidate\", adh: \"Solution acrylic\", top: \"Over-laminate for Section 3 print durability\", print: \"Thermal transfer + resin ribbon\", ribca: \"Construction #3 (T-100) or #4 (Ionomer Topcoat)\", note: \"For overseas chemical drum shipping. We supply Section 2 supporting test reports for converter use.\"},\n    general: {face: \"Top-coated paper\", adh: \"Acrylic emulsion or hot-melt\", top: \"Optional\", print: \"Laser or inkjet printer\", ribca: \"General-purpose secondary\", note: \"Cost-sensitive secondary container labelling. Not for direct chemical immersion.\"}\n};\n\nvar gmSurfNoteData = {\n    hdpe: \"HDPE is a low-surface-energy substrate \u2014 solution acrylic recommended for edge bonding.\",\n    pp: \"Polypropylene container \u2014 match adhesive chemistry to the chemical environment, not the surface energy alone.\",\n    glass: \"Glass surface \u2014 hot-melt or solution acrylic both bond well; consider thermal cycling if cold storage.\",\n    metal: \"Metal substrate \u2014 most adhesives bond well; surface preparation (oil-free) is the practical risk.\"\n};\n\nfunction gmCalculateResult() {\n    var chemInputs = document.getElementsByName(\"gm_chem\");\n    var surfInputs = document.getElementsByName(\"gm_surf\");\n    var selectedChem = \"\";\n    var selectedSurf = \"\";\n\n    \/* Use simple loops instead of array methods to meet strict rules *\/\n    for (var i = 0; i < chemInputs.length; i++) {\n        if (chemInputs[i].checked) {\n            selectedChem = chemInputs[i].value;\n        }\n    }\n    \n    for (var j = 0; j < surfInputs.length; j++) {\n        if (surfInputs[j].checked) {\n            selectedSurf = surfInputs[j].value;\n        }\n    }\n\n    \/* Nested IF statements to completely avoid logical operators *\/\n    if (selectedChem !== \"\") {\n        if (selectedSurf !== \"\") {\n            var rec = gmMatrixData[selectedChem];\n            \n            document.getElementById(\"gm-r-face\").innerHTML = rec.face;\n            document.getElementById(\"gm-r-adh\").innerHTML = rec.adh;\n            document.getElementById(\"gm-r-top\").innerHTML = rec.top;\n            document.getElementById(\"gm-r-print\").innerHTML = rec.print;\n            document.getElementById(\"gm-r-ribca\").innerHTML = rec.ribca;\n            document.getElementById(\"gm-r-note\").innerHTML = rec.note + \" \" + gmSurfNoteData[selectedSurf];\n            \n            document.getElementById(\"gm-result-panel\").className = \"gm-result-panel gm-show\";\n            document.getElementById(\"gm-result-empty\").style.display = \"none\";\n            \n            if (window.innerWidth < 993) {\n                document.getElementById(\"gm-result-panel\").scrollIntoView({behavior: \"smooth\", block: \"start\"});\n            }\n        } else {\n            alert(\"Please select a container surface.\");\n        }\n    } else {\n        alert(\"Please select a dominant chemical exposure.\");\n    }\n}\n<\/script>\n<\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Chemical Compatibility Selector Pick the dominant chemical exposure your end-customer&#8217;s container will face. We will recommend the Guanma facestock-adhesive construction that fits. 1. Dominant chemical exposure Aggressive solvent immersion (xylene, toluene, MEK, over 6 hours) Solvent wipe or splash (acetone, MEK, occasional contact) Alcohol wipe-down (ethanol, IPA, repeat sanitation) Industrial oil \/ lubricant \/ hydraulic [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":1313,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-1488","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages\/1488","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/comments?post=1488"}],"version-history":[{"count":0,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages\/1488\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages\/1313"}],"wp:attachment":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/media?parent=1488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}