{"title":"Metal Polishes","description":"\u003cp\u003e\u003cspan aria-current=\"page\"\u003e\u003cspan\u003eMetal Polishes\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"cres-cor-cc-16-6-cresclean-16-fl-oz-aluminum-stainless-steel-chrome-polish-6-case","title":"Cres Cor CC-16-6 CresClean 16 fl. oz. Aluminum \/ Stainless Steel \/ Chrome Polish - 6\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #4a8c3a;\n            --light-gray: #f8f9fa;\n            --medium-gray: #e9ecef;\n            --dark-gray: #495057;\n            --border-color: #dee2e6;\n            --text-color: #333;\n            --shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 40px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .specs-section, .details-section {\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n        \n        .section-header {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 16px 20px;\n            font-size: 1.25rem;\n            font-weight: 600;\n        }\n        \n        \/* Specifications Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-gray);\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            width: 40%;\n            color: var(--primary-color);\n        }\n        \n        \/* Details Section Styles *\/\n        .details-content {\n            padding: 20px;\n        }\n        \n        .details-content p {\n            margin-bottom: 16px;\n        }\n        \n        .highlights {\n            list-style: none;\n            margin: 20px 0;\n        }\n        \n        .highlights li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights li:before {\n            content: \"✓\";\n            color: var(--secondary-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            background-color: var(--light-gray);\n            padding: 12px 16px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .upc-code span:first-child {\n            font-weight: 600;\n            margin-right: 8px;\n            color: var(--dark-gray);\n        }\n        \n        .shipping-info {\n            background-color: #e8f4fd;\n            border-left: 4px solid var(--primary-color);\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 0 6px 6px 0;\n        }\n        \n        .shipping-info h3 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .product-overview {\n            margin-top: 30px;\n        }\n        \n        .product-overview h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 8px;\n        }\n        \n        .case-pack {\n            background-color: #f0f8ff;\n            border: 1px solid #b3d9ff;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .case-pack h4 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .case-pack .size {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        .eco-friendly {\n            background-color: #e6fffa;\n            border: 1px solid #b2f5ea;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .eco-friendly h4 {\n            color: #234e52;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .special-order {\n            background-color: #fff3cd;\n            border: 1px solid #ffeaa7;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .special-order h4 {\n            color: #856404;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .application-guide {\n            background-color: #fff8e6;\n            border: 1px solid #ffeeba;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .application-guide h4 {\n            color: #856404;\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .application-guide ul {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .application-guide li {\n            padding: 6px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .application-guide li:before {\n            content: \"•\";\n            color: #856404;\n            font-weight: bold;\n            margin-right: 8px;\n        }\n        \n        .surface-compatibility {\n            background-color: #f0f4ff;\n            border: 1px solid #c5d6ff;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .surface-compatibility h4 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .safety-features {\n            background-color: #fff0f6;\n            border: 1px solid #ffb6c1;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .safety-features h4 {\n            color: #c41e3a;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"section-header\"\u003eProduct Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e1 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eEco-Friendly\u003cbr\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e16 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMetal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003cdiv class=\"section-header\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"case-pack\"\u003e\n\u003ch4\u003eConvenient Case Pack\u003c\/h4\u003e\n\u003cdiv class=\"size\"\u003e6 x 16 OZ. SPRAY BOTTLES\u003c\/div\u003e\n\u003cp\u003ePerfect for multiple workstations and high-usage areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eAfter you clean with Cres Cor's Elbow Greeze, make your kitchen look like new again by using the CC-16-6 CresClean 16 fl. oz. aluminum\/stainless steel\/chrome polish to brighten, protect, and clean a wide variety of surfaces in your facility.\u003c\/p\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003ch4\u003eMulti-Surface Compatibility\u003c\/h4\u003e\n\u003cp\u003eThis powerful solution is designed to quickly eliminate stubborn stains such as stains, scuff marks, and more. An exceedingly versatile cleaning agent for your operation, the polish works hard to clean, brighten, and protect any aluminum, stainless steel, or chrome surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003ch4\u003eSafe \u0026amp; Gentle Formula\u003c\/h4\u003e\n\u003cp\u003eNon-abrasive, non-caustic, and non-flammable formula ensures safe use on all compatible surfaces without damaging finishes or compromising surface integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eco-friendly\"\u003e\n\u003ch4\u003eEnvironmentally Responsible\u003c\/h4\u003e\n\u003cp\u003eBiodegradable solution allows for environmentally-friendly, worry-free use, making it an ideal choice for facilities committed to sustainable cleaning practices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-guide\"\u003e\n\u003ch4\u003eEasy Application\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePreparation:\u003c\/strong\u003e Ensure surface is clean and dry\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eApplication:\u003c\/strong\u003e Spray directly onto the desired surface\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCleaning:\u003c\/strong\u003e Use a soft cloth or paper towel to remove marks and stains\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuffing:\u003c\/strong\u003e Wipe until surface achieves desired shine\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrequency:\u003c\/strong\u003e Use as needed to maintain professional appearance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eA convenient 16 fl. oz. spray bottle allows for effortless use. Regardless of the surface or stain, this polish is a must-have solution for those who place a high emphasis on clean, professional-looking equipment, walls, and more.\u003c\/p\u003e\n\u003cdiv class=\"special-order\"\u003e\n\u003ch4\u003eShipping Information\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eSpecial Order Item:\u003c\/strong\u003e This item ships directly from the manufacturer. Processing and transit times may vary. Please contact us prior to ordering if you have specific delivery date requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\u003cul class=\"highlights\"\u003e\n\u003cli\u003eConvenient 16 fl. oz. spray bottle\u003c\/li\u003e\n\u003cli\u003eWorks on stainless steel, aluminum, and chrome\u003c\/li\u003e\n\u003cli\u003eCleans, brightens, and protects surfaces\u003c\/li\u003e\n\u003cli\u003eNon-abrasive, non-caustic, and non-flammable formula\u003c\/li\u003e\n\u003cli\u003eBiodegradable solution allows for environmentally-friendly, worry-free use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cspan\u003eUPC Code:\u003c\/span\u003e \u003cspan\u003e400010854707\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697133490260,"sku":null,"price":124.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T132011.925.png?v=1763886123"},{"product_id":"weiman-w108-22-oz-trigger-spray-stainless-steel-cleaner-polish-6-case","title":"Weiman W108 22 oz. Trigger Spray Stainless Steel Cleaner \u0026 Polish - 6\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #4a8c3a;\n            --light-gray: #f8f9fa;\n            --medium-gray: #e9ecef;\n            --dark-gray: #495057;\n            --border-color: #dee2e6;\n            --text-color: #333;\n            --shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 40px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .specs-section, .details-section {\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n        \n        .section-header {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 16px 20px;\n            font-size: 1.25rem;\n            font-weight: 600;\n        }\n        \n        \/* Specifications Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-gray);\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            width: 40%;\n            color: var(--primary-color);\n        }\n        \n        \/* Details Section Styles *\/\n        .details-content {\n            padding: 20px;\n        }\n        \n        .details-content p {\n            margin-bottom: 16px;\n        }\n        \n        .highlights {\n            list-style: none;\n            margin: 20px 0;\n        }\n        \n        .highlights li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights li:before {\n            content: \"✓\";\n            color: var(--secondary-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            background-color: var(--light-gray);\n            padding: 12px 16px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .upc-code span:first-child {\n            font-weight: 600;\n            margin-right: 8px;\n            color: var(--dark-gray);\n        }\n        \n        .shipping-info {\n            background-color: #e8f4fd;\n            border-left: 4px solid var(--primary-color);\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 0 6px 6px 0;\n        }\n        \n        .shipping-info h3 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .product-overview {\n            margin-top: 30px;\n        }\n        \n        .product-overview h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 8px;\n        }\n        \n        .case-pack {\n            background-color: #f0f8ff;\n            border: 1px solid #b3d9ff;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .case-pack h4 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .case-pack .size {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        .protection-features {\n            background-color: #e6fffa;\n            border: 1px solid #b2f5ea;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .protection-features h4 {\n            color: #234e52;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .application-guide {\n            background-color: #fff8e6;\n            border: 1px solid #ffeeba;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .application-guide h4 {\n            color: #856404;\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .application-guide ul {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .application-guide li {\n            padding: 6px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .application-guide li:before {\n            content: \"•\";\n            color: #856404;\n            font-weight: bold;\n            margin-right: 8px;\n        }\n        \n        .surface-compatibility {\n            background-color: #f0f4ff;\n            border: 1px solid #c5d6ff;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .surface-compatibility h4 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .professional-results {\n            background-color: #fff0f6;\n            border: 1px solid #ffb6c1;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .professional-results h4 {\n            color: #c41e3a;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .spray-bottle {\n            background-color: #f0fff0;\n            border: 1px solid #90ee90;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .spray-bottle h4 {\n            color: #228b22;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"section-header\"\u003eProduct Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e7.9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Base Type\u003c\/td\u003e\n\u003ctd\u003eOil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e22 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMetal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003cdiv class=\"section-header\"\u003eProduct Details\u003c\/div\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"case-pack\"\u003e\n\u003ch4\u003eProfessional Case Pack\u003c\/h4\u003e\n\u003cdiv class=\"size\"\u003e6 x 22 OZ. SPRAY BOTTLES\u003c\/div\u003e\n\u003cp\u003eIdeal for commercial kitchens and high-traffic areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spray-bottle\"\u003e\n\u003ch4\u003eConvenient Trigger Spray\u003c\/h4\u003e\n\u003cp\u003eEasy-to-use spray bottle design for quick application and even coverage on all stainless steel surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eKeep your stainless steel appliances and surfaces looking clean and professional with this Weiman W108 22 oz. trigger spray stainless steel cleaner and polish! Designed to reveal the beauty and brilliance of stainless steel appliances, tables, bar equipment, or other surfaces this cleaner is a great choice for use in your bar, restaurant, or hotel.\u003c\/p\u003e\n\u003cdiv class=\"protection-features\"\u003e\n\u003ch4\u003eAdvanced Protection Formula\u003c\/h4\u003e\n\u003cp\u003eThis professional formula resists fingerprints, repels dust, and leaves your stainless steel surfaces looking lustrous and streak-free for a professional appearance that lasts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"professional-results\"\u003e\n\u003ch4\u003eProfessional Results\u003c\/h4\u003e\n\u003cp\u003eWhen your customers can see your bar area or display kitchen, making sure that every surface is clean and presentable at all times is essential! By using this Weiman stainless steel cleaner, you can fight back against fingerprints and dirt that so often collect on polished stainless steel surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003ch4\u003eVersatile Surface Compatibility\u003c\/h4\u003e\n\u003cp\u003eRecommended for use on stainless steel appliances, sinks, trash cans, grills, range hoods, and more. It is formulated to clean, polish, and protect stainless steel to make sure that you can always make the best impression on your customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-guide\"\u003e\n\u003ch4\u003eEasy Application Instructions\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Turn the nozzle to the ON position\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Spray cleaner directly onto the surface\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Using a clean, soft cloth wipe the surface\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 4:\u003c\/strong\u003e Follow the direction of the natural grain in the metal\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 5:\u003c\/strong\u003e Buff the surface with a dry cloth for best results\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\u003cul class=\"highlights\"\u003e\n\u003cli\u003eProfessional formula to leave stainless steel surfaces shining and streak free\u003c\/li\u003e\n\u003cli\u003eProtects against fingerprints and dust\u003c\/li\u003e\n\u003cli\u003eRecommended for use on stainless steel appliances, sinks, trash cans, grills, range hoods, and more\u003c\/li\u003e\n\u003cli\u003eMade to reveal the beauty and brilliance of stainless steel surfaces\u003c\/li\u003e\n\u003cli\u003eConvenient trigger spray bottle for easy use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cspan\u003eUPC Code:\u003c\/span\u003e \u003cspan\u003e10041598001083\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697136210004,"sku":null,"price":80.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T132659.296.png?v=1763886389"},{"product_id":"weiman-w49-17-oz-aerosol-stainless-steel-cleaner-polish-6-case","title":"Weiman W49 17 oz. Aerosol Stainless Steel Cleaner \u0026 Polish - 6\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eWeiman W49 - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #4a8c3a;\n            --light-gray: #f8f9fa;\n            --medium-gray: #e9ecef;\n            --dark-gray: #495057;\n            --border-color: #dee2e6;\n            --text-color: #333;\n            --shadow: 0 2px 10px rgba(0, 0, 0, 0.08);\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 40px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .specs-section, .details-section {\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n        \n        .section-header {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 16px 20px;\n            font-size: 1.25rem;\n            font-weight: 600;\n        }\n        \n        \/* Specifications Table Styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-gray);\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            width: 40%;\n            color: var(--primary-color);\n        }\n        \n        \/* Details Section Styles *\/\n        .details-content {\n            padding: 20px;\n        }\n        \n        .details-content p {\n            margin-bottom: 16px;\n        }\n        \n        .highlights {\n            list-style: none;\n            margin: 20px 0;\n        }\n        \n        .highlights li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights li:before {\n            content: \"✓\";\n            color: var(--secondary-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            background-color: var(--light-gray);\n            padding: 12px 16px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .upc-code span:first-child {\n            font-weight: 600;\n            margin-right: 8px;\n            color: var(--dark-gray);\n        }\n        \n        .shipping-info {\n            background-color: #e8f4fd;\n            border-left: 4px solid var(--primary-color);\n            padding: 16px;\n            margin: 20px 0;\n            border-radius: 0 6px 6px 0;\n        }\n        \n        .shipping-info h3 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .product-overview {\n            margin-top: 30px;\n        }\n        \n        .product-overview h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 8px;\n        }\n        \n        .case-pack {\n            background-color: #f0f8ff;\n            border: 1px solid #b3d9ff;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .case-pack h4 {\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .case-pack .size {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        .aerosol-feature {\n            background-color: #e6fffa;\n            border: 1px solid #b2f5ea;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .aerosol-feature h4 {\n            color: #234e52;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .protection-features {\n            background-color: #fff8e6;\n            border: 1px solid #ffeeba;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .protection-features h4 {\n            color: #856404;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .application-guide {\n            background-color: #f0f4ff;\n            border: 1px solid #c5d6ff;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .application-guide h4 {\n            color: var(--primary-color);\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .application-guide ul {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .application-guide li {\n            padding: 6px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .application-guide li:before {\n            content: \"•\";\n            color: var(--primary-color);\n            font-weight: bold;\n            margin-right: 8px;\n        }\n        \n        .surface-compatibility {\n            background-color: #fff0f6;\n            border: 1px solid #ffb6c1;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .surface-compatibility h4 {\n            color: #c41e3a;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .shipping-restrictions {\n            background-color: #fff3cd;\n            border: 1px solid #ffeaa7;\n            border-radius: 6px;\n            padding: 16px;\n            margin: 20px 0;\n        }\n        \n        .shipping-restrictions h4 {\n            color: #856404;\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .shipping-restrictions ul {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .shipping-restrictions li {\n            padding: 6px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .shipping-restrictions li:before {\n            content: \"⚠\";\n            color: #856404;\n            font-weight: bold;\n            margin-right: 8px;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"specs-section\"\u003e\n            \u003cdiv class=\"section-header\"\u003eProduct Specifications\u003c\/div\u003e\n            \u003ctable class=\"specs-table\"\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eQuantity\u003c\/td\u003e\n                    \u003ctd\u003e6\/Case\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd\u003e8.07 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eChemical Base Type\u003c\/td\u003e\n                    \u003ctd\u003eOil\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eChemical Form\u003c\/td\u003e\n                    \u003ctd\u003eAerosol\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFeatures\u003c\/td\u003e\n                    \u003ctd\u003eMade in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e17 oz.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eStyle\u003c\/td\u003e\n                    \u003ctd\u003eReady-to-Use\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eTotal Case Size\u003c\/td\u003e\n                    \u003ctd\u003e102 oz.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eType\u003c\/td\u003e\n                    \u003ctd\u003eMetal Polishes\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003cdiv class=\"section-header\"\u003eProduct Details\u003c\/div\u003e\n            \u003cdiv class=\"details-content\"\u003e\n                \u003cdiv class=\"case-pack\"\u003e\n                    \u003ch4\u003eProfessional Case Pack\u003c\/h4\u003e\n                    \u003cdiv class=\"size\"\u003e6 x 17 OZ. AEROSOL CANS\u003c\/div\u003e\n                    \u003cp\u003eTotal: 102 oz. - Perfect for commercial kitchens and high-volume use\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"aerosol-feature\"\u003e\n                    \u003ch4\u003eAerosol Spray Convenience\u003c\/h4\u003e\n                    \u003cp\u003eEasy-to-use aerosol spray can provides even coverage and quick application on all stainless steel surfaces, reaching difficult areas with precision.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eKeep your stainless steel appliances and surfaces looking clean and professional with this Weiman W49 17 oz. aerosol stainless steel cleaner and polish! Designed to reveal the beauty and brilliance of stainless steel appliances, tables, bar equipment, or other surfaces this cleaner is a great choice for use in your bar, restaurant, or hotel.\u003c\/p\u003e\n                \n                \u003cdiv class=\"protection-features\"\u003e\n                    \u003ch4\u003eAdvanced Protection Formula\u003c\/h4\u003e\n                    \u003cp\u003eThis professional formula resists fingerprints, repels dust, and leaves your stainless steel surfaces looking lustrous and streak-free for a professional appearance that lasts.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"surface-compatibility\"\u003e\n                    \u003ch4\u003eVersatile Surface Compatibility\u003c\/h4\u003e\n                    \u003cp\u003eRecommended for use on stainless steel kitchen appliances like refrigerators and coffee machines, sinks, trash cans, grills, range hoods, backsplashes, and even countertops.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eWhen your customers can see your bar area or display kitchen, making sure that every surface is clean and presentable at all times is essential! By using this Weiman stainless steel cleaner, you can fight back against fingerprints and dirt that so often collect on polished stainless steel surfaces. It is formulated to clean, polish, and protect stainless steel to make sure that you can always make the best impression on your customers.\u003c\/p\u003e\n                \n                \u003cdiv class=\"application-guide\"\u003e\n                    \u003ch4\u003eEasy Application Instructions\u003c\/h4\u003e\n                    \u003cul\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Shake the aerosol can well before use\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Spray directly onto the surface\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Wipe with a clean soft cloth\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eStep 4:\u003c\/strong\u003e Follow the direction of the natural grain of the metal\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cstrong\u003eStep 5:\u003c\/strong\u003e Buff the surface with a dry cloth for best results\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"shipping-restrictions\"\u003e\n                    \u003ch4\u003eShipping Information\u003c\/h4\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eUsually ships in 1 business day\u003c\/li\u003e\n                        \u003cli\u003eNot eligible for expedited shipping\u003c\/li\u003e\n                        \u003cli\u003eCannot ship to Alaska or Hawaii\u003c\/li\u003e\n                        \u003cli\u003eNot eligible for international shipping\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"product-overview\"\u003e\n                    \u003ch3\u003eProduct Overview\u003c\/h3\u003e\n                    \u003cul class=\"highlights\"\u003e\n                        \u003cli\u003eProfessional formula to leave stainless steel surfaces shining and streak free\u003c\/li\u003e\n                        \u003cli\u003eProtects against fingerprints and dust\u003c\/li\u003e\n                        \u003cli\u003eRecommended for use on stainless steel appliances, sinks, trash cans, grills, range hoods, and more\u003c\/li\u003e\n                        \u003cli\u003eMade to reveal the beauty and brilliance of stainless steel surfaces\u003c\/li\u003e\n                        \u003cli\u003eConvenient aerosol spray can for easy use\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-code\"\u003e\n                    \u003cspan\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan\u003e10041598000499\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697354641492,"sku":null,"price":81.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T133111.240.png?v=1763886632"},{"product_id":"weiman-w92-30-ct-stainless-steel-cleaning-polishing-wipes-4-case","title":"Weiman W92 30 ct. Stainless Steel Cleaning \u0026 Polishing Wipes - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5530;\n            --secondary-color: #4a7c59;\n            --accent-color: #8fb996;\n            --light-bg: #f8f9fa;\n            --border-color: #e0e0e0;\n            --text-color: #333;\n            --text-light: #666;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--secondary-color);\n            margin-right: 10px;\n            font-weight: bold;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table .spec-name {\n            font-weight: 600;\n            width: 40%;\n            background-color: rgba(0, 0, 0, 0.02);\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eWeiman Stainless Steel Cleaning Wipes\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade cleaning and protection for stainless steel surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eProfessional formula to leave stainless steel surfaces shining and streak free\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eProtects against fingerprints and dust\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRecommended for use on stainless steel appliances, sinks, trash cans, grills, range hoods, and more\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMade to reveal the beauty and brilliance of stainless steel surfaces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient pre-moistened wipes are quick and easy to use\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eWeiman W92 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.02 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Base Type\u003c\/td\u003e\n\u003ctd\u003eOil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid Wipes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e30 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Type\u003c\/td\u003e\n\u003ctd\u003eBulk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eMetal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eKeep your restaurant, bar, or hotel looking pristine by using these Weiman W92 30 ct. stainless steel cleaning and polishing wipes to clean your stainless steel surfaces! They are designed to clean and protect stainless steel surfaces so they can resist fingerprints, water spots, and grease. The special formula also helps to repel dust and dirt so your kitchen can keep looking bright and professional for longer.\u003c\/p\u003e\n\u003cp\u003eWhen your customers can see your bar area or display kitchen, making sure that every surface is clean and presentable at all times is essential! By using these Weiman stainless steel cleaning wipes, you can fight back against the fingerprints and dirt that often collect on polished stainless steel surfaces. They are formulated to clean, polish, and protect stainless steel to make sure that you can always make the best impression on your customers.\u003c\/p\u003e\n\u003cp\u003eTo use these wipes, first remove the seal on the package by flipping open the canister lid, squeezing the body of the canister, and pulling up firmly to remove the seal. Peel it off and discard. Locate the wipe at the center of the roll and twist it to a point. Thread the first wipe through the opening in the canister lid to begin dispensing. Replace the lid and pull the wipe through. When you are wiping stainless steel surfaces, follow the direction of the natural grain in the metal. After cleaning, buff the stainless steel surface with a soft cloth to achieve the best results.\u003c\/p\u003e\n\u003cp\u003eAfter you are done cleaning, be sure to close the lid on the canister to keep the wipes damp and ready to use the next time you are cleaning. These cleaning wipes are recommended for use on stainless steel kitchen appliances like refrigerators and coffee machines, sinks, trash cans, grills, range hoods, backsplashes, and even countertops.\u003c\/p\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e400013238597\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697438888020,"sku":null,"price":38.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T133519.582.png?v=1763886945"},{"product_id":"3m-59158cc-10-oz-aerosol-stainless-steel-metal-cleaner-and-polish-3-pack","title":"3M 59158CC 10 oz. Aerosol Stainless Steel \/ Metal Cleaner and Polish - 3\/Pack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #0066cc;\n            --secondary-color: #004c99;\n            --accent-color: #4da6ff;\n            --light-bg: #f5f9ff;\n            --border-color: #d1e0ff;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .shipping-info {\n            background-color: #fff9e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-restrictions {\n            background-color: #ffe6e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restriction-title {\n            font-size: 18px;\n            color: var(--warning-color);\n            margin-bottom: 10px;\n        }\n        \n        .restriction-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n        }\n        \n        .restriction-icon {\n            color: var(--warning-color);\n            margin-right: 10px;\n            min-width: 20px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003e3M Stainless Steel \/ Metal Cleaner and Polish\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade aerosol cleaner for stainless steel and metal surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFor stainless steel, chrome, laminated plastics, aluminum, and other metal surfaces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCleans and polishes in one step\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eResists fingerprints and masks surface blemishes\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHigh-gloss formula wipes clean with no streaks or buildup\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePleasant lime fragrance\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient ready-to-use aerosol formula\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDispensed as a white, non-evaporating foam\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003e3M 7010340387 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e3\/Pack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e2.55 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eAerosol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e10 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eScent\u003c\/th\u003e\n\u003ctd\u003eLime\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eMetal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eKeep stainless steel, chrome, laminated plastics, aluminum, and a variety of other metal surfaces clean and polished to an attractive sheen for years to come with this 3M 59158CC stainless steel \/ metal cleaner and polish! Sold in a 10 oz. aerosol container that efficiently cleans and polishes in a single step, this formula cleans surfaces before leaving a light protective film that masks blemishes, slows resoiling, and resists fingerprints.\u003c\/p\u003e\n\u003cp\u003eApplication of this convenient, ready-to-use formula couldn't be any easier! Simply shake the can, apply directly to the soiled surface or a clean, dry cloth, and then wipe until dry; no rinsing required! The high-gloss formula wipes clean with no streaks or buildup and leaves behind a pleasant lime fragrance. NSF Listed for use in federally inspected meat and poultry processing plants.\u003c\/p\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eDue to US DOT shipping regulations, we are unable to ship this product to Alaska, Hawaii, and international destinations. It is also ineligible for next day or second day shipping and cannot be returned. Please contact Customer Solutions prior to placing your order if you have any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e048011592497\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697446588500,"sku":null,"price":57.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T140120.240.png?v=1763888462"},{"product_id":"3m-14002-21-oz-aerosol-stainless-steel-metal-cleaner-and-polish","title":"3M 14002 21 oz. Aerosol Stainless Steel \/ Metal Cleaner and Polish","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #0066cc;\n            --secondary-color: #004c99;\n            --accent-color: #4da6ff;\n            --light-bg: #f5f9ff;\n            --border-color: #d1e0ff;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .shipping-info {\n            background-color: #fff9e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-restrictions {\n            background-color: #ffe6e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restriction-title {\n            font-size: 18px;\n            color: var(--warning-color);\n            margin-bottom: 10px;\n        }\n        \n        .restriction-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n        }\n        \n        .restriction-icon {\n            color: var(--warning-color);\n            margin-right: 10px;\n            min-width: 20px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003e3M Stainless Steel \/ Metal Cleaner and Polish\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade aerosol cleaner for stainless steel and metal surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFor stainless steel, chrome, laminated plastics, aluminum, and other metal surfaces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCleans and polishes in one step\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eResists fingerprints and masks surface blemishes\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHigh-gloss formula wipes clean with no streaks or buildup\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePleasant lime fragrance\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient ready-to-use aerosol formula\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDispensed as a white, evaporating foam\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003e3M 7000000697 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e1.7 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eAerosol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e21 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eScent\u003c\/th\u003e\n\u003ctd\u003eLime\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eMetal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eKeep stainless steel, chrome, laminated plastics, aluminum, and a variety of other metal surfaces clean and polished to an attractive sheen for years to come with this 3M 14002 stainless steel \/ metal cleaner and polish! Sold in a 21 oz. aerosol container that efficiently cleans and polishes in a single step, this formula cleans surfaces before leaving a light protective film that masks blemishes, slows resoiling, and resists fingerprints.\u003c\/p\u003e\n\u003cp\u003eApplication of this convenient, ready-to-use formula couldn't be any easier! Simply shake the can, apply directly to the soiled surface or a clean, dry cloth, and then wipe until dry; no rinsing required!\u003c\/p\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eDue to US DOT shipping regulations, we are unable to ship this product to Alaska, Hawaii, and international destinations. It is also ineligible for next day or second day shipping and cannot be returned. Please contact Customer Solutions prior to placing your order if you have any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e048011140025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697446981716,"sku":null,"price":31.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T140715.321.png?v=1763888815"},{"product_id":"clr-css-12-spot-free-stainless-steel-cleaner-12-oz-6-case","title":"CLR CSS-12 Spot-Free Stainless Steel Cleaner 12 oz. - 6\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5530;\n            --secondary-color: #4a7c59;\n            --accent-color: #8fb996;\n            --light-bg: #f8f9fa;\n            --border-color: #e0e0e0;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions-box {\n            background-color: var(--light-bg);\n            border-radius: 6px;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .dimensions-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff9e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-restrictions {\n            background-color: #ffe6e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restriction-title {\n            font-size: 18px;\n            color: var(--warning-color);\n            margin-bottom: 10px;\n        }\n        \n        .restriction-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n        }\n        \n        .restriction-icon {\n            color: var(--warning-color);\n            margin-right: 10px;\n            min-width: 20px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eCLR Brands Spot-Free Stainless Steel Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional one-step cleaner for spot-free stainless steel surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eOne-step stainless steel cleaner is easy to use\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePerfect for cleaning stainless steel appliances\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eStreak-free clean removes dirt, fingerprints, and residue\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLeaves a shiny protective barrier on cleaned stainless steel\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use in commercial settings\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eCLR Brands CSS-12 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e5.96 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eStainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCapacity\u003c\/th\u003e\n\u003ctd\u003e12 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eAerosol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e12 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Line\u003c\/th\u003e\n\u003ctd\u003eCLR Brands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Case Size\u003c\/th\u003e\n\u003ctd\u003e72 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCleaning Chemicals, Metal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eChoose a reliable and effective product with this CLR CSS-12 spot-free stainless steel cleaner 12 oz. This cleaner is perfect for use on stainless steel surfaces. It cleans and shines stainless steel exteriors of many common appliances, such as refrigerators, ovens, stovetops, grills, dishwashers, and countertops. It can also be used to clean the exteriors of smaller stainless steel appliances.\u003c\/p\u003e\n\u003cp\u003eThis cleaner is easy to use, cleaning surfaces in just one step. This spot-free cleaner works to remove unsightly residue, dirt, and fingerprints. It also leaves behind a protective barrier that is shiny and streak-free. Make smudges and other unwanted soils disappear with a simple spray and wipe of a cloth!\u003c\/p\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 12 oz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eDue to US DOT shipping regulations, we are unable to ship this product to Alaska, Hawaii, and international destinations. It is also ineligible for next day or second day shipping and cannot be returned. Please contact Customer Solutions prior to placing your order if you have any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e10078291525066\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697448751188,"sku":null,"price":87.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T141126.246.png?v=1763889059"},{"product_id":"clr-pro-a-err-5pro-exterior-rust-remover-5-gallons","title":"CLR PRO A-ERR-5PRO Exterior Rust Remover 5 Gallons","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #8B4513;\n            --secondary-color: #A0522D;\n            --accent-color: #CD853F;\n            --light-bg: #FAF5F0;\n            --border-color: #E8D5C4;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions-box {\n            background-color: var(--light-bg);\n            border-radius: 6px;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .dimensions-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .safety-features {\n            background-color: #e8f5e8;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .safety-title {\n            font-size: 18px;\n            color: #2d5a2d;\n            margin-bottom: 10px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        .weight-notice {\n            background-color: #fff3cd;\n            border-radius: 6px;\n            padding: 12px;\n            margin: 15px 0;\n            border: 1px solid #ffeaa7;\n            font-size: 14px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eCLR PRO Exterior Rust Remover\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eIndustrial-strength rust removal solution for vehicles and equipment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eImproves the appearance of vehicles and can be used for paint prepping\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEffectively removes unsightly surface corrosion and rust stains\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNon-abrasive formula is safe on clear coat and paint\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSafe on vegetation\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use on cars, vans, trucks, heavy equipment, and antique vehicles\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eCLR PRO A-ERR-5PRO Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e46.4 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Line\u003c\/th\u003e\n\u003ctd\u003eCLR PRO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCorrosion Inhibitors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eChoose a reliable and effective product with this CLR PRO A-ERR-5PRO exterior rust remover 5 gallons. This product works to efficiently remove rust stains from industrial equipment and vehicles. It can also remove unsightly surface corrosion from vehicle exteriors. This product can be used for paint prepping and can improve the appearance of any vehicle or piece of equipment. It is ideal for use on cars, vans, trucks, heavy equipment, and even antique vehicles.\u003c\/p\u003e\n\u003cp\u003eThis product is non-abrasive. It is safe for use on clear coat as well as paint. Despite its industrial strength, this rust remover is safe for employees. It is also safe on vegetation, allowing it to be used in outdoor settings without worry. This highly effective product is a great choice for any commercial or industrial setting.\u003c\/p\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003ch3 class=\"safety-title\"\u003eSafety \u0026amp; Environmental Features\u003c\/h3\u003e\n\u003cp\u003e• Non-abrasive formula safe for clear coat and paint\u003cbr\u003e• Safe for employees in commercial settings\u003cbr\u003e• Environmentally safe on vegetation\u003cbr\u003e• Ideal for outdoor use applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 5 Gallons\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"weight-notice\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e This product ships in a 5-gallon container with a total shipping weight of 46.4 lb. Please ensure proper handling equipment is available for receiving and moving this product.\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e078291134209\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697448915028,"sku":null,"price":167.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T141514.963.png?v=1763889280"},{"product_id":"tarn-x-tx-6-tarnish-remover-12-oz-6-case","title":"Tarn-X TX-6 Tarnish Remover 12 oz. - 6\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #4a7bc8;\n            --accent-color: #8fb3e6;\n            --light-bg: #f0f5ff;\n            --border-color: #d1e0ff;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions-box {\n            background-color: var(--light-bg);\n            border-radius: 6px;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .dimensions-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .compatible-materials {\n            background-color: #e8f5e8;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .compatible-title {\n            font-size: 18px;\n            color: #2d5a2d;\n            margin-bottom: 10px;\n        }\n        \n        .incompatible-materials {\n            background-color: #ffe6e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .incompatible-title {\n            font-size: 18px;\n            color: var(--warning-color);\n            margin-bottom: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff9e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-restrictions {\n            background-color: #ffe6e6;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restriction-title {\n            font-size: 18px;\n            color: var(--warning-color);\n            margin-bottom: 10px;\n        }\n        \n        .restriction-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 8px;\n        }\n        \n        .restriction-icon {\n            color: var(--warning-color);\n            margin-right: 10px;\n            min-width: 20px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eTarn-X PRO Tarnish Remover\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade tarnish removal for precious metals and diamonds\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEffectively cleans and preserves a variety of metals and diamonds\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNo scrubbing necessary\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eQuick and easy to use, just \"wipe and rinse\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFormula is non-flammable and cleans safely\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use in commercial settings\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eTarnX TX-6 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e5.7 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e12 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Line\u003c\/th\u003e\n\u003ctd\u003eTarn-X PRO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Case Size\u003c\/th\u003e\n\u003ctd\u003e0.56 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCleaning Chemicals, Tarnish Remover\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eChoose a reliable product with this Tarn-X tarnish remover. This product effectively eliminates tarnish from diamonds and a variety of metals. It is extremely easy to use and does not require scrubbing. After application, simply \"wipe and rinse\" and enjoy the restored shine of your precious metals. It even rinses clean without leaving residue.\u003c\/p\u003e\n\u003cp\u003eThis product was specifically designed to remove tarnish from sterling silver, platinum, copper, gold, diamonds, silver plate, and jewelry. It should not be used on stainless steel, pewter, chrome, aluminum, brass, pearls, or porous stone. It is ideal for brightening and cleaning metals in industrial and commercial settings. This tarnish remover comes ready to use. No dilution is required.\u003c\/p\u003e\n\u003cdiv class=\"compatible-materials\"\u003e\n\u003ch3 class=\"compatible-title\"\u003eCompatible Materials\u003c\/h3\u003e\n\u003cp\u003e• Sterling Silver • Platinum • Copper • Gold • Diamonds\u003cbr\u003e• Silver Plate • Jewelry • Precious Metals\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"incompatible-materials\"\u003e\n\u003ch3 class=\"incompatible-title\"\u003eNot Recommended For\u003c\/h3\u003e\n\u003cp\u003e• Stainless Steel • Pewter • Chrome • Aluminum\u003cbr\u003e• Brass • Pearls • Porous Stone\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 12 oz. per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e10078291169161\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697450881108,"sku":null,"price":80.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T141855.472.png?v=1763889503"},{"product_id":"wd-40-300042-1-specialist-gallon-rust-remover-soak-4-case","title":"WD-40 300042 1 Specialist Gallon Rust Remover Soak - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #4a7bc8;\n            --accent-color: #8fb3e6;\n            --light-bg: #f0f5ff;\n            --border-color: #d1e0ff;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions-box {\n            background-color: var(--light-bg);\n            border-radius: 6px;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .dimensions-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .safety-features {\n            background-color: #e8f5e8;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .safety-title {\n            font-size: 18px;\n            color: #2d5a2d;\n            margin-bottom: 10px;\n        }\n        \n        .applications-box {\n            background-color: #fff3cd;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .applications-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .weight-notice {\n            background-color: #fff3cd;\n            border-radius: 6px;\n            padding: 12px;\n            margin: 15px 0;\n            border: 1px solid #ffeaa7;\n            font-size: 14px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eWD-40 Specialist Rust Remover Soak\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade rust removal without harsh chemicals or acids\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRestores surfaces, tools, and equipment to bare metal without scraping, chipping, or scrubbing\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSafe for use on steel and aluminum\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eWon't irritate the skin\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eAcid-free and no toxic fumes\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDoes not use caustic chemicals or harsh acids\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eWD-40 300042 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e37.46 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Case Size\u003c\/th\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCorrosion Inhibitors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eUse this WD-40 300042 Specialist 1 gallon rust remover soak to remove rust from tools, equipment, and surfaces without the use of caustic chemicals or harsh acids. The non-toxic formula is safe for use on steel and aluminum and will not irritate the skin. It has no toxic fumes and is acid-free for optimal usability. This soak dissolves rust quickly to restore surfaces, tools, and equipment to bare metal without scraping, chipping, or scrubbing.\u003c\/p\u003e\n\u003cp\u003eThis soak works on light to heavy rust and will allow for minimal downtime. Its unique formula won't damage gaskets, paint, trim, or other surrounding parts, making it ideal for use on tools, metal, chrome parts, and cast iron. Perfect for tractors, farm equipment and implements, auto restoration, trailers and hitches, and rusty tools, this soak is sure to meet your rust removal needs.\u003c\/p\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003ch3 class=\"safety-title\"\u003eSafety \u0026amp; Environmental Benefits\u003c\/h3\u003e\n\u003cp\u003e• Non-toxic formula safe for users and environment\u003cbr\u003e• No skin irritation or toxic fumes\u003cbr\u003e• Acid-free and non-caustic\u003cbr\u003e• Safe on steel, aluminum, and surrounding parts\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-box\"\u003e\n\u003ch3 class=\"applications-title\"\u003eIdeal Applications\u003c\/h3\u003e\n\u003cp\u003e• Tractors and farm equipment • Auto restoration projects\u003cbr\u003e• Trailers and hitches • Rusty tools and equipment\u003cbr\u003e• Metal surfaces • Chrome parts • Cast iron components\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 1 gallon per container\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"weight-notice\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e This product ships in a case of four 1-gallon containers with a total shipping weight of 37.46 lb. Please ensure proper handling equipment is available for receiving and moving this product.\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e10079567300042\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697451208788,"sku":null,"price":224.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T142301.012.png?v=1763889748"},{"product_id":"brasso-rac89334-8-oz-metal-polish-8-case","title":"Brasso RAC89334 8 oz. Metal Polish - 8\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #8B4513;\n            --secondary-color: #A0522D;\n            --accent-color: #CD853F;\n            --light-bg: #FAF5F0;\n            --border-color: #E8D5C4;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions-box {\n            background-color: var(--light-bg);\n            border-radius: 6px;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .dimensions-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .compatible-metals {\n            background-color: #e8f5e8;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .compatible-title {\n            font-size: 18px;\n            color: #2d5a2d;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff3cd;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .special-order-notice {\n            background-color: #e3f2fd;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #2196f3;\n        }\n        \n        .special-order-title {\n            font-size: 18px;\n            color: #0d47a1;\n            margin-bottom: 10px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eBrasso Multi-Purpose Metal Polish\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade polish for brilliant, long-lasting shine on all metal surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMulti-purpose polish for various metallic surfaces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eOffers long-lasting polish and brilliant shine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEasy ready-to-use formula with no necessary rinse after use\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemove food soils, fingerprints, film, and water spots\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for stainless steel appliances and fixtures\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eBrasso RAC89334 Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e5.03 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Base Type\u003c\/th\u003e\n\u003ctd\u003eWater\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Type\u003c\/th\u003e\n\u003ctd\u003ePolisher\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGrade\u003c\/th\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e8 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Case Size\u003c\/th\u003e\n\u003ctd\u003e0.5 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eMetal Polishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eKeep your metal surfaces looking their best with the Brasso 8 oz. metal polish! This multi-purpose polish is designed for various metallic surfaces, offering a long-lasting polish and brilliant shine that will impress. The easy ready-to-use formula eliminates the need for rinsing after use, making it a convenient choice for busy commercial settings. Say goodbye to food soils, fingerprints, film, and water spots with this powerful metal polish that is ideal for stainless steel appliances and fixtures.\u003c\/p\u003e\n\u003cp\u003eEnhance the appearance of your establishment by keeping your metal surfaces clean and shiny with Brasso metal polish. With its ability to remove tarnish and restore the original shine, this metal polish is perfect for a wide range of applications in commercial settings. It will help you achieve a professional finish that reflects the quality of your business. Invest in Brasso metal polish to keep your metal surfaces gleaming and looking like new!\u003c\/p\u003e\n\u003cdiv class=\"compatible-metals\"\u003e\n\u003ch3 class=\"compatible-title\"\u003eCompatible Metal Surfaces\u003c\/h3\u003e\n\u003cp\u003e• Brass • Copper • Stainless Steel • Chrome\u003cbr\u003e• Aluminum • Pewter • Bronze • Various metallic surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Size:\u003c\/strong\u003e 8 oz. per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"special-order-notice\"\u003e\n\u003ch3 class=\"special-order-title\"\u003eSpecial Order Information\u003c\/h3\u003e\n\u003cp\u003eBecause this item is not stocked in our warehouse, processing, transit times and stock availability will vary. If you need your items by a certain date, please contact us prior to placing your order. Expedited shipping availability may vary. We cannot guarantee that this item can be cancelled off of the order or returned once it is placed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e400017667997\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697451307092,"sku":null,"price":54.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T142639.445.png?v=1763889970"},{"product_id":"clr-pro-a-err-4pro-exterior-rust-remover-1-gallon-4-case","title":"CLR PRO A-ERR-4PRO Exterior Rust Remover 1 Gallon - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #8B4513;\n            --secondary-color: #A0522D;\n            --accent-color: #CD853F;\n            --light-bg: #FAF5F0;\n            --border-color: #E8D5C4;\n            --text-color: #333;\n            --text-light: #666;\n            --success-color: #28a745;\n            --info-color: #17a2b8;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--text-color);\n            line-height: 1.6;\n            background-color: #fff;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--text-light);\n            font-weight: normal;\n        }\n        \n        .product-highlights {\n            background-color: var(--light-bg);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .highlight-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-weight: bold;\n            min-width: 20px;\n        }\n        \n        .specs-table-container {\n            margin: 30px 0;\n            overflow: hidden;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid var(--border-color);\n        }\n        \n        .specs-title {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 15px 20px;\n            font-size: 20px;\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-bg);\n        }\n        \n        .specs-table th {\n            background-color: var(--secondary-color);\n            color: white;\n            text-align: left;\n            padding: 12px 15px;\n            font-weight: 600;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            margin: 30px 0;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--border-color);\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions-box {\n            background-color: var(--light-bg);\n            border-radius: 6px;\n            padding: 15px;\n            margin: 15px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .dimensions-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .safety-features {\n            background-color: #e8f5e8;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .safety-title {\n            font-size: 18px;\n            color: #2d5a2d;\n            margin-bottom: 10px;\n        }\n        \n        .applications-box {\n            background-color: #fff3cd;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .applications-title {\n            font-size: 18px;\n            color: #856404;\n            margin-bottom: 10px;\n        }\n        \n        .special-order-notice {\n            background-color: #e3f2fd;\n            border-radius: 6px;\n            padding: 15px;\n            margin: 20px 0;\n            border-left: 4px solid var(--info-color);\n        }\n        \n        .special-order-title {\n            font-size: 18px;\n            color: #0d47a1;\n            margin-bottom: 10px;\n        }\n        \n        .weight-notice {\n            background-color: #fff3cd;\n            border-radius: 6px;\n            padding: 12px;\n            margin: 15px 0;\n            border: 1px solid #ffeaa7;\n            font-size: 14px;\n        }\n        \n        .upc-section {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 6px;\n            margin-top: 20px;\n            display: inline-block;\n            border: 1px dashed var(--accent-color);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 18px;\n            letter-spacing: 1px;\n            background-color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            margin-left: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 8px 10px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eCLR PRO Exterior Rust Remover\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eIndustrial-strength rust removal solution for vehicles and equipment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eImproves the appearance of vehicles and can be used for paint prepping\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEffectively removes unsightly surface corrosion and rust stains\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNon-abrasive formula is safe on clear coat and paint\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSafe on vegetation\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use on cars, vans, trucks, heavy equipment, and antique vehicles\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003cdiv class=\"specs-title\"\u003eCLR PRO A-ERR-4PRO Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e37.6 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eChemical Form\u003c\/th\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Line\u003c\/th\u003e\n\u003ctd\u003eCLR PRO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTotal Case Size\u003c\/th\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eCorrosion Inhibitors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eChoose a reliable and effective product with this CLR PRO A-ERR-4PRO exterior rust remover 1 gallon. This product works to efficiently remove rust stains from industrial equipment and vehicles. It can also remove unsightly surface corrosion from vehicle exteriors. This product can be used for paint prepping and can improve the appearance of any vehicle or piece of equipment. It is ideal for use on cars, vans, trucks, heavy equipment, and even antique vehicles.\u003c\/p\u003e\n\u003cp\u003eThis product is non-abrasive. It is safe for use on clear coat as well as paint. Despite its industrial strength, this rust remover is safe for employees. It is also safe on vegetation, allowing it to be used in outdoor settings without worry. This highly effective product is a great choice for any commercial or industrial setting.\u003c\/p\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003ch3 class=\"safety-title\"\u003eSafety \u0026amp; Environmental Benefits\u003c\/h3\u003e\n\u003cp\u003e• Non-abrasive formula safe for clear coat and paint\u003cbr\u003e• Safe for employees in commercial settings\u003cbr\u003e• Environmentally safe on vegetation\u003cbr\u003e• Ideal for outdoor use applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-box\"\u003e\n\u003ch3 class=\"applications-title\"\u003eIdeal Applications\u003c\/h3\u003e\n\u003cp\u003e• Cars and vans • Trucks and heavy equipment\u003cbr\u003e• Antique vehicle restoration • Industrial equipment\u003cbr\u003e• Paint preparation • Surface corrosion removal\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 1 gallon per container\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"weight-notice\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e This product ships in a case of four 1-gallon containers with a total shipping weight of 37.6 lb. Please ensure proper handling equipment is available for receiving and moving this product.\u003c\/div\u003e\n\u003cdiv class=\"special-order-notice\"\u003e\n\u003ch3 class=\"special-order-title\"\u003eSpecial Order Information\u003c\/h3\u003e\n\u003cp\u003eBecause this item is not stocked in our warehouse, processing, transit times and stock availability will vary. If you need your items by a certain date, please contact us prior to placing your order. Expedited shipping availability may vary. We cannot guarantee that this item can be cancelled off of the order or returned once it is placed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e10078291133209\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697451831380,"sku":null,"price":151.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T143015.001.png?v=1763890178"}],"url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/metal-polishes.oembed","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}