{"product_id":"foam-shine","title":"Foam \u0026 Shine","description":"\u003c!-- FOAM \u0026 SHINE — Product Description (scoped with two dropdowns) --\u003e\n\u003cstyle\u003e\n    .pes-accordion [hidden]{display:none!important}\n\n    .pes-accordion .dropdown-btn{\n      cursor:pointer;\n      padding:12px 16px;\n      border:1px solid #5aa6e2;\n      margin-top:20px;\n      background:#5aa6e2;\n      color:#fff;\n      font-weight:700;\n      border-radius:8px;\n      width:100%;\n      text-align:left;\n      position:relative;\n      transition:background .3s ease, transform .2s ease, box-shadow .2s ease;\n      box-shadow:0 2px 6px rgba(0,0,0,.08);\n    }\n    .pes-accordion .dropdown-btn:hover{\n      background:#4b9cd3;\n      transform:translateY(-1px);\n      box-shadow:0 4px 10px rgba(0,0,0,.12);\n    }\n    .pes-accordion .dropdown-btn::after{\n      content:\"\\25BC\";\n      position:absolute;\n      right:16px;\n      top:50%;\n      transform:translateY(-50%);\n      transition:transform .3s ease;\n      font-size:14px;\n    }\n    .pes-accordion .dropdown-btn[aria-expanded=\"true\"]::after{\n      transform:translateY(-50%) rotate(180deg);\n    }\n\n    .pes-accordion .dropdown-content{\n      overflow:hidden;\n      max-height:0;\n      padding:0 12px;\n      border:1px solid #ddd;\n      border-top:none;\n      border-radius:0 0 8px 8px;\n      background:#fff;\n      transition:max-height .3s ease, padding .3s ease;\n      line-height:1.6;\n    }\n    .pes-accordion .dropdown-content.open{\n      max-height:1000px; \/* large enough for content *\/\n      padding:12px;\n    }\n\n    .pes-accordion p, .pes-accordion ol{ margin:0 0 10px }\n    .pes-accordion ol{ padding-left:20px }\n    .pes-accordion strong{ font-weight:700 }\n\n    @media (max-width:600px){\n      .pes-accordion .dropdown-btn{ padding:10px 14px; font-size:14px }\n      .pes-accordion .dropdown-content{ font-size:14px }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"pes-accordion\" data-product=\"foam-and-shine\"\u003e\n\u003cp\u003eFOAM \u0026amp; SHINE Wash \u0026amp; Shine Shampoo Plus does more than clean your vehicle; it protects and conditions it for a superior shine. The foam is rich in lubricating oils and conditioners to help prevent swirls and scratches during washing. Conditioners infuse the paint so it looks vibrant, bright, and glossy. The formula deepens gloss, boosts shine, and leaves a highly reflective, slick surface. FOAM \u0026amp; SHINE rinses clean, water sheets off, and it dries fast with minimal water spots.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDILUTIONS:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eHand Washing: 199:1\u003c\/p\u003e\n\u003cp\u003eFoam Cannon: 3 oz per cannon\u003c\/p\u003e\n\u003c!-- Dropdown: Directions --\u003e \u003cbutton type=\"button\" class=\"dropdown-btn\" aria-controls=\"directions\" aria-expanded=\"false\"\u003e DIRECTIONS \u003c\/button\u003e\n\u003cdiv id=\"directions\" class=\"dropdown-content\" role=\"region\" aria-labelledby=\"directions\"\u003e\n\u003col\u003e\n\u003cli\u003eMix 0.6 oz per gallon of water.\u003c\/li\u003e\n\u003cli\u003eRinse surface with water to flush away loose dirt.\u003c\/li\u003e\n\u003cli\u003eWash and rinse in sections.\u003c\/li\u003e\n\u003cli\u003eBegin with the roof, then hood, trunk, and sides.\u003c\/li\u003e\n\u003cli\u003eRinse with clean water.\u003c\/li\u003e\n\u003cli\u003eDry with clean, soft towels.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- Dropdown: Precautionary Statements --\u003e \u003cbutton type=\"button\" class=\"dropdown-btn\" aria-controls=\"precautionary\" aria-expanded=\"false\"\u003e PRECAUTIONARY STATEMENTS \u003c\/button\u003e\n\u003cdiv id=\"precautionary\" class=\"dropdown-content\" role=\"region\" aria-labelledby=\"precautionary\"\u003e\n\u003cp\u003e\u003cstrong\u003eKEEP OUT OF REACH OF CHILDREN\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAvoid contact with eyes and do NOT swallow. Wash thoroughly after handling. Keep container closed. Read SDS before using.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFIRST AID:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eHave the product container or label with you when calling a poison control center or doctor, or going for treatment advice.\u003c\/p\u003e\n\u003cp\u003eIF EYES CONTACTED: Flush eyes immediately with plenty of water for 15–20 minutes.\u003c\/p\u003e\n\u003cp\u003eIF IRRITATED: Get medical attention.\u003c\/p\u003e\n\u003cp\u003eIF INHALED: If breathing is difficult, move to fresh air. If symptoms persist, get medical attention.\u003c\/p\u003e\n\u003cp\u003eIF SWALLOWED: Do not induce vomiting. Do not give anything to drink. Get immediate medical attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eNOTICE:\u003c\/strong\u003e Pressure Equipment Sales is not responsible for the misuse of this product or if the product is used in any way other than directed.\u003c\/p\u003e\n\u003cscript\u003e\n    (function(){\n      const root = document.currentScript.closest('.pes-accordion');\n      const buttons = root.querySelectorAll('.dropdown-btn');\n\n      buttons.forEach((btn) =\u003e {\n        const panel = root.querySelector('#' + btn.getAttribute('aria-controls'));\n\n        \/\/ Ensure collapsed initial state\n        panel.classList.remove('open');\n        btn.setAttribute('aria-expanded','false');\n        panel.style.maxHeight = '0px';\n\n        btn.addEventListener('click', () =\u003e {\n          const expanded = btn.getAttribute('aria-expanded') === 'true';\n          btn.setAttribute('aria-expanded', String(!expanded));\n          panel.classList.toggle('open', !expanded);\n          panel.style.maxHeight = !expanded ? panel.scrollHeight + 'px' : '0px';\n        });\n      });\n\n      \/\/ Keep heights correct if content reflows (e.g., fonts, images)\n      window.addEventListener('load', () =\u003e {\n        root.querySelectorAll('.dropdown-content.open').forEach(p =\u003e {\n          p.style.maxHeight = p.scrollHeight + 'px';\n        });\n      });\n      window.addEventListener('resize', () =\u003e {\n        root.querySelectorAll('.dropdown-content.open').forEach(p =\u003e {\n          p.style.maxHeight = p.scrollHeight + 'px';\n        });\n      });\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"PressureEquipment","offers":[{"title":"Default Title","offer_id":45297567400091,"sku":"","price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0202\/6441\/9428\/files\/Foam_Shine_Front_PesOnline.jpg?v=1778268784","url":"https:\/\/pes-online.com\/es\/products\/foam-shine","provider":"PressureEquipment","version":"1.0","type":"link"}