{"title":"All Purpose Cleaners","description":"\u003ch1 class=\"page-header\"\u003eAll Purpose Cleaners\u003c\/h1\u003e","products":[{"product_id":"cloroxpro-formula-409-clo35306ct-32-oz-cleaner-degreaser-and-disinfectant-12-case","title":"CloroxPro Formula 409 CLO35306CT 32 oz. Cleaner, Degreaser, and Disinfectant - 12\/Case","description":"\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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-description h2 {\n  color: #2c3e50;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n  font-size: 1.75rem;\n  position: relative;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: linear-gradient(90deg, #0066cc, #0099ff);\n  border-radius: 2px;\n}\n\n.product-description p {\n  margin-bottom: 1.5rem;\n  font-size: 1.05rem;\n}\n\n.product-highlights {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border-left: 5px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.product-highlights h3 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n  font-weight: 700;\n}\n\n.highlight-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlight-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 8px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.highlight-list li:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.highlight-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlight-icon {\n  color: #0066cc;\n  margin-right: 1rem;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  font-weight: bold;\n  font-size: 1.1rem;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  margin: 2.5rem 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);\n  color: white;\n  font-weight: 600;\n  padding: 1.25rem;\n  text-align: left;\n  font-size: 1.1rem;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.specs-table tr:nth-child(odd) {\n  background-color: white;\n}\n\n.specs-table tr {\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #e6f2ff;\n}\n\n.specs-table td {\n  padding: 1.25rem;\n  border-bottom: 1px solid #e9ecef;\n  font-size: 1rem;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table .spec-name {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 35%;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table .spec-value {\n  color: #495057;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n  border-left: 5px solid #4caf50;\n  padding: 1.5rem 2rem;\n  margin: 2rem 0;\n  border-radius: 0 10px 10px 0;\n  display: flex;\n  align-items: center;\n}\n\n.shipping-icon {\n  font-size: 2rem;\n  margin-right: 1.5rem;\n  color: #2e7d32;\n}\n\n.shipping-info h3 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  color: #2e7d32;\n  font-size: 1.3rem;\n}\n\n.shipping-info p {\n  margin-bottom: 0;\n  font-size: 1.05rem;\n}\n\n.upc-section {\n  background: #f1f8ff;\n  padding: 1.5rem;\n  border-radius: 10px;\n  margin: 2rem 0;\n  text-align: center;\n  border: 1px dashed #0066cc;\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c3e50;\n  font-size: 1.1rem;\n  margin-bottom: 0.5rem;\n  display: block;\n}\n\n.upc-code {\n  display: inline-block;\n  background: white;\n  padding: 0.75rem 1.5rem;\n  border-radius: 8px;\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  font-size: 1.2rem;\n  letter-spacing: 1px;\n  color: #2c3e50;\n  border: 2px solid #0066cc;\n  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n  margin: 2rem 0;\n}\n\n.feature-card {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  border-top: 4px solid #0066cc;\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.feature-card h4 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1.2rem;\n}\n\n.feature-card p {\n  margin-bottom: 0;\n  color: #555;\n}\n\n.professional-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #0066cc, #0099ff);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);\n}\n\n.multi-purpose-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #4caf50, #66bb6a);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-left: 0.5rem;\n  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);\n}\n\n.certification-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin: 1.5rem 0;\n}\n\n.cert-badge {\n  background: #e8f5e8;\n  color: #2e7d32;\n  padding: 0.5rem 1rem;\n  border-radius: 15px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #c8e6c9;\n}\n\n.effectiveness-section {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #ff9800;\n  text-align: center;\n}\n\n.effectiveness-section h3 {\n  color: #e65100;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  font-size: 1.4rem;\n}\n\n.effectiveness-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 1rem;\n  margin-top: 1.5rem;\n}\n\n.effectiveness-tag {\n  background: white;\n  padding: 1rem 1.5rem;\n  border-radius: 25px;\n  font-weight: 700;\n  color: #0066cc;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.application-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #0066cc;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border-left: 4px solid #0066cc;\n}\n\n.pathogen-section {\n  background: #e8f5e8;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #4caf50;\n}\n\n.pathogen-section h3 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.pathogen-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n}\n\n.pathogen-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #2e7d32;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.surface-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.surface-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #0066cc;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border: 1px solid #e9ecef;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .specs-table {\n    font-size: 0.9rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 0.7rem;\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: 1rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-grid,\n  .pathogen-grid,\n  .surface-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certification-badges {\n    justify-content: center;\n  }\n  \n  .effectiveness-tags {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv\u003e\n    \u003cspan class=\"professional-badge\"\u003eCloroxPro Formula 409\u003c\/span\u003e\n    \u003cspan class=\"multi-purpose-badge\"\u003e3-in-1 Formula\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n  \n  \u003cdiv class=\"product-highlights\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"highlight-list\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eKills 99.9% of bacteria and viruses when used as directed\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eQuickly dissolves tough grease and grime\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eStreak-free formula removes smudges and fingerprints\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eConvenient spray bottle ensures easy application\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eIdeal for kitchens, schools, and hotels\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"certification-badges\"\u003e\n    \u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eCommercial Grade\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eReady-to-Use\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"shipping-info\"\u003e\n    \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n    \u003cdiv\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  \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\"\u003eTechnical Details\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 class=\"spec-value\"\u003e12\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e28.5 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eDirt, Food, Grease\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eSpray\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\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-name\"\u003eGrade\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eCommercial\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e32 oz.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eProduct Line\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eCloroxPro Formula 409\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\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-name\"\u003eTotal Case Size\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e3 Gallons\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eAll Purpose, Cleaners, Degreasers, Disinfectants\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eUsage\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eAppliances, Countertops, Restrooms, Stainless Steel\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"effectiveness-section\"\u003e\n    \u003ch3\u003eProven Effectiveness\u003c\/h3\u003e\n    \u003cp\u003eThis powerful 3-in-1 formula cleans, degreases, and disinfects in one easy step.\u003c\/p\u003e\n    \u003cdiv class=\"effectiveness-tags\"\u003e\n      \u003cdiv class=\"effectiveness-tag\"\u003e99.9% Germ Kill\u003c\/div\u003e\n      \u003cdiv class=\"effectiveness-tag\"\u003eStreak-Free\u003c\/div\u003e\n      \u003cdiv class=\"effectiveness-tag\"\u003eGrease Cutting\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch2\u003eProduct Details\u003c\/h2\u003e\n  \u003cp\u003eClean and disinfect hard, non-porous surfaces with this CloroxPro Formula 409 cleaner, degreaser, and disinfectant. This cleaner kills 99.9% of bacteria and viruses when used as directed. Its streak-free formula removes smudges and fingerprints and quickly dissolves tough grease and grime, allowing for an efficient and thorough cleaning.\u003c\/p\u003e\n  \n  \u003cp\u003eThis cleaner is perfect for use in kitchens, schools, hotels, and commercial facilities. The multi-surface formula works well on countertops, stainless steel, sealed granite, stovetops, and toilets. It comes in a convenient spray bottle for easy application. This cleaner, degreaser, and disinfectant is sure to become a favorite in your cleaning arsenal!\u003c\/p\u003e\n  \n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eTriple Action Formula\u003c\/h4\u003e\n      \u003cp\u003eCombines cleaning, degreasing, and disinfecting power in one convenient spray bottle for comprehensive surface care.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eProfessional Strength\u003c\/h4\u003e\n      \u003cp\u003eCommercial-grade formula designed for high-traffic areas and demanding cleaning applications in professional settings.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eStreak-Free Finish\u003c\/h4\u003e\n      \u003cp\u003eLeaves surfaces clean and shiny without streaks or residue, perfect for stainless steel and glass surfaces.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eKills These Harmful Pathogens\u003c\/h3\u003e\n  \u003cdiv class=\"pathogen-section\"\u003e\n    \u003cdiv class=\"pathogen-grid\"\u003e\n      \u003cdiv class=\"pathogen-item\"\u003eSalmonella\u003c\/div\u003e\n      \u003cdiv class=\"pathogen-item\"\u003eStaph Bacteria\u003c\/div\u003e\n      \u003cdiv class=\"pathogen-item\"\u003eE. coli\u003c\/div\u003e\n      \u003cdiv class=\"pathogen-item\"\u003eAthlete's Foot Fungus\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003ePerfect For These Surfaces\u003c\/h3\u003e\n  \u003cdiv class=\"surface-grid\"\u003e\n    \u003cdiv class=\"surface-item\"\u003eCountertops\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eStainless Steel\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eSealed Granite\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eStovetops\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eToilets\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eAppliances\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eIdeal For These Environments\u003c\/h3\u003e\n  \u003cdiv class=\"application-grid\"\u003e\n    \u003cdiv class=\"application-item\"\u003eCommercial Kitchens\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eSchools \u0026amp; Universities\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eHotels \u0026amp; Hospitality\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eOffice Buildings\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eHealthcare Facilities\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eRestaurants\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 32 oz.\u003c\/p\u003e\n  \n  \u003cdiv class=\"upc-section\"\u003e\n    \u003cspan class=\"upc-label\"\u003eUPC Code\u003c\/span\u003e\n    \u003cdiv class=\"upc-code\"\u003e400017823454\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42686126358612,"sku":null,"price":127.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_43_959f60c4-f0e3-4f01-a73f-80f1379f2f73.png?v=1763485111"},{"product_id":"20-mule-team-borax-65-oz-detergent-booster-and-multi-purpose-cleaner-6-case","title":"20 Mule Team Borax 65 oz. Detergent Booster and Multi-Purpose Cleaner - 6\/Case","description":"\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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-description h2 {\n  color: #2c3e50;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n  font-size: 1.75rem;\n  position: relative;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: linear-gradient(90deg, #8B4513, #A0522D);\n  border-radius: 2px;\n}\n\n.product-description p {\n  margin-bottom: 1.5rem;\n  font-size: 1.05rem;\n}\n\n.product-highlights {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border-left: 5px solid #8B4513;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.product-highlights h3 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n  font-weight: 700;\n}\n\n.highlight-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlight-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 8px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.highlight-list li:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.highlight-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlight-icon {\n  color: #8B4513;\n  margin-right: 1rem;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  font-weight: bold;\n  font-size: 1.1rem;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  margin: 2.5rem 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n  color: white;\n  font-weight: 600;\n  padding: 1.25rem;\n  text-align: left;\n  font-size: 1.1rem;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.specs-table tr:nth-child(odd) {\n  background-color: white;\n}\n\n.specs-table tr {\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #f5e6d3;\n}\n\n.specs-table td {\n  padding: 1.25rem;\n  border-bottom: 1px solid #e9ecef;\n  font-size: 1rem;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table .spec-name {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 35%;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table .spec-value {\n  color: #495057;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n  border-left: 5px solid #4caf50;\n  padding: 1.5rem 2rem;\n  margin: 2rem 0;\n  border-radius: 0 10px 10px 0;\n  display: flex;\n  align-items: center;\n}\n\n.shipping-icon {\n  font-size: 2rem;\n  margin-right: 1.5rem;\n  color: #2e7d32;\n}\n\n.shipping-info h3 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  color: #2e7d32;\n  font-size: 1.3rem;\n}\n\n.shipping-info p {\n  margin-bottom: 0;\n  font-size: 1.05rem;\n}\n\n.upc-section {\n  background: #f1f8ff;\n  padding: 1.5rem;\n  border-radius: 10px;\n  margin: 2rem 0;\n  text-align: center;\n  border: 1px dashed #8B4513;\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c3e50;\n  font-size: 1.1rem;\n  margin-bottom: 0.5rem;\n  display: block;\n}\n\n.upc-code {\n  display: inline-block;\n  background: white;\n  padding: 0.75rem 1.5rem;\n  border-radius: 8px;\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  font-size: 1.2rem;\n  letter-spacing: 1px;\n  color: #2c3e50;\n  border: 2px solid #8B4513;\n  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n  margin: 2rem 0;\n}\n\n.feature-card {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  border-top: 4px solid #8B4513;\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.feature-card h4 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1.2rem;\n}\n\n.feature-card p {\n  margin-bottom: 0;\n  color: #555;\n}\n\n.natural-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #8B4513, #A0522D);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(139, 69, 19, 0.3);\n}\n\n.multi-purpose-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #2e7d32, #4caf50);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-left: 0.5rem;\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);\n}\n\n.certification-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin: 1.5rem 0;\n}\n\n.cert-badge {\n  background: #e8f5e8;\n  color: #2e7d32;\n  padding: 0.5rem 1rem;\n  border-radius: 15px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #c8e6c9;\n}\n\n.benefits-section {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #ff9800;\n  text-align: center;\n}\n\n.benefits-section h3 {\n  color: #e65100;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  font-size: 1.4rem;\n}\n\n.benefits-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 1rem;\n  margin-top: 1.5rem;\n}\n\n.benefits-tag {\n  background: white;\n  padding: 1rem 1.5rem;\n  border-radius: 25px;\n  font-weight: 700;\n  color: #8B4513;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.application-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #8B4513;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border-left: 4px solid #8B4513;\n}\n\n.cleaning-section {\n  background: #e8f5e8;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #4caf50;\n}\n\n.cleaning-section h3 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.cleaning-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n}\n\n.cleaning-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #2e7d32;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.surface-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.surface-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #8B4513;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border: 1px solid #e9ecef;\n}\n\n.natural-highlight {\n  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);\n  border-radius: 12px;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n  border-left: 5px solid #4caf50;\n}\n\n.natural-highlight h4 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  font-size: 1.1rem;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .specs-table {\n    font-size: 0.9rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 0.7rem;\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: 1rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-grid,\n  .cleaning-grid,\n  .surface-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certification-badges {\n    justify-content: center;\n  }\n  \n  .benefits-tags {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv\u003e\n    \u003cspan class=\"natural-badge\"\u003e20 Mule Team Borax\u003c\/span\u003e\n    \u003cspan class=\"multi-purpose-badge\"\u003eMulti-Purpose Cleaner\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n  \n  \u003cdiv class=\"product-highlights\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"highlight-list\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eAll-natural formula is free of phosphates and chlorine\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eHelps enhance the effectiveness of your detergent\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eDeodorizes and freshens laundry\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eCan also be used to clean furniture, counters, and appliances\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eRemoves grease, grime, and stains\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"natural-highlight\"\u003e\n    \u003ch4\u003eNatural Cleaning Power\u003c\/h4\u003e\n    \u003cp\u003eThis all-natural, multi-purpose solution is free of phosphates, chlorine, and other harmful chemicals, making it safe for your family and the environment.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"certification-badges\"\u003e\n    \u003cspan class=\"cert-badge\"\u003eChlorine-Free\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eCommercial Grade\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eFragrance Free\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"shipping-info\"\u003e\n    \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n    \u003cdiv\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  \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\"\u003eTechnical Details\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 class=\"spec-value\"\u003e6\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e26.1 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eMulti-Purpose\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003ePowder\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eChlorine-Free, Made in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eCommercial\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e65 oz.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFragrance Free\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eConcentrates, Ready-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 class=\"spec-value\"\u003e24.38 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eAll Purpose, Cleaners, Detergent Boosters\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eUsage\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eAppliances, Countertops, Laundry, Restrooms\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch3\u003eMulti-Purpose Benefits\u003c\/h3\u003e\n    \u003cp\u003eOne product, endless possibilities for cleaning and laundry enhancement.\u003c\/p\u003e\n    \u003cdiv class=\"benefits-tags\"\u003e\n      \u003cdiv class=\"benefits-tag\"\u003eLaundry Booster\u003c\/div\u003e\n      \u003cdiv class=\"benefits-tag\"\u003eStain Remover\u003c\/div\u003e\n      \u003cdiv class=\"benefits-tag\"\u003eDeodorizer\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch2\u003eProduct Details\u003c\/h2\u003e\n  \u003cp\u003eGive your laundry detergent a boost with this 20 Mule Team Borax 65 oz. detergent booster and multi-purpose cleaner. This booster \/ cleaner is an all-natural, multi-purpose solution to your laundry and cleaning needs. Its formula is free of phosphates, chlorine, and other harmful chemicals.\u003c\/p\u003e\n  \n  \u003cp\u003eIt's designed to remove tough stains, deodorize, and freshen laundry, enhancing the effectiveness of your detergent so you can make the most of each load! This versatile cleaner tackles tough cleaning tasks throughout your home or facility.\u003c\/p\u003e\n  \n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eLaundry Enhancement\u003c\/h4\u003e\n      \u003cp\u003eBoosts your detergent's power to remove tough stains, deodorize, and freshen laundry for cleaner, brighter results with every load.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eAll-Natural Formula\u003c\/h4\u003e\n      \u003cp\u003eFree from phosphates, chlorine, and harsh chemicals, making it safe for your family, pets, and the environment while delivering powerful cleaning.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eCommercial Strength\u003c\/h4\u003e\n      \u003cp\u003eCommercial-grade formula designed for demanding cleaning applications in both residential and professional settings.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003ePerfect For Laundry\u003c\/h3\u003e\n  \u003cdiv class=\"cleaning-section\"\u003e\n    \u003cdiv class=\"cleaning-grid\"\u003e\n      \u003cdiv class=\"cleaning-item\"\u003eStain Removal\u003c\/div\u003e\n      \u003cdiv class=\"cleaning-item\"\u003eOdor Elimination\u003c\/div\u003e\n      \u003cdiv class=\"cleaning-item\"\u003eBrightening Whites\u003c\/div\u003e\n      \u003cdiv class=\"cleaning-item\"\u003eDetergent Boosting\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eCleans These Surfaces\u003c\/h3\u003e\n  \u003cdiv class=\"surface-grid\"\u003e\n    \u003cdiv class=\"surface-item\"\u003eStovetops \u0026amp; Ovens\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003ePatio Furniture\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eTile \u0026amp; Grout\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eToilets\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eHardwood Floors\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eCountertops\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eAppliances\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eBathroom Surfaces\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eEliminates These Problems\u003c\/h3\u003e\n  \u003cdiv class=\"application-grid\"\u003e\n    \u003cdiv class=\"application-item\"\u003eGrease \u0026amp; Grime\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eTough Stains\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eSoap Scum\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eDirt Buildup\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eMildew Odor\u003c\/div\u003e\n    \u003cdiv class=\"application-item\"\u003eFood Residue\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 65 oz.\u003c\/p\u003e\n  \n  \u003cdiv class=\"upc-section\"\u003e\n    \u003cspan class=\"upc-label\"\u003eUPC Code\u003c\/span\u003e\n    \u003cdiv class=\"upc-code\"\u003e10023400002013\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42686130225236,"sku":null,"price":136.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_45_d94922c3-d34e-45f3-ba68-20105e092103.png?v=1763485431"},{"product_id":"cloroxpro-pine-sol-clo60606ct-80-oz-original-pine-scent-multi-surface-cleaner-3-case","title":"CloroxPro Pine-Sol CLO60606CT 80 oz. Original Pine Scent Multi-Surface Cleaner - 3\/Case","description":"\u003cstyle\u003e\n    .ps-container {\n        font-family: Arial, sans-serif;\n        padding: 20px;\n        background: #fafafa;\n        border-radius: 12px;\n        line-height: 1.6;\n        color: #333;\n    }\n\n    .ps-title {\n        font-size: 26px;\n        font-weight: 700;\n        margin-bottom: 12px;\n        color: #2a572d;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .ps-section-title {\n        font-size: 20px;\n        font-weight: 700;\n        margin-top: 25px;\n        margin-bottom: 10px;\n        color: #2a572d;\n        border-left: 4px solid #2a572d;\n        padding-left: 10px;\n    }\n\n    .ps-highlights ul {\n        padding-left: 18px;\n        margin-top: 10px;\n    }\n\n    .ps-highlights li {\n        margin-bottom: 6px;\n        padding-left: 4px;\n    }\n\n    \/* Beautiful Specifications Table *\/\n    .ps-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 18px;\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: 0 0 7px rgba(0,0,0,0.08);\n    }\n\n    .ps-table th {\n        background: #2a572d;\n        color: #fff;\n        padding: 12px;\n        text-align: left;\n        font-size: 15px;\n    }\n\n    .ps-table td {\n        padding: 12px;\n        background: #fff;\n        border-bottom: 1px solid #e5e5e5;\n        font-size: 14px;\n    }\n\n    .ps-table tr:nth-child(even) td {\n        background: #f3f9f3;\n    }\n\n    .ps-upc {\n        margin-top: 20px;\n        font-size: 15px;\n        font-weight: 600;\n        color: #2a572d;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ps-container\"\u003e\n\u003ch2 class=\"ps-title\"\u003ePine-Sol Multi-Surface Cleaner – Original Pine (80 oz)\u003c\/h2\u003e\n\u003cp\u003eKeep your home, office, school, or commercial space fresh and hygienic with \u003cstrong\u003ePine-Sol Original Multi-Surface Cleaner\u003c\/strong\u003e. This powerful formula cuts through stubborn grease, grime, and dirt while leaving behind the classic, refreshing pine scent.\u003c\/p\u003e\n\u003cp\u003eDesigned for maximum versatility, the Pine-Sol cleaner works effectively on sealed wood, tile, stone, glass, and porcelain surfaces. It also kills 99.9% of germs, including \u003cstrong\u003eSARS-CoV-2, Staph, Salmonella,\u003c\/strong\u003e and \u003cstrong\u003eInfluenza A virus\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eIts concentrated formula ensures long-lasting performance—providing double the power with every bottle.\u003c\/p\u003e\n\u003c!-- Highlights --\u003e\n\u003ch3 class=\"ps-section-title\"\u003eKey Highlights\u003c\/h3\u003e\n\u003cdiv class=\"ps-highlights\"\u003e\n\u003cul\u003e\n\u003cli\u003eCuts through grease, grime, and removes allergens\u003c\/li\u003e\n\u003cli\u003eClassic pine scent for a clean, fresh environment\u003c\/li\u003e\n\u003cli\u003eSafe for sealed wood, stone, tile, glass \u0026amp; porcelain\u003c\/li\u003e\n\u003cli\u003eKills 99.9% of viruses and bacteria including SARS-CoV-2\u003c\/li\u003e\n\u003cli\u003eIdeal for offices, restaurants, schools, and healthcare facilities\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Table --\u003e\n\u003ch3 class=\"ps-section-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003ctable class=\"ps-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\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\u003e17.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\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e80 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003ePine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates \/ Ready-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e1.87 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll-Purpose Cleaner, Degreaser, Disinfectant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"ps-upc\"\u003e\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10044600606061\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42686134354004,"sku":null,"price":103.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_47_cdfbcdfb-46f3-4319-a0a0-70944d0fba16.png?v=1763485695"},{"product_id":"advantage-chemicals-1-gallon-128-oz-glamoroso-lavender-concentrated-all-purpose-cleaner-4-case-1","title":"Glamorse Chemicals 1 Gallon \/ 128 oz. \"Glamoroso\" Lavender Concentrated All-Purpose Cleaner - 4\/Case","description":"\u003cstyle\u003e\n    .glam-container {\n        font-family: Arial, sans-serif;\n        background: #fafafa;\n        padding: 22px;\n        border-radius: 14px;\n        line-height: 1.6;\n        color: #333;\n    }\n\n    .glam-title {\n        font-size: 26px;\n        font-weight: 700;\n        color: #6b2ea3;\n        text-transform: uppercase;\n        margin-bottom: 14px;\n        letter-spacing: 1px;\n    }\n\n    .glam-section-title {\n        font-size: 20px;\n        font-weight: 700;\n        margin-top: 28px;\n        margin-bottom: 12px;\n        color: #6b2ea3;\n        padding-left: 10px;\n        border-left: 4px solid #6b2ea3;\n    }\n\n    \/* Highlights *\/\n    .glam-highlights ul {\n        padding-left: 18px;\n        margin-top: 10px;\n    }\n\n    .glam-highlights li {\n        margin-bottom: 6px;\n        padding-left: 4px;\n    }\n\n    \/* Beautiful Specs Table *\/\n    .glam-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 18px;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0px 0px 10px rgba(0,0,0,0.08);\n    }\n\n    .glam-table th {\n        background: #6b2ea3;\n        color: #fff;\n        padding: 14px;\n        text-align: left;\n        font-size: 15px;\n    }\n\n    .glam-table td {\n        padding: 12px;\n        background: #fff;\n        border-bottom: 1px solid #eee;\n        font-size: 14px;\n    }\n\n    .glam-table tr:nth-child(even) td {\n        background: #f8f2fc;\n    }\n\n    .glam-upc {\n        margin-top: 20px;\n        font-size: 15px;\n        font-weight: 700;\n        color: #6b2ea3;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"glam-container\"\u003e\n\n    \u003ch2 class=\"glam-title\"\u003eGlamoroso Lavender All-Purpose Cleaner – 1 Gallon\u003c\/h2\u003e\n\n    \u003cp\u003e\n        Keep your kitchen, bathroom, walls, floors, or other hard surfaces spotless with the \n        \u003cstrong\u003eGlamoroso Lavender All-Purpose Cleaner\u003c\/strong\u003e. This concentrated formula cuts through \n        grease, dirt, and buildup while leaving behind a long-lasting lavender fragrance that refreshes \n        any environment.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n        Ideal for commercial and residential use, this cleaner is perfect for restaurants, hotels, \n        schools, hospitals, restrooms, and shower areas. It works effectively on concrete, tile, grout, \n        rubber mats, and more—making it a versatile cleaning solution for heavy-duty tasks.\n    \u003c\/p\u003e\n\n    \u003c!-- Highlights --\u003e\n    \u003ch3 class=\"glam-section-title\"\u003eKey Highlights\u003c\/h3\u003e\n    \u003cdiv class=\"glam-highlights\"\u003e\n        \u003cul\u003e\n            \u003cli\u003eVersatile, professional-grade all-purpose cleaner\u003c\/li\u003e\n            \u003cli\u003ePleasant lavender scent\u003c\/li\u003e\n            \u003cli\u003ePowerful odor eliminator and grease digester\u003c\/li\u003e\n            \u003cli\u003eEffective on concrete, tile, grout, rubber mats, and more\u003c\/li\u003e\n            \u003cli\u003ePerfect for restaurants, hotels, schools, and restrooms\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Specs Table --\u003e\n    \u003ch3 class=\"glam-section-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\n    \u003ctable class=\"glam-table\"\u003e\n        \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n        \u003c\/tr\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.08 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\u003e1:13 – 1:21\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\u003eGrade\u003c\/td\u003e\n            \u003ctd\u003eCommercial\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMaximum Yield\u003c\/td\u003e\n            \u003ctd\u003e84 gal.\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\u003eLavender\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\u003eType\u003c\/td\u003e\n            \u003ctd\u003eAll-Purpose Cleaners\u003c\/td\u003e\n        \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n    \u003cp class=\"glam-upc\"\u003e\n        \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017462363\n    \u003c\/p\u003e\n\n\u003c\/div\u003e\n ","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42686136942676,"sku":null,"price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_49_dee9e854-0ca3-4ad0-af97-d7a12a6b2fa4.png?v=1763486302"},{"product_id":"cres-cor-eg-12-12-oz-elbow-greez-miracle-cleaning-paste-12-case","title":"Cres Cor EG-12 12 oz. Elbow Greez Miracle Cleaning Paste - 12\/Case","description":"\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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-description h2 {\n  color: #2c3e50;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n  font-size: 1.75rem;\n  position: relative;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: linear-gradient(90deg, #27ae60, #2ecc71);\n  border-radius: 2px;\n}\n\n.product-description p {\n  margin-bottom: 1.5rem;\n  font-size: 1.05rem;\n}\n\n.product-highlights {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border-left: 5px solid #27ae60;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.product-highlights h3 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n  font-weight: 700;\n}\n\n.highlight-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlight-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 8px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.highlight-list li:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.highlight-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlight-icon {\n  color: #27ae60;\n  margin-right: 1rem;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  font-weight: bold;\n  font-size: 1.1rem;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  margin: 2.5rem 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n  color: white;\n  font-weight: 600;\n  padding: 1.25rem;\n  text-align: left;\n  font-size: 1.1rem;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.specs-table tr:nth-child(odd) {\n  background-color: white;\n}\n\n.specs-table tr {\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #e8f8f0;\n}\n\n.specs-table td {\n  padding: 1.25rem;\n  border-bottom: 1px solid #e9ecef;\n  font-size: 1rem;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table .spec-name {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 35%;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table .spec-value {\n  color: #495057;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-left: 5px solid #ff9800;\n  padding: 1.5rem 2rem;\n  margin: 2rem 0;\n  border-radius: 0 10px 10px 0;\n  display: flex;\n  align-items: center;\n}\n\n.shipping-icon {\n  font-size: 2rem;\n  margin-right: 1.5rem;\n  color: #e65100;\n}\n\n.shipping-info h3 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  color: #e65100;\n  font-size: 1.3rem;\n}\n\n.shipping-info p {\n  margin-bottom: 0;\n  font-size: 1.05rem;\n}\n\n.upc-section {\n  background: #f1f8ff;\n  padding: 1.5rem;\n  border-radius: 10px;\n  margin: 2rem 0;\n  text-align: center;\n  border: 1px dashed #27ae60;\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c3e50;\n  font-size: 1.1rem;\n  margin-bottom: 0.5rem;\n  display: block;\n}\n\n.upc-code {\n  display: inline-block;\n  background: white;\n  padding: 0.75rem 1.5rem;\n  border-radius: 8px;\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  font-size: 1.2rem;\n  letter-spacing: 1px;\n  color: #2c3e50;\n  border: 2px solid #27ae60;\n  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n  margin: 2rem 0;\n}\n\n.feature-card {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  border-top: 4px solid #27ae60;\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.feature-card h4 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1.2rem;\n}\n\n.feature-card p {\n  margin-bottom: 0;\n  color: #555;\n}\n\n.miracle-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #27ae60, #2ecc71);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);\n}\n\n.eco-friendly-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #2e7d32, #4caf50);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-left: 0.5rem;\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);\n}\n\n.certification-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin: 1.5rem 0;\n}\n\n.cert-badge {\n  background: #e8f5e8;\n  color: #2e7d32;\n  padding: 0.5rem 1rem;\n  border-radius: 15px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #c8e6c9;\n}\n\n.power-section {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #ff9800;\n  text-align: center;\n}\n\n.power-section h3 {\n  color: #e65100;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  font-size: 1.4rem;\n}\n\n.power-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 1rem;\n  margin-top: 1.5rem;\n}\n\n.power-tag {\n  background: white;\n  padding: 1rem 1.5rem;\n  border-radius: 25px;\n  font-weight: 700;\n  color: #27ae60;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.application-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #27ae60;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border-left: 4px solid #27ae60;\n}\n\n.surface-section {\n  background: #e8f5e8;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #4caf50;\n}\n\n.surface-section h3 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.surface-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n}\n\n.surface-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #2e7d32;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.stain-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.stain-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #27ae60;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border: 1px solid #e9ecef;\n}\n\n.eco-highlight {\n  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);\n  border-radius: 12px;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n  border-left: 5px solid #4caf50;\n}\n\n.eco-highlight h4 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  font-size: 1.1rem;\n}\n\n.usage-section {\n  background: #f1f8ff;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #2196f3;\n}\n\n.usage-section h3 {\n  color: #1565c0;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.usage-steps {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.usage-step {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: #f8f9fa;\n  border-radius: 6px;\n}\n\n.usage-step:last-child {\n  margin-bottom: 0;\n}\n\n.step-number {\n  background: #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-weight: bold;\n  margin-right: 1rem;\n  flex-shrink: 0;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .specs-table {\n    font-size: 0.9rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 0.7rem;\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: 1rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-grid,\n  .surface-grid,\n  .stain-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certification-badges {\n    justify-content: center;\n  }\n  \n  .power-tags {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"miracle-badge\"\u003eElbow Greez Miracle Paste\u003c\/span\u003e \u003cspan class=\"eco-friendly-badge\"\u003eEco-Friendly Formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eConvenient 12 oz. container\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eWorks on over 11 common surfaces, including stainless steel, porcelain, plastic, and aluminum\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemoves built-up grease, soap scum, mildew, and scuff marks\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePerfect for making dirty equipment look like new again\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eNon-toxic and biodegradable formula allows for worry-free use\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eco-highlight\"\u003e\n\u003ch4\u003eEnvironmentally Conscious Cleaning\u003c\/h4\u003e\n\u003cp\u003eThis non-toxic, biodegradable formula delivers powerful cleaning performance while being safe for your kitchen environment and the planet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eCommercial Grade\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eReady-to-Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp\u003eUsually Ships in \u003cstrong\u003e1-2 Business Days\u003c\/strong\u003e from manufacturer\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eTechnical Details\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 class=\"spec-value\"\u003e12\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e9.8 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePaste\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDegreaser\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eEco-Friendly, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e12 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\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-name\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003ePut some Elbow Greez on your dirty kitchen to make it look like new again and add a polished, professional look with this Cres Cor EG-12 12 oz. Elbow Greez Miracle cleaning paste. This powerful cleaning solution will remove built-up grease, stains, rust and scale, oxidation, scuff marks, ink, permanent marker, and much more.\u003c\/p\u003e\n\u003cp\u003eFurthermore, this paste serves as the perfect cleaning agent for your operation and can be used on numerous surfaces. Plus, users can finish cleaning the kitchen by adding CresClean polish to all your stainless steel, aluminum, and chrome surfaces for a complete professional finish.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eRegardless of the surface or stain, this cleaning paste is a must-have solution for those who value cleanliness in the kitchen and demand professional results.\u003c\/p\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code\u003c\/span\u003e\n\u003cdiv class=\"upc-code\"\u003e400011768959\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688805863508,"sku":null,"price":181.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_51_f70a568f-b22c-4959-a4b1-e9470cf53ffa.png?v=1763522784"},{"product_id":"nu-calgon-4186-08-1-gallon-green-clean-all-purpose-cleaner-4-case","title":"Nu-Calgon 4186-08 1 Gallon Green Clean All-Purpose Cleaner - 4\/Case","description":"\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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-description h2 {\n  color: #2c3e50;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n  font-size: 1.75rem;\n  position: relative;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: linear-gradient(90deg, #27ae60, #2ecc71);\n  border-radius: 2px;\n}\n\n.product-description p {\n  margin-bottom: 1.5rem;\n  font-size: 1.05rem;\n}\n\n.product-highlights {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border-left: 5px solid #27ae60;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.product-highlights h3 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n  font-weight: 700;\n}\n\n.highlight-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlight-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 8px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.highlight-list li:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.highlight-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlight-icon {\n  color: #27ae60;\n  margin-right: 1rem;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  font-weight: bold;\n  font-size: 1.1rem;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  margin: 2.5rem 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);\n  color: white;\n  font-weight: 600;\n  padding: 1.25rem;\n  text-align: left;\n  font-size: 1.1rem;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.specs-table tr:nth-child(odd) {\n  background-color: white;\n}\n\n.specs-table tr {\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #e8f8f0;\n}\n\n.specs-table td {\n  padding: 1.25rem;\n  border-bottom: 1px solid #e9ecef;\n  font-size: 1rem;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table .spec-name {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 35%;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table .spec-value {\n  color: #495057;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-left: 5px solid #ff9800;\n  padding: 1.5rem 2rem;\n  margin: 2rem 0;\n  border-radius: 0 10px 10px 0;\n  display: flex;\n  align-items: center;\n}\n\n.shipping-icon {\n  font-size: 2rem;\n  margin-right: 1.5rem;\n  color: #e65100;\n}\n\n.shipping-info h3 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  color: #e65100;\n  font-size: 1.3rem;\n}\n\n.shipping-info p {\n  margin-bottom: 0;\n  font-size: 1.05rem;\n}\n\n.upc-section {\n  background: #f1f8ff;\n  padding: 1.5rem;\n  border-radius: 10px;\n  margin: 2rem 0;\n  text-align: center;\n  border: 1px dashed #27ae60;\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c3e50;\n  font-size: 1.1rem;\n  margin-bottom: 0.5rem;\n  display: block;\n}\n\n.upc-code {\n  display: inline-block;\n  background: white;\n  padding: 0.75rem 1.5rem;\n  border-radius: 8px;\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  font-size: 1.2rem;\n  letter-spacing: 1px;\n  color: #2c3e50;\n  border: 2px solid #27ae60;\n  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n  margin: 2rem 0;\n}\n\n.feature-card {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  border-top: 4px solid #27ae60;\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.feature-card h4 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1.2rem;\n}\n\n.feature-card p {\n  margin-bottom: 0;\n  color: #555;\n}\n\n.green-clean-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #27ae60, #2ecc71);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);\n}\n\n.epa-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #2e7d32, #4caf50);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-left: 0.5rem;\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);\n}\n\n.certification-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin: 1.5rem 0;\n}\n\n.cert-badge {\n  background: #e8f5e8;\n  color: #2e7d32;\n  padding: 0.5rem 1rem;\n  border-radius: 15px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #c8e6c9;\n}\n\n.benefits-section {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #ff9800;\n  text-align: center;\n}\n\n.benefits-section h3 {\n  color: #e65100;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  font-size: 1.4rem;\n}\n\n.benefits-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 1rem;\n  margin-top: 1.5rem;\n}\n\n.benefits-tag {\n  background: white;\n  padding: 1rem 1.5rem;\n  border-radius: 25px;\n  font-weight: 700;\n  color: #27ae60;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.application-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #27ae60;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border-left: 4px solid #27ae60;\n}\n\n.coil-section {\n  background: #e8f5e8;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #4caf50;\n}\n\n.coil-section h3 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.coil-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n}\n\n.coil-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #2e7d32;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.surface-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.surface-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #27ae60;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border: 1px solid #e9ecef;\n}\n\n.eco-highlight {\n  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);\n  border-radius: 12px;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n  border-left: 5px solid #4caf50;\n}\n\n.eco-highlight h4 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  font-size: 1.1rem;\n}\n\n.usage-section {\n  background: #f1f8ff;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #2196f3;\n}\n\n.usage-section h3 {\n  color: #1565c0;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.usage-steps {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.usage-step {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: #f8f9fa;\n  border-radius: 6px;\n}\n\n.usage-step:last-child {\n  margin-bottom: 0;\n}\n\n.step-number {\n  background: #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-weight: bold;\n  margin-right: 1rem;\n  flex-shrink: 0;\n}\n\n.professional-note {\n  background: #fff3e0;\n  border-left: 4px solid #ff9800;\n  padding: 1rem;\n  border-radius: 0 8px 8px 0;\n  margin: 1.5rem 0;\n  font-weight: 600;\n  color: #e65100;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .specs-table {\n    font-size: 0.9rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 0.7rem;\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: 1rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-grid,\n  .coil-grid,\n  .surface-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certification-badges {\n    justify-content: center;\n  }\n  \n  .benefits-tags {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv\u003e\n    \u003cspan class=\"green-clean-badge\"\u003eNu-Calgon Green Clean\u003c\/span\u003e\n    \u003cspan class=\"epa-badge\"\u003eEPA Safer Choice\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n  \n  \u003cdiv class=\"product-highlights\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul class=\"highlight-list\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eAll-purpose cleaner for coils and other surfaces\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eSafe for metal surfaces and HVAC components\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eMade from eco-friendly ingredients\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003eNon-flammable and non-corrosive formula\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n        \u003cspan\u003ePleasant scent with powerful cleaning action\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"eco-highlight\"\u003e\n    \u003ch4\u003eEnvironmentally Responsible Cleaning\u003c\/h4\u003e\n    \u003cp\u003eThis EPA Safer Choice certified formula uses eco-friendly ingredients as a safer alternative to bleach or toxic chemicals, making it safe for both HVAC systems and general surface cleaning.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"certification-badges\"\u003e\n    \u003cspan class=\"cert-badge\"\u003eEPA Safer Choice\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eCommercial Grade\u003c\/span\u003e\n    \u003cspan class=\"cert-badge\"\u003eConcentrated Formula\u003c\/span\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"shipping-info\"\u003e\n    \u003cdiv class=\"shipping-icon\"\u003e📦\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eManufacturer Direct Shipping\u003c\/h3\u003e\n      \u003cp\u003eUsually Ships in \u003cstrong\u003e1-2 Business Days\u003c\/strong\u003e from manufacturer\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \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\"\u003eTechnical Details\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 class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e15 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\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-name\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eEPA Safer Choice, Made in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eCommercial\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e1 Gallon\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eConcentrates\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eAll Purpose, Cleaners\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"benefits-section\"\u003e\n    \u003ch3\u003eDual-Purpose Cleaning Power\u003c\/h3\u003e\n    \u003cp\u003eOne powerful solution for both specialized HVAC maintenance and general surface cleaning throughout your facility.\u003c\/p\u003e\n    \u003cdiv class=\"benefits-tags\"\u003e\n      \u003cdiv class=\"benefits-tag\"\u003eCoil Cleaning\u003c\/div\u003e\n      \u003cdiv class=\"benefits-tag\"\u003eSurface Safe\u003c\/div\u003e\n      \u003cdiv class=\"benefits-tag\"\u003eEco-Friendly\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch2\u003eProduct Details\u003c\/h2\u003e\n  \u003cp\u003eThis Nu-Calgon 4186-08 Green Clean all-purpose cleaner is the perfect solution when you need an all-purpose cleaner that can tackle dirt, grime, and heavy soil on your refrigeration coils, while also being safe for other, general-use cleaning!\u003c\/p\u003e\n  \n  \u003cp\u003eThis product features a pleasant scent and is designed to penetrate greasy and oily surfaces, softening and dissolving hard deposits so that they're easy to remove. It is non-corrosive and great for use on air-cooled condensers, evaporator coils, and other finned coils.\u003c\/p\u003e\n  \n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eHVAC Specialist\u003c\/h4\u003e\n      \u003cp\u003eSpecifically formulated for refrigeration coils and HVAC components while being gentle enough for regular maintenance without damaging sensitive equipment.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eMulti-Surface Safe\u003c\/h4\u003e\n      \u003cp\u003eSafe alternative to harsh chemicals for cleaning walls, fabric, upholstery, glass, mirrors, stainless steel, and countertops throughout your facility.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch4\u003eConcentrated Efficiency\u003c\/h4\u003e\n      \u003cp\u003e1-gallon concentrate bottle provides cost-effective cleaning when diluted to the proper ratio for each specific application and surface type.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eProfessional HVAC Applications\u003c\/h3\u003e\n  \u003cdiv class=\"coil-section\"\u003e\n    \u003cdiv class=\"coil-grid\"\u003e\n      \u003cdiv class=\"coil-item\"\u003eAir-Cooled Condensers\u003c\/div\u003e\n      \u003cdiv class=\"coil-item\"\u003eEvaporator Coils\u003c\/div\u003e\n      \u003cdiv class=\"coil-item\"\u003eFinned Coils\u003c\/div\u003e\n      \u003cdiv class=\"coil-item\"\u003eRefrigeration Coils\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eGeneral Surface Cleaning\u003c\/h3\u003e\n  \u003cdiv class=\"surface-grid\"\u003e\n    \u003cdiv class=\"surface-item\"\u003eWalls \u0026amp; Surfaces\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eFabric \u0026amp; Upholstery\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eGlass \u0026amp; Mirrors\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eStainless Steel\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eCountertops\u003c\/div\u003e\n    \u003cdiv class=\"surface-item\"\u003eMetal Surfaces\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"professional-note\"\u003e\n    ⚠️ Coil cleaning application should be performed by an HVAC\/R professional\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eProfessional Application Process\u003c\/h3\u003e\n  \u003cdiv class=\"usage-section\"\u003e\n    \u003cdiv class=\"usage-steps\"\u003e\n      \u003cdiv class=\"usage-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cdiv\u003eShut off equipment and ensure proper safety precautions are taken\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cdiv\u003eMix Green Clean with water to the specified ratio for your application\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cdiv\u003eApply with an appropriate low-pressure sprayer to the surface\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n        \u003cdiv\u003eAllow solution to remain in contact for several minutes to penetrate\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"usage-step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e5\u003c\/div\u003e\n        \u003cdiv\u003eThoroughly rinse with water or wipe clean with a damp cloth\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eSince it is made from eco-friendly ingredients, Green Clean provides a safer cleaning alternative while delivering professional-grade results for both specialized HVAC maintenance and general facility cleaning needs.\u003c\/p\u003e\n  \n  \u003cdiv class=\"upc-section\"\u003e\n    \u003cspan class=\"upc-label\"\u003eUPC Code\u003c\/span\u003e\n    \u003cdiv class=\"upc-code\"\u003e400013501660\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688807960660,"sku":null,"price":336.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_53_f3bd5424-7103-4f90-a8c7-52d272d114cc.png?v=1763523201"},{"product_id":"pure-bright-1-gallon-128-oz-bleach-6-case-2","title":"Pure Bright 1 Gallon \/ 128 oz. Bleach - 6\/Case","description":"\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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-description h2 {\n  color: #2c3e50;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n  font-size: 1.75rem;\n  position: relative;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: linear-gradient(90deg, #0066cc, #0099ff);\n  border-radius: 2px;\n}\n\n.product-description p {\n  margin-bottom: 1.5rem;\n  font-size: 1.05rem;\n}\n\n.product-highlights {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border-left: 5px solid #0066cc;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.product-highlights h3 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n  font-weight: 700;\n}\n\n.highlight-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlight-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 8px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.highlight-list li:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.highlight-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlight-icon {\n  color: #0066cc;\n  margin-right: 1rem;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  font-weight: bold;\n  font-size: 1.1rem;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  margin: 2.5rem 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #0066cc 0%, #0099ff 100%);\n  color: white;\n  font-weight: 600;\n  padding: 1.25rem;\n  text-align: left;\n  font-size: 1.1rem;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.specs-table tr:nth-child(odd) {\n  background-color: white;\n}\n\n.specs-table tr {\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #e6f2ff;\n}\n\n.specs-table td {\n  padding: 1.25rem;\n  border-bottom: 1px solid #e9ecef;\n  font-size: 1rem;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table .spec-name {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 35%;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table .spec-value {\n  color: #495057;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n  border-left: 5px solid #4caf50;\n  padding: 1.5rem 2rem;\n  margin: 2rem 0;\n  border-radius: 0 10px 10px 0;\n  display: flex;\n  align-items: center;\n}\n\n.shipping-icon {\n  font-size: 2rem;\n  margin-right: 1.5rem;\n  color: #2e7d32;\n}\n\n.shipping-info h3 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  color: #2e7d32;\n  font-size: 1.3rem;\n}\n\n.shipping-info p {\n  margin-bottom: 0;\n  font-size: 1.05rem;\n}\n\n.upc-section {\n  background: #f1f8ff;\n  padding: 1.5rem;\n  border-radius: 10px;\n  margin: 2rem 0;\n  text-align: center;\n  border: 1px dashed #0066cc;\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c3e50;\n  font-size: 1.1rem;\n  margin-bottom: 0.5rem;\n  display: block;\n}\n\n.upc-code {\n  display: inline-block;\n  background: white;\n  padding: 0.75rem 1.5rem;\n  border-radius: 8px;\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  font-size: 1.2rem;\n  letter-spacing: 1px;\n  color: #2c3e50;\n  border: 2px solid #0066cc;\n  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n  margin: 2rem 0;\n}\n\n.feature-card {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  border-top: 4px solid #0066cc;\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.feature-card h4 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1.2rem;\n}\n\n.feature-card p {\n  margin-bottom: 0;\n  color: #555;\n}\n\n.professional-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #0066cc, #0099ff);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);\n}\n\n.nsf-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #2e7d32, #4caf50);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-left: 0.5rem;\n  box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);\n}\n\n.certification-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin: 1.5rem 0;\n}\n\n.cert-badge {\n  background: #e8f5e8;\n  color: #2e7d32;\n  padding: 0.5rem 1rem;\n  border-radius: 15px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #c8e6c9;\n}\n\n.effectiveness-section {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #ff9800;\n  text-align: center;\n}\n\n.effectiveness-section h3 {\n  color: #e65100;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  font-size: 1.4rem;\n}\n\n.effectiveness-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 1rem;\n  margin-top: 1.5rem;\n}\n\n.effectiveness-tag {\n  background: white;\n  padding: 1rem 1.5rem;\n  border-radius: 25px;\n  font-weight: 700;\n  color: #0066cc;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.application-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #0066cc;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border-left: 4px solid #0066cc;\n}\n\n.pathogen-section {\n  background: #e8f5e8;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #4caf50;\n}\n\n.pathogen-section h3 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.pathogen-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n}\n\n.pathogen-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #2e7d32;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.surface-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.surface-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #0066cc;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border: 1px solid #e9ecef;\n}\n\n.shipping-restriction {\n  background: #ffebee;\n  border-left: 4px solid #f44336;\n  padding: 1rem;\n  border-radius: 0 8px 8px 0;\n  margin: 1.5rem 0;\n  font-weight: 600;\n  color: #c62828;\n}\n\n.shipping-restriction .restriction-icon {\n  color: #f44336;\n  margin-right: 0.5rem;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .specs-table {\n    font-size: 0.9rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 0.7rem;\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: 1rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-grid,\n  .pathogen-grid,\n  .surface-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certification-badges {\n    justify-content: center;\n  }\n  \n  .effectiveness-tags {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"professional-badge\"\u003ePure Bright Bleach\u003c\/span\u003e \u003cspan class=\"nsf-badge\"\u003eNSF Listed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eProven to kill 50+ specific germs including MRSA, staph, and influenza\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSanitizes, disinfects, and deodorizes in one powerful formula\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEasy to follow instructions for sanitizing a variety of surfaces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eUses concentration of 6% sodium hypochlorite for maximum effectiveness\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eAlso used as a stain remover in fabric and commercial laundry\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eNSF Listed\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eCommercial Grade\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eConcentrated Formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eNot eligible for expedited shipping\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eTechnical Details\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 class=\"spec-value\"\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e57.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\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-name\"\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-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMade in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eBleaches \/ Destainers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"effectiveness-section\"\u003e\n\u003ch3\u003eProfessional-Grade Disinfection\u003c\/h3\u003e\n\u003cp\u003eThis powerful bleach formula provides comprehensive protection against a wide range of pathogens while offering significant cost savings over other national brands.\u003c\/p\u003e\n\u003cdiv class=\"effectiveness-tags\"\u003e\n\u003cdiv class=\"effectiveness-tag\"\u003e50+ Germs Killed\u003c\/div\u003e\n\u003cdiv class=\"effectiveness-tag\"\u003eTriple Action\u003c\/div\u003e\n\u003cdiv class=\"effectiveness-tag\"\u003eCost Effective\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeeping your workplace safe and germ-free is critically important, so Pure Bright bleach provides you with a disinfectant and sanitizer that is perfect for even the toughest applications! This bleach has been proven to kill 50+ specific germs, including MRSA, staph, strep, athlete's foot, C. difficile, influenza, and other infectious pathogens.\u003c\/p\u003e\n\u003cp\u003eWhile the value of keeping your staff and your guests safe from catching or transmitting diseases speaks for itself, Pure Bright bleach also offers significant cost savings over other national brands, making it both effective and economical for commercial use.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eMulti-Surface Protection\u003c\/h4\u003e\n\u003cp\u003eEffective on both nonporous and porous surfaces, providing comprehensive disinfection throughout your facility with one versatile product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eCost-Effective Solution\u003c\/h4\u003e\n\u003cp\u003eOffers significant savings compared to other national brands while delivering professional-grade disinfection and sanitization performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eConcentrated Power\u003c\/h4\u003e\n\u003cp\u003e6% sodium hypochlorite concentration provides maximum cleaning power when diluted according to specific application needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eKills These Dangerous Pathogens\u003c\/h3\u003e\n\u003cdiv class=\"pathogen-section\"\u003e\n\u003cdiv class=\"pathogen-grid\"\u003e\n\u003cdiv class=\"pathogen-item\"\u003eMRSA\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003eStaph Bacteria\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003eStrep\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003eAthlete's Foot\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003eC. difficile\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003eInfluenza\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eJanitorial Applications\u003c\/h3\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWalls\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWork Surfaces\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eRestroom Fixtures\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eHigh-Touch Areas\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eCommon Areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eFood Service Applications\u003c\/h3\u003e\n\u003cdiv class=\"application-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eDishes \u0026amp; Utensils\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eRestaurant Equipment\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCutting Boards\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eButcher Blocks\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eFood Prep Surfaces\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eDining Areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eIdeal For These Environments\u003c\/h3\u003e\n\u003cdiv class=\"application-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eHealthcare Facilities\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eOffices \u0026amp; Schools\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eNursing Homes\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eDaycare Centers\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eHotels\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eRestaurants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eIn addition to janitorial and food service applications, Pure Bright bleach offers an effective and economical way to clean fabrics and clothes. Dilute with water to create the perfect sanitizing and stain-removing solution for all of your commercial laundry needs.\u003c\/p\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code\u003c\/span\u003e\n\u003cdiv class=\"upc-code\"\u003e20059647210147\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688813400148,"sku":null,"price":71.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_54_17e559f0-162e-446c-9d27-61ea77b58dc8.png?v=1763523556"},{"product_id":"fabuloso-cpc53058-1-gallon-concentrated-formula-lavender-scent-multi-purpose-cleaner-4-case","title":"Fabuloso CPC53058 1 Gallon Concentrated Formula Lavender Scent Multi-Purpose Cleaner - 4\/Case","description":"\u003cstyle\u003e\n.product-description {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 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-description h2 {\n  color: #2c3e50;\n  font-weight: 700;\n  margin-bottom: 1.5rem;\n  font-size: 1.75rem;\n  position: relative;\n  padding-bottom: 0.5rem;\n}\n\n.product-description h2:after {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 60px;\n  height: 3px;\n  background: linear-gradient(90deg, #9c27b0, #ba68c8);\n  border-radius: 2px;\n}\n\n.product-description p {\n  margin-bottom: 1.5rem;\n  font-size: 1.05rem;\n}\n\n.product-highlights {\n  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border-left: 5px solid #9c27b0;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n.product-highlights h3 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n  font-weight: 700;\n}\n\n.highlight-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.highlight-list li {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 8px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.highlight-list li:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.highlight-list li:last-child {\n  margin-bottom: 0;\n}\n\n.highlight-icon {\n  color: #9c27b0;\n  margin-right: 1rem;\n  flex-shrink: 0;\n  margin-top: 0.125rem;\n  font-weight: bold;\n  font-size: 1.1rem;\n}\n\n.specs-table-container {\n  overflow: hidden;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);\n  margin: 2.5rem 0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: linear-gradient(135deg, #9c27b0 0%, #ba68c8 100%);\n  color: white;\n  font-weight: 600;\n  padding: 1.25rem;\n  text-align: left;\n  font-size: 1.1rem;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.specs-table tr:nth-child(odd) {\n  background-color: white;\n}\n\n.specs-table tr {\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:hover {\n  background-color: #f3e5f5;\n}\n\n.specs-table td {\n  padding: 1.25rem;\n  border-bottom: 1px solid #e9ecef;\n  font-size: 1rem;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table .spec-name {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 35%;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table .spec-value {\n  color: #495057;\n  font-weight: 500;\n}\n\n.shipping-info {\n  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n  border-left: 5px solid #4caf50;\n  padding: 1.5rem 2rem;\n  margin: 2rem 0;\n  border-radius: 0 10px 10px 0;\n  display: flex;\n  align-items: center;\n}\n\n.shipping-icon {\n  font-size: 2rem;\n  margin-right: 1.5rem;\n  color: #2e7d32;\n}\n\n.shipping-info h3 {\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  color: #2e7d32;\n  font-size: 1.3rem;\n}\n\n.shipping-info p {\n  margin-bottom: 0;\n  font-size: 1.05rem;\n}\n\n.upc-section {\n  background: #f1f8ff;\n  padding: 1.5rem;\n  border-radius: 10px;\n  margin: 2rem 0;\n  text-align: center;\n  border: 1px dashed #9c27b0;\n}\n\n.upc-label {\n  font-weight: 600;\n  color: #2c3e50;\n  font-size: 1.1rem;\n  margin-bottom: 0.5rem;\n  display: block;\n}\n\n.upc-code {\n  display: inline-block;\n  background: white;\n  padding: 0.75rem 1.5rem;\n  border-radius: 8px;\n  font-family: 'Courier New', monospace;\n  font-weight: 700;\n  font-size: 1.2rem;\n  letter-spacing: 1px;\n  color: #2c3e50;\n  border: 2px solid #9c27b0;\n  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 1.5rem;\n  margin: 2rem 0;\n}\n\n.feature-card {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n  border-top: 4px solid #9c27b0;\n  transition: transform 0.3s ease;\n}\n\n.feature-card:hover {\n  transform: translateY(-5px);\n}\n\n.feature-card h4 {\n  color: #2c3e50;\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1.2rem;\n}\n\n.feature-card p {\n  margin-bottom: 0;\n  color: #555;\n}\n\n.fabuloso-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #9c27b0, #ba68c8);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-bottom: 1rem;\n  box-shadow: 0 2px 8px rgba(156, 39, 176, 0.3);\n}\n\n.lavender-badge {\n  display: inline-block;\n  background: linear-gradient(135deg, #8e24aa, #ab47bc);\n  color: white;\n  padding: 0.5rem 1rem;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 0.9rem;\n  margin-left: 0.5rem;\n  box-shadow: 0 2px 8px rgba(142, 36, 170, 0.3);\n}\n\n.certification-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin: 1.5rem 0;\n}\n\n.cert-badge {\n  background: #e8f5e8;\n  color: #2e7d32;\n  padding: 0.5rem 1rem;\n  border-radius: 15px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid #c8e6c9;\n}\n\n.benefits-section {\n  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #ff9800;\n  text-align: center;\n}\n\n.benefits-section h3 {\n  color: #e65100;\n  margin-top: 0;\n  margin-bottom: 1rem;\n  font-size: 1.4rem;\n}\n\n.benefits-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 1rem;\n  margin-top: 1.5rem;\n}\n\n.benefits-tag {\n  background: white;\n  padding: 1rem 1.5rem;\n  border-radius: 25px;\n  font-weight: 700;\n  color: #9c27b0;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.application-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 1rem;\n  margin: 1.5rem 0;\n}\n\n.application-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #9c27b0;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n  border-left: 4px solid #9c27b0;\n}\n\n.surface-section {\n  background: #e8f5e8;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #4caf50;\n}\n\n.surface-section h3 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.surface-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n}\n\n.surface-item {\n  background: white;\n  padding: 1rem;\n  border-radius: 8px;\n  text-align: center;\n  font-weight: 600;\n  color: #2e7d32;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n}\n\n.eco-highlight {\n  background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);\n  border-radius: 12px;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n  border-left: 5px solid #4caf50;\n}\n\n.eco-highlight h4 {\n  color: #2e7d32;\n  margin-top: 0;\n  margin-bottom: 0.5rem;\n  font-size: 1.1rem;\n}\n\n.usage-section {\n  background: #f1f8ff;\n  border-radius: 12px;\n  padding: 2rem;\n  margin: 2rem 0;\n  border: 2px solid #2196f3;\n}\n\n.usage-section h3 {\n  color: #1565c0;\n  margin-top: 0;\n  margin-bottom: 1.5rem;\n  font-size: 1.4rem;\n}\n\n.usage-steps {\n  background: white;\n  padding: 1.5rem;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n}\n\n.usage-step {\n  display: flex;\n  align-items: flex-start;\n  margin-bottom: 1rem;\n  padding: 0.75rem;\n  background: #f8f9fa;\n  border-radius: 6px;\n}\n\n.usage-step:last-child {\n  margin-bottom: 0;\n}\n\n.step-number {\n  background: #9c27b0;\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: bold;\n  margin-right: 1rem;\n  flex-shrink: 0;\n}\n\n.shipping-restriction {\n  background: #ffebee;\n  border-left: 4px solid #f44336;\n  padding: 1rem;\n  border-radius: 0 8px 8px 0;\n  margin: 1.5rem 0;\n  font-weight: 600;\n  color: #c62828;\n}\n\n.shipping-restriction .restriction-icon {\n  color: #f44336;\n  margin-right: 0.5rem;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 15px;\n  }\n  \n  .specs-table {\n    font-size: 0.9rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 0.7rem;\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: 1rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .application-grid,\n  .surface-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .certification-badges {\n    justify-content: center;\n  }\n  \n  .benefits-tags {\n    flex-direction: column;\n    align-items: center;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"fabuloso-badge\"\u003eFabuloso Multi-Purpose Cleaner\u003c\/span\u003e \u003cspan class=\"lavender-badge\"\u003eLavender Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eRemoves grease, grime, and dirt with powerful cleaning action\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eGreat for wiping down countertops, scrubbing sinks, or mopping floors\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLeaves no visible residue - no rinsing required\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEasy-to-pour bottle for convenient dispensing\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDelightful lavender scent provides long-lasting freshness\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eco-highlight\"\u003e\n\u003ch4\u003eEnvironmentally Conscious Formula\u003c\/h4\u003e\n\u003cp\u003eThis concentrated cleaner uses 50% less plastic packaging than other Fabuloso products while delivering double the active ingredients for superior cleaning performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eRetail Grade\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eConcentrated Formula\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMulti-Purpose\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\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\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\"\u003eTechnical Details\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 class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e35.6 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eApplication\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMulti-Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\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-name\"\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-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eLavender\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAll Purpose, Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eUsage\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAppliances, Ceramic Tile, Countertops, Floors, Restrooms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch3\u003eEnhanced Cleaning Performance\u003c\/h3\u003e\n\u003cp\u003eWith two times the active ingredients compared to Fabuloso Original, this concentrated formula delivers superior cleaning power in every drop.\u003c\/p\u003e\n\u003cdiv class=\"benefits-tags\"\u003e\n\u003cdiv class=\"benefits-tag\"\u003e2x Active Ingredients\u003c\/div\u003e\n\u003cdiv class=\"benefits-tag\"\u003eNo-Rinse Formula\u003c\/div\u003e\n\u003cdiv class=\"benefits-tag\"\u003eLong-Lasting Scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your space sparkling clean with the Fabuloso 1 gallon lavender scent multi-purpose cleaner! This cleaner is perfect for tackling messes in the kitchen, bathroom, and beyond. Its powerful formula cuts through grease, grime, and dirt, leaving surfaces spotless and fresh.\u003c\/p\u003e\n\u003cp\u003eThe delightful lavender scent provides a long-lasting and inviting aroma throughout your space, creating a pleasant environment while ensuring thorough cleanliness. Whether you're wiping down countertops, scrubbing sinks, or mopping floors, this multi-surface cleaner gets the job done with ease.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eMulti-Surface Versatility\u003c\/h4\u003e\n\u003cp\u003eEffective on mirrors, windows, toilets, furniture, appliances, and more. One cleaner for all your cleaning needs throughout your facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eTime-Saving Formula\u003c\/h4\u003e\n\u003cp\u003eLeaves no visible residue, eliminating the need for rinsing and saving valuable cleaning time while ensuring streak-free results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch4\u003eEnhanced Concentration\u003c\/h4\u003e\n\u003cp\u003eContains double the active ingredients of Fabuloso Original, providing superior cleaning power in the same convenient bottle size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003ePerfect For These Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-section\"\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eAppliances\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eCeramic Tile\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eRestrooms\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWindows\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eMirrors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFurniture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEasy Application Methods\u003c\/h3\u003e\n\u003cdiv class=\"application-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eDiluted Solution\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eDirect Application\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eSponge Cleaning\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eMop Bucket\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eSpray Bottle\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eWipe Down\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eSimple Usage Instructions\u003c\/h3\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003cdiv class=\"usage-steps\"\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFor diluted cleaning:\u003c\/strong\u003e Mix 1\/8 cup of cleaner in 1 gallon of 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\u003e\n\u003cstrong\u003eFor targeted cleaning:\u003c\/strong\u003e Pour directly onto a sponge or cloth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003eApply to surface and clean as needed - no rinsing required!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 1 gallon\u003c\/p\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code\u003c\/span\u003e\n\u003cdiv class=\"upc-code\"\u003e10035000530582\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688818577492,"sku":null,"price":101.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_56_efcff551-916d-45ec-90d4-b3a0003255f3.png?v=1763524010"},{"product_id":"sc-johnson-windex®-682265-1-gallon-multi-surface-disinfectant-sanitizer-4-case","title":"SC Johnson Windex® 682265 1 Gallon Multi-Surface Disinfectant \/ Sanitizer - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #4a8c3a;\n            --accent-color: #f8f9fa;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #e8f5e8;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .overview-title {\n            font-size: 20px;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--secondary-color);\n            font-weight: bold;\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: var(--primary-color);\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 22px;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: inline-block;\n            font-weight: 600;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 24px;\n            color: var(--secondary-color);\n            margin-bottom: 10px;\n        }\n        \n        .feature-title {\n            font-size: 18px;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eWindex® Multi-Surface Disinfectant Sanitizer Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade cleaning solution by SC Johnson Professional®\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eKills 99.9% of viruses and bacteria as it cleans\u003c\/li\u003e\n\u003cli\u003eComes in an ample 1 gallon container\u003c\/li\u003e\n\u003cli\u003ePerfect for bathroom surfaces such as tile, porcelain, chrome, and vinyl\u003c\/li\u003e\n\u003cli\u003eLeaves behind a streak free shine\u003c\/li\u003e\n\u003cli\u003eConvenient, ready-to-use formula\u003c\/li\u003e\n\u003cli\u003eSanitizes your surface in 10 seconds, and disinfects it in 10 minutes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThis SC Johnson Windex® multi-surface disinfectant \/ sanitizer will blast through stubborn dirt and grime to leave your surfaces with a brilliant, streak free shine! Its multi-surface formula is great for use on most surfaces, including bathroom surfaces like porcelain, chrome fixtures, stainless steel, windows, and plastic. Use it to sanitize and disinfect your business' bathrooms, the exteriors of kitchen equipment, or the windows in a seating area. It takes just 10 seconds to sanitize the surface, and needs 10 minutes to thoroughly disinfect it.\u003c\/p\u003e\n\u003cp\u003eThis cleaner comes in a 1 gallon container so you will always have the cleaner on hand when you need it. You can use it in a spray bottle (sold separately) to dispense the disinfectant \/sanitizer with the pull of a trigger. Its powerful formula not only disinfects surfaces by killing 99.9% of germs and bacteria, but it also kills viruses like the flu to maintain a clean working environment for your staff.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400012863516\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-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.91 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eRestrooms\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, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eDisinfectants, Sanitizers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eQuick Action\u003c\/h3\u003e\n\u003cp\u003eSanitizes surfaces in just 10 seconds and disinfects in 10 minutes for efficient cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🦠\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePowerful Disinfection\u003c\/h3\u003e\n\u003cp\u003eKills 99.9% of germs, bacteria, and viruses including influenza viruses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eStreak-Free Shine\u003c\/h3\u003e\n\u003cp\u003eLeaves surfaces sparkling clean without streaks or residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCommercial Grade\u003c\/h3\u003e\n\u003cp\u003eProfessional formula designed for commercial and institutional use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔬\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNSF Certified\u003c\/h3\u003e\n\u003cp\u003eMeets NSF standards for safety and performance in food service areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMade in USA\u003c\/h3\u003e\n\u003cp\u003eProudly manufactured in the United States with quality ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688849281108,"sku":null,"price":110.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_58_dc50e0cb-419f-4e3c-9dc4-bd145a62b017.png?v=1763524566"},{"product_id":"lysol-rac77617-144-oz-sparkling-lemon-sunflower-essence-scent-multi-surface-cleaner-4-case","title":"Lysol RAC77617 144 oz. Sparkling Lemon Sunflower Essence Scent Multi-Surface Cleaner - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #1a4d8c;\n            --secondary-color: #e6a900;\n            --accent-color: #f0f7ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #fff9e6;\n            --success-color: #4caf50;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 12px;\n        }\n        \n        .highlights-list li {\n            padding: 10px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #2a6bc5);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8fafd, #e6f0ff);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlights-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eLysol Multi-Surface Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional cleaning solution with lemon and sunflower essence\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eKills up to 99.9% of viruses and bacteria when used as directed\u003c\/li\u003e\n\u003cli\u003ePleasant lemon and sunflower scent\u003c\/li\u003e\n\u003cli\u003eUse at full strength or dilute for cost savings\u003c\/li\u003e\n\u003cli\u003eSuitable for counters, restroom fixtures, and hard, non-porous surfaces\u003c\/li\u003e\n\u003cli\u003eHelps any establishment maintain a clean facility\u003c\/li\u003e\n\u003cli\u003eProven to kill the virus that causes COVID-19 in just 3 minutes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e39.9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America, Recycled Content\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.125 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLemon, Sunflower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4.5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Disinfectants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eMaintain a clean and safe environment in your commercial facility with this Lysol 144 oz. sparkling lemon sunflower essence scent multi-surface cleaner. This versatile cleaner is designed to kill up to 99.9% of viruses and bacteria when used as directed, including common pathogens like Salmonella, Staph, and E. coli.\u003c\/p\u003e\n\u003cp\u003eProven to kill the virus that causes COVID-19 in just 3 minutes on hard, non-porous surfaces, this cleaner provides peace of mind and reassurance in high-traffic areas. Its pleasant lemon and sunflower scent leaves your space smelling fresh and inviting, making it perfect for use in offices, schools, hospitality, and senior living facilities.\u003c\/p\u003e\n\u003cp\u003eWhether you need to disinfect floors, desks, countertops, restroom fixtures, or other high-touch surfaces, this multi-surface cleaner has you covered. You can use it at full strength for tough messes or dilute it for cost-saving purposes without compromising its effectiveness.\u003c\/p\u003e\n\u003cp\u003eUse this cleaner in mop buckets and spray bottles across your facility to maintain disinfected surfaces. Plus, the packaging is made with post-consumer recycled material to help your business uphold its sustainability goals. Keep your establishment clean and germ-free with this powerful and versatile cleaning solution from Lysol.\u003c\/p\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 144 oz. (1.125 Gallons)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 00036241776176\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEffective Disinfection\u003c\/strong\u003e\n\u003cp\u003eKills 99.9% of germs and viruses including COVID-19\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePleasant Fragrance\u003c\/strong\u003e\n\u003cp\u003eFresh lemon and sunflower scent creates an inviting environment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCost-Effective\u003c\/strong\u003e\n\u003cp\u003eCan be diluted for savings without losing effectiveness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Use\u003c\/strong\u003e\n\u003cp\u003eSuitable for multiple surfaces and applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEco-Friendly\u003c\/strong\u003e\n\u003cp\u003ePackaging contains recycled content\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eQuick Action\u003c\/strong\u003e\n\u003cp\u003eKills COVID-19 virus in just 3 minutes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003ePowerful Disinfection\u003c\/h3\u003e\n\u003cp\u003eEffectively kills 99.9% of viruses and bacteria, including the virus that causes COVID-19 in just 3 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePleasant Scent\u003c\/h3\u003e\n\u003cp\u003eFeatures a refreshing lemon and sunflower essence that leaves spaces smelling clean and inviting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eVersatile Application\u003c\/h3\u003e\n\u003cp\u003eUse at full strength for tough jobs or dilute for everyday cleaning across multiple surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCommercial Grade\u003c\/h3\u003e\n\u003cp\u003eIdeal for offices, schools, hospitality, healthcare, and senior living facilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e♻️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEco-Conscious\u003c\/h3\u003e\n\u003cp\u003ePackaging contains post-consumer recycled material to support sustainability goals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eReady-to-Use\u003c\/h3\u003e\n\u003cp\u003eConvenient formula requires no mixing or preparation - use directly from the container.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688856686676,"sku":null,"price":102.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_60_ae86fdda-9524-4000-82e5-dda508e00f14.png?v=1763524999"},{"product_id":"bar-keepers-friend-11401-40-lb-640-oz-all-purpose-cleaning-powder","title":"Bar Keepers Friend 11401 40 lb. \/ 640 oz. All Purpose Cleaning 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        :root {\n            --primary-color: #2c5530;\n            --secondary-color: #d4af37;\n            --accent-color: #f8f9f0;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #f0f7f0;\n            --success-color: #4caf50;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 12px;\n        }\n        \n        .highlights-list li {\n            padding: 10px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #3a7d46);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8faf8;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8faf8, #e6f0e6);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .warning-box {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .warning-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #e65100;\n        }\n        \n        .availability-note {\n            font-style: italic;\n            margin-top: 15px;\n            padding: 10px;\n            background-color: #f0f7f0;\n            border-radius: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlights-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eBar Keepers Friend All Purpose Cleaning Powder\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade cleaning solution for tough stains and rust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eNon-bleach formula\u003c\/li\u003e\n\u003cli\u003eRemoves rust, lime, and stains\u003c\/li\u003e\n\u003cli\u003eSafe on stainless steel and copper\u003c\/li\u003e\n\u003cli\u003eGreat for cleaning ceramic, porcelain, and tile\u003c\/li\u003e\n\u003cli\u003eEco-friendly and made in America\u003c\/li\u003e\n\u003cli\u003eNSF listed for commercial use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e40 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eEco-Friendly, Made in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eBar Keepers Friend all purpose cleaning powder is ideal for tackling tough rust, lime deposits, and other stains in your bathroom, kitchen, and more! Thanks to its non-bleach formula, this cleaning and polishing scrub is free of harsh fumes and is even safe for use on stainless steel and copper cookware.\u003c\/p\u003e\n\u003cp\u003eSimply sprinkle Bar Keepers Friend on a surface and gently rub with a wet cloth or sponge, or create a paste to tackle stubborn rust and difficult stains. Just rinse away to reveal a clean and shining surface!\u003c\/p\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cdiv class=\"warning-title\"\u003eImportant Usage Note:\u003c\/div\u003e\n\u003cp\u003eBar Keepers Friend is not for use on gold, silver, pewter, marble, lacquered metals, or anodized aluminum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eSold in a convenient 40 lb. pail, this commercial-grade cleaning powder is perfect for professional kitchens, restaurants, and institutional use.\u003c\/p\u003e\n\u003cdiv class=\"availability-note\"\u003eAvailable for non-bulk \u0026amp; direct-to-consumer purchases.\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 071618114014\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNon-Bleach Formula\u003c\/strong\u003e\n\u003cp\u003eFree of harsh fumes and safe for various surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Cleaning\u003c\/strong\u003e\n\u003cp\u003eEffectively removes rust, lime deposits, and tough stains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSurface Safe\u003c\/strong\u003e\n\u003cp\u003eSafe for use on stainless steel and copper cookware\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Application\u003c\/strong\u003e\n\u003cp\u003eGreat for ceramic, porcelain, tile, and more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEco-Friendly\u003c\/strong\u003e\n\u003cp\u003eEnvironmentally conscious cleaning solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eProfessional Grade\u003c\/strong\u003e\n\u003cp\u003eNSF listed for commercial and institutional use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003ePowerful Stain Removal\u003c\/h3\u003e\n\u003cp\u003eEffectively tackles tough rust, lime deposits, and stubborn stains on various surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍳\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCookware Safe\u003c\/h3\u003e\n\u003cp\u003eNon-bleach formula is safe for stainless steel and copper cookware without damaging surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEco-Friendly\u003c\/h3\u003e\n\u003cp\u003eEnvironmentally conscious formula that's effective yet gentle on the planet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCommercial Grade\u003c\/h3\u003e\n\u003cp\u003eNSF listed and perfect for professional kitchens, restaurants, and institutional use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMade in USA\u003c\/h3\u003e\n\u003cp\u003eProudly manufactured in America with quality ingredients and standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy to Use\u003c\/h3\u003e\n\u003cp\u003eSimply sprinkle and scrub, or create a paste for tougher cleaning jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5530;\n            --secondary-color: #d4af37;\n            --accent-color: #f8f9f0;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #f0f7f0;\n            --success-color: #4caf50;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 12px;\n        }\n        \n        .highlights-list li {\n            padding: 10px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #3a7d46);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8faf8;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8faf8, #e6f0e6);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .warning-box {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .warning-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #e65100;\n        }\n        \n        .availability-note {\n            font-style: italic;\n            margin-top: 15px;\n            padding: 10px;\n            background-color: #f0f7f0;\n            border-radius: 5px;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlights-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eBar Keepers Friend All Purpose Cleaning Powder\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade cleaning solution for tough stains and rust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eNon-bleach formula\u003c\/li\u003e\n\u003cli\u003eRemoves rust, lime, and stains\u003c\/li\u003e\n\u003cli\u003eSafe on stainless steel and copper\u003c\/li\u003e\n\u003cli\u003eGreat for cleaning ceramic, porcelain, and tile\u003c\/li\u003e\n\u003cli\u003eEco-friendly and made in America\u003c\/li\u003e\n\u003cli\u003eNSF listed for commercial use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1\/Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e40 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eKitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eEco-Friendly, Made in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eBar Keepers Friend all purpose cleaning powder is ideal for tackling tough rust, lime deposits, and other stains in your bathroom, kitchen, and more! Thanks to its non-bleach formula, this cleaning and polishing scrub is free of harsh fumes and is even safe for use on stainless steel and copper cookware.\u003c\/p\u003e\n\u003cp\u003eSimply sprinkle Bar Keepers Friend on a surface and gently rub with a wet cloth or sponge, or create a paste to tackle stubborn rust and difficult stains. Just rinse away to reveal a clean and shining surface!\u003c\/p\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cdiv class=\"warning-title\"\u003eImportant Usage Note:\u003c\/div\u003e\n\u003cp\u003eBar Keepers Friend is not for use on gold, silver, pewter, marble, lacquered metals, or anodized aluminum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eSold in a convenient 40 lb. pail, this commercial-grade cleaning powder is perfect for professional kitchens, restaurants, and institutional use.\u003c\/p\u003e\n\u003cdiv class=\"availability-note\"\u003eAvailable for non-bulk \u0026amp; direct-to-consumer purchases.\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 071618114014\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNon-Bleach Formula\u003c\/strong\u003e\n\u003cp\u003eFree of harsh fumes and safe for various surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Cleaning\u003c\/strong\u003e\n\u003cp\u003eEffectively removes rust, lime deposits, and tough stains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSurface Safe\u003c\/strong\u003e\n\u003cp\u003eSafe for use on stainless steel and copper cookware\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Application\u003c\/strong\u003e\n\u003cp\u003eGreat for ceramic, porcelain, tile, and more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEco-Friendly\u003c\/strong\u003e\n\u003cp\u003eEnvironmentally conscious cleaning solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eProfessional Grade\u003c\/strong\u003e\n\u003cp\u003eNSF listed for commercial and institutional use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003ePowerful Stain Removal\u003c\/h3\u003e\n\u003cp\u003eEffectively tackles tough rust, lime deposits, and stubborn stains on various surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍳\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCookware Safe\u003c\/h3\u003e\n\u003cp\u003eNon-bleach formula is safe for stainless steel and copper cookware without damaging surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEco-Friendly\u003c\/h3\u003e\n\u003cp\u003eEnvironmentally conscious formula that's effective yet gentle on the planet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCommercial Grade\u003c\/h3\u003e\n\u003cp\u003eNSF listed and perfect for professional kitchens, restaurants, and institutional use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMade in USA\u003c\/h3\u003e\n\u003cp\u003eProudly manufactured in America with quality ingredients and standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy to Use\u003c\/h3\u003e\n\u003cp\u003eSimply sprinkle and scrub, or create a paste for tougher cleaning jobs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688861864020,"sku":null,"price":125.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_62_51130596-ca94-459b-8b7e-200fa9baea22.png?v=1763525450"},{"product_id":"sc-johnson-fantastik®-308685-32-fl-oz-all-purpose-spray-cleaner-with-bleach-8-case","title":"SC Johnson fantastik® 308685 32 fl. oz. All Purpose Spray Cleaner with Bleach - 8\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #0066cc;\n            --secondary-color: #ff6600;\n            --accent-color: #f0f8ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #fff5e6;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 12px;\n        }\n        \n        .highlights-list li {\n            padding: 10px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #0088ff);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8fafd, #e6f0ff);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .shipping-restrictions {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restrictions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--warning-color);\n        }\n        \n        .restrictions-list {\n            list-style-type: none;\n            margin-top: 10px;\n        }\n        \n        .restrictions-list li {\n            padding: 5px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .restrictions-list li:before {\n            content: \"✕\";\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .usage-instructions {\n            background-color: #f0f9ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .instructions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlights-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFantastik® All Purpose Spray Cleaner with Bleach\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional cleaning solution for tough stains and disinfecting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eFresh, clean scent\u003c\/li\u003e\n\u003cli\u003eCuts through scum, grease, soil, and more\u003c\/li\u003e\n\u003cli\u003eGreat for kitchen or bathroom use\u003c\/li\u003e\n\u003cli\u003eFor use on most hard surfaces\u003c\/li\u003e\n\u003cli\u003eContains bleach for powerful cleaning\u003c\/li\u003e\n\u003cli\u003eEasy-to-use spray bottle application\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e21.07 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFresh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your whole establishment sparkling clean with SC Johnson Fantastik® 32 fl. oz. all purpose spray cleaner with bleach! This powerful cleanser cuts through caked on food stains, grease, soil, soap scum, mildew, and mold to leave surfaces looking and smelling clean and fresh.\u003c\/p\u003e\n\u003cp\u003eFantastik® may be applied to countertops, stovetops, sinks, appliances, tubs, showers, grout, toilets, and other hard, nonporous surfaces around your commercial kitchen or restroom. It also works equally well on tile, fiberglass, and vinyl!\u003c\/p\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003cdiv class=\"instructions-title\"\u003eEasy Application:\u003c\/div\u003e\n\u003cp\u003eThis cleaner comes in an easy-to-use 32 fl. oz. spray bottle that releases a thick line of cleaner to remove mold and mildew stains. Simply turn to spray nozzle to \"ON,\" hold the bottle 6-8 inches from the surface you need to clean, and spray. Then you just need to wipe it down and rinse it off, and your surface will be shiny and clean! Its powerful formula also leaves behind a delightful, fresh scent that eliminates unpleasant bathroom odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013399793\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Cleaning\u003c\/strong\u003e\n\u003cp\u003eCuts through tough stains, grease, soap scum, and mildew\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFresh Scent\u003c\/strong\u003e\n\u003cp\u003eLeaves behind a clean, fresh fragrance that eliminates odors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Use\u003c\/strong\u003e\n\u003cp\u003eGreat for both kitchen and bathroom applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMultiple Surfaces\u003c\/strong\u003e\n\u003cp\u003eSafe for most hard, nonporous surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy Application\u003c\/strong\u003e\n\u003cp\u003eConvenient spray bottle for precise cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBleach Formula\u003c\/strong\u003e\n\u003cp\u003eContains bleach for superior stain removal and disinfecting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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 Stain Removal\u003c\/h3\u003e\n\u003cp\u003ePowerful formula cuts through caked-on food, grease, soap scum, mildew, and mold with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🚿\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Cleaner\u003c\/h3\u003e\n\u003cp\u003eWorks effectively on countertops, appliances, tubs, showers, tile, fiberglass, and vinyl surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌬️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eFresh Scent\u003c\/h3\u003e\n\u003cp\u003eLeaves behind a clean, fresh fragrance that eliminates unpleasant odors in bathrooms and kitchens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧴\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy Spray Application\u003c\/h3\u003e\n\u003cp\u003eConvenient 32 fl. oz. spray bottle with adjustable nozzle for precise cleaning control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eReady-to-Use\u003c\/h3\u003e\n\u003cp\u003eNo mixing or dilution required - use directly from the bottle for immediate cleaning power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eRetail Grade\u003c\/h3\u003e\n\u003cp\u003eProfessional quality cleaner suitable for both commercial and residential use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688876904532,"sku":null,"price":72.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_63_2bd87c3b-0b9c-4b7a-b738-a9f1a27f1469.png?v=1763527005"},{"product_id":"simple-green-2710200613005-1-gallon-sassafras-scented-concentrated-industrial-cleaner-and-degreaser-6-case","title":"Simple Green 2710200613005 1 Gallon Sassafras Scented Concentrated Industrial Cleaner and Degreaser - 6\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2e7d32;\n            --secondary-color: #4caf50;\n            --accent-color: #f1f8e9;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #e8f5e8;\n            --success-color: #2e7d32;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #4caf50);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8faf8;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8faf8, #e6f0e6);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .eco-features {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .eco-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .usage-applications {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .applications-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .application-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .applications-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSimple Green Concentrated Industrial Cleaner \u0026amp; Degreaser\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade eco-friendly cleaning solution for tough industrial applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eNon-abrasive, non-caustic formula cuts through tough grease and grime\u003c\/li\u003e\n\u003cli\u003eNo special handling or personal protection requirements\u003c\/li\u003e\n\u003cli\u003eGreat for use in manufacturing, food processing, and automotive facilities\u003c\/li\u003e\n\u003cli\u003eCan be used manually or with cleaning equipment\u003c\/li\u003e\n\u003cli\u003eVersatile solution for cleaning and degreasing any washable surface\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e54.6 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGrease\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eButyl-Free, EPA Safer Choice, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSassafras\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCleaners, Degreasers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAppliances, Countertops, Engines, Floors, Walls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eClean up tough grease and grime with this Simple Green concentrated industrial cleaner and degreaser. The non-abrasive, non-caustic, and non-flammable formula cuts through tough grime to leave surfaces clean and free from any sticky residue.\u003c\/p\u003e\n\u003cp\u003eThis cleaner is great for use in manufacturing, food processing, and automotive facilities. Plus, it can be used manually or with cleaning equipment such as floor scrubbers, carpet extractors, pressure washers, and parts washing equipment. This industrial cleaner and degreaser is powerful enough to clean up intense grime yet gentle enough to use on a regular basis in high-traffic areas.\u003c\/p\u003e\n\u003cdiv class=\"eco-features\"\u003e\n\u003cdiv class=\"eco-title\"\u003eEco-Friendly Formula:\u003c\/div\u003e\n\u003cp\u003eSince it has no petroleum distillates, isopropanol, ethanol, bleach, ammonia, or phosphates, it's a great alternative to caustic cleaners and solvents. Plus, its sassafras scent provides a clean, fresh scent. This industrial-strength cleaner and degreaser is a perfect solution for nearly any setting!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-applications\"\u003e\n\u003cdiv class=\"applications-title\"\u003eVersatile Applications:\u003c\/div\u003e\n\u003cp\u003eThis versatile cleaner can be used to clean and degrease any washable surface, eliminating the need for multiple specialty cleaners. It has different dilution ratios depending on the application. Simply follow the instructions on the label to achieve the best results.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eAppliances\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eEngines\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eWalls\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eEquipment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003eCapacity: 1 gallon per container\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10043318000000\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Cleaning\u003c\/strong\u003e\n\u003cp\u003eCuts through tough grease, grime, and sticky residues effectively\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSafe Formula\u003c\/strong\u003e\n\u003cp\u003eNon-abrasive, non-caustic, and non-flammable for safe handling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEco-Friendly\u003c\/strong\u003e\n\u003cp\u003eEPA Safer Choice certified and free of harmful chemicals\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Use\u003c\/strong\u003e\n\u003cp\u003eSuitable for multiple industries and applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEquipment Compatible\u003c\/strong\u003e\n\u003cp\u003eWorks with floor scrubbers, pressure washers, and more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePleasant Scent\u003c\/strong\u003e\n\u003cp\u003eFresh sassafras fragrance without harsh chemical odors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eIndustrial Strength\u003c\/h3\u003e\n\u003cp\u003ePowerful concentrated formula designed for tough industrial cleaning applications and heavy-duty degreasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEco-Certified\u003c\/h3\u003e\n\u003cp\u003eEPA Safer Choice certified, butyl-free formula that's environmentally responsible and safe for regular use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEquipment Ready\u003c\/h3\u003e\n\u003cp\u003eCompatible with various cleaning equipment including floor scrubbers, pressure washers, and parts washers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚗️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eConcentrated Formula\u003c\/h3\u003e\n\u003cp\u003eCost-effective concentrate that can be diluted for different applications, providing excellent value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMade in USA\u003c\/h3\u003e\n\u003cp\u003eProudly manufactured in America with quality standards and reliable performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Industry Use\u003c\/h3\u003e\n\u003cp\u003ePerfect for manufacturing, food processing, automotive, and general industrial cleaning applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688884277332,"sku":null,"price":229.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_65_255d6404-c4e8-4948-a750-84bc0f481f84.png?v=1763527397"},{"product_id":"cloroxpro-clorox-clo30966ct-121-oz-concentrated-germicidal-bleach-3-case","title":"CloroxPro Clorox CLO30966CT 121 oz. Concentrated Germicidal Bleach - 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        :root {\n            --primary-color: #0066cc;\n            --secondary-color: #ffffff;\n            --accent-color: #f0f8ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #e6f2ff;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #e6f2ff);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #0088ff);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--primary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--primary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), #66b3ff);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8fafd, #e6f0ff);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .germ-kill-feature {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #dc3545;\n        }\n        \n        .germ-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #dc3545;\n        }\n        \n        .germ-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .germ-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n            font-weight: 500;\n        }\n        \n        .shipping-restrictions {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restrictions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--warning-color);\n        }\n        \n        .restrictions-list {\n            list-style-type: none;\n            margin-top: 10px;\n        }\n        \n        .restrictions-list li {\n            padding: 5px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .restrictions-list li:before {\n            content: \"✕\";\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .yield-calculator {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .yield-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #28a745;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .germ-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eClorox Concentrated Germicidal Bleach\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade disinfectant and stain remover for healthcare and commercial facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eKills 99.9% of bacteria and viruses including MRSA, Norovirus, flu virus, and E. Coli\u003c\/li\u003e\n\u003cli\u003eEliminates odor-causing bacteria\u003c\/li\u003e\n\u003cli\u003eRemoves mold, mildew, and stains\u003c\/li\u003e\n\u003cli\u003eCan be used in standard and high-efficiency washing machines\u003c\/li\u003e\n\u003cli\u003e1 bottle makes 30 gallons of solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e28.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America, NSF Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaximum Yield\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e30 gal.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e121 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct Line\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCloroxPro Clorox\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUnscented\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2.8 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eBleaches \/ Destainers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eManually Fed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your facility spotless and sanitary with this Clorox concentrated germicidal bleach. This powerful bleach is EPA registered to kill more than 70 organisms, including MRSA, Norovirus, flu virus, E. Coli, Listeria, and Salmonella. It kills 99.9% of bacteria and viruses, making it perfect for use in healthcare facilities, schools, offices, and restaurants.\u003c\/p\u003e\n\u003cdiv class=\"germ-kill-feature\"\u003e\n\u003cdiv class=\"germ-title\"\u003eEliminates Dangerous Pathogens:\u003c\/div\u003e\n\u003cp\u003eThis powerful formula is effective against a wide range of harmful microorganisms including:\u003c\/p\u003e\n\u003cdiv class=\"germ-grid\"\u003e\n\u003cdiv class=\"germ-item\"\u003eMRSA\u003c\/div\u003e\n\u003cdiv class=\"germ-item\"\u003eNorovirus\u003c\/div\u003e\n\u003cdiv class=\"germ-item\"\u003eFlu Virus\u003c\/div\u003e\n\u003cdiv class=\"germ-item\"\u003eE. Coli\u003c\/div\u003e\n\u003cdiv class=\"germ-item\"\u003eSalmonella\u003c\/div\u003e\n\u003cdiv class=\"germ-item\"\u003eListeria\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eIt is also effective against stains including grass, juice, dirt, and blood. It works great on hard, non-porous surfaces to remove mold, mildew, and stains from blood, dirt, grass, and wine. It also eliminates odor-causing bacteria, keeping your environment clean and inviting.\u003c\/p\u003e\n\u003cdiv class=\"yield-calculator\"\u003e\n\u003cdiv class=\"yield-title\"\u003eHigh-Efficiency Concentrate:\u003c\/div\u003e\n\u003cp\u003eThis concentrated formula can make 30 gallons of cleaning solution with each 121 oz. bottle. It can also be used in standard and high-efficiency washing machines, providing exceptional value and versatility for commercial cleaning operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 121 oz. per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10044600309665\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHospital-Grade Disinfection\u003c\/strong\u003e\n\u003cp\u003eKills 99.9% of bacteria and viruses including dangerous pathogens\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eStain Removal\u003c\/strong\u003e\n\u003cp\u003eEffectively removes tough stains from grass, juice, dirt, and blood\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOdor Elimination\u003c\/strong\u003e\n\u003cp\u003eDestroys odor-causing bacteria for fresh, clean environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCost-Effective\u003c\/strong\u003e\n\u003cp\u003eConcentrated formula makes 30 gallons from one bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMulti-Surface Use\u003c\/strong\u003e\n\u003cp\u003eWorks on hard, non-porous surfaces and in laundry applications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eProfessional Grade\u003c\/strong\u003e\n\u003cp\u003eNSF listed and made in America for commercial use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eGermicidal Power\u003c\/h3\u003e\n\u003cp\u003eEPA registered to kill more than 70 organisms including MRSA, Norovirus, and influenza viruses with 99.9% effectiveness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚗️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eConcentrated Formula\u003c\/h3\u003e\n\u003cp\u003eEach 121 oz. bottle makes 30 gallons of effective cleaning solution, providing exceptional value for commercial operations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏥\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eHealthcare Grade\u003c\/h3\u003e\n\u003cp\u003eIdeal for healthcare facilities, schools, restaurants, and any environment requiring hospital-level disinfection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eStain Removal\u003c\/h3\u003e\n\u003cp\u003eEffectively removes tough stains including blood, grass, dirt, juice, and wine from various surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👃\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eOdor Control\u003c\/h3\u003e\n\u003cp\u003eEliminates odor-causing bacteria at the source, leaving environments fresh and clean without masking scents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏭\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCommercial Certified\u003c\/h3\u003e\n\u003cp\u003eNSF listed and manufactured to professional standards for reliable performance in commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688885424212,"sku":null,"price":67.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_67_14b31da9-1b25-47d8-98ea-a65f29a016c9.png?v=1763527655"},{"product_id":"spic-and-span-02011-floor-and-multi-surface-cleaner-concentrate-liquid-packet-3-oz-45-case","title":"Spic and Span 02011 Floor and Multi-Surface Cleaner Concentrate Liquid Packet 3 oz. - 45\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5530;\n            --secondary-color: #8fbc8f;\n            --accent-color: #f8f9f0;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #f0f7f0;\n            --success-color: #4caf50;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: var(--accent-color);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #3a7d46);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8faf8;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8faf8, #e6f0e6);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .concentrate-feature {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .concentrate-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-compatibility {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .surface-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .surface-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .safety-feature {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .safety-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #e65100;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .surface-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSpic and Span Floor \u0026amp; Multi-Surface Cleaner Concentrate\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional-grade concentrated cleaner for tough grease and grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eA cleaning solution that is tough on grease\u003c\/li\u003e\n\u003cli\u003eDesigned to be used on a multitude of surfaces\u003c\/li\u003e\n\u003cli\u003eNoncorrosive mildly alkaline formula to balance cleaning strength and safety\u003c\/li\u003e\n\u003cli\u003eEmulsifies and lifts grime for easier removal\u003c\/li\u003e\n\u003cli\u003eOne package turns 4 gallons of hot water into a cleaning solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e45\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e9.9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Chemicals, Floor Care Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Floor Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eCut down on grease safely with the Spic and Span floor and multi-surface cleaner concentrate. Grease can build up in a wide variety of locations from front of house to back. That is why it is important have a degreaser for a multitude of surfaces.\u003c\/p\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003cdiv class=\"surface-title\"\u003eMulti-Surface Compatibility:\u003c\/div\u003e\n\u003cp\u003eThis concentrate is suitable for ceramic tile, vinyl composite tile, and even stainless steel, so your staff can clean walls, ventilation units, or even out by the dumpster.\u003c\/p\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eCeramic Tile\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eVinyl Composite\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eStainless Steel\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eQuarry Tile\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWalls\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eVentilation Units\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-feature\"\u003e\n\u003cdiv class=\"safety-title\"\u003eEmployee Safety \u0026amp; Convenience:\u003c\/div\u003e\n\u003cp\u003eTo keep staff safe while cleaning, this multi-surface cleaner is both effective and simple enough to prepare so that staff won't attempt to employ their own cleaning solution mixtures to tackle grease buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"concentrate-feature\"\u003e\n\u003cdiv class=\"concentrate-title\"\u003ePre-Measured Convenience:\u003c\/div\u003e\n\u003cp\u003eThis concentrate cleaner comes conveniently prepacked in premeasured packets to eliminate waste of over pouring or even mishandling spills from bigger solution containers. To ensure the greatest possible toughness on grime, the concentrate suspends the debris through emulsification so that it is easier to remove.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis also prevents redeposit in even considerably harsher water conditions, which ensures that staff aren't just spreading dirt, debris, or grime around. The noncorrosive mildly alkaline formula of this concentrate balances its powerful cleaning ability while accounting for employee safety.\u003c\/p\u003e\n\u003cdiv class=\"concentrate-feature\"\u003e\n\u003cdiv class=\"concentrate-title\"\u003eHigh-Efficiency Formula:\u003c\/div\u003e\n\u003cp\u003eOnly 3 oz. of concentrate is needed per 4-gallon bucket for quarry tile floors. If needed, this cleaning solution is compatible with chlorine bleach for an even tougher cleaning alternative.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 3 oz. per packet\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10037000020117\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Grease Cutting\u003c\/strong\u003e\n\u003cp\u003eEffectively breaks down and removes tough grease buildup from multiple surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePre-Measured Packets\u003c\/strong\u003e\n\u003cp\u003eEliminates waste and ensures proper dilution ratios every time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMulti-Surface Safe\u003c\/strong\u003e\n\u003cp\u003eSafe for use on ceramic tile, vinyl, stainless steel, and more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEmulsifying Action\u003c\/strong\u003e\n\u003cp\u003eSuspends debris for easy removal and prevents redepositing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCost Effective\u003c\/strong\u003e\n\u003cp\u003eOne 3 oz. packet makes 4 gallons of effective cleaning solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBleach Compatible\u003c\/strong\u003e\n\u003cp\u003eCan be used with chlorine bleach for enhanced cleaning power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eGrease Fighting Power\u003c\/h3\u003e\n\u003cp\u003eSpecially formulated to cut through tough grease buildup in commercial kitchens, food service areas, and industrial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePre-Measured Convenience\u003c\/h3\u003e\n\u003cp\u003eIndividual 3 oz. packets eliminate guesswork and waste, ensuring perfect dilution ratios for consistent cleaning results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Versatility\u003c\/h3\u003e\n\u003cp\u003eSafe and effective on ceramic tile, vinyl composite, stainless steel, quarry tile, walls, and ventilation units.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚗️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEmulsifying Technology\u003c\/h3\u003e\n\u003cp\u003eSuspends dirt and grime through emulsification, preventing redeposit and making cleanup more effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👨💼\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEmployee Safety\u003c\/h3\u003e\n\u003cp\u003eNoncorrosive mildly alkaline formula balances powerful cleaning with staff safety and ease of use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eHigh Yield Concentrate\u003c\/h3\u003e\n\u003cp\u003eEach small 3 oz. packet creates 4 gallons of effective cleaning solution, providing exceptional value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688890536020,"sku":null,"price":80.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_69_b6b16834-1d45-48f8-b4ca-05e79404f407.png?v=1763528241"},{"product_id":"comet-02287-cleaner-with-bleach-ready-to-use-bottle-with-foil-seal-32-fl-oz-8-case","title":"Comet 02287 Cleaner with Bleach Ready-to-Use Bottle with Foil Seal 32 fl. oz. - 8\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #ff6b35;\n            --accent-color: #f0f8ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #fff5e6;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #e6f2ff);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #0088ff);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8fafd, #e6f0ff);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .dual-action-feature {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .dual-action-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--secondary-color);\n        }\n        \n        .application-areas {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .application-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .application-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .application-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .shipping-restrictions {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restrictions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--warning-color);\n        }\n        \n        .restrictions-list {\n            list-style-type: none;\n            margin-top: 10px;\n        }\n        \n        .restrictions-list li {\n            padding: 5px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .restrictions-list li:before {\n            content: \"✕\";\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .ready-to-use-feature {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .ready-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #28a745;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .application-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eComet Cleaner with Bleach\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional 2-in-1 cleaning solution for tough stains and grease\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003e2-in-1 cleaning solution with bleach\u003c\/li\u003e\n\u003cli\u003eContains no abrasives\u003c\/li\u003e\n\u003cli\u003eWide variety of cleaning applications\u003c\/li\u003e\n\u003cli\u003eCuts through grease and stains\u003c\/li\u003e\n\u003cli\u003eRecommended for regular maintenance programs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e19.93 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eBleach tough stains and eliminate grease with the Comet cleaner with bleach ready-to-use bottle with foil seal. With a wide range of cleaning applications, this 2-in-1 cleaning solution offers both heavy-duty detergents along with bleach to maximize cleaning power.\u003c\/p\u003e\n\u003cdiv class=\"dual-action-feature\"\u003e\n\u003cdiv class=\"dual-action-title\"\u003eDual-Action Cleaning Power:\u003c\/div\u003e\n\u003cp\u003eContaining no abrasives, this powerful solution has the capacity to cut through tough grease and other soils without scratching delicate surfaces. This solution conveniently comes ready-to-use in a foil sealed bottle, which means no need for mixing, saving time and reducing waste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ready-to-use-feature\"\u003e\n\u003cdiv class=\"ready-title\"\u003eReady-to-Use Convenience:\u003c\/div\u003e\n\u003cp\u003eJust attach the included compatible spray nozzle (1 included per case) and the bottle is ready to begin using. No mixing required - simply spray and clean for immediate results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-areas\"\u003e\n\u003cdiv class=\"application-title\"\u003eVersatile Cleaning Applications:\u003c\/div\u003e\n\u003cp\u003eThis solution can tackle a wide variety of restroom cleaning needs, including toilets, urinals, sinks, and mildew build-up. Keep spray bottles near welcome desks so staff can immediately take care of tracked-in dirt and scuff marks from incoming clientele.\u003c\/p\u003e\n\u003cdiv class=\"application-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eUrinals\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eSinks\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eMildew\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eKitchen Hoods\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCutting Boards\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eScuff Marks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eIts ability to take on grease also makes it wonderful for kitchen areas where it can easily clean hoods and ranges or bleach out food stains from tables, countertops and cutting boards. This Comet ready-to-use cleaner with bleach will assist your team on ensuring a clean and healthy environment for both employees and guests.\u003c\/p\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 32 fl. oz. per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400010097678\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDual-Action Formula\u003c\/strong\u003e\n\u003cp\u003eCombines heavy-duty detergents with bleach for maximum cleaning power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNon-Abrasive\u003c\/strong\u003e\n\u003cp\u003ePowerful cleaning without scratching delicate surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eReady-to-Use\u003c\/strong\u003e\n\u003cp\u003eNo mixing required - includes spray nozzle for immediate use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGrease Cutting\u003c\/strong\u003e\n\u003cp\u003eEffectively cuts through tough grease and stubborn stains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Applications\u003c\/strong\u003e\n\u003cp\u003eSuitable for restrooms, kitchens, and general maintenance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTime Saving\u003c\/strong\u003e\n\u003cp\u003ePre-mixed formula saves preparation time and reduces waste\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003e2-in-1 Formula\u003c\/h3\u003e\n\u003cp\u003eCombines powerful detergents with bleach for superior cleaning and stain removal in one convenient solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNon-Abrasive Safety\u003c\/h3\u003e\n\u003cp\u003eContains no abrasives, making it safe for delicate surfaces while still providing powerful cleaning action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧴\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eReady-to-Use\u003c\/h3\u003e\n\u003cp\u003eComes pre-mixed with included spray nozzle - no preparation needed for immediate cleaning action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Use\u003c\/h3\u003e\n\u003cp\u003eEffective on restroom fixtures, kitchen surfaces, floors, and general maintenance areas throughout your facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMade in USA\u003c\/h3\u003e\n\u003cp\u003eProudly manufactured in America with quality standards for reliable commercial performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMaintenance Program Ready\u003c\/h3\u003e\n\u003cp\u003eIdeal for regular maintenance programs to keep facilities consistently clean and sanitized.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688891781204,"sku":null,"price":147.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_71_59d67798-94ff-4632-b992-3047701f0fdb.png?v=1763528538"},{"product_id":"fabuloso-professional-cpc05252-1-gallon-ocean-cool-scent-all-purpose-cleaner-and-degreaser-4-case","title":"Fabuloso Professional CPC05252 1 Gallon Ocean Cool Scent All-Purpose Cleaner and Degreaser - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #4a6fa5;\n            --secondary-color: #87ceeb;\n            --accent-color: #f0f8ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #e6f2ff;\n            --success-color: #28a745;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #e6f2ff);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #6b8cbe);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8fafd, #e6f0ff);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .concentrate-feature {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .concentrate-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-compatibility {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .surface-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .surface-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .fragrance-feature {\n            background-color: #fff0f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #ff69b4;\n        }\n        \n        .fragrance-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #d23669;\n        }\n        \n        .usage-instructions {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #ffc107;\n        }\n        \n        .instructions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #e65100;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .surface-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFabuloso Professional All-Purpose Cleaner \u0026amp; Degreaser\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eOcean Cool Scent - Concentrated Formula for Professional Cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eRemoves grease, dirt, and grime\u003c\/li\u003e\n\u003cli\u003eFor use on floors, toilets, furniture, appliances, sinks, windows, and mirrors\u003c\/li\u003e\n\u003cli\u003eOcean cool fragrance\u003c\/li\u003e\n\u003cli\u003eGentle on surfaces\u003c\/li\u003e\n\u003cli\u003eMakes 128 gallons of ready-to-use solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e35.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll-Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e128 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOcean Cool\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners, Degreasers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAppliances, Ceramic Tile, Floors, Restrooms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your space sparkling clean with the Fabuloso Professional 1 gallon ocean cool scent all-purpose cleaner and degreaser! This concentrated formula is designed to tackle tough messes in residential, commercial, and industrial settings.\u003c\/p\u003e\n\u003cdiv class=\"concentrate-feature\"\u003e\n\u003cdiv class=\"concentrate-title\"\u003eEnhanced Concentrated Formula:\u003c\/div\u003e\n\u003cp\u003eWith this new formula, you can get twice as many uses out of the same bottle size compared to the previous Fabuloso Professional formula. This cleaner has the ability to make 128 gallons of ready-to-use solution, making it a cost-effective product for your cleaning needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eSay goodbye to grease, grime, and dirt with this cleaner that cuts through tough stains effortlessly.\u003c\/p\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003cdiv class=\"surface-title\"\u003eMulti-Surface Versatility:\u003c\/div\u003e\n\u003cp\u003eThis versatile cleaner can be used on floors, toilets, furniture, appliances, sinks, windows, and mirrors.\u003c\/p\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFurniture\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eAppliances\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eSinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWindows\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eMirrors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eCeramic Tile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fragrance-feature\"\u003e\n\u003cdiv class=\"fragrance-title\"\u003eRefreshing Ocean Cool Fragrance:\u003c\/div\u003e\n\u003cp\u003eThe ocean cool fragrance leaves a refreshing scent behind, creating a pleasant atmosphere for both employees and customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003cdiv class=\"instructions-title\"\u003eEasy-to-Use Instructions:\u003c\/div\u003e\n\u003cp\u003eThis cleaner has a neutral pH, so it's gentle on surfaces while still providing powerful cleaning action. Best of all, this cleaner is easy to use! Simply mix 1 oz. of the formula with a gallon of water to create a powerful cleaning solution. This cleaner eliminates the need for rinsing after floor cleaning, saving you time and effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 1 gallon (128 fl. oz.) per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10035110459858\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Cleaning\u003c\/strong\u003e\n\u003cp\u003eEffectively removes grease, dirt, and tough grime from multiple surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHigh Concentration\u003c\/strong\u003e\n\u003cp\u003eNew formula provides twice the cleaning power compared to previous versions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCost Effective\u003c\/strong\u003e\n\u003cp\u003eOne gallon makes 128 gallons of ready-to-use cleaning solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePleasant Fragrance\u003c\/strong\u003e\n\u003cp\u003eOcean cool scent leaves spaces smelling fresh and clean\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSurface Safe\u003c\/strong\u003e\n\u003cp\u003eNeutral pH formula is gentle on surfaces while providing powerful cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTime Saving\u003c\/strong\u003e\n\u003cp\u003eNo rinsing required after floor cleaning, saving time and effort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eOcean Cool Scent\u003c\/h3\u003e\n\u003cp\u003eFresh, invigorating ocean fragrance that leaves spaces smelling clean and refreshed without overwhelming chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚗️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEnhanced Concentrate\u003c\/h3\u003e\n\u003cp\u003eNew formula provides twice the cleaning power and yield compared to previous versions for exceptional value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eProfessional Grade\u003c\/h3\u003e\n\u003cp\u003eCommercial-grade formula designed for heavy use in residential, commercial, and industrial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧽\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eSafe for use on floors, appliances, furniture, restrooms, and more with neutral pH formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy Dilution\u003c\/h3\u003e\n\u003cp\u003eSimple 1 oz. per gallon dilution ratio creates effective cleaning solution without complicated measurements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNo-Rinse Formula\u003c\/h3\u003e\n\u003cp\u003eEliminates the need for rinsing after floor cleaning, saving significant time and labor costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688893091924,"sku":null,"price":128.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_73_ec400c6a-bdd4-4718-8d8e-6842b396f313.png?v=1763528791"},{"product_id":"fabuloso-cpc96987-169-oz-concentrated-formula-lemon-scent-multi-purpose-cleaner-3-case","title":"Fabuloso CPC96987 169 oz. Concentrated Formula Lemon Scent Multi-Purpose Cleaner - 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        :root {\n            --primary-color: #ffd700;\n            --secondary-color: #4a8c3a;\n            --accent-color: #fffde7;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #f0f9f0;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #fff9c4);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--secondary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--secondary-color), #6baf5c);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8faf8;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--secondary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--primary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--primary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--secondary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8faf8, #e6f0e6);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--secondary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .enhanced-formula {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .formula-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--secondary-color);\n        }\n        \n        .surface-compatibility {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .surface-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--secondary-color);\n        }\n        \n        .surface-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .surface-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .eco-friendly {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .eco-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #28a745;\n        }\n        \n        .shipping-restrictions {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restrictions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--warning-color);\n        }\n        \n        .restrictions-list {\n            list-style-type: none;\n            margin-top: 10px;\n        }\n        \n        .restrictions-list li {\n            padding: 5px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .restrictions-list li:before {\n            content: \"✕\";\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .usage-instructions {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .instructions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--secondary-color);\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--secondary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .surface-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFabuloso Lemon Multi-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eConcentrated Formula with Enhanced Cleaning Power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eRemoves grease, grime, and dirt\u003c\/li\u003e\n\u003cli\u003eGreat for wiping down countertops, scrubbing sinks, or mopping floors\u003c\/li\u003e\n\u003cli\u003eLeaves no visible residue\u003c\/li\u003e\n\u003cli\u003eEasy-to-pour bottle\u003c\/li\u003e\n\u003cli\u003eFresh lemon scent\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e35.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e169 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAppliances, Ceramic Tile, Countertops, Floors, Restrooms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your space sparkling clean with the Fabuloso 169 oz. lemon scent multi-purpose cleaner! This cleaner is perfect for tackling messes in the kitchen, bathroom, and beyond. Its powerful formula cuts through grease, grime, and dirt, leaving surfaces spotless and fresh.\u003c\/p\u003e\n\u003cdiv class=\"enhanced-formula\"\u003e\n\u003cdiv class=\"formula-title\"\u003eEnhanced Concentrated Formula:\u003c\/div\u003e\n\u003cp\u003eWith two times the active ingredients compared to Fabuloso Original, this cleaner provides you with double the dosage in the same bottle. The delightful lemon scent provides a long-lasting and inviting aroma throughout your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003cdiv class=\"surface-title\"\u003eMulti-Surface Versatility:\u003c\/div\u003e\n\u003cp\u003eWhether you're wiping down countertops, scrubbing sinks, or mopping floors, this multi-surface cleaner gets the job done with ease. This versatile cleaner is also perfect for use on mirrors, windows, toilets, furniture, and appliances.\u003c\/p\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eSinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eMirrors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWindows\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFurniture\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eAppliances\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eco-friendly\"\u003e\n\u003cdiv class=\"eco-title\"\u003eEco-Friendly Packaging:\u003c\/div\u003e\n\u003cp\u003eThis cleaner's packaging uses 50% less plastic than other Fabuloso products, making it a responsible choice for your establishment while maintaining the same cleaning power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003cdiv class=\"instructions-title\"\u003eEasy-to-Use Instructions:\u003c\/div\u003e\n\u003cp\u003eThe easy-to-pour bottle makes dispensing the cleaner a breeze, ensuring quick and efficient cleaning every time. Plus, it leaves no visible residue, eliminating the need for rinsing and saving you valuable time.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDilution Ratio:\u003c\/strong\u003e Mix 1\/8 cup of the cleaner in 1 gallon of water for a diluted solution, or pour it directly onto a sponge for targeted cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 169 fl. oz. (1.32 gallons) per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10827854010378\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDouble Strength Formula\u003c\/strong\u003e\n\u003cp\u003eContains twice the active ingredients compared to original formula for superior cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNo-Rinse Formula\u003c\/strong\u003e\n\u003cp\u003eLeaves no visible residue, eliminating the need for rinsing after cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFresh Lemon Scent\u003c\/strong\u003e\n\u003cp\u003eDelightful lemon fragrance provides long-lasting freshness throughout your space\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMulti-Surface Use\u003c\/strong\u003e\n\u003cp\u003eEffective on countertops, floors, appliances, restrooms, and more\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEco-Friendly Packaging\u003c\/strong\u003e\n\u003cp\u003eUses 50% less plastic than other Fabuloso products\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy Dispensing\u003c\/strong\u003e\n\u003cp\u003eConvenient easy-to-pour bottle design for quick and efficient use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003eInvigorating lemon fragrance that leaves spaces smelling clean and refreshed without harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eDouble Strength Formula\u003c\/h3\u003e\n\u003cp\u003eEnhanced concentrated formula with twice the active ingredients for superior cleaning power and effectiveness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Cleaner\u003c\/h3\u003e\n\u003cp\u003eVersatile formula suitable for kitchens, bathrooms, floors, countertops, appliances, and general surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌱\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEco-Conscious\u003c\/h3\u003e\n\u003cp\u003eEnvironmentally responsible packaging with 50% less plastic while maintaining cleaning performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNo-Rinse Formula\u003c\/h3\u003e\n\u003cp\u003eLeaves surfaces clean and streak-free without requiring rinsing, saving time and water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧴\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy-to-Pour Design\u003c\/h3\u003e\n\u003cp\u003eConvenient bottle design allows for precise pouring and controlled dispensing without spills or waste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688897941588,"sku":null,"price":108.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_75_771b465b-dc4a-4e8a-87cc-2a7e6699cce6.png?v=1763529069"},{"product_id":"fabuloso-professional-cpc05253-1-gallon-lavender-scent-all-purpose-cleaner-and-degreaser-4-case","title":"Fabuloso Professional CPC05253 1 Gallon Lavender Scent All-Purpose Cleaner and Degreaser - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #9c27b0;\n            --secondary-color: #e1bee7;\n            --accent-color: #faf4ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #f3e5f5;\n            --success-color: #28a745;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #f3e5f5);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #ba68c8);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #fafafa, #f3e5f5);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .concentrate-feature {\n            background-color: #f3e5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .concentrate-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-compatibility {\n            background-color: #f8f4ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .surface-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .surface-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .fragrance-feature {\n            background-color: #fff0f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #e91e63;\n        }\n        \n        .fragrance-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #d23669;\n        }\n        \n        .usage-instructions {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #4caf50;\n        }\n        \n        .instructions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2e7d32;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .surface-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFabuloso Professional Lavender All-Purpose Cleaner \u0026amp; Degreaser\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eSoothing Lavender Scent - Concentrated Professional Formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eRemoves grease, dirt, and grime\u003c\/li\u003e\n\u003cli\u003eFor use on floors, toilets, furniture, appliances, sinks, windows, and mirrors\u003c\/li\u003e\n\u003cli\u003eSoothing lavender fragrance\u003c\/li\u003e\n\u003cli\u003eGentle on surfaces\u003c\/li\u003e\n\u003cli\u003eMakes 128 gallons of ready-to-use solution\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e35.4 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll-Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e128 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLavender\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners, Degreasers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAppliances, Ceramic Tile, Floors, Restrooms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eKeep your space sparkling clean with the Fabuloso Professional 1 gallon lavender scent all-purpose cleaner and degreaser! This concentrated formula is designed to tackle tough messes in residential, commercial, and industrial settings.\u003c\/p\u003e\n\u003cdiv class=\"concentrate-feature\"\u003e\n\u003cdiv class=\"concentrate-title\"\u003eEnhanced Concentrated Formula:\u003c\/div\u003e\n\u003cp\u003eWith this new formula, you can get twice as many uses out of the same bottle size compared to the previous Fabuloso Professional formula. This cleaner has the ability to make 128 gallons of ready-to-use solution, making it a cost-effective product for your cleaning needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eSay goodbye to grease, grime, and dirt with this cleaner that cuts through tough stains effortlessly.\u003c\/p\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003cdiv class=\"surface-title\"\u003eMulti-Surface Versatility:\u003c\/div\u003e\n\u003cp\u003eThis versatile cleaner can be used on floors, toilets, furniture, appliances, sinks, windows, and mirrors.\u003c\/p\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFurniture\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eAppliances\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eSinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWindows\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eMirrors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eCeramic Tile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fragrance-feature\"\u003e\n\u003cdiv class=\"fragrance-title\"\u003eSoothing Lavender Fragrance:\u003c\/div\u003e\n\u003cp\u003eThe lavender fragrance leaves a refreshing and calming scent behind, creating a pleasant and relaxing atmosphere for both employees and customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003cdiv class=\"instructions-title\"\u003eEasy-to-Use Instructions:\u003c\/div\u003e\n\u003cp\u003eThis cleaner has a neutral pH, so it's gentle on surfaces while still providing powerful cleaning action. Best of all, this cleaner is easy to use! Simply mix 1 oz. of the formula with a gallon of water to create a powerful cleaning solution. This cleaner eliminates the need for rinsing after floor cleaning, saving you time and effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 1 gallon (128 fl. oz.) per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10035110459551\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Cleaning\u003c\/strong\u003e\n\u003cp\u003eEffectively removes grease, dirt, and tough grime from multiple surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHigh Concentration\u003c\/strong\u003e\n\u003cp\u003eNew formula provides twice the cleaning power compared to previous versions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCost Effective\u003c\/strong\u003e\n\u003cp\u003eOne gallon makes 128 gallons of ready-to-use cleaning solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCalming Fragrance\u003c\/strong\u003e\n\u003cp\u003eSoothing lavender scent creates a relaxing and pleasant environment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSurface Safe\u003c\/strong\u003e\n\u003cp\u003eNeutral pH formula is gentle on surfaces while providing powerful cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTime Saving\u003c\/strong\u003e\n\u003cp\u003eNo rinsing required after floor cleaning, saving time and effort\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eSoothing Lavender Scent\u003c\/h3\u003e\n\u003cp\u003eCalming lavender fragrance that leaves spaces smelling fresh and creates a relaxing atmosphere without harsh chemical odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚗️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEnhanced Concentrate\u003c\/h3\u003e\n\u003cp\u003eNew formula provides twice the cleaning power and yield compared to previous versions for exceptional value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eProfessional Grade\u003c\/h3\u003e\n\u003cp\u003eCommercial-grade formula designed for heavy use in residential, commercial, and industrial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧽\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eSafe for use on floors, appliances, furniture, restrooms, and more with neutral pH formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEasy Dilution\u003c\/h3\u003e\n\u003cp\u003eSimple 1 oz. per gallon dilution ratio creates effective cleaning solution without complicated measurements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNo-Rinse Formula\u003c\/h3\u003e\n\u003cp\u003eEliminates the need for rinsing after floor cleaning, saving significant time and labor costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688900333652,"sku":null,"price":104.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_77_09e7ad30-6d04-4bbc-a315-8ac0e8df9836.png?v=1763529427"},{"product_id":"seventh-generation-22810-26-fl-oz-lemongrass-citrus-disinfecting-multi-surface-cleaner-spray-8-case","title":"Seventh Generation 22810 26 fl. oz. Lemongrass Citrus Disinfecting Multi-Surface Cleaner Spray - 8\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #4caf50;\n            --secondary-color: #ffc107;\n            --accent-color: #f1f8e9;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #e8f5e8;\n            --success-color: #2e7d32;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #e8f5e9);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #66bb6a);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8faf8;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8faf8, #e6f0e6);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .dual-action-feature {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dual-action-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-compatibility {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .surface-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .surface-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .surface-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .eco-features {\n            background-color: #fff9e6;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .eco-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .eco-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .eco-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .disinfecting-feature {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #f44336;\n        }\n        \n        .disinfecting-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #d32f2f;\n        }\n        \n        .usage-instructions {\n            background-color: #e3f2fd;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #2196f3;\n        }\n        \n        .instructions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #1976d2;\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .surface-grid, .eco-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSeventh Generation Disinfecting Multi-Surface Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLemongrass Citrus Scent - Botanical Disinfectant \u0026amp; Cleaner\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003eClean and disinfect with just one product\u003c\/li\u003e\n\u003cli\u003eStreak-free formula easily cleans surfaces without needing to rinse or wipe\u003c\/li\u003e\n\u003cli\u003eKills 99.99% of germs; deodorizes and controls odors\u003c\/li\u003e\n\u003cli\u003eRefreshingly clean lemongrass citrus scent from essential oils and botanical ingredients\u003c\/li\u003e\n\u003cli\u003eGreat for a variety of non-porous surfaces in your establishment\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e16 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free, Eco-Friendly, Gluten-Free, Kosher, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e26 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCitrus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCleaning Chemicals, Disinfectants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eEnsure your establishment is sparkling with this Seventh Generation 26 fl. oz. lemongrass citrus disinfecting multi-surface cleaner spray. This spray is both a cleaner and a disinfectant in one simple product.\u003c\/p\u003e\n\u003cdiv class=\"dual-action-feature\"\u003e\n\u003cdiv class=\"dual-action-title\"\u003e2-in-1 Cleaning \u0026amp; Disinfecting:\u003c\/div\u003e\n\u003cp\u003eTo clean, spray a surface and wipe it down with a rag! This product offers a streak-free clean that is perfect for a variety of non-porous surfaces. To disinfect, spray the surface and let it air dry - no need to wipe it down, even on food-contact surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"disinfecting-feature\"\u003e\n\u003cdiv class=\"disinfecting-title\"\u003ePowerful Germ Elimination:\u003c\/div\u003e\n\u003cp\u003eThis spray kills 99.99% of germs with botanical ingredients. Wipe out dirt, dust, bacteria, and germs in your office, hotel, or restaurant with this effective disinfecting spray!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003cdiv class=\"surface-title\"\u003eMulti-Surface Compatibility:\u003c\/div\u003e\n\u003cp\u003ePerfect for a variety of non-porous surfaces including:\u003c\/p\u003e\n\u003cdiv class=\"surface-grid\"\u003e\n\u003cdiv class=\"surface-item\"\u003eFiberglass\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eLaminate\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eMetal\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003ePlastic\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eStone\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eVinyl\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eWood\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eFood Contact Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eco-features\"\u003e\n\u003cdiv class=\"eco-title\"\u003eEco-Friendly \u0026amp; Ethical Features:\u003c\/div\u003e\n\u003cp\u003eThis cleaner features refreshing lemongrass citrus scent that comes from essential oils for a truly refreshing clean that also helps eliminate odors.\u003c\/p\u003e\n\u003cdiv class=\"eco-grid\"\u003e\n\u003cdiv class=\"eco-item\"\u003eCruelty-Free\u003c\/div\u003e\n\u003cdiv class=\"eco-item\"\u003eEco-Friendly\u003c\/div\u003e\n\u003cdiv class=\"eco-item\"\u003eGluten-Free\u003c\/div\u003e\n\u003cdiv class=\"eco-item\"\u003eKosher\u003c\/div\u003e\n\u003cdiv class=\"eco-item\"\u003eMade in USA\u003c\/div\u003e\n\u003cdiv class=\"eco-item\"\u003eBotanical Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003cdiv class=\"instructions-title\"\u003eEasy Application Instructions:\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eFor Cleaning:\u003c\/strong\u003e Spray surface and wipe with a clean cloth or rag\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor Disinfecting:\u003c\/strong\u003e Spray surface and allow to air dry - no wiping required\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor Food Contact Surfaces:\u003c\/strong\u003e Safe to use without rinsing after air drying\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013756060\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDual-Action Formula\u003c\/strong\u003e\n\u003cp\u003eCombines cleaning and disinfecting power in one convenient spray\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHospital-Grade Disinfection\u003c\/strong\u003e\n\u003cp\u003eKills 99.99% of germs and bacteria on contact\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eStreak-Free Cleaning\u003c\/strong\u003e\n\u003cp\u003eLeaves surfaces sparkling clean without residue or streaks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNatural Fragrance\u003c\/strong\u003e\n\u003cp\u003eLemongrass citrus scent from essential oils, not synthetic fragrances\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEco-Certified\u003c\/strong\u003e\n\u003cp\u003eCruelty-free, gluten-free, kosher, and made with botanical ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNo-Rinse Disinfecting\u003c\/strong\u003e\n\u003cp\u003eAir-dry disinfecting requires no wiping, even on food surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003eBotanical Formula\u003c\/h3\u003e\n\u003cp\u003ePowered by plant-based ingredients and essential oils for effective cleaning without harsh chemicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🦠\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003e99.99% Germ Elimination\u003c\/h3\u003e\n\u003cp\u003eHospital-grade disinfection that kills virtually all germs and bacteria on non-porous surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍊\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNatural Citrus Scent\u003c\/h3\u003e\n\u003cp\u003eRefreshing lemongrass citrus fragrance derived from essential oils, not synthetic perfumes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌎\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEco-Conscious\u003c\/h3\u003e\n\u003cp\u003eCruelty-free, gluten-free, kosher certified, and made in the USA with sustainable practices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🍽️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eFood-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eSafe for use on food contact surfaces without requiring rinsing after air drying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eStreak-Free Finish\u003c\/h3\u003e\n\u003cp\u003eLeaves surfaces clean and sparkling without residue, streaks, or film buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688901316692,"sku":null,"price":95.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_79_9c986cd2-54b1-4b09-816f-807affd5ccf7.png?v=1763529679"},{"product_id":"comet-02291-cleaner-with-bleach-ready-to-use-with-spray-bottle-1-gallon-3-case","title":"Comet 02291 Cleaner with Bleach Ready-to-Use with Spray Bottle 1 Gallon - 3\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #ff6b35;\n            --accent-color: #f0f8ff;\n            --text-color: #333;\n            --border-color: #e0e0e0;\n            --highlight-color: #fff5e6;\n            --success-color: #28a745;\n            --warning-color: #dc3545;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            color: var(--primary-color);\n            margin-bottom: 8px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, var(--accent-color), #e6f2ff);\n            border-radius: 10px;\n            padding: 25px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .overview-title {\n            font-size: 22px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n        }\n        \n        .highlights-list li {\n            padding: 12px 0;\n            display: flex;\n            align-items: flex-start;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .highlights-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlights-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background-color: #f0f9f0;\n            border-radius: 50%;\n            width: 24px;\n            height: 24px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        .specs-table-container {\n            margin: 40px 0;\n            overflow: hidden;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, var(--primary-color), #0088ff);\n            color: white;\n            text-align: left;\n            padding: 18px 20px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fafd;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .product-details {\n            margin: 30px 0;\n            line-height: 1.7;\n        }\n        \n        .details-title {\n            font-size: 24px;\n            margin-bottom: 18px;\n            color: var(--primary-color);\n            font-weight: 600;\n            border-bottom: 2px solid var(--secondary-color);\n            padding-bottom: 8px;\n            display: inline-block;\n        }\n        \n        .upc-code {\n            background-color: var(--highlight-color);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            display: inline-block;\n            font-weight: 600;\n            border-left: 4px solid var(--secondary-color);\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);\n            border: 1px solid var(--border-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 32px;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8fafd, #e6f0ff);\n            border-radius: 10px;\n            padding: 30px;\n            margin: 40px 0;\n        }\n        \n        .benefits-title {\n            font-size: 24px;\n            margin-bottom: 20px;\n            color: var(--primary-color);\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 20px;\n            color: var(--secondary-color);\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        .dual-action-feature {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--secondary-color);\n        }\n        \n        .dual-action-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--secondary-color);\n        }\n        \n        .application-areas {\n            background-color: #f0f7ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n        }\n        \n        .application-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .application-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-top: 10px;\n        }\n        \n        .application-item {\n            padding: 8px 12px;\n            background: white;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n        }\n        \n        .shipping-restrictions {\n            background-color: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--warning-color);\n        }\n        \n        .restrictions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--warning-color);\n        }\n        \n        .restrictions-list {\n            list-style-type: none;\n            margin-top: 10px;\n        }\n        \n        .restrictions-list li {\n            padding: 5px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .restrictions-list li:before {\n            content: \"✕\";\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .ready-to-use-feature {\n            background-color: #e8f5e8;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #28a745;\n        }\n        \n        .ready-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #28a745;\n        }\n        \n        .dimensions-box {\n            background-color: var(--accent-color);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .dimensions-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .product-title {\n                font-size: 26px;\n            }\n            \n            .application-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eComet Cleaner with Bleach\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional 2-in-1 Cleaning Solution with Spray Bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"highlights-list\"\u003e\n\u003cli\u003e2-in-1 cleaning solution with bleach\u003c\/li\u003e\n\u003cli\u003eContains no abrasives\u003c\/li\u003e\n\u003cli\u003eCuts through grease and stains\u003c\/li\u003e\n\u003cli\u003eWide variety of cleaning applications\u003c\/li\u003e\n\u003cli\u003eRecommended for regular maintenance programs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eProduct Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e28.73 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use, Refill\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eBleach tough stains and eliminate grease with the Comet cleaner with bleach ready-to-use and spray bottle. With a wide range of cleaning applications, this 2-in-1 cleaning solution offers both heavy-duty detergents along with bleach to maximize cleaning power.\u003c\/p\u003e\n\u003cdiv class=\"dual-action-feature\"\u003e\n\u003cdiv class=\"dual-action-title\"\u003eDual-Action Cleaning Power:\u003c\/div\u003e\n\u003cp\u003eContaining no abrasives, this powerful solution has the capacity to cut through tough grease and other soils without scratching delicate surfaces. This solution conveniently comes ready-to-use, which means no need for mixing, saving time and reducing waste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ready-to-use-feature\"\u003e\n\u003cdiv class=\"ready-title\"\u003eComplete Cleaning System:\u003c\/div\u003e\n\u003cp\u003eIt also comes with a spray bottle for immediate application. This makes it perfect for quick spot cleaning and targeted application throughout your facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-areas\"\u003e\n\u003cdiv class=\"application-title\"\u003eVersatile Cleaning Applications:\u003c\/div\u003e\n\u003cp\u003eThis solution can tackle a wide variety of restroom cleaning needs, including toilets, urinals, sinks, and mildew build-up. Keep spray bottles near welcome desks so staff can immediately take care of tracked-in dirt and scuff marks from incoming clientele.\u003c\/p\u003e\n\u003cdiv class=\"application-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eUrinals\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eSinks\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eMildew\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eKitchen Hoods\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eCutting Boards\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003eScuff Marks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eIts ability to take on grease and stains also makes it wonderful for kitchen areas where it can easily clean hoods and ranges or bleach out food stains from tables, countertops and cutting boards. This Comet ready-to-use cleaner with bleach will assist your team on ensuring a clean and healthy environment for both employees and guests.\u003c\/p\u003e\n\u003cdiv class=\"dimensions-box\"\u003e\n\u003cdiv class=\"dimensions-title\"\u003eOverall Dimensions:\u003c\/div\u003e\n\u003cp\u003ePackage Size: 1 gallon per bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 00037000022916\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDual-Action Formula\u003c\/strong\u003e\n\u003cp\u003eCombines heavy-duty detergents with bleach for maximum cleaning power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNon-Abrasive\u003c\/strong\u003e\n\u003cp\u003ePowerful cleaning without scratching delicate surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eReady-to-Use\u003c\/strong\u003e\n\u003cp\u003eNo mixing required - includes spray bottle for immediate use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGrease \u0026amp; Stain Removal\u003c\/strong\u003e\n\u003cp\u003eEffectively cuts through tough grease and stubborn stains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVersatile Applications\u003c\/strong\u003e\n\u003cp\u003eSuitable for restrooms, kitchens, and general maintenance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTime Saving\u003c\/strong\u003e\n\u003cp\u003ePre-mixed formula saves preparation time and reduces waste\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"details-title\"\u003eKey Features\u003c\/h2\u003e\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\"\u003e2-in-1 Formula\u003c\/h3\u003e\n\u003cp\u003eCombines powerful detergents with bleach for superior cleaning and stain removal in one convenient solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNon-Abrasive Safety\u003c\/h3\u003e\n\u003cp\u003eContains no abrasives, making it safe for delicate surfaces while still providing powerful cleaning action.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧴\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eComplete System\u003c\/h3\u003e\n\u003cp\u003eIncludes both 1-gallon refill bottle and spray bottle for immediate use and convenient refilling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMulti-Surface Use\u003c\/h3\u003e\n\u003cp\u003eEffective on restroom fixtures, kitchen surfaces, floors, and general maintenance areas throughout your facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMade in USA\u003c\/h3\u003e\n\u003cp\u003eProudly manufactured in America with quality standards for reliable commercial performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMaintenance Program Ready\u003c\/h3\u003e\n\u003cp\u003eIdeal for regular maintenance programs to keep facilities consistently clean and sanitized.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688908853332,"sku":null,"price":166.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_81_cb6ba187-9ee5-4732-b68f-50944575cdcd.png?v=1763529940"},{"product_id":"cloroxpro-pine-sol-clo60607ct-80-oz-lemon-fresh-scent-multi-surface-cleaner-3-case","title":"CloroxPro Pine-Sol CLO60607CT 80 oz. Lemon Fresh Scent Multi-Surface Cleaner - 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        \/* 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            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #2e7d32 0%, #4caf50 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: 400;\n        }\n        \n        \/* Content Sections *\/\n        .section {\n            padding: 30px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .section:last-child {\n            border-bottom: none;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #2e7d32;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f5e9;\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: 20px;\n            margin-top: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: #f8fdf8;\n            border-radius: 8px;\n            border-left: 4px solid #4caf50;\n        }\n        \n        .feature-icon {\n            color: #4caf50;\n            margin-right: 15px;\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 15px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\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        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fdf8;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #e8f5e9;\n        }\n        \n        \/* Details Section *\/\n        .details-content {\n            line-height: 1.8;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .details-content b {\n            color: #2e7d32;\n        }\n        \n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: #f0f7f0;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2e7d32;\n            margin-top: 10px;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003ePine-Sol Multi-Surface Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLemon Fresh Scent - Concentrated Formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Overview Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\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\u003e\n\u003ch3\u003ePowerful Cleaning\u003c\/h3\u003e\n\u003cp\u003eCuts through grease and grime while also removing allergens\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003eLemon fresh scent promotes a clean, inviting atmosphere\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVersatile Use\u003c\/h3\u003e\n\u003cp\u003eSafe to use on sealed wood, tile, stone, glass, and porcelain\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEffective Disinfection\u003c\/h3\u003e\n\u003cp\u003eKills 99.9% of germs including SARS-CoV-2, Staph, Salmonella, and Influenza A virus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Purpose\u003c\/h3\u003e\n\u003cp\u003eGreat for offices, restaurants, schools, and healthcare facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eConcentrated Formula\u003c\/h3\u003e\n\u003cp\u003eLasts twice as long as regular cleaners\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"section\"\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\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\u003e17.1 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\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e80 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eFresh Lemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates, Ready-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e1.87 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners, Degreasers, Disinfectants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eClean and disinfect your floors, bathrooms, and kitchen surfaces with this CloroxPro Pine-Sol lemon fresh scent multi-surface cleaner. This cleaner cuts through tough grease and grime while leaving a fresh, clean lemon scent behind. This powerful cleaner also kills 99.9% of germs and is effective against Staph, Salmonella, Influenza A virus, and SARS-CoV-2, the virus that causes COVID-19.\u003c\/p\u003e\n\u003cp\u003eThis versatile cleaner is safe to use on a variety of surfaces including sealed wood, tile, stone, glass, and porcelain. It is not for use on marble, aluminum, copper, or wood that is unfinished, waxed, oiled, or worn. Featuring a concentrated formula, this bottle will last twice as long. Whether you're using it in an office, restaurant, school, or office, this CloroxPro Pine-Sol cleaner will be a great addition to your cleaning arsenal!\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eOverall Dimensions:\u003c\/b\u003e\u003cbr\u003ePackage Size: 80 oz.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10044600606078\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":42688917635156,"sku":null,"price":98.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_83_2a3ee953-f0da-4da0-8755-605d83bde95c.png?v=1763531449"},{"product_id":"tide-professional-02364-36-lb-floor-and-all-purpose-cleaner-concentrate-powder","title":"Tide Professional 02364 36 lb. Floor and All-Purpose Cleaner Concentrate 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        \/* 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            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #0056a6 0%, #0073e6 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: 400;\n        }\n        \n        \/* Content Sections *\/\n        .section {\n            padding: 30px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .section:last-child {\n            border-bottom: none;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #0056a6;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f2fc;\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: 20px;\n            margin-top: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: #f8fbfe;\n            border-radius: 8px;\n            border-left: 4px solid #0073e6;\n        }\n        \n        .feature-icon {\n            color: #0073e6;\n            margin-right: 15px;\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 15px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #0056a6;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fbfe;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #e8f2fc;\n        }\n        \n        \/* Details Section *\/\n        .details-content {\n            line-height: 1.8;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .details-content b {\n            color: #0056a6;\n        }\n        \n        .details-content u {\n            color: #0056a6;\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: #f0f7ff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0056a6;\n            margin-top: 10px;\n        }\n        \n        \/* Capacity Highlight *\/\n        .capacity-highlight {\n            background: linear-gradient(135deg, #0056a6 0%, #0073e6 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 20px 0;\n        }\n        \n        .capacity-highlight h3 {\n            font-size: 1.4rem;\n            margin-bottom: 5px;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eTide Professional Floor \u0026amp; All-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e36 lb. Concentrated Powder Cleaner\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Overview Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\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\u003e\n\u003ch3\u003eEasy-Rinse Formula\u003c\/h3\u003e\n\u003cp\u003ePowdered formula rinses easily without residue\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBleach Compatible\u003c\/h3\u003e\n\u003cp\u003eSafe to use with chlorine bleach for deeper cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVersatile Application\u003c\/h3\u003e\n\u003cp\u003eGreat for floors, walls, pots, pans, and dumpsters\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUnscented Formula\u003c\/h3\u003e\n\u003cp\u003eNo added fragrances for sensitive environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHigh Capacity\u003c\/h3\u003e\n\u003cp\u003eAmple 36 lb. container for extended use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMade in America\u003c\/h3\u003e\n\u003cp\u003eQuality product manufactured in the USA\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"section\"\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\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\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e38.72 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\u003eFloor Care 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\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e36 lb.\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\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Floor Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eProvide an advanced solution to cleaning difficult areas with this Tide Professional 36 lb. floor and all-purpose cleaner concentrate powder! This powdered concentrate is incredibly versatile and ideal for use on concrete floors or quarry tile, but also great for pots and pans, walls, exhaust hoods, dumpsters, and other dirty areas at your business.\u003c\/p\u003e\n\u003cp\u003eThis powerful cleaning agent has high levels of surfactant and builders that make it exceptionally good at cutting through grease and grime. Safely use this powdered concentrate with chlorine bleach to get an even deeper clean. The powder contains no phosphates and has an unscented, easy-rinse formula that makes it easy to use for you or your staff.\u003c\/p\u003e\n\u003cdiv class=\"capacity-highlight\"\u003e\n\u003ch3\u003eHigh Capacity Container\u003c\/h3\u003e\n\u003cp\u003e36 lb. concentrated powder for extended commercial use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eUse this powdered cleaning solution as a versatile way to keep tough areas clean at your business!\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003cu\u003eOverall Dimensions:\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003eCapacity: 36 lb.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10037000023644\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":42688920551508,"sku":null,"price":258.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_87_52cf1b92-58bf-4a57-9e89-b54f92809c51.png?v=1763531825"},{"product_id":"fabuloso-cpc61037882-169-oz-concentrated-formula-lavender-scent-multi-purpose-cleaner-3-case","title":"Fabuloso CPC61037882 169 oz. Concentrated Formula Lavender Scent Multi-Purpose Cleaner - 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        \/* 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            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #6a0dad 0%, #9b4dca 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: 400;\n        }\n        \n        \/* Content Sections *\/\n        .section {\n            padding: 30px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .section:last-child {\n            border-bottom: none;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #6a0dad;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f3e8fd;\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: 20px;\n            margin-top: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: #faf5ff;\n            border-radius: 8px;\n            border-left: 4px solid #9b4dca;\n        }\n        \n        .feature-icon {\n            color: #9b4dca;\n            margin-right: 15px;\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 15px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #6a0dad;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #faf5ff;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f3e8fd;\n        }\n        \n        \/* Details Section *\/\n        .details-content {\n            line-height: 1.8;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .details-content b {\n            color: #6a0dad;\n        }\n        \n        .details-content u {\n            color: #6a0dad;\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: #f5edff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #6a0dad;\n            margin-top: 10px;\n        }\n        \n        \/* Eco-Friendly Highlight *\/\n        .eco-highlight {\n            background: linear-gradient(135deg, #6a0dad 0%, #9b4dca 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 20px 0;\n        }\n        \n        .eco-highlight h3 {\n            font-size: 1.4rem;\n            margin-bottom: 5px;\n        }\n        \n        \/* Shipping Restrictions *\/\n        .shipping-restrictions {\n            background: #fff5f5;\n            border: 1px solid #fed7d7;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 20px 0;\n        }\n        \n        .shipping-restrictions h4 {\n            color: #c53030;\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .restriction-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 5px;\n        }\n        \n        .restriction-icon {\n            color: #c53030;\n            margin-right: 10px;\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Usage Instructions *\/\n        .usage-instructions {\n            background: #f0fff4;\n            border: 1px solid #9ae6b4;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .usage-instructions h4 {\n            color: #2f855a;\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eFabuloso Multi-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLavender Scent - 169 fl. oz. Concentrate\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Overview Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\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\u003e\n\u003ch3\u003ePowerful Cleaning\u003c\/h3\u003e\n\u003cp\u003eRemoves grease, grime, and dirt from multiple surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface Use\u003c\/h3\u003e\n\u003cp\u003eGreat for countertops, sinks, floors, and appliances\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eNo Residue\u003c\/h3\u003e\n\u003cp\u003eLeaves no visible residue, no rinsing required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy Pour Bottle\u003c\/h3\u003e\n\u003cp\u003eConvenient dispensing for quick and efficient cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLavender Scent\u003c\/h3\u003e\n\u003cp\u003eDelightful long-lasting fragrance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDouble Strength\u003c\/h3\u003e\n\u003cp\u003eTwo times the active ingredients of Fabuloso Original\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"section\"\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\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\u003e35.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eMulti-Purpose\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\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e169 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScent\u003c\/td\u003e\n\u003ctd\u003eLavender\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\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eAppliances, Ceramic Tile, Countertops, Floors, Restrooms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eKeep your space sparkling clean with the Fabuloso 169 oz. lavender scent multi-purpose cleaner! This cleaner is perfect for tackling messes in the kitchen, bathroom, and beyond. Its powerful formula cuts through grease, grime, and dirt, leaving surfaces spotless and fresh. The delightful lavender scent provides a long-lasting and inviting aroma throughout your space.\u003c\/p\u003e\n\u003cp\u003eWhether you're wiping down countertops, scrubbing sinks, or mopping floors, this multi-surface cleaner gets the job done with ease. This versatile cleaner is also perfect for use on mirrors, windows, toilets, furniture, and appliances.\u003c\/p\u003e\n\u003cdiv class=\"eco-highlight\"\u003e\n\u003ch3\u003eEco-Friendly Choice\u003c\/h3\u003e\n\u003cp\u003e50% less plastic packaging than other Fabuloso products\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003ch4\u003eUsage Instructions\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003eDiluted Solution:\u003c\/strong\u003e Mix 1\/8 cup of cleaner in 1 gallon of water\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDirect Application:\u003c\/strong\u003e Pour directly onto sponge for targeted cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eWith two times the active ingredients compared to Fabuloso Original, this cleaner provides you with double the dosage in the same bottle. The easy-to-pour bottle makes dispensing the cleaner a breeze, ensuring quick and efficient cleaning every time.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003cu\u003eOverall Dimensions:\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003ePackage Size: 169 oz.\u003c\/p\u003e\n\u003cp\u003eUPC Code: 10827854010347\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42688925040724,"sku":null,"price":104.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_89_b77a733b-0c56-4d9d-b8ba-543f7e9918f4.png?v=1763532035"},{"product_id":"lysol-rac00351-32-oz-lemon-breeze-all-purpose-cleaner-12-case","title":"Lysol RAC00351 32 oz. Lemon Breeze All-Purpose Cleaner - 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        \/* 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            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #0056a6 0%, #0078d4 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: 400;\n        }\n        \n        \/* Content Sections *\/\n        .section {\n            padding: 30px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .section:last-child {\n            border-bottom: none;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #0056a6;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f2fc;\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: 20px;\n            margin-top: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: #f8fbfe;\n            border-radius: 8px;\n            border-left: 4px solid #0078d4;\n        }\n        \n        .feature-icon {\n            color: #0078d4;\n            margin-right: 15px;\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 15px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: #0056a6;\n            color: white;\n            text-align: left;\n            padding: 15px;\n            font-weight: 600;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fbfe;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #e8f2fc;\n        }\n        \n        \/* Details Section *\/\n        .details-content {\n            line-height: 1.8;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .details-content b {\n            color: #0056a6;\n        }\n        \n        .details-content u {\n            color: #0056a6;\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: #f0f7ff;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0056a6;\n            margin-top: 10px;\n        }\n        \n        \/* Disinfection Highlight *\/\n        .disinfection-highlight {\n            background: linear-gradient(135deg, #0056a6 0%, #0078d4 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 20px 0;\n        }\n        \n        .disinfection-highlight h3 {\n            font-size: 1.4rem;\n            margin-bottom: 10px;\n        }\n        \n        \/* Pathogen Protection *\/\n        .pathogen-protection {\n            background: #fff8e1;\n            border: 1px solid #ffd54f;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .pathogen-protection h4 {\n            color: #ff6f00;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .pathogen-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n        }\n        \n        .pathogen-item {\n            display: flex;\n            align-items: center;\n            padding: 8px;\n        }\n        \n        .pathogen-icon {\n            color: #d32f2f;\n            margin-right: 10px;\n            font-size: 1rem;\n        }\n        \n        \/* OSHA Compliance *\/\n        .compliance-badge {\n            background: #e8f5e8;\n            border: 1px solid #4caf50;\n            border-radius: 8px;\n            padding: 15px;\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .compliance-badge h4 {\n            color: #2e7d32;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .pathogen-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eLysol Advanced Deep Clean All-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLemon Breeze Scent - Professional Disinfectant\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Overview Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\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\u003e\n\u003ch3\u003eAdvanced Disinfection\u003c\/h3\u003e\n\u003cp\u003eKills 99.9% of viruses and bacteria when used as directed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCOVID-19 Protection\u003c\/h3\u003e\n\u003cp\u003eProven to kill the virus that causes COVID-19 in 2 minutes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003ePleasant lemon breeze fragrance that lingers after cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface Cleaning\u003c\/h3\u003e\n\u003cp\u003eSuitable for counters, restroom fixtures, and hard surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOSHA Compliant\u003c\/h3\u003e\n\u003cp\u003eMeets bloodborne pathogen standards for facility compliance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMade in America\u003c\/h3\u003e\n\u003cp\u003eQuality product manufactured in the USA\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"section\"\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\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\u003e12\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e29 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\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\u003eScent\u003c\/td\u003e\n\u003ctd\u003eLemon\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\u003e3 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eMaintain a clean and fresh environment with Lysol 32 oz. lemon breeze all-purpose cleaner! This powerful cleaner not only eliminates dirt and grime, but it also kills up to 99.9% of viruses, including cold and flu viruses, when used as directed.\u003c\/p\u003e\n\u003cdiv class=\"disinfection-highlight\"\u003e\n\u003ch3\u003eAdvanced Pathogen Protection\u003c\/h3\u003e\n\u003cp\u003eProven to kill the virus that causes COVID-19 in just 2 minutes when used as directed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-protection\"\u003e\n\u003ch4\u003eEffective Against These Pathogens:\u003c\/h4\u003e\n\u003cdiv class=\"pathogen-list\"\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cdiv class=\"pathogen-icon\"\u003e•\u003c\/div\u003e\n\u003cdiv\u003eSalmonella\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cdiv class=\"pathogen-icon\"\u003e•\u003c\/div\u003e\n\u003cdiv\u003eE. coli\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cdiv class=\"pathogen-icon\"\u003e•\u003c\/div\u003e\n\u003cdiv\u003eH1N1 Influenza\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cdiv class=\"pathogen-icon\"\u003e•\u003c\/div\u003e\n\u003cdiv\u003eHerpes Simplex Virus\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cdiv class=\"pathogen-icon\"\u003e•\u003c\/div\u003e\n\u003cdiv\u003eCold \u0026amp; Flu Viruses\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cdiv class=\"pathogen-icon\"\u003e•\u003c\/div\u003e\n\u003cdiv\u003eSARS-CoV-2 (COVID-19)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compliance-badge\"\u003e\n\u003ch4\u003eOSHA Compliance\u003c\/h4\u003e\n\u003cp\u003eFormulated to meet OSHA bloodborne pathogen standards for facility compliance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eWith a refreshing lemon breeze scent, this cleaner leaves behind a pleasant fragrance that lingers after cleaning, providing a welcoming atmosphere for both employees and customers. This all-purpose cleaner is suitable for use on various high-touch surfaces such as counters, desks, chairs, restroom fixtures, and other hard, non-porous surfaces.\u003c\/p\u003e\n\u003cp\u003eFrom cutting grease to deodorizing, this cleaner does it all, making it an essential tool for maintaining a clean facility. Thanks to the ergonomic trigger spray bottle, this product is easy for your staff to use, whether they're cleaning up a spill or performing routine janitorial tasks.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003cu\u003eOverall Dimensions:\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003ePackage Size: 32 oz.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 10019200003510\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":42688926974036,"sku":null,"price":154.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_91_26c6235f-7331-4414-8bd7-a0e295fd0b26.png?v=1763532301"},{"product_id":"simple-green-2700000113006-5-gallon-sassafras-scented-concentrated-industrial-cleaner-and-degreaser","title":"Simple Green 2700000113006 5 Gallon Sassafras Scented Concentrated Industrial Cleaner and Degreaser","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* 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            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #2e7d32 0%, #4caf50 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: 400;\n        }\n        \n        \/* Content Sections *\/\n        .section {\n            padding: 30px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .section:last-child {\n            border-bottom: none;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #2e7d32;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f5e9;\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: 20px;\n            margin-top: 20px;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 15px;\n            background: #f8fdf8;\n            border-radius: 8px;\n            border-left: 4px solid #4caf50;\n        }\n        \n        .feature-icon {\n            color: #4caf50;\n            margin-right: 15px;\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n        \n        \/* Specifications Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 15px;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\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        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8fdf8;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #e8f5e9;\n        }\n        \n        \/* Details Section *\/\n        .details-content {\n            line-height: 1.8;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .details-content b {\n            color: #2e7d32;\n        }\n        \n        .details-content u {\n            color: #2e7d32;\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: #f0f7f0;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2e7d32;\n            margin-top: 10px;\n        }\n        \n        \/* Eco-Friendly Highlight *\/\n        .eco-highlight {\n            background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 20px 0;\n        }\n        \n        .eco-highlight h3 {\n            font-size: 1.4rem;\n            margin-bottom: 10px;\n        }\n        \n        \/* Safety Features *\/\n        .safety-features {\n            background: #e8f5e9;\n            border: 1px solid #4caf50;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .safety-features h4 {\n            color: #2e7d32;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .safety-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n        }\n        \n        .safety-item {\n            display: flex;\n            align-items: center;\n            padding: 8px;\n        }\n        \n        .safety-icon {\n            color: #2e7d32;\n            margin-right: 10px;\n            font-size: 1rem;\n        }\n        \n        \/* Equipment Compatibility *\/\n        .equipment-compatibility {\n            background: #fff8e1;\n            border: 1px solid #ffd54f;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .equipment-compatibility h4 {\n            color: #ff6f00;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .equipment-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n        }\n        \n        .equipment-item {\n            display: flex;\n            align-items: center;\n            padding: 8px;\n        }\n        \n        .equipment-icon {\n            color: #ff6f00;\n            margin-right: 10px;\n            font-size: 1rem;\n        }\n        \n        \/* Industry Applications *\/\n        .industry-applications {\n            background: #e3f2fd;\n            border: 1px solid #2196f3;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 20px 0;\n        }\n        \n        .industry-applications h4 {\n            color: #1565c0;\n            margin-bottom: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .industry-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n        }\n        \n        .industry-item {\n            display: flex;\n            align-items: center;\n            padding: 8px;\n        }\n        \n        .industry-icon {\n            color: #1565c0;\n            margin-right: 10px;\n            font-size: 1rem;\n        }\n        \n        \/* Capacity Highlight *\/\n        .capacity-highlight {\n            background: linear-gradient(135deg, #2e7d32 0%, #4caf50 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 20px 0;\n        }\n        \n        .capacity-highlight h3 {\n            font-size: 1.4rem;\n            margin-bottom: 5px;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .safety-list,\n            .equipment-list,\n            .industry-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .section {\n                padding: 20px;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSimple Green Industrial Cleaner \u0026amp; Degreaser\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e5 Gallon Concentrate - Sassafras Scent\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product Overview Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\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\u003e\n\u003ch3\u003ePowerful Degreasing\u003c\/h3\u003e\n\u003cp\u003eNon-abrasive formula cuts through tough grease and grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSafe Handling\u003c\/h3\u003e\n\u003cp\u003eNo special handling or personal protection requirements\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Industry Use\u003c\/h3\u003e\n\u003cp\u003eGreat for manufacturing, food processing, and automotive facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEquipment Compatible\u003c\/h3\u003e\n\u003cp\u003eWorks with floor scrubbers, pressure washers, and parts washers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVersatile Cleaning\u003c\/h3\u003e\n\u003cp\u003eCleans and degreases any washable surface\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Sassafras Scent\u003c\/h3\u003e\n\u003cp\u003ePleasant aroma without harsh chemical smells\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"section\"\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\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 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eGrease\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\u003eButyl-Free, EPA Safer Choice, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\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\u003eSassafras\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\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaners, Degreasers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eAppliances, Countertops, Engines, Floors, Walls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Product Details Section --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eClean up tough grease and grime with this Simple Green concentrated industrial cleaner and degreaser. The non-abrasive, non-caustic, and non-flammable formula cuts through tough grime to leave surfaces clean and free from any sticky residue.\u003c\/p\u003e\n\u003cdiv class=\"eco-highlight\"\u003e\n\u003ch3\u003eEPA Safer Choice Certified\u003c\/h3\u003e\n\u003cp\u003eEnvironmentally responsible formula meets strict EPA standards\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003ch4\u003eSafe Formula Features\u003c\/h4\u003e\n\u003cdiv class=\"safety-list\"\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eNon-Abrasive\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eNon-Caustic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eNon-Flammable\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eButyl-Free\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eNo Petroleum Distillates\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eNo Harsh Chemicals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"industry-applications\"\u003e\n\u003ch4\u003eIndustry Applications\u003c\/h4\u003e\n\u003cdiv class=\"industry-list\"\u003e\n\u003cdiv class=\"industry-item\"\u003e\n\u003cdiv class=\"industry-icon\"\u003e🏭\u003c\/div\u003e\n\u003cdiv\u003eManufacturing Facilities\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"industry-item\"\u003e\n\u003cdiv class=\"industry-icon\"\u003e🍽️\u003c\/div\u003e\n\u003cdiv\u003eFood Processing Plants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"industry-item\"\u003e\n\u003cdiv class=\"industry-icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv\u003eAutomotive Shops\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"industry-item\"\u003e\n\u003cdiv class=\"industry-icon\"\u003e🏢\u003c\/div\u003e\n\u003cdiv\u003eCommercial Buildings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"equipment-compatibility\"\u003e\n\u003ch4\u003eEquipment Compatibility\u003c\/h4\u003e\n\u003cdiv class=\"equipment-list\"\u003e\n\u003cdiv class=\"equipment-item\"\u003e\n\u003cdiv class=\"equipment-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv\u003eFloor Scrubbers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"equipment-item\"\u003e\n\u003cdiv class=\"equipment-icon\"\u003e💦\u003c\/div\u003e\n\u003cdiv\u003ePressure Washers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"equipment-item\"\u003e\n\u003cdiv class=\"equipment-icon\"\u003e🧼\u003c\/div\u003e\n\u003cdiv\u003eParts Washers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"equipment-item\"\u003e\n\u003cdiv class=\"equipment-icon\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003eCarpet Extractors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"equipment-item\"\u003e\n\u003cdiv class=\"equipment-icon\"\u003e👐\u003c\/div\u003e\n\u003cdiv\u003eManual Application\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"capacity-highlight\"\u003e\n\u003ch3\u003eHigh Capacity Container\u003c\/h3\u003e\n\u003cp\u003e5 gallon concentrated formula for extended industrial use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis industrial cleaner and degreaser is powerful enough to clean up intense grime yet gentle enough to use on a regular basis in high-traffic areas. This versatile cleaner can be used to clean and degrease any washable surface, eliminating the need for multiple specialty cleaners.\u003c\/p\u003e\n\u003cp\u003eIt has different dilution ratios depending on the application. Simply follow the instructions on the label to achieve the best results. Since it has no petroleum distillates, isopropanol, ethanol, bleach, ammonia, or phosphates, it's a great alternative to caustic cleaners and solvents.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e\u003cu\u003eOverall Dimensions:\u003c\/u\u003e\u003c\/b\u003e\u003cbr\u003eCapacity: 5 gallons\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 043318000010\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":42688933855316,"sku":null,"price":164.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_93_6bf14f54-dee3-4922-baef-d4508a63b8ca.png?v=1763532651"},{"product_id":"simple-green-3010200614010-1-gallon-lemon-scent-concentrated-industrial-cleaner-and-degreaser-6-case","title":"Simple Green 3010200614010 1 Gallon Lemon Scent Concentrated Industrial Cleaner and Degreaser - 6\/Case","description":"\u003cdiv class=\"simple-green-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eSimple Green Lemon Industrial Cleaner \u0026amp; Degreaser\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e1 Gallon Concentrate - 6\/Case - EPA Safer Choice Certified\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePowerful Degreasing\u003c\/h3\u003e\n\u003cp\u003eNon-abrasive formula cuts through tough grease and grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSafe Handling\u003c\/h3\u003e\n\u003cp\u003eNo special handling or personal protection requirements\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003ePleasant lemon aroma without harsh chemical smells\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Industry Use\u003c\/h3\u003e\n\u003cp\u003eGreat for manufacturing, food processing, and automotive facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEquipment Compatible\u003c\/h3\u003e\n\u003cp\u003eWorks with floor scrubbers, pressure washers, and parts washers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVersatile Cleaning\u003c\/h3\u003e\n\u003cp\u003eCleans and degreases any washable surface\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e54.8 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGrease\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eEPA Safer Choice, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners, Degreasers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAppliances, Countertops, Engines, Floors, Walls\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-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eClean up tough grease and grime with this Simple Green lemon scent concentrated industrial cleaner and degreaser. The non-abrasive, non-caustic, and non-flammable formula cuts through tough grime to leave surfaces clean and free from any sticky residue.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box lemon-highlight\"\u003e\n\u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003eEnjoy a pleasant lemon aroma while maintaining a clean, professional environment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box eco-highlight\"\u003e\n\u003ch3\u003eEPA Safer Choice Certified\u003c\/h3\u003e\n\u003cp\u003eEnvironmentally responsible formula meets strict EPA standards for safer chemical ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis cleaner is great for use in manufacturing, food processing, and automotive facilities. Plus, it can be used manually or with cleaning equipment such as floor scrubbers, carpet extractors, pressure washers, and parts washing equipment.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan\u003eManufacturing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eFood Processing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔧\u003c\/span\u003e \u003cspan\u003eAutomotive\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan\u003eCommercial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis industrial cleaner and degreaser is powerful enough to clean up intense grime yet gentle enough to use on a regular basis in high-traffic areas. This versatile cleaner can be used to clean and degrease any washable surface, eliminating the need for multiple specialty cleaners.\u003c\/p\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003ch3\u003eSafe Formula Contains No:\u003c\/h3\u003e\n\u003cdiv class=\"safety-list\"\u003e\n\u003cdiv class=\"safety-item\"\u003e✓ Petroleum Distillates\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e✓ Isopropanol\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e✓ Ethanol\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e✓ Bleach\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e✓ Ammonia\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e✓ Phosphates\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003eCapacity: 1 gallon per bottle (6 gallons total per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10043318000130\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.simple-green-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #2E7D32;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #E8F5E9;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8FDF8;\n  border-radius: 8px;\n  border-left: 4px solid #4CAF50;\n}\n\n.feature-icon {\n  color: #4CAF50;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #2E7D32;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #2E7D32;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #E8F5E9;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8FDF8;\n}\n\n.specs-table tr:hover {\n  background: #E8F5E9;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.lemon-highlight {\n  background: linear-gradient(135deg, #FFF9C4 0%, #FFF59D 100%);\n  border: 2px solid #FFD54F;\n}\n\n.eco-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #2E7D32;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8FDF8;\n  border-radius: 8px;\n  border: 1px solid #E8F5E9;\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.safety-features {\n  background: #FFF8E1;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFD54F;\n}\n\n.safety-features h3 {\n  margin: 0 0 15px 0;\n  color: #F57C00;\n  text-align: center;\n}\n\n.safety-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 10px;\n}\n\n.safety-item {\n  padding: 10px;\n  background: white;\n  border-radius: 5px;\n  text-align: center;\n  font-weight: 500;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #E8F5E9;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #2E7D32;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .safety-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689172832340,"sku":null,"price":229.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_95_cf965dd3-824a-4cf7-97bc-1c8917684e40.png?v=1763546054"},{"product_id":"comet-73163-creme-deodorizing-cleanser-32-oz-10-case","title":"Comet 73163 Creme Deodorizing Cleanser 32 oz. - 10\/Case","description":"\u003cdiv class=\"comet-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eComet Creme Deodorizing Cleanser\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e32 oz. Bottle - 10\/Case - Professional Strength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBleach Power\u003c\/h3\u003e\n\u003cp\u003eLiquid chlorinated cleansing solution with the power of bleach\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVertical Cleaning\u003c\/h3\u003e\n\u003cp\u003eCream formula clings to vertical and hard-to-reach surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDeep Cleaning\u003c\/h3\u003e\n\u003cp\u003eSoft abrasives clean deeply without scratching surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOdor Elimination\u003c\/h3\u003e\n\u003cp\u003eDeodorizing formula removes malodors from surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePortion Control\u003c\/h3\u003e\n\u003cp\u003eFlip-seal lid reduces waste and saves money\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eSafe on porcelain, stainless steel, and chrome\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e22.62 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e32 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\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-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eContaining a wide variety of cleaning applications, this Comet creme deodorizing cleanser will become a staple in your maintenance routine. Providing the power of bleach, the creme clings on to vertical and hard-to-reach surfaces, which makes cleaning toilet bowls and urinals a breeze.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box cleaning-highlight\"\u003e\n\u003ch3\u003eVertical Surface Cleaning\u003c\/h3\u003e\n\u003cp\u003eCream formula clings to surfaces for effective vertical cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box abrasive-highlight\"\u003e\n\u003ch3\u003eGentle Yet Effective\u003c\/h3\u003e\n\u003cp\u003eSoft abrasives clean deeply without scratching delicate surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003ePaired with a soft abrasive, this solution cleans surfaces deeply without scratching surfaces like porcelain, stainless steel, and even chrome. Perfumed with fragrance, this deodorizing cream attacks the source of malodors and removes them from surfaces.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚽\u003c\/span\u003e \u003cspan\u003eToilet Bowls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚻\u003c\/span\u003e \u003cspan\u003eUrinals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍳\u003c\/span\u003e \u003cspan\u003eStove Tops\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔥\u003c\/span\u003e \u003cspan\u003eRanges\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧴\u003c\/span\u003e \u003cspan\u003ePlastic Containers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan\u003eRestrooms\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lid-feature\"\u003e\n\u003ch3\u003eSmart Portion Control\u003c\/h3\u003e\n\u003cdiv class=\"lid-details\"\u003e\n\u003cdiv class=\"lid-benefit\"\u003e\n\u003cspan class=\"lid-icon\"\u003e💧\u003c\/span\u003e \u003cspan\u003eReduces Waste\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lid-benefit\"\u003e\n\u003cspan class=\"lid-icon\"\u003e💰\u003c\/span\u003e \u003cspan\u003eSaves Money\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lid-benefit\"\u003e\n\u003cspan class=\"lid-icon\"\u003e🎯\u003c\/span\u003e \u003cspan\u003ePrecise Dispensing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTo reduce waste and save money, the bottle sports a flip-seal lid that provides portion control when dispensing product. This unit is perfect for the regular tasked maintenance of restrooms, but can also be used on stove tops, ranges, and to clean plastic containers.\u003c\/p\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003ch3\u003eSurface Compatibility\u003c\/h3\u003e\n\u003cdiv class=\"surface-list\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Porcelain\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Stainless Steel\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Chrome\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Plastic\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Ceramic\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Enamel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 32 oz. per bottle (10 bottles per case)\u003c\/p\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e10-Bottle Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial facilities and maintenance teams\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 00037000731634\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.comet-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #1976D2;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #E3F2FD;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border-left: 4px solid #2196F3;\n}\n\n.feature-icon {\n  color: #2196F3;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #1976D2;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #1976D2;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #E3F2FD;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8FDFF;\n}\n\n.specs-table tr:hover {\n  background: #E3F2FD;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.cleaning-highlight {\n  background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);\n  border: 2px solid #2196F3;\n}\n\n.abrasive-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #1976D2;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border: 1px solid #E3F2FD;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.lid-feature {\n  background: #FFF8E1;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFD54F;\n}\n\n.lid-feature h3 {\n  margin: 0 0 20px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.lid-details {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.lid-benefit {\n  text-align: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFD54F;\n}\n\n.lid-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.surface-compatibility {\n  background: #F3E5F5;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #BA68C8;\n}\n\n.surface-compatibility h3 {\n  margin: 0 0 15px 0;\n  color: #7B1FA2;\n  text-align: center;\n}\n\n.surface-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 10px;\n}\n\n.surface-item {\n  padding: 12px;\n  background: white;\n  border-radius: 6px;\n  text-align: center;\n  font-weight: 500;\n  border: 1px solid #E1BEE7;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #E3F2FD;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #1976D2;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .lid-details {\n    grid-template-columns: 1fr;\n  }\n  \n  .surface-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689185087572,"sku":null,"price":123.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_97_fe8f2f5d-c47f-4750-81ed-47dd26e866ef.png?v=1763546508"},{"product_id":"fabuloso-cpc99507-169-oz-lavender-scent-antibacterial-multi-purpose-cleaner-3-case","title":"Fabuloso CPC99507 169 oz. Lavender Scent Antibacterial Multi-Purpose Cleaner - 3\/Case","description":"\u003cdiv class=\"fabuloso-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eFabuloso Antibacterial Multi-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e169 oz. Lavender Scent - 3\/Case - Professional Strength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAntibacterial Power\u003c\/h3\u003e\n\u003cp\u003eKills 99.9% of viruses and bacteria on hard surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eNatural Active Ingredient\u003c\/h3\u003e\n\u003cp\u003eContains 100% natural lactic acid for effective cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eNo Residue\u003c\/h3\u003e\n\u003cp\u003eLeaves no visible residue, no rinsing required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Lavender Scent\u003c\/h3\u003e\n\u003cp\u003ePleasant lavender fragrance leaves spaces inviting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eSafe for hard, non-food, nonporous surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy to Use\u003c\/h3\u003e\n\u003cp\u003eSimple dilution or direct application options\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e36.2 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e169 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLavender\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose 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=\"product-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eKeep your space clean with the Fabuloso 169 oz. lavender scent antibacterial multi-purpose cleaner! This powerful cleaner is safe for hard, non-food, nonporous surfaces, making it a versatile solution for your establishment.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box antibacterial-highlight\"\u003e\n\u003ch3\u003e99.9% Germ Elimination\u003c\/h3\u003e\n\u003cp\u003eProven to kill 99.9% of viruses and bacteria on hard surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box natural-highlight\"\u003e\n\u003ch3\u003eNatural Cleaning Power\u003c\/h3\u003e\n\u003cp\u003eActive ingredient is 100% natural lactic acid for safe, effective cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eIt is designed to kill 99.9% of viruses and bacteria, providing you with peace of mind during your cleaning process. With no visible residue left behind and no rinsing required, this cleaner simplifies your cleaning routine and leaves your surfaces sparkling clean.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚽\u003c\/span\u003e \u003cspan\u003eBathroom Fixtures\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eKitchen Counters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏠\u003c\/span\u003e \u003cspan\u003eAppliances\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧹\u003c\/span\u003e \u003cspan\u003eFloors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🪟\u003c\/span\u003e \u003cspan\u003eWindows\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🛋️\u003c\/span\u003e \u003cspan\u003eFurniture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cdiv class=\"usage-options\"\u003e\n\u003cdiv class=\"usage-option\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDiluted Solution\u003c\/h4\u003e\n\u003cp\u003eMix 1\/2 cup of cleaner in 1 gallon of water\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-option\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDirect Application\u003c\/h4\u003e\n\u003cp\u003ePour directly onto sponge for targeted cleaning\u003c\/p\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\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✨\u003c\/span\u003e \u003cspan\u003eNo Residue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eNatural Formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💜\u003c\/span\u003e \u003cspan\u003eLavender Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003eAntibacterial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🎯\u003c\/span\u003e \u003cspan\u003eMulti-Purpose\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💪\u003c\/span\u003e \u003cspan\u003eProfessional Strength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe refreshing lavender scent leaves your space smelling clean and inviting. Maintain a hygienic environment with this Fabuloso cleaner that combines natural ingredients with professional cleaning power.\u003c\/p\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e3-Bottle Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial facilities and high-traffic areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 169 oz. per bottle (4 gallons total per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10035000995077\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.fabuloso-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #7B1FA2;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #F3E5F5;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8F8FF;\n  border-radius: 8px;\n  border-left: 4px solid #9C27B0;\n}\n\n.feature-icon {\n  color: #9C27B0;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #7B1FA2;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #7B1FA2;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #F3E5F5;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8F8FF;\n}\n\n.specs-table tr:hover {\n  background: #F3E5F5;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.antibacterial-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.natural-highlight {\n  background: linear-gradient(135deg, #F3E5F5 0%, #E1BEE7 100%);\n  border: 2px solid #9C27B0;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #7B1FA2;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8F8FF;\n  border-radius: 8px;\n  border: 1px solid #F3E5F5;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.usage-instructions {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.usage-instructions h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.usage-options {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.usage-option {\n  display: flex;\n  align-items: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #BBDEFB;\n}\n\n.usage-icon {\n  font-size: 2.5rem;\n  margin-right: 15px;\n}\n\n.usage-option h4 {\n  margin: 0 0 5px 0;\n  color: #1976D2;\n}\n\n.usage-option p {\n  margin: 0;\n  color: #666;\n}\n\n.benefits-section {\n  background: #FFF8E1;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFD54F;\n}\n\n.benefits-section h3 {\n  margin: 0 0 20px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.benefit {\n  text-align: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFE082;\n}\n\n.benefit-icon {\n  font-size: 1.5rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #F3E5F5;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #7B1FA2;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .usage-options {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .usage-option {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .usage-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689186463828,"sku":null,"price":124.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_99_eafed949-3eb1-4c7f-871f-75f3b14130cf.png?v=1763546754"},{"product_id":"comet-24651-disinfecting-cleaner-with-bleach-ready-to-use-refill-1-gallon-3-case","title":"Comet 24651 Disinfecting Cleaner with Bleach Ready-to-Use Refill 1 Gallon - 3\/Case","description":"\u003cdiv class=\"comet-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eComet Disinfecting Cleaner with Bleach\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e1 Gallon Ready-to-Use - 3\/Case - Professional Strength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e2-in-1 Formula\u003c\/h3\u003e\n\u003cp\u003eCombines heavy-duty detergents with bleach for maximum cleaning power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePowerful Disinfection\u003c\/h3\u003e\n\u003cp\u003eKills Hepatitis A \u0026amp; C, Norovirus, and Coronavirus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eNo Abrasives\u003c\/h3\u003e\n\u003cp\u003eCleans tough stains without scratching delicate surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReady-to-Use\u003c\/h3\u003e\n\u003cp\u003eNo mixing required - saves time and reduces waste\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGrease Cutting\u003c\/h3\u003e\n\u003cp\u003ePowerful formula cuts through tough grease and soils\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface\u003c\/h3\u003e\n\u003cp\u003eWorks on appliances, countertops, plastic, and restrooms\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e28.48 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll-Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRestroom Cleaning Chemicals, Surface Sanitizer \u0026amp; Disinfectant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCleaners, Disinfectants\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAppliances, Countertops, Plastic, Restrooms\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-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eBleach tough stains and eliminate grease with the Comet disinfecting cleaner with bleach ready-to-use refill. With a wide range of cleaning applications, this 2-in-1 cleaning solution offers both heavy-duty detergents along with bleach to maximize cleaning power.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box disinfectant-highlight\"\u003e\n\u003ch3\u003eHospital-Grade Disinfection\u003c\/h3\u003e\n\u003cp\u003eProven effective against Hepatitis A \u0026amp; C, Norovirus, and Coronavirus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box ready-to-use-highlight\"\u003e\n\u003ch3\u003eReady-to-Use Convenience\u003c\/h3\u003e\n\u003cp\u003eNo mixing required - saves time and reduces waste\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis chemical solution disinfects against Hepatitis A and C, Norovirus, and the novel coronavirus. Containing no abrasives, this powerful solution has the capacity to cut through tough grease and other soils without scratching delicate surfaces.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚽\u003c\/span\u003e \u003cspan\u003eToilets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚻\u003c\/span\u003e \u003cspan\u003eUrinals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚰\u003c\/span\u003e \u003cspan\u003eSinks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍄\u003c\/span\u003e \u003cspan\u003eMildew\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍳\u003c\/span\u003e \u003cspan\u003eKitchen Hoods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔥\u003c\/span\u003e \u003cspan\u003eRanges\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eCountertops\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔪\u003c\/span\u003e \u003cspan\u003eCutting Boards\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-protection\"\u003e\n\u003ch3\u003ePathogens Eliminated\u003c\/h3\u003e\n\u003cdiv class=\"pathogen-list\"\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cspan class=\"pathogen-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003eHepatitis A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cspan class=\"pathogen-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003eHepatitis C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cspan class=\"pathogen-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003eNorovirus\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pathogen-item\"\u003e\n\u003cspan class=\"pathogen-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003eCoronavirus\u003c\/span\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\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⚡\u003c\/span\u003e \u003cspan\u003eReady-to-Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🛡️\u003c\/span\u003e \u003cspan\u003eNo Abrasives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💪\u003c\/span\u003e \u003cspan\u003eGrease Cutting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🏥\u003c\/span\u003e \u003cspan\u003eHospital Grade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🇺🇸\u003c\/span\u003e \u003cspan\u003eMade in USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🎯\u003c\/span\u003e \u003cspan\u003eMulti-Surface\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis cleaner can tackle a wide variety of restroom cleaning needs, including toilets, urinals, sinks, and mildew build-up. Its ability to take on grease and stains also makes it wonderful for kitchen areas where it can easily clean hoods and ranges or bleach out food stains from tables, countertops and cutting boards.\u003c\/p\u003e\n\u003cdiv class=\"shipping-notice\"\u003e\n\u003ch3\u003eShipping Information\u003c\/h3\u003e\n\u003cdiv class=\"shipping-details\"\u003e\n\u003cdiv class=\"shipping-restriction\"\u003e\n\u003cspan class=\"restriction-icon\"\u003e🚫\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCannot ship to:\u003c\/strong\u003e Alaska, Hawaii, and international destinations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-restriction\"\u003e\n\u003cspan class=\"restriction-icon\"\u003e⏳\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eShipping:\u003c\/strong\u003e Not eligible for expedited shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-restriction\"\u003e\n\u003cspan class=\"restriction-icon\"\u003e↩️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eReturns:\u003c\/strong\u003e This product cannot be returned\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e3-Gallon Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial maintenance programs and high-traffic facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 1 gallon per bottle (3 gallons total per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10037000246517\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.comet-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #1976D2;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #E3F2FD;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border-left: 4px solid #2196F3;\n}\n\n.feature-icon {\n  color: #2196F3;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #1976D2;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #1976D2;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #E3F2FD;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8FDFF;\n}\n\n.specs-table tr:hover {\n  background: #E3F2FD;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.disinfectant-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.ready-to-use-highlight {\n  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);\n  border: 2px solid #FFC107;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #1976D2;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border: 1px solid #E3F2FD;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.pathogen-protection {\n  background: #FFEBEE;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #EF5350;\n}\n\n.pathogen-protection h3 {\n  margin: 0 0 20px 0;\n  color: #C62828;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.pathogen-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 15px;\n}\n\n.pathogen-item {\n  display: flex;\n  align-items: center;\n  padding: 15px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFCDD2;\n}\n\n.pathogen-icon {\n  font-size: 1.5rem;\n  margin-right: 12px;\n}\n\n.benefits-section {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.benefits-section h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.benefit {\n  text-align: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #BBDEFB;\n}\n\n.benefit-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.shipping-notice {\n  background: #FFF3E0;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFB74D;\n}\n\n.shipping-notice h3 {\n  margin: 0 0 20px 0;\n  color: #EF6C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.shipping-details {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 15px;\n}\n\n.shipping-restriction {\n  display: flex;\n  align-items: center;\n  padding: 15px;\n  background: white;\n  border-radius: 6px;\n  border: 1px solid #FFE0B2;\n}\n\n.restriction-icon {\n  font-size: 1.5rem;\n  margin-right: 12px;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #E3F2FD;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #1976D2;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .pathogen-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .shipping-restriction {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .restriction-icon {\n    margin-right: 0;\n    margin-bottom: 8px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689187840084,"sku":null,"price":140.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T150945.492.png?v=1763546976"},{"product_id":"simple-green-d-pro-3-plus-3310200601001-1-gallon-sweet-lavender-pine-scented-concentrated-antibacterial-and-disinfectant-cleaner-6-case","title":"Simple Green D Pro 3 Plus 3310200601001 1 Gallon Sweet Lavender Pine Scented Concentrated Antibacterial and Disinfectant Cleaner - 6\/Case","description":"\u003cdiv class=\"simple-green-product\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eSimple Green D Pro 3 Plus Antibacterial \u0026amp; Disinfectant Cleaner\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003e1 Gallon Concentrate - 6\/Case - Lavender Pine Scent\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-section\"\u003e\n    \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003e99.9% Germ Elimination\u003c\/h3\u003e\n          \u003cp\u003eKills 99.9% of germs quickly and efficiently\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eOSHA Compliant\u003c\/h3\u003e\n          \u003cp\u003eMeets bloodborne pathogen standards for HIV, HBV, and HCV\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFresh Lavender Pine Scent\u003c\/h3\u003e\n          \u003cp\u003eEliminates odors to keep surfaces smelling fresh\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eMulti-Surface Safe\u003c\/h3\u003e\n          \u003cp\u003eSafe on sealed stone, sealed grout, and glazed tile\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFungicide \u0026amp; Mildewstat\u003c\/h3\u003e\n          \u003cp\u003eEffective against fungi and mildew in restrooms and gyms\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature\"\u003e\n        \u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eVersatile Application\u003c\/h3\u003e\n          \u003cp\u003ePerfect for healthcare, schools, and commercial facilities\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e6\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e55 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eLiquid\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eCommercial\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1 Gallon\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eLavender Pine\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eConcentrates\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e6 Gallons\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eAll Purpose Disinfectants\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=\"product-section\"\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003cdiv class=\"product-details\"\u003e\n      \u003cp\u003eKeep your establishment clean and fresh with Simple Green D Pro 3 Plus antibacterial and disinfectant cleaner! This cleaner is effective against a broad spectrum of bacteria, viruses, and fungi. This concentrated formula kills 99.9% of germs quickly and efficiently, and its sweet lavender pine scent helps eliminate odors to ensure your establishment is always clean and inviting.\u003c\/p\u003e\n      \n      \u003cdiv class=\"highlight-box osha-highlight\"\u003e\n        \u003ch3\u003eOSHA Bloodborne Pathogen Compliant\u003c\/h3\u003e\n        \u003cp\u003eMeets standards for HIV, HBV, and HCV - ideal for healthcare facilities\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"highlight-box scent-highlight\"\u003e\n        \u003ch3\u003eFresh Lavender Pine Scent\u003c\/h3\u003e\n        \u003cp\u003ePleasant aroma eliminates odors while disinfecting surfaces\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eIt meets OSHA bloodborne pathogen standards for HIV, HBV, and HCV, making it an excellent solution for healthcare facilities. This versatile cleaner is great for use on a variety of surfaces including plastic playground equipment, desks, sinks, refrigeration equipment, and stoves.\u003c\/p\u003e\n\n      \u003cdiv class=\"applications-grid\"\u003e\n        \u003cdiv class=\"application\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🏥\u003c\/span\u003e\n          \u003cspan\u003eHealthcare Facilities\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🏫\u003c\/span\u003e\n          \u003cspan\u003eSchools\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e\n          \u003cspan\u003eOffice Buildings\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🚻\u003c\/span\u003e\n          \u003cspan\u003eRestrooms\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application\"\u003e\n          \u003cspan class=\"app-icon\"\u003e💪\u003c\/span\u003e\n          \u003cspan\u003eGym Facilities\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"application\"\u003e\n          \u003cspan class=\"app-icon\"\u003e🎠\u003c\/span\u003e\n          \u003cspan\u003ePlayground Equipment\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"surface-compatibility\"\u003e\n        \u003ch3\u003eSurface Compatibility\u003c\/h3\u003e\n        \u003cdiv class=\"surface-list\"\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Plastic\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Desks\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Sinks\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Refrigeration Equipment\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Stoves\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Sealed Stone\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Sealed Grout\u003c\/div\u003e\n          \u003cdiv class=\"surface-item\"\u003e✓ Glazed Tile\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"usage-instructions\"\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-content\"\u003e\n              \u003ch4\u003eDilution Ratio\u003c\/h4\u003e\n              \u003cp\u003eMix 2 oz. of cleaner per gallon of water\u003c\/p\u003e\n            \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-content\"\u003e\n              \u003ch4\u003eApplication\u003c\/h4\u003e\n              \u003cp\u003eApply to hard, non-porous surfaces with sponge, brush, mop, or spray\u003c\/p\u003e\n            \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-content\"\u003e\n              \u003ch4\u003eContact Time\u003c\/h4\u003e\n              \u003cp\u003eSurfaces must remain visibly wet for 10 minutes\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pathogen-protection\"\u003e\n        \u003ch3\u003ePathogens Eliminated\u003c\/h3\u003e\n        \u003cdiv class=\"pathogen-grid\"\u003e\n          \u003cdiv class=\"pathogen-category\"\u003e\n            \u003ch4\u003eBloodborne Pathogens\u003c\/h4\u003e\n            \u003cdiv class=\"pathogen-list\"\u003e\n              \u003cdiv class=\"pathogen-item\"\u003eHIV\u003c\/div\u003e\n              \u003cdiv class=\"pathogen-item\"\u003eHBV\u003c\/div\u003e\n              \u003cdiv class=\"pathogen-item\"\u003eHCV\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pathogen-category\"\u003e\n            \u003ch4\u003eViruses \u0026amp; Bacteria\u003c\/h4\u003e\n            \u003cdiv class=\"pathogen-list\"\u003e\n              \u003cdiv class=\"pathogen-item\"\u003eBroad Spectrum\u003c\/div\u003e\n              \u003cdiv class=\"pathogen-item\"\u003e99.9% Elimination\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pathogen-category\"\u003e\n            \u003ch4\u003eFungi \u0026amp; Mold\u003c\/h4\u003e\n            \u003cdiv class=\"pathogen-list\"\u003e\n              \u003cdiv class=\"pathogen-item\"\u003eFungicide\u003c\/div\u003e\n              \u003cdiv class=\"pathogen-item\"\u003eMildewstat\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shipping-notice\"\u003e\n        \u003ch3\u003eShipping Information\u003c\/h3\u003e\n        \u003cdiv class=\"shipping-details\"\u003e\n          \u003cdiv class=\"shipping-restriction\"\u003e\n            \u003cspan class=\"restriction-icon\"\u003e🚫\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eCannot ship to:\u003c\/strong\u003e Alaska, Hawaii, and international destinations\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"shipping-restriction\"\u003e\n            \u003cspan class=\"restriction-icon\"\u003e⏳\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eShipping:\u003c\/strong\u003e Not eligible for expedited shipping\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"shipping-restriction\"\u003e\n            \u003cspan class=\"restriction-icon\"\u003e↩️\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eReturns:\u003c\/strong\u003e This product cannot be returned\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"case-highlight\"\u003e\n        \u003ch3\u003e6-Gallon Case\u003c\/h3\u003e\n        \u003cp\u003ePerfect for commercial facilities with high-volume disinfection needs\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003e\n      Capacity: 1 gallon per bottle (6 gallons total per case)\u003c\/p\u003e\n\n      \u003cdiv class=\"upc-code\"\u003e\n        \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10043318004565\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.simple-green-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #2E7D32;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #E8F5E9;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8FDF8;\n  border-radius: 8px;\n  border-left: 4px solid #4CAF50;\n}\n\n.feature-icon {\n  color: #4CAF50;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #2E7D32;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #2E7D32;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #E8F5E9;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8FDF8;\n}\n\n.specs-table tr:hover {\n  background: #E8F5E9;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.osha-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.scent-highlight {\n  background: linear-gradient(135deg, #F3E5F5 0%, #E1BEE7 100%);\n  border: 2px solid #9C27B0;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #2E7D32;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8FDF8;\n  border-radius: 8px;\n  border: 1px solid #E8F5E9;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.surface-compatibility {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.surface-compatibility h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.surface-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 10px;\n}\n\n.surface-item {\n  padding: 12px;\n  background: white;\n  border-radius: 6px;\n  text-align: center;\n  font-weight: 500;\n  border: 1px solid #BBDEFB;\n}\n\n.usage-instructions {\n  background: #FFF8E1;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFD54F;\n}\n\n.usage-instructions h3 {\n  margin: 0 0 20px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.3rem;\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: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFE082;\n}\n\n.step-number {\n  background: #4CAF50;\n  color: white;\n  width: 30px;\n  height: 30px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: bold;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.step-content h4 {\n  margin: 0 0 8px 0;\n  color: #2E7D32;\n}\n\n.step-content p {\n  margin: 0;\n  color: #666;\n}\n\n.pathogen-protection {\n  background: #FFEBEE;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #EF5350;\n}\n\n.pathogen-protection h3 {\n  margin: 0 0 20px 0;\n  color: #C62828;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.pathogen-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.pathogen-category {\n  text-align: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFCDD2;\n}\n\n.pathogen-category h4 {\n  margin: 0 0 15px 0;\n  color: #C62828;\n  font-size: 1.1rem;\n}\n\n.pathogen-list {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 8px;\n}\n\n.pathogen-item {\n  padding: 10px;\n  background: #FFEBEE;\n  border-radius: 4px;\n  font-weight: 500;\n}\n\n.shipping-notice {\n  background: #FFF3E0;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFB74D;\n}\n\n.shipping-notice h3 {\n  margin: 0 0 20px 0;\n  color: #EF6C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.shipping-details {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 15px;\n}\n\n.shipping-restriction {\n  display: flex;\n  align-items: center;\n  padding: 15px;\n  background: white;\n  border-radius: 6px;\n  border: 1px solid #FFE0B2;\n}\n\n.restriction-icon {\n  font-size: 1.5rem;\n  margin-right: 12px;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #E8F5E9;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #2E7D32;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .surface-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .usage-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .pathogen-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .shipping-restriction {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .restriction-icon {\n    margin-right: 0;\n    margin-bottom: 8px;\n  }\n  \n  .usage-step {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .step-number {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689200259156,"sku":null,"price":297.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T152438.862.png?v=1763547802"},{"product_id":"ecos-pl9706-6-pro-32-fl-oz-orange-plus-scented-all-purpose-cleaner-spray-bottle-6-case","title":"ECOS PL9706\/6 Pro 32 fl. oz. Orange Plus Scented All-Purpose Cleaner Spray Bottle - 6\/Case","description":"\u003cdiv class=\"ecos-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eECOS PRO Plant-Based All-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e32 fl. oz. Orange Scent - 6\/Case - Eco-Friendly Formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e100% Plant-Based\u003c\/h3\u003e\n\u003cp\u003eMade with completely plant-based ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🏆\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMultiple Certifications\u003c\/h3\u003e\n\u003cp\u003eEPA Safer Choice, USDA Biobased, and Design for Environment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🍊\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Orange Scent\u003c\/h3\u003e\n\u003cp\u003ePowerful citrus scent fights unpleasant odors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💪\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePowerful Cleaning\u003c\/h3\u003e\n\u003cp\u003eLifts dirt, grease, soap scum, and adhesive residue\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌎\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEnvironmentally Safe\u003c\/h3\u003e\n\u003cp\u003eGray-water and septic-safe formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🏠\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface\u003c\/h3\u003e\n\u003cp\u003eSafe on marble, granite, and all water-safe surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e14.25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\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\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCitrus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\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-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eMake your kitchen, bathroom, walls, floors, or other hard surfaces shine with this ECOS Pro orange plus scented all-purpose cleaner. This cleaner can be applied to virtually any water-safe surface, including marble and granite.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box eco-highlight\"\u003e\n\u003ch3\u003eEco-Friendly Excellence\u003c\/h3\u003e\n\u003cp\u003e100% plant-based ingredients with multiple environmental certifications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box cleaning-highlight\"\u003e\n\u003ch3\u003ePowerful Cleaning Action\u003c\/h3\u003e\n\u003cp\u003eLifts dirt, grease, soap scum, and adhesive residue with ease\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eIt is designed to lift dirt, grease, soap scum, and adhesive residue with ease to make your surfaces sparkle. Plus, its powerful orange scent helps fight unpleasant odors, leaving your bathroom or kitchen floors, walls, and countertops smelling fresh and clean.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eKitchen Surfaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚽\u003c\/span\u003e \u003cspan\u003eBathroom Fixtures\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧱\u003c\/span\u003e \u003cspan\u003eWalls \u0026amp; Floors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e💎\u003c\/span\u003e \u003cspan\u003eMarble \u0026amp; Granite\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧼\u003c\/span\u003e \u003cspan\u003eSoap Scum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🛢️\u003c\/span\u003e \u003cspan\u003eGrease \u0026amp; Grime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications-section\"\u003e\n\u003ch3\u003eEnvironmental Certifications\u003c\/h3\u003e\n\u003cdiv class=\"certifications-grid\"\u003e\n\u003cdiv class=\"certification\"\u003e\n\u003cspan class=\"cert-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eEPA Safer Choice\u003c\/h4\u003e\n\u003cp\u003eMeets strict EPA standards for safer chemical ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification\"\u003e\n\u003cspan class=\"cert-icon\"\u003e🇺🇸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eUSDA Biobased\u003c\/h4\u003e\n\u003cp\u003eCertified plant-based product by USDA\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification\"\u003e\n\u003cspan class=\"cert-icon\"\u003e♻️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDesign for Environment\u003c\/h4\u003e\n\u003cp\u003eEnvironmentally responsible product design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certification\"\u003e\n\u003cspan class=\"cert-icon\"\u003e🐇\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCruelty-Free\u003c\/h4\u003e\n\u003cp\u003eNo animal testing involved\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003ch3\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 class=\"step-content\"\u003e\n\u003ch4\u003eSpray\u003c\/h4\u003e\n\u003cp\u003eApply directly to the desired surface\u003c\/p\u003e\n\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-content\"\u003e\n\u003ch4\u003eWait\u003c\/h4\u003e\n\u003cp\u003eAllow to sit for 60 seconds\u003c\/p\u003e\n\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-content\"\u003e\n\u003ch4\u003eWipe\u003c\/h4\u003e\n\u003cp\u003eUse microfiber cloth for best results\u003c\/p\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\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🌱\u003c\/span\u003e \u003cspan\u003ePlant-Based\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🚫\u003c\/span\u003e \u003cspan\u003eNo Dyes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💧\u003c\/span\u003e \u003cspan\u003eGray-Water Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔄\u003c\/span\u003e \u003cspan\u003eSeptic Safe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🍊\u003c\/span\u003e \u003cspan\u003eOrange Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🏭\u003c\/span\u003e \u003cspan\u003eMade in USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003ch3\u003eSurface Compatibility\u003c\/h3\u003e\n\u003cdiv class=\"surface-list\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Marble\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Granite\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Countertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Floors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Walls\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Bathroom Fixtures\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Kitchen Surfaces\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ All Water-Safe Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e6-Bottle Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial facilities committed to eco-friendly cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 32 fl. oz. per bottle (6 bottles per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10749174970616\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.ecos-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #FF9800;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #FFF3E0;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #FFF8E1;\n  border-radius: 8px;\n  border-left: 4px solid #FF9800;\n}\n\n.feature-icon {\n  font-size: 2rem;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #F57C00;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #FF9800;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #FFF3E0;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #FFF8E1;\n}\n\n.specs-table tr:hover {\n  background: #FFF3E0;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.eco-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.cleaning-highlight {\n  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);\n  border: 2px solid #FFC107;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #FF9800;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #FFF8E1;\n  border-radius: 8px;\n  border: 1px solid #FFF3E0;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.certifications-section {\n  background: #E8F5E9;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #4CAF50;\n}\n\n.certifications-section h3 {\n  margin: 0 0 20px 0;\n  color: #2E7D32;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.certifications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.certification {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #C8E6C9;\n}\n\n.cert-icon {\n  font-size: 2rem;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.certification h4 {\n  margin: 0 0 8px 0;\n  color: #2E7D32;\n}\n\n.certification p {\n  margin: 0;\n  color: #666;\n  font-size: 0.9rem;\n}\n\n.usage-instructions {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.usage-instructions h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.usage-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n}\n\n.usage-step {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #BBDEFB;\n}\n\n.step-number {\n  background: #FF9800;\n  color: white;\n  width: 30px;\n  height: 30px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: bold;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.step-content h4 {\n  margin: 0 0 8px 0;\n  color: #FF9800;\n}\n\n.step-content p {\n  margin: 0;\n  color: #666;\n}\n\n.benefits-section {\n  background: #F3E5F5;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #9C27B0;\n}\n\n.benefits-section h3 {\n  margin: 0 0 20px 0;\n  color: #7B1FA2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.benefit {\n  text-align: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #E1BEE7;\n}\n\n.benefit-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.surface-compatibility {\n  background: #FFF3E0;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFB74D;\n}\n\n.surface-compatibility h3 {\n  margin: 0 0 20px 0;\n  color: #EF6C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.surface-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 10px;\n}\n\n.surface-item {\n  padding: 12px;\n  background: white;\n  border-radius: 6px;\n  text-align: center;\n  font-weight: 500;\n  border: 1px solid #FFE0B2;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #FFF3E0;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #FF9800;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .certifications-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .usage-steps {\n    grid-template-columns: 1fr;\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .surface-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .usage-step {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .step-number {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n  \n  .certification {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .cert-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689266090068,"sku":null,"price":66.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T155854.266.png?v=1763549921"},{"product_id":"cloroxpro-clorox-clean-up-clo35420ct-1-gallon-disinfectant-cleaner-with-bleach-4-case","title":"CloroxPro Clorox Clean-Up CLO35420CT 1 Gallon Disinfectant Cleaner with Bleach - 4\/Case","description":"\u003cdiv class=\"clorox-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eClorox Clean-Up Disinfectant Cleaner with Bleach\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e1 Gallon Ready-to-Use - 4\/Case - Professional Strength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e99.9% Germ Elimination\u003c\/h3\u003e\n\u003cp\u003eKills 99.9% of bacteria and viruses, including SARS-CoV-2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePowerful Cleaning\u003c\/h3\u003e\n\u003cp\u003eCuts through grease, grime, and tough stains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOdor Elimination\u003c\/h3\u003e\n\u003cp\u003eEliminates stains and odors effectively\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLarge Refill Size\u003c\/h3\u003e\n\u003cp\u003e1 gallon bottle perfect for refilling spray bottles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eSafe for various kitchen and bathroom surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProfessional Grade\u003c\/h3\u003e\n\u003cp\u003eIdeal for healthcare, schools, hotels, and restaurants\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e38 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSurface Sanitizer \u0026amp; Disinfectant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct Line\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eClorox Clean-Up\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCleaners, Disinfectants\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-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eFor a powerful multi-surface cleaner, turn to this CloroxPro Clorox Clean-Up disinfectant cleaner with bleach. This powerful cleaner kills 99.9% of bacteria and viruses, and it meets EPA criteria for use against SARS-CoV-2, the virus that causes COVID-19.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box disinfectant-highlight\"\u003e\n\u003ch3\u003eCOVID-19 Protection\u003c\/h3\u003e\n\u003cp\u003eMeets EPA criteria for use against SARS-CoV-2 virus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box cleaning-highlight\"\u003e\n\u003ch3\u003eProfessional Strength\u003c\/h3\u003e\n\u003cp\u003ePowerful formula cuts through grease and dirt with ease\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis cleaner will help promote a clean, welcoming environment. This multi-surface cleaner cuts through grease and dirt with ease. It comes in a large 1 gallon bottle, perfect for refilling a spray bottle (sold separately).\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏥\u003c\/span\u003e \u003cspan\u003eHealthcare Facilities\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏫\u003c\/span\u003e \u003cspan\u003eSchools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏨\u003c\/span\u003e \u003cspan\u003eHotels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eRestaurants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan\u003eOffice Buildings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan\u003eCommercial Facilities\u003c\/span\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\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003e99.9% Germ Kill\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💪\u003c\/span\u003e \u003cspan\u003eGrease Cutting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🚫\u003c\/span\u003e \u003cspan\u003eOdor Elimination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🧴\u003c\/span\u003e \u003cspan\u003eRefill Size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🏠\u003c\/span\u003e \u003cspan\u003eMulti-Surface\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🇺🇸\u003c\/span\u003e \u003cspan\u003eMade in USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch3\u003eIdeal For These Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-list\"\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eKitchen Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Countertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Appliances\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Sinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Stovetops\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eBathroom Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Toilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Sinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Showers\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Tubs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eOther Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Floors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Walls\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Fixtures\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Hard Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"refill-section\"\u003e\n\u003ch3\u003ePerfect Refill Size\u003c\/h3\u003e\n\u003cdiv class=\"refill-benefits\"\u003e\n\u003cdiv class=\"refill-benefit\"\u003e\n\u003cspan class=\"refill-icon\"\u003e💰\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCost Effective\u003c\/h4\u003e\n\u003cp\u003eSave money with bulk refill size\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"refill-benefit\"\u003e\n\u003cspan class=\"refill-icon\"\u003e♻️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eReduce Waste\u003c\/h4\u003e\n\u003cp\u003eRefill spray bottles instead of buying new\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"refill-benefit\"\u003e\n\u003cspan class=\"refill-icon\"\u003e⏱️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eTime Saving\u003c\/h4\u003e\n\u003cp\u003eLarge size means fewer refills needed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e4-Gallon Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial facilities with high-volume cleaning needs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 1 gallon per bottle (4 gallons total per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017823621\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.clorox-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #1976D2;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #E3F2FD;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border-left: 4px solid #2196F3;\n}\n\n.feature-icon {\n  color: #2196F3;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #1976D2;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #1976D2;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #E3F2FD;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8FDFF;\n}\n\n.specs-table tr:hover {\n  background: #E3F2FD;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.disinfectant-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.cleaning-highlight {\n  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);\n  border: 2px solid #FFC107;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #1976D2;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border: 1px solid #E3F2FD;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.benefits-section {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.benefits-section h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.benefit {\n  text-align: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #BBDEFB;\n}\n\n.benefit-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.usage-section {\n  background: #FFF8E1;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFD54F;\n}\n\n.usage-section h3 {\n  margin: 0 0 20px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.surface-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.surface-category {\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFE082;\n}\n\n.surface-category h4 {\n  margin: 0 0 15px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.1rem;\n}\n\n.surface-items {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 8px;\n}\n\n.surface-item {\n  padding: 10px;\n  background: #FFF8E1;\n  border-radius: 4px;\n  text-align: center;\n  font-weight: 500;\n}\n\n.refill-section {\n  background: #E8F5E9;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #4CAF50;\n}\n\n.refill-section h3 {\n  margin: 0 0 20px 0;\n  color: #2E7D32;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.refill-benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.refill-benefit {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #C8E6C9;\n}\n\n.refill-icon {\n  font-size: 2rem;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.refill-benefit h4 {\n  margin: 0 0 8px 0;\n  color: #2E7D32;\n}\n\n.refill-benefit p {\n  margin: 0;\n  color: #666;\n  font-size: 0.9rem;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #E3F2FD;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #1976D2;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .surface-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .refill-benefits {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .refill-benefit {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .refill-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689269661780,"sku":null,"price":129.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T160349.260.png?v=1763550222"},{"product_id":"cloroxpro-clorox-clean-up-clo35417ct-32-oz-disinfectant-cleaner-with-bleach-9-case","title":"CloroxPro Clorox Clean-Up CLO35417CT 32 oz. Disinfectant Cleaner with Bleach - 9\/Case","description":"\u003cdiv class=\"clorox-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eClorox Clean-Up Disinfectant Cleaner with Bleach Spray\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e32 oz. Ready-to-Use Spray - 9\/Case - Professional Strength\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e99.9% Germ Elimination\u003c\/h3\u003e\n\u003cp\u003eKills 99.9% of bacteria and viruses, including SARS-CoV-2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSmart Tube Technology\u003c\/h3\u003e\n\u003cp\u003eSprays every last drop from the bottom of the bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePowerful Cleaning\u003c\/h3\u003e\n\u003cp\u003eCuts through grease, grime, and tough stains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eOdor Elimination\u003c\/h3\u003e\n\u003cp\u003eEliminates stains and odors effectively\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eConvenient Spray\u003c\/h3\u003e\n\u003cp\u003eReady-to-use spray bottle for easy application\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProfessional Grade\u003c\/h3\u003e\n\u003cp\u003eIdeal for healthcare, schools, hotels, and restaurants\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e9\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e22.4 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSurface Sanitizer \u0026amp; Disinfectant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e32 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct Line\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eClorox Clean-Up\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2.25 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCleaners, Disinfectants\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-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eFor a powerful multi-surface cleaner, turn to this CloroxPro Clorox Clean-Up disinfectant cleaner with bleach. This powerful cleaner kills 99.9% of bacteria and viruses, and it meets EPA criteria for use against SARS-CoV-2, the virus that causes COVID-19.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box disinfectant-highlight\"\u003e\n\u003ch3\u003eCOVID-19 Protection\u003c\/h3\u003e\n\u003cp\u003eMeets EPA criteria for use against SARS-CoV-2 virus\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box technology-highlight\"\u003e\n\u003ch3\u003eSmart Tube Technology\u003c\/h3\u003e\n\u003cp\u003eGets to the very bottom of the bottle for maximum usage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis cleaner will help promote a clean, welcoming environment. This multi-surface cleaner cuts through grease and dirt with ease. It comes in a convenient spray bottle to ensure easy application, and the bottle's Smart Tube technology gets to the very bottom of the bottle.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏥\u003c\/span\u003e \u003cspan\u003eHealthcare Facilities\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏫\u003c\/span\u003e \u003cspan\u003eSchools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏨\u003c\/span\u003e \u003cspan\u003eHotels\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eRestaurants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan\u003eOffice Buildings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan\u003eCommercial Facilities\u003c\/span\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\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003e99.9% Germ Kill\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💡\u003c\/span\u003e \u003cspan\u003eSmart Tube Tech\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💪\u003c\/span\u003e \u003cspan\u003eGrease Cutting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🚫\u003c\/span\u003e \u003cspan\u003eOdor Elimination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🧴\u003c\/span\u003e \u003cspan\u003eReady-to-Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🇺🇸\u003c\/span\u003e \u003cspan\u003eMade in USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology-section\"\u003e\n\u003ch3\u003eSmart Tube Technology\u003c\/h3\u003e\n\u003cdiv class=\"tech-features\"\u003e\n\u003cdiv class=\"tech-feature\"\u003e\n\u003cspan class=\"tech-icon\"\u003e⬇️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eBottom-to-Top Spraying\u003c\/h4\u003e\n\u003cp\u003eReaches every last drop in the bottle\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-feature\"\u003e\n\u003cspan class=\"tech-icon\"\u003e💰\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eNo Product Waste\u003c\/h4\u003e\n\u003cp\u003eUses 100% of the cleaner\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-feature\"\u003e\n\u003cspan class=\"tech-icon\"\u003e🎯\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eConsistent Performance\u003c\/h4\u003e\n\u003cp\u003eSprays effectively until empty\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch3\u003eIdeal For These Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-list\"\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eKitchen Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Countertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Appliances\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Sinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Stovetops\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eBathroom Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Toilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Sinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Showers\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Tubs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eOther Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Floors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Walls\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Fixtures\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Hard Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e9-Bottle Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial facilities with multiple cleaning stations\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003ePackage Size: 32 oz. per bottle (2.25 gallons total per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 10044600354177\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.clorox-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #1976D2;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #E3F2FD;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border-left: 4px solid #2196F3;\n}\n\n.feature-icon {\n  color: #2196F3;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #1976D2;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #1976D2;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #E3F2FD;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #F8FDFF;\n}\n\n.specs-table tr:hover {\n  background: #E3F2FD;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.disinfectant-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.technology-highlight {\n  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);\n  border: 2px solid #FFC107;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #1976D2;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #F8FDFF;\n  border-radius: 8px;\n  border: 1px solid #E3F2FD;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.benefits-section {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.benefits-section h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.benefit {\n  text-align: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #BBDEFB;\n}\n\n.benefit-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.technology-section {\n  background: #F3E5F5;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #9C27B0;\n}\n\n.technology-section h3 {\n  margin: 0 0 20px 0;\n  color: #7B1FA2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.tech-features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.tech-feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #E1BEE7;\n}\n\n.tech-icon {\n  font-size: 2rem;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.tech-feature h4 {\n  margin: 0 0 8px 0;\n  color: #7B1FA2;\n}\n\n.tech-feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.9rem;\n}\n\n.usage-section {\n  background: #FFF8E1;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFD54F;\n}\n\n.usage-section h3 {\n  margin: 0 0 20px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.surface-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.surface-category {\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFE082;\n}\n\n.surface-category h4 {\n  margin: 0 0 15px 0;\n  color: #F57C00;\n  text-align: center;\n  font-size: 1.1rem;\n}\n\n.surface-items {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 8px;\n}\n\n.surface-item {\n  padding: 10px;\n  background: #FFF8E1;\n  border-radius: 4px;\n  text-align: center;\n  font-weight: 500;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #E3F2FD;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #1976D2;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .tech-features {\n    grid-template-columns: 1fr;\n  }\n  \n  .surface-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .tech-feature {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .tech-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689271267412,"sku":null,"price":137.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T160908.118.png?v=1763550534"},{"product_id":"mr-clean-06894-64-fl-oz-2x-concentrated-antibacterial-multi-surface-cleaner-with-lemon-scent-4-case","title":"Mr. Clean 06894 64 fl. oz. 2X Concentrated Antibacterial Multi-Surface Cleaner with Lemon Scent - 4\/Case","description":"\u003cdiv class=\"mrclean-product\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eMr. Clean 2X Concentrated Antibacterial Multi-Surface Cleaner\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e64 fl. oz. Lemon Scent - 4\/Case - All-in-One Solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003ch2\u003eProduct Overview\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAll-in-One Solution\u003c\/h3\u003e\n\u003cp\u003eEliminates the need for single-purpose surface cleaners\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAntibacterial Power\u003c\/h3\u003e\n\u003cp\u003eEliminates germs while cutting through dirt and grease\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003eLeaves behind a clean, refreshing lemon aroma\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003e2X Concentrated\u003c\/h3\u003e\n\u003cp\u003ePowerful formula designed to be diluted for multiple uses\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMulti-Surface Safe\u003c\/h3\u003e\n\u003cp\u003eWorks on floors, countertops, tile, and bathroom surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-icon\"\u003e✓\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCost Effective\u003c\/h3\u003e\n\u003cp\u003eSaves money and storage space with one versatile cleaner\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-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\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e18.7 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-Surface Cleaner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e64 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose 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=\"product-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cp\u003eGet rid of single-purpose surface cleaners when you add Mr. Clean 2X concentrated antibacterial multi-surface cleaner with lemon scent to your janitorial closet! Capable of eliminating germs and cutting through dirt, grease, and grime, this multi-surface cleaner is ideal for use all over your establishment.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box efficiency-highlight\"\u003e\n\u003ch3\u003eAll-in-One Efficiency\u003c\/h3\u003e\n\u003cp\u003eStreamlines cleaning operations and saves storage space\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box scent-highlight\"\u003e\n\u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n\u003cp\u003eEnhances the welcome of freshly cleaned areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis multi-purpose cleaner saves money and is more efficient than cleaners designed for one area like bathroom floor formulas. This product streamlines your operation, saves space in janitorial closets and storage rooms, and keeps the cleaning and training process simple for staff!\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧹\u003c\/span\u003e \u003cspan\u003eFloors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🪵\u003c\/span\u003e \u003cspan\u003eHardwood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan\u003eCountertops\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧱\u003c\/span\u003e \u003cspan\u003eTile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚽\u003c\/span\u003e \u003cspan\u003eToilets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔲\u003c\/span\u003e \u003cspan\u003eLinoleum\u003c\/span\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\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🎯\u003c\/span\u003e \u003cspan\u003eAll-in-One\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🦠\u003c\/span\u003e \u003cspan\u003eAntibacterial\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🍋\u003c\/span\u003e \u003cspan\u003eLemon Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💪\u003c\/span\u003e \u003cspan\u003e2X Concentrated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💰\u003c\/span\u003e \u003cspan\u003eCost Effective\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🇺🇸\u003c\/span\u003e \u003cspan\u003eMade in USA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch3\u003eVersatile Application Methods\u003c\/h3\u003e\n\u003cdiv class=\"usage-options\"\u003e\n\u003cdiv class=\"usage-option\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🧴\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eSpray Bottle\u003c\/h4\u003e\n\u003cp\u003eDilute for use in spray bottles for targeted cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-option\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🪣\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eMop Bucket\u003c\/h4\u003e\n\u003cp\u003ePerfect for diluting in mop buckets for floor cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-option\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🧽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eDirect Application\u003c\/h4\u003e\n\u003cp\u003eUse diluted solution with cloths or sponges\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantages-section\"\u003e\n\u003ch3\u003eOperational Advantages\u003c\/h3\u003e\n\u003cdiv class=\"advantages-grid\"\u003e\n\u003cdiv class=\"advantage\"\u003e\n\u003cspan class=\"advantage-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eSpace Saving\u003c\/h4\u003e\n\u003cp\u003eReduces storage needs by eliminating multiple specialty cleaners\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003e\n\u003cspan class=\"advantage-icon\"\u003e⏱️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eTime Efficient\u003c\/h4\u003e\n\u003cp\u003eSimplifies staff training with one universal cleaner\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003e\n\u003cspan class=\"advantage-icon\"\u003e💰\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCost Effective\u003c\/h4\u003e\n\u003cp\u003eMore affordable than buying multiple single-purpose cleaners\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-compatibility\"\u003e\n\u003ch3\u003eSurface Compatibility\u003c\/h3\u003e\n\u003cdiv class=\"surface-list\"\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eFlooring\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Hardwood\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Tile\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Linoleum\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Laminate\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eKitchen \u0026amp; Bath\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Countertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Sinks\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Toilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Showers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"surface-category\"\u003e\n\u003ch4\u003eOther Surfaces\u003c\/h4\u003e\n\u003cdiv class=\"surface-items\"\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Walls\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Appliances\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Fixtures\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003e✓ Most Hard Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-highlight\"\u003e\n\u003ch3\u003e4-Bottle Case\u003c\/h3\u003e\n\u003cp\u003ePerfect for commercial facilities needing versatile cleaning solutions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003eCapacity: 64 fl. oz. per bottle (2 gallons total per case)\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017681757\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.mrclean-product {\n  max-width: 1200px;\n  margin: 0 auto;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.product-header {\n  text-align: center;\n  padding: 40px 20px;\n  background: linear-gradient(135deg, #FFC107 0%, #FFA000 100%);\n  color: white;\n  border-radius: 10px;\n  margin-bottom: 30px;\n}\n\n.product-header h1 {\n  font-size: 2.5rem;\n  margin: 0 0 10px 0;\n  font-weight: 700;\n}\n\n.subtitle {\n  font-size: 1.2rem;\n  opacity: 0.9;\n  margin: 0;\n}\n\n.product-section {\n  margin-bottom: 40px;\n  padding: 0 20px;\n}\n\n.product-section h2 {\n  color: #FFA000;\n  font-size: 1.8rem;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #FFF8E1;\n}\n\n.features-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin-top: 20px;\n}\n\n.feature {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: #FFFDE7;\n  border-radius: 8px;\n  border-left: 4px solid #FFC107;\n}\n\n.feature-icon {\n  color: #FFA000;\n  font-size: 1.5rem;\n  margin-right: 15px;\n  font-weight: bold;\n}\n\n.feature h3 {\n  margin: 0 0 8px 0;\n  color: #FF8F00;\n  font-size: 1.1rem;\n}\n\n.feature p {\n  margin: 0;\n  color: #666;\n  font-size: 0.95rem;\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.1);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table th {\n  background: #FFA000;\n  color: white;\n  padding: 15px;\n  text-align: left;\n  font-weight: 600;\n}\n\n.specs-table td {\n  padding: 15px;\n  border-bottom: 1px solid #FFF8E1;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #FFFDE7;\n}\n\n.specs-table tr:hover {\n  background: #FFF8E1;\n}\n\n.product-details p {\n  margin-bottom: 20px;\n  font-size: 1rem;\n}\n\n.highlight-box {\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.efficiency-highlight {\n  background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);\n  border: 2px solid #4CAF50;\n}\n\n.scent-highlight {\n  background: linear-gradient(135deg, #FFF8E1 0%, #FFECB3 100%);\n  border: 2px solid #FFC107;\n}\n\n.highlight-box h3 {\n  margin: 0 0 10px 0;\n  color: #FFA000;\n  font-size: 1.3rem;\n}\n\n.applications-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n  margin: 25px 0;\n}\n\n.application {\n  text-align: center;\n  padding: 20px;\n  background: #FFFDE7;\n  border-radius: 8px;\n  border: 1px solid #FFF8E1;\n  transition: transform 0.2s ease;\n}\n\n.application:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.app-icon {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.benefits-section {\n  background: #E3F2FD;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #2196F3;\n}\n\n.benefits-section h3 {\n  margin: 0 0 20px 0;\n  color: #1976D2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 15px;\n}\n\n.benefit {\n  text-align: center;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #BBDEFB;\n}\n\n.benefit-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.usage-section {\n  background: #F3E5F5;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #9C27B0;\n}\n\n.usage-section h3 {\n  margin: 0 0 20px 0;\n  color: #7B1FA2;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.usage-options {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.usage-option {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #E1BEE7;\n}\n\n.usage-icon {\n  font-size: 2.5rem;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.usage-option h4 {\n  margin: 0 0 8px 0;\n  color: #7B1FA2;\n}\n\n.usage-option p {\n  margin: 0;\n  color: #666;\n  font-size: 0.9rem;\n}\n\n.advantages-section {\n  background: #E8F5E9;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #4CAF50;\n}\n\n.advantages-section h3 {\n  margin: 0 0 20px 0;\n  color: #2E7D32;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.advantages-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.advantage {\n  display: flex;\n  align-items: flex-start;\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #C8E6C9;\n}\n\n.advantage-icon {\n  font-size: 2rem;\n  margin-right: 15px;\n  flex-shrink: 0;\n}\n\n.advantage h4 {\n  margin: 0 0 8px 0;\n  color: #2E7D32;\n}\n\n.advantage p {\n  margin: 0;\n  color: #666;\n  font-size: 0.9rem;\n}\n\n.surface-compatibility {\n  background: #FFF3E0;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  border: 1px solid #FFB74D;\n}\n\n.surface-compatibility h3 {\n  margin: 0 0 20px 0;\n  color: #EF6C00;\n  text-align: center;\n  font-size: 1.3rem;\n}\n\n.surface-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n}\n\n.surface-category {\n  padding: 20px;\n  background: white;\n  border-radius: 8px;\n  border: 1px solid #FFE0B2;\n}\n\n.surface-category h4 {\n  margin: 0 0 15px 0;\n  color: #EF6C00;\n  text-align: center;\n  font-size: 1.1rem;\n}\n\n.surface-items {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 8px;\n}\n\n.surface-item {\n  padding: 10px;\n  background: #FFF8E1;\n  border-radius: 4px;\n  text-align: center;\n  font-weight: 500;\n}\n\n.case-highlight {\n  background: linear-gradient(135deg, #FFC107 0%, #FFA000 100%);\n  color: white;\n  padding: 25px;\n  border-radius: 8px;\n  margin: 25px 0;\n  text-align: center;\n}\n\n.case-highlight h3 {\n  margin: 0 0 10px 0;\n  font-size: 1.4rem;\n}\n\n.upc-code {\n  display: inline-block;\n  background: #FFF8E1;\n  padding: 12px 20px;\n  border-radius: 6px;\n  font-size: 1.1rem;\n  color: #FFA000;\n  font-weight: 600;\n  margin-top: 15px;\n}\n\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  .applications-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .benefits-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  \n  .usage-options {\n    grid-template-columns: 1fr;\n  }\n  \n  .advantages-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .surface-list {\n    grid-template-columns: 1fr;\n  }\n  \n  .product-section {\n    padding: 0 10px;\n  }\n  \n  .usage-option {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .usage-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n  \n  .advantage {\n    flex-direction: column;\n    text-align: center;\n  }\n  \n  .advantage-icon {\n    margin-right: 0;\n    margin-bottom: 10px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689279328340,"sku":null,"price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T161329.959.png?v=1763550838"},{"product_id":"mrs-meyers-clean-day-374678-32-fl-oz-lemon-verbena-all-purpose-multi-surface-cleaner-concentrate-6-case","title":"Mrs. Meyer's Clean Day 374678 32 fl. oz. Lemon Verbena All Purpose Multi-Surface Cleaner Concentrate - 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            font-size: 2.2rem;\n            color: #2c5530;\n            margin-bottom: 15px;\n            font-weight: 600;\n            border-bottom: 2px solid #e8f5e9;\n            padding-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            color: #4a7c59;\n            margin: 25px 0 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: #f9fdf9;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 25px;\n            border-left: 4px solid #4a7c59;\n        }\n        \n        .product-highlights {\n            background-color: #f0f9f0;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 25px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .highlight-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-icon {\n            color: #4a7c59;\n            margin-right: 10px;\n            font-weight: bold;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\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 20px;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e8f5e9;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f9fdf9;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c5530;\n            width: 30%;\n        }\n        \n        .product-details {\n            margin-top: 30px;\n            line-height: 1.7;\n        }\n        \n        .product-details p {\n            margin-bottom: 15px;\n        }\n        \n        .shipping-info {\n            background-color: #e8f5e9;\n            border-radius: 8px;\n            padding: 15px 20px;\n            margin: 25px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 1.5rem;\n            margin-right: 15px;\n            color: #4a7c59;\n        }\n        \n        .upc-code {\n            background-color: #f0f9f0;\n            display: inline-block;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #2c5530;\n            margin-top: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 10px 15px;\n            }\n            \n            .spec-label {\n                width: 40%;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eMrs. Meyer's Clean Day Lemon Verbena All Purpose Cleaner Concentrate\u003c\/h1\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"product-subtitle\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eKeep your space squeaky clean with Mrs. Meyer's Clean Day 32 fl. oz. lemon verbena all purpose multi-surface cleaner concentrate. This concentrated all purpose cleaner is packed with plant-derived ingredients to help remove dirt and grime without leaving behind harmful odors or residue.\u003c\/p\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013651518\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003ch2 class=\"product-subtitle\"\u003eKey Features\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Hard-working concentrate, requires dilution\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Versatile, multi-surface cleaner\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Fresh, herbal lemon verbena scent\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Great for cleaning floors, counters, and solid surfaces\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Perfect for use in restaurants, hotels, schools, and healthcare facilities\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Made with essential oils and plant-derived ingredients\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Cruelty-free and made in America\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eMrs. Meyer's 374678 Specs\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\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e14.07 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free\u003cbr\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eCitrus\u003cbr\u003eHerbal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003cbr\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003cbr\u003eCleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n\u003cp style=\"margin: 0;\"\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-details\"\u003e\n\u003ch2 class=\"product-subtitle\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eSimply combine 1\/4 cup concentrate with 1 gallon warm water and begin cleaning floors, cupboards, and countertops. Enhanced with essential oils, this lemon verbena all purpose cleaner brings an energizing, citrusy scent to your everyday cleaning.\u003c\/p\u003e\n\u003cp\u003eThis effective all purpose cleaner helps reduce unpleasant odors by loosening dirt for easy removal, leaving behind a natural scent that won't compete with other fragrances. Formulated without parabens, phthalates, or chlorine, you can be confident that this cleaner is better for the planet and sensitive noses alike.\u003c\/p\u003e\n\u003cp\u003eIt's also cruelty free, so you can feel good about the products you use to clean everyday things! This cleaner is great for use on hard surfaces like floors, counters, and cabinets and can be used on sealed stone and wood. Whether you use it at home or in a restaurant, hotel, eco-conscious spa, or luxury resort this all purpose cleaner is sure to support a welcoming atmosphere.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003eCapacity: 32 fl. oz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42689304690772,"sku":null,"price":123.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-19T163429.924.png?v=1763552155"},{"product_id":"cloroxpro-clorox-clo32263-81-oz-concentrated-disinfecting-bleach-with-cloromax-6-case","title":"CloroxPro Clorox CLO32263 81 oz. Concentrated Disinfecting Bleach with CloroMax - 6\/Case","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eClorox Disinfecting Bleach - Professional Grade\u003c\/title\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            font-size: 2.2rem;\n            color: #0056a6;\n            margin-bottom: 15px;\n            font-weight: 600;\n            border-bottom: 2px solid #e6f2ff;\n            padding-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            color: #0078d7;\n            margin: 25px 0 15px;\n            font-weight: 500;\n        }\n        \n        .product-overview {\n            background-color: #f5fbff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 25px;\n            border-left: 4px solid #0078d7;\n        }\n        \n        .product-highlights {\n            background-color: #f0f8ff;\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 25px;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .highlight-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-icon {\n            color: #0078d7;\n            margin-right: 10px;\n            font-weight: bold;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #0078d7;\n            color: white;\n            text-align: left;\n            padding: 15px 20px;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e6f2ff;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f5fbff;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #0056a6;\n            width: 30%;\n        }\n        \n        .product-details {\n            margin-top: 30px;\n            line-height: 1.7;\n        }\n        \n        .product-details p {\n            margin-bottom: 15px;\n        }\n        \n        .shipping-info {\n            background-color: #e6f2ff;\n            border-radius: 8px;\n            padding: 15px 20px;\n            margin: 25px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 1.5rem;\n            margin-right: 15px;\n            color: #0078d7;\n        }\n        \n        .upc-code {\n            background-color: #f0f8ff;\n            display: inline-block;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            color: #0056a6;\n            margin-top: 10px;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background-color: #0078d7;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-size: 0.8rem;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .specs-table th, .specs-table td {\n                padding: 10px 15px;\n            }\n            \n            .spec-label {\n                width: 40%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eClorox Concentrated Disinfecting Bleach\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003eProduct Overview\u003c\/h2\u003e\n            \u003cp\u003eKeep your facility spotless and sanitary with this Clorox concentrated disinfecting bleach. This powerful bleach kills 99.9% of bacteria and viruses, including MRSA, Norovirus, flu virus, E. Coli, Listeria, and Salmonella. With a concentrated formula, this product offers a dose that is 33% more compact when compared to Clorox Disinfecting Bleach, reducing the amount you need for cleaning!\u003c\/p\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 400017823799\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-highlights\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003eKey Features\u003c\/h2\u003e\n            \u003cul class=\"highlight-list\"\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Kills 99.9% of bacteria and viruses including MRSA, Norovirus, flu virus, and E. Coli\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Removes mold, mildew, and stains including grass, juice, dirt, and blood\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e CloroMax technology protects surfaces and keeps clothes white\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Absorbs odors for a clean and inviting environment\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Ideal for healthcare facilities, hotels, restaurants, and schools\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Concentrated formula - 33% more compact than standard bleach\u003c\/li\u003e\n                \u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e Made in America\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth colspan=\"2\"\u003eClorox CLO32263 Specs\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\u003e6\/Case\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd\u003e37.5 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eChemical Form\u003c\/td\u003e\n                    \u003ctd\u003eLiquid\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                    \u003ctd\u003eMade in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eGrade\u003c\/td\u003e\n                    \u003ctd\u003eRetail\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e81 oz.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eProduct Line\u003c\/td\u003e\n                    \u003ctd\u003eCloroxPro Clorox\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eScent\u003c\/td\u003e\n                    \u003ctd\u003eUnscented\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                    \u003ctd\u003eConcentrates\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n                    \u003ctd\u003e3.8 Gallons\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                    \u003ctd\u003eBleaches \/ Destainers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n                    \u003ctd\u003eManually Fed\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp style=\"margin: 0;\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-details\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eThis powerful bleach is effective against stains including grass, juice, dirt, and blood, and it also absorbs odor to ensure a clean, inviting environment. With a concentrated formula, this product offers a dose that is 33% more compact when compared to Clorox Disinfecting Bleach, reducing the amount you need for cleaning!\u003c\/p\u003e\n            \n            \u003cp\u003eThis bleach features CloroMax technology that helps to enhance your white laundry, keeping it white for longer. CloroMax also reduces soil adhesion, preventing the stain from sticking and making cleanup easier. This bottle comes with a handle, making it easier to carry and pour.\u003c\/p\u003e\n            \n            \u003cp\u003eGreat for use on non-porous surfaces, this disinfecting bleach is perfect for healthcare facilities, schools, offices, and restaurants.\u003c\/p\u003e\n            \n            \u003cp\u003e\u003cstrong\u003eOverall Dimensions:\u003c\/strong\u003e\u003cbr\u003e\n            Package Size: 81 oz.\u003c\/p\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":42690075328596,"sku":null,"price":105.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-20T060742.076_213ff31e-ea38-4034-bb66-0ce55d47f4de.png?v=1763600809"},{"product_id":"cloroxpro-clorox-healthcare-clo68970-32-oz-bleach-germicidal-cleaner-with-spray-bottle-6-case","title":"CloroxPro Clorox Healthcare CLO68970 32 oz. Bleach Germicidal Cleaner with Spray Bottle - 6\/Case","description":"\u003cdiv class=\"clorox-product-description\"\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003ch2\u003eCloroxPro Clorox Healthcare Bleach Germicidal Cleaner\u003c\/h2\u003e\n\u003cp\u003eUse the power of bleach to kill germs with this CloroxPro Clorox Healthcare bleach germicidal cleaner. This ready-to-use formula is designed to be your go-to cleaner for disinfection in healthcare settings, cleaning, disinfecting, and deodorizing in a single step while leaving minimal residue behind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-benefits\"\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\"\u003eKills C. difficile and C. auris in 3 minutes when used as directed\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\"\u003eKills 50+ other microorganisms in 1 minute or less when used as directed\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\"\u003eSingle-step formula cleans, disinfects, and deodorizes\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\"\u003eConvenient spray bottle for easy application\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\"\u003eMeets CDC and OSHA guidelines for disinfecting surfaces\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\"\u003eIdeal for hospitals, dental offices, long-term care facilities, and veterinary offices\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-specs\"\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\"\u003e10729969689701\u003c\/td\u003e\n\u003c\/tr\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\"\u003e14.5 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\"\u003eSpray\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\"\u003e32 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Line\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCloroxPro Clorox Healthcare\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\"\u003e1.5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCleaners\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=\"usage-info\"\u003e\n\u003ch3\u003eUsage Information\u003c\/h3\u003e\n\u003cp\u003eThis germicidal cleaner is recommended in equipment cleaning and care guides, and it meets CDC and OSHA guidelines for disinfecting surfaces in healthcare settings at its 1:10 dilution ratio. The ready-to-use formula comes in a convenient spray bottle to ensure easy application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.clorox-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.product-intro h2 {\n  color: #0066b3;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  line-height: 1.6;\n  margin-bottom: 25px;\n}\n\n.key-benefits h3 {\n  color: #0066b3;\n  font-size: 22px;\n  margin-bottom: 15px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 30px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 10px;\n  background-color: #f9f9f9;\n  border-radius: 5px;\n  transition: all 0.3s ease;\n}\n\n.benefit-item:hover {\n  background-color: #e6f2ff;\n  transform: translateY(-2px);\n  box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n}\n\n.benefit-icon {\n  background-color: #0066b3;\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  margin-right: 10px;\n  flex-shrink: 0;\n}\n\n.benefit-text {\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n.product-specs h3 {\n  color: #0066b3;\n  font-size: 22px;\n  margin-bottom: 15px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  margin-bottom: 30px;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\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: #e9ecef;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 12px 15px;\n  border-right: 1px solid #dee2e6;\n  width: 35%;\n  background-color: #f1f1f1;\n}\n\n.spec-value {\n  padding: 12px 15px;\n}\n\n.usage-info h3 {\n  color: #0066b3;\n  font-size: 22px;\n  margin-bottom: 15px;\n}\n\n.usage-info p {\n  font-size: 16px;\n  line-height: 1.6;\n  background-color: #f9f9f9;\n  padding: 15px;\n  border-radius: 5px;\n  border-left: 4px solid #0066b3;\n}\n\n@media (max-width: 768px) {\n  .benefits-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":42690076246100,"sku":null,"price":171.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-20T061612.319.png?v=1763601356"},{"product_id":"clorox-clean-up-clo31221-32-oz-original-scent-multi-surface-cleaner-with-bleach-9-case","title":"Clorox Clean-Up CLO31221 32 oz. Original Scent Multi-Surface Cleaner with Bleach - 9\/Case","description":"\u003cdiv class=\"clorox-product-description\"\u003e\n\u003cdiv class=\"product-intro\"\u003e\n\u003ch2\u003eClorox Clean-Up Multi-Surface Cleaner with Bleach\u003c\/h2\u003e\n\u003cp\u003eFor a powerful multi-surface cleaner, turn to this Clorox Clean-Up multi-surface cleaner with bleach. This 3-in-1 cleaner disinfects, cleans, and removes 99% of allergens, ensuring an exceptional clean! When used as directed, it kills 99.9% of bacteria and viruses, including SARS-CoV-2, the virus that causes COVID-19.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-benefits\"\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\"\u003eKills 99.9% of bacteria and viruses, including SARS-CoV-2\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 99% of allergens\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\"\u003e3-in-1 formula disinfects, cleans, and removes allergens\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\"\u003eConvenient spray bottle for easy application\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\"\u003eCuts through grease, dirt, and stains on various non-porous surfaces\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\"\u003eIdeal for healthcare facilities, hotels, restaurants, and schools\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-specs\"\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\"\u003e10044600312214\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e9\/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\"\u003e22.3 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\"\u003eSpray\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\"\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\"\u003eRetail\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\"\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Line\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eClorox Clean-Up\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eScent\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eOriginal\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\"\u003e2.25 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAll Purpose\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=\"usage-info\"\u003e\n\u003ch3\u003eUsage Information\u003c\/h3\u003e\n\u003cp\u003eThis multi-surface cleaner cuts through grease and dirt with ease, and it has a pleasant scent that leaves surfaces smelling great. Plus, it comes in a convenient spray bottle to ensure easy application. This cleaner is safe for use on most hard, non-porous surfaces, including stainless steel, glazed ceramic, sealed granite, enamel, and fiberglass. Ideal for healthcare facilities, schools, hotels, and restaurants, this Clorox Clean-Up multi-surface cleaner is an excellent addition to your cleaning arsenal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.clorox-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-intro h2 {\n  color: #0066b3;\n  font-size: 28px;\n  margin-bottom: 15px;\n  border-bottom: 2px solid #f0f0f0;\n  padding-bottom: 10px;\n}\n\n.product-intro p {\n  font-size: 16px;\n  margin-bottom: 25px;\n}\n\n.key-benefits h3 {\n  color: #0066b3;\n  font-size: 22px;\n  margin-bottom: 15px;\n}\n\n.benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n  gap: 15px;\n  margin-bottom: 30px;\n}\n\n.benefit-item {\n  display: flex;\n  align-items: flex-start;\n  padding: 12px 15px;\n  background-color: #f9f9f9;\n  border-radius: 8px;\n  transition: all 0.3s ease;\n  border-left: 4px solid #0066b3;\n}\n\n.benefit-item:hover {\n  background-color: #e6f2ff;\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n}\n\n.benefit-icon {\n  background-color: #0066b3;\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  margin-right: 12px;\n  flex-shrink: 0;\n  font-weight: bold;\n}\n\n.benefit-text {\n  font-size: 15px;\n}\n\n.product-specs h3 {\n  color: #0066b3;\n  font-size: 22px;\n  margin-bottom: 15px;\n}\n\n.specs-table-container {\n  overflow-x: auto;\n  margin-bottom: 30px;\n  border-radius: 10px;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.08);\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: #e9ecef;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 18px;\n  border-right: 1px solid #dee2e6;\n  width: 35%;\n  background-color: #f1f1f1;\n  color: #0066b3;\n}\n\n.spec-value {\n  padding: 14px 18px;\n}\n\n.usage-info h3 {\n  color: #0066b3;\n  font-size: 22px;\n  margin-bottom: 15px;\n}\n\n.usage-info p {\n  font-size: 16px;\n  background-color: #f9f9f9;\n  padding: 18px;\n  border-radius: 8px;\n  border-left: 4px solid #0066b3;\n  margin-bottom: 20px;\n}\n\n.shipping-note {\n  background-color: #fff9e6;\n  border: 1px solid #ffe58f;\n  border-radius: 8px;\n  padding: 18px;\n  margin-top: 20px;\n}\n\n.shipping-note h4 {\n  color: #d48806;\n  margin-top: 0;\n  margin-bottom: 10px;\n  font-size: 18px;\n}\n\n.shipping-note p {\n  background-color: transparent;\n  border-left: none;\n  padding: 0;\n  margin: 0;\n  font-size: 15px;\n  color: #595959;\n}\n\n@media (max-width: 768px) {\n  .benefits-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .spec-label, .spec-value {\n    padding: 10px 12px;\n  }\n  \n  .product-intro h2 {\n    font-size: 24px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42690083913812,"sku":null,"price":120.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-20T062032.073.png?v=1763602105"},{"product_id":"comet-75350-disinfecting-cleaner-with-bleach-ready-to-use-spray-32-fl-oz-6-case","title":"Comet 75350 Disinfecting Cleaner with Bleach Ready-to-Use Spray 32 fl. oz. - 6\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2c5aa0;\n            --secondary-color: #f8f9fa;\n            --accent-color: #e9ecef;\n            --text-color: #333;\n            --border-color: #dee2e6;\n            --success-color: #28a745;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        .product-overview {\n            background-color: var(--secondary-color);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .overview-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .features-list {\n            list-style: none;\n        }\n        \n        .features-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-section {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--primary-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n        }\n        \n        .specs-table th {\n            background-color: var(--primary-color);\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: var(--secondary-color);\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 var(--border-color);\n        }\n        \n        .specs-table .spec-name {\n            font-weight: 600;\n            width: 30%;\n        }\n        \n        .details-section {\n            margin-bottom: 30px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .shipping-info {\n            background-color: var(--accent-color);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .shipping-details {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .shipping-item {\n            flex: 1;\n            min-width: 200px;\n        }\n        \n        .shipping-item h4 {\n            margin-bottom: 5px;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            background-color: var(--secondary-color);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            font-size: 18px;\n            margin-top: 20px;\n        }\n        \n        .upc-code span {\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table .spec-name {\n                width: 40%;\n            }\n            \n            .shipping-details {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eComet Disinfecting Cleaner with Bleach\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eReady-to-Use Spray - 32 fl. oz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e2-in-1 cleaning solution with bleach\u003c\/li\u003e\n\u003cli\u003eContains no abrasives\u003c\/li\u003e\n\u003cli\u003eCuts through grease and stains\u003c\/li\u003e\n\u003cli\u003eDisinfects against Hepatitis A and C, Norovirus, and novel coronavirus\u003c\/li\u003e\n\u003cli\u003eTrigger spray nozzle for optimal control\u003c\/li\u003e\n\u003cli\u003eMade in America\u003c\/li\u003e\n\u003cli\u003eCommercial grade formula\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\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\u003e15.25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eCleaners \u0026amp; Disinfectants\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=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eBleach tough stains and eliminate grease with the Comet 75350 disinfecting cleaner with bleach ready-to-use spray. With a wide range of cleaning applications, this 2-in-1 cleaning solution offers both heavy-duty detergents along with bleach to maximize cleaning power. This chemical solution disinfects against Hepatitis A and C, Norovirus, and the novel coronavirus.\u003c\/p\u003e\n\u003cp\u003eContaining no abrasives, this powerful solution has the capacity to cut through tough grease and other soils without scratching delicate surfaces. This solution conveniently comes ready-to-use in a spray bottle, which means no need for mixing, saving time and reducing waste. The trigger pump optimizes control over the spray and offers immediate application.\u003c\/p\u003e\n\u003cp\u003eThis solution can tackle a wide variety of restroom cleaning needs, including toilets, urinals, sinks, and mildew build-up. Keep spray bottles near welcome desks so staff can immediately take care of tracked-in dirt and scuff marks from incoming clientele. Its ability to take on grease and stains also makes it wonderful for kitchen areas where it can easily clean hoods and ranges or bleach out food stains from tables, countertops and cutting boards. This Comet ready-to-use disinfecting cleaner with bleach will assist your team on ensuring a clean and healthy environment for both employees and guests.\u003c\/p\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\u003cdiv class=\"shipping-details\"\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eShipping Time\u003c\/h4\u003e\n\u003cp\u003eUsually ships in 1 business day\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eShipping Restrictions\u003c\/h4\u003e\n\u003cp\u003eThis item cannot ship to HI or AK\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eExpedited Shipping\u003c\/h4\u003e\n\u003cp\u003eNot eligible for expedited shipping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e \u003cspan\u003e00037000753506\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693706383444,"sku":null,"price":113.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T082237.353.png?v=1763695462"},{"product_id":"lysol-rac88786-144-oz-lavender-and-orchid-essence-scent-multi-surface-cleaner-4-case","title":"Lysol RAC88786 144 oz. Lavender and Orchid Essence Scent Multi-Surface Cleaner - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #6a5acd;\n            --secondary-color: #f8f9fa;\n            --accent-color: #e9ecef;\n            --text-color: #333;\n            --border-color: #dee2e6;\n            --success-color: #28a745;\n            --lavender: #b57edc;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, #f5f0ff 0%, #f0f8ff 100%);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--lavender);\n        }\n        \n        .overview-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .features-list {\n            list-style: none;\n        }\n        \n        .features-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-section {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--primary-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table th {\n            background: linear-gradient(to right, var(--primary-color), #8a7fd5);\n            color: white;\n            text-align: left;\n            padding: 16px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--secondary-color);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f0f5ff;\n        }\n        \n        .specs-table td {\n            padding: 16px;\n            border-bottom: 1px solid var(--border-color);\n            transition: all 0.2s ease;\n        }\n        \n        .specs-table .spec-name {\n            font-weight: 600;\n            width: 30%;\n            color: var(--primary-color);\n        }\n        \n        .details-section {\n            margin-bottom: 30px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 20px 0;\n        }\n        \n        .benefit-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border-top: 3px solid var(--lavender);\n        }\n        \n        .benefit-card h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n        \n        .shipping-info {\n            background-color: var(--accent-color);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .shipping-details {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .shipping-item {\n            flex: 1;\n            min-width: 200px;\n        }\n        \n        .shipping-item h4 {\n            margin-bottom: 5px;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            background: linear-gradient(135deg, #f5f0ff 0%, #f0f8ff 100%);\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            font-size: 18px;\n            margin-top: 20px;\n            border: 1px dashed var(--lavender);\n        }\n        \n        .upc-code span {\n            font-weight: bold;\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .scent-highlight {\n            display: inline-block;\n            background-color: var(--lavender);\n            color: white;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            margin: 0 5px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table .spec-name {\n                width: 40%;\n            }\n            \n            .shipping-details {\n                flex-direction: column;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eLysol Multi-Surface Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLavender \u0026amp; Orchid Scent - 1.125 Gallons (Ready-to-Use)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eKills up to 99.9% of viruses and bacteria when used as directed\u003c\/li\u003e\n\u003cli\u003ePleasant \u003cspan class=\"scent-highlight\"\u003elavender\u003c\/span\u003e and \u003cspan class=\"scent-highlight\"\u003eorchid\u003c\/span\u003e scent\u003c\/li\u003e\n\u003cli\u003eUse at full strength or dilute for cost savings\u003c\/li\u003e\n\u003cli\u003eSuitable for counters, restroom fixtures, and hard, non-porous surfaces\u003c\/li\u003e\n\u003cli\u003eHelps any establishment maintain a clean facility\u003c\/li\u003e\n\u003cli\u003eProven to kill the virus that causes COVID-19 in just 3 minutes\u003c\/li\u003e\n\u003cli\u003ePackaging made with post-consumer recycled material\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\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\u003e40.5 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\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America, Recycled Content\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1.125 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003eLavender, Orchid\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\u003e4.5 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Disinfectants\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=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eMaintain a clean and safe environment in your commercial facility with this Lysol 144 oz. lavender and orchid scent multi-surface cleaner. This versatile cleaner is designed to kill up to 99.9% of viruses and bacteria when used as directed, including common pathogens like Salmonella, Staph, and E. coli.\u003c\/p\u003e\n\u003cp\u003eProven to kill the virus that causes COVID-19 in just 3 minutes on hard, non-porous surfaces, this cleaner provides peace of mind and reassurance in high-traffic areas. Its pleasant lavender and orchid scent leaves your space smelling fresh and inviting, making it perfect for use in offices, schools, hospitality, and senior living facilities.\u003c\/p\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eVersatile Application\u003c\/h3\u003e\n\u003cp\u003eWhether you need to disinfect floors, desks, countertops, restroom fixtures, or other high-touch surfaces, this multi-surface cleaner has you covered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eCost-Effective\u003c\/h3\u003e\n\u003cp\u003eYou can use it at full strength for tough messes or dilute it for cost-saving purposes without compromising its effectiveness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eEasy to Use\u003c\/h3\u003e\n\u003cp\u003eUse this cleaner in mop buckets and spray bottles across your facility to maintain disinfected surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eSustainable Choice\u003c\/h3\u003e\n\u003cp\u003eThe packaging is made with post-consumer recycled material to help your business uphold its sustainability goals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eKeep your establishment clean and germ-free with this powerful and versatile cleaning solution from Lysol.\u003c\/p\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\u003cdiv class=\"shipping-details\"\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eShipping Time\u003c\/h4\u003e\n\u003cp\u003eUsually ships in 1 business day\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003ePackage Size\u003c\/h4\u003e\n\u003cp\u003e144 oz. (1.125 Gallons)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eCase Details\u003c\/h4\u003e\n\u003cp\u003e4 bottles per case, 4.5 gallons total\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e \u003cspan\u003e400017066820\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693713199188,"sku":null,"price":105.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T082911.585.png?v=1763695783"},{"product_id":"simple-green-clean-building-1210000211001-1-gallon-concentrated-all-purpose-cleaner-2-case","title":"Simple Green Clean Building 1210000211001 1 Gallon Concentrated All-Purpose Cleaner - 2\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #2e8b57;\n            --secondary-color: #f8f9fa;\n            --accent-color: #e9ecef;\n            --text-color: #333;\n            --border-color: #dee2e6;\n            --success-color: #28a745;\n            --eco-green: #4caf50;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, #f0f9f0 0%, #f8fdf8 100%);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--eco-green);\n        }\n        \n        .overview-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .features-list {\n            list-style: none;\n        }\n        \n        .features-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-section {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--primary-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table th {\n            background: linear-gradient(to right, var(--primary-color), #3da368);\n            color: white;\n            text-align: left;\n            padding: 16px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--secondary-color);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f0f9f0;\n        }\n        \n        .specs-table td {\n            padding: 16px;\n            border-bottom: 1px solid var(--border-color);\n            transition: all 0.2s ease;\n        }\n        \n        .specs-table .spec-name {\n            font-weight: 600;\n            width: 30%;\n            color: var(--primary-color);\n        }\n        \n        .dilution-highlight {\n            display: inline-block;\n            background-color: var(--eco-green);\n            color: white;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: bold;\n            margin: 0 5px;\n        }\n        \n        .eco-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: #e8f5e9;\n            color: var(--primary-color);\n            padding: 6px 12px;\n            border-radius: 4px;\n            font-size: 14px;\n            margin: 5px 0;\n            border: 1px solid #c8e6c9;\n        }\n        \n        .details-section {\n            margin-bottom: 30px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 20px 0;\n        }\n        \n        .benefit-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border-top: 3px solid var(--eco-green);\n        }\n        \n        .benefit-card h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n        \n        .shipping-info {\n            background-color: var(--accent-color);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .shipping-details {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .shipping-item {\n            flex: 1;\n            min-width: 200px;\n        }\n        \n        .shipping-item h4 {\n            margin-bottom: 5px;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            background: linear-gradient(135deg, #f0f9f0 0%, #f8fdf8 100%);\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            font-size: 18px;\n            margin-top: 20px;\n            border: 1px dashed var(--eco-green);\n        }\n        \n        .upc-code span {\n            font-weight: bold;\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .safety-features {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .safety-tag {\n            background-color: #e3f2fd;\n            color: #1565c0;\n            padding: 6px 12px;\n            border-radius: 4px;\n            font-size: 14px;\n            border: 1px solid #bbdefb;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table .spec-name {\n                width: 40%;\n            }\n            \n            .shipping-details {\n                flex-direction: column;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eSimple Green Clean Building All-Purpose Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eConcentrated Formula - 1 Gallon (Unscented)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eRemoves tough dirt, grime, and oils without the need for heavy scrubbing\u003c\/li\u003e\n\u003cli\u003eNon-caustic, non-flammable alkaline formula\u003c\/li\u003e\n\u003cli\u003eWon't leave streaks or smudges\u003c\/li\u003e\n\u003cli\u003eFor use on hard, non-porous surfaces\u003c\/li\u003e\n\u003cli\u003eComplies with environmentally preferable product purchasing programs\u003c\/li\u003e\n\u003cli\u003eHigh dilution ratio: \u003cspan class=\"dilution-highlight\"\u003e1:64\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eUnscented formula - ideal for sensitive environments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003cdiv class=\"safety-tag\"\u003eNon-Caustic\u003c\/div\u003e\n\u003cdiv class=\"safety-tag\"\u003eNon-Flammable\u003c\/div\u003e\n\u003cdiv class=\"safety-tag\"\u003eEnvironmentally Preferable\u003c\/div\u003e\n\u003cdiv class=\"safety-tag\"\u003eMade in USA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e2\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e18.5 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\"\u003eDilution Ratio\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"dilution-highlight\"\u003e1:64\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\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\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eTotal Case Size\u003c\/td\u003e\n\u003ctd\u003e2 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners\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=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eEffectively clean a wide variety of surfaces with this Simple Green Clean Building concentrated all-purpose cleaner. This cleaner is designed to remove tough dirt, grime, and oils without the need for heavy scrubbing and without leaving streaks or smudges.\u003c\/p\u003e\n\u003cp\u003eIts non-caustic, non-flammable alkaline formula is great for use in schools, offices, and hotels. The concentrated formula offers exceptional value and efficiency for commercial cleaning operations.\u003c\/p\u003e\n\u003cdiv class=\"eco-badge\"\u003e✓ Environmentally Preferable Product\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eHighly Concentrated\u003c\/h3\u003e\n\u003cp\u003eDilute one part cleaner with 64 parts water to create a ready-to-use solution, making it extremely cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eStreak-Free Cleaning\u003c\/h3\u003e\n\u003cp\u003eEffectively cleans without leaving behind streaks or smudges on surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eSafe for Multiple Environments\u003c\/h3\u003e\n\u003cp\u003eIdeal for schools, offices, hotels, and other commercial settings with sensitive occupants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eUnscented Formula\u003c\/h3\u003e\n\u003cp\u003eNo added fragrances make it perfect for environments where scents may cause discomfort or allergies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003ePerfect for a variety of settings and surfaces, this versatile all-purpose cleaner is an excellent choice for your establishment! The concentrated formula means less storage space and reduced shipping costs while providing maximum cleaning power.\u003c\/p\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\u003cdiv class=\"shipping-details\"\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eShipping Time\u003c\/h4\u003e\n\u003cp\u003eUsually ships in 1 business day\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003ePackage Size\u003c\/h4\u003e\n\u003cp\u003e1 Gallon (Concentrate)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eCase Details\u003c\/h4\u003e\n\u003cp\u003e2 bottles per case, 2 gallons total\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e \u003cspan\u003e10043318110013\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693722603604,"sku":null,"price":113.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T083401.723.png?v=1763696093"},{"product_id":"mr-clean-10725-64-fl-oz-2x-concentrated-multi-surface-cleaner-with-febreze-meadows-and-rain-scent-4-case","title":"Mr. Clean 10725 64 fl. oz. 2X Concentrated Multi-Surface Cleaner with Febreze Meadows and Rain Scent - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary-color: #0066cc;\n            --secondary-color: #f8f9fa;\n            --accent-color: #e9ecef;\n            --text-color: #333;\n            --border-color: #dee2e6;\n            --success-color: #28a745;\n            --fresh-blue: #4fc3f7;\n            --clean-teal: #26c6da;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        .product-overview {\n            background: linear-gradient(135deg, #e3f2fd 0%, #f0f9ff 100%);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n            border-left: 4px solid var(--fresh-blue);\n        }\n        \n        .overview-title {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .features-list {\n            list-style: none;\n        }\n        \n        .features-list li {\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            color: var(--success-color);\n            font-weight: bold;\n            margin-right: 10px;\n            font-size: 18px;\n        }\n        \n        .specs-section {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--primary-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .specs-table th {\n            background: linear-gradient(to right, var(--primary-color), #0080ff);\n            color: white;\n            text-align: left;\n            padding: 16px;\n            font-weight: 600;\n            font-size: 16px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--secondary-color);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f0f8ff;\n        }\n        \n        .specs-table td {\n            padding: 16px;\n            border-bottom: 1px solid var(--border-color);\n            transition: all 0.2s ease;\n        }\n        \n        .specs-table .spec-name {\n            font-weight: 600;\n            width: 30%;\n            color: var(--primary-color);\n        }\n        \n        .scent-highlight {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--fresh-blue), var(--clean-teal));\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: bold;\n            margin: 0 5px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n        \n        .concentrated-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: #e1f5fe;\n            color: var(--primary-color);\n            padding: 8px 16px;\n            border-radius: 4px;\n            font-size: 14px;\n            margin: 5px 0;\n            border: 1px solid #b3e5fc;\n            font-weight: 600;\n        }\n        \n        .details-section {\n            margin-bottom: 30px;\n        }\n        \n        .details-content {\n            line-height: 1.7;\n        }\n        \n        .details-content p {\n            margin-bottom: 15px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 20px 0;\n        }\n        \n        .benefit-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border-top: 3px solid var(--fresh-blue);\n            transition: transform 0.2s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-card h3 {\n            color: var(--primary-color);\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n        \n        .shipping-info {\n            background-color: var(--accent-color);\n            border-radius: 8px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .shipping-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .shipping-details {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .shipping-item {\n            flex: 1;\n            min-width: 200px;\n        }\n        \n        .shipping-item h4 {\n            margin-bottom: 5px;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            background: linear-gradient(135deg, #e3f2fd 0%, #f0f9ff 100%);\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            font-size: 18px;\n            margin-top: 20px;\n            border: 1px dashed var(--fresh-blue);\n        }\n        \n        .upc-code span {\n            font-weight: bold;\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .surface-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .surface-tag {\n            background-color: #e8f5e8;\n            color: #2e7d32;\n            padding: 6px 12px;\n            border-radius: 4px;\n            font-size: 14px;\n            border: 1px solid #c8e6c9;\n        }\n        \n        .feature-highlight {\n            background: linear-gradient(135deg, #fff9c4, #fffde7);\n            border-left: 4px solid #ffd600;\n            padding: 15px;\n            border-radius: 4px;\n            margin: 15px 0;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table .spec-name {\n                width: 40%;\n            }\n            \n            .shipping-details {\n                flex-direction: column;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .surface-tags {\n                justify-content: center;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eMr. Clean 2X Concentrated Multi-Surface Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eWith Febreze Meadows \u0026amp; Rain Scent - 64 fl. oz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003ch2 class=\"overview-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eApplicable for a wide variety of surfaces\u003c\/li\u003e\n\u003cli\u003eStreamlines cleaning with an all-in-one solution\u003c\/li\u003e\n\u003cli\u003eUse on linoleum, tile, countertops, or in bathrooms\u003c\/li\u003e\n\u003cli\u003eLeaves behind \u003cspan class=\"scent-highlight\"\u003eFebreze Meadows \u0026amp; Rain Scent\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eCuts through dirt, grease, and grime\u003c\/li\u003e\n\u003cli\u003e2X concentrated formula for superior cleaning power\u003c\/li\u003e\n\u003cli\u003eMade in America\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"concentrated-badge\"\u003e⭐ 2X CONCENTRATED FORMULA - Lasts Twice as Long!\u003c\/div\u003e\n\u003cdiv class=\"surface-tags\"\u003e\n\u003cdiv class=\"surface-tag\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-tag\"\u003eHardwood\u003c\/div\u003e\n\u003cdiv class=\"surface-tag\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"surface-tag\"\u003eTile\u003c\/div\u003e\n\u003cdiv class=\"surface-tag\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"surface-tag\"\u003eLinoleum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\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\u003e18.43 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\u003eAll Purpose Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eGrade\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e64 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eScent\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"scent-highlight\"\u003eFresh\u003c\/span\u003e (Febreze Meadows \u0026amp; Rain)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-name\"\u003eType\u003c\/td\u003e\n\u003ctd\u003eAll Purpose, Cleaners\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=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"feature-highlight\"\u003e\n\u003cstrong\u003eAll-in-One Cleaning Solution:\u003c\/strong\u003e Get rid of single-purpose surface cleaners and streamline your cleaning operation with this versatile multi-surface cleaner.\u003c\/div\u003e\n\u003cp\u003eCapable of cutting through dirt, grease, and grime, this multi-surface cleaner is ideal for use all over your establishment, which saves money and is more efficient than cleaners designed for one area like bathroom floor formulas.\u003c\/p\u003e\n\u003cp\u003eThis product streamlines your operation, saves space in janitorial closets and storage rooms, and keeps the cleaning and training process simple for staff!\u003c\/p\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eVersatile Application\u003c\/h3\u003e\n\u003cp\u003ePerfect for floors, hardwood, countertops, tile, toilets, and linoleum. The concentrated formula is designed to be diluted for use with mops or in spray bottles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eFresh Scent Technology\u003c\/h3\u003e\n\u003cp\u003eAfter use, the Febreze meadows and rain scent is left behind to enhance the welcome of freshly cleaned areas and let guests know your facility is well maintained.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eSpace Saving\u003c\/h3\u003e\n\u003cp\u003eEliminate multiple single-purpose cleaners and save valuable storage space in your janitorial closets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch3\u003eCost Effective\u003c\/h3\u003e\n\u003cp\u003e2X concentrated formula means you use less product while achieving superior cleaning results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis Mr. Clean multi-surface cleaner offers an all-in-one cleaning solution for a variety of cleaning needs, making it the perfect choice for businesses looking to simplify their cleaning operations while maintaining exceptional cleanliness standards.\u003c\/p\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\u003cdiv class=\"shipping-details\"\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eShipping Time\u003c\/h4\u003e\n\u003cp\u003eUsually ships in 1 business day\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003ePackage Size\u003c\/h4\u003e\n\u003cp\u003e64 fl. oz. (Concentrate)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003ch4\u003eCase Details\u003c\/h4\u003e\n\u003cp\u003e4 bottles per case\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e \u003cspan\u003e10030772107253\u003c\/span\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693737939028,"sku":null,"price":86.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T090039.417.png?v=1763697574"},{"product_id":"mr-clean-10030772107246-64-fl-oz-2x-concentrated-multi-surface-cleaner-with-gain-original-fresh-scent-4-case","title":"Mr. Clean 10030772107246 64 fl. oz. 2X Concentrated Multi-Surface Cleaner with Gain Original Fresh Scent - 4\/Case","description":"\u003cstyle\u003e\n    .mr-clean-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #333;\n      line-height: 1.6;\n    }\n    \n    .mr-clean-product-description h2 {\n      color: #1a5276;\n      border-bottom: 2px solid #3498db;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .mr-clean-product-description h3 {\n      color: #2c3e50;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .mr-clean-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .mr-clean-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .mr-clean-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .mr-clean-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .mr-clean-product-description .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    .mr-clean-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .mr-clean-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .mr-clean-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #1a5276;\n    }\n    \n    .mr-clean-product-description .specs-table tr:hover {\n      background-color: #e8f4fc;\n    }\n    \n    .mr-clean-product-description .highlight-box {\n      background-color: #e8f4fc;\n      border-left: 4px solid #3498db;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .mr-clean-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .mr-clean-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .mr-clean-product-description .feature-icon {\n      color: #27ae60;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .mr-clean-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    @media (max-width: 768px) {\n      .mr-clean-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .mr-clean-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"mr-clean-product-description\"\u003e\n\u003ch2\u003eMr. Clean Multi-Surface Cleaner with Gain Original Fresh Scent\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eGet rid of single-purpose surface cleaners when you add Mr. Clean 2X concentrated multi-surface cleaner with Gain original fresh scent to your janitorial closet! Capable of cutting through dirt, grease, and grime, this multi-surface cleaner is ideal for use all over your establishment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eApplicable for a wide variety of 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\u003eStreamlines cleaning with an all-in-one 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\u003eUse on linoleum, tile, countertops, or in bathrooms\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eLeaves behind Gain original 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\u003eCuts through dirt, 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\u003eConcentrated formula saves money and storage space\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-Surface Cleaner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e64 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFresh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e10037000964350\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis multi-purpose cleaner is perfect for floors, hardwood, countertops, tile, toilets, and even linoleum because the concentrated formula is designed to be diluted for use with mops or in spray bottles. After use, the original citrusy Gain scent is left behind to enhance the welcome of freshly cleaned areas and let guests know that your facility is well maintained.\u003c\/p\u003e\n\u003cp\u003eThis Mr. Clean multi-surface cleaner offers an all-in-one cleaning solution for a variety of cleaning needs! This product streamlines your operation, saves space in janitorial closets and storage rooms, and keeps the cleaning and training process simple for staff!\u003c\/p\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDilute according to surface type and soil level\u003c\/li\u003e\n\u003cli\u003eApply with mop, cloth, or spray bottle\u003c\/li\u003e\n\u003cli\u003eWipe clean with damp cloth or mop\u003c\/li\u003e\n\u003cli\u003eNo rinsing required on most surfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 64 fl. oz. per bottle\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693749047380,"sku":null,"price":82.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T085623.239.png?v=1763697293"},{"product_id":"ecos-pl9746-04-pro-1-gallon-parsley-plus-scented-all-purpose-kitchen-and-bathroom-cleaner-4-case","title":"ECOS PL9746\/04 Pro 1 Gallon Parsley Plus Scented All-Purpose Kitchen and Bathroom Cleaner - 4\/Case","description":"\u003cstyle\u003e\n    .ecos-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #2c3e50;\n      line-height: 1.6;\n    }\n    \n    .ecos-product-description h2 {\n      color: #27ae60;\n      border-bottom: 2px solid #2ecc71;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .ecos-product-description h3 {\n      color: #16a085;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .ecos-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .ecos-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .ecos-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .ecos-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .ecos-product-description .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    .ecos-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .ecos-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .ecos-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #27ae60;\n    }\n    \n    .ecos-product-description .specs-table tr:hover {\n      background-color: #eafaf1;\n    }\n    \n    .ecos-product-description .eco-highlight-box {\n      background-color: #eafaf1;\n      border-left: 4px solid #27ae60;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .ecos-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .ecos-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .ecos-product-description .feature-icon {\n      color: #27ae60;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .ecos-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    .ecos-product-description .certification-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .ecos-product-description .cert-badge {\n      background-color: #e8f6f3;\n      border: 1px solid #a3e4d7;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #16a085;\n      font-weight: 500;\n    }\n    \n    @media (max-width: 768px) {\n      .ecos-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .ecos-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n      \n      .ecos-product-description .certification-badges {\n        justify-content: center;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"ecos-product-description\"\u003e\n\u003ch2\u003eECOS PRO PL9746\/04 All-Purpose Cleaner\u003c\/h2\u003e\n\u003cdiv class=\"eco-highlight-box\"\u003e\n\u003cp\u003eMake your kitchen, bathroom, walls, floors, or other hard surfaces shine with this PL9746\/04 Pro 1 gallon parsley plus scented all-purpose kitchen and bathroom cleaner. This cleaner can be applied to virtually any water-safe surface, including marble and granite.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEco-Friendly Certifications\u003c\/h3\u003e\n\u003cdiv class=\"certification-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eDesign for the Environment Certified\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eUSDA Certified Biobased Product\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eDesigned for use in kitchens and bathrooms and on marble and granite 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\u003eDegreases and deodorizes virtually all water-safe 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\u003ePowerful parsley scent helps fight unpleasant odors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eLeaves no haze or residue 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\u003eFree of synthetic scents and dyes, and made 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\u003eNo rinse, neutral pH design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e36.8 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\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\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Gallon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHerbal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e10749174497465\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eIts no rinse, neutral pH design degreases surfaces, leaving them sparkling. Plus, its powerful parsley scent helps fight unpleasant odors, leaving your bathroom or kitchen floors and countertops smelling fresh and clean.\u003c\/p\u003e\n\u003cp\u003eMade with 100% plant-based ingredients, this environmentally friendly cleaner does not contain dyes, and is gray-water and septic-safe.\u003c\/p\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDilute the cleaner to the desired ratio\u003c\/li\u003e\n\u003cli\u003eSpray the product directly onto the desired surface\u003c\/li\u003e\n\u003cli\u003eWait 60 seconds for the cleaner to work\u003c\/li\u003e\n\u003cli\u003eWipe away with a microfiber cloth for best results\u003c\/li\u003e\n\u003cli\u003eNo rinsing required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eEnvironmental Benefits\u003c\/h3\u003e\n\u003cp\u003eThis product is specially formulated to be environmentally responsible while delivering powerful cleaning performance. It's safe for gray-water systems and septic tanks, and made entirely from plant-based ingredients.\u003c\/p\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Size:\u003c\/strong\u003e 1 gallon\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693771755604,"sku":null,"price":150.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T090950.202.png?v=1763698109"},{"product_id":"clr-pro-cgs-12-clean-and-clear-stone-marble-and-granite-cleaner-12-oz-6-case","title":"CLR PRO CGS-12 Clean and Clear Stone, Marble, and Granite Cleaner 12 oz. - 6\/Case","description":"\u003cstyle\u003e\n    .clr-pro-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #333;\n      line-height: 1.6;\n    }\n    \n    .clr-pro-product-description h2 {\n      color: #0066cc;\n      border-bottom: 2px solid #0099ff;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .clr-pro-product-description h3 {\n      color: #004d99;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .clr-pro-product-description h4 {\n      color: #003366;\n      margin-top: 20px;\n      margin-bottom: 10px;\n      font-weight: 500;\n    }\n    \n    .clr-pro-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .clr-pro-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .clr-pro-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .clr-pro-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .clr-pro-product-description .specs-table th {\n      background: linear-gradient(135deg, #0066cc, #0099ff);\n      color: white;\n      text-align: left;\n      padding: 15px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n    \n    .clr-pro-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .clr-pro-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .clr-pro-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #0066cc;\n    }\n    \n    .clr-pro-product-description .specs-table tr:hover {\n      background-color: #e6f2ff;\n    }\n    \n    .clr-pro-product-description .highlight-box {\n      background-color: #e6f2ff;\n      border-left: 4px solid #0099ff;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .clr-pro-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .clr-pro-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .clr-pro-product-description .feature-icon {\n      color: #0066cc;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .clr-pro-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    .clr-pro-product-description .surface-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .clr-pro-product-description .surface-badge {\n      background-color: #e6f2ff;\n      border: 1px solid #0099ff;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #0066cc;\n      font-weight: 500;\n    }\n    \n    .clr-pro-product-description .shipping-restriction {\n      display: flex;\n      align-items: center;\n      background-color: #fff0f0;\n      border: 1px solid #ffcccc;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .clr-pro-product-description .restriction-icon {\n      color: #cc0000;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    .clr-pro-product-description .commercial-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: #0066cc;\n      color: white;\n      border-radius: 4px;\n      padding: 3px 8px;\n      font-size: 11px;\n      font-weight: 600;\n      margin-left: 8px;\n      text-transform: uppercase;\n    }\n    \n    @media (max-width: 768px) {\n      .clr-pro-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .clr-pro-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n      \n      .clr-pro-product-description .surface-types {\n        justify-content: center;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"clr-pro-product-description\"\u003e\n\u003ch2\u003eCLR PRO CGS-12 Clean \u0026amp; Clear Stone, Marble \u0026amp; Granite Cleaner\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eChoose a reliable and effective product with this CLR PRO CGS-12 clean and clear stone, marble, and granite cleaner. This professional-grade cleaner is perfect for use on a variety of hard surfaces in commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-types\"\u003e\n\u003cspan class=\"surface-badge\"\u003eNatural Stone\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eMarble\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eGranite\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eTile\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eHard Surfaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eOne-step surface cleaner is easy to 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\u003ePerfect for cleaning stone, marble, and granite 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\u003eRestores surface luster to hard 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\u003eLeaves a protective barrier that is shiny and streak-free\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eIdeal for use in commercial settings \u003cspan class=\"commercial-badge\"\u003ePRO\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eSpot-free formula removes residue, dirt, and stains\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5.91 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSurfaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAerosol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGranite Cleaner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct Line\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCLR PRO\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Case Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e72 oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners, Stone Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e400015903776\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis cleaner cleans and restores the luster to natural stone, marble, granite, and tile. This product is safer to use on stone surfaces than more abrasive cleaners.\u003c\/p\u003e\n\u003cp\u003eThis spot-free cleaner works to remove unsightly residue, dirt, and stains. It also leaves behind a protective barrier that is shiny and streak-free. Make unwanted soils disappear with a simple spray and wipe of a cloth!\u003c\/p\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSpray directly onto clean, dry surface\u003c\/li\u003e\n\u003cli\u003eWipe with a clean, soft cloth\u003c\/li\u003e\n\u003cli\u003eNo rinsing required\u003c\/li\u003e\n\u003cli\u003eFor heavily soiled areas, allow product to sit for 1-2 minutes before wiping\u003c\/li\u003e\n\u003cli\u003eUse in well-ventilated areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eProfessional Benefits\u003c\/h3\u003e\n\u003cp\u003eAs part of the CLR PRO line, this cleaner is specifically formulated for commercial use. The aerosol delivery system provides even coverage and efficient application, making it ideal for maintenance teams and professional cleaning services.\u003c\/p\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 12 oz. per can\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCase Size:\u003c\/strong\u003e 72 oz. total (6 cans)\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693919670356,"sku":null,"price":100.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T091925.030.png?v=1763698735"},{"product_id":"mrs-meyers-clean-day-373223-16-fl-oz-lemon-verbena-all-purpose-multi-surface-cleaner-6-case","title":"Mrs. Meyer's Clean Day 373223 16 fl. oz. Lemon Verbena All Purpose Multi-Surface Cleaner - 6\/Case","description":"\u003cstyle\u003e\n    .mrs-meyers-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #2d5016;\n      line-height: 1.6;\n    }\n    \n    .mrs-meyers-product-description h2 {\n      color: #4a7c1f;\n      border-bottom: 2px solid #6ba832;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .mrs-meyers-product-description h3 {\n      color: #3a6419;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .mrs-meyers-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .mrs-meyers-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .mrs-meyers-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .mrs-meyers-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .mrs-meyers-product-description .specs-table th {\n      background: linear-gradient(135deg, #4a7c1f, #6ba832);\n      color: white;\n      text-align: left;\n      padding: 15px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n    \n    .mrs-meyers-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .mrs-meyers-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .mrs-meyers-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #4a7c1f;\n    }\n    \n    .mrs-meyers-product-description .specs-table tr:hover {\n      background-color: #f0f7e6;\n    }\n    \n    .mrs-meyers-product-description .highlight-box {\n      background-color: #f0f7e6;\n      border-left: 4px solid #6ba832;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .mrs-meyers-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .mrs-meyers-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .mrs-meyers-product-description .feature-icon {\n      color: #4a7c1f;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .mrs-meyers-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    .mrs-meyers-product-description .scent-highlight {\n      display: flex;\n      align-items: center;\n      background-color: #fff9e6;\n      border: 1px solid #ffeb99;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .mrs-meyers-product-description .scent-icon {\n      color: #ffcc00;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    .mrs-meyers-product-description .eco-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .mrs-meyers-product-description .eco-badge {\n      background-color: #e8f5e8;\n      border: 1px solid #a3d6a3;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #2d5016;\n      font-weight: 500;\n    }\n    \n    .mrs-meyers-product-description .surface-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .mrs-meyers-product-description .surface-badge {\n      background-color: #e6f2ff;\n      border: 1px solid #99ccff;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #0066cc;\n      font-weight: 500;\n    }\n    \n    @media (max-width: 768px) {\n      .mrs-meyers-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .mrs-meyers-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n      \n      .mrs-meyers-product-description .eco-badges,\n      .mrs-meyers-product-description .surface-types {\n        justify-content: center;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"mrs-meyers-product-description\"\u003e\n\u003ch2\u003eMrs. Meyer's Clean Day Lemon Verbena All-Purpose Cleaner\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eKeep your space squeaky clean with Mrs. Meyer's Clean Day lemon verbena all purpose multi-surface cleaner. This convenient cleaner is packed with plant-derived ingredients to help remove dirt and grime while leaving behind an energizing, citrusy scent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scent-highlight\"\u003e\n\u003cdiv class=\"scent-icon\"\u003e🌸\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGarden-Inspired Scent:\u003c\/strong\u003e Fresh lemon verbena with citrus and herbal notes that bring the garden indoors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEco-Friendly Features\u003c\/h3\u003e\n\u003cdiv class=\"eco-badges\"\u003e\n\u003cspan class=\"eco-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003ePlant-Derived Ingredients\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003eNo Parabens\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003eNo Phthalates\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003eNo Chlorine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-types\"\u003e\n\u003cspan class=\"surface-badge\"\u003eFloors\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eCountertops\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eCupboards\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eSealed Stone\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eWood Surfaces\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eCabinets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eConvenient spray bottle for quick cleanup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eVersatile, multi-surface cleaner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eFresh, herbal lemon verbena 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\u003eGreat for cleaning floors, counters, and solid 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\u003ePerfect for use in restaurants, hotels, schools, and healthcare facilities\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003ePlant-derived surfactants and emulsifiers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e7.55 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e16 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCitrus, Herbal (Lemon Verbena)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid, Ready-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e808124124417\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis effective all purpose cleaner helps reduce unpleasant odors by loosening dirt for easy removal, leaving behind a natural scent that won't compete with other fragrances. Enhanced with essential oils, this lemon verbena all purpose cleaner brings an energizing, citrusy scent to your everyday cleaning.\u003c\/p\u003e\n\u003cp\u003eFormulated without parabens, phthalates, or chlorine, you can be confident that this cleaner is better for the planet and sensitive noses alike. It's also cruelty-free, so you can feel good about the products you use to clean everyday things!\u003c\/p\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSpray directly onto hard surfaces\u003c\/li\u003e\n\u003cli\u003eWipe clean with a cloth or sponge\u003c\/li\u003e\n\u003cli\u003eNo rinsing required on most surfaces\u003c\/li\u003e\n\u003cli\u003eFor tough stains, allow to sit for 1-2 minutes before wiping\u003c\/li\u003e\n\u003cli\u003eUse in well-ventilated areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eIdeal For\u003c\/h3\u003e\n\u003cp\u003eWhether you use it at home or in a restaurant, hotel, eco-conscious spa, luxury resort, school, or healthcare facility, this all purpose cleaner is sure to support a welcoming atmosphere while effectively cleaning multiple surfaces.\u003c\/p\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 16 fl. oz. per bottle\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCase Size:\u003c\/strong\u003e 6 bottles per case\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693947490388,"sku":null,"price":63.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T103502.892.png?v=1763703261"},{"product_id":"goo-gone-w2195-32-fl-oz-all-purpose-cleaner-6-case","title":"Goo Gone W2195 32 fl. oz. All Purpose Cleaner - 6\/Case","description":"\u003cstyle\u003e\n    .goo-gone-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #333;\n      line-height: 1.6;\n    }\n    \n    .goo-gone-product-description h2 {\n      color: #e67e22;\n      border-bottom: 2px solid #f39c12;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .goo-gone-product-description h3 {\n      color: #d35400;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .goo-gone-product-description h4 {\n      color: #e67e22;\n      margin-top: 20px;\n      margin-bottom: 10px;\n      font-weight: 500;\n    }\n    \n    .goo-gone-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .goo-gone-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .goo-gone-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .goo-gone-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .goo-gone-product-description .specs-table th {\n      background: linear-gradient(135deg, #e67e22, #f39c12);\n      color: white;\n      text-align: left;\n      padding: 15px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n    \n    .goo-gone-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .goo-gone-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .goo-gone-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #e67e22;\n    }\n    \n    .goo-gone-product-description .specs-table tr:hover {\n      background-color: #fef9e7;\n    }\n    \n    .goo-gone-product-description .highlight-box {\n      background-color: #fef9e7;\n      border-left: 4px solid #f39c12;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .goo-gone-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .goo-gone-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .goo-gone-product-description .feature-icon {\n      color: #e67e22;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .goo-gone-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    .goo-gone-product-description .surface-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .goo-gone-product-description .surface-badge {\n      background-color: #fef9e7;\n      border: 1px solid #f39c12;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #e67e22;\n      font-weight: 500;\n    }\n    \n    .goo-gone-product-description .industry-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .goo-gone-product-description .industry-badge {\n      background-color: #e8f6f3;\n      border: 1px solid #a3e4d7;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #16a085;\n      font-weight: 500;\n    }\n    \n    .goo-gone-product-description .cleaning-power {\n      display: flex;\n      align-items: center;\n      background-color: #fff0e6;\n      border: 1px solid #ffcc99;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .goo-gone-product-description .power-icon {\n      color: #e67e22;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    .goo-gone-product-description .usage-section {\n      background-color: #f8f9fa;\n      border-radius: 8px;\n      padding: 20px;\n      margin: 20px 0;\n    }\n    \n    .goo-gone-product-description .usage-step {\n      margin-bottom: 15px;\n      padding-left: 20px;\n      position: relative;\n    }\n    \n    .goo-gone-product-description .usage-step:before {\n      content: \"•\";\n      color: #e67e22;\n      font-weight: bold;\n      position: absolute;\n      left: 0;\n    }\n    \n    @media (max-width: 768px) {\n      .goo-gone-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .goo-gone-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n      \n      .goo-gone-product-description .surface-types,\n      .goo-gone-product-description .industry-types {\n        justify-content: center;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"goo-gone-product-description\"\u003e\n\u003ch2\u003eGoo Gone All Purpose Cleaner\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eGoo Gone All Purpose Cleaner is a powerful choice for cleaning up bathrooms, kitchens, equipment, and more! With all the cleaning power of Goo Gone's traditional formula packed into an all purpose cleaner, it quickly removes dirt, grease, grime, and goo from almost any surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cleaning-power\"\u003e\n\u003cdiv class=\"power-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePowerful Formula:\u003c\/strong\u003e Contains D'Limonene for fast-acting cleaning power that tackles tough messes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-types\"\u003e\n\u003cspan class=\"surface-badge\"\u003eFinished Wood\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eSealed Stone\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eGlass\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eFabric\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eMetal\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003ePlastic\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eHardwood\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eTools\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eLawnmowers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eIdeal For These Industries\u003c\/h3\u003e\n\u003cdiv class=\"industry-types\"\u003e\n\u003cspan class=\"industry-badge\"\u003eRestaurants\u003c\/span\u003e \u003cspan class=\"industry-badge\"\u003eHospitality\u003c\/span\u003e \u003cspan class=\"industry-badge\"\u003eAutomotive\u003c\/span\u003e \u003cspan class=\"industry-badge\"\u003eLaundry\u003c\/span\u003e \u003cspan class=\"industry-badge\"\u003eHealthcare\u003c\/span\u003e \u003cspan class=\"industry-badge\"\u003eSchools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eConvenient trigger spray bottle for quick and easy 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\u003eGreat for finished wood, sealed stone, glass, fabric, metal, and plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eFast-acting, formulated with D'Limonene\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003ePerfect for restaurant, laundry, automotive, or hospitality 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\u003eQuickly removes dirt, grease, grime, and goo\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003ePleasant citrus scent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e14.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e32 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCitrus\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid, Ready-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e400013238665\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch4\u003eFor Hard Surfaces:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eTurn spray nozzle to ON position\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eSpray cleaner onto surface from 6-8 inches away\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eWipe clean with dry paper towel or cloth\u003c\/div\u003e\n\u003ch4\u003eFor Carpet:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eApply cleaner to a clean cloth\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eRub onto affected area\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eBlot with wet sponge\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eBlot area dry\u003c\/div\u003e\n\u003ch4\u003eFor Laundry Prewash:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eTest for colorfastness on hidden area first\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eApply cleaner to fabric immediately before laundering\u003c\/div\u003e\n\u003ch4\u003eFor Food Contact Surfaces:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eRinse with water after cleaning\u003c\/div\u003e\n\u003ch4\u003eFor General Housecleaning:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eDilute 1\/2 cup of cleaner into 1 gallon of water\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProfessional Applications\u003c\/h3\u003e\n\u003cp\u003eKeeping your restaurant clean and tidy is no easy task, but it's an important one. With this Goo Gone all purpose cleaner, your staff will be able to keep your restaurant's restrooms, kitchen, and equipment clean. It's professional grade and features a superior cleaning formula that's also great for the hospitality industry.\u003c\/p\u003e\n\u003ch3\u003eVersatile Cleaning Power\u003c\/h3\u003e\n\u003cp\u003eThis cleaner is versatile enough to use on bicycles, hardwood, tools, or lawnmowers - just about anywhere you need to remove a tough mess. Whether you need to clean up dirt, grease, grime, or goo, this all purpose cleaner can handle it with its pleasant citrus scent and powerful D'Limonene formula.\u003c\/p\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 32 fl. oz. per bottle\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCase Size:\u003c\/strong\u003e 6 bottles per case\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693956632660,"sku":null,"price":95.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T103922.065.png?v=1763703527"},{"product_id":"tide-professional-02363-18-lb-floor-and-all-purpose-cleaner-concentrate-powder","title":"Tide Professional 02363 18 lb. Floor and All-Purpose Cleaner Concentrate Powder","description":"\u003cstyle\u003e\n    .tide-professional-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #333;\n      line-height: 1.6;\n    }\n    \n    .tide-professional-product-description h2 {\n      color: #0056a6;\n      border-bottom: 2px solid #0078d7;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .tide-professional-product-description h3 {\n      color: #004578;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .tide-professional-product-description h4 {\n      color: #0056a6;\n      margin-top: 20px;\n      margin-bottom: 10px;\n      font-weight: 500;\n    }\n    \n    .tide-professional-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .tide-professional-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .tide-professional-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .tide-professional-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .tide-professional-product-description .specs-table th {\n      background: linear-gradient(135deg, #0056a6, #0078d7);\n      color: white;\n      text-align: left;\n      padding: 15px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n    \n    .tide-professional-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .tide-professional-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .tide-professional-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #0056a6;\n    }\n    \n    .tide-professional-product-description .specs-table tr:hover {\n      background-color: #e6f2ff;\n    }\n    \n    .tide-professional-product-description .highlight-box {\n      background-color: #e6f2ff;\n      border-left: 4px solid #0078d7;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .tide-professional-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .tide-professional-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .tide-professional-product-description .feature-icon {\n      color: #0056a6;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .tide-professional-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    .tide-professional-product-description .application-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .tide-professional-product-description .application-badge {\n      background-color: #e6f2ff;\n      border: 1px solid #99ccff;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #0056a6;\n      font-weight: 500;\n    }\n    \n    .tide-professional-product-description .surface-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .tide-professional-product-description .surface-badge {\n      background-color: #f0f7e6;\n      border: 1px solid #a3d6a3;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #2d5016;\n      font-weight: 500;\n    }\n    \n    .tide-professional-product-description .power-feature {\n      display: flex;\n      align-items: center;\n      background-color: #fff0e6;\n      border: 1px solid #ffcc99;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .tide-professional-product-description .power-icon {\n      color: #e67e22;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    .tide-professional-product-description .commercial-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: #0056a6;\n      color: white;\n      border-radius: 4px;\n      padding: 3px 8px;\n      font-size: 11px;\n      font-weight: 600;\n      margin-left: 8px;\n      text-transform: uppercase;\n    }\n    \n    .tide-professional-product-description .usage-section {\n      background-color: #f8f9fa;\n      border-radius: 8px;\n      padding: 20px;\n      margin: 20px 0;\n    }\n    \n    .tide-professional-product-description .usage-step {\n      margin-bottom: 15px;\n      padding-left: 20px;\n      position: relative;\n    }\n    \n    .tide-professional-product-description .usage-step:before {\n      content: \"•\";\n      color: #0056a6;\n      font-weight: bold;\n      position: absolute;\n      left: 0;\n    }\n    \n    .tide-professional-product-description .environmental-feature {\n      display: flex;\n      align-items: center;\n      background-color: #e8f5e8;\n      border: 1px solid #a3d6a3;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .tide-professional-product-description .eco-icon {\n      color: #27ae60;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    @media (max-width: 768px) {\n      .tide-professional-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .tide-professional-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n      \n      .tide-professional-product-description .application-types,\n      .tide-professional-product-description .surface-types {\n        justify-content: center;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"tide-professional-product-description\"\u003e\n\u003ch2\u003eTide Professional Floor \u0026amp; All-Purpose Cleaner Concentrate\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eProvide an advanced solution to cleaning difficult areas with this Tide Professional 18 lb. floor and all-purpose cleaner concentrate powder! This powerful powdered concentrate is incredibly versatile and ideal for commercial cleaning applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-feature\"\u003e\n\u003cdiv class=\"power-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHigh-Performance Formula:\u003c\/strong\u003e Contains high levels of surfactant and builders that make it exceptionally good at cutting through grease and grime\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003ePrimary Applications\u003c\/h3\u003e\n\u003cdiv class=\"application-types\"\u003e\n\u003cspan class=\"application-badge\"\u003eConcrete Floors\u003c\/span\u003e \u003cspan class=\"application-badge\"\u003eQuarry Tile\u003c\/span\u003e \u003cspan class=\"application-badge\"\u003ePots \u0026amp; Pans\u003c\/span\u003e \u003cspan class=\"application-badge\"\u003eWalls\u003c\/span\u003e \u003cspan class=\"application-badge\"\u003eExhaust Hoods\u003c\/span\u003e \u003cspan class=\"application-badge\"\u003eDumpsters\u003c\/span\u003e \u003cspan class=\"application-badge\"\u003eHeavy-Duty Areas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-types\"\u003e\n\u003cspan class=\"surface-badge\"\u003eConcrete\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eTile\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eMetal\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003ePorcelain\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eCeramic\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eIndustrial Surfaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"environmental-feature\"\u003e\n\u003cdiv class=\"eco-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEnvironmentally Conscious:\u003c\/strong\u003e Contains no phosphates and features an easy-rinse formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eEasy-rinse powdered 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\u003eSafe to use with chlorine bleach for enhanced 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\u003eGreat for use on floors, walls, pots and pans, or dumpsters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eUnscented formula - no added fragrances\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eConvenient 18 lb. bulk capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eProfessional-grade commercial formula \u003cspan class=\"commercial-badge\"\u003ePro\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e19.9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePowder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFloor Care Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e18 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUnscented\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose Floor Cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e400015636469\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch4\u003eFor Standard Cleaning:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eDilute powder according to surface type and soil level\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eApply solution to surface using mop, cloth, or sprayer\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eAllow to sit for recommended dwell time\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eRinse thoroughly with clean water\u003c\/div\u003e\n\u003ch4\u003eFor Enhanced Cleaning:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eCan be safely used with chlorine bleach\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eFollow manufacturer's dilution guidelines\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eEnsure proper ventilation when using bleach mixtures\u003c\/div\u003e\n\u003ch4\u003eFor Tough Grease \u0026amp; Grime:\u003c\/h4\u003e\n\u003cdiv class=\"usage-step\"\u003eUse higher concentration for heavily soiled areas\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eAllow extended dwell time for maximum effectiveness\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003eScrub if necessary for stubborn residues\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProfessional Applications\u003c\/h3\u003e\n\u003cp\u003eThis powerful cleaning agent is specifically formulated for commercial and industrial settings. The concentrated powder format provides excellent value and allows for customized dilution ratios based on cleaning requirements.\u003c\/p\u003e\n\u003ch3\u003eVersatile Cleaning Power\u003c\/h3\u003e\n\u003cp\u003eFrom concrete floors and quarry tile to pots and pans, walls, exhaust hoods, and dumpsters - this versatile cleaner handles the toughest cleaning challenges in commercial environments. The unscented formula makes it ideal for food service areas and sensitive environments.\u003c\/p\u003e\n\u003ch3\u003eBulk Efficiency\u003c\/h3\u003e\n\u003cp\u003eThe 18 lb. bulk container provides excellent value for businesses with ongoing cleaning needs. The concentrated powder format reduces storage space requirements and shipping costs compared to pre-mixed liquid cleaners.\u003c\/p\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 18 lb. powder\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackaging:\u003c\/strong\u003e Single case\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693963448404,"sku":null,"price":150.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T104359.202.png?v=1763703802"},{"product_id":"seventh-generation-44713-free-clear-23-oz-all-purpose-cleaner-8-case","title":"Seventh Generation 44713 Free \u0026 Clear 23 oz. All-Purpose Cleaner - 8\/Case","description":"\u003cstyle\u003e\n    .seventh-generation-product-description {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      color: #2d5016;\n      line-height: 1.6;\n    }\n    \n    .seventh-generation-product-description h2 {\n      color: #4a7c1f;\n      border-bottom: 2px solid #6ba832;\n      padding-bottom: 8px;\n      margin-top: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n    }\n    \n    .seventh-generation-product-description h3 {\n      color: #3a6419;\n      margin-top: 25px;\n      margin-bottom: 15px;\n      font-weight: 500;\n    }\n    \n    .seventh-generation-product-description h4 {\n      color: #4a7c1f;\n      margin-top: 20px;\n      margin-bottom: 10px;\n      font-weight: 500;\n    }\n    \n    .seventh-generation-product-description p {\n      margin-bottom: 15px;\n    }\n    \n    .seventh-generation-product-description ul {\n      margin-bottom: 20px;\n      padding-left: 20px;\n    }\n    \n    .seventh-generation-product-description li {\n      margin-bottom: 8px;\n      position: relative;\n    }\n    \n    .seventh-generation-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 25px 0;\n      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n    \n    .seventh-generation-product-description .specs-table th {\n      background: linear-gradient(135deg, #4a7c1f, #6ba832);\n      color: white;\n      text-align: left;\n      padding: 15px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n    \n    .seventh-generation-product-description .specs-table td {\n      padding: 12px 15px;\n      border-bottom: 1px solid #e1e1e1;\n    }\n    \n    .seventh-generation-product-description .specs-table tr:nth-of-type(even) {\n      background-color: #f8f9fa;\n    }\n    \n    .seventh-generation-product-description .specs-table tr:last-of-type td {\n      border-bottom: 2px solid #4a7c1f;\n    }\n    \n    .seventh-generation-product-description .specs-table tr:hover {\n      background-color: #f0f7e6;\n    }\n    \n    .seventh-generation-product-description .highlight-box {\n      background-color: #f0f7e6;\n      border-left: 4px solid #6ba832;\n      padding: 20px;\n      margin: 25px 0;\n      border-radius: 0 8px 8px 0;\n    }\n    \n    .seventh-generation-product-description .feature-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 15px;\n      margin: 20px 0;\n    }\n    \n    .seventh-generation-product-description .feature-item {\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .seventh-generation-product-description .feature-icon {\n      color: #4a7c1f;\n      margin-right: 10px;\n      flex-shrink: 0;\n      margin-top: 3px;\n    }\n    \n    .seventh-generation-product-description .upc-code {\n      display: inline-block;\n      background-color: #f8f9fa;\n      padding: 8px 15px;\n      border-radius: 4px;\n      font-family: monospace;\n      font-weight: bold;\n      color: #2c3e50;\n      border: 1px dashed #bdc3c7;\n    }\n    \n    .seventh-generation-product-description .certification-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .seventh-generation-product-description .cert-badge {\n      background-color: #e8f5e8;\n      border: 1px solid #a3d6a3;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #2d5016;\n      font-weight: 500;\n    }\n    \n    .seventh-generation-product-description .surface-types {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin: 15px 0;\n    }\n    \n    .seventh-generation-product-description .surface-badge {\n      background-color: #e6f2ff;\n      border: 1px solid #99ccff;\n      border-radius: 20px;\n      padding: 5px 12px;\n      font-size: 12px;\n      color: #0066cc;\n      font-weight: 500;\n    }\n    \n    .seventh-generation-product-description .safety-feature {\n      display: flex;\n      align-items: center;\n      background-color: #fff0e6;\n      border: 1px solid #ffcc99;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .seventh-generation-product-description .safety-icon {\n      color: #e67e22;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    .seventh-generation-product-description .eco-feature {\n      display: flex;\n      align-items: center;\n      background-color: #e8f6f3;\n      border: 1px solid #a3e4d7;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .seventh-generation-product-description .eco-icon {\n      color: #16a085;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    .seventh-generation-product-description .shipping-restriction {\n      display: flex;\n      align-items: center;\n      background-color: #fff0f0;\n      border: 1px solid #ffcccc;\n      border-radius: 4px;\n      padding: 10px 15px;\n      margin: 15px 0;\n    }\n    \n    .seventh-generation-product-description .restriction-icon {\n      color: #cc0000;\n      margin-right: 10px;\n      flex-shrink: 0;\n    }\n    \n    @media (max-width: 768px) {\n      .seventh-generation-product-description .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .seventh-generation-product-description .feature-list {\n        grid-template-columns: 1fr;\n      }\n      \n      .seventh-generation-product-description .certification-badges,\n      .seventh-generation-product-description .surface-types {\n        justify-content: center;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"seventh-generation-product-description\"\u003e\n\u003ch2\u003eSeventh Generation Free \u0026amp; Clear All-Purpose Cleaner\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eEnsure your establishment is sparkling clean with this Seventh Generation Free \u0026amp; Clear all-purpose cleaner. This plant-based cleaner offers a streak-free clean that is perfect for a variety of surfaces while being gentle on the environment and sensitive users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-feature\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFree \u0026amp; Clear Formula:\u003c\/strong\u003e Contains no dyes or synthetic fragrances - perfect for those sensitive to scents and chemicals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEnvironmental Certifications\u003c\/h3\u003e\n\u003cdiv class=\"certification-badges\"\u003e\n\u003cspan class=\"cert-badge\"\u003eCruelty-Free\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eKosher Certified\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eRecycled Content\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003eUSDA Certified Biobased\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"surface-types\"\u003e\n\u003cspan class=\"surface-badge\"\u003eFiberglass\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eAluminum\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eGranite\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eStainless Steel\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eCountertops\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eGlass\u003c\/span\u003e \u003cspan class=\"surface-badge\"\u003eTile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eco-feature\"\u003e\n\u003cdiv class=\"eco-icon\"\u003e♻️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSustainable Packaging:\u003c\/strong\u003e Bottle made of 100% post-consumer recycled material\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Features\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eTough on grease, dirt, 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\u003eProvides a streak-free clean with no residue left 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\u003eNo synthetic dyes or fragrances; perfect for scent-sensitive environments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eVOC-free so it won't create harsh fumes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003eGreat for fiberglass, aluminum, granite, stainless steel, and many other 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\u003eNon-toxic formula safe for various environments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\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\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e14.75 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChemical Form\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSpray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCruelty-Free, EPA Safer Choice, Kosher, Made in America, Recycled Content, USDA Certified Biobased Product\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrade\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e23 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eScent\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUnscented\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAll Purpose\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"upc-code\"\u003e400016192414\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eProduct Details\u003c\/h3\u003e\n\u003cp\u003eThis Seventh Generation all-purpose cleaner offers a streak-free clean that is perfect for a variety of surfaces like fiberglass, aluminum, granite, and stainless steel. Its VOC-free, non-toxic formula won't give off any harsh fumes, making it ideal for use in sensitive environments.\u003c\/p\u003e\n\u003cp\u003eThe spray bottle is perfect for ensuring you always have a grab-and-go cleaner on hand. Simply spray this cleaner onto your surfaces and wipe them down to clean them effectively.\u003c\/p\u003e\n\u003ch3\u003eEnvironmental Commitment\u003c\/h3\u003e\n\u003cp\u003eSeventh Generation is committed to creating products that are better for human health and the environment. This cleaner reflects that commitment through its plant-based formula, sustainable packaging, and multiple environmental certifications.\u003c\/p\u003e\n\u003ch3\u003eUsage Instructions\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSpray directly onto surface from 6-8 inches away\u003c\/li\u003e\n\u003cli\u003eWipe clean with a dry cloth or paper towel\u003c\/li\u003e\n\u003cli\u003eNo rinsing required on most surfaces\u003c\/li\u003e\n\u003cli\u003eFor tough stains, allow to sit for 1-2 minutes before wiping\u003c\/li\u003e\n\u003cli\u003eUse in well-ventilated areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eIdeal For\u003c\/h3\u003e\n\u003cp\u003eThis cleaner is perfect for healthcare facilities, schools, offices, restaurants, and homes where scent sensitivity or chemical exposure is a concern. The unscented formula makes it suitable for environments with asthma or allergy sufferers.\u003c\/p\u003e\n\u003ch3\u003eOverall Dimensions\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eCapacity:\u003c\/strong\u003e 23 fl. oz. per bottle\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCase Size:\u003c\/strong\u003e 8 bottles per case\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42693966725204,"sku":null,"price":82.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T104949.229.png?v=1763704109"}],"url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/all-purpose-cleaners.oembed?page=6","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}