{"title":"Warewashing \/ Laundry","description":"\u003cdiv class=\"!flex items-center gap-3\"\u003e\n\u003cp class=\"text-left text-base font-semibold leading-5 hover:underline text-green-500 active:text-green-700 active:underline m-0 p-0\"\u003eWarewashing \/ Laundry\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"advantage-chemicals-5-gallon-640-oz-concentrated-pot-pan-soap-1","title":"Chemicals 5 Gallon \/ 640 oz. Concentrated Pot \u0026 Pan Soap","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\u003eAdvantage Chemicals Pot \u0026amp; Pan Detergent\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom color scheme *\/\n        :root {\n            --primary: #2c7da0;\n            --primary-light: #a9d6e5;\n            --secondary: #ff9e1f;\n            --secondary-light: #ffd8a8;\n            --dark: #013a63;\n            --light: #f8f9fa;\n            --text: #2d2d2d;\n            --shadow: rgba(0, 0, 0, 0.08);\n        }\n        \n        \/* Base styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--text);\n            line-height: 1.6;\n            background-color: #fafafa;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        \/* Header section *\/\n        .product-header {\n            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Feature cards *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            padding: 40px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px var(--shadow);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-align: center;\n            border-top: 5px solid var(--primary);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .feature-title {\n            font-size: 1.5rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        \/* Benefits section *\/\n        .benefits-section {\n            background-color: var(--light);\n            padding: 50px 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .benefits-content h2 {\n            color: var(--dark);\n            font-size: 2.2rem;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .benefits-content h2:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100px;\n            height: 4px;\n            background: var(--secondary);\n            border-radius: 2px;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.1rem;\n        }\n        \n        .benefits-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: var(--primary);\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        .benefits-image {\n            text-align: center;\n        }\n        \n        .benefits-image .icon {\n            font-size: 8rem;\n            color: var(--primary);\n            opacity: 0.8;\n        }\n        \n        \/* Specs section *\/\n        .specs-section {\n            padding: 50px 40px;\n            background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);\n            color: white;\n        }\n        \n        .specs-title {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 40px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .spec-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: scale(1.05);\n            background: rgba(255, 255, 255, 0.15);\n        }\n        \n        .spec-value {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: var(--secondary);\n        }\n        \n        \/* Usage section *\/\n        .usage-section {\n            padding: 50px 40px;\n            background-color: white;\n        }\n        \n        .usage-title {\n            text-align: center;\n            color: var(--dark);\n            font-size: 2.2rem;\n            margin-bottom: 40px;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n        }\n        \n        .usage-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n            padding: 20px;\n            background: var(--light);\n            border-radius: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateX(5px);\n            background: var(--primary-light);\n        }\n        \n        .usage-icon {\n            color: var(--primary);\n            margin-right: 20px;\n            font-size: 2rem;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n                padding: 20px;\n            }\n            \n            .benefits-section, .specs-section, .usage-section {\n                padding: 30px 20px;\n            }\n        }\n        \n        \/* Lemon accent elements *\/\n        .lemon-accent {\n            color: var(--secondary);\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAdvantage Chemicals Pot \u0026amp; Pan Detergent\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e5 Gallon Container of Professional-Grade Lemon Sented Cleaner\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"feature-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eTough on Grease\u003c\/h3\u003e\n                \u003cp\u003ePowerful formula cuts through tough grease and grime with ease, leaving your cookware sparkling clean.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e👐\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eGentle on Hands\u003c\/h3\u003e\n                \u003cp\u003eDespite its powerful cleaning ability, our formula is gentle on skin with a pH-balanced solution.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍋\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eFresh Lemon Scent\u003c\/h3\u003e\n                \u003cp\u003eEnjoy a refreshing \u003cspan class=\"lemon-accent\"\u003elemon scent\u003c\/span\u003e that leaves your kitchen smelling clean and fresh after washing.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefits-content\"\u003e\n                \u003ch2\u003eWhy Choose Our Pot \u0026amp; Pan Detergent?\u003c\/h2\u003e\n                \n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eCreates long-lasting suds that continue working\u003c\/li\u003e\n                    \u003cli\u003eEconomical solution for high-volume kitchens\u003c\/li\u003e\n                    \u003cli\u003eEffectively removes baked-on food and stains\u003c\/li\u003e\n                    \u003cli\u003eHelps food come out tasting better without soap residue\u003c\/li\u003e\n                    \u003cli\u003eMakes cooking easier with reliably clean dishes\u003c\/li\u003e\n                    \u003cli\u003e5-gallon container ensures you never run out\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefits-image\"\u003e\n                \u003cdiv class=\"icon\"\u003e🍳\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch3 class=\"specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e5 Gallon\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLarge Capacity\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eLemon\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eFresh Scent\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eConcentrated\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eFormula\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHigh-Sudsing\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLong-Lasting\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003ePerfect For All Your Kitchenware\u003c\/h2\u003e\n            \n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍳\u003c\/span\u003e\n                        \u003cspan\u003ePots \u0026amp; Pans\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥘\u003c\/span\u003e\n                        \u003cspan\u003eBaking Sheets\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🔪\u003c\/span\u003e\n                        \u003cspan\u003eCooking Utensils\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍽️\u003c\/span\u003e\n                        \u003cspan\u003eDishes \u0026amp; Plates\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍲\u003c\/span\u003e\n                        \u003cspan\u003eCasserole Dishes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e👨‍🍳\u003c\/span\u003e\n                        \u003cspan\u003eCommercial Kitchen Equipment\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499769040980,"sku":null,"price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3010545_2b548929-01e1-44f8-a545-3b8824684642.jpg?v=1763605466"},{"product_id":"advantage-chemicals-5-gallon-640-oz-concentrated-liquid-dish-soap-1","title":"Chemicals 5 gallon \/ 640 oz. Concentrated Liquid Dish Soap","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\u003eAdvantage Chemicals Dish Soap\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            text-align: center;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #3498db;\n        }\n        \n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 600;\n            color: #2980b9;\n            margin: 30px 0 20px 0;\n            padding-left: 15px;\n            border-left: 4px solid #3498db;\n        }\n        \n        .product-text {\n            font-size: 17px;\n            margin-bottom: 20px;\n            color: #444;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, #a8e6cf 0%, #dcedc1 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 280px;\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 5px solid #3498db;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 50px;\n            margin-bottom: 20px;\n            color: #2c3e50;\n        }\n        \n        .benefit-card h3 {\n            color: #2c3e50;\n            margin-top: 0;\n            font-size: 20px;\n        }\n        \n        .usage-section {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 30px;\n            margin: 30px 0;\n            border-left: 5px solid #3498db;\n        }\n        \n        .usage-list {\n            padding-left: 20px;\n            margin-bottom: 20px;\n        }\n        \n        .usage-list li {\n            margin-bottom: 12px;\n            position: relative;\n            padding-left: 30px;\n        }\n        \n        .usage-list li:before {\n            content: \"✔\";\n            color: #27ae60;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            font-size: 20px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            text-align: center;\n        }\n        \n        .spec-value {\n            font-size: 24px;\n            font-weight: bold;\n            color: #3498db;\n            margin: 10px 0;\n        }\n        \n        .cta-box {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 40px 0;\n        }\n        \n        .cta-heading {\n            font-size: 26px;\n            margin-top: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 26px;\n            }\n            \n            .product-subtitle {\n                font-size: 20px;\n            }\n            \n            .benefits-container {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eAdvantage Chemicals 5 Gallon Liquid Dish Soap\u003c\/h1\u003e\n        \n        \u003cdiv class=\"highlight\"\u003e\n            \u003cp class=\"product-text\"\u003eKeep your flatware, glassware, and dishes sparkling clean with this powerful, economical dish soap solution. Perfect for busy kitchens that demand both quality and value.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eWhy Choose Advantage Chemicals Dish Soap?\u003c\/h2\u003e\n        \n        \u003cdiv class=\"benefits-container\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                \u003ch3\u003eCost Effective\u003c\/h3\u003e\n                \u003cp\u003eBuying in bulk saves money and ensures you're always stocked for busy service periods.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n                \u003ch3\u003eTough on Grease\u003c\/h3\u003e\n                \u003cp\u003ePowerful formula cuts through tough grease and food residue with ease.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔄\u003c\/div\u003e\n                \u003ch3\u003eEasy to Use\u003c\/h3\u003e\n                \u003cp\u003eConvenient container with clear usage directions printed on the back.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003ePerfect For All Your Cleaning Needs\u003c\/h2\u003e\n            \n            \u003cul class=\"usage-list\"\u003e\n                \u003cli\u003eFlatware and silverware\u003c\/li\u003e\n                \u003cli\u003eGlassware and drinkware\u003c\/li\u003e\n                \u003cli\u003ePlates, bowls, and serving dishes\u003c\/li\u003e\n                \u003cli\u003ePots and pans\u003c\/li\u003e\n                \u003cli\u003eFood preparation surfaces\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cp class=\"product-text\"\u003eIdeal for restaurants, cafeterias, food trucks, catering services, and any busy kitchen environment.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n        \n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003eSize\u003c\/h3\u003e\n                \u003cdiv class=\"spec-value\"\u003e5 Gallons\u003c\/div\u003e\n                \u003cp\u003eLarge volume for extended use\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003eForm\u003c\/h3\u003e\n                \u003cdiv class=\"spec-value\"\u003eLiquid\u003c\/div\u003e\n                \u003cp\u003eEasy to dispense and measure\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003eApplication\u003c\/h3\u003e\n                \u003cdiv class=\"spec-value\"\u003eManual Dishwashing\u003c\/div\u003e\n                \u003cp\u003ePerfect for commercial sinks\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-box\"\u003e\n            \u003ch2 class=\"cta-heading\"\u003eAlways Be Prepared!\u003c\/h2\u003e\n            \u003cp class=\"product-text\"\u003eKeep your kitchen running smoothly with our bulk dish soap. Never run out during critical service times again.\u003c\/p\u003e\n            \u003cp class=\"product-text\"\u003eOrder now to ensure sparkling clean dishes and efficient kitchen operations!\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499786899540,"sku":null,"price":92.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3010409_5e8b333c-1db2-4ebe-8a71-1d71d49dac6c.jpg?v=1763605503"},{"product_id":"clean-x-press-x-soak-12-cleantank-40-gallon-soak-tank-detergent","title":"Clean X-Press X-Soak 12 CleanTank 40-Gallon Soak Tank Detergent","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: #00838f;\n            --secondary-color: #4fb3bf;\n            --accent-color: #ff8a65;\n            --light-color: #f1f8e9;\n            --border-color: #b2dfdb;\n            --text-color: #006064;\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            background-color: #f8fdf8;\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 12px 30px -5px rgba(0, 131, 143, 0.15), 0 4px 15px -3px rgba(0, 131, 143, 0.1);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            color: white;\n            padding: 40px 35px;\n            position: relative;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 25px;\n            right: 25px;\n            background-color: var(--accent-color);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.5rem;\n            opacity: 0.95;\n            font-weight: 400;\n            margin-bottom: 15px;\n        }\n        \n        .product-tagline {\n            font-size: 1.2rem;\n            max-width: 800px;\n            opacity: 0.9;\n            line-height: 1.5;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: var(--primary-color);\n            margin: 45px 0 25px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--border-color);\n            font-weight: 600;\n            position: relative;\n        }\n        \n        .section-title:first-child {\n            margin-top: 0;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 90px;\n            height: 2px;\n            background-color: var(--accent-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px -5px rgba(0, 131, 143, 0.15);\n        }\n        \n        .specs-table th {\n            background: linear-gradient(to right, var(--primary-color), #0097a7);\n            color: white;\n            text-align: left;\n            padding: 22px;\n            font-weight: 600;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-color);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 20px 22px;\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 td:first-child {\n            font-weight: 600;\n            color: var(--primary-color);\n            width: 35%;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 22px;\n            margin: 30px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: var(--light-color);\n            padding: 22px;\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-color);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 131, 143, 0.15);\n        }\n        \n        .feature-icon {\n            color: var(--accent-color);\n            margin-right: 16px;\n            font-weight: bold;\n            font-size: 1.4rem;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n        \n        .feature-content {\n            flex: 1;\n        }\n        \n        .tank-highlight {\n            background: linear-gradient(to right, #e8f5e9, #c8e6c9);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid var(--accent-color);\n        }\n        \n        .tank-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .tank-capacity {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin: 15px 0;\n        }\n        \n        .safety-highlight {\n            background: linear-gradient(to right, #fff3e0, #ffecb3);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid var(--accent-color);\n        }\n        \n        .safety-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .certifications-banner {\n            background: linear-gradient(to right, #e3f2fd, #bbdefb);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid var(--secondary-color);\n        }\n        \n        .certifications-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 12px;\n        }\n        \n        .certifications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .certification-item {\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: 600;\n            color: var(--primary-color);\n            text-align: center;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 16px;\n            margin: 25px 0;\n        }\n        \n        .application-item {\n            background: linear-gradient(to right, #e3f2fd, #e1f5fe);\n            padding: 16px;\n            border-radius: 10px;\n            text-align: center;\n            font-weight: 600;\n            color: var(--primary-color);\n            transition: transform 0.2s;\n        }\n        \n        .application-item:hover {\n            transform: scale(1.05);\n        }\n        \n        .compatibility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n            gap: 12px;\n            margin: 20px 0;\n        }\n        \n        .compatibility-item {\n            background: linear-gradient(to right, #f3e5f5, #e1bee7);\n            padding: 14px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .water-conditions {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .water-item {\n            background: linear-gradient(to right, #e0f2f1, #b2dfdb);\n            padding: 12px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 22px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 280px;\n            background: linear-gradient(to bottom right, #e8f5e9, #f1f8e9);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .benefit-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 12px;\n        }\n        \n        .usage-steps {\n            list-style-type: none;\n            margin: 35px 0;\n            counter-reset: step-counter;\n        }\n        \n        .usage-steps li {\n            padding: 22px 0 22px 80px;\n            position: relative;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .usage-steps li:last-child {\n            border-bottom: none;\n        }\n        \n        .usage-steps li:before {\n            counter-increment: step-counter;\n            content: counter(step-counter);\n            position: absolute;\n            left: 0;\n            top: 18px;\n            width: 50px;\n            height: 50px;\n            background: var(--primary-color);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.3rem;\n        }\n        \n        .maintenance-highlight {\n            background: linear-gradient(to right, #fff3e0, #ffecb3);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px dashed var(--accent-color);\n        }\n        \n        .maintenance-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-info {\n            background: linear-gradient(to right, #e3f2fd, #bbdefb);\n            padding: 28px;\n            border-radius: 12px;\n            margin: 35px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(to right, #e3f2fd, #f0f9ff);\n            padding: 18px 30px;\n            border-radius: 12px;\n            font-family: monospace;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin-top: 25px;\n            font-size: 1.3rem;\n            border: 2px dashed var(--primary-color);\n            letter-spacing: 1.5px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid, .applications-grid, .compatibility-grid, .water-conditions, .certifications-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-container {\n                flex-direction: column;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-content {\n                padding: 25px;\n            }\n            \n            .section-title {\n                font-size: 1.6rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"product-badge\"\u003eNSF Listed\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eClean X-Press X-Soak 12\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eCleanTank Soak Tank Detergent\u003c\/p\u003e\n\u003cp class=\"product-tagline\"\u003eProfessional-grade acid-free soak tank detergent specially formulated for 40-gallon CleanTank systems\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eMake sure your soak tank is ready to tackle tough jobs with Clean X-Press X-Soak 12 CleanTank soak tank detergent. This acid-free formula is specially designed for 40-gallon CleanTank systems and is safe for use on aluminum, stainless steel, and soft metals. Premeasured for convenience and powerful enough to remove grease and carbon buildup from kitchen equipment, this professional detergent delivers exceptional cleaning performance.\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eTechnical Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Number\u003c\/td\u003e\n\u003ctd\u003eX-Soak 12\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e15 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America • NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp • Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e15 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eHeavy • Moderate\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard • Medium • Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eAcid-Free Formula\u003c\/strong\u003e\n\u003cp\u003eSafe for use on aluminum, stainless steel, and soft metals without corrosion risk\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003ePremeasured Convenience\u003c\/strong\u003e\n\u003cp\u003eExactly measured for 40-gallon CleanTank soak tank systems - no guesswork required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003ePowerful Grease Removal\u003c\/strong\u003e\n\u003cp\u003eEffectively removes grease and carbon buildup from kitchen equipment and utensils\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eTemperature Versatile\u003c\/strong\u003e\n\u003cp\u003eWorks effectively in both high and low temperature soak tank applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eWater Condition Adaptive\u003c\/strong\u003e\n\u003cp\u003eEffective in hard, medium, and soft water conditions for consistent performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eHeavy Soil Capable\u003c\/strong\u003e\n\u003cp\u003eDesigned to handle moderate to heavy soil loads in commercial kitchen environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tank-highlight\"\u003e\n\u003cdiv class=\"tank-title\"\u003eSpecifically Formulated for CleanTank Systems\u003c\/div\u003e\n\u003cdiv class=\"tank-capacity\"\u003e40-Gallon Tank Capacity\u003c\/div\u003e\n\u003cp\u003ePrecisely measured for optimal performance in 40-gallon CleanTank soak tank systems\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications-banner\"\u003e\n\u003cdiv class=\"certifications-title\"\u003eIndustry Certifications \u0026amp; Approvals\u003c\/div\u003e\n\u003cp\u003eThis product meets the highest standards for safety and performance in commercial food service environments\u003c\/p\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"certification-item\"\u003eNSF Listed\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003eMade in America\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003eAcid-Free Formula\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003eMetal Safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-highlight\"\u003e\n\u003cdiv class=\"safety-title\"\u003eEnhanced Safety Features\u003c\/div\u003e\n\u003cp\u003eAcid-free formula ensures safety for all metal surfaces including aluminum, stainless steel, and soft metals commonly found in commercial kitchens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eCompatible Materials\u003c\/h2\u003e\n\u003cp\u003eSafe for use on a wide range of commercial kitchen materials:\u003c\/p\u003e\n\u003cdiv class=\"compatibility-grid\"\u003e\n\u003cdiv class=\"compatibility-item\"\u003eAluminum\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eStainless Steel\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eSoft Metals\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eKitchen Utensils\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eCookware\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eBaking Equipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eWater Condition Compatibility\u003c\/h2\u003e\n\u003cp\u003eConsistently effective across various water conditions:\u003c\/p\u003e\n\u003cdiv class=\"water-conditions\"\u003e\n\u003cdiv class=\"water-item\"\u003eHard Water\u003c\/div\u003e\n\u003cdiv class=\"water-item\"\u003eMedium Water\u003c\/div\u003e\n\u003cdiv class=\"water-item\"\u003eSoft Water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eTarget Applications\u003c\/h2\u003e\n\u003cp\u003ePerfect for cleaning various kitchen equipment and items:\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003ePots \u0026amp; Pans\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eBaking Sheets\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eHood Filters\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eKitchen Utensils\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCookware\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eFood Prep Equipment\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCommercial Bakeware\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eKitchen Tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003ePerformance Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-container\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEasy to Use\u003c\/div\u003e\n\u003cp\u003ePremeasured formula eliminates guesswork and ensures proper concentration every time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eVersatile Performance\u003c\/div\u003e\n\u003cp\u003eWorks effectively across different water conditions and temperature ranges\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEquipment Protection\u003c\/div\u003e\n\u003cp\u003eAcid-free formula protects valuable kitchen equipment from corrosion and damage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"maintenance-highlight\"\u003e\n\u003cdiv class=\"maintenance-title\"\u003eMonthly Maintenance Schedule\u003c\/div\u003e\n\u003cp\u003eFor optimal performance, this detergent solution should be changed out once per month in your CleanTank soak tank system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eUsage Instructions\u003c\/h2\u003e\n\u003col class=\"usage-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTank Preparation:\u003c\/strong\u003e Ensure CleanTank soak tank is clean and ready for use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Addition:\u003c\/strong\u003e Add the premeasured X-Soak 12 detergent to your 40-gallon tank\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWater Fill:\u003c\/strong\u003e Fill tank with water to the appropriate level\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEquipment Soaking:\u003c\/strong\u003e Place pots, pans, baking sheets, and other items in the soak tank\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoaking Time:\u003c\/strong\u003e Allow items to soak according to soil level and manufacturer recommendations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMonthly Maintenance:\u003c\/strong\u003e Change detergent solution once per month for optimal performance\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cp class=\"shipping-title\"\u003eShipping Information\u003c\/p\u003e\n\u003cp\u003eThis product usually ships in 2 business days directly from the manufacturer. Lead times may vary based on manufacturer stock availability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 35px;\"\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC:\u003c\/strong\u003e 400017846620\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":42691097395284,"sku":null,"price":244.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_19.png?v=1763623087"},{"product_id":"clean-x-press-x-soak-20-cleantank-60-gallon-soak-tank-detergent","title":"Clean X-Press X-Soak 20 CleanTank 60-Gallon Soak Tank Detergent","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: #00796b;\n            --secondary-color: #4db6ac;\n            --accent-color: #ff8a65;\n            --light-color: #f1f8e9;\n            --border-color: #b2dfdb;\n            --text-color: #004d40;\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            background-color: #f8fdf8;\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 12px 30px -5px rgba(0, 121, 107, 0.15), 0 4px 15px -3px rgba(0, 121, 107, 0.1);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            color: white;\n            padding: 40px 35px;\n            position: relative;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 25px;\n            right: 25px;\n            background-color: var(--accent-color);\n            color: white;\n            padding: 8px 18px;\n            border-radius: 25px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.5rem;\n            opacity: 0.95;\n            font-weight: 400;\n            margin-bottom: 15px;\n        }\n        \n        .product-tagline {\n            font-size: 1.2rem;\n            max-width: 800px;\n            opacity: 0.9;\n            line-height: 1.5;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: var(--primary-color);\n            margin: 45px 0 25px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--border-color);\n            font-weight: 600;\n            position: relative;\n        }\n        \n        .section-title:first-child {\n            margin-top: 0;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 90px;\n            height: 2px;\n            background-color: var(--accent-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px -5px rgba(0, 121, 107, 0.15);\n        }\n        \n        .specs-table th {\n            background: linear-gradient(to right, var(--primary-color), #00897b);\n            color: white;\n            text-align: left;\n            padding: 22px;\n            font-weight: 600;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--light-color);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 20px 22px;\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 td:first-child {\n            font-weight: 600;\n            color: var(--primary-color);\n            width: 35%;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 22px;\n            margin: 30px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: var(--light-color);\n            padding: 22px;\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-color);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 121, 107, 0.15);\n        }\n        \n        .feature-icon {\n            color: var(--accent-color);\n            margin-right: 16px;\n            font-weight: bold;\n            font-size: 1.4rem;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n        \n        .feature-content {\n            flex: 1;\n        }\n        \n        .tank-highlight {\n            background: linear-gradient(to right, #e8f5e9, #c8e6c9);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid var(--accent-color);\n        }\n        \n        .tank-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .tank-capacity {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin: 15px 0;\n        }\n        \n        .safety-highlight {\n            background: linear-gradient(to right, #fff3e0, #ffecb3);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid var(--accent-color);\n        }\n        \n        .safety-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .certifications-banner {\n            background: linear-gradient(to right, #e3f2fd, #bbdefb);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px solid var(--secondary-color);\n        }\n        \n        .certifications-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 12px;\n        }\n        \n        .certifications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .certification-item {\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            font-weight: 600;\n            color: var(--primary-color);\n            text-align: center;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 16px;\n            margin: 25px 0;\n        }\n        \n        .application-item {\n            background: linear-gradient(to right, #e3f2fd, #e1f5fe);\n            padding: 16px;\n            border-radius: 10px;\n            text-align: center;\n            font-weight: 600;\n            color: var(--primary-color);\n            transition: transform 0.2s;\n        }\n        \n        .application-item:hover {\n            transform: scale(1.05);\n        }\n        \n        .compatibility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n            gap: 12px;\n            margin: 20px 0;\n        }\n        \n        .compatibility-item {\n            background: linear-gradient(to right, #f3e5f5, #e1bee7);\n            padding: 14px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .water-conditions {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .water-item {\n            background: linear-gradient(to right, #e0f2f1, #b2dfdb);\n            padding: 12px;\n            border-radius: 8px;\n            text-align: center;\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 22px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 280px;\n            background: linear-gradient(to bottom right, #e8f5e9, #f1f8e9);\n            padding: 25px;\n            border-radius: 12px;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .benefit-title {\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 12px;\n        }\n        \n        .usage-steps {\n            list-style-type: none;\n            margin: 35px 0;\n            counter-reset: step-counter;\n        }\n        \n        .usage-steps li {\n            padding: 22px 0 22px 80px;\n            position: relative;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .usage-steps li:last-child {\n            border-bottom: none;\n        }\n        \n        .usage-steps li:before {\n            counter-increment: step-counter;\n            content: counter(step-counter);\n            position: absolute;\n            left: 0;\n            top: 18px;\n            width: 50px;\n            height: 50px;\n            background: var(--primary-color);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.3rem;\n        }\n        \n        .maintenance-highlight {\n            background: linear-gradient(to right, #fff3e0, #ffecb3);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            text-align: center;\n            border: 2px dashed var(--accent-color);\n        }\n        \n        .maintenance-title {\n            font-weight: 700;\n            color: var(--primary-color);\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .shipping-info {\n            background: linear-gradient(to right, #e3f2fd, #bbdefb);\n            padding: 28px;\n            border-radius: 12px;\n            margin: 35px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(to right, #e3f2fd, #f0f9ff);\n            padding: 18px 30px;\n            border-radius: 12px;\n            font-family: monospace;\n            font-weight: 700;\n            color: var(--primary-color);\n            margin-top: 25px;\n            font-size: 1.3rem;\n            border: 2px dashed var(--primary-color);\n            letter-spacing: 1.5px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .features-grid, .applications-grid, .compatibility-grid, .water-conditions, .certifications-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-container {\n                flex-direction: column;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .product-content {\n                padding: 25px;\n            }\n            \n            .section-title {\n                font-size: 1.6rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"product-badge\"\u003eNSF Listed\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eClean X-Press X-Soak 20\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eCleanTank Soak Tank Detergent\u003c\/p\u003e\n\u003cp class=\"product-tagline\"\u003eProfessional-grade acid-free soak tank detergent specially formulated for 60-gallon CleanTank systems\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eMake sure your soak tank is ready to tackle tough jobs with Clean X-Press X-Soak 20 CleanTank soak tank detergent. This acid-free formula is specially designed for 60-gallon CleanTank systems and is safe for use on aluminum, stainless steel, and soft metals. Premeasured for convenience and powerful enough to remove grease and carbon buildup from kitchen equipment, this professional detergent delivers exceptional cleaning performance for larger commercial operations.\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eTechnical Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Number\u003c\/td\u003e\n\u003ctd\u003eX-Soak 20\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America • NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp • Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eHeavy • Moderate\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard • Medium • Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eAcid-Free Formula\u003c\/strong\u003e\n\u003cp\u003eSafe for use on aluminum, stainless steel, and soft metals without corrosion risk\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003ePremeasured Convenience\u003c\/strong\u003e\n\u003cp\u003eExactly measured for 60-gallon CleanTank soak tank systems - no guesswork required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003ePowerful Grease Removal\u003c\/strong\u003e\n\u003cp\u003eEffectively removes grease and carbon buildup from kitchen equipment and utensils\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eTemperature Versatile\u003c\/strong\u003e\n\u003cp\u003eWorks effectively in both high and low temperature soak tank applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eWater Condition Adaptive\u003c\/strong\u003e\n\u003cp\u003eEffective in hard, medium, and soft water conditions for consistent performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cstrong\u003eHeavy Soil Capable\u003c\/strong\u003e\n\u003cp\u003eDesigned to handle moderate to heavy soil loads in commercial kitchen environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tank-highlight\"\u003e\n\u003cdiv class=\"tank-title\"\u003eSpecifically Formulated for Larger CleanTank Systems\u003c\/div\u003e\n\u003cdiv class=\"tank-capacity\"\u003e60-Gallon Tank Capacity\u003c\/div\u003e\n\u003cp\u003ePrecisely measured for optimal performance in 60-gallon CleanTank soak tank systems\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications-banner\"\u003e\n\u003cdiv class=\"certifications-title\"\u003eIndustry Certifications \u0026amp; Approvals\u003c\/div\u003e\n\u003cp\u003eThis product meets the highest standards for safety and performance in commercial food service environments\u003c\/p\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"certification-item\"\u003eNSF Listed\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003eMade in America\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003eAcid-Free Formula\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003eMetal Safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-highlight\"\u003e\n\u003cdiv class=\"safety-title\"\u003eEnhanced Safety Features\u003c\/div\u003e\n\u003cp\u003eAcid-free formula ensures safety for all metal surfaces including aluminum, stainless steel, and soft metals commonly found in commercial kitchens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eCompatible Materials\u003c\/h2\u003e\n\u003cp\u003eSafe for use on a wide range of commercial kitchen materials:\u003c\/p\u003e\n\u003cdiv class=\"compatibility-grid\"\u003e\n\u003cdiv class=\"compatibility-item\"\u003eAluminum\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eStainless Steel\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eSoft Metals\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eKitchen Utensils\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eCookware\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003eBaking Equipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eWater Condition Compatibility\u003c\/h2\u003e\n\u003cp\u003eConsistently effective across various water conditions:\u003c\/p\u003e\n\u003cdiv class=\"water-conditions\"\u003e\n\u003cdiv class=\"water-item\"\u003eHard Water\u003c\/div\u003e\n\u003cdiv class=\"water-item\"\u003eMedium Water\u003c\/div\u003e\n\u003cdiv class=\"water-item\"\u003eSoft Water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eTarget Applications\u003c\/h2\u003e\n\u003cp\u003ePerfect for cleaning various kitchen equipment and items:\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003ePots \u0026amp; Pans\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eBaking Sheets\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eHood Filters\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eKitchen Utensils\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCookware\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eFood Prep Equipment\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCommercial Bakeware\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eKitchen Tools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003ePerformance Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-container\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEasy to Use\u003c\/div\u003e\n\u003cp\u003ePremeasured formula eliminates guesswork and ensures proper concentration every time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eVersatile Performance\u003c\/div\u003e\n\u003cp\u003eWorks effectively across different water conditions and temperature ranges\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEquipment Protection\u003c\/div\u003e\n\u003cp\u003eAcid-free formula protects valuable kitchen equipment from corrosion and damage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"maintenance-highlight\"\u003e\n\u003cdiv class=\"maintenance-title\"\u003eMonthly Maintenance Schedule\u003c\/div\u003e\n\u003cp\u003eFor optimal performance, this detergent solution should be changed out once per month in your CleanTank soak tank system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eUsage Instructions\u003c\/h2\u003e\n\u003col class=\"usage-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTank Preparation:\u003c\/strong\u003e Ensure CleanTank soak tank is clean and ready for use\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProduct Addition:\u003c\/strong\u003e Add the premeasured X-Soak 20 detergent to your 60-gallon tank\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWater Fill:\u003c\/strong\u003e Fill tank with water to the appropriate level\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEquipment Soaking:\u003c\/strong\u003e Place pots, pans, baking sheets, and other items in the soak tank\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoaking Time:\u003c\/strong\u003e Allow items to soak according to soil level and manufacturer recommendations\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMonthly Maintenance:\u003c\/strong\u003e Change detergent solution once per month for optimal performance\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cp class=\"shipping-title\"\u003eShipping Information\u003c\/p\u003e\n\u003cp\u003eThis product usually ships in 2 business days directly from the manufacturer. Lead times may vary based on manufacturer stock availability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 35px;\"\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC:\u003c\/strong\u003e 400017846637\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":42691181576276,"sku":null,"price":279.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_19_73581edb-07f3-49a8-b105-bd034189fb3e.png?v=1763624483"},{"product_id":"ecos-pl9440-05-pro-wave®-5-gallon-automatic-commercial-dish-machine-detergent-liquid","title":"ECOS PL9440\/05 Pro Wave® 5 Gallon Automatic Commercial Dish Machine Detergent Liquid","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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #2c5530;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8f5e9;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f9fdf9;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #4caf50;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #4caf50;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #2c5530;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f9fdf9;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #2c5530;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f5f9f5;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #2c5530;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #e8f5e9;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2c5530;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e3f2fd;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #1976d2;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #1565c0;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eECOS PRO PL9440\/05 Commercial Dish Machine Detergent\u003c\/h1\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eMake your plates, utensils, and glasses shine with this ECOS PL9440\/05 Pro Wave® 5 gallon automatic commercial dish machine detergent liquid. This detergent is formulated specifically for use in commercial dishwashers to deliver exceptional cleaning performance while being environmentally responsible.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFormulated specifically for use in commercial dishwashers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCleans without scratching, hazing, etching, or residue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eUnscented formula is free of dyes and synthetic perfumes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEnvironmentally friendly formula with plant-based ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBoth gray-water and septic safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eECOS PRO PL9440\/05 Specifications\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\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e49.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eAutomatically Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free, Design for the Environment Certified, Eco-Friendly, EPA Safer Choice, Made in America, USDA Certified Biobased Product\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eLow Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eUnscented\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis ECOS PRO detergent is specially formulated for commercial dishwashers. Its gentle yet effective formula cuts through grease and dried-on food, cleaning dinnerware, cookware, and glassware without leaving scratches, etching, or hazing behind.\u003c\/p\u003e\n\u003cp\u003eThis detergent is free of dyes and synthetic perfumes. It is both unscented and hypo-allergenic, making it safe to use in commercial establishments with a wide variety of customers. Made with 100% plant-based ingredients, this environmentally friendly detergent has a neutral pH, is phosphate-free, and is gray-water and septic safe.\u003c\/p\u003e\n\u003cp\u003eThe convenient 5-gallon pail ensures you have an adequate supply for your commercial needs. Ensure your pots, pans, flatware, and dishes are sparkling clean with this premium detergent!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 5 Gallons\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 749174594402\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42691808886868,"sku":null,"price":154.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_22.png?v=1763630371"},{"product_id":"cascade-complete-actionpacs-17626-4-count-fresh-scent-automatic-dishwasher-detergent-pods-30-case","title":"Cascade Complete ActionPacs 17626 4-Count Fresh Scent Automatic Dishwasher Detergent Pods - 30\/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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #0066cc;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e6f2ff;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f5f9ff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #0066cc;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #0066cc;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #0066cc;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f5f9ff;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #0066cc;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f0f7ff;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #0066cc;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #e6f2ff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0066cc;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e6f2ff;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #0066cc;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #0066cc;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #0066cc;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eCascade Complete ActionPacs Dishwasher Detergent Pods\u003c\/h1\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eKeep your dishes, glassware, and utensils looking spotless with the convenience of Cascade Complete ActionPacs dishwasher detergent pods. With the grease-fighting power of Dawn dish soap, these pods deliver exceptional cleaning performance for virtually spotless results.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBreaks down residues and stuck-on food with 25% more efficiency than Cascade original\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePowered by Dawn grease-fighting formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eA no-pour, one-step detergent with a dissolvable wrapper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePhosphate-free formula leaves dishes virtually spotless and streak-free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e(30) 4-count pouches per case; 120 pods total\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eCascade Complete ActionPacs Specifications\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\u003e30\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e4 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\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\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e120 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese Cascade Complete ActionPacs eliminate the need for additional washes or cleaning solution. Since this solution comes in dissolvable pods, there is no need for measuring out the detergent and no extra steps, like puncturing or removing the wrapping, which offers a seamless drop-and-go convenience for streamlined dishwashing.\u003c\/p\u003e\n\u003cp\u003eThe detergent wrapping leaves behind no residue, and the detergent ensures that everything comes out virtually spotless and streak-free. Each pod leaves behind a fresh scent on your flatware as well as the interior of your dishwasher.\u003c\/p\u003e\n\u003cp\u003eThe formula contains no phosphates and is easy on septic tanks. Save water and time by eliminating pre-soaking from the dishwashing routine, since the Cascade Complete ActionPacs automatic dishwasher detergent pod can get the job done on its own.\u003c\/p\u003e\n\u003cp\u003eThis case includes (30) 4-count pouches for a total of 120 detergent pods per case, providing excellent value for your dishwashing needs.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017755922\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42691981475924,"sku":null,"price":61.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_23.png?v=1763632303"},{"product_id":"cascade-complete-actionpacs-97722-78-count-fresh-scent-automatic-dishwasher-detergent-pods-3-case","title":"Cascade Complete ActionPacs 97722 78-Count Fresh Scent Automatic Dishwasher Detergent Pods - 3\/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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #0066cc;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e6f2ff;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f5f9ff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #0066cc;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #0066cc;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #0066cc;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f5f9ff;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #0066cc;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f0f7ff;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #0066cc;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #e6f2ff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0066cc;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e6f2ff;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #0066cc;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #0066cc;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #0066cc;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #0066cc;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eCascade Complete ActionPacs 78-Count Dishwasher Detergent Pods\u003c\/h1\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 234 Pods (3 Cases × 78 Pods Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eKeep your dishes, glassware, and utensils looking spotless with the convenience of Cascade Complete ActionPacs dishwasher detergent pods. With the grease-fighting power of Dawn dish soap, these pods deliver exceptional cleaning performance for virtually spotless results.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBreaks down residues and stuck-on food with 25% more efficiency than Cascade original\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePowered by Dawn grease-fighting formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eA no-pour, one-step detergent with a dissolvable wrapper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePhosphate-free formula leaves dishes virtually spotless and streak-free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e3 cases with 78 pods each for a total of 234 pods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eCascade Complete ActionPacs Specifications\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\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e21.3 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e78 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\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\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e234 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese Cascade Complete ActionPacs eliminate the need for additional washes or cleaning solution. Since this solution comes in dissolvable pods, there is no need for measuring out the detergent and no extra steps, like puncturing or removing the wrapping, which offers a seamless drop-and-go convenience for streamlined dishwashing.\u003c\/p\u003e\n\u003cp\u003eThe detergent wrapping leaves behind no residue, and the detergent ensures that everything comes out virtually spotless and streak-free. Each pod leaves behind a fresh scent on your flatware as well as the interior of your dishwasher.\u003c\/p\u003e\n\u003cp\u003eThe formula contains no phosphates and is easy on septic tanks. Save water and time by eliminating pre-soaking from the dishwashing routine, since the Cascade Complete ActionPacs automatic dishwasher detergent pod can get the job done on its own.\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 3 cases with 78 pods each, providing a total of 234 detergent pods for extended use and excellent value.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017681771\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692150591572,"sku":null,"price":122.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_25.png?v=1763633283"},{"product_id":"finish-rac78826ct-16-oz-jet-dry-dishwasher-rinse-aid-6-case","title":"Finish RAC78826CT 16 oz. Jet Dry Dishwasher Rinse Aid - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #0056b3;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e6f2ff;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f0f8ff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #0056b3;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #0056b3;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #0056b3;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f0f8ff;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #0056b3;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #e6f2ff;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #0056b3;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #d1e7ff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0056b3;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e6f2ff;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #0056b3;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #0056b3;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #0056b3;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #0056b3;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e6f2ff 0%, #f0f8ff 100%);\n            border: 1px solid #b3d9ff;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #0056b3;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eFinish Jet-Dry Rinse Aid - 6 Bottle Case\u003c\/h1\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 6 Bottles (Each 16 fl. oz.) - 0.75 Gallon Total\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eLeave your glassware sparkling after every wash with Finish Jet-Dry rinse aid! This powerful product helps to rinse away food residue, spots, and film, leaving your dishes sparkling clean and protected.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelps rinse away food, spots, and film for spotless results\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDries faster than detergent alone to reduce water spots\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eShines and protects glass for a sparkling impression\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEach 16 oz. bottle contains enough product for 155 washes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eAdd directly to your machine's rinse aid compartment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eKey Benefit:\u003c\/div\u003e\n\u003cp\u003eBy using this rinse aid, you can reduce water spots and achieve a faster drying time compared to detergent alone, ensuring that your glassware looks immaculate every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eFinish Jet-Dry Rinse Aid Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e7.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e16 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e0.75 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eRinse Aids \/ Drying Agents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis powerful rinse aid helps to rinse away food residue, spots, and film, leaving your dishes sparkling clean. The formula not only cleans but also shines and protects glass, leaving a lasting impression on your customers.\u003c\/p\u003e\n\u003cp\u003eEach 16 oz. bottle of Jet Dry rinse aid contains enough product for 155 washes, providing you with long-lasting value and efficiency. Simply add the rinse aid directly to your dishwasher's rinse aid compartment for easy and convenient use.\u003c\/p\u003e\n\u003cp\u003ePerfect for commercial kitchens, office kitchens, and catering services, this Jet Dry rinse aid is a must-have for maintaining the quality and appearance of your glassware. Say goodbye to water spots and hello to sparkling glassware with Finish Jet Dry rinse aid!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 16 oz.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017066905\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eUsage Instructions:\u003c\/div\u003e\n\u003cp\u003eSimply add the rinse aid directly to your dishwasher's rinse aid compartment for easy and convenient use. Each 16 oz. bottle provides approximately 155 washes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692348182612,"sku":null,"price":100.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_28.png?v=1763635275"},{"product_id":"cascade-97726-platinum-actionpacs-fresh-scent-automatic-dishwasher-detergent-pod-59-count-3-case","title":"Cascade 97726 Platinum ActionPacs Fresh Scent Automatic Dishwasher Detergent Pod 59 Count - 3\/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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #2c5aa0;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8eff7;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f8fafd;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #2c5aa0;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #2c5aa0;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #2c5aa0;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #2c5aa0;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f0f5fc;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #2c5aa0;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #e1eaf7;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2c5aa0;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e8eff7;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #2c5aa0;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #2c5aa0;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #2c5aa0;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #2c5aa0;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e8eff7 0%, #f8fafd 100%);\n            border: 1px solid #c5d4f0;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #2c5aa0;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .efficiency-badge {\n            background: linear-gradient(135deg, #4a6fc7 0%, #2c5aa0 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eCascade Platinum ActionPacs Dishwasher Detergent Pods\u003c\/h1\u003e\n\u003cdiv class=\"efficiency-badge\"\u003e⭐ 50% More Effective Than Original Cascade Formula ⭐\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 177 Pods (3 Cases × 59 Pods Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eKeep your dishes, glassware, and utensils looking spotless with the convenience of Cascade Platinum ActionPacs dishwasher detergent pods. With the grease-fighting power of Dawn dish soap, these premium pods deliver exceptional cleaning performance for virtually spotless results.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBreaks down residues and stuck-on food with 50% more efficiency than Cascade original\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePowered by Dawn grease-fighting formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eA no-pour, one-step detergent with a dissolvable wrapper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePhosphate-free formula leaves dishes virtually spotless and streak-free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e3 cases with 59 pods each for a total of 177 pods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eAdvanced Performance:\u003c\/div\u003e\n\u003cp\u003eEffective even in a dishwasher's quick wash cycle, eliminating the need for additional washes or cleaning solution. Works on 24-hour stuck-on food with superior cleaning power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eCascade Platinum ActionPacs Specifications\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\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e8.61 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e59 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese Cascade Platinum ActionPacs eliminate the need for additional washes or cleaning solution. Since this solution comes in dissolvable pods, there is no need for measuring out the detergent and no extra steps, like puncturing or removing the wrapping, which offers a seamless drop-and-go convenience for streamlined dishwashing.\u003c\/p\u003e\n\u003cp\u003eThe detergent wrapping leaves behind no residue, and the detergent ensures that everything comes out virtually spotless and streak-free. Each pod leaves behind a fresh scent on your flatware as well as the interior of your dishwasher.\u003c\/p\u003e\n\u003cp\u003eThe formula contains no phosphates and is easy on septic tanks. Save water and time by eliminating pre-soaking from the dishwashing routine, since the Cascade Platinum ActionPacs automatic dishwasher detergent pod can get the job done on its own.\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 3 cases with 59 pods each, providing a total of 177 premium detergent pods for extended use and excellent value.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10037000977268\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eConvenience Features:\u003c\/div\u003e\n\u003cp\u003eNo measuring required - simply drop one pod in the dishwasher. The dissolvable wrapper eliminates mess and hassle. Perfect for quick wash cycles and effective on tough, dried-on food.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692756242516,"sku":null,"price":107.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_30.png?v=1763650271"},{"product_id":"cascade-professional-59535-fresh-scent-automatic-dishwashing-detergent-powder-75-oz-7-case","title":"Cascade Professional 59535 Fresh Scent Automatic Dishwashing Detergent Powder 75 oz. - 7\/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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #1a5276;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #eaf2f8;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f8fbfd;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #1a5276;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #1a5276;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #1a5276;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fbfd;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #1a5276;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #eaf2f8;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #1a5276;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #d4e6f1;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #1a5276;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #eaf2f8;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #1a5276;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #1a5276;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #1a5276;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #1a5276;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #eaf2f8 0%, #f8fbfd 100%);\n            border: 1px solid #aed6f1;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #1a5276;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .professional-badge {\n            background: linear-gradient(135deg, #2e86c1 0%, #1a5276 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #3498db 0%, #1a5276 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eCascade Professional Dishwasher Detergent Powder\u003c\/h1\u003e\n\u003cdiv class=\"professional-badge\"\u003e🏆 PROFESSIONAL GRADE - HEAVY DUTY CLEANING POWER 🏆\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 7 Cases × 75 oz. Each = 525 oz. Total Capacity\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eGive your dishes, glassware, and utensils a sparkling finish with the superior cleaning power of Cascade Professional dishwasher detergent powder. This professional-grade formula delivers automatically clean dishes every time with the grease-fighting power of Dawn dish soap.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBreaks down residues and stuck-on food with professional strength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePowered by Dawn grease-fighting dish soap formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePowdered abrasives provide a complete clean for heavy soil loads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEntirely phosphate-free formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eShine shield formula leaves dishes virtually spotless and streak-free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eProfessional Features:\u003c\/div\u003e\n\u003cp\u003eEasy-to-pour spout offers superior control over detergent dispensing to reduce over-pouring or spills. Even stuck-on food disintegrates with this powerful dishwashing detergent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eCascade Professional Specifications\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\u003e7\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e35.81 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e75 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eHeavy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eFor automatically clean dishes all the time, the Cascade Professional formula breaks down residues easily for all dishwasher-safe dishes with the grease-fighting power of Dawn dish soap. Even the toughest stuck-on food disintegrates with this professional-grade dishwashing detergent.\u003c\/p\u003e\n\u003cp\u003eThe detergent ensures that everything comes out virtually spotless and streak-free, while the unique shine shield formula leaves everything shimmering. The powdered formula fragrances your flatware with a fresh scent as well as the interior of your dishwasher.\u003c\/p\u003e\n\u003cp\u003eThe formula contains no phosphates, making it environmentally responsible. Save water and time by eliminating pre-soaking from the dishwashing routine, since the Cascade Professional automatic dishwasher detergent powder can get the job done on its own.\u003c\/p\u003e\n\u003cp\u003eThis bulk commercial package includes 7 cases with 75 oz. each, providing a total of 525 oz. of professional-grade detergent powder for extended commercial use and excellent value.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 75 oz.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400015639019\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eCommercial Advantages:\u003c\/div\u003e\n\u003cp\u003ePerfect for restaurants, catering services, and commercial kitchens. The easy-pour spout design minimizes waste and mess, while the heavy-duty formula handles the toughest cleaning challenges in high-volume environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003eHeavy Soil Load Capacity\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eHigh Temperature Safe\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eProfessional Grade\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692763615316,"sku":null,"price":131.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_32.png?v=1763651095"},{"product_id":"seventh-generation-45180-free-clear-45-count-dishwasher-detergent-packs-5-case","title":"Seventh Generation 45180 Free \u0026 Clear 45-Count Dishwasher Detergent Packs - 5\/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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #27ae60;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8f5e9;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f9fdf9;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #27ae60;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #27ae60;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #27ae60;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f9fdf9;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #27ae60;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f1f8e9;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #27ae60;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #d0e8c0;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2e7d32;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e8f5e9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #27ae60;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #27ae60;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #27ae60;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #27ae60;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e8f5e9 0%, #f9fdf9 100%);\n            border: 1px solid #a5d6a7;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #27ae60;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .eco-badge {\n            background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #66bb6a 0%, #27ae60 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Free \u0026amp; Clear Dishwasher Detergent Packs\u003c\/h1\u003e\n\u003cdiv class=\"eco-badge\"\u003e🌿 ECO-FRIENDLY • PLANT-BASED • CRUELTY-FREE 🌿\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 225 Packs (5 Cases × 45 Packs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eTake the hassle out of washing dishes with Seventh Generation Free \u0026amp; Clear dishwasher detergent packs. Each pack features a powerful plant-based formula with oxygenated bleach and natural enzymes to deliver a deep, thorough clean without harsh chemicals.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree of chlorine, phosphates, and synthetic fragrances\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSimple, mess-free alternative to other powders and gels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFormulated with oxygenated bleach and plant-based enzymes for a powerful clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemoves stains, food, and residue from utensils, ceramics, glass, and plastic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSingle-dose pack takes the guesswork out of dishwashing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eKosher Certified\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEnvironmentally Responsible Cleaning:\u003c\/div\u003e\n\u003cp\u003eThis plant-based formula rinses clean without leaving residue behind. Each pack is unscented, yet tough enough for use in your commercial kitchen while being gentle on the environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Dishwasher Detergent Specifications\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\u003e5\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e9.1 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp, Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e45 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eEach dishwasher pack has a plant-based formula with oxygenated bleach and natural enzymes to deliver a deep, thorough clean. This formula is free of chlorine, phosphates, and fragrances, making it safe for your family and the environment.\u003c\/p\u003e\n\u003cp\u003eSimply toss one pack into your automatic dishwasher for each load to take the guesswork and mess out of washing dishes. These packs ensure your cookware, dinnerware, and utensils are cleaned thoroughly every time without the environmental impact of traditional detergents.\u003c\/p\u003e\n\u003cp\u003eThe formula works effectively in both high and low temperature settings and adapts to various water conditions from hard to soft water, providing consistent cleaning performance regardless of your local water quality.\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 5 cases with 45 packs each, providing a total of 225 dishwasher detergent packs for extended use while maintaining your commitment to environmental responsibility.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10732913451804\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEasy to Use:\u003c\/div\u003e\n\u003cp\u003eNo measuring required - simply place one pack in your dishwasher's detergent dispenser. The convenient single-dose design eliminates mess and waste while ensuring perfect cleaning results every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"certification-badge\"\u003ePlant-Based Formula\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eFragrance Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eAll Temperatures\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692871487572,"sku":null,"price":134.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_33.png?v=1763652054"},{"product_id":"finish-rac97330ct-94-count-powerball-deep-clean-dishwasher-detergent-tabs-4-case","title":"Finish RAC97330CT 94-Count Powerball Deep Clean Dishwasher Detergent Tabs - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #0056b3;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e6f2ff;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f0f8ff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #0056b3;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #0056b3;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #0056b3;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f0f8ff;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #0056b3;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #e6f2ff;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #0056b3;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #d1e7ff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0056b3;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e6f2ff;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #0056b3;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #0056b3;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #0056b3;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #0056b3;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e6f2ff 0%, #f0f8ff 100%);\n            border: 1px solid #b3d9ff;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #0056b3;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .power-badge {\n            background: linear-gradient(135deg, #1e88e5 0%, #0056b3 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #42a5f5 0%, #0056b3 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eFinish Powerball Deep Clean Dishwasher Detergent Tabs\u003c\/h1\u003e\n\u003cdiv class=\"power-badge\"\u003e💪 POWERBALL TECHNOLOGY • HEAVY DUTY CLEANING • NO PRE-RINSING 💪\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 376 Tabs (4 Cases × 94 Tabs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003ePower through tough stains and leave your dishes sparkling clean with Finish Powerball deep clean dishwasher detergent tabs! Designed to simplify your dishwashing routine, these pre-measured tablets eliminate the need for soaking or pre-rinsing dishes, saving water and time while delivering exceptional cleaning performance.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLeaves dishes clean and sparkling with Powerball technology\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNo need to soak or pre-rinse dishes before washing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePowers through grease, dried-on food, and tough stains\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eClean, fresh scent enhances the dishwashing experience\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePre-measured, individually wrapped tablets for perfect dosing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"capacity-badge\"\u003eHeavy Soil Load\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eSeptic Safe\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eFresh Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eAdvanced Cleaning Power:\u003c\/div\u003e\n\u003cp\u003eWith the power to tackle grease, dried-on food, and stubborn stains like tea and coffee, these tabs ensure a thorough, sparkling clean with every wash. Perfect for commercial kitchens, office kitchens, and catering services.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eFinish Powerball Dishwasher Detergent Specifications\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\u003e17 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e94 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eHeavy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e376 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eDesigned to simplify your dishwashing routine, these pre-measured tablets eliminate the need for soaking or pre-rinsing dishes before loading them into the dishwasher, saving water and time. With the power to tackle grease, dried-on food, and stubborn stains like tea and coffee, these tabs ensure a thorough, sparkling clean with every wash.\u003c\/p\u003e\n\u003cp\u003eEach individually wrapped tablet features a clean, fresh scent that enhances the overall dishwashing experience. These pre-portioned, individually wrapped tablets take the guesswork out of measuring out your detergent - simply unwrap a tab, load it into your machine's detergent dispenser, and run as normal.\u003c\/p\u003e\n\u003cp\u003eAdditionally, these dishwasher tabs are safe for septic systems, making them a versatile and reliable choice for commercial kitchens, office kitchens, and catering services. Streamline your dishwashing process and achieve spotless results with Finish Powerball deep clean dishwasher detergent tabs!\u003c\/p\u003e\n\u003cp\u003eThis bulk commercial package includes 4 cases with 94 tabs each, providing a total of 376 dishwasher detergent tabs for extended commercial use and excellent value.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017066912\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEasy to Use:\u003c\/div\u003e\n\u003cp\u003eSimply unwrap one tablet and place it in your dishwasher's detergent dispenser. The pre-measured formula eliminates waste and ensures perfect cleaning results every time, even for heavy soil loads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003eNo Pre-Rinsing Required\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eTough Stain Removal\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eIndividually Wrapped\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eCommercial Grade\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eTime Saving\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eWater Saving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692890263636,"sku":null,"price":174.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_35.png?v=1763652919"},{"product_id":"seventh-generation-22929-65-oz-ultra-power-plus-citrus-dishwasher-detergent-gel-6-case","title":"Seventh Generation 22929 65 oz. Ultra Power Plus Citrus Dishwasher Detergent Gel - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #ff9800;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #fff3e0;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #ff9800;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #ff9800;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #ff9800;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fffaf0;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #ff9800;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #fff3e0;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #ff9800;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #ffe0b2;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #e65100;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff3e0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #ff9800;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #ff9800;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #ff9800;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #ff9800;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #fff3e0 0%, #fffaf0 100%);\n            border: 1px solid #ffcc80;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #ff9800;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .eco-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Ultra Power Plus Dishwasher Gel\u003c\/h1\u003e\n\u003cdiv class=\"eco-badge\"\u003e🍊 CITRUS FRESH • PLANT-BASED POWER • ECO-FRIENDLY 🍊\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 6 Bottles × 65 fl. oz. Each = 390 fl. oz. Total\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eEnsure your dishes and kitchen utensils are thoroughly cleaned with Seventh Generation Ultra Power Plus citrus dishwasher detergent gel. This powerful plant-based formula delivers a deep, thorough clean even on your dirtiest dishes while being gentle on the environment.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree of chlorine bleach and phosphates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-based enzymes deliver a powerful clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNon-toxic formula rinses clean and leaves zero residue or harsh fumes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRefreshing citrus scent from essential oils and botanical ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSuitable for use in automatic dishwashers; safe for septic systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eKosher Certified\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eUltra Power Plus Technology:\u003c\/div\u003e\n\u003cp\u003eThis dishwasher gel features a plant-based formula with ultra powerful enzymes that deliver a deep, thorough clean. Best of all, it is non-toxic, rinses clean, and leaves zero residue behind for spotless dishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Dishwasher Gel Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e27.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp, Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e65 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis Seventh Generation dishwasher gel has a plant-based formula with ultra powerful enzymes that deliver a deep, thorough clean even on your dirtiest of dishes. Best of all, it is non-toxic, rinses clean, and leaves zero residue behind for spotless dishes that will be the perfect backdrop for your meals.\u003c\/p\u003e\n\u003cp\u003eThis gel does not contain any bleach or phosphates, making it safe for your family and the environment. It has a refreshing citrus scent that comes from essential oils and botanical ingredients for a truly refreshing clean experience.\u003c\/p\u003e\n\u003cp\u003eUse this dishwasher gel in your automatic dishwasher for a thorough clean you can trust every time. The formula works effectively in both high and low temperature settings and adapts to various water conditions from hard to soft water.\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 6 bottles with 65 fl. oz. each, providing a total of 390 fl. oz. of premium dishwasher gel for extended use while maintaining your commitment to environmental responsibility.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013756190\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eNatural Citrus Freshness:\u003c\/div\u003e\n\u003cp\u003eThe refreshing citrus scent comes from essential oils and botanical ingredients, not synthetic fragrances. Enjoy a naturally fresh clean without harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Based Formula\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eNatural Citrus Scent\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Temperatures\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eSeptic Safe\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eZero Residue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692909793364,"sku":null,"price":117.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_37.png?v=1763653832"},{"product_id":"seventh-generation-22171-42-oz-lemon-dishwasher-detergent-gel-6-case","title":"Seventh Generation 22171 42 oz. Lemon Dishwasher Detergent Gel - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #ffd700;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #fff9c4;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #fffde7;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #ffd700;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #ffd700;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #ffd700;\n            color: #333;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fffde7;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #f57f17;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #fff9c4;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #f57f17;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #fff59d;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #f57f17;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff9c4;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #f57f17;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #f57f17;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #ffd700;\n            color: #333;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n            border: 1px solid #fbc02d;\n        }\n        \n        .count-highlight {\n            background-color: #ffd700;\n            color: #333;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #fff9c4 0%, #fffde7 100%);\n            border: 1px solid #ffeb3b;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #f57f17;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .eco-badge {\n            background: linear-gradient(135deg, #ffeb3b 0%, #ffd700 100%);\n            color: #333;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #ffeb3b 0%, #ffd700 100%);\n            color: #333;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n            border: 1px solid #fbc02d;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #ffeb3b 0%, #ffd700 100%);\n            color: #333;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            border: 1px solid #fbc02d;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Lemon Dishwasher Detergent Gel\u003c\/h1\u003e\n\u003cdiv class=\"eco-badge\"\u003e🍋 LEMON FRESH • PLANT-BASED • EPA SAFER CHOICE CERTIFIED 🍋\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 6 Bottles × 42 fl. oz. Each = 252 fl. oz. Total\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eEnsure your dishes and kitchen utensils are thoroughly cleaned with Seventh Generation lemon dishwasher detergent gel. This plant-based formula delivers a deep, thorough clean while being gentle on the environment and your family's health.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree of chlorine bleach and phosphates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-based enzymes deliver a powerful clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRinses clean and leaves zero residue for bright dishes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRefreshing lemon scent from essential oils and botanical ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSuitable for use in automatic dishwashers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eUSDA Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eKosher Certified\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eNatural Cleaning Power:\u003c\/div\u003e\n\u003cp\u003eThis dishwasher gel has a plant-based formula with powerful enzymes that deliver a deep, thorough clean. Best of all, it rinses clean and leaves zero residue behind for spotless dishes that will be the perfect backdrop for your meals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Dishwasher Gel Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e17.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp, Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e42 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis Seventh Generation dishwasher gel has a plant-based formula with powerful enzymes that deliver a deep, thorough clean. Best of all, it rinses clean and leaves zero residue behind for spotless dishes that will be the perfect backdrop for your meals.\u003c\/p\u003e\n\u003cp\u003eThis gel does not contain any bleach or phosphates, making it safe for your family and the environment. It has a refreshing lemon scent that comes from essential oils and botanical ingredients for a truly refreshing clean experience.\u003c\/p\u003e\n\u003cp\u003eUse this dishwasher gel in your automatic dishwasher for a thorough clean you can trust every time. The formula works effectively in both high and low temperature settings and adapts to various water conditions from hard to soft water.\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 6 bottles with 42 fl. oz. each, providing a total of 252 fl. oz. of premium dishwasher gel for extended use while maintaining your commitment to environmental responsibility.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013756169\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEPA Safer Choice Certified:\u003c\/div\u003e\n\u003cp\u003eThis product has earned the EPA Safer Choice certification, meaning it contains ingredients that are safer for human health and the environment. You can trust that you're using a product that meets strict safety standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Based Formula\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eNatural Lemon Scent\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Temperatures\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eZero Residue\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eEPA Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692917887060,"sku":null,"price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_39.png?v=1763655211"},{"product_id":"seventh-generation-free-clear-10732913221506-45-oz-dishwasher-detergent-powder-12-case","title":"Seventh Generation Free \u0026 Clear 10732913221506 45 oz. Dishwasher Detergent Powder - 12\/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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #2e7d32;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8f5e9;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f9fdf9;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #2e7d32;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #2e7d32;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #2e7d32;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f9fdf9;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #2e7d32;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f1f8e9;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #2e7d32;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #dcedc8;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2e7d32;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e8f5e9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #2e7d32;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #2e7d32;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #2e7d32;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #2e7d32;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e8f5e9 0%, #f9fdf9 100%);\n            border: 1px solid #a5d6a7;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #2e7d32;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .eco-badge {\n            background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #66bb6a 0%, #2e7d32 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Free \u0026amp; Clear Dishwasher Detergent Powder\u003c\/h1\u003e\n\u003cdiv class=\"eco-badge\"\u003e🌿 PLANT-BASED POWER • FRAGRANCE-FREE • RECYCLABLE PACKAGING 🌿\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 12 Boxes × 45 oz. Each = 540 oz. (33.75 lb.) Total\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eKeep your dishes spotless with Seventh Generation Free \u0026amp; Clear dishwasher detergent powder! This powerful plant-based formula is designed to tackle even the toughest stuck-on food messes, leaving your dishes sparkling clean without harsh chemicals or synthetic fragrances.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eTackles stuck-on food with powerful plant-based enzymes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-based formula specifically formulated for extra-greasy food stains\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree of fragrances and phosphates - perfect for sensitive users\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRecyclable packaging for sustainable cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for commercial kitchens, restaurants, and catering services\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eRecycled Content\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eCommercial Grade Cleaning:\u003c\/div\u003e\n\u003cp\u003eMade with plant-based enzymes specifically formulated for extra-greasy food stains, this detergent provides a deep clean without the use of harsh chemicals like chlorine bleach. Perfect for high-volume commercial environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Dishwasher Powder Specifications\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\u003e12\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e37.3 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eRecycled Content\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e45 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eUnscented\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\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e33.75 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis powerful formula is designed to tackle even the toughest stuck-on food messes, leaving your dishes sparkling clean. Made with plant-based enzymes specifically formulated for extra-greasy food stains, this detergent provides a deep clean without the use of harsh chemicals like chlorine bleach.\u003c\/p\u003e\n\u003cp\u003ePlus, it is free of phosphates, making it a safe and eco-friendly choice for your kitchen. This dishwasher detergent powder comes in recyclable packaging, allowing you to clean your dishes with peace of mind knowing that you're making a sustainable choice.\u003c\/p\u003e\n\u003cp\u003eThis Free \u0026amp; Clear dishwasher detergent powder is free of fragrances, making it perfect for those with sensitivities to scents. It is ideal for commercial kitchens, restaurants, and catering services where consistent, reliable cleaning performance is essential.\u003c\/p\u003e\n\u003cp\u003eSay goodbye to residue and hello to a sparkling clean finish with Seventh Generation Free \u0026amp; Clear dishwasher detergent powder! This bulk commercial package includes 12 boxes with 45 oz. each, providing a total of 540 oz. (33.75 lb.) of premium dishwasher powder.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 45 oz.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017380902\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eFragrance-Free Formula:\u003c\/div\u003e\n\u003cp\u003ePerfect for commercial environments where customers or employees may have fragrance sensitivities. The unscented formula ensures clean dishes without any lingering chemical or perfume odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Based Enzymes\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eFragrance Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eRecyclable Packaging\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eCommercial Grade\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eGrease Fighting\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eEco-Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692925587540,"sku":null,"price":118.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_41.png?v=1763656236"},{"product_id":"mrs-meyers-clean-day-306686-20-count-basil-dishwasher-pac-6-case","title":"Mrs. Meyer's Clean Day 306686 20-Count Basil Dishwasher Pac - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #4a7c59;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8f4ea;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f8fcf9;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #4a7c59;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #4a7c59;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #4a7c59;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fcf9;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #4a7c59;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #eef7f0;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #4a7c59;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #d4e8d9;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #4a7c59;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e8f4ea;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #4a7c59;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #4a7c59;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #4a7c59;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #4a7c59;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e8f4ea 0%, #f8fcf9 100%);\n            border: 1px solid #a8d5b7;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #4a7c59;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .herbal-badge {\n            background: linear-gradient(135deg, #5d9c6d 0%, #4a7c59 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #6ba87b 0%, #4a7c59 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #7cb58a 0%, #4a7c59 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eMrs. Meyer's Clean Day Basil Dishwasher Pacs\u003c\/h1\u003e\n\u003cdiv class=\"herbal-badge\"\u003e🌿 BASIL SCENT • PLANT-DERIVED • CRUELTY-FREE 🌿\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 120 Pacs (6 Cases × 20 Pacs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eEasily get rid of tough-to-clean grease and food stains with Mrs. Meyer's Clean Day basil dishwasher pacs. These convenient pre-measured pacs deliver reliable cleaning results with the refreshing herbal scent of basil essential oils.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConveniently portioned dish detergent for hassle-free cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-derived components for an eco-friendly cleaning option\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree from phosphates, parabens, phthalates, and chlorine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCompatible with standard dishwashers and low temperature cycles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use in breakrooms, resorts, and hotel suites\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003ePlant-Derived\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eEssential Oil Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eNatural Basil Scent Benefits:\u003c\/div\u003e\n\u003cp\u003eEnhanced with essential oils to avoid chemical fragrances. The scent of basil is thought to revive and clear the mind, creating a refreshing cleaning experience without harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eMrs. Meyer's Dishwasher Pacs Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.42 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eLow Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e20 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eEach package contains 20 dishwasher pacs that can be placed into your automatic dishwasher's dispenser, making it hassle free. Thanks to the pre-measured pac, you can save time while expecting the same reliable results every time!\u003c\/p\u003e\n\u003cp\u003ePacked with plant-derived surfactants and natural cleaners, this hard working detergent is tough on grease and stains yet gentle on dishes. This effective dish detergent is enhanced with essential oils so you can avoid the chemical fragrance given off by other detergents during the sanitizing and drying cycles.\u003c\/p\u003e\n\u003cp\u003eFormulated without phosphates, chlorine, parabens, or phthalates, you can be confident that these dishwasher pacs are better for the planet than other detergents. It's also cruelty free, so you can feel good about the products you use to clean everyday things!\u003c\/p\u003e\n\u003cp\u003eWhether you use it at home or in a restaurant, hotel suite, luxury resort, or vacation rental property, these dishwasher pacs provide an added touch of care that can truly be appreciated. This bulk package includes 6 cases with 20 pacs each, providing a total of 120 dishwasher pacs.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10808124144641\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003ePremium Hospitality Use:\u003c\/div\u003e\n\u003cp\u003ePerfect for hotels, resorts, and vacation rentals where guests appreciate the thoughtful touch of natural, beautifully scented cleaning products. The basil scent creates a welcoming, fresh environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Derived Cleaners\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eBasil Essential Oil\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eParaben Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhthalate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eLow Temp Safe\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692959961172,"sku":null,"price":86.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_43.png?v=1763657886"},{"product_id":"seventh-generation-22831-70-oz-lemon-dishwasher-detergent-gel-6-case","title":"Seventh Generation 22831 70 oz. Lemon Dishwasher Detergent Gel - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #ffb300;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #fff3e0;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #ffb300;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #ffb300;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #ffb300;\n            color: #333;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fffaf0;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #f57c00;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #fff3e0;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #f57c00;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #ffe0b2;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #f57c00;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff3e0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #f57c00;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #f57c00;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #ffb300;\n            color: #333;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n            border: 1px solid #ffa000;\n        }\n        \n        .count-highlight {\n            background-color: #ffb300;\n            color: #333;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #fff3e0 0%, #fffaf0 100%);\n            border: 1px solid #ffcc80;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #f57c00;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .lemon-badge {\n            background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);\n            color: #333;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);\n            color: #333;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n            border: 1px solid #ffa000;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #ffd54f 0%, #ffb300 100%);\n            color: #333;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            border: 1px solid #ffa000;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Lemon Dishwasher Detergent Gel\u003c\/h1\u003e\n\u003cdiv class=\"lemon-badge\"\u003e🍋 LEMON FRESH • PLANT-BASED • EPA SAFER CHOICE CERTIFIED 🍋\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 6 Bottles × 70 fl. oz. Each = 420 fl. oz. Total\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eEnsure your dishes and kitchen utensils are thoroughly cleaned with Seventh Generation lemon dishwasher detergent gel. This powerful plant-based formula delivers a deep, thorough clean while being gentle on the environment and your family's health.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree of chlorine bleach and phosphates\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-based enzymes deliver a powerful clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRinses clean and leaves zero residue for bright dishes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRefreshing lemon scent from essential oils and botanical ingredients\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSuitable for use in automatic dishwashers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eUSDA Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eKosher Certified\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eNatural Cleaning Power:\u003c\/div\u003e\n\u003cp\u003eThis dishwasher gel has a plant-based formula with powerful enzymes that deliver a deep, thorough clean. Best of all, it rinses clean and leaves zero residue behind for spotless dishes that will be the perfect backdrop for your meals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Dishwasher Gel Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e28.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp, Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e70 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis Seventh Generation dishwasher gel has a plant-based formula with powerful enzymes that deliver a deep, thorough clean. Best of all, it rinses clean and leaves zero residue behind for spotless dishes that will be the perfect backdrop for your meals.\u003c\/p\u003e\n\u003cp\u003eThis gel does not contain any bleach or phosphates, making it safe for your family and the environment. It has a refreshing lemon scent that comes from essential oils and botanical ingredients for a truly refreshing clean experience.\u003c\/p\u003e\n\u003cp\u003eUse this dishwasher gel in your automatic dishwasher for a thorough clean you can trust every time. The formula works effectively in both high and low temperature settings and adapts to various water conditions from hard to soft water.\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 6 bottles with 70 fl. oz. each, providing a total of 420 fl. oz. of premium dishwasher gel for extended use while maintaining your commitment to environmental responsibility.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013756183\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eEPA Safer Choice Certified:\u003c\/div\u003e\n\u003cp\u003eThis product has earned the EPA Safer Choice certification, meaning it contains ingredients that are safer for human health and the environment. You can trust that you're using a product that meets strict safety standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Based Formula\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eNatural Lemon Scent\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Temperatures\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eZero Residue\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eEPA Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692972347476,"sku":null,"price":117.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_39.png?v=1763655211"},{"product_id":"seventh-generation-45177-free-clear-20-count-dishwasher-detergent-packs-6-case","title":"Seventh Generation 45177 Free \u0026 Clear 20-Count Dishwasher Detergent Packs - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #2e7d32;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8f5e9;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #f9fdf9;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #2e7d32;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #2e7d32;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #2e7d32;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f9fdf9;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #2e7d32;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f1f8e9;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #2e7d32;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #dcedc8;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2e7d32;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e8f5e9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #2e7d32;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #2e7d32;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #2e7d32;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #2e7d32;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #e8f5e9 0%, #f9fdf9 100%);\n            border: 1px solid #a5d6a7;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #2e7d32;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .eco-badge {\n            background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #66bb6a 0%, #2e7d32 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #81c784 0%, #2e7d32 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Free \u0026amp; Clear Dishwasher Detergent Packs\u003c\/h1\u003e\n\u003cdiv class=\"eco-badge\"\u003e🌿 FRAGRANCE-FREE • PLANT-BASED • CRUELTY-FREE 🌿\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 120 Packs (6 Cases × 20 Packs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eTake the hassle out of washing dishes with Seventh Generation Free \u0026amp; Clear dishwasher detergent packs. Each pack features a powerful plant-based formula with oxygenated bleach and natural enzymes to deliver a deep, thorough clean without harsh chemicals or synthetic fragrances.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree of chlorine, phosphates, and synthetic fragrances\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSimple, mess-free alternative to other powders and gels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFormulated with oxygenated bleach and plant-based enzymes for a powerful clean\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemoves stains, food, and residue from utensils, ceramics, glass, and plastic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSingle-dose pack takes the guesswork out of dishwashing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eKosher Certified\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eAdvanced Cleaning Technology:\u003c\/div\u003e\n\u003cp\u003eEach dishwasher pack has a plant-based formula with oxygenated bleach and natural enzymes to deliver a deep, thorough clean. This formula rinses clean without leaving residue behind, making it perfect for sensitive users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Dishwasher Packs Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp, Low Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e20 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eTake the hassle out of washing dishes with these Seventh Generation Free \u0026amp; Clear dishwasher detergent packs. Each dishwasher pack has a plant-based formula with oxygenated bleach and natural enzymes to deliver a deep, thorough clean.\u003c\/p\u003e\n\u003cp\u003eThis formula is free of chlorine, phosphates, and fragrances. It rinses clean without leaving residue behind. Each pack is unscented, yet tough enough to thoroughly clean all your dishes.\u003c\/p\u003e\n\u003cp\u003eSimply toss one pack into your automatic dishwasher for each load to take the guesswork and mess out of washing dishes. These packs ensure your cookware, dinnerware, and utensils are cleaned thoroughly every time!\u003c\/p\u003e\n\u003cp\u003eThis bulk package includes 6 cases with 20 packs each, providing a total of 120 dishwasher detergent packs for extended use while maintaining your commitment to environmental responsibility.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013756138\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003ePerfect for Sensitive Users:\u003c\/div\u003e\n\u003cp\u003eThe fragrance-free formula makes these dishwasher packs ideal for households with fragrance sensitivities, allergies, or chemical sensitivities. Enjoy clean dishes without any synthetic perfumes or harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Based Formula\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eFragrance Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Temperatures\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eZero Residue\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eGluten Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692976017492,"sku":null,"price":84.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_47.png?v=1763659792"},{"product_id":"seventh-generation-power-10732913451767-15-count-fresh-citrus-dishwasher-detergent-packs-6-case","title":"Seventh Generation Power+ 10732913451767 15-Count Fresh Citrus Dishwasher Detergent Packs - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #ff9800;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #fff3e0;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #ff9800;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #ff9800;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #ff9800;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fffaf0;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #f57c00;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #fff3e0;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #f57c00;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #ffe0b2;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #f57c00;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff3e0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #f57c00;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #f57c00;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #ff9800;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #ff9800;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #fff3e0 0%, #fffaf0 100%);\n            border: 1px solid #ffcc80;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #f57c00;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .power-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Power+ Citrus Dishwasher Detergent Packs\u003c\/h1\u003e\n\u003cdiv class=\"power-badge\"\u003e💪 POWER+ FORMULA • 90% PLASTIC-FREE • EPA SAFER CHOICE 💪\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 90 Packs (6 Cases × 15 Packs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eTackle tough grease and stubborn food residue with Seventh Generation Power+ dishwasher detergent packs! These powerful packs feature a dual-action, enzyme-rich formula that harnesses the cleaning power of plants and minerals for exceptional cleaning performance.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMade with an enzyme-rich formula with 6 powerful cleaning agents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemoves stuck-on food and tough stains with oxygen bleach\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eTackles grease with plant and mineral-based cleaning power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e90% plastic-free packaging for eco-friendly cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFresh citrus scent without artificial fragrances\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003e90% Plastic-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eAdvanced Power+ Technology:\u003c\/div\u003e\n\u003cp\u003eMade with 6 powerful cleaning agents and oxygen bleach, these detergent packs effectively remove dried, stuck-on food and stains. The dual-action formula combines plant-based enzymes with mineral cleaning power for superior results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eSeventh Generation Power+ Dishwasher Packs Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e3.9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e15 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eCitrus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e90 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese powerful detergent packs are made with a dual-action, enzyme-rich formula that harnesses the cleaning power of plants and minerals. Made with 6 powerful cleaning agents and oxygen bleach, these detergent packs effectively remove dried, stuck-on food and stains.\u003c\/p\u003e\n\u003cp\u003eSimply toss one pack into your automatic dishwasher for each load to take the guesswork and mess out of washing dishes. The fresh citrus scent adds a refreshing touch to your dishes, leaving them sparkling clean and smelling fresh without artificial fragrances.\u003c\/p\u003e\n\u003cp\u003eNot only do these dishwasher detergent packs deliver exceptional cleaning performance, but they also come in 90% plastic-free packaging, making them an eco-friendly choice for your kitchen. Formulated without chlorine bleach, dyes, or artificial fragrances, these packs are gentle on your dishes while being tough on grime.\u003c\/p\u003e\n\u003cp\u003eWhether you're a restaurant, catering service, or any commercial kitchen, these Seventh Generation Power+ detergent packs are the perfect solution for achieving spotless results every time. This bulk package includes 6 cases with 15 packs each, providing a total of 90 dishwasher packs.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017381381\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eSustainable Packaging Innovation:\u003c\/div\u003e\n\u003cp\u003eWith 90% plastic-free packaging, these dishwasher packs represent a significant step forward in reducing plastic waste. The eco-friendly packaging maintains product integrity while minimizing environmental impact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003e6 Cleaning Agents\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eOxygen Bleach\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePlant-Based Enzymes\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eMineral Power\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003e90% Plastic-Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eDye Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eEPA Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692978278484,"sku":null,"price":68.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_49.png?v=1763660231"},{"product_id":"joysuds-joy-blast-43631-triple-power-dishwasher-pacs-38-count-8-case","title":"JoySuds Joy Blast 43631 Triple Power Dishwasher Pacs - 38 Count - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #ff6f00;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom:-20px;\n            border-bottom: 2px solid #ffe0b2;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #fff3e0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #ff6f00;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #ff6f00;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #ff6f00;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fff3e0;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #e65100;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #ffe0b2;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #e65100;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #ffcc80;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #e65100;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #ffe0b2;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #e65100;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #e65100;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #ff6f00;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #ff6f00;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #ffe0b2 0%, #fff3e0 100%);\n            border: 1px solid #ffb74d;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #e65100;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .blast-badge {\n            background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .power-badge {\n            background: linear-gradient(135deg, #ffa726 0%, #ff6f00 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #ffb74d 0%, #ff6f00 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eJoySuds Joy Blast Triple Power Dishwasher Pacs\u003c\/h1\u003e\n\u003cdiv class=\"blast-badge\"\u003e💥 TRIPLE POWER FORMULA • 48-HOUR CLEANING • HEAVY DUTY 💥\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 304 Pacs (8 Cases × 38 Pacs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eClean your dishes with ease with JoySuds Joy Blast triple power dishwasher pacs! These powerful phosphate- and chlorine-free detergent pacs work efficiently to remove up to 48-hour stuck-on food and grease, delivering exceptional cleaning performance for any kitchen setting.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFresh lemon scent for an invigorating clean experience\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePhosphate- and chlorine-free formula for eco-friendly cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNo pre-wash necessary - saves time and water\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemoves up to 48-hour stuck-on food and grease\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEfficient formula works great in quick wash cycles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"power-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"power-badge\"\u003eHeavy Soil Load\u003c\/span\u003e \u003cspan class=\"power-badge\"\u003eHigh Temp Safe\u003c\/span\u003e \u003cspan class=\"power-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"power-badge\"\u003eQuick Wash Compatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eTriple Power Technology:\u003c\/div\u003e\n\u003cp\u003eThese dishwasher pacs boast an efficient formula that works with no pre-wash necessary and performs exceptionally well in quick wash cycles. Perfect for busy commercial kitchens where time and efficiency matter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eJoySuds Joy Blast Dishwasher Pacs Specifications\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\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e9.81 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eHigh Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e38 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Type\u003c\/td\u003e\n\u003ctd\u003ePackets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eProduct Line\u003c\/td\u003e\n\u003ctd\u003eJoy Blast\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eLemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eHeavy\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\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e304 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese phosphate- and chlorine-free detergent pacs work efficiently in your dishwasher to remove up to 48-hour stuck-on food and grease. With a fresh lemon scent, these pacs are sure to be a favorite at any dishwashing station.\u003c\/p\u003e\n\u003cp\u003eBoasting an efficient formula, these pacs work with no pre-wash necessary and work great in quick wash cycles, making them ideal for high-volume commercial environments where speed and efficiency are essential.\u003c\/p\u003e\n\u003cp\u003eThis 38-count container is perfect for storing near your dishwashing station for quick and easy access. The convenient packaging ensures you always have detergent pacs readily available when you need them most.\u003c\/p\u003e\n\u003cp\u003eThese dishwasher pacs are a great option for any kitchen setting, from restaurants and hotels to catering services and institutional kitchens. The bulk package includes 8 cases with 38 pacs each, providing a total of 304 dishwasher pacs for extended use.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400016342345\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eCommercial Kitchen Ready:\u003c\/div\u003e\n\u003cp\u003eDesigned specifically for heavy-duty use in commercial settings. The heavy soil load capacity and high temperature compatibility make these pacs perfect for busy restaurants, hotels, and institutional kitchens where cleaning demands are highest.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003e48-Hour Cleaning Power\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eNo Pre-Wash Needed\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eQuick Wash Compatible\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eHeavy Soil Load\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eHigh Temperature\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692980932692,"sku":null,"price":144.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_50.png?v=1763660890"},{"product_id":"mrs-meyers-clean-day-306684-20-count-lemon-verbena-dishwasher-pac-6-case","title":"Mrs. Meyer's Clean Day 306684 20-Count Lemon Verbena Dishwasher Pac - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #ffd54f;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #fff9c4;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #fffde7;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #ffd54f;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #ffd54f;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #ffd54f;\n            color: #333;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fffde7;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #f9a825;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #fff9c4;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #f9a825;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #fff59d;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #f9a825;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #fff9c4;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #f9a825;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #f9a825;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #ffd54f;\n            color: #333;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n            border: 1px solid #ffc107;\n        }\n        \n        .count-highlight {\n            background-color: #ffd54f;\n            color: #333;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #fff9c4 0%, #fffde7 100%);\n            border: 1px solid #ffecb3;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #f9a825;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .lemon-badge {\n            background: linear-gradient(135deg, #ffee58 0%, #ffd54f 100%);\n            color: #333;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #ffee58 0%, #ffd54f 100%);\n            color: #333;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n            border: 1px solid #ffc107;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #fff176 0%, #ffd54f 100%);\n            color: #333;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            border: 1px solid #ffc107;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eMrs. Meyer's Clean Day Lemon Verbena Dishwasher Pacs\u003c\/h1\u003e\n\u003cdiv class=\"lemon-badge\"\u003e🍋 LEMON VERBENA • PLANT-DERIVED • CRUELTY-FREE 🍋\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 120 Pacs (6 Cases × 20 Pacs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eEasily get rid of tough-to-clean grease and food stains with Mrs. Meyer's Clean Day lemon verbena dishwasher pacs. These convenient pre-measured pacs deliver reliable cleaning results with the uplifting scent of lemon verbena essential oils.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConveniently portioned dish detergent for hassle-free cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-derived components for an eco-friendly cleaning option\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree from phosphates, parabens, phthalates, and chlorine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCompatible with standard dishwashers and low temperature cycles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use in breakrooms, resorts, and hotel suites\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003ePlant-Derived\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eEssential Oil Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eUplifting Lemon Verbena Benefits:\u003c\/div\u003e\n\u003cp\u003eEnhanced with essential oils to avoid chemical fragrances. The scent of lemon verbena is thought to uplift and invigorate the mind, creating a refreshing cleaning experience without harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eMrs. Meyer's Dishwasher Pacs Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.42 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eLow Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e20 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eEach package contains 20 dishwasher pacs that can be placed into your automatic dishwasher's dispenser, making it hassle free. Thanks to the pre-measured pac, you can save time while expecting the same reliable results every time!\u003c\/p\u003e\n\u003cp\u003ePacked with plant-derived surfactants and natural cleaners, this hard working detergent is tough on grease and stains yet gentle on dishes. This effective dish detergent is enhanced with essential oils so you can avoid the chemical fragrance given off by other detergents during the sanitizing and drying cycles.\u003c\/p\u003e\n\u003cp\u003eFormulated without phosphates, chlorine, parabens, or phthalates, you can be confident that these dishwasher pacs are better for the planet than other detergents. It's also cruelty free, so you can feel good about the products you use to clean everyday things!\u003c\/p\u003e\n\u003cp\u003eWhether you use it at home or in a restaurant, hotel suite, luxury resort, or vacation rental property, these dishwasher pacs provide an added touch of care that can truly be appreciated. This bulk package includes 6 cases with 20 pacs each, providing a total of 120 dishwasher pacs.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 808124142640\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003ePremium Hospitality Experience:\u003c\/div\u003e\n\u003cp\u003ePerfect for hotels, resorts, and vacation rentals where guests appreciate the thoughtful touch of natural, beautifully scented cleaning products. The lemon verbena scent creates an uplifting, fresh environment that enhances the guest experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Derived Cleaners\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eLemon Verbena Essential Oil\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eParaben Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhthalate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eLow Temp Safe\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692990107732,"sku":null,"price":103.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_53.png?v=1763661832"},{"product_id":"mrs-meyers-clean-day-306685-20-count-lavender-dishwasher-pac-6-case","title":"Mrs. Meyer's Clean Day 306685 20-Count Lavender Dishwasher Pac - 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        \/* Custom Styles for Product Description *\/\n        .product-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            color: #9c27b0;\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #f3e5f5;\n            padding-bottom: 10px;\n        }\n        \n        .product-overview {\n            background-color: #faf4fb;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid #9c27b0;\n        }\n        \n        .product-highlights {\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n        \n        .highlight-icon {\n            color: #9c27b0;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #9c27b0;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #faf4fb;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: #7b1fa2;\n            width: 40%;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            padding: 20px;\n            background-color: #f3e5f5;\n            border-radius: 8px;\n        }\n        \n        .section-title {\n            color: #7b1fa2;\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #e1bee7;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #7b1fa2;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #f3e5f5;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #7b1fa2;\n        }\n        \n        .shipping-text {\n            font-weight: 600;\n            color: #7b1fa2;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #9c27b0;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            margin-right: 5px;\n            margin-bottom: 5px;\n        }\n        \n        .count-highlight {\n            background-color: #9c27b0;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n        }\n        \n        .benefit-box {\n            background: linear-gradient(135deg, #f3e5f5 0%, #faf4fb 100%);\n            border: 1px solid #ce93d8;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 15px 0;\n        }\n        \n        .benefit-title {\n            color: #7b1fa2;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .lavender-badge {\n            background: linear-gradient(135deg, #ba68c8 0%, #9c27b0 100%);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .certification-badge {\n            background: linear-gradient(135deg, #ba68c8 0%, #9c27b0 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n            font-size: 12px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .capacity-badge {\n            background: linear-gradient(135deg, #ce93d8 0%, #9c27b0 100%);\n            color: white;\n            padding: 8px 12px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eMrs. Meyer's Clean Day Lavender Dishwasher Pacs\u003c\/h1\u003e\n\u003cdiv class=\"lavender-badge\"\u003e🌸 LAVENDER SCENT • PLANT-DERIVED • CALMING \u0026amp; SOOTHING 🌸\u003c\/div\u003e\n\u003cdiv class=\"count-highlight\"\u003eTotal: 120 Pacs (6 Cases × 20 Pacs Each)\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eEasily get rid of tough-to-clean grease and food stains with Mrs. Meyer's Clean Day lavender dishwasher pacs. These convenient pre-measured pacs deliver reliable cleaning results with the calming and soothing scent of lavender essential oils.\u003c\/p\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConveniently portioned dish detergent for hassle-free cleaning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePlant-derived components for an eco-friendly cleaning option\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eFree from phosphates, parabens, phthalates, and chlorine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCompatible with standard dishwashers and low temperature cycles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIdeal for use in breakrooms, resorts, and hotel suites\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cspan class=\"certification-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003ePlant-Derived\u003c\/span\u003e \u003cspan class=\"certification-badge\"\u003eEssential Oil Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eCalming Lavender Benefits:\u003c\/div\u003e\n\u003cp\u003eEnhanced with essential oils to avoid chemical fragrances. The scent of lavender is thought to relax the senses, soothe the mind, and relieve fatigue, creating a peaceful cleaning experience without harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cdiv\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eMrs. Meyer's Dishwasher Pacs Specifications\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.42 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"feature-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eHigh or Low Temp\u003c\/td\u003e\n\u003ctd\u003eLow Temp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e20 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Detergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd\u003eHard, Medium, Soft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eEach package contains 20 dishwasher pacs that can be placed into your automatic dishwasher's dispenser, making it hassle free. Thanks to the pre-measured pac, you can save time while expecting the same reliable results every time!\u003c\/p\u003e\n\u003cp\u003ePacked with plant-derived surfactants and natural cleaners, this hard working detergent is tough on grease and stains yet gentle on dishes. This effective dish detergent is enhanced with essential oils so you can avoid the chemical fragrance given off by other detergents during the sanitizing and drying cycles.\u003c\/p\u003e\n\u003cp\u003eFormulated without phosphates, chlorine, parabens, or phthalates, you can be confident that these dishwasher pacs are better for the planet than other detergents. It's also cruelty free, so you can feel good about the products you use to clean everyday things!\u003c\/p\u003e\n\u003cp\u003eWhether you use it at home or in a restaurant, hotel suite, luxury resort, or vacation rental property, these dishwasher pacs provide an added touch of care that can truly be appreciated. This bulk package includes 6 cases with 20 pacs each, providing a total of 120 dishwasher pacs.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 808124141643\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-box\"\u003e\n\u003cdiv class=\"benefit-title\"\u003ePremium Hospitality Experience:\u003c\/div\u003e\n\u003cp\u003ePerfect for hotels, resorts, and vacation rentals where guests appreciate the thoughtful touch of natural, beautifully scented cleaning products. The lavender scent creates a calming, peaceful environment that enhances relaxation and comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin: 20px 0;\"\u003e\n\u003cspan class=\"capacity-badge\"\u003ePlant-Derived Cleaners\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eLavender Essential Oil\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhosphate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eChlorine Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eParaben Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003ePhthalate Free\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eLow Temp Safe\u003c\/span\u003e \u003cspan class=\"capacity-badge\"\u003eAll Water Types\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42692997152852,"sku":null,"price":87.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_55.png?v=1763662709"},{"product_id":"seventh-generation-10732913451781-20-count-lemon-dishwasher-detergent-packs-6-case","title":"Seventh Generation 10732913451781 20-Count Lemon Dishwasher Detergent Packs - 6\/Case","description":"\u003cdiv class=\"seventh-gen-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eSeventh Generation Dishwasher Detergent Packs\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLemon Scent • Eco-Friendly • Plant-Powered Cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eTackle tough grease and stubborn food residue with Seventh Generation 20-count lemon dishwasher detergent packs! These powerful detergent packs are made with an enzyme-rich formula that harnesses the cleaning power of plants and minerals to effectively remove dried, stuck-on food and stains.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade with an enzyme-rich formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves stuck-on food\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eTackles grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌎\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e90% plastic-free packaging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍋\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRefreshing lemon scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏆\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEPA Safer Choice Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eDetailed Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUSDA Certified Biobased Product\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e20 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eScent\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eLemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSoil Load\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eModerate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e120 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e400017381398\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eSimply toss one pack into your automatic dishwasher for each load to take the guesswork and mess out of washing dishes. The lemon scent adds a refreshing touch to your dishes, leaving them sparkling clean and smelling fresh.\u003c\/p\u003e\n\u003cp\u003eNot only do these dishwasher detergent packs deliver exceptional cleaning performance, but they also come in 90% plastic-free packaging, making them an eco-friendly choice for your kitchen. Formulated without chlorine bleach, dyes, or artificial fragrances, these packs are gentle on your dishes while being tough on grime.\u003c\/p\u003e\n\u003cp\u003eWhether you're a restaurant, catering service, or any commercial kitchen, these Seventh Generation detergent packs are the perfect solution for achieving spotless results every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.seventh-gen-product {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  color: #2c5530;\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.product-subtitle {\n  font-size: 1.2rem;\n  color: #5a8c5a;\n  font-weight: 500;\n}\n\n.product-overview h2,\n.specifications-section h2,\n.product-details h2 {\n  color: #2c5530;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e8f5e8;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 25px 0;\n}\n\n.feature-item {\n  display: flex;\n  align-items: center;\n  background-color: #f9fdf9;\n  padding: 15px;\n  border-radius: 8px;\n  border-left: 4px solid #5a8c5a;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.feature-item:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n}\n\n.feature-icon {\n  font-size: 1.5rem;\n  margin-right: 15px;\n}\n\n.feature-text {\n  font-weight: 500;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 10px;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n  margin: 25px 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table thead th {\n  background-color: #2c5530;\n  color: white;\n  padding: 18px;\n  font-size: 1.2rem;\n  text-align: center;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f9fdf9;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #e8f5e8;\n}\n\n.spec-label {\n  padding: 15px 20px;\n  font-weight: 600;\n  color: #2c5530;\n  width: 30%;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  padding: 15px 20px;\n}\n\n.feature-tag {\n  display: inline-block;\n  background-color: #e8f5e8;\n  color: #2c5530;\n  padding: 5px 12px;\n  border-radius: 20px;\n  margin: 3px;\n  font-size: 0.85rem;\n  font-weight: 500;\n}\n\n.product-details p {\n  line-height: 1.6;\n  margin-bottom: 15px;\n  font-size: 1.05rem;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 768px) {\n  .product-header h1 {\n    font-size: 2rem;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label {\n    width: 40%;\n  }\n}\n\n@media (max-width: 480px) {\n  .seventh-gen-product {\n    padding: 10px;\n  }\n  \n  .product-header h1 {\n    font-size: 1.7rem;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 12px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693014650964,"sku":null,"price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_57.png?v=1763663534"},{"product_id":"seventh-generation-free-clear-10732913451798-40-count-dishwasher-detergent-packs-5-case","title":"Seventh Generation Free \u0026 Clear 10732913451798 40-Count Dishwasher Detergent Packs - 5\/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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9fbf9;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c5530 0%, #5a8c5a 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            font-weight: 500;\n        }\n        \n        .product-content {\n            padding: 30px;\n        }\n        \n        .section-title {\n            font-size: 1.6rem;\n            color: #2c5530;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f5e8;\n            font-weight: 600;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: center;\n            background-color: #f9fdf9;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #5a8c5a;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .feature-icon {\n            font-size: 1.5rem;\n            margin-right: 15px;\n        }\n        \n        .feature-text {\n            font-weight: 500;\n        }\n        \n        .specs-table-container {\n            overflow-x: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            margin: 25px 0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: white;\n        }\n        \n        .specs-table thead th {\n            background-color: #2c5530;\n            color: white;\n            padding: 18px;\n            font-size: 1.2rem;\n            text-align: center;\n        }\n        \n        .specs-table tbody tr:nth-child(even) {\n            background-color: #f9fdf9;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #e8f5e8;\n        }\n        \n        .spec-label {\n            padding: 15px 20px;\n            font-weight: 600;\n            color: #2c5530;\n            width: 30%;\n            border-right: 1px solid #eaeaea;\n        }\n        \n        .spec-value {\n            padding: 15px 20px;\n        }\n        \n        .feature-tag {\n            display: inline-block;\n            background-color: #e8f5e8;\n            color: #2c5530;\n            padding: 5px 12px;\n            border-radius: 20px;\n            margin: 3px;\n            font-size: 0.85rem;\n            font-weight: 500;\n        }\n        \n        .product-details p {\n            line-height: 1.6;\n            margin-bottom: 15px;\n            font-size: 1.05rem;\n        }\n        \n        .shipping-info {\n            background-color: #f0f7f0;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 25px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 2rem;\n            margin-right: 15px;\n            color: #2c5530;\n        }\n        \n        .shipping-text {\n            flex: 1;\n        }\n        \n        .shipping-text h3 {\n            color: #2c5530;\n            margin-bottom: 5px;\n        }\n        \n        .upc-code {\n            background-color: #f0f7f0;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n            text-align: center;\n            font-weight: 600;\n            color: #2c5530;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .spec-label {\n                width: 40%;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 10px;\n            }\n            \n            .product-header {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.5rem;\n            }\n            \n            .product-content {\n                padding: 20px;\n            }\n            \n            .spec-label, .spec-value {\n                padding: 12px 15px;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Dishwasher Detergent Packs\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eFree \u0026amp; Clear • Eco-Friendly • Plant-Powered Cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\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\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eTackle tough grease and stubborn food residue with Seventh Generation Free \u0026amp; Clear 40-count dishwasher detergent packs! These powerful detergent packs are made with an enzyme-rich formula that harnesses the cleaning power of plants and minerals to effectively remove dried, stuck-on food and stains.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade with an enzyme-rich formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves stuck-on food\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eTackles grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌎\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e90% plastic-free packaging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eUnscented formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏆\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEPA Safer Choice Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eDetailed Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e5\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e8.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePacket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUSDA Certified Biobased Product\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e40 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eScent\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eUnscented\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e200 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDetergents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e400017380919\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eSimply toss one pack into your automatic dishwasher for each load to take the guesswork and mess out of washing dishes. The fragrance-free formula is gentle on your dishes while being tough on grime.\u003c\/p\u003e\n\u003cp\u003eNot only do these dishwasher detergent packs deliver exceptional cleaning performance, but they also come in 90% plastic-free packaging, making them an eco-friendly choice for your kitchen. These detergent packs are perfect for restaurants, catering services, or any commercial kitchen.\u003c\/p\u003e\n\u003cp\u003eAchieve spotless results every time with these Seventh Generation detergent packs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017380919\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693026316372,"sku":null,"price":144.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_60541282-7768-42e0-b544-c97679585325.png?v=1763664969"},{"product_id":"dawn-professional-70681-5-gallon-manual-pot-and-pan-detergent","title":"Dawn Professional 70681 5 Gallon Manual Pot and Pan Detergent","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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            opacity: 0.95;\n            font-weight: 300;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .section {\n            margin-bottom: 50px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #0066cc;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f0f0f0;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 80px;\n            height: 2px;\n            background: #0066cc;\n        }\n        \n        .intro-text {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            line-height: 1.7;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            margin: 25px 0;\n        }\n        \n        .highlight-list li {\n            padding: 15px 0;\n            padding-left: 50px;\n            position: relative;\n            font-size: 1.05rem;\n            border-bottom: 1px dashed #eaeaea;\n        }\n        \n        .highlight-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 32px;\n            height: 32px;\n            background: #e74c3c;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table-container {\n            overflow-x: auto;\n            margin: 30px 0;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n        }\n        \n        .specs-table thead {\n            background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);\n            color: white;\n        }\n        \n        .specs-table th {\n            padding: 20px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tbody tr {\n            border-bottom: 1px solid #f0f0f0;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tbody tr:last-of-type {\n            border-bottom: 2px solid #0066cc;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #f0f8ff;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            font-size: 1rem;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #333;\n            width: 30%;\n        }\n        \n        .features-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .feature-tag {\n            background: #e8f4fd;\n            color: #0066cc;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            border: 1px solid #d0e3f5;\n        }\n        \n        .type-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n            margin-top: 5px;\n        }\n        \n        .type-tag {\n            background: #e8f8f0;\n            color: #27ae60;\n            padding: 6px 12px;\n            border-radius: 15px;\n            font-size: 0.85rem;\n            font-weight: 500;\n        }\n        \n        .instructions {\n            background: #f0f8ff;\n            padding: 30px;\n            border-radius: 10px;\n            border-left: 4px solid #0066cc;\n        }\n        \n        .instructions-title {\n            font-size: 1.4rem;\n            color: #0066cc;\n            margin-bottom: 15px;\n        }\n        \n        .applications {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .application-card {\n            flex: 1;\n            min-width: 200px;\n            background: white;\n            border-radius: 10px;\n            padding: 25px 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #f0f0f0;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #0066cc;\n        }\n        \n        .application-name {\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-section {\n            background: linear-gradient(135deg, #f0f8ff 0%, #e8f4fd 100%);\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            margin-top: 40px;\n            border: 1px solid #d0e3f5;\n        }\n        \n        .upc-label {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n        \n        .upc-code {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: #0066cc;\n            letter-spacing: 3px;\n            background: white;\n            padding: 15px 25px;\n            border-radius: 8px;\n            display: inline-block;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            border: 1px solid #d0e3f5;\n        }\n        \n        .color-highlight {\n            color: #0066cc;\n            font-weight: 600;\n        }\n        \n        .shipping-info {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n            border-left: 4px solid #27ae60;\n        }\n        \n        .shipping-icon {\n            font-size: 2rem;\n            margin-right: 15px;\n            color: #27ae60;\n        }\n        \n        .shipping-text {\n            font-size: 1.1rem;\n        }\n        \n        .shipping-bold {\n            font-weight: 700;\n            color: #0066cc;\n        }\n        \n        .video-section {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n            border-left: 4px solid #e74c3c;\n        }\n        \n        .video-title {\n            font-size: 1.4rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .video-description {\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n        \n        .quality-badge {\n            background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);\n            color: #2c3e50;\n            padding: 15px 25px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 20px 0;\n            font-weight: 700;\n            font-size: 1.3rem;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .benefit-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n            border-left: 4px solid #0066cc;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .application-card {\n                min-width: 100%;\n            }\n            \n            .product-content {\n                padding: 25px;\n            }\n            \n            .product-header {\n                padding: 30px 20px;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eDawn Professional Manual Pot and Pan Detergent\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e5 Gallon Concentrated Liquid Detergent for Commercial Kitchen Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eUsually ships in \u003cspan class=\"shipping-bold\"\u003e1 business day\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quality-badge\"\u003e⭐ BEST RATED - Professional Grade Cleaning Performance\u003c\/div\u003e\n\u003cdiv class=\"video-section\"\u003e\n\u003ch3 class=\"video-title\"\u003eSuds That Last with Dawn Professional\u003c\/h3\u003e\n\u003cp class=\"video-description\"\u003eThis video demonstrates the lasting suds of Dawn Professional detergent compared to a leading competitor. See how Dawn Professional maintains cleaning power longer for more efficient dishwashing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp class=\"intro-text\"\u003eExpertly clean pots, pans, and other dishes with the \u003cspan class=\"color-highlight\"\u003eDawn Professional 5 gallon manual pot and pan detergent\u003c\/span\u003e! This professional-grade soap is specifically formulated for use in 3-compartment sink hand washing systems at restaurants, bakeries, cafes, and concession stands.\u003c\/p\u003e\n\u003cp class=\"intro-text\"\u003eEnjoy the familiar Dawn original fragrance that leaves your dishes with a fresh and clean scent. The concentrated formula effectively removes stuck-on foods and tough grease, leaving your dishes sparkling clean and ready for use.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"color-highlight\"\u003eLong-lasting suds\u003c\/span\u003e help clean more dishes per sink fill\u003c\/li\u003e\n\u003cli\u003eCost-effective concentrated formula for maximum value\u003c\/li\u003e\n\u003cli\u003eDilute to create versatile cleaning solutions for various applications\u003c\/li\u003e\n\u003cli\u003eExceptionally effective at cutting through tough grease on pots, pans, and utensils\u003c\/li\u003e\n\u003cli\u003eExtra-large 5-gallon capacity for refilling dispensers and smaller bottles\u003c\/li\u003e\n\u003cli\u003eFresh, clean scent that customers recognize and trust\u003c\/li\u003e\n\u003cli\u003eReady-to-use formula requires no additional preparation\u003c\/li\u003e\n\u003cli\u003eProfessional grade performance for commercial kitchens\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eSuperior Grease Cutting\u003c\/div\u003e\n\u003cp\u003ePowerful formula cuts through tough, stuck-on grease and food residues with ease\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eLong-Lasting Suds\u003c\/div\u003e\n\u003cp\u003eMaintains cleaning power throughout entire sink sessions for maximum efficiency\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eCost Effective\u003c\/div\u003e\n\u003cp\u003eConcentrated formula provides more cleaning power per ounce, reducing overall costs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eTrusted Brand\u003c\/div\u003e\n\u003cp\u003eDawn Professional delivers the trusted cleaning performance kitchens rely on\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e45.53 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"color-highlight\"\u003eLiquid\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"color-highlight\"\u003e5 Gallons\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003eType\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"type-tags\"\u003e\n\u003cspan class=\"type-tag\"\u003eDetergents \u0026amp; Dish Soaps\u003c\/span\u003e \u003cspan class=\"type-tag\"\u003ePot \u0026amp; Pan Soaps\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eUsage Instructions\u003c\/h2\u003e\n\u003cdiv class=\"instructions\"\u003e\n\u003ch3 class=\"instructions-title\"\u003eProfessional Application Guide\u003c\/h3\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The large 5-gallon bottle can be used to refill soap dispensers or smaller bottles throughout your kitchen.\u003c\/p\u003e\n\u003cp\u003eUse this professional-grade detergent to improve hand dishwashing efficiency at your business, reducing labor time and ensuring consistently clean results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect Applications\u003c\/h2\u003e\n\u003cp class=\"intro-text\"\u003eDawn Professional Manual Pot and Pan Detergent is ideal for any commercial establishment that requires reliable, efficient hand dishwashing capabilities.\u003c\/p\u003e\n\u003cdiv class=\"applications\"\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"application-name\"\u003eRestaurants\u003c\/div\u003e\n\u003cp\u003eHigh-volume dishwashing for busy kitchens\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"application-name\"\u003eCafes \u0026amp; Bakeries\u003c\/div\u003e\n\u003cp\u003eEffective cleaning for baking sheets and utensils\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🎪\u003c\/div\u003e\n\u003cdiv class=\"application-name\"\u003eConcession Stands\u003c\/div\u003e\n\u003cp\u003eReliable cleaning for food service equipment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e👨🍳\u003c\/div\u003e\n\u003cdiv class=\"application-name\"\u003eCommercial Kitchens\u003c\/div\u003e\n\u003cp\u003eProfessional-grade performance for all kitchenware\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eProduct Identification Code\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e037000123101\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":42693033295956,"sku":null,"price":182.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-20T103827.417.png?v=1763663918"},{"product_id":"finish-rac95315-8-45-oz-dishwasher-hygienic-cleaner-6-case","title":"Finish RAC95315 8.45 oz. Dishwasher Hygienic Cleaner - 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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8fafc;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            font-weight: 500;\n        }\n        \n        .product-content {\n            padding: 30px;\n        }\n        \n        .section-title {\n            font-size: 1.6rem;\n            color: #1e40af;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e0f2fe;\n            font-weight: 600;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: center;\n            background-color: #f0f9ff;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #3b82f6;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .feature-icon {\n            font-size: 1.5rem;\n            margin-right: 15px;\n        }\n        \n        .feature-text {\n            font-weight: 500;\n        }\n        \n        .specs-table-container {\n            overflow-x: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            margin: 25px 0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background-color: white;\n        }\n        \n        .specs-table thead th {\n            background-color: #1e40af;\n            color: white;\n            padding: 18px;\n            font-size: 1.2rem;\n            text-align: center;\n        }\n        \n        .specs-table tbody tr:nth-child(even) {\n            background-color: #f0f9ff;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #e0f2fe;\n        }\n        \n        .spec-label {\n            padding: 15px 20px;\n            font-weight: 600;\n            color: #1e40af;\n            width: 30%;\n            border-right: 1px solid #eaeaea;\n        }\n        \n        .spec-value {\n            padding: 15px 20px;\n        }\n        \n        .water-condition-tag {\n            display: inline-block;\n            background-color: #e0f2fe;\n            color: #1e40af;\n            padding: 5px 12px;\n            border-radius: 20px;\n            margin: 3px;\n            font-size: 0.85rem;\n            font-weight: 500;\n        }\n        \n        .product-details p {\n            line-height: 1.6;\n            margin-bottom: 15px;\n            font-size: 1.05rem;\n        }\n        \n        .shipping-info {\n            background-color: #f0f9ff;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 25px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 2rem;\n            margin-right: 15px;\n            color: #1e40af;\n        }\n        \n        .shipping-text {\n            flex: 1;\n        }\n        \n        .shipping-text h3 {\n            color: #1e40af;\n            margin-bottom: 5px;\n        }\n        \n        .upc-code {\n            background-color: #f0f9ff;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n            text-align: center;\n            font-weight: 600;\n            color: #1e40af;\n        }\n        \n        .dimensions-box {\n            background-color: #f8fafc;\n            border-left: 4px solid #3b82f6;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            color: #1e40af;\n            margin-bottom: 5px;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .spec-label {\n                width: 40%;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 10px;\n            }\n            \n            .product-header {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.5rem;\n            }\n            \n            .product-content {\n                padding: 20px;\n            }\n            \n            .spec-label, .spec-value {\n                padding: 12px 15px;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFinish Dishwasher Hygienic Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eMint Scent • Deep Cleaning • Septic Safe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003e\n\u003ch3\u003eManufacturer Shipping\u003c\/h3\u003e\n\u003cp\u003eUsually Ships in \u003cstrong\u003e3 Business Days\u003c\/strong\u003e from manufacturer\u003c\/p\u003e\n\u003cp class=\"text-sm\"\u003eLead times vary based on manufacturer stock\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eFreshen and maintain your dishwasher with the Finish 8.45 oz. dishwasher hygienic cleaner. This cleaner is ideal for light-duty jobs, making it perfect for dishwashers at Airbnb rentals.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCleans and freshens your dishwasher\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEfficiently breaks down mineral build up\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eTargets hard-to-reach areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏡\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSafe for septic systems\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📅\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eUse every 3 months for best results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRefreshing mint scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eDetailed Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4.19 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDispensing Style\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e8.45 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eScent\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMint\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e0.39 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDishwasher Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWater Condition\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"water-condition-tag\"\u003eHard\u003c\/span\u003e \u003cspan class=\"water-condition-tag\"\u003eMedium\u003c\/span\u003e \u003cspan class=\"water-condition-tag\"\u003eSoft\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e400017668178\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eDesigned to efficiently break down mineral build-up, this cleaner targets hard-to-reach areas such as the heating element and sprayer arms, ensuring a thorough clean every time. Safe for septic systems, this hygienic cleaner neutralizes odors and keeps your dishwasher smelling fresh.\u003c\/p\u003e\n\u003cp\u003eFor optimal results, use this dishwasher cleaner every 3 months to prevent build-up and maintain the cleanliness of your appliance. By targeting those difficult-to-reach parts, this cleaner extends the life of your dishwasher and ensures it continues to run smoothly.\u003c\/p\u003e\n\u003cp\u003eKeep your dishes sparkling clean and your dishwasher in top condition with this Finish 8.45 oz. dishwasher cleaner.\u003c\/p\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cdiv\u003ePackage Size: 8.45 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400017668178\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693033623636,"sku":null,"price":58.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/c_2_865bf11f-cf8b-4ba3-9cdd-b21f152c48f2.png?v=1763665593"},{"product_id":"dawn-professional-08309-1-gallon-128-oz-manual-pot-and-pan-detergent-with-pump","title":"Dawn Professional 08309 1 Gallon \/ 128 oz. Manual Pot and Pan Detergent with Pump","description":"\u003cdiv class=\"dawn-product-description\"\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLong-lasting suds help clean more dishes per sink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCost-effective concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDilute to make a versatile cleaning solution\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps remove grease on pots, pans, or utensils\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLarge capacity can be used to refill dispensers or smaller bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eExpertly clean pots, pans, and other dishes with the Dawn Professional 1 gallon \/ 128 oz. manual pot and pan detergent! This soap is great for use in your 3 compartment sink hand washing pots and pans at your restaurant, bakery, cafe, or concession stand. Enjoy the familiar Dawn original fragrance that leaves your dishes with a fresh and clean scent. The concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The large bottle size can be used to refill soap dispensers or smaller bottles in your kitchen with a large easy-to-use pump. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 037000083108\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e8.99 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003cbr\u003ePot \u0026amp; Pan Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.dawn-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n}\n\n.dawn-product-description h2 {\n  color: #2c5aa0;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 30px;\n  margin-bottom: 20px;\n  font-weight: 600;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 10px 0;\n}\n\n.feature-icon {\n  background-color: #4CAF50;\n  color: white;\n  border-radius: 50%;\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 12px;\n  flex-shrink: 0;\n  font-size: 14px;\n}\n\n.feature-text {\n  line-height: 1.4;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.6;\n  margin-bottom: 15px;\n}\n\n.upc-section {\n  background-color: #f8f9fa;\n  padding: 12px 15px;\n  border-radius: 5px;\n  margin-top: 20px;\n  border-left: 4px solid #2c5aa0;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n  border-radius: 8px;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table thead {\n  background-color: #2c5aa0;\n  color: white;\n}\n\n.specs-table th {\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #eaeaea;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7ff;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .dawn-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 10px;\n    font-size: 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42694687588436,"sku":null,"price":48.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T062438.788.png?v=1763735088"},{"product_id":"dawn-professional-57445-1-gallon-128-oz-manual-pot-and-pan-detergent-4-case","title":"Dawn Professional 57445 1 Gallon \/ 128 oz. Manual Pot and Pan Detergent - 4\/Case","description":"\u003cdiv class=\"dawn-product-description\"\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLong-lasting suds help clean more dishes per sink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCost-effective concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDilute to make a versatile cleaning solution\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps remove grease on pots, pans, or utensils\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLarge capacity can be used to refill dispensers or smaller bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eExpertly clean pots, pans, and other dishes with the Dawn Professional 1 gallon \/ 128 oz. manual pot and pan detergent! This soap is great for use in your 3 compartment sink hand washing pots and pans at your restaurant, bakery, cafe, or concession stand. Enjoy the familiar Dawn original fragrance that leaves your dishes with a fresh and clean scent. The concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The large bottle size can be used to refill soap dispensers or smaller bottles in your kitchen. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e00037000574453\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e36.78 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003cbr\u003ePot \u0026amp; Pan Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.dawn-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n.dawn-product-description h2 {\n  color: #2c5aa0;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 30px;\n  margin-bottom: 20px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 12px 0;\n  transition: transform 0.2s ease;\n}\n\n.feature-item:hover {\n  transform: translateX(5px);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #4CAF50, #45a049);\n  color: white;\n  border-radius: 50%;\n  width: 24px;\n  height: 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 12px;\n  flex-shrink: 0;\n  font-size: 14px;\n  font-weight: bold;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n}\n\n.feature-text {\n  line-height: 1.4;\n  font-size: 15px;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 18px;\n  font-size: 15px;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 16px 20px;\n  border-radius: 8px;\n  margin-top: 25px;\n  border-left: 4px solid #2c5aa0;\n  display: flex;\n  align-items: center;\n  gap: 15px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c5aa0;\n  font-size: 16px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 18px;\n  font-weight: 600;\n  color: #333;\n  letter-spacing: 1px;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);\n  border-radius: 10px;\n  margin-top: 10px;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2c5aa0, #1e3a8a);\n  color: white;\n}\n\n.specs-table th {\n  padding: 18px 20px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fafbfc;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7ff;\n  transform: scale(1.002);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .dawn-product-description {\n    padding: 15px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  \n  .dawn-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 10px 12px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42694695518292,"sku":null,"price":145.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T063238.823.png?v=1763735566"},{"product_id":"clean-quick-07535-1-gallon-broad-range-quaternary-sanitizer-concentrate-3-case","title":"Clean Quick 07535 1 Gallon Broad Range Quaternary Sanitizer Concentrate - 3\/Case","description":"\u003cdiv class=\"clean-quick-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eClean Quick Broad Range Quaternary Sanitizer Concentrate\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eProfessional-Grade Sanitizer for Commercial Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFor use with a 3-compartment sink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSanitize without leaving odor behind\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEffectively disinfects against COVID-19\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGreat for use on pots and pans, glassware, cutting boards, and food preparation areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eAmple 1 gallon capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eComplete the washing procedure in your 3-compartment sink with this Clean Quick 07535 1 gallon broad range quaternary sanitizer concentrate! This sanitizer is an essential part of a 3-compartment sink and can be used to sanitize dishes, glasses, silverware, and cooking utensils. This sanitizer is great for hard, non-porous surfaces like cutting boards, countertops, and chopping blocks. In addition, this sanitizer is great for use disinfecting against the novel coronavirus.\u003c\/p\u003e\n\u003cp\u003eThis sanitizer is an EPA-registered broad range liquid sanitizer that's easy to portion and rated for efficacy tolerance between 150-400ppms. To properly sanitize in a commercial sink, use one ounce of sanitizer per 5.5 gallons of water and confirm dilution with the appropriate test strips (sold separately).\u003c\/p\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3\u003eShipping Information\u003c\/h3\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-item positive\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item negative\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e✗\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eNot eligible for expedited shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item negative\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e✗\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eCannot ship to Alaska or Hawaii\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item negative\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e✗\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eCannot be returned\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e10037000075353\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e26.87 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDilution Ratio\u003c\/td\u003e\n\u003ctd\u003e1:704\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\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e3 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSanitizers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.clean-quick-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #2c5aa0;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n}\n\n.clean-quick-product-description h2 {\n  color: #2c5aa0;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.clean-quick-product-description h3 {\n  color: #2c5aa0;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f8f9fa, #ffffff);\n  border: 1px solid #e9ecef;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f8f9fa);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #4CAF50, #45a049);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(76, 175, 80, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Shipping Information *\/\n.shipping-info {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2c5aa0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.shipping-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n  gap: 15px;\n}\n\n.shipping-item {\n  display: flex;\n  align-items: center;\n  padding: 12px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n}\n\n.shipping-icon {\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 12px;\n  flex-shrink: 0;\n  font-size: 14px;\n  font-weight: bold;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.2);\n}\n\n.shipping-item.positive .shipping-icon {\n  background: linear-gradient(135deg, #4CAF50, #45a049);\n  color: white;\n}\n\n.shipping-item.negative .shipping-icon {\n  background: linear-gradient(135deg, #f44336, #d32f2f);\n  color: white;\n}\n\n.shipping-text {\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 500;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #2c5aa0, #1e3a8a);\n  padding: 20px 25px;\n  border-radius: 12px;\n  margin-top: 30px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2c5aa0, #1e3a8a);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fafbfc;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7ff;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(44, 90, 160, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .clean-quick-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .shipping-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .clean-quick-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .shipping-info {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42694775111764,"sku":null,"price":148.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T071711.610.png?v=1763738240"},{"product_id":"dawn-ultra-09398-70-oz-original-dish-soap-6-case","title":"Dawn Ultra 09398 70 oz. Original Dish Soap - 6\/Case","description":"\u003cdiv class=\"dawn-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eDawn Ultra Original Dish Soap\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eProfessional-Grade Dishwashing Liquid for Commercial Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eExpertly cleans pots, pans, and dishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePowers through grease to reduce scrubbing time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFeatures an efficient, concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGenerous capacity can be used to refill dispensers or smaller bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFlip-top pour spout makes portioning quick and easy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eExpertly clean pots, pans, and other dishes with the Dawn Ultra 09398 70 oz. original dish soap! This soap is great for washing dishes by hand at your restaurant, bakery, or cafe. Enjoy the pleasant original Dawn fragrance that leaves your dishes with a light, fresh scent. The concentrated formula effectively removes stubborn foods and leaves your dishes sparkling clean!\u003c\/p\u003e\n\u003cp\u003eThis dish soap cuts through tough-to-clean grease on dishes to make closing procedures and daily dishwashing easier for you and your staff. The ergonomic bottle has a small pour spout with a flip-top lid that conserves the concentrate and prevents accidental spills while not in use. Plus, thanks to its large 70 oz. capacity, you can keep this bottle on hand to refill dispensers and smaller bottles. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003ePackage Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e70 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e6 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eTotal Case Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e420 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e10030772093983\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\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\u003e31.65 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFlip Top Lid\u003cbr\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e70 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003e420 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch2\u003eShipping Information\u003c\/h2\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-item positive\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item positive\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003eAvailable for standard shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.dawn-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #0066cc;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n}\n\n.dawn-product-description h2 {\n  color: #0066cc;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.dawn-product-description h3 {\n  color: #0066cc;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f8f9fa, #ffffff);\n  border: 1px solid #e9ecef;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f8f9fa);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Dimensions Section *\/\n.dimensions-section {\n  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.dimension-item {\n  text-align: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dimension-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  padding: 20px 25px;\n  border-radius: 12px;\n  margin-top: 30px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fafbfc;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7ff;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Shipping Information *\/\n.shipping-info {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.shipping-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 15px;\n}\n\n.shipping-item {\n  display: flex;\n  align-items: center;\n  padding: 12px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n}\n\n.shipping-icon {\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 12px;\n  flex-shrink: 0;\n  font-size: 14px;\n  font-weight: bold;\n  box-shadow: 0 2px 4px rgba(0,0,0,0.2);\n}\n\n.shipping-item.positive .shipping-icon {\n  background: linear-gradient(135deg, #4CAF50, #45a049);\n  color: white;\n}\n\n.shipping-text {\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 500;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .dawn-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .shipping-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .dawn-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .dimensions-section {\n    padding: 20px;\n  }\n  \n  .shipping-info {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695075987540,"sku":null,"price":118.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T094407.938.png?v=1763747081"},{"product_id":"national-chemicals-inc-13002-btf-chlor-tab-bar-glass-sanitizer-tablet-100-count-6-case","title":"National Chemicals Inc. 13002 BTF Chlor-Tab Bar Glass Sanitizer Tablet 100 Count - 6\/Case","description":"\u003cdiv class=\"national-chemicals-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eNational Chemicals BTF Chlor-Tab Bar Glass Sanitizer Tablets\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eProfessional Tablet Sanitizer for Beer Glassware \u0026amp; Beverage Equipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePre-measured tablets for consistent cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eOdorless and tasteless - won't affect beverage carbonation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eWorks effectively in cold water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eIncludes water conditioning chemicals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLow suds formula for efficient cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eWhen making sure your glassware is beer ready, you'll want to have this National Chemicals Inc. BTF Chlor-Tab 13002A bar glass sanitizer tablet 100 count. For use in cold water, these convenient pre-measured tablets work to eliminate all impurities on your glass, which is essential in cleaning beer glassware. Better yet, because it's odorless and tasteless, this sanitizer will not affect the carbonation in beer or soda, so you'll never worry about the quality of the beverages you're serving.\u003c\/p\u003e\n\u003cp\u003eThis sanitizer tablet is essential for any bar, restaurant, brewery or winery. It includes water conditioning chemicals so you don't have to worry about adding a mineral solvent. Economical and effective, this sanitizer tab is not limited to glassware. It can also be used to clean yogurt, shake, slush and other soft-serve equipment.\u003c\/p\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch3\u003eRecommended Applications\u003c\/h3\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🍺\u003c\/div\u003e\n\u003cdiv class=\"application-text\"\u003eBeer Glassware\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🍷\u003c\/div\u003e\n\u003cdiv class=\"application-text\"\u003eWine Glasses\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🥤\u003c\/div\u003e\n\u003cdiv class=\"application-text\"\u003eSoda Glasses\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🍦\u003c\/div\u003e\n\u003cdiv class=\"application-text\"\u003eYogurt Equipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🥛\u003c\/div\u003e\n\u003cdiv class=\"application-text\"\u003eShake Machines\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🧊\u003c\/div\u003e\n\u003cdiv class=\"application-text\"\u003eSlush Equipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eAdd 1-2 tablets per 2.5 gallons of cold water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eAllow tablets to dissolve completely\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eSoak glassware or equipment for recommended time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"step-text\"\u003eRinse thoroughly with clean water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\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\u003e10.96 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eSolid\u003cbr\u003eTablets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDilution Ratio\u003c\/td\u003e\n\u003ctd\u003e1 - 2 tabs\/2.5 gal.\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\u003e100 Count\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003cbr\u003eLow Suds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eGlass Cleaners\u003cbr\u003eSanitizers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eBar Glass Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging Information\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e6 Containers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eTablets per Container\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e100 Tablets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📊\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eTotal Tablets per Case\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e600 Tablets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.national-chemicals-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #2c5aa0;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n}\n\n.national-chemicals-product-description h2 {\n  color: #2c5aa0;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.national-chemicals-product-description h3 {\n  color: #2c5aa0;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f8f9fa, #ffffff);\n  border: 1px solid #e9ecef;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f8f9fa);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #2c5aa0, #1e3a8a);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(44, 90, 160, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Applications Section *\/\n.applications-section {\n  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2c5aa0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n}\n\n.application-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.application-item:hover {\n  transform: translateY(-3px);\n}\n\n.application-icon {\n  font-size: 32px;\n  margin-bottom: 10px;\n}\n\n.application-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #2c5aa0;\n}\n\n\/* Usage Section *\/\n.usage-section {\n  background: linear-gradient(135deg, #fff8e1, #ffecb3);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #ffa000;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.usage-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.usage-step {\n  display: flex;\n  align-items: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n}\n\n.step-number {\n  background: linear-gradient(135deg, #ffa000, #ff6f00);\n  color: white;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-weight: bold;\n  font-size: 16px;\n  box-shadow: 0 2px 4px rgba(255, 160, 0, 0.3);\n}\n\n.step-text {\n  font-size: 14px;\n  font-weight: 500;\n  color: #555;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2c5aa0, #1e3a8a);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fafbfc;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f7ff;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(44, 90, 160, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2c5aa0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #2c5aa0;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .national-chemicals-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .usage-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .national-chemicals-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .applications-section,\n  .usage-section,\n  .packaging-section {\n    padding: 20px;\n  }\n  \n  .applications-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695083098196,"sku":null,"price":278.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T095738.764.png?v=1763747880"},{"product_id":"ecos-pl9721-04-pro-dishmate-1-gallon-free-and-clear-manual-dishwashing-liquid-4-case","title":"ECOS PL9721\/04 Pro Dishmate 1 Gallon Free and Clear Manual Dishwashing Liquid - 4\/Case","description":"\u003cdiv class=\"ecos-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eECOS PRO Dishmate Free \u0026amp; Clear Manual Dishwashing Liquid\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003ePlant-Based, Eco-Friendly Dish Soap for Commercial Use\u003c\/div\u003e\n\u003cdiv class=\"eco-badges\"\u003e\n\u003cspan class=\"eco-badge\"\u003e🌿 USDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003e🌎 EPA Safer Choice\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003e🐇 Cruelty-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDesigned to efficiently and safely cut grease and clean dishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGentle enough to use on hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eNon-toxic formula is free of dyes and synthetic perfumes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEnvironmentally friendly formula with plant-based ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eBoth gray-water and septic safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eQuick-rinse formulation reduces water usage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eMake your plates, utensils, and glasses shine with this ECOS PL9721\/04 Pro Dishmate 1 gallon free and clear manual dishwashing liquid. This liquid is formulated specifically to cut through grease and clean dishes without leaving residue behind. This is a quick-rinse formulation that leaves less residue behind on dishes, allowing for a faster rinse time and a reduction in overall water use. Plus, its gentle, non-toxic formula is safe for use on hands and will not dry out the skin.\u003c\/p\u003e\n\u003cp\u003eMade with 100% plant-based ingredients, this environmentally friendly product is gray-water and septic safe and comes in a 1 gallon jug for added convenience. Ensure your pots, pans, flatware, and dishes are sparkling clean with this dishwashing liquid!\u003c\/p\u003e\n\u003cdiv class=\"eco-features\"\u003e\n\u003ch3\u003eEco-Friendly Certifications \u0026amp; Features\u003c\/h3\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eUSDA Certified Biobased\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eMade from 100% plant-based ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eEPA Safer Choice\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eMeets strict safety standards for ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🌍\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eDesign for Environment\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eCertified eco-friendly formulation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eGray-Water \u0026amp; Septic Safe\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eEnvironmentally responsible disposal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🐇\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eCruelty-Free\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eNever tested on animals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eNSF Listed\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eMeets food safety standards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💨\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eQuick-Rinse Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👐\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eGentle on Hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003ePlant-Based Ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eReduces Water Usage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e36.6 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free\u003cbr\u003eDesign for the Environment Certified\u003cbr\u003eEco-Friendly\u003cbr\u003eEPA Safer Choice\u003cbr\u003eMade in America\u003cbr\u003eNSF Listed\u003cbr\u003eUSDA Certified Biobased Product\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eUnscented\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e4 Gallons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e36.6 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e400015164528\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.ecos-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #2e7d32;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.eco-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.eco-badge {\n  background: linear-gradient(135deg, #4caf50, #2e7d32);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);\n}\n\n.ecos-product-description h2 {\n  color: #2e7d32;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.ecos-product-description h3 {\n  color: #2e7d32;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f1f8e9, #ffffff);\n  border: 1px solid #e8f5e8;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f1f8e9);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #4caf50, #2e7d32);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(76, 175, 80, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Eco Features Section *\/\n.eco-features {\n  background: linear-gradient(135deg, #f1f8e9, #e8f5e8);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #4caf50;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.certifications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n}\n\n.certification-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.certification-item:hover {\n  transform: translateY(-3px);\n}\n\n.cert-icon {\n  font-size: 32px;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.cert-details {\n  flex: 1;\n}\n\n.cert-title {\n  font-size: 16px;\n  font-weight: 700;\n  color: #2e7d32;\n  margin-bottom: 5px;\n}\n\n.cert-desc {\n  font-size: 14px;\n  color: #666;\n  line-height: 1.4;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 10px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #2e7d32;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2e7d32, #1b5e20);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f8fbf8;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f1f8e9;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #2e7d32;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #2e7d32, #1b5e20);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .ecos-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .eco-badges {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certifications-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .ecos-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .eco-features,\n  .benefits-section,\n  .packaging-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695083688020,"sku":null,"price":101.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T100605.199.png?v=1763748378"},{"product_id":"dawn-01301-38-oz-ultra-original-dish-soap-8-case","title":"Dawn 01301 38 oz. Ultra Original Dish Soap - 8\/Case","description":"\u003cdiv class=\"dawn-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eDawn Ultra Original Dish Soap\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eProfessional-Grade Dishwashing Liquid for Commercial Use\u003c\/div\u003e\n\u003cdiv class=\"product-features\"\u003e\n\u003cspan class=\"feature-badge\"\u003eFlip Top Lid\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eFresh Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eExpertly cleans pots, pans, and dishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePowers through grease to reduce scrubbing time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEfficient concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePleasant original Dawn scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFlip-top pour spout makes portioning quick and easy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eExpertly clean pots, pans, and other dishes with the Dawn 01301 38 oz. ultra original dish soap! This soap is great for use hand washing dishes at your restaurant, bakery, cafe, or concession stand. Enjoy the pleasant original Dawn fragrance that leaves your dishes with a fresh and clean scent. The concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The ergonomic bottle has a small pour spout with a flip-top lid that conserves the concentrate during use and prevents accidental spills while not in use. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003ePackage Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e38 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e8 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eTotal Case Volume\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e304 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003ePerfect for Restaurants \u0026amp; Cafes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eSaves Time on Cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eConcentrated Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👃\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eFresh Clean Scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e22.28 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFlip Top Lid\u003cbr\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e38 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e8 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e22.28 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e00030772013014\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2\u003eIdeal For\u003c\/h2\u003e\n\u003cdiv class=\"ideal-for-grid\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCafes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🍞\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eBakeries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🎪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eConcession Stands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.dawn-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #0066cc;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.product-features {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.feature-badge {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);\n}\n\n.dawn-product-description h2 {\n  color: #0066cc;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.dawn-product-description h3 {\n  color: #0066cc;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f0f8ff, #ffffff);\n  border: 1px solid #e6f2ff;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f0f8ff);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Dimensions Section *\/\n.dimensions-section {\n  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.dimension-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-3px);\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dimension-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #0066cc;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f7fbff;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f8ff;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Ideal For Section *\/\n.ideal-for-section {\n  background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.ideal-for-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.ideal-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.ideal-item:hover {\n  transform: translateY(-3px);\n}\n\n.ideal-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.ideal-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #0066cc;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .dawn-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .product-features {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .ideal-for-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .dawn-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .dimensions-section,\n  .benefits-section,\n  .packaging-section,\n  .ideal-for-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid,\n  .ideal-for-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695085555796,"sku":null,"price":108.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T101108.534.png?v=1763748695"},{"product_id":"ecos-pl9721-05-pro-dishmate-5-gallon-free-and-clear-manual-dishwashing-liquid","title":"ECOS PL9721\/05 Pro Dishmate 5 Gallon Free and Clear Manual Dishwashing Liquid","description":"\u003cdiv class=\"ecos-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eECOS PRO Dishmate Free \u0026amp; Clear Manual Dishwashing Liquid\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003e5-Gallon Plant-Based, Eco-Friendly Dish Soap for Commercial Use\u003c\/div\u003e\n\u003cdiv class=\"eco-badges\"\u003e\n\u003cspan class=\"eco-badge\"\u003e🌿 USDA Certified Biobased\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003e🌎 EPA Safer Choice\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003e🐇 Cruelty-Free\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003e💧 5-Gallon Pail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDesigned to efficiently and safely cut grease and clean dishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGentle enough to use on hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eNon-toxic formula is free of dyes and synthetic perfumes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEnvironmentally friendly formula with plant-based ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eBoth gray-water and septic safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eQuick-rinse formulation reduces water usage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eMake your plates, utensils, and glasses shine with this ECOS PL9721\/05 Pro Dishmate 5 gallon free and clear manual dishwashing liquid. This liquid is formulated specifically to cut through grease and clean dishes without leaving residue behind. This is a quick-rinse formulation that leaves less residue behind on dishes, allowing for a faster rinse time and a reduction in overall water use. Plus, its gentle, non-toxic formula is safe for use on hands and will not dry out the skin.\u003c\/p\u003e\n\u003cp\u003eMade with 100% plant-based ingredients, this environmentally friendly product is gray-water and septic safe and comes in a 5 gallon pail for added convenience. Ensure your pots, pans, flatware, and dishes are sparkling clean with this dishwashing liquid!\u003c\/p\u003e\n\u003cdiv class=\"eco-features\"\u003e\n\u003ch3\u003eEco-Friendly Certifications \u0026amp; Features\u003c\/h3\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eUSDA Certified Biobased\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eMade from 100% plant-based ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eEPA Safer Choice\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eMeets strict safety standards for ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🌍\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eDesign for Environment\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eCertified eco-friendly formulation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eGray-Water \u0026amp; Septic Safe\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eEnvironmentally responsible disposal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🐇\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eCruelty-Free\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eNever tested on animals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-item\"\u003e\n\u003cdiv class=\"cert-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv class=\"cert-details\"\u003e\n\u003cdiv class=\"cert-title\"\u003eNSF Listed\u003c\/div\u003e\n\u003cdiv class=\"cert-desc\"\u003eMeets food safety standards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💨\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eQuick-Rinse Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👐\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eGentle on Hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003ePlant-Based Ingredients\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eReduces Water Usage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e44 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eKitchen\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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free\u003cbr\u003eDesign for the Environment Certified\u003cbr\u003eEco-Friendly\u003cbr\u003eEPA Safer Choice\u003cbr\u003eMade in America\u003cbr\u003eNSF Listed\u003cbr\u003eUSDA Certified Biobased Product\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eUnscented\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🪣\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eContainer Size\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e5-Gallon Pail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e44 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e400015164535\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2\u003ePerfect For Commercial Use\u003c\/h2\u003e\n\u003cdiv class=\"ideal-for-grid\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏨\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eHotels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏥\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eHospitals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏫\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eSchools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏢\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eOffice Buildings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eFood Processing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.ecos-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #2e7d32;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.eco-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.eco-badge {\n  background: linear-gradient(135deg, #4caf50, #2e7d32);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);\n}\n\n.ecos-product-description h2 {\n  color: #2e7d32;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.ecos-product-description h3 {\n  color: #2e7d32;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f1f8e9, #ffffff);\n  border: 1px solid #e8f5e8;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f1f8e9);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #4caf50, #2e7d32);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(76, 175, 80, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Eco Features Section *\/\n.eco-features {\n  background: linear-gradient(135deg, #f1f8e9, #e8f5e8);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #4caf50;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.certifications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n}\n\n.certification-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.certification-item:hover {\n  transform: translateY(-3px);\n}\n\n.cert-icon {\n  font-size: 32px;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.cert-details {\n  flex: 1;\n}\n\n.cert-title {\n  font-size: 16px;\n  font-weight: 700;\n  color: #2e7d32;\n  margin-bottom: 5px;\n}\n\n.cert-desc {\n  font-size: 14px;\n  color: #666;\n  line-height: 1.4;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #2e7d32;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2e7d32, #1b5e20);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f8fbf8;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f1f8e9;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #2e7d32;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #2e7d32, #1b5e20);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Ideal For Section *\/\n.ideal-for-section {\n  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.ideal-for-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n}\n\n.ideal-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.ideal-item:hover {\n  transform: translateY(-3px);\n}\n\n.ideal-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.ideal-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #2e7d32;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .ecos-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .eco-badges {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certifications-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .ideal-for-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .ecos-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .eco-features,\n  .benefits-section,\n  .packaging-section,\n  .ideal-for-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid,\n  .ideal-for-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695085850708,"sku":null,"price":137.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T101759.631.png?v=1763749097"},{"product_id":"dawn-professional-45112-38-oz-manual-pot-and-pan-detergent-8-case","title":"Dawn Professional 45112 38 oz. Manual Pot and Pan Detergent - 8\/Case","description":"\u003cdiv class=\"dawn-professional-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eDawn Professional Manual Pot and Pan Detergent\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003eProfessional-Grade Dish Soap with Long-Lasting Suds\u003c\/div\u003e\n\u003cdiv class=\"quality-badge\"\u003e\n\u003cspan class=\"quality-rating\"\u003e🏆 Best Rated\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eFlip Top Lid\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eFresh Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLong-lasting suds help clean more dishes per sink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCost-effective concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDilute to make a versatile cleaning solution\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps remove grease on pots, pans, or utensils\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePleasant original Dawn scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eExpertly clean pots, pans, and other dishes with the Dawn Professional 45112 38 oz. manual pot and pan detergent! This soap is great for use in your three compartment sink hand washing pots and pans at your restaurant, bakery, cafe, or concession stand. Enjoy the familiar original Dawn fragrance that leaves your dishes with a fresh and clean scent. The concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The ergonomic bottle has a small pour spout with a flip-top lid that conserves the concentrate during use and prevents accidental spills while not in use. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003ePackage Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e38 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e8 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eTotal Case Volume\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e304 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eProfessional Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eSaves Time on Cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eCost-Effective\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eTough on Grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👃\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eFresh Clean Scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e22.39 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFlip Top Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e38 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003cbr\u003ePot \u0026amp; Pan Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e8 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e22.39 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e10037000451126\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2\u003ePerfect For Commercial Use\u003c\/h2\u003e\n\u003cdiv class=\"ideal-for-grid\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCafes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🍞\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eBakeries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🎪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eConcession Stands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏨\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eHotels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏫\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eSchools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-section\"\u003e\n\u003ch2\u003eProduct Demonstration\u003c\/h2\u003e\n\u003cdiv class=\"video-info\"\u003e\n\u003ch3\u003eSuds That Last with Dawn Professional Manual Pot and Pan Detergent\u003c\/h3\u003e\n\u003cp\u003eThis video demonstrates the lasting suds of Dawn Professional detergent compared to a leading competitor.\u003c\/p\u003e\n\u003cdiv class=\"video-links\"\u003e\n\u003ca class=\"video-link\" href=\"#17039\"\u003eSuds That Last with Dawn Professional\u003c\/a\u003e \u003ca class=\"video-link\" href=\"#17038\"\u003eUpgrade Your Cleaning with Dawn Professional\u003c\/a\u003e \u003ca class=\"video-link\" href=\"#16998\"\u003eDawn Professional Manual Pot and Pan Overview\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.dawn-professional-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #0066cc;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.quality-badge {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.quality-rating {\n  background: linear-gradient(135deg, #ffd700, #ffa500);\n  color: #333;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);\n}\n\n.feature-badge {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);\n}\n\n.dawn-professional-description h2 {\n  color: #0066cc;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.dawn-professional-description h3 {\n  color: #0066cc;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f0f8ff, #ffffff);\n  border: 1px solid #e6f2ff;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f0f8ff);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Dimensions Section *\/\n.dimensions-section {\n  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.dimension-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-3px);\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dimension-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #0066cc;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f7fbff;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f8ff;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Ideal For Section *\/\n.ideal-for-section {\n  background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.ideal-for-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n}\n\n.ideal-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.ideal-item:hover {\n  transform: translateY(-3px);\n}\n\n.ideal-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.ideal-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #0066cc;\n}\n\n\/* Video Section *\/\n.video-section {\n  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.video-info h3 {\n  color: #0066cc;\n  margin-bottom: 10px;\n  font-size: 18px;\n}\n\n.video-info p {\n  color: #555;\n  margin-bottom: 20px;\n  line-height: 1.6;\n}\n\n.video-links {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.video-link {\n  color: #0066cc;\n  text-decoration: none;\n  padding: 10px 15px;\n  background: white;\n  border-radius: 6px;\n  border: 1px solid #e6f2ff;\n  transition: all 0.3s ease;\n  font-weight: 500;\n}\n\n.video-link:hover {\n  background: #f0f8ff;\n  transform: translateX(5px);\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .dawn-professional-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .quality-badge {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .ideal-for-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .dawn-professional-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .dimensions-section,\n  .benefits-section,\n  .packaging-section,\n  .ideal-for-section,\n  .video-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid,\n  .ideal-for-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695087816788,"sku":null,"price":106.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T102427.495.png?v=1763749526"},{"product_id":"dawn-11045-56-oz-ultra-original-dish-soap-8-case","title":"Dawn 11045 56 oz. Ultra Original Dish Soap - 8\/Case","description":"\u003cdiv class=\"dawn-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eDawn Ultra Original Dish Soap\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003e56 oz. Professional-Grade Dishwashing Liquid for Commercial Use\u003c\/div\u003e\n\u003cdiv class=\"product-features\"\u003e\n\u003cspan class=\"feature-badge\"\u003eLarge 56 oz. Size\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eFlip Top Lid\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eFresh Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eExpertly cleans pots, pans, and dishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePowers through grease to reduce scrubbing time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEfficient concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePleasant original scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFlip-top pour spout makes portioning quick and easy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eExpertly clean pots, pans, and other dishes with the Dawn 56 oz. ultra original dish soap! This soap is great for use hand washing dishes at your restaurant, bakery, cafe, or concession stand. Enjoy the pleasant familiar smell of original Dawn dish soap. The concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The ergonomic bottle has a small pour spout with a flip-top lid that conserves the concentrate during use and prevents accidental spills while not in use. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003ePackage Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e56 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e8 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eTotal Case Volume\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e448 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003ePerfect for Commercial Kitchens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eSaves Cleaning Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eTough on Grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eConcentrated Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e32.55 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFlip Top Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e56 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e8 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e32.55 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e10037000110450\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2\u003eIdeal For Commercial Use\u003c\/h2\u003e\n\u003cdiv class=\"ideal-for-grid\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCafes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🍞\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eBakeries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🎪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eConcession Stands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏨\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eHotels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏫\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eSchools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.dawn-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #0066cc;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.product-features {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.feature-badge {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);\n}\n\n.dawn-product-description h2 {\n  color: #0066cc;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.dawn-product-description h3 {\n  color: #0066cc;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f0f8ff, #ffffff);\n  border: 1px solid #e6f2ff;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f0f8ff);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Dimensions Section *\/\n.dimensions-section {\n  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.dimension-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-3px);\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dimension-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #0066cc;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f7fbff;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f0f8ff;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 30px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #0066cc;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #0066cc, #004499);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Ideal For Section *\/\n.ideal-for-section {\n  background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.ideal-for-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n}\n\n.ideal-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.ideal-item:hover {\n  transform: translateY(-3px);\n}\n\n.ideal-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.ideal-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #0066cc;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .dawn-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .product-features {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .ideal-for-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .dawn-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .dimensions-section,\n  .benefits-section,\n  .packaging-section,\n  .ideal-for-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid,\n  .ideal-for-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695089913940,"sku":null,"price":161.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T102958.289.png?v=1763749813"},{"product_id":"ajax-ultra-professional-cpc61034313ct-145-oz-orange-scent-dish-detergent-4-case","title":"Ajax Ultra Professional CPC61034313CT 145 oz. Orange Scent Dish Detergent - 4\/Case","description":"\u003cdiv class=\"ajax-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eAjax Ultra Professional Dish Detergent\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003e145 oz. Orange Scent - Professional Grade for Commercial Use\u003c\/div\u003e\n\u003cdiv class=\"product-features\"\u003e\n\u003cspan class=\"feature-badge\"\u003eLarge 145 oz.\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eOrange Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves grease and stuck-on food\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eIdeal for cleaning dishes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePhosphate-free formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eWashes away bacteria from hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRefreshing orange scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your dishes sparkling clean with the Ajax Ultra Professional 145 oz. orange scent dish detergent. This powerful dish detergent is formulated to strip grease and remove stuck-on food, leaving dishes sparkling clean with minimal effort. The phosphate-free formula makes it a responsible option for your establishment.\u003c\/p\u003e\n\u003cp\u003eIn addition to its cleaning capabilities, this dish detergent also washes away bacteria from hands, promoting a hygienic kitchen environment and ensuring the safety of your staff and customers. The refreshing orange scent adds a pleasant touch to your dishwashing routine. Whether you're washing dishes in a busy restaurant or cleaning pots and pans in a catering kitchen, this Ajax dish detergent is a reliable choice for achieving spotless results every time.\u003c\/p\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003ePackage Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e145 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e4 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eTotal Case Volume\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e4.5 Gallons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍊\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eRefreshing Orange Scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003ePhosphate-Free\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eRemoves Bacteria\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eTough on Grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e41.53 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e145 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eOrange\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\u003e4.5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003cbr\u003ePot \u0026amp; Pan Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e4 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e41.53 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-restrictions\"\u003e\n\u003cdiv class=\"restriction-item\"\u003e\n\u003cdiv class=\"restriction-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cdiv class=\"restriction-text\"\u003eThis item cannot ship to California\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e10827854009365\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2\u003ePerfect For Commercial Use\u003c\/h2\u003e\n\u003cdiv class=\"ideal-for-grid\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCafes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏨\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eHotels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏫\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eSchools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏢\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCatering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eFood Service\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.ajax-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #ff6b00;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.product-features {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.feature-badge {\n  background: linear-gradient(135deg, #ff6b00, #ff8c00);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3);\n}\n\n.ajax-product-description h2 {\n  color: #ff6b00;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.ajax-product-description h3 {\n  color: #ff6b00;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #fff5e6, #ffffff);\n  border: 1px solid #ffe0b2;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #fff5e6);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #ff6b00, #ff8c00);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(255, 107, 0, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Dimensions Section *\/\n.dimensions-section {\n  background: linear-gradient(135deg, #fff5e6, #ffe0b2);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #ff6b00;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.dimension-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-3px);\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dimension-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #ff6b00;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #ffe0b2, #ffcc80);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #ff6b00;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #ff6b00;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #ff6b00, #ff8c00);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fffaf0;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #fff5e6;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(255, 107, 0, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #ff6b00;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 20px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #ff6b00;\n}\n\n.shipping-restrictions {\n  margin-bottom: 30px;\n}\n\n.restriction-item {\n  display: flex;\n  align-items: center;\n  padding: 15px 20px;\n  background: #fff5f5;\n  border-radius: 8px;\n  border: 1px solid #fed7d7;\n}\n\n.restriction-icon {\n  font-size: 20px;\n  margin-right: 12px;\n}\n\n.restriction-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #e53e3e;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #ff6b00, #ff8c00);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Ideal For Section *\/\n.ideal-for-section {\n  background: linear-gradient(135deg, #ffe0b2, #ffcc80);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #ff6b00;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.ideal-for-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n}\n\n.ideal-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.ideal-item:hover {\n  transform: translateY(-3px);\n}\n\n.ideal-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.ideal-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #ff6b00;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .ajax-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .product-features {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .ideal-for-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .ajax-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .dimensions-section,\n  .benefits-section,\n  .packaging-section,\n  .ideal-for-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid,\n  .ideal-for-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e\n\u003cp\u003e\u003cimg\u003e\u003c\/p\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695102660692,"sku":null,"price":100.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T103641.702.png?v=1763750221"},{"product_id":"palmolive-essential-clean-cpc46157-90-oz-original-scent-dishwashing-liquid-4-case","title":"Palmolive Essential Clean CPC46157 90 oz. Original Scent Dishwashing Liquid - 4\/Case","description":"\u003cdiv class=\"palmolive-product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003ePalmolive Essential Clean Dishwashing Liquid\u003c\/h1\u003e\n\u003cdiv class=\"product-subtitle\"\u003e90 oz. Original Scent - Professional Grade for Commercial Use\u003c\/div\u003e\n\u003cdiv class=\"product-features\"\u003e\n\u003cspan class=\"feature-badge\"\u003eLarge 90 oz.\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eOriginal Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves grease effectively\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eIdeal for cleaning dishes, pots, and pans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGentle on hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePhosphate-free formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFresh original scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your dishes sparkling clean with Palmolive Essential Clean 90 oz. original scent dishwashing liquid! This powerful formula is tough on grease, making it an essential addition to any commercial kitchen. Despite its strength, this dish soap is gentle on hands, ensuring that your staff can wash dishes comfortably without worrying about dry or irritated skin. The original scent leaves dishes smelling fresh and clean.\u003c\/p\u003e\n\u003cp\u003eThe phosphate-free formula makes it a responsible choice for your establishment. This dishwashing liquid is ideal for use on dishes, pots, and pans. Whether you're washing delicate glassware or tackling tough, baked-on food residue, this dishwashing liquid gets the job done effectively.\u003c\/p\u003e\n\u003cdiv class=\"dimensions-section\"\u003e\n\u003ch3\u003ePackage Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003ePackage Size\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e90 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e4 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-item\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eTotal Case Volume\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e2.8 Gallons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eTough on Grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👐\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eGentle on Hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003ePhosphate-Free\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"benefit-text\"\u003eVersatile Cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e25.6 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e90 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eOriginal\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\u003e2.8 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-section\"\u003e\n\u003ch2\u003ePackaging \u0026amp; Shipping\u003c\/h2\u003e\n\u003cdiv class=\"packaging-grid\"\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eCase Quantity\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e4 Bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e25.6 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packaging-item\"\u003e\n\u003cdiv class=\"packaging-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"packaging-details\"\u003e\n\u003cdiv class=\"packaging-label\"\u003eShipping Time\u003c\/div\u003e\n\u003cdiv class=\"packaging-value\"\u003e1 Business Day\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-restrictions\"\u003e\n\u003cdiv class=\"restriction-item\"\u003e\n\u003cdiv class=\"restriction-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cdiv class=\"restriction-text\"\u003eThis item cannot ship to California\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cdiv class=\"upc-label\"\u003eUPC Code\u003c\/div\u003e\n\u003cdiv class=\"upc-value\"\u003e10035000461572\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-for-section\"\u003e\n\u003ch2\u003ePerfect For Commercial Use\u003c\/h2\u003e\n\u003cdiv class=\"ideal-for-grid\"\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e☕\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCafes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏨\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eHotels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏫\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eSchools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e👨🍳\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eCatering\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ideal-item\"\u003e\n\u003cdiv class=\"ideal-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv class=\"ideal-text\"\u003eFood Service\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.palmolive-product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 20px;\n  line-height: 1.6;\n}\n\n\/* Product Header *\/\n.product-header {\n  text-align: center;\n  margin-bottom: 40px;\n  padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n}\n\n.product-header h1 {\n  color: #2e7d32;\n  font-size: 32px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.product-subtitle {\n  color: #666;\n  font-size: 18px;\n  font-weight: 400;\n  font-style: italic;\n  margin-bottom: 20px;\n}\n\n.product-features {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 15px;\n}\n\n.feature-badge {\n  background: linear-gradient(135deg, #2e7d32, #4caf50);\n  color: white;\n  padding: 8px 16px;\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);\n}\n\n.palmolive-product-description h2 {\n  color: #2e7d32;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n  margin-top: 40px;\n  margin-bottom: 25px;\n  font-weight: 600;\n  font-size: 24px;\n}\n\n.palmolive-product-description h3 {\n  color: #2e7d32;\n  margin-top: 20px;\n  margin-bottom: 15px;\n  font-weight: 600;\n  font-size: 18px;\n}\n\n\/* Features Grid *\/\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 20px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 15px;\n  transition: all 0.3s ease;\n  border-radius: 8px;\n  background: linear-gradient(135deg, #f1f8e9, #ffffff);\n  border: 1px solid #c8e6c9;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n  background: linear-gradient(135deg, #ffffff, #f1f8e9);\n}\n\n.feature-icon {\n  background: linear-gradient(135deg, #2e7d32, #4caf50);\n  color: white;\n  border-radius: 50%;\n  width: 28px;\n  height: 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  flex-shrink: 0;\n  font-size: 16px;\n  font-weight: bold;\n  box-shadow: 0 2px 6px rgba(46, 125, 50, 0.3);\n}\n\n.feature-text {\n  line-height: 1.5;\n  font-size: 15px;\n  font-weight: 500;\n  color: #444;\n}\n\n\/* Product Details *\/\n.product-details p {\n  line-height: 1.7;\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #555;\n}\n\n\/* Dimensions Section *\/\n.dimensions-section {\n  background: linear-gradient(135deg, #f1f8e9, #e8f5e8);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.dimension-item {\n  text-align: center;\n  padding: 20px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-3px);\n}\n\n.dimension-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dimension-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #2e7d32;\n}\n\n\/* Benefits Section *\/\n.benefits-section {\n  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.benefit-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.benefit-item:hover {\n  transform: translateY(-3px);\n}\n\n.benefit-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.benefit-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #2e7d32;\n}\n\n\/* Specifications Table *\/\n.specs-table-container {\n  overflow-x: auto;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);\n  border-radius: 12px;\n  margin-top: 15px;\n  border: 1px solid #e9ecef;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2e7d32, #1b5e20);\n  color: white;\n}\n\n.specs-table th {\n  padding: 20px 25px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n.specs-table td {\n  padding: 18px 25px;\n  border-bottom: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  font-size: 15px;\n}\n\n.specs-table tbody tr:nth-child(even) {\n  background-color: #f8fbf8;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f1f8e9;\n  transform: scale(1.002);\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.1);\n}\n\n.specs-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Packaging Section *\/\n.packaging-section {\n  background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.packaging-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin-bottom: 20px;\n}\n\n.packaging-item {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n}\n\n.packaging-icon {\n  font-size: 32px;\n  margin-right: 15px;\n}\n\n.packaging-details {\n  flex: 1;\n}\n\n.packaging-label {\n  font-size: 14px;\n  color: #666;\n  margin-bottom: 5px;\n  font-weight: 500;\n}\n\n.packaging-value {\n  font-size: 18px;\n  font-weight: 700;\n  color: #2e7d32;\n}\n\n.shipping-restrictions {\n  margin-bottom: 30px;\n}\n\n.restriction-item {\n  display: flex;\n  align-items: center;\n  padding: 15px 20px;\n  background: #fff5f5;\n  border-radius: 8px;\n  border: 1px solid #fed7d7;\n}\n\n.restriction-icon {\n  font-size: 20px;\n  margin-right: 12px;\n}\n\n.restriction-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #e53e3e;\n}\n\n.upc-section {\n  background: linear-gradient(135deg, #2e7d32, #1b5e20);\n  padding: 20px 25px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.4);\n}\n\n.upc-label {\n  font-weight: 600;\n  color: white;\n  font-size: 18px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.upc-value {\n  font-family: 'Courier New', monospace;\n  font-size: 20px;\n  font-weight: 700;\n  color: white;\n  letter-spacing: 1.5px;\n  background: rgba(255,255,255,0.15);\n  padding: 8px 16px;\n  border-radius: 6px;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* Ideal For Section *\/\n.ideal-for-section {\n  background: linear-gradient(135deg, #e8f5e8, #c8e6c9);\n  padding: 25px;\n  border-radius: 12px;\n  margin: 30px 0;\n  border-left: 4px solid #2e7d32;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n}\n\n.ideal-for-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n}\n\n.ideal-item {\n  text-align: center;\n  padding: 25px 15px;\n  background: white;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease;\n}\n\n.ideal-item:hover {\n  transform: translateY(-3px);\n}\n\n.ideal-icon {\n  font-size: 32px;\n  margin-bottom: 12px;\n}\n\n.ideal-text {\n  font-size: 14px;\n  font-weight: 600;\n  color: #2e7d32;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 768px) {\n  .palmolive-product-description {\n    padding: 15px;\n  }\n  \n  .product-header h1 {\n    font-size: 24px;\n  }\n  \n  .product-features {\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .packaging-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .ideal-for-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 15px 20px;\n    font-size: 14px;\n  }\n  \n  .upc-section {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 12px;\n    text-align: center;\n  }\n  \n  .palmolive-product-description h2 {\n    font-size: 20px;\n  }\n}\n\n@media (max-width: 480px) {\n  .specs-table-container {\n    font-size: 13px;\n  }\n  \n  .specs-table th, \n  .specs-table td {\n    padding: 12px 15px;\n  }\n  \n  .feature-item {\n    padding: 12px;\n  }\n  \n  .dimensions-section,\n  .benefits-section,\n  .packaging-section,\n  .ideal-for-section {\n    padding: 20px;\n  }\n  \n  .benefits-grid,\n  .ideal-for-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42695110328404,"sku":null,"price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-21T105806.062.png?v=1763751501"},{"product_id":"five-star-chemicals-26-sts-fs01-04-star-san-high-foaming-brewery-sanitizer-1-gallon-4-case","title":"Five Star Chemicals 26-STS-FS01-04 Star San High-Foaming Brewery Sanitizer 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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .shipping-info {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eFive Star Chemicals 26-STS-FS01-04 Star San High-Foaming Brewery Sanitizer\u003c\/h1\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e48.41 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\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\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\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSanitizers\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\u003eEnsure your brewing gear is properly sanitized and ready to use with Five Star Chemicals 26-STS-FS01-04 Star San high-foaming brewery sanitizer 1 gallon. This odorless and flavorless sanitizer is easy to use and won't affect the taste of your beer. Effective and economical, it's a great choice for any brewing operation.\u003c\/p\u003e\n\u003cp\u003eThis self-foaming formula creates plenty of foam to penetrate cracks and crevices that are otherwise difficult to clean. Designed for convenience, no rinse is necessary when properly diluted and it helps to reduce water spotting, which keeps equipment looking great. You'll also enjoy peace of mind knowing it's safe on septic systems. The compact 1 gallon container is great for smaller establishments with minimal storage space. Keep your equipment in great shape for years to come with this brewery sanitizer!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHigh-foaming formula penetrates hard-to-reach crevices\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eOdorless and flavorless\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSafe on septic systems\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eReduces water spotting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEasy-to-use no-rinse formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day. Not eligible for expedited shipping.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Due 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e26-sts-fs01-04\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696002863188,"sku":null,"price":392.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T023740.786.png?v=1763807870"},{"product_id":"palmolive-cpc01417-3-oz-original-scent-dishwashing-liquid-72-case","title":"Palmolive CPC01417 3 oz. Original Scent Dishwashing Liquid - 72\/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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .shipping-info {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .shipping-restriction {\n            background-color: #fed7d7;\n            padding: 10px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-restriction::before {\n            content: \"⚠️\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003ePalmolive CPC01417 Dishwashing Liquid\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eOriginal Scent - 3 fl. oz. (72\/Case)\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e72\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e16.6 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e3 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eOriginal\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\u003e1.6 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\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 dishes sparkling clean with the Palmolive 3 oz. original scent dishwashing liquid! This powerful formula is tough on grease, ensuring that your dishes come out spotless. Despite its strength, this dishwashing liquid is gentle on your hands. The original scent leaves dishes smelling fresh and clean.\u003c\/p\u003e\n\u003cp\u003eThe phosphate-free formula makes it a responsible choice for your kitchen. Use this dishwashing liquid to tackle tough baked-on grime or everyday messes. Whether you're washing dishes in a busy restaurant kitchen or at home, this dishwashing liquid is a versatile and effective cleaning solution.\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 3 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves grease and grime\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps keep your dishes spotless\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for tackling everyday messes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePhosphate-free formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGentle on hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003cdiv class=\"shipping-restriction\"\u003eThis item cannot ship to CA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e10035110014170\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696005025876,"sku":null,"price":126.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T024257.158.png?v=1763808182"},{"product_id":"clean-quick-02584-chlorine-sanitizer-powder-packets-1-oz-100-case","title":"Clean Quick 02584 Chlorine Sanitizer Powder Packets 1 oz. - 100\/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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .usage-info {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .usage-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .usage-title::before {\n            content: \"⚗️\";\n            margin-right: 8px;\n        }\n        \n        .shipping-info {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .shipping-restriction {\n            background-color: #fed7d7;\n            padding: 10px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-restriction::before {\n            content: \"⚠️\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eClean Quick 10037000025846 Chlorine Sanitizer Powder\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e1 fl. oz. Packets (100\/Case)\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e100\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e7.78 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePowder\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\u003e1 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Type\u003c\/td\u003e\n\u003ctd\u003ePackets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e6.25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSanitizers\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\u003eSanitize a wide variety of equipment and utensils with these Clean Quick 02584 chlorine sanitizer powder packets. This sanitizer is a staple in restaurants, bars, and kitchens. With just this one sanitizer, you'll be capable of cleaning soft drink dispensers, food prep areas, walk-in coolers, and even readying the final section of a three-compartment sink. The chlorinated sanitizer eliminates the need for rinsing to help speed up the cleaning process.\u003c\/p\u003e\n\u003cp\u003eThe no-rinse formula dries without spots and streaks making it perfect for glassware, dishes, and cooking utensils. Each 1 oz. packet provides 100 ppm available chlorine for 10 gallons of water. This sanitizer is most effective in water between 75 to 120 degrees Fahrenheit, and the concentration can be monitored with the included test kit provided in each case. Make fast work of cleaning a large array task areas with the Clean Quick chlorine sanitizer powder packets.\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 1 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-info\"\u003e\n\u003ch3 class=\"usage-title\"\u003eUsage Information\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eDilution:\u003c\/strong\u003e One 1 oz. packet prepares 10 gallons of water with 100 ppm available chlorine\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOptimal Temperature:\u003c\/strong\u003e 75°F to 120°F for maximum effectiveness\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIncluded:\u003c\/strong\u003e Testing kit provided in each case for monitoring concentration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eChlorinated sanitizing powder\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eOne packet prepares 10 gallons of water with 100 ppm available chlorine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCase comes with testing kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSanitizes a variety of surfaces, flatware, and glassware\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for restaurants, kitchens, and bars\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eNo-rinse formula dries without spots and streaks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day. Not eligible for expedited shipping.\u003c\/p\u003e\n\u003cdiv class=\"shipping-restriction\"\u003eThis item cannot ship to AK or HI\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e10037000025846\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696005681236,"sku":null,"price":94.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T024540.916.png?v=1763808365"},{"product_id":"bar-maid-det-1200-1-qt-32-oz-losuds-liquid-bar-glass-concentrate","title":"Bar Maid DET-1200 1 Qt. \/ 32 oz. LoSUDS Liquid Bar Glass Concentrate","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\u003eBar Maid Glass Cleaner - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\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        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .dilution-info {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .dilution-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .dilution-title::before {\n            content: \"⚗️\";\n            margin-right: 8px;\n        }\n        \n        .dilution-highlight {\n            background-color: #b2f5ea;\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n            color: #234e52;\n        }\n        \n        .shipping-info {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eBar Maid DET-1200 LoSUDS Liquid Bar Glass Concentrate\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003e32 fl. oz. Concentrate (1\/Each)\u003c\/p\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003cdiv class=\"specs-section\"\u003e\n                \u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n                            \u003ctd\u003e1\/Each\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                            \u003ctd\u003e2.5 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\u003eDilution Ratio\u003c\/td\u003e\n                            \u003ctd\u003e12 gal.\/oz.\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\u003e32 fl. oz.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eStyle\u003c\/td\u003e\n                            \u003ctd\u003eConcentrates\u003cbr\u003eRegular Suds\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eType\u003c\/td\u003e\n                            \u003ctd\u003eCleaners\u003cbr\u003eGlass Cleaners\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eUsage\u003c\/td\u003e\n                            \u003ctd\u003eBar Glass Cleaners\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \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 glassware clean and spotless using this Bar Maid LoSUDS liquid bar glass concentrate with your glass washer. This liquid concentrate can be used with electric and manual glass washers, effectively removing stains, residue, and contaminants without leaving streaks or spots. It also cuts through grease and oils.\u003c\/p\u003e\n                    \u003cp\u003eWith this liquid concentrate, you can save money, diluting .25 oz. of concentrate in 3 gallons of water to clean your glassware. This 1 quart bottle takes up less storage space since it provides more cleaning solution than detergents that can't be diluted. This also means it's easier and less expensive to transport before dilution.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"dimensions\"\u003e\n                        \u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003e\n                        Capacity: 1 qt. (32 oz.)\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"dilution-info\"\u003e\n            \u003ch3 class=\"dilution-title\"\u003eDilution Information\u003c\/h3\u003e\n            \u003cp\u003e\u003cstrong\u003eStandard Dilution:\u003c\/strong\u003e 12 gallons per ounce\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eRecommended Usage:\u003c\/strong\u003e 0.25 oz. of concentrate in 3 gallons of water\u003c\/p\u003e\n            \u003cdiv class=\"dilution-highlight\"\u003e\n                💰 Cost Effective: One 32 oz. bottle makes up to 384 gallons of cleaning solution!\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2 class=\"features-title\"\u003eKey Features\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eWorks with electric and manual glass washers\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003e1 qt. \/ 32 oz. container of concentrate\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eEffectively removes stains, residue, and contaminants\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eCleans without leaving streaks or spots\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eTakes up less storage space\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eCuts through grease and oils\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eCost-effective concentrated formula\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n            \u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"upc-code\"\u003e\n            UPC Code: \u003cspan\u003e842169160337\u003c\/span\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":42696007090260,"sku":null,"price":38.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T025038.866.png?v=1763808655"},{"product_id":"ivory-25574-24-oz-ultra-classic-original-dish-soap-10-case","title":"Ivory 25574 24 oz. Ultra Classic Original Dish Soap - 10\/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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .benefits-section {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .benefits-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .benefits-title::before {\n            content: \"✨\";\n            margin-right: 10px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .benefit-icon {\n            color: #dd6b20;\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .shipping-info {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eIvory 10037000255748 Ultra Classic Original Dish Soap\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e24 fl. oz. Bottles (10\/Case)\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e10\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e17.84 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFlip Top Lid\u003cbr\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e24 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eCharacteristic \/ Classic\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\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\u003eExpertly clean dishes with a soap that is tough on dirt and soft on hands with the Ivory 25574 24 oz. ultra classic original dish soap! This soap is formulated to cut through tough grease on your dishes but has a phosphate-free formula that won't remove the natural oils off skin during use. Additionally, this soap is made of surfactants that are easy on plumbing and drains.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is great for use on pots and pans, silverware, glassware, and other dishes. Use this soap as an essential part of a 3-compartment sink at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 24 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3 class=\"benefits-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eTough on grease, gentle on hands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePhosphate-free formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🚰\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEasy on plumbing and drains\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for commercial use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eGentle, phosphate-free formula is easy on skin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eDesigned to cut through tough grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eVersatile and safe formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eConvenient 24 oz. bottle with nozzle for easy portioning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eClassic scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFlip top lid for easy dispensing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eIdeal for 3-compartment sink systems\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e400015637633\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696008958036,"sku":null,"price":67.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T025420.942.png?v=1763808866"},{"product_id":"palmolive-ultra-professional-cpc61034143ct-145-oz-fresh-scent-oxy-power-degreaser-liquid-dish-soap-4-case","title":"Palmolive Ultra Professional CPC61034143CT 145 oz. Fresh Scent Oxy Power Degreaser Liquid Dish Soap - 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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .benefits-section {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .benefits-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .benefits-title::before {\n            content: \"✨\";\n            margin-right: 10px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .benefit-icon {\n            color: #dd6b20;\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .free-of-section {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .free-of-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .free-of-title::before {\n            content: \"🌿\";\n            margin-right: 8px;\n        }\n        \n        .free-of-items {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 10px;\n        }\n        \n        .free-of-item {\n            background-color: #b2f5ea;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-weight: 500;\n            color: #234e52;\n        }\n        \n        .shipping-info {\n            background-color: #fed7d7;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #e53e3e;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #e53e3e;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .shipping-restriction {\n            background-color: #fed7d7;\n            padding: 10px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-restriction::before {\n            content: \"⚠️\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003ePalmolive CPC61034143CT Ultra Professional Oxy Power Degreaser\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e145 fl. oz. Bottles (4\/Case) - Fresh Scent\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e41.2 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e145 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003e4.5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\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 kitchen sparkling clean with Palmolive Ultra Professional 145 oz. fresh scent oxy power degreaser liquid dish soap! This concentrated dish soap is perfect for routine manual cleaning, presoaking heavily soiled items, and general surface cleaning. The formula effortlessly removes stuck-on food and cuts through tough grease on pots and pans, leaving your dishes spotless and ready for the next use. Plus, the fresh scent leaves your dishes smelling pleasant and clean.\u003c\/p\u003e\n\u003cp\u003eWhether you're cleaning dishes, utensils, or cookware, this dish soap is a reliable choice for maintaining a hygienic environment in your kitchen. Formulated without parabens, phthalates, and phosphates, this dish soap is a responsible choice for your establishment. Say goodbye to stubborn food residue and grease buildup with this Palmolive dish soap.\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 145 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3 class=\"benefits-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePowerful oxy formula cuts through tough grease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for manual cleaning and presoaking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌬️\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFresh scent leaves dishes smelling clean\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eProfessional-grade for commercial use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"free-of-section\"\u003e\n\u003ch3 class=\"free-of-title\"\u003eFree Of Harmful Ingredients\u003c\/h3\u003e\n\u003cp\u003eThis formula is responsibly made without:\u003c\/p\u003e\n\u003cdiv class=\"free-of-items\"\u003e\n\u003cdiv class=\"free-of-item\"\u003ePhosphates\u003c\/div\u003e\n\u003cdiv class=\"free-of-item\"\u003eParabens\u003c\/div\u003e\n\u003cdiv class=\"free-of-item\"\u003ePhthalates\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves grease and stuck-on food\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for manual cleaning, presoaking soiled items, and general surface cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEffectively cleans dishes, pots, and pans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps maintain a hygienic environment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFree of phosphates, parabens, and phthalates\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFresh, pleasant scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLarge 145 oz. size for commercial use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003cdiv class=\"shipping-restriction\"\u003eThis item cannot ship to CA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e10827854009310\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696020361300,"sku":null,"price":179.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T025806.816.png?v=1763809099"},{"product_id":"dawn-professional-08837-1-gallon-128-oz-heavy-duty-manual-pot-and-pan-detergent-4-case","title":"Dawn Professional 08837 1 Gallon \/ 128 oz. Heavy-Duty Manual Pot and Pan Detergent - 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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .power-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            color: white;\n        }\n        \n        .power-title {\n            font-weight: 600;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .power-title::before {\n            content: \"💪\";\n            margin-right: 10px;\n        }\n        \n        .power-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n        \n        .power-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .power-icon {\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .time-saving {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .time-saving-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .time-saving-title::before {\n            content: \"⏱️\";\n            margin-right: 8px;\n        }\n        \n        .time-saving-highlight {\n            background-color: #fed7aa;\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n            color: #744210;\n        }\n        \n        .shipping-info {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eDawn Professional 00030772088371 Heavy-Duty Manual Pot and Pan Detergent\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e1 Gallon \/ 128 oz. Bottles (4\/Case) - Fresh Scent\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e36.69 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003cbr\u003ePot \u0026amp; Pan Soaps\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\u003eExpertly clean pots, pans, and other dishes with the Dawn Professional 08837 1-gallon \/ 128 oz. heavy-duty manual pot and pan detergent! This soap is Dawn's strongest and can cut through the toughest jobs in your 3-compartment sink. It's great for hand washing pots and pans at your restaurant, bakery, cafe, or concession stand. Enjoy the familiar Dawn original fragrance that leaves your dishes with a fresh and clean scent.\u003c\/p\u003e\n\u003cp\u003eThe cost-effective concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use. This soap is formulated with heavy-duty grease-cutting surfactants for three-time baked-on grease cleaning power. Plus, this formula requires 50% less scrubbing than non-concentrated detergents, meaning less time spent cleaning overall!\u003c\/p\u003e\n\u003cp\u003eIt is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The large bottle size can be used to refill soap dispensers or smaller bottles in your kitchen. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 128 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-section\"\u003e\n\u003ch3 class=\"power-title\"\u003eHeavy-Duty Cleaning Power\u003c\/h3\u003e\n\u003cdiv class=\"power-grid\"\u003e\n\u003cdiv class=\"power-item\"\u003e\n\u003cdiv class=\"power-icon\"\u003e🔥\u003c\/div\u003e\n\u003cdiv\u003eDawn's strongest formula for toughest jobs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-item\"\u003e\n\u003cdiv class=\"power-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e3x baked-on grease cleaning power\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-item\"\u003e\n\u003cdiv class=\"power-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003eHeavy-duty grease-cutting surfactants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-item\"\u003e\n\u003cdiv class=\"power-icon\"\u003e🍳\u003c\/div\u003e\n\u003cdiv\u003ePerfect for 3-compartment sinks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"time-saving\"\u003e\n\u003ch3 class=\"time-saving-title\"\u003eTime-Saving Efficiency\u003c\/h3\u003e\n\u003cp\u003eThis concentrated formula requires significantly less effort for cleaning:\u003c\/p\u003e\n\u003cdiv class=\"time-saving-highlight\"\u003e⏱️ 50% Less Scrubbing Required!\u003c\/div\u003e\n\u003cp style=\"margin-top: 10px;\"\u003eSpend less time cleaning and more time serving your customers with this powerful concentrated formula that cuts through grease effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFormulated with heavy-duty grease-cutting surfactants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCost-effective concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePowers through grease to reduce scrubbing time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps remove baked-on grease from pots, pans, and utensils\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLarge capacity can be used to refill dispensers or smaller bottles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFresh, clean Dawn fragrance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eIdeal for restaurants, bakeries, cafes, and concession stands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for hand washing in 3-compartment sinks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e400016275810\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696032944212,"sku":null,"price":165.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T031649.570.png?v=1763810216"},{"product_id":"joysuds-cream-suds-43612-50-lb-food-processing-equipment-pot-pan-presoak-and-detergent-powder","title":"JoySuds Cream Suds 43612 50 lb. Food Processing Equipment \/ Pot \u0026 Pan Presoak and Detergent Powder","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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .usage-section {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .usage-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .usage-title::before {\n            content: \"⚗️\";\n            margin-right: 10px;\n        }\n        \n        .usage-steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .usage-step {\n            display: flex;\n            align-items: flex-start;\n            padding: 12px;\n            background-color: #fed7aa;\n            border-radius: 6px;\n        }\n        \n        .step-number {\n            background-color: #dd6b20;\n            color: white;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 600;\n            margin-right: 10px;\n            flex-shrink: 0;\n        }\n        \n        .versatility-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            color: white;\n        }\n        \n        .versatility-title {\n            font-weight: 600;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .versatility-title::before {\n            content: \"🔄\";\n            margin-right: 10px;\n        }\n        \n        .versatility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .versatility-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .versatility-icon {\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .bulk-section {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .bulk-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .bulk-title::before {\n            content: \"📦\";\n            margin-right: 8px;\n        }\n        \n        .bulk-highlight {\n            background-color: #b2f5ea;\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n            color: #234e52;\n        }\n        \n        .shipping-info {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eJoy Suds 00850017436121 Cream Suds Food Processing Equipment Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e50 lb. Powder Detergent \u0026amp; Presoak (1\/Each)\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e58 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e50 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Line\u003c\/td\u003e\n\u003ctd\u003eCream Suds\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals\u003cbr\u003eDetergents \u0026amp; Dish Soaps\u003cbr\u003ePot \u0026amp; Pan Soaps\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\u003eEffortlessly cut through heavy grease and baked-on foods with JoySuds Cream Suds 43612 50 lb. food processing equipment, pot \u0026amp; pan presoak and detergent powder. This powerful formula will save you plenty of time and effort when cleaning. Simply add a cup of this concentrated powder to a sink full of hot water and soak your pots and pans for 10-20 minutes, and enjoy how easy it becomes to scrub even the toughest soils off of your pans.\u003c\/p\u003e\n\u003cp\u003eA versatile choice, this cleaner also works on a variety of other surfaces such as floors, countertops, and walls. This 50 lb. box is perfect for high-volume dishwashing and bulk storage. Effective, efficient, and versatile, this presoak and cleaner is sure to come in handy in any kitchen.\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 50 lb.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch3 class=\"usage-title\"\u003eSimple Usage Instructions\u003c\/h3\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003eAdd 1 cup of powder to sink full of hot water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003eSoak pots and pans for 10-20 minutes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003eScrub away tough soils with ease\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003eRinse thoroughly and enjoy spotless results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-section\"\u003e\n\u003ch3 class=\"versatility-title\"\u003eMulti-Surface Versatility\u003c\/h3\u003e\n\u003cdiv class=\"versatility-grid\"\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🍳\u003c\/div\u003e\n\u003cdiv\u003ePots \u0026amp; Pans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv\u003eFood Processing Equipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🧱\u003c\/div\u003e\n\u003cdiv\u003eFloors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003eCountertops\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🧱\u003c\/div\u003e\n\u003cdiv\u003eWalls\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003eUtensils\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bulk-section\"\u003e\n\u003ch3 class=\"bulk-title\"\u003eBulk Storage Advantage\u003c\/h3\u003e\n\u003cp\u003ePerfect for high-volume commercial kitchens and food processing facilities\u003c\/p\u003e\n\u003cdiv class=\"bulk-highlight\"\u003e📦 50 lb. Bulk Size - Ideal for Cost-Effective Operations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEasily cuts through grease and baked-on food\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSafe to use on stainless steel, floors, walls, and countertops\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eWorks well on pots and pans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e50 lb. container is ideal for bulk storage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eVersatile formula is perfect for any kitchen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eConcentrated powder for cost-effective cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for high-volume dishwashing operations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e850017436121\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696034713684,"sku":null,"price":252.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T032043.806.png?v=1763810450"},{"product_id":"palmolive-ultra-professional-cpc61034142ct-145-oz-original-scent-dishwashing-liquid-4-case","title":"Palmolive Ultra Professional CPC61034142CT 145 oz. Original Scent Dishwashing Liquid - 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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .versatility-section {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .versatility-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .versatility-title::before {\n            content: \"🔄\";\n            margin-right: 10px;\n        }\n        \n        .versatility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .versatility-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .versatility-icon {\n            color: #dd6b20;\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .scent-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            color: white;\n        }\n        \n        .scent-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .scent-title::before {\n            content: \"🌸\";\n            margin-right: 10px;\n        }\n        \n        .scent-highlight {\n            background-color: rgba(255, 255, 255, 0.2);\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n        }\n        \n        .shipping-info {\n            background-color: #fed7d7;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #e53e3e;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #e53e3e;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .shipping-restriction {\n            background-color: #fed7d7;\n            padding: 10px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-restriction::before {\n            content: \"⚠️\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003ePalmolive CPC61034142CT Ultra Professional Dishwashing Liquid\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e145 fl. oz. Bottles (4\/Case) - Original Scent\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e40.7 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e145 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eOriginal\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\u003e4.5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\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 dishes sparkling clean with the Palmolive Ultra Professional 145 oz. original scent dishwashing liquid! This powerful dishwashing liquid features a fresh scent that will leave your dishes smelling clean and inviting. Its tough formula cuts through stubborn grease and tackles stuck-on food.\u003c\/p\u003e\n\u003cp\u003eThis cleaner is perfect for cleaning dishes, pots, and pans in busy kitchens. In addition to dishwashing, this versatile solution can also be used for cleaning a variety of surfaces in your establishment. From counters and tables to stainless steel surfaces and even inside windows, this Palmolive dishwashing liquid will help you maintain a hygienic environment.\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 145 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-section\"\u003e\n\u003ch3 class=\"scent-title\"\u003eFresh Original Scent\u003c\/h3\u003e\n\u003cp\u003eEnjoy the classic, clean fragrance that leaves your dishes smelling fresh and inviting\u003c\/p\u003e\n\u003cdiv class=\"scent-highlight\"\u003e🌸 Leaves Dishes Smelling Clean and Fresh\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-section\"\u003e\n\u003ch3 class=\"versatility-title\"\u003eMulti-Surface Cleaning Versatility\u003c\/h3\u003e\n\u003cdiv class=\"versatility-grid\"\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003eDishes \u0026amp; Utensils\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🍳\u003c\/div\u003e\n\u003cdiv\u003ePots \u0026amp; Pans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🧱\u003c\/div\u003e\n\u003cdiv\u003eCounters \u0026amp; Tables\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003eStainless Steel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🪟\u003c\/div\u003e\n\u003cdiv\u003eWindows\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"versatility-item\"\u003e\n\u003cdiv class=\"versatility-icon\"\u003e🏪\u003c\/div\u003e\n\u003cdiv\u003eCommercial Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRemoves grease and stuck-on food\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eVersatile cleaning solution\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eOriginal scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for cleaning dishes, pots, and pans\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHelps maintain a hygienic environment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLarge 145 oz. size for commercial use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eReady-to-use formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003cdiv class=\"shipping-restriction\"\u003eThis item cannot ship to CA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e10827854009334\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696036876372,"sku":null,"price":138.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T032608.078.png?v=1763810774"},{"product_id":"dawn-01659-38-oz-ultra-antibacterial-orange-dish-soap-8-case","title":"Dawn 01659 38 oz. Ultra Antibacterial Orange Dish Soap - 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        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .antibacterial-section {\n            background: linear-gradient(135deg, #fc8181 0%, #f56565 100%);\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            color: white;\n        }\n        \n        .antibacterial-title {\n            font-weight: 600;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .antibacterial-title::before {\n            content: \"🛡️\";\n            margin-right: 10px;\n        }\n        \n        .antibacterial-highlight {\n            background-color: rgba(255, 255, 255, 0.2);\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n        }\n        \n        .scent-section {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .scent-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .scent-title::before {\n            content: \"🍊\";\n            margin-right: 10px;\n        }\n        \n        .design-section {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .design-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .design-title::before {\n            content: \"💧\";\n            margin-right: 8px;\n        }\n        \n        .design-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .design-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .design-icon {\n            color: #319795;\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .shipping-info {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eDawn Ultra 00030772016596 Antibacterial Orange Dish Soap\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e38 fl. oz. Bottles (8\/Case) - Citrus Scent\u003c\/p\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e22.42 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\u003eChemical Type\u003c\/td\u003e\n\u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eFlip Top Lid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e38 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eCitrus\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDetergents \u0026amp; Dish Soaps\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\u003eExpertly clean pots, pans, and other dishes with the Dawn 01659 38 oz. ultra antibacterial orange dish soap! This soap is great for use hand washing dishes at your restaurant, bakery, cafe, or concession stand. Enjoy the pleasant orange fragrance that leaves your dishes with a fresh and clean scent.\u003c\/p\u003e\n\u003cp\u003eThe concentrated formula effectively removes stuck-on foods and leaves your dishes clean and ready for use. Additionally, the antibacterial design of this soap fights bacteria on the skin when used to wash dishes.\u003c\/p\u003e\n\u003cp\u003eThis dish soap is exceptionally good at cutting through tough-to-clean grease on dishes, making closing procedures and daily dishwashing easier for you and your staff. The ergonomic bottle has a small pour spout with a flip-top lid that conserves the concentrate during use and prevents accidental spills while not in use. Use this soap to improve hand dishwashing at your business!\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 38 oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"antibacterial-section\"\u003e\n\u003ch3 class=\"antibacterial-title\"\u003eAntibacterial Protection\u003c\/h3\u003e\n\u003cp\u003eSpecial formula designed to fight bacteria on skin while washing dishes\u003c\/p\u003e\n\u003cdiv class=\"antibacterial-highlight\"\u003e🛡️ Fights Bacteria on Skin During Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-section\"\u003e\n\u003ch3 class=\"scent-title\"\u003eFresh Citrus Scent\u003c\/h3\u003e\n\u003cp\u003eEnjoy the pleasant orange fragrance that leaves your dishes smelling fresh and clean\u003c\/p\u003e\n\u003cdiv style=\"background-color: #fed7aa; padding: 12px 15px; border-radius: 6px; margin-top: 10px; font-weight: 600; color: #744210;\"\u003e🍊 Inviting Orange Fragrance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"design-section\"\u003e\n\u003ch3 class=\"design-title\"\u003eSmart Bottle Design\u003c\/h3\u003e\n\u003cp\u003eEngineered for efficiency and convenience in commercial settings\u003c\/p\u003e\n\u003cdiv class=\"design-features\"\u003e\n\u003cdiv class=\"design-item\"\u003e\n\u003cdiv class=\"design-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv\u003eFlip-top lid prevents spills\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"design-item\"\u003e\n\u003cdiv class=\"design-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003eSmall pour spout conserves product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"design-item\"\u003e\n\u003cdiv class=\"design-icon\"\u003e👌\u003c\/div\u003e\n\u003cdiv\u003eErgonomic design for easy handling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"design-item\"\u003e\n\u003cdiv class=\"design-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003eQuick and easy portioning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eAntibacterial formula designed to fight bacteria on the skin\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePowers through grease to reduce scrubbing time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEfficient concentrated formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePleasant orange scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFlip-top pour spout makes portioning quick and easy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePerfect for restaurants, bakeries, cafes, and concession stands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEffectively removes stuck-on foods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eIdeal for hand dishwashing in commercial settings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n\u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: \u003cspan\u003e30772016596\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696072822868,"sku":null,"price":115.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T040439.831.png?v=1763813196"},{"product_id":"palmolive-professional-cpc04917-5-gallon-original-scent-dishwashing-liquid","title":"Palmolive Professional CPC04917 5 Gallon Original Scent Dishwashing Liquid","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\u003ePalmolive Professional Dish Soap - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\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        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a365d;\n            border-bottom: 2px solid #e2e8f0;\n            padding-bottom: 15px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\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-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .specs-section {\n            background-color: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .specs-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #3182ce;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f7fafc;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .details-section {\n            background-color: #ffffff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n        \n        .details-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n            color: #4a5568;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .dimensions {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .dimensions strong {\n            color: #2d3748;\n        }\n        \n        .features-section {\n            margin-top: 40px;\n        }\n        \n        .features-title {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .features-title::before {\n            content: \"\";\n            display: inline-block;\n            width: 4px;\n            height: 24px;\n            background-color: #3182ce;\n            margin-right: 10px;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            background-color: #f0fff4;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #38a169;\n        }\n        \n        .feature-icon {\n            color: #38a169;\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .feature-text {\n            color: #2d3748;\n            font-weight: 500;\n        }\n        \n        .bulk-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            color: white;\n        }\n        \n        .bulk-title {\n            font-weight: 600;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .bulk-title::before {\n            content: \"🏭\";\n            margin-right: 10px;\n        }\n        \n        .bulk-highlight {\n            background-color: rgba(255, 255, 255, 0.2);\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n        }\n        \n        .versatility-section {\n            background-color: #fffaf0;\n            border-radius: 8px;\n            padding: 25px;\n            margin-top: 30px;\n            border-left: 4px solid #dd6b20;\n        }\n        \n        .versatility-title {\n            font-weight: 600;\n            color: #dd6b20;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 20px;\n        }\n        \n        .versatility-title::before {\n            content: \"🔄\";\n            margin-right: 10px;\n        }\n        \n        .versatility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n        }\n        \n        .versatility-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .versatility-icon {\n            color: #dd6b20;\n            margin-right: 10px;\n            font-size: 16px;\n        }\n        \n        .eco-friendly {\n            background-color: #e6fffa;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #319795;\n        }\n        \n        .eco-friendly-title {\n            font-weight: 600;\n            color: #319795;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .eco-friendly-title::before {\n            content: \"🌿\";\n            margin-right: 8px;\n        }\n        \n        .eco-friendly-highlight {\n            background-color: #b2f5ea;\n            padding: 12px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            font-weight: 600;\n            color: #234e52;\n        }\n        \n        .shipping-info {\n            background-color: #fed7d7;\n            border-radius: 8px;\n            padding: 20px;\n            margin-top: 30px;\n            border-left: 4px solid #e53e3e;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            color: #e53e3e;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title::before {\n            content: \"🚚\";\n            margin-right: 8px;\n        }\n        \n        .shipping-restriction {\n            background-color: #fed7d7;\n            padding: 10px 15px;\n            border-radius: 6px;\n            margin-top: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-restriction::before {\n            content: \"⚠️\";\n            margin-right: 8px;\n        }\n        \n        .upc-code {\n            background-color: #edf2f7;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 30px;\n            display: inline-block;\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .upc-code span {\n            color: #3182ce;\n            font-family: monospace;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003ePalmolive CPC04917 Professional Dishwashing Liquid\u003c\/h1\u003e\n        \u003cp class=\"product-subtitle\"\u003e5 Gallon Container (1\/Each) - Original Scent\u003c\/p\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003cdiv class=\"specs-section\"\u003e\n                \u003ch2 class=\"specs-title\"\u003eProduct Specifications\u003c\/h2\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\u003eQuantity\u003c\/td\u003e\n                            \u003ctd\u003e1\/Each\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                            \u003ctd\u003e46.4 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\u003eChemical Type\u003c\/td\u003e\n                            \u003ctd\u003eDish Washing \u0026amp; Sanitizing Chemicals\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\u003e5 Gallons\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eScent\u003c\/td\u003e\n                            \u003ctd\u003eOriginal\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\u003eType\u003c\/td\u003e\n                            \u003ctd\u003eDetergents \u0026amp; Dish Soaps\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \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 dishes sparkling clean with the Palmolive Professional 5 gallon original scent dishwashing liquid! This powerful formula is tough on grease and easily lifts stuck-on food from dishes, pots, and pans, ensuring that they come out spotless. This versatile dishwashing liquid can also be used for cleaning general surfaces such as counters, tables, stainless surfaces, and inside windows. The original scent leaves your items smelling fresh and clean.\u003c\/p\u003e\n                    \u003cp\u003eThe phosphate-free formula makes it a responsible choice for your establishment. Whether you're running a busy restaurant kitchen, catering service, or any food service establishment, this dishwashing liquid is a must-have for maintaining cleanliness and hygiene standards. Stock up on this 5 gallon container to ensure you always have a reliable cleaning solution on hand to tackle tough messes and keep your kitchen running smoothly.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"dimensions\"\u003e\n                        \u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003e\n                        Package Size: 5 gallons\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"bulk-section\"\u003e\n            \u003ch3 class=\"bulk-title\"\u003eCommercial Bulk Size\u003c\/h3\u003e\n            \u003cp\u003ePerfect for high-volume food service establishments and commercial kitchens\u003c\/p\u003e\n            \u003cdiv class=\"bulk-highlight\"\u003e\n                🏭 5-Gallon Container - Ideal for Continuous Operations\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"versatility-section\"\u003e\n            \u003ch3 class=\"versatility-title\"\u003eMulti-Surface Cleaning Versatility\u003c\/h3\u003e\n            \u003cdiv class=\"versatility-grid\"\u003e\n                \u003cdiv class=\"versatility-item\"\u003e\n                    \u003cdiv class=\"versatility-icon\"\u003e🍽️\u003c\/div\u003e\n                    \u003cdiv\u003eDishes \u0026amp; Utensils\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"versatility-item\"\u003e\n                    \u003cdiv class=\"versatility-icon\"\u003e🍳\u003c\/div\u003e\n                    \u003cdiv\u003ePots \u0026amp; Pans\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"versatility-item\"\u003e\n                    \u003cdiv class=\"versatility-icon\"\u003e🧱\u003c\/div\u003e\n                    \u003cdiv\u003eCounters \u0026amp; Tables\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"versatility-item\"\u003e\n                    \u003cdiv class=\"versatility-icon\"\u003e🔩\u003c\/div\u003e\n                    \u003cdiv\u003eStainless Steel\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"versatility-item\"\u003e\n                    \u003cdiv class=\"versatility-icon\"\u003e🪟\u003c\/div\u003e\n                    \u003cdiv\u003eWindows\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"versatility-item\"\u003e\n                    \u003cdiv class=\"versatility-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003cdiv\u003eFood Service Surfaces\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"eco-friendly\"\u003e\n            \u003ch3 class=\"eco-friendly-title\"\u003eEnvironmentally Responsible Formula\u003c\/h3\u003e\n            \u003cp\u003eMade with consideration for both cleaning performance and environmental impact\u003c\/p\u003e\n            \u003cdiv class=\"eco-friendly-highlight\"\u003e\n                🌿 Phosphate-Free Formula - Better for the Environment\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2 class=\"features-title\"\u003eProduct Features\u003c\/h2\u003e\n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eRemoves grease and stuck-on food\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eHelps keep your dishes, pots, and pans spotless\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eCan be used to clean general surfaces\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003ePhosphate-free formula\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eIdeal for use in food service establishments\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eOriginal fresh scent\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eMade in America\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-item\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003eReady-to-use formula\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003ch3 class=\"shipping-title\"\u003eShipping Information\u003c\/h3\u003e\n            \u003cp\u003eUsually ships in 1 business day.\u003c\/p\u003e\n            \u003cdiv class=\"shipping-restriction\"\u003e\n                This item cannot ship to CA\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"upc-code\"\u003e\n            UPC Code: \u003cspan\u003e035110049175\u003c\/span\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":42696082128980,"sku":null,"price":172.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Shopify-2025-11-22T041226.066.png?v=1763813551"},{"product_id":"edwards-councilor-s150e48-steramine-sanitizer-tablets-sani-tabs-900-case-1","title":"Edwards-Councilor S150E48 Steramine Sanitizer Tablets (Sani-Tabs) - 900\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"intro-section\"\u003e\n    \u003ch2\u003eEdwards-Councilor S150E48 Steramine Sani-Tabs\u003c\/h2\u003e\n    \u003cp class=\"lead\"\u003eProfessional sanitizing tablets for food contact surfaces in commercial kitchens\u003c\/p\u003e\n    \n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eSanitizes food contact surfaces\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003ePrevents cross-contamination\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eMultiple application methods\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003eMade in the USA\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch3\u003eProduct Overview\u003c\/h3\u003e\n    \u003cp\u003ePrevent cross contamination to keep your food safe and your food establishment in business with these sani-tabs. They can be used in either a soaking method for dishes, glasses, utensils, and other small items, or in spray applications for sanitizing large surfaces like countertops, sinks, processing equipment, refrigerators, and other non-porous surfaces that frequently come in contact with food.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUPC Code\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e048894030150\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e900\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e3.56 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eChemical Form\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSolid Tablets\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eChemical Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSurface Sanitizer \u0026amp; Disinfectant\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDilution Ratio\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 - 2 tabs\/gal.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eGrade\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eCommercial\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e150 Count\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eConcentrates, Low Suds\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eSanitizers\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eGeneral Use Cleaners\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"applications-section\"\u003e\n    \u003ch3\u003eApplications\u003c\/h3\u003e\n    \u003cdiv class=\"applications-grid\"\u003e\n      \u003cdiv class=\"application-item\"\u003e\n        \u003ch4\u003eSoaking Method\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eDishes\u003c\/li\u003e\n          \u003cli\u003eGlasses\u003c\/li\u003e\n          \u003cli\u003eUtensils\u003c\/li\u003e\n          \u003cli\u003eOther small items\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"application-item\"\u003e\n        \u003ch4\u003eSpray Applications\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003eCountertops\u003c\/li\u003e\n          \u003cli\u003eSinks\u003c\/li\u003e\n          \u003cli\u003eProcessing equipment\u003c\/li\u003e\n          \u003cli\u003eRefrigerators\u003c\/li\u003e\n          \u003cli\u003eOther non-porous surfaces\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"resources-section\"\u003e\n    \u003ch3\u003eResources\u003c\/h3\u003e\n    \u003cdiv class=\"resources-list\"\u003e\n      \u003ca href=\"\/article\/620\/three-compartment-sink-rules.html\" target=\"_blank\" class=\"resource-link\"\u003e\n        \u003cspan class=\"resource-icon\"\u003e📚\u003c\/span\u003e\n        \u003cspan\u003eThree Compartment Sink Rules\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/guide\/630\/types-of-warewashing-chemicals.html\" target=\"_blank\" class=\"resource-link\"\u003e\n        \u003cspan class=\"resource-icon\"\u003e📚\u003c\/span\u003e\n        \u003cspan\u003eTypes of Warewashing Chemicals\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/guide\/632\/types-of-food-service-chemicals.html\" target=\"_blank\" class=\"resource-link\"\u003e\n        \u003cspan class=\"resource-icon\"\u003e📚\u003c\/span\u003e\n        \u003cspan\u003eHow to Choose the Right Food Service Chemicals\u003c\/span\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/guide\/772\/how-to-care-for-glassware.html\" target=\"_blank\" class=\"resource-link\"\u003e\n        \u003cspan class=\"resource-icon\"\u003e📚\u003c\/span\u003e\n        \u003cspan\u003eHow to Care for Glassware\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"equivalent-section\"\u003e\n    \u003ch3\u003eEquivalent Items\u003c\/h3\u003e\n    \u003cp class=\"equivalent-item\"\u003eDiversey 90670\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  max-width: 1000px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n.intro-section h2 {\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 10px;\n  color: #2c3e50;\n}\n\n.lead {\n  font-size: 18px;\n  color: #7f8c8d;\n  margin-bottom: 25px;\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 15px;\n  margin-bottom: 30px;\n}\n\n.feature-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.feature-icon {\n  background-color: #27ae60;\n  color: white;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 14px;\n}\n\n.feature-text {\n  font-weight: 500;\n}\n\nh3 {\n  font-size: 22px;\n  font-weight: 600;\n  margin: 30px 0 15px;\n  color: #2c3e50;\n  border-bottom: 2px solid #ecf0f1;\n  padding-bottom: 8px;\n}\n\n.description-section p {\n  font-size: 16px;\n  margin-bottom: 20px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  border-radius: 8px;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n  margin-bottom: 20px;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background-color: white;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:hover {\n  background-color: #f1f8ff;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 12px 15px;\n  border-bottom: 1px solid #e9ecef;\n  width: 30%;\n  color: #495057;\n}\n\n.spec-value {\n  padding: 12px 15px;\n  border-bottom: 1px solid #e9ecef;\n  color: #6c757d;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 30px;\n  margin-bottom: 20px;\n}\n\n.application-item h4 {\n  font-size: 18px;\n  font-weight: 600;\n  margin-bottom: 10px;\n  color: #2c3e50;\n}\n\n.application-item ul {\n  padding-left: 20px;\n}\n\n.application-item li {\n  margin-bottom: 5px;\n}\n\n.resources-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.resource-link {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 10px 15px;\n  background-color: #f8f9fa;\n  border-radius: 6px;\n  text-decoration: none;\n  color: #3498db;\n  transition: all 0.2s ease;\n}\n\n.resource-link:hover {\n  background-color: #e9ecef;\n  color: #2980b9;\n}\n\n.resource-icon {\n  font-size: 18px;\n}\n\n.equivalent-item {\n  font-weight: 500;\n  padding: 10px 15px;\n  background-color: #f8f9fa;\n  border-radius: 6px;\n  display: inline-block;\n}\n\n@media (max-width: 768px) {\n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .applications-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42696095694932,"sku":null,"price":76.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign_15_eb97e98f-7905-48f9-87a3-16685435ef3c.png?v=1763813981"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/laundry2_sm.webp?v=1756279423","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/warewashing-laundry.oembed?page=6","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}