{"title":"Janitorial","description":"\u003cp\u003eJanitorial Collection\u003c\/p\u003e","products":[{"product_id":"lavex-natural-brown-kraft-m-fold-multifold-towel-4-000-case","title":"Natural Brown Kraft M-Fold (Multifold) Towel - 4,000\/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\u003eLavex Brown Kraft M-Fold Paper Towel\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Open+Sans:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #5d4037;\n            background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            background: #fff;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #5d4037;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #8d6e63;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 8px 20px rgba(93, 64, 55, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-image:before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);\n            transform: rotate(30deg);\n        }\n        \n        .product-image-placeholder {\n            text-align: center;\n            color: #5d4037;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .image-icon {\n            font-size: 5rem;\n            margin-bottom: 20px;\n            text-shadow: 0 5px 15px rgba(93, 64, 55, 0.3);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #5d4037;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 5px solid #8d6e63;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n        }\n        \n        .highlight-text {\n            font-size: 1.1rem;\n            color: #5d4037;\n            font-weight: 500;\n        }\n        \n        .feature-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-list li:hover {\n            transform: translateX(5px);\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #8d6e63;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n            background: #efebe9;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 24px;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            flex: 1;\n            min-width: 200px;\n            background: #efebe9;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #5d4037;\n            margin-bottom: 15px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #5d4037;\n            margin-bottom: 8px;\n        }\n        \n        .usage-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-case {\n            flex: 1;\n            min-width: 200px;\n            background: #efebe9;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            transition: all 极速加速器.3s ease;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n        }\n        \n        .usage-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8极速加速器px 20px rgba(0, 0, 0, 0.15);\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n        }\n        \n        .usage-icon {\n            font-size: 2rem;\n            color: #5d4037;\n            margin-bottom: 15px;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 200px;\n            background: #efebe9;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.2rem;\n            color: #5d4037;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #5d4037;\n            margin-bottom: 8px;\n        }\n        \n        .badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: #8d6e63;\n            color: white;\n            padding: 8px 18px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            box-shadow: 0 4px 8px rgba(141, 110, 99, 0.3);\n        }\n        \n        .applications {\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(93, 64, 55, 0.15);\n        }\n        \n        .applications-title {\n            text-align: center;\n            margin-bottom: 20px;\n            color: #5d4037;\n            font-weight: 700;\n        }\n        \n        .applications-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .application {\n            text-align: center;\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            color: #5d4037;\n            margin-bottom: 10px;\n        }\n        \n        .pricing {\n            background: linear-gradient(135极速加速器deg, #efebe9 0%, #d7ccc8 100%);\n            padding: 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(93, 64, 55, 0.15);\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #5d4037;\n            margin-bottom: 10px;\n        }\n        \n        .price-description {\n            color: #5d4037;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #8d6e63;\n            color: white;\n            padding: 16px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 6px 15px rgba(141, 110, 99, 0.4);\n        }\n        \n        .cta-button:hover {\n            background: #5d4037;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 25px;\n            border-top: 1px solid #eaeaea;\n            color: #8d6e63;\n        }\n        \n        .testimonial {\n            background: #efebe9;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n            color: #5d4037;\n        }\n        \n        .testimonial-author {\n            font-weight: 600;\n            color: #8d6e63;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-container {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLavex Brown Kraft M-Fold Paper Towel\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighly absorbent 1-ply M-fold paper towels for restaurants, hotels, and cafes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"product-image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-hands-helping image-icon\"\u003e\u003c\/i\u003e\n                    \u003cp\u003eM-Fold Paper Towel Image\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp class=\"product-description\"\u003eFor an absorbent paper towel, choose this Lavex brown kraft M-fold towel.\u003c\/p\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp class=\"highlight-text\"\u003eSupply your restaurant, hotel, or cafe with this absorbent, 1-ply M-fold paper towel! Even before use, the convenient inner packaging allows for easy, space saving storage. With this practical towel, your guests and staff will be able to quickly and efficiently dry their hands with ease. Plus, the durable material can be used for spills when needed for multi-purpose use!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eHighly absorbent for effective hand drying\u003c\/li\u003e\n                    \u003cli\u003eConvenient M-fold design for easy dispensing\u003c\/li\u003e\n                    \u003cli\u003eSpace-saving packaging for efficient storage\u003c\/li\u003e\n                    \u003cli\u003eDurable 1-ply construction\u003c\/li\u003e\n                    \u003cli\u003eMulti-purpose use for hand drying and spill cleanup\u003c\/li\u003e\n                    \u003cli\u003eBrown kraft material is economical and practical\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"benefits-container\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-tint-slash benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eHighly Absorbent\u003c\/h3\u003e\n                        \u003cp\u003eQuickly soaks up moisture\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-box-open benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eSpace Saving\u003c\/h3\u003e\n                        \u003cp\u003eCompact storage design\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-hands benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eEasy Dispensing\u003c\/h3\u003e\n                        \u003cp\u003eM-fold design for convenience\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003eIdeal For\u003c\/h3\u003e\n                    \u003cdiv class=\"applications-list\"\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🍽️\u003c\/div\u003e\n                            \u003cp\u003eRestaurants\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏨\u003c\/div\u003e\n                            \u003cp\u003eHotels\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e☕\u003c\/div\u003e\n                            \u003cp\u003eCafes\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏢\u003c\/div\u003e\n                            \u003cp\u003eOffice Buildings\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-container\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-layer-group spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003ePly\u003c\/h3\u003e\n                        \u003cp\u003e1-Ply\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-palette spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eColor\u003c\/h3\u003e\n                        \u003cp\u003eBrown Kraft\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-boxes spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003ePackaging\u003c\/h3\u003e\n                        \u003cp\u003eSpace-Saving Design\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"These M-fold towels are perfect for our busy restaurant. They're highly absorbent, the dispenser system works flawlessly, and the compact packaging saves us valuable storage space in our tight supply closet.\"\u003c\/p\u003e\n                    \u003cp class=\"testimonial-author\"\u003e- Restaurant Manager, Chicago\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"badges\"\u003e\n                    \u003cspan class=\"badge\"\u003eHighly Absorbent\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eSpace Saving\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eM-Fold Design\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eMulti-Purpose\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eEconomical\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pricing\"\u003e\n                    \u003cdiv class=\"price\"\u003e$42.99\u003c\/div\u003e\n                    \u003cp class=\"price-description\"\u003eCase of 12 rolls (2500 sheets total)\u003c\/p\u003e\n                    \u003cbutton class=\"cta-button\"\u003eAdd to Cart\u003c\/button\u003e\n                    \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003eFree shipping on orders over $150\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-truck\" style=\"margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eFast Shipping\u003c\/strong\u003e - Most orders ship within 24 hours | \u003ci class=\"fas fa-boxes\" style=\"margin-left: 15px; margin-right: 8px;\"\u003e极速加速器i\u0026gt; \u003cstrong\u003eBulk Discounts\u003c\/strong\u003e - Available for large orders\u003c\/i\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499654975572,"sku":null,"price":43.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2406065.jpg?v=1758347835"},{"product_id":"lavex-8-natural-kraft-hardwound-paper-towel-800-feet-roll-6-case","title":"8\" Natural Kraft Hardwound Paper Towel, 800 Feet \/ Roll - 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\u003eLavex Paper Towels - Eco-Friendly \u0026amp; Absorbent\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Open+Sans:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #5d4037;\n            background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            background: #fff;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #5d4037;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #8d6e63;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 8px 20px rgba(93, 64, 55, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-image:before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);\n            transform: rotate(30deg);\n        }\n        \n        .product-image-placeholder {\n            text-align: center;\n            color: #5d4037;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .image-icon {\n            font-size: 5rem;\n            margin-bottom: 20px;\n            text-shadow: 0 5px 15px rgba(93, 64, 55, 0.3);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #5d4037;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 5px solid #8d6e63;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n        }\n        \n        .highlight-text {\n            font-size: 1.1rem;\n            color: #5d4037;\n            font-weight: 500;\n        }\n        \n        .feature-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-list li:hover {\n            transform: translateX(5px);\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #8d6e63;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n            background: #efebe9;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 24px;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 极速加速器0;\n        }\n        \n        .spec-card {\n            flex: 1;\n            min-width: 200px;\n            background: #efebe9;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #5d4037;\n            margin-bottom: 15px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #5d4037;\n            margin-bottom: 8px;\n        }\n        \n        .usage-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-case {\n            flex: 1;\n            min-width: 200px;\n            background: #efebe9;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n        }\n        \n        .usage-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n        }\n        \n        .usage-icon {\n            font-size: 2rem;\n            color: #5d4037;\n            margin-bottom: 15px;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 200px;\n            background: #efebe9;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5极速加速器px 15px rgba(93, 64, 55, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.2rem;\n            color: #5d403极速加速器7;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #5d4037;\n            margin-bottom: 8px;\n        }\n        \n        .badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: #8d6e63;\n            color: white;\n            padding: 8px 18px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            box-shadow: 0 4px 8px rgba(141, 110, 99, 0.3);\n        }\n        \n        .applications {\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(93, 64, 55, 0.15);\n        }\n        \n        .applications-title {\n            text-align: center;\n            margin-bottom: 20px;\n            color: #5d4037;\n            font-weight: 700;\n        }\n        \n        .applications-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .application {\n            text-align: center;\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            color: #5d4037;\n            margin-bottom: 10px;\n        }\n        \n        .pricing {\n            background: linear-gradient(135deg, #efebe9 0%, #d7ccc8 100%);\n            padding: 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(93, 64, 55, 0.15);\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #5d4037;\n            margin-bottom: 10极速加速器px;\n        }\n        \n        .price-description {\n            color: #5d4037;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #8d6e63;\n            color: white;\n            padding: 16px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 6px 15px rgba(141, 110, 99, 0.4);\n        }\n        \n        .cta-button:hover {\n            background: #5d4037;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 25px;\n            border极速加速器-top: 1px solid #eaeaea;\n            color: #8d6e63;\n        }\n        \n        .testimonial {\n            background: #efebe9;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(93, 64, 55, 0.1);\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n            color: #5d4037;\n        }\n        \n        .testimonial-author {\n            font-weight: 极速加速器600;\n            color: #8d6e63;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-container {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLavex Paper Towels\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eHighly absorbent, eco-friendly kraft paper towels for hand drying and spill cleanup\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"product-image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-paperclip image-icon\"\u003e\u003c\/i\u003e\n                    \u003cp\u003eLavex Paper Towel Roll Image\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp class=\"product-description\"\u003eAbsorb spills and dry freshly cleaned hands with these Lavex paper towels.\u003c\/p\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp class=\"highlight-text\"\u003eWith a hardwound roll and non-perforated design, Lavex paper towels allow users to easily tear off exactly how much they need, effectively minimizing waste and boosting your bottom line! Made of eco-friendly kraft paper, these strong paper towels are guaranteed to do the trick in any bathroom, handwashing station, or spill station and at a price that won't break your budget.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eHighly absorbent for effective hand drying and spill cleanup\u003c\/li\u003e\n                    \u003cli\u003eNon-perforated design minimizes waste\u003c\/li\u003e\n                    \u003cli\u003eHardwound roll for durability and ease of use\u003c\/li\u003e\n                    \u003cli\u003eMade from eco-friendly kraft paper\u003c\/li\u003e\n                    \u003cli\u003eCost-effective solution for any facility\u003c\/li\u003e\n                    \u003cli\u003eStrong and durable for multi-purpose use\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"benefits-container\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-tint-slash benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eHighly Absorbent\u003c\/h3\u003e\n                        \u003cp\u003eQuickly soaks up moisture and spills\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-recycle benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eEco-Friendly\u003c\/h3\u003e\n                        \u003cp\u003eMade from sustainable kraft paper\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-money-bill-wave benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eCost Effective\u003c\/h3\u003e\n                        \u003cp\u003eMinimizes waste to save money\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003ePerfect For\u003c\/h3\u003e\n                    \u003cdiv class=\"applications-list\"\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🚽\u003c\/div\u003e\n                            \u003cp\u003eBathrooms\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🧴\u003c\/div\u003e\n                            \u003cp\u003eHandwashing Stations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🧽\u003c\/div\u003e\n                            \u003cp\u003eSpill Stations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏭\u003c\/div\u003e\n                            \u003cp\u003eIndustrial Facilities\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-container\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-cut spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eDesign\u003c\/h3\u003e\n                        \u003cp\u003eNon-Perforated\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-palette spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eMaterial\u003c\/h3\u003e\n                        \u003cp\u003eKraft Paper\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-weight-hanging spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eRoll Type\u003c\/h3\u003e\n                        \u003cp\u003eHardwound\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"These Lavex paper towels have significantly reduced our consumption compared to perforated towels. The non-perforated design lets staff use only what they need, and the absorbency is excellent for both hand drying and spill cleanup.\"\u003c\/p\u003e\n                    \u003cp class=\"testimonial-author\"\u003e- Facility Manager, Boston\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"badges\"\u003e\n                    \u003cspan class=\"badge\"\u003eHighly Absorbent\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eEco-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eNon-Perforated\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eCost Effective\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eMulti-Purpose\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pricing\"\u003e\n                    \u003cdiv class=\"price\"\u003e$38.99\u003c\/div\u003e\n                    \u003cp class=\"price-description\"\u003eCase of 12 rolls (3000 feet total)\u003c\/p\u003e\n                    \u003cbutton class=\"cta-button\"\u003eAdd to Cart\u003c\/button\u003e\n                    \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003eFree shipping on orders over $150\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-truck\" style=\"margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eFast Shipping\u003c\/strong\u003e - Most orders ship within 24 hours | \u003ci class=\"fas fa-boxes\" style=\"margin-left: 15px; margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eBulk Discounts\u003c\/strong\u003e - Available for large orders\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499657531476,"sku":null,"price":48.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3007432.jpg?v=1758348074"},{"product_id":"lavex-lil-herc-55-60-gallon-1-2-mil-38-x-58-low-density-medium-duty-black-trash-bag-can-liner-100-case-1","title":"Li'l Herc 55-60 Gallon 1.2 Mil 38\" x 58\" Low-Density Medium-Duty Black Trash Bag \/ Can Liner - 100\/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\u003eLavex Li'l Herc Medium-Duty Trash Bags\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Open+Sans:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #333;\n            background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            background: #fff;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-image:before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);\n            transform: rotate(30deg);\n        }\n        \n        .product-image-placeholder {\n            text-align: center;\n            color: #2c3e50;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .image-icon {\n            font-size: 5rem;\n            margin-bottom: 20px;\n            text-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #34495e;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 5px solid #3498db;\n            box-shadow: 0 5极速加速器px 15px rgba(44, 62, 80, 0.1);\n        }\n        \n        .highlight-text {\n            font-size: 1.1rem;\n            color: #2c3e50;\n            font-weight: 500;\n        }\n        \n        .feature-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-list li:hover {\n            transform: translateX(5px);\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #3498db;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n            background: #ecf0f1;\n            width: 24极速加速器px;\n            height: 24px;\n            border-radius: 50%;\n            text-align: center;\n            line-height极速加速器: 24px;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            flex: 1;\n            min-width: 200px;\n            background: #ecf0f1;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .usage-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-case {\n            flex: 1;\n            min-width: 200px;\n            background: #ecf0f1;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n        }\n        \n        .usage-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n        }\n        \n        .usage-icon {\n            font-size: 2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 200px;\n            background: #ecf0极速加速器f1;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 8px 18px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);\n        }\n        \n        .applications {\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);\n        }\n        \n        .applications-title {\n            text-align: center;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            font-weight: 700;\n        }\n        \n        .applications-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .application {\n            text-align: center;\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .pricing {\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            padding: 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .price-description {\n            color: #34495e;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 16px 40px;\n            border-radius: 30极速加速器px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);\n        }\n        \n        .cta-button:hover {\n            background: #2980b9;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 25px;\n            border-top: 1px solid #eaeaea;\n            color: #7f8c8d;\n        }\n        \n        .testimonial {\n            background: #ecf0f1;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n            color: #2c3e50;\n        }\n        \n        .testimonial-author {\n            font-weight: 600;\n            color: #3498db;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-container {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLavex Li'l Herc Medium-Duty Trash Bags\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e55-60 gallon black trash bags for economical, strong waste collection\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"product-image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-trash-alt image-icon\"\u003e\u003c\/i\u003e\n                    \u003cp\u003eLavex Trash Bag Image\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp class=\"product-description\"\u003eChoose this 55-60 gallon Lavex Li'l Herc medium-duty black trash bag for an economical, strong solution to waste collection.\u003c\/p\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp class=\"highlight-text\"\u003eTrusted brand Lavex Li'l Herc has designed the economical 55-60 gallon medium-duty black trash bag as a solution to all of your waste management needs! This versatile can liner is perfect for bars, kitchens, and catered events. With all of the same benefits of a traditional low density liner, this bag is environmentally-friendly so you can save money and go green!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eMedium-duty strength for reliable performance\u003c\/li\u003e\n                    \u003cli\u003e55-60 gallon capacity for substantial waste collection\u003c\/li\u003e\n                    \u003cli\u003eEconomical pricing without sacrificing quality\u003c\/li\u003e\n                    \u003cli\u003eEnvironmentally-friendly low density liner\u003c\/li\u003e\n                    \u003cli\u003eTrusted Lavex Li'l Herc brand quality\u003c\/li\u003e\n                    \u003cli\u003eVersatile enough for various commercial applications\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"benefits-container\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-dollar-sign benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eEconomical\u003c\/h3\u003e\n                        \u003cp\u003eCost-effective waste solution\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-recycle benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eEco-Friendly\u003c\/h3\u003e\n                        \u003cp\u003eEnvironmentally conscious design\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-shield-alt benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eDurable\u003c\/h3\u003e\n                        \u003cp\u003eMedium-duty strength\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003ePerfect For\u003c\/h3\u003e\n                    \u003cdiv class=\"applications-list\"\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🍻\u003c\/div\u003e\n                            \u003cp\u003eBars \u0026amp; Pubs\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                            \u003cp\u003eCommercial Kitchens\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🎉\u003c\/div\u003e\n                            \u003cp\u003eCatered Events\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏢\u003c\/div\u003e\n                            \u003cp\u003eOffice Buildings\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-container\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-weight spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eCapacity\u003c\/h3\u003e\n                        \u003cp\u003e55-60 Gallons\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-layer-group spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eDuty Rating\u003c\/h3\u003e\n                        \u003cp\u003eMedium-Duty\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-palette spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eColor\u003c\/h3\u003e\n                        \u003cp\u003eBlack\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cp class\u003e\"These Lavex bags have been a game-changer for our restaurant. They're strong enough to handle our kitchen waste but economical enough that we don't break the bank. The environmental aspect is a nice bonus that our customers appreciate.\"\u003c\/p\u003e\n                    \u003cp class=\"testimonial-author\"\u003e- Restaurant Owner, Austin\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"badges\"\u003e\n                    \u003cspan class=\"badge\"\u003e55-60 Gallon\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eMedium-Duty\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eEco-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eEconomical\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eCommercial Grade\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pricing\"\u003e\n                    \u003cdiv class=\"price\"\u003e$49.99\u003c\/div\u003e\n                    \u003cp class=\"price-description\"\u003eCase of 100 trash bags\u003c\/p\u003e\n                    \u003cbutton class=\"cta-button\"\u003eAdd to Cart\u003c\/button\u003e\n                    \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003eFree shipping on orders over $150\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-truck\" style=\"margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eFast Shipping\u003c\/strong\u003e - Most orders ship within 24 hours | \u003ci class=\"fas fa-boxes\" style=\"margin-left: 15px; margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eBulk Discounts\u003c\/strong\u003e - Available for large orders\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499659202644,"sku":null,"price":45.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2258185_ba7bdf16-d3ce-42ca-a4c6-73b654214904.jpg?v=1758348280"},{"product_id":"lavex-commercial-round-trash-can-dolly","title":"Commercial Round Trash Can Dolly","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\u003eLavex Trash Can Dolly - Mobile Waste Management Solution\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Open+Sans:wght@300;400;500\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #333;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 30px;\n            background: #fff;\n            border-radius: 15px;\n            box-shadow: 0 10px-30px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.4rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 400;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 30px;\n            box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-image:before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 60%);\n            transform: rotate(30deg);\n        }\n        \n        .product-image-placeholder {\n            text-align: center;\n            color: #2c3e50;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .image-icon {\n            font-size: 5rem;\n            margin-bottom: 20px;\n            text-shadow: 0 5px 15px rgba(44, 62, 80, 0.3);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-description {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            color: #34495e;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 5px solid #3498db;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n        }\n        \n        .highlight-text {\n            font-size: 1.1rem;\n            color: #2c3e50;\n            font-weight: 500;\n        }\n        \n        .feature-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-list li:hover {\n            transform: translateX(5px);\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #3498db;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n            background: #ecf0f1;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 24px;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            flex: 1;\n            min-width: 200px;\n            background: #ecf0f1;\n            padding: 20极速加速器px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .usage-cases {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-case {\n            flex: 1;\n            min-width: 200px;\n            background: #ecf0f1;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n        }\n        \n        .usage-case:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n            background: linear-gradient(135deg, #ecf0极速加速器f1 0%, #dfe6e9 100%);\n        }\n        \n        .usage-icon {\n            font-size: 2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 200px;\n            background: #ecf0f1;\n            padding: 20px;\n            border-radius: 10px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #2极速加速器c3e50;\n            margin-bottom: 8极速加速器px;\n        }\n        \n        .badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n        }\n        \n        .badge {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 8px 18px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            font-weight: 500;\n            box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);\n        }\n        \n        .applications {\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);\n        }\n        \n        .applications-title {\n            text-align: center;\n            margin-bottom: 20px;\n            color: #2c3e50;\n            font-weight: 700;\n        }\n        \n        .applications-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .application {\n            text-align: center;\n            flex: 1;\n            min-width: 150px;\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .pricing {\n            background: linear-gradient(135deg, #ecf0f1 0%, #dfe6e9 100%);\n            padding: 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(44, 62, 80, 0.15);\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .price-description {\n            color: #34495e;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #3498db;\n            color: white;\n            padding: 16px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-size: 1.1rem;\n            box-shadow: 0 6px 15px rgba(52, 152, 219, 0.4);\n        }\n        \n        .cta-button:hover {\n            background: #2980b9;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin-top: 40px;\n            padding-top: 25px;\n            border-top: 1px solid #eaeaea;\n            color: #7f8c8d;\n        }\n        \n        .testimonial {\n            background: #ecf0f1;\n            padding: 30px;\n            border-radius: 10px;\n            margin极速加速器: 30px 0;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(44, 62, 80, 0.1);\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n            color: #2c3e50;\n        }\n        \n        .极速加速器testimonial-author {\n            font-weight: 600;\n            color: #3498db;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-container {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLavex Trash Can Dolly\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eMobile waste management solution for easy transport of heavy trash cans\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"product-image-placeholder\"\u003e\n                    \u003ci class=\"fas fa-dolly image-icon\"\u003e\u003c\/i\u003e\n                    \u003cp\u003eTrash Can Dolly Image\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cp class=\"product-description\"\u003eKeep the mess to a minimum by making your trash can mobile and easy to empty with this Lavex trash can dolly.\u003c\/p\u003e\n                \n                \u003cdiv class=\"highlight\"\u003e\n                    \u003cp class=\"highlight-text\"\u003eIn just about any dining, school, hospital, or office setting, trash can quickly pile up throughout the day, creating an unsafe and unsanitary environment if not addressed routinely. By using a trash can dolly, you can make your waste cans easier to manage, move, and empty even when they're full of heavy trash!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eMakes trash cans mobile and easy to transport\u003c\/li\u003e\n                    \u003cli\u003eReduces strain on staff from lifting heavy bins\u003c\/li\u003e\n                    \u003cli\u003eHelps maintain a clean and sanitary environment\u003c\/li\u003e\n                    \u003cli\u003eSturdy construction for heavy-duty use\u003c\/li\u003e\n                    \u003cli\u003eImproves workplace safety by reducing lifting injuries\u003c\/li\u003e\n                    \u003cli\u003eMakes routine trash collection more efficient\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"benefits-container\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-truck-loading benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eEasy Transport\u003c\/h3\u003e\n                        \u003cp\u003eMove heavy cans effortlessly\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-user-shield benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eImproved Safety\u003c\/h3\u003e\n                        \u003cp\u003eReduces lifting injuries\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003ci class=\"fas fa-broom benefit-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eCleaner Environment\u003c\/h3\u003e\n                        \u003cp\u003ePromotes regular trash removal\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003eIdeal For\u003c\/h3\u003e\n                    \u003cdiv class=\"applications-list\"\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🍽️\u003c\/div\u003e\n                            \u003cp\u003eRestaurants\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏫\u003c\/div\u003e\n                            \u003cp\u003eSchools\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏥\u003c\/div\u003e\n                            \u003cp\u003eHospitals\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"application\"\u003e\n                            \u003cdiv class=\"application-icon\"\u003e🏢\u003c\/div\u003e\n                            \u003cp\u003eOffice Buildings\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-container\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-weight spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eCapacity\u003c\/h3\u003e\n                        \u003cp\u003eHeavy-Duty\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-cogs spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eMobility\u003c\/h3\u003e\n                        \u003cp\u003eEasy-Rolling Wheels\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003ci class=\"fas fa-hard-hat spec-icon\"\u003e\u003c\/i\u003e\n                        \u003ch3 class=\"spec-title\"\u003eDurability\u003c\/h3\u003e\n                        \u003cp\u003eCommercial Grade\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"These dollies have transformed our waste management process. Our staff can now easily move even the heaviest trash cans without strain or risk of injury. It's made our cleaning routines much more efficient and has helped us maintain a cleaner environment throughout our facility.\"\u003c\/p\u003e\n                    \u003cp class=\"testimonial-author\"\u003e- Facility Manager, Chicago\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"badges\"\u003e\n                    \u003cspan class=\"badge\"\u003eHeavy-Duty\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eEasy Mobility\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eSafety Improvement\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eCommercial Grade\u003c\/span\u003e\n                    \u003cspan class=\"badge\"\u003eEfficiency Boost\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"pricing\"\u003e\n                    \u003cdiv class=\"price\"\u003e$129.99\u003c\/div\u003e\n                    \u003cp class=\"price-description\"\u003eEach - Fits standard commercial trash cans\u003c\/p\u003e\n                    \u003cbutton class=\"cta-button\"\u003eAdd to Cart\u003c\/button\u003e\n                    \u003cp style=\"margin-top: 15px; font-size: 0.9rem;\"\u003eFree shipping on orders over $200\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-truck\" style=\"margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eFast Shipping\u003c\/strong\u003e - Most orders ship within 24 hours | \u003ci class=\"fas fa-boxes\" style=\"margin-left: 15px; margin-right: 8px;\"\u003e\u003c\/i\u003e \u003cstrong\u003eBulk Discounts\u003c\/strong\u003e - Available for large orders\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499663167572,"sku":null,"price":39.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2546532.jpg?v=1758348814"},{"product_id":"noble-warewashing-gp1250-glass-genie-commercial-five-brush-electric-glass-polisher-120v-1250w","title":"Warewashing GP1250 Glass Genie Commercial Five Brush Electric Glass Polisher - 120V, 1250W","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\u003eNoble Warewashing GP1250 Glass Genie\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f9f9f9 0%, #f0f5ff 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .glass-icon {\n            position: absolute;\n            top: 20px;\n            right: 30px;\n            font-size: 2.5rem;\n            opacity: 0.7;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #e6e9ef 25%, #f0f2f7 25%, #f0f2f7 50%, #e6e9ef 50%, #e6e9ef 75%, #f0f2f7 75%, #f0f2f7 100%);\n            background-size: 20px 20px;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #8a9aaf;\n            font-style: italic;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at center, transparent 40%, #e6e9ef 90%);\n        }\n        \n        .product-details {\n            flex: 1.5;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .product-description {\n            margin-bottom: 25px;\n            font-size: 1.1rem;\n            color: #444;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: linear-gradient(to right, #f8f9ff, #e8f0ff);\n            border-left: 4px solid #4a77d0;\n            padding: 25px;\n            margin: 25px 0;\n            border-radius: 0 12px 12px 0;\n            box-shadow: 0 5px 15px rgba(74, 119, 208, 0.1);\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px 20px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-align: center;\n            border-top: 3px solid #4a77d0;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            color: #4a77d0;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2c3e50;\n            font-size: 1.2rem;\n        }\n        \n        .applications {\n            background: linear-gradient(to right, #fff8e1, #fff2cc);\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border: 1px dashed #ffc107;\n            position: relative;\n        }\n        \n        .applications-title {\n            font-weight: 600;\n            color: #d35400;\n            margin-bottom: 20px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .applications-title i {\n            margin-right: 10px;\n        }\n        \n        .applications-list {\n            list-style-type: none;\n            columns: 2;\n        }\n        \n        .applications-list li {\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n            break-inside: avoid;\n        }\n        \n        .applications-list li:before {\n            content: \"•\";\n            position: absolute;\n            left: 0;\n            color: #4a77d0;\n            font-weight: bold;\n            font-size: 1.5rem;\n            line-height: 1;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .specs-table th, .specs-table td {\n            padding: 15px 20px;\n            text-align: left;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        \n        .specs-table th {\n            background-color: #4a77d0;\n            color: white;\n            font-weight: 500;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9ff;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%);\n            border-radius: 12px;\n            margin-top: 20px;\n            border: 1px solid #dde4f0;\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #4a77d0 0%, #2c3e50 100%);\n            color: white;\n            padding: 18px 45px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            font-size: 1.2rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 20px rgba(74, 119, 208, 0.4);\n            margin: 10px;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(74, 119, 208, 0.5);\n        }\n        \n        .guarantee {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 20px;\n            color: #5a5a5a;\n        }\n        \n        .guarantee i {\n            color: #4caf50;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .applications-list {\n                columns: 1;\n            }\n            \n            .glass-icon {\n                position: relative;\n                top: 0;\n                right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"glass-icon\"\u003e\n                \u003ci class=\"fas fa-wine-glass-alt\"\u003e\u003c\/i\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"product-title\"\u003eNoble Warewashing GP1250 Glass Genie\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eElectric Glass Polisher for Crystal Clear Glassware\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    [Product Image Here]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eMake polishing glassware a quick and easy task with this Noble Warewashing GP1250 Glass Genie electric polisher. This commercial glass polisher is key to crystal clear glassware in hotels, caterers, bars, restaurants, venues, and glassware rental companies where brilliantly polished glassware is vital to maintaining reputation!\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"highlight\"\u003e\n                        The Noble Glass Genie is a great way to make sure that your glasses are always polished to a brilliant shine, and to cut down on labor costs at the same time.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits-grid\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eBrilliant Shine\u003c\/h3\u003e\n                        \u003cp\u003eAchieve crystal clear, streak-free glassware that impresses your guests\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eTime Saving\u003c\/h3\u003e\n                        \u003cp\u003eQuick and efficient polishing that reduces manual labor time\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-money-bill-wave\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eCost Effective\u003c\/h3\u003e\n                        \u003cp\u003eReduce labor costs and increase efficiency in your operation\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"benefit-title\"\u003eConsistent Results\u003c\/h3\u003e\n                        \u003cp\u003eEvery glass comes out perfectly polished, every time\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003e\n\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e Ideal For These Businesses:\u003c\/h3\u003e\n                    \u003cul class=\"applications-list\"\u003e\n                        \u003cli\u003eHotels \u0026amp; Resorts\u003c\/li\u003e\n                        \u003cli\u003eBars \u0026amp; Pubs\u003c\/li\u003e\n                        \u003cli\u003eRestaurants\u003c\/li\u003e\n                        \u003cli\u003eCatering Services\u003c\/li\u003e\n                        \u003cli\u003eEvent Venues\u003c\/li\u003e\n                        \u003cli\u003eGlassware Rental Companies\u003c\/li\u003e\n                        \u003cli\u003eCountry Clubs\u003c\/li\u003e\n                        \u003cli\u003eConference Centers\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003ctable class=\"specs-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\u003eModel\u003c\/td\u003e\n                        \u003ctd\u003eGP1250 Glass Genie\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eElectric Glass Polisher\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eOperation\u003c\/td\u003e\n                        \u003ctd\u003eElectric\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eApplication\u003c\/td\u003e\n                        \u003ctd\u003eCommercial glassware polishing\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBenefits\u003c\/td\u003e\n                        \u003ctd\u003eTime savings, labor reduction, brilliant shine\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"cta-section\"\u003e\n                    \u003ch2 class=\"cta-title\"\u003eReady to Transform Your Glassware Presentation?\u003c\/h2\u003e\n                    \u003cp style=\"margin-bottom: 20px; font-size: 1.1rem;\"\u003eAdd the Noble Glass Genie to your operation today and experience the difference\u003c\/p\u003e\n                    \u003ca href=\"#\" class=\"cta-button\"\u003e\n                        \u003ci class=\"fas fa-shopping-cart\"\u003e\u003c\/i\u003e Add to Cart\n                    \u003c\/a\u003e\n                    \u003cdiv class=\"guarantee\"\u003e\n                        \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003cp\u003eFree shipping | 30-day money-back guarantee | 1-year warranty\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499667853396,"sku":null,"price":1415.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1861897.jpg?v=1758350156"},{"product_id":"noble-powder-free-disposable-exam-grade-nitrile-4-mil-thick-textured-gloves-1-000-case","title":"Powder-Free Disposable Exam Grade Nitrile 4 Mil Thick Textured Gloves - 1,000\/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\u003eNoble Small Nitrile Gloves - Premium Protection\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #e0e0e0 25%, #f0f0f0 25%, #f0f0f0 50%, #e0e0e0 50%, #e0e0e0 75%, #f0f0f0 75%, #f0f0f0 100%);\n            background-size: 20px 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #888;\n            font-style: italic;\n        }\n        \n        .product-details {\n            flex: 1.5;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .product-description {\n            margin-bottom: 25px;\n            font-size: 1.1rem;\n            color: #444;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: #e8f4f8;\n            border-left: 4px solid #3498db;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n            border-top: 3px solid #3498db;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .applications {\n            background: #fff8e1;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            border: 1px dashed #ffc107;\n        }\n        \n        .applications-title {\n            font-weight: 600;\n            color: #e65100;\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .applications-list {\n            list-style-type: none;\n            columns: 2;\n        }\n        \n        .applications-list li {\n            padding: 8px 0;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .applications-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #4caf50;\n            font-weight: bold;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th, .specs-table td {\n            padding: 12px 15px;\n            text-align: left;\n            border-bottom: 1px solid #ddd;\n        }\n        \n        .specs-table th {\n            background-color: #3498db;\n            color: white;\n            font-weight: 500;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .benefits-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 250px;\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            color: #4caf50;\n            margin-bottom: 15px;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 16px 40px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications-list {\n                columns: 1;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eNoble Small Nitrile Gloves\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium Protection Against Chemicals \u0026amp; Biological Hazards\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    [Product Image Here]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eProtect your hands from harmful chemicals and biological hazards with these multi-purpose Noble small nitrile gloves! Made of durable, 4.5 mil thick nitrile, these gloves are allergen-, latex-, and powder-free, helping reduce the potential for some allergic reactions to develop.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"highlight\"\u003e\n                        Noble blue non-sterile nitrile gloves are ideal for food service operations, janitorial tasks, medical exams, dentist offices, nursing homes, veterinary clinics, and schools.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eChemical Protection\u003c\/h3\u003e\n                        \u003cp\u003eShield your hands from harmful chemicals and biological hazards\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-allergies\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eHypoallergenic\u003c\/h3\u003e\n                        \u003cp\u003eLatex-free and powder-free formula reduces allergic reactions\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eDurable Construction\u003c\/h3\u003e\n                        \u003cp\u003e4.5 mil thickness provides excellent durability and protection\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-hands\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eComfortable Fit\u003c\/h3\u003e\n                        \u003cp\u003eDesigned for extended wear with excellent tactile sensitivity\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003eIdeal For These Applications:\u003c\/h3\u003e\n                    \u003cul class=\"applications-list\"\u003e\n                        \u003cli\u003eFood service operations\u003c\/li\u003e\n                        \u003cli\u003eJanitorial and cleaning tasks\u003c\/li\u003e\n                        \u003cli\u003eMedical examinations\u003c\/li\u003e\n                        \u003cli\u003eDentist offices\u003c\/li\u003e\n                        \u003cli\u003eNursing homes\u003c\/li\u003e\n                        \u003cli\u003eVeterinary clinics\u003c\/li\u003e\n                        \u003cli\u003eSchool laboratories\u003c\/li\u003e\n                        \u003cli\u003eHair salons and beauty services\u003c\/li\u003e\n                        \u003cli\u003eAutomotive work\u003c\/li\u003e\n                        \u003cli\u003ePainting and finishing tasks\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n                \u003ctable class=\"specs-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\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eNitrile\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eThickness\u003c\/td\u003e\n                        \u003ctd\u003e4.5 mil\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSize\u003c\/td\u003e\n                        \u003ctd\u003eSmall\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\u003c\/td\u003e\n                        \u003ctd\u003eBlue\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSterility\u003c\/td\u003e\n                        \u003ctd\u003eNon-sterile\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFeatures\u003c\/td\u003e\n                        \u003ctd\u003eLatex-free, powder-free, hypoallergenic\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"benefits-section\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-heart\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eHealth Safety\u003c\/h3\u003e\n                        \u003cp\u003eReduce risk of skin reactions and allergic responses\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-recycle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n                        \u003cp\u003eDisposable design with environmental considerations\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-thumbs-up\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eMulti-Purpose\u003c\/h3\u003e\n                        \u003cp\u003eSuitable for diverse applications across industries\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cta-section\"\u003e\n                    \u003ca href=\"#\" class=\"cta-button\"\u003e\n                        \u003ci class=\"fas fa-shopping-cart\"\u003e\u003c\/i\u003e Add to Cart\n                    \u003c\/a\u003e\n                    \u003cp style=\"margin-top: 15px; color: #666;\"\u003eFree shipping on orders over $50\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499670442068,"sku":null,"price":73.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2435051.jpg?v=1758350501"},{"product_id":"choice-disposable-poly-gloves-10-000-case","title":"Disposable Poly Gloves - 10,000\/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\u003eChoice Disposable Poly Gloves - Food Safety Solution\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #e8f5e9 25%, #f1f8e9 25%, #f1f8e9 50%, #e8f5e9 50%, #e8f5e9 75%, #f1f8e9 75%, #f1f8e9 100%);\n            background-size: 20px 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #388E3C;\n            font-style: italic;\n        }\n        \n        .product-details {\n            flex: 1.5;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .product-description {\n            margin-bottom: 25px;\n            font-size: 1.1rem;\n            color: #444;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: #e8f5e9;\n            border-left: 4px solid #4CAF50;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n            border-top: 3px solid #4CAF50;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            color: #4CAF50;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #2E7D32;\n        }\n        \n        .applications {\n            background: #f1f8e9;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            border: 1px dashed #8BC34A;\n        }\n        \n        .applications-title {\n            font-weight: 600;\n            color: #2E7D32;\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .applications-list {\n            list-style-type: none;\n            columns: 2;\n        }\n        \n        .applications-list li {\n            padding: 8px 0;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .applications-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #4CAF50;\n            font-weight: bold;\n        }\n        \n        .packaging {\n            background: #E8F5E9;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .packaging-icon {\n            font-size: 2.5rem;\n            color: #4CAF50;\n            margin-bottom: 15px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th, .specs-table td {\n            padding: 12px 15px;\n            text-align: left;\n            border-bottom: 1px solid #ddd;\n        }\n        \n        .specs-table th {\n            background-color: #4CAF50;\n            color: white;\n            font-weight: 500;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .benefits-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 250px;\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            color: #4CAF50;\n            margin-bottom: 15px;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);\n            color: white;\n            padding: 16px 40px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications-list {\n                columns: 1;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eChoice Disposable Poly Gloves\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eUltimate Protection and Sanitation for Your Commercial Kitchen\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    [Product Image Here]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eThese Choice disposable poly gloves provide ultimate protection and sanitation in your commercial kitchen. Perfect for a variety of kitchen tasks, disposable gloves are a great way to ensure your staff is practicing proper food safety procedures.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"highlight\"\u003e\n                        These gloves can easily be put on and taken off so you're not being held up when moving between different tasks throughout the day! These gloves also come in 20 boxes of 500 gloves for convenient storage and transport in your facility.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eFood Safety\u003c\/h3\u003e\n                        \u003cp\u003eEnsure proper hygiene and prevent cross-contamination\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eEasy On\/Off\u003c\/h3\u003e\n                        \u003cp\u003eQuick to put on and remove between tasks\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-boxes\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eBulk Packaging\u003c\/h3\u003e\n                        \u003cp\u003e20 boxes of 500 gloves for cost-effective supply\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-hand-holding-usd\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eEconomical\u003c\/h3\u003e\n                        \u003cp\u003eAffordable protection for your entire staff\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003ePerfect For These Kitchen Tasks:\u003c\/h3\u003e\n                    \u003cul class=\"applications-list\"\u003e\n                        \u003cli\u003eFood preparation\u003c\/li\u003e\n                        \u003cli\u003eFood handling\u003c\/li\u003e\n                        \u003cli\u003eSandwich and salad assembly\u003c\/li\u003e\n                        \u003cli\u003eBakery items handling\u003c\/li\u003e\n                        \u003cli\u003eDeli counter service\u003c\/li\u003e\n                        \u003cli\u003eDishwashing protection\u003c\/li\u003e\n                        \u003cli\u003eCleaning and sanitation\u003c\/li\u003e\n                        \u003cli\u003eHandling raw ingredients\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"packaging\"\u003e\n                    \u003cdiv class=\"packaging-icon\"\u003e\n                        \u003ci class=\"fas fa-pallet\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eConvenient Bulk Packaging\u003c\/h3\u003e\n                    \u003cp\u003eEach case contains 20 boxes with 500 gloves each, providing a total of 10,000 gloves per case. Perfect for high-volume kitchen environments.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n                \u003ctable class=\"specs-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\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003ePolyethylene\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eDisposable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eColor\u003c\/td\u003e\n                        \u003ctd\u003eClear (typically)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePackaging\u003c\/td\u003e\n                        \u003ctd\u003e20 boxes × 500 gloves\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFeatures\u003c\/td\u003e\n                        \u003ctd\u003eAmbidextrous, comfortable fit\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eUse Case\u003c\/td\u003e\n                        \u003ctd\u003eFood service, commercial kitchens\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"benefits-section\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-user-shield\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eStaff Protection\u003c\/h3\u003e\n                        \u003cp\u003eKeep your team safe from harsh cleaning chemicals and food contaminants\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-heart\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eCustomer Safety\u003c\/h3\u003e\n                        \u003cp\u003eEnsure food safety and prevent cross-contamination for your customers\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-sync-alt\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eEfficiency\u003c\/h3\u003e\n                        \u003cp\u003eQuick change between tasks without compromising hygiene\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cta-section\"\u003e\n                    \u003ca href=\"#\" class=\"cta-button\"\u003e\n                        \u003ci class=\"fas fa-shopping-cart\"\u003e\u003c\/i\u003e Add to Cart\n                    \u003c\/a\u003e\n                    \u003cp style=\"margin-top: 15px; color: #666;\"\u003eFree shipping on orders over $75\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499671031892,"sku":null,"price":91.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2434742.jpg?v=1758350790"},{"product_id":"noble-powder-free-disposable-latex-gloves-for-foodservice-1-000-case","title":"Powder-Free Disposable Latex Gloves for Foodservice - 1,000\/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\u003eNoble Powder-Free Disposable Latex Gloves\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(45deg, #ffebee 25%, #ffcdd2 25%, #ffcdd2 50%, #ffebee 50%, #ffebee 75%, #ffcdd2 75%, #ffcdd2 100%);\n            background-size: 20px 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D32F2F;\n            font-style: italic;\n        }\n        \n        .product-details {\n            flex: 1.5;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .product-description {\n            margin-bottom: 25px;\n            font-size: 1.1rem;\n            color: #444;\n            line-height: 1.8;\n        }\n        \n        .highlight {\n            background: #ffebee;\n            border-left: 4px solid #D32F2F;\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease;\n            border-top: 3px solid #D32F2F;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2rem;\n            color: #D32F2F;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #B71C1C;\n        }\n        \n        .applications {\n            background: #fff3e0;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            border: 1px dashed #FF9800;\n        }\n        \n        .applications-title {\n            font-weight: 600;\n            color: #E65100;\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .applications-list {\n            list-style-type: none;\n            columns: 2;\n        }\n        \n        .applications-list li {\n            padding: 8px 0;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .applications-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #4CAF50;\n            font-weight: bold;\n        }\n        \n        .compliance {\n            background: #e8f5e9;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            text-align: center;\n            border: 1px solid #4CAF50;\n        }\n        \n        .compliance-icon {\n            font-size: 2.5rem;\n            color: #4CAF50;\n            margin-bottom: 15px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th, .specs-table td {\n            padding: 12px 15px;\n            text-align: left;\n            border-bottom: 1px solid #ddd;\n        }\n        \n        .specs-table th {\n            background-color: #D32F2F;\n            color: white;\n            font-weight: 500;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .benefits-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 250px;\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            color: #D32F2F;\n            margin-bottom: 15px;\n        }\n        \n        .warning-note {\n            background: #fff3e0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid #FF9800;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, #D32F2F 0%, #B71C1C 100%);\n            color: white;\n            padding: 16px 40px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(211, 47, 47, 0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(211, 47, 47, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                flex-direction: column;\n            }\n            \n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications-list {\n                columns: 1;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eNoble Powder-Free Disposable Latex Gloves\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium Protection for Food Safety and Sanitation\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    [Product Image Here]\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eMaintain a safe and sanitary work environment with these Noble powder-free disposable latex gloves! Safe food handling depends on a properly-gloved staff. Made of 4.5 mil thick latex, these gloves are a great way to keep your staff in compliance with health code regulations at all times.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"highlight\"\u003e\n                        Perfect for everything from food handling and preparation, to janitorial and housekeeping applications, these gloves are versatile and convenient in any setting!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"features-grid\"\u003e\n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eFood Safety\u003c\/h3\u003e\n                        \u003cp\u003eEnsure proper hygiene and prevent cross-contamination in food handling\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eDurable Protection\u003c\/h3\u003e\n                        \u003cp\u003e4.5 mil thickness provides excellent durability and protection\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003ePowder-Free\u003c\/h3\u003e\n                        \u003cp\u003eNo powder residue to contaminate food or work surfaces\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"feature-item\"\u003e\n                        \u003cdiv class=\"feature-icon\"\u003e\n                            \u003ci class=\"fas fa-hands\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"feature-title\"\u003eComfortable Fit\u003c\/h3\u003e\n                        \u003cp\u003eExcellent tactile sensitivity for precise tasks\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"compliance\"\u003e\n                    \u003cdiv class=\"compliance-icon\"\u003e\n                        \u003ci class=\"fas fa-clipboard-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eHealth Code Compliance\u003c\/h3\u003e\n                    \u003cp\u003eThese gloves help maintain compliance with food safety regulations and health code requirements.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3 class=\"applications-title\"\u003eIdeal For These Applications:\u003c\/h3\u003e\n                    \u003cul class=\"applications-list\"\u003e\n                        \u003cli\u003eFood handling and preparation\u003c\/li\u003e\n                        \u003cli\u003eRestaurant and kitchen use\u003c\/li\u003e\n                        \u003cli\u003eJanitorial and cleaning tasks\u003c\/li\u003e\n                        \u003cli\u003eHousekeeping applications\u003c\/li\u003e\n                        \u003cli\u003eFood service operations\u003c\/li\u003e\n                        \u003cli\u003eDeli and bakery operations\u003c\/li\u003e\n                        \u003cli\u003eCatering services\u003c\/li\u003e\n                        \u003cli\u003eHealthcare support tasks\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"warning-note\"\u003e\n                    \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Latex gloves may cause allergic reactions in some individuals with latex sensitivity. Consider alternative glove materials for staff with known latex allergies.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n                \u003ctable class=\"specs-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\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eLatex\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eThickness\u003c\/td\u003e\n                        \u003ctd\u003e4.5 mil\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePowder\u003c\/td\u003e\n                        \u003ctd\u003ePowder-free\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFeatures\u003c\/td\u003e\n                        \u003ctd\u003eDisposable, ambidextrous\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCompliance\u003c\/td\u003e\n                        \u003ctd\u003eFood safety regulations\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePrimary Use\u003c\/td\u003e\n                        \u003ctd\u003eFood handling, janitorial, housekeeping\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"benefits-section\"\u003e\n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-user-shield\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eStaff Protection\u003c\/h3\u003e\n                        \u003cp\u003eKeep your team safe from contaminants and harsh chemicals\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-heart\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eCustomer Safety\u003c\/h3\u003e\n                        \u003cp\u003eEnsure food safety and prevent cross-contamination\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit-card\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-clipboard-list\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eRegulatory Compliance\u003c\/h3\u003e\n                        \u003cp\u003eMeet health department requirements with proper glove use\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cta-section\"\u003e\n                    \u003ca href=\"#\" class=\"cta-button\"\u003e\n                        \u003ci class=\"fas fa-shopping-cart\"\u003e\u003c\/i\u003e Add to Cart\n                    \u003c\/a\u003e\n                    \u003cp style=\"margin-top: 15px; color: #666;\"\u003eBulk pricing available | Free shipping on qualifying orders\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499672571988,"sku":null,"price":79.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2432362.jpg?v=1758351015"},{"product_id":"noble-powder-free-disposable-black-hybrid-3-5-mil-thick-gloves-1-000-case","title":"Powder-Free Disposable Black Hybrid 3.5 Mil Thick Gloves - 1,000\/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\u003eNoble Hybrid Powder-Free Gloves\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-size: 24px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            font-weight: 600;\n            color: #3498db;\n            margin: 20px 0 10px;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .feature-list li {\n            padding: 10px 0 10px 30px;\n            position: relative;\n            margin-bottom: 8px;\n            border-bottom: 1px solid #f1f1f1;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #27ae60;\n            font-weight: bold;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 20px 0;\n        }\n        \n        .spec-item {\n            background-color: #f8f9fa;\n            padding: 15px;\n            border-radius: 5px;\n            text-align: center;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n        \n        .spec-value {\n            font-weight: 700;\n            font-size: 18px;\n            color: #2c3e50;\n            display: block;\n            margin-bottom: 5px;\n        }\n        \n        .spec-label {\n            font-size: 14px;\n            color: #7f8c8d;\n        }\n        \n        .usage-section {\n            background-color: #e8f4fc;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #3498db;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eNoble 3.5 mil Black Hybrid Powder-Free Gloves\u003c\/h1\u003e\n        \n        \u003cp class=\"product-subtitle\"\u003ePremium disposable gloves designed for consistent fit, flexibility, and resilience\u003c\/p\u003e\n        \n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan class=\"spec-value\"\u003e3.5 mil\u003c\/span\u003e\n                \u003cspan class=\"spec-label\"\u003eThickness\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan class=\"spec-value\"\u003ePowder-Free\u003c\/span\u003e\n                \u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan class=\"spec-value\"\u003eBlack\u003c\/span\u003e\n                \u003cspan class=\"spec-label\"\u003eColor\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan class=\"spec-value\"\u003eAmbidextrous\u003c\/span\u003e\n                \u003cspan class=\"spec-label\"\u003eDesign\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eProduct Features\u003c\/h2\u003e\n        \u003cul class=\"feature-list\"\u003e\n            \u003cli\u003eConsistent fit for all-day comfort\u003c\/li\u003e\n            \u003cli\u003eExcellent flexibility and tactile sensitivity\u003c\/li\u003e\n            \u003cli\u003eEnhanced durability and resilience\u003c\/li\u003e\n            \u003cli\u003ePowder-free formulation for food safety\u003c\/li\u003e\n            \u003cli\u003eSmooth finish for easy donning\u003c\/li\u003e\n            \u003cli\u003eAmbidextrous design for versatile use\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003eIdeal For\u003c\/h2\u003e\n            \u003cp\u003eThese gloves are perfect for various food service applications where powder contamination is a concern. Their general-purpose design makes them suitable for:\u003c\/p\u003e\n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003eFood preparation and handling\u003c\/li\u003e\n                \u003cli\u003eRestaurant and catering services\u003c\/li\u003e\n                \u003cli\u003eCommercial kitchens\u003c\/li\u003e\n                \u003cli\u003eBakery and pastry work\u003c\/li\u003e\n                \u003cli\u003eLight cleaning duties\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eSpecifications\u003c\/h2\u003e\n        \u003cul class=\"feature-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Hybrid formulation\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eThickness:\u003c\/strong\u003e 3.5 mil\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Smooth\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSterility:\u003c\/strong\u003e Non-sterile\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePowder:\u003c\/strong\u003e Powder-free\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Ambidextrous\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eColor:\u003c\/strong\u003e Black\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499673161812,"sku":null,"price":67.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2425689.jpg?v=1758351346"},{"product_id":"noble-powder-free-disposable-vinyl-gloves-for-foodservice-1-000-case","title":"Powder-Free Disposable Vinyl Gloves for Foodservice - 1,000\/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\u003eNoble Powder-Free Vinyl Gloves\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(to bottom, #f9f9f9, #fff);\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(to right, #2c3e50, #4a6491);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\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: 300;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 350px;\n            background: linear-gradient(to bottom right, #e0e0e0, #f0f0f0);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #777;\n            font-size: 1.2rem;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #3498db;\n            display: inline-block;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-list li i {\n            color: #27ae60;\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-card {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .spec-label {\n            color: #7f8c8d;\n            font-size: 0.9rem;\n        }\n        \n        .applications {\n            background: #e8f4fc;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .application-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .application-card i {\n            font-size: 2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            text-align: center;\n        }\n        \n        .benefit-card i {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eNoble Powder-Free Disposable Vinyl Gloves\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eMaintain a safe and sanitary work environment with premium quality disposable gloves\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    \u003cdiv\u003eProduct Image\u003cbr\u003e\u003cspan style=\"font-size: 0.9rem;\"\u003e(Glove image would appear here)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Powder-free formulation for clean use\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e 3 mil thickness for durability and protection\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Complies with health code regulations\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Ambidextrous design for easy wearing\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Latex-free vinyl material\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Textured grip for better handling\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e3 mil\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eThickness\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003ePowder-Free\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003eVinyl\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eComposition\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003eOne Size\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eFits Most\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal Applications\u003c\/h2\u003e\n            \u003cp\u003eThese versatile gloves are perfect for various industries and tasks:\u003c\/p\u003e\n            \n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eFood Handling\u003c\/h3\u003e\n                    \u003cp\u003eSafe for food preparation and service\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-concierge-bell\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eHospitality\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for hotel and restaurant use\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-soap\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eJanitorial\u003c\/h3\u003e\n                    \u003cp\u003eGreat for cleaning and maintenance\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-house-user\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eHousekeeping\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for domestic cleaning tasks\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv style=\"padding: 0 30px 30px;\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \n            \u003cdiv class=\"benefits\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003ch3 class=\"benefit-title\"\u003eSafety Compliance\u003c\/h3\u003e\n                    \u003cp\u003eMeets health code regulations for food handling and service industries\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ci class=\"fas fa-hand-holding-usd\"\u003e\u003c\/i\u003e\n                    \u003ch3 class=\"benefit-title\"\u003eCost Effective\u003c\/h3\u003e\n                    \u003cp\u003ePremium protection at an affordable price point\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ci class=\"fas fa-hands\"\u003e\u003c\/i\u003e\n                    \u003ch3 class=\"benefit-title\"\u003eComfortable Fit\u003c\/h3\u003e\n                    \u003cp\u003eDesigned for extended wear without discomfort\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499674701908,"sku":null,"price":45.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2432570.jpg?v=1758351656"},{"product_id":"hoover-ch93600-cordless-backpack-vacuum-kit-with-10-bags-8-0-ah-battery-and-charger-40v","title":"Hoover CH93600 Cordless Backpack Vacuum Kit with 10 Bags, 8.0 Ah Battery, and Charger - 40V","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\u003eHoover CH93600 Cordless Backpack Vacuum\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(to bottom, #f8f9fa, #fff);\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(to right, #2c3e50, #3498db);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\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: 300;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 350px;\n            background: linear-gradient(to bottom right, #e0e0e0, #f0f0f0);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #777;\n            font-size: 1.2rem;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #3498db;\n            display: inline-block;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-list li i {\n            color: #27ae60;\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-card {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .spec-label {\n            color: #7f8c8d;\n            font-size: 0.9rem;\n        }\n        \n        .applications {\n            background: #e8f4fc;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .application-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .application-card i {\n            font-size: 2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            text-align: center;\n        }\n        \n        .benefit-card i {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .kit-includes {\n            background: #fff4e6;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .kit-list {\n            list-style: none;\n            margin-top: 15px;\n        }\n        \n        .kit-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #ffe8cc;\n            display: flex;\n            align-items: center;\n        }\n        \n        .kit-list li i {\n            color: #fd7e14;\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .shipping-notice {\n            background: #fff5f5;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #e53e3e;\n            margin: 30px 0;\n        }\n        \n        .dimensions {\n            background: #f0f9ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .dimensions-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n            \n            .benefits {\n                flex-direction: column;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHoover CH93600 Cordless Backpack Vacuum\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePowerful, lightweight, and designed for efficiency with up to 2 hours of runtime\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    \u003cdiv\u003eHoover CH93600 Image\u003cbr\u003e\u003cspan style=\"font-size: 0.9rem;\"\u003e(Vacuum image would appear here)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Cordless design with 40V lithium battery\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e Up to 2 hours of runtime on a single charge\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e 25% lighter than comparable corded models\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e Two power modes: Hush (66.75 CFM) and Boost (81.22 CFM)\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-lungs\"\u003e\u003c\/i\u003e HEPA filtration with Hexaguard technology\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-eraser\"\u003e\u003c\/i\u003e Activated carbon to absorb odors\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e2 Hours\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eRuntime\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e40V\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eLithium Battery\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e6 qt\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eCapacity\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e81.22 CFM\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eMax Suction\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"dimensions\"\u003e\n            \u003ch2 class=\"section-title\"\u003eDimensions\u003c\/h2\u003e\n            \u003cdiv class=\"dimensions-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e24 1\/8\"\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLength\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e15 3\/4\"\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eWidth\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e36 1\/4\"\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eHeight\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"kit-includes\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKit Includes\u003c\/h2\u003e\n            \u003cul class=\"kit-list\"\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e Hoover cordless backpack vacuum\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e 11\" air-powered turbo tool\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e 11\" multi-surface nozzle\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e 40V lithium battery with charger\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e (10) Sealed collar allergen bags\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eBenefits\u003c\/h2\u003e\n            \n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eErgonomic Design\u003c\/h3\u003e\n                    \u003cp\u003eReduces staff fatigue with lightweight backpack design\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-tachometer-alt\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eIncreased Efficiency\u003c\/h3\u003e\n                    \u003cp\u003eCordless operation allows for faster cleaning\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eHEPA Filtration\u003c\/h3\u003e\n                    \u003cp\u003eTraps allergens and improves air quality\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-volume-mute\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eQuiet Operation\u003c\/h3\u003e\n                    \u003cp\u003eHush mode for quieter cleaning when needed\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-notice\"\u003e\n            \u003ch2 class=\"section-title\"\u003eShipping Information\u003c\/h2\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-exclamation-circle\"\u003e\u003c\/i\u003e Due to US DOT shipping regulations, we are unable to ship this product to Alaska, Hawaii, and international destinations. It is also ineligible for next day or second day shipping and cannot be returned. Please contact Customer Solutions prior to placing your order if you have any questions or concerns.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499679813716,"sku":null,"price":1450.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2622361.jpg?v=1758351946"},{"product_id":"lavex-10-qt-backpack-vacuum-with-hepa-filtration-and-8-piece-tool-kit","title":"10 Qt. Backpack Vacuum with HEPA Filtration and 8-Piece Tool Kit","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\u003eLavex 10 qt. Backpack Vacuum with HEPA Filtration\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(to bottom, #f8f9fa, #fff);\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(to right, #2c3e50, #4a6491);\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: 300;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            text-align: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 350px;\n            background: linear-gradient(to bottom right, #e0e0e0, #f0f0f0);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #777;\n            font-size: 1.2rem;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #3498db;\n            display: inline-block;\n        }\n        \n        .feature-list {\n            list-style: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-list li i {\n            color: #27ae60;\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-card {\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 8px;\n        }\n        \n        .spec-label {\n            color: #7f8c8d;\n            font-size: 0.9rem;\n        }\n        \n        .applications {\n            background: #e8f4fc;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .application-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .application-card i {\n            font-size: 2rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            text-align: center;\n        }\n        \n        .benefit-card i {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-title {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .kit-includes {\n            background: #fff4e6;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .kit-list {\n            list-style: none;\n            margin-top: 15px;\n        }\n        \n        .kit-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #ffe8cc;\n            display: flex;\n            align-items: center;\n        }\n        \n        .kit-list li i {\n            color: #fd7e14;\n            margin-right: 15px;\n            font-size: 1.2rem;\n        }\n        \n        .accessory-notice {\n            background: #f0f9ff;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 30px 0;\n            border-left: 4px solid #3498db;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n            \n            .benefits {\n                flex-direction: column;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLavex 10 qt. Backpack Vacuum with HEPA Filtration\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eComplete 8-piece tool kit for superior cleaning in environments requiring controlled air quality\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003e\n                    \u003cdiv\u003eLavex Backpack Vacuum Image\u003cbr\u003e\u003cspan style=\"font-size: 0.9rem;\"\u003e(Product image would appear here)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e HEPA filtration for superior air quality\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-toolbox\"\u003e\u003c\/i\u003e Includes 8-piece tool kit for versatile cleaning\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-weight\"\u003e\u003c\/i\u003e Ergonomic backpack design for comfortable use\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-trash-alt\"\u003e\u003c\/i\u003e 10 qt. capacity for extended cleaning sessions\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-lungs\"\u003e\u003c\/i\u003e Ideal for environments with strict air quality standards\u003c\/li\u003e\n                        \u003cli\u003e\n\u003ci class=\"fas fa-user-check\"\u003e\u003c\/i\u003e Easy-to-use design for all cleaning staff\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e10 qt\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eCapacity\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003eHEPA\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eFiltration\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003e8-Piece\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eTool Kit\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-value\"\u003eBackpack\u003c\/div\u003e\n                        \u003cdiv class=\"spec-label\"\u003eDesign\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2 class=\"section-title\"\u003eIdeal For These Environments\u003c\/h2\u003e\n            \u003cp\u003ePerfect for facilities where controlled air quality is essential:\u003c\/p\u003e\n            \n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-hospital\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eMedical Facilities\u003c\/h3\u003e\n                    \u003cp\u003eMaintain sterile environments and prevent cross-contamination\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-school\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSchools\u003c\/h3\u003e\n                    \u003cp\u003eKeep educational facilities clean and allergen-free\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-laptop\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eComputer Labs\u003c\/h3\u003e\n                    \u003cp\u003eRemove dust without spreading particles to sensitive equipment\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-card\"\u003e\n                    \u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eOffice Buildings\u003c\/h3\u003e\n                    \u003cp\u003eMaintain clean, healthy work environments\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"kit-includes\"\u003e\n            \u003ch2 class=\"section-title\"\u003eWhat's Included\u003c\/h2\u003e\n            \u003cp\u003eThis complete cleaning solution comes with everything needed for versatile cleaning:\u003c\/p\u003e\n            \u003cul class=\"kit-list\"\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e Lavex backpack vacuum unit\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e 8 different specialized cleaning tools\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e HEPA filtration system\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e Comfortable backpack harness\u003c\/li\u003e\n                \u003cli\u003e\n\u003ci class=\"fas fa-check\"\u003e\u003c\/i\u003e All necessary connectors and hoses\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"accessory-notice\"\u003e\n            \u003ch2 class=\"section-title\"\u003eAccessory Information\u003c\/h2\u003e\n            \u003cp\u003e\u003ci class=\"fas fa-info-circle\"\u003e\u003c\/i\u003e For optimal performance, use with HEPA microfilter 10 qt. vacuum bags (sold separately). Frequently check the HEPA microfilter bag, and replace when it is near full capacity to maintain maximum filtration efficiency.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv style=\"padding: 0 30px 30px;\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \n            \u003cdiv class=\"benefits\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ci class=\"fas fa-air-freshener\"\u003e\u003c\/i\u003e\n                    \u003ch3 class=\"benefit-title\"\u003eSuperior Air Quality\u003c\/h3\u003e\n                    \u003cp\u003eHEPA filtration captures 99.97% of particles, including allergens and microbes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ci class=\"fas fa-user\"\u003e\u003c\/i\u003e\n                    \u003ch3 class=\"benefit-title\"\u003eErgonomic Design\u003c\/h3\u003e\n                    \u003cp\u003eBackpack style distributes weight evenly, reducing operator fatigue\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e\n                    \u003ch3 class=\"benefit-title\"\u003eVersatile Cleaning\u003c\/h3\u003e\n                    \u003cp\u003e8-piece tool kit handles any cleaning task from floors to ceilings\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499692593236,"sku":null,"price":498.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1620911.jpg?v=1758352502"},{"product_id":"lavex-20-dual-speed-rotary-floor-machine-175-320-rpm","title":"20\" Dual Speed Rotary Floor Machine - 175\/320 RPM","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\u003eLavex 20\" Dual Speed Rotary Floor Cleaning Machine\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        :root {\n            --primary: #2c7fb8;\n            --secondary: #7fcdbb;\n            --accent: #edf8b1;\n            --dark: #253237;\n            --light: #f8f9fa;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Lato', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #f9f9f9;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: white;\n            padding: 25px 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-weight: 300;\n            font-size: 1.2rem;\n            opacity: 0.9;\n            margin-bottom: 15px;\n        }\n        \n        .product-content {\n            padding: 30px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .product-image {\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            background: linear-gradient(45deg, #f3f3f3, #e0e0e0);\n            height: 300px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--primary);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n        \n        .feature-icon {\n            background: var(--accent);\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            color: var(--primary);\n            font-size: 1.5rem;\n        }\n        \n        .feature-content h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 5px;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin-top: 10px;\n        }\n        \n        .spec-item {\n            background: #f5fbf9;\n            padding: 12px 15px;\n            border-radius: 8px;\n            border-left: 4px solid var(--secondary);\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: var(--dark);\n            font-size: 0.9rem;\n        }\n        \n        .spec-value {\n            font-weight: 700;\n            color: var(--primary);\n            font-size: 1.1rem;\n            margin-top: 5px;\n        }\n        \n        .applications {\n            margin-top: 20px;\n            background: #edf8ff;\n            padding: 20px;\n            border-radius: 8px;\n        }\n        \n        .applications h3 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--primary);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .applications-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .application-pill {\n            background: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n            border: 1px solid #e6f2ff;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #f8f9fa, #f1f8ff);\n            padding: 25px;\n            border-radius: 8px;\n            margin-top: 20px;\n        }\n        \n        .benefits h2 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--primary);\n            text-align: center;\n            margin-bottom: 20px;\n            font-size: 1.6rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .benefit {\n            text-align: center;\n            padding: 20px 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n        \n        .benefit h3 {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--dark);\n            margin-bottom: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, var(--primary), #3f99d3);\n            color: white;\n            margin-top: 30px;\n            border-radius: 8px;\n        }\n        \n        .cta-section h2 {\n            font-family: 'Montserrat', sans-serif;\n            margin-bottom: 15px;\n            font-size: 1.8rem;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: var(--primary);\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eLavex 20\" Dual Speed Rotary Floor Cleaning Machine\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eProfessional-grade cleaning power with ergonomic design\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003c!-- Replace with actual product image --\u003e\n                [Product Image Here]\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e↔️\u003c\/div\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3\u003eAdjustable Handle\u003c\/h3\u003e\n                        \u003cp\u003eExtends up to 45\" for ergonomic comfort, reducing operator fatigue during extended use.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e⚙️\u003c\/div\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3\u003eDual Speed Operation\u003c\/h3\u003e\n                        \u003cp\u003e175\/320 RPM brush head provides versatility for different cleaning tasks and floor types.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔧\u003c\/div\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3\u003eEasy Transport\u003c\/h3\u003e\n                        \u003cp\u003eLarge non-marking rear wheels allow for simple movement between cleaning areas.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eBrush Width\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e20 inches\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eMotor Speed\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e175\/320 RPM\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eHandle Length\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eUp to 45 inches\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eWheel Type\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eNon-marking\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch3\u003e🏢 Ideal For These Environments\u003c\/h3\u003e\n            \u003cdiv class=\"applications-list\"\u003e\n                \u003cspan class=\"application-pill\"\u003eHealthcare Facilities\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eAirports\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eRetail Establishments\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eSchools \u0026amp; Universities\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eOffice Buildings\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eWarehouses\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eHospitality Venues\u003c\/span\u003e\n                \u003cspan class=\"application-pill\"\u003eSports Facilities\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits\"\u003e\n            \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e⏱️\u003c\/div\u003e\n                    \u003ch3\u003eEfficient Cleaning\u003c\/h3\u003e\n                    \u003cp\u003eClean large areas quickly with minimal operator fatigue\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3\u003ePowerful Performance\u003c\/h3\u003e\n                    \u003cp\u003eTackle tough cleaning jobs with dual speed operation\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e🔄\u003c\/div\u003e\n                    \u003ch3\u003eEasy Maneuverability\u003c\/h3\u003e\n                    \u003cp\u003eLarge non-marking wheels for smooth transport\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eReady to Transform Your Cleaning Operations?\u003c\/h2\u003e\n            \u003cp\u003eExperience the difference professional-grade equipment can make\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499707502676,"sku":null,"price":1669.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2199099.jpg?v=1758352778"},{"product_id":"advantage-chemicals-5-gallon-640-oz-concentrated-pot-pan-soap","title":"5 Gallon \/ 640 oz. Concentrated Pot \u0026 Pan Soap by Prime","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eAdvantage Chemicals Pot \u0026amp; Pan Liquid Detergent\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #2c7fb8;\n            --secondary: #7fcdbb;\n            --accent: #edf8b1;\n            --lemon: #fff44f;\n            --lemon-light: #fffbb8;\n            --dark: #253237;\n            --light: #f8f9fa;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #f9f9f9;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px 0;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--lemon-light), var(--lemon));\n            color: #333;\n            padding: 25px 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-title {\n            font-weight: 700;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-weight: 500;\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n        }\n        \n        .product-content {\n            padding: 30px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .product-image {\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            background: linear-gradient(45deg, #f3f3f3, #e0e0e0);\n            height: 300px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--primary);\n            font-weight: bold;\n            font-size: 1.2rem;\n            position: relative;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n        \n        .feature-icon {\n            background: var(--lemon-light);\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            color: #333;\n            font-size: 1.5rem;\n        }\n        \n        .feature-content h3 {\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 5px;\n            font-size: 1.2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin-top: 10px;\n        }\n        \n        .spec-item {\n            background: #fffdf0;\n            padding: 12px 15px;\n            border-radius: 8px;\n            border-left: 4px solid var(--lemon);\n        }\n        \n        .spec-name {\n            font-weight: 600;\n            color: var(--dark);\n            font-size: 0.9rem;\n        }\n        \n        .spec-value {\n            font-weight: 700;\n            color: var(--primary);\n            font-size: 1.1rem;\n            margin-top: 5px;\n        }\n        \n        .benefits-container {\n            margin-top: 20px;\n            background: #fffef5;\n            padding: 25px;\n            border-radius: 8px;\n            border: 2px dashed var(--lemon);\n        }\n        \n        .benefits-container h2 {\n            color: var(--primary);\n            text-align: center;\n            margin-bottom: 20px;\n            font-size: 1.6rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .benefit {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            padding: 15px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: var(--lemon);\n            background: #fffef5;\n            padding: 10px;\n            border-radius: 50%;\n            width: 50px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .benefit-content h3 {\n            color: var(--dark);\n            margin-bottom: 8px;\n            font-size: 1.1rem;\n        }\n        \n        .usage-section {\n            margin-top: 30px;\n            background: #e8f4ff;\n            padding: 25px;\n            border-radius: 8px;\n        }\n        \n        .usage-section h2 {\n            color: var(--primary);\n            text-align: center;\n            margin-bottom: 20px;\n            font-size: 1.6rem;\n        }\n        \n        .usage-steps {\n            display: flex;\n            justify-content: space-around;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .usage-step {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            flex: 1;\n            min-width: 150px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .step-number {\n            background: var(--primary);\n            color: white;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 15px;\n            font-weight: bold;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, var(--primary), #3f99d3);\n            color: white;\n            margin-top: 30px;\n            border-radius: 8px;\n        }\n        \n        .cta-section h2 {\n            margin-bottom: 15px;\n            font-size: 1.8rem;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: var(--primary);\n            padding: 15px 40px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-top: 15px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n        }\n        \n        .volume-highlight {\n            text-align: center;\n            padding: 15px;\n            background: var(--lemon-light);\n            border-radius: 8px;\n            margin: 20px 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAdvantage Chemicals Pot \u0026amp; Pan Liquid Detergent\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eLemon Scented • Gentle on Hands • Tough on Grease\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003c!-- Replace with actual product image --\u003e\n                [Product Image Here]\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"volume-highlight\"\u003e\n                    \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e 5 Gallon Container - Economical \u0026amp; Long-Lasting\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\u003ci class=\"fas fa-lemon\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3\u003eFresh Lemon Scent\u003c\/h3\u003e\n                        \u003cp\u003ePleasant fragrance leaves dishes smelling fresh and clean without harsh chemical odors.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\u003ci class=\"fas fa-hand-holding-heart\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3\u003eGentle on Hands\u003c\/h3\u003e\n                        \u003cp\u003eFormulated to be tough on grease but gentle on skin, reducing irritation during extended use.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\u003ci class=\"fas fa-broom\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"feature-content\"\u003e\n                        \u003ch3\u003eLong-Lasting Suds\u003c\/h3\u003e\n                        \u003cp\u003eCreates rich, long-lasting suds that cut through tough grease and grime with ease.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eContainer Size\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e5 Gallons\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eFragrance\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eLemon Scent\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eConcentration\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eProfessional Grade\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-name\"\u003eApplication\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003ePots, Pans \u0026amp; Dishes\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-container\"\u003e\n            \u003ch2\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e Key Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-content\"\u003e\n                        \u003ch3\u003eSparkling Clean Results\u003c\/h3\u003e\n                        \u003cp\u003eEffectively removes stuck-on food and grease for spotless dishes every time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-tint-slash\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-content\"\u003e\n                        \u003ch3\u003eImproved Food Taste\u003c\/h3\u003e\n                        \u003cp\u003eThorough cleaning eliminates residue that can affect the taste of your food.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-dollar-sign\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-content\"\u003e\n                        \u003ch3\u003eEconomical Choice\u003c\/h3\u003e\n                        \u003cp\u003e5-gallon container provides excellent value for high-volume cleaning needs.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit\"\u003e\n                    \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"benefit-content\"\u003e\n                        \u003ch3\u003eQuality Ingredients\u003c\/h3\u003e\n                        \u003cp\u003eProfessional formula delivers superior cleaning power without harsh chemicals.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2\u003e\n\u003ci class=\"fas fa-info-circle\"\u003e\u003c\/i\u003e How To Use\u003c\/h2\u003e\n            \u003cdiv class=\"usage-steps\"\u003e\n                \u003cdiv class=\"usage-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n                    \u003ch3\u003eDilute\u003c\/h3\u003e\n                    \u003cp\u003eMix with water according to soil level\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n                    \u003ch3\u003eApply\u003c\/h3\u003e\n                    \u003cp\u003eUse on pots, pans, and dishes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n                    \u003ch3\u003eScrub\u003c\/h3\u003e\n                    \u003cp\u003eLight scrubbing removes stuck-on food\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"usage-step\"\u003e\n                    \u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n                    \u003ch3\u003eRinse\u003c\/h3\u003e\n                    \u003cp\u003eThoroughly rinse with clean water\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eExperience the Advantage Difference!\u003c\/h2\u003e\n            \u003cp\u003eGet professional-grade cleaning results for your kitchen\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499723165780,"sku":null,"price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3010545.jpg?v=1763605526"},{"product_id":"advantage-chemicals-5-gallon-640-oz-concentrated-liquid-dish-soap","title":"Chemicals 5 gallon \/ 640 oz. Concentrated Liquid Dish Soap","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eAdvantage Chemicals Dish Soap - Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom Styles for Advantage Chemicals Dish Soap *\/\n        :root {\n            --primary: #2c7da0;\n            --secondary: #a9d6e5;\n            --accent: #ff9e1f;\n            --dark: #013a63;\n            --light: #f8f9fa;\n            --text: #2d2d2d;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--text);\n            line-height: 1.6;\n            background-color: #fafafa;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);\n            border-radius: 12px;\n            color: white;\n            box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-align: center;\n            border-top: 5px solid var(--primary);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .feature-title {\n            font-size: 1.5rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .applications-section {\n            background-color: white;\n            padding: 40px;\n            border-radius: 12px;\n            margin: 50px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .section-title {\n            text-align: center;\n            color: var(--dark);\n            font-size: 2.2rem;\n            margin-bottom: 40px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: var(--accent);\n            border-radius: 2px;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n        \n        .application-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n            padding: 15px;\n            background: var(--light);\n            border-radius: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .application-item:hover {\n            transform: translateX(5px);\n            background: var(--secondary);\n        }\n        \n        .application-icon {\n            color: var(--primary);\n            margin-right: 15px;\n            font-size: 1.8rem;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        .specs-box {\n            background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            margin: 50px 0;\n            box-shadow: 0 10px 20px rgba(0,0,0,0.15);\n        }\n        \n        .specs-title {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 30px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .spec-item {\n            text-align: center;\n            padding: 20px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 8px;\n        }\n        \n        .spec-value {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: var(--accent);\n        }\n        \n        .benefits-section {\n            background-color: var(--light);\n            padding: 40px;\n            border-radius: 12px;\n            margin: 50px 0;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n            margin: 20px 0;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n            font-size: 1.1rem;\n        }\n        \n        .benefits-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: var(--primary);\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAdvantage Chemicals 5 Gallon Liquid Dish Soap\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eKeep your flatware, glassware, and dishes sparkling clean with our powerful, cost-effective solution\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"feature-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💰\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eCost Effective\u003c\/h3\u003e\n                \u003cp\u003eBuying in bulk helps save money and ensures your establishment is always fully stocked with high-quality dish soap.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eTough on Grease\u003c\/h3\u003e\n                \u003cp\u003eSpecially formulated to cut through tough grease and food residues, leaving your dishes spotlessly clean.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eEasy to Use\u003c\/h3\u003e\n                \u003cp\u003eConvenient 5-gallon container with clear usage directions included on the label for optimal results.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePerfect For All Your Dishwashing Needs\u003c\/h2\u003e\n            \n            \u003cdiv class=\"applications-grid\"\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cspan class=\"application-icon\"\u003e🍽️\u003c\/span\u003e\n                    \u003cspan\u003eFlatware \u0026amp; Silverware\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cspan class=\"application-icon\"\u003e🥂\u003c\/span\u003e\n                    \u003cspan\u003eGlassware \u0026amp; Cups\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cspan class=\"application-icon\"\u003e🍶\u003c\/span\u003e\n                    \u003cspan\u003eDishes \u0026amp; Plates\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cspan class=\"application-icon\"\u003e🍳\u003c\/span\u003e\n                    \u003cspan\u003ePots \u0026amp; Pans\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cspan class=\"application-icon\"\u003e👨‍🍳\u003c\/span\u003e\n                    \u003cspan\u003eCommercial Kitchen Equipment\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cspan class=\"application-icon\"\u003e🏪\u003c\/span\u003e\n                    \u003cspan\u003eFood Service Establishments\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-box\"\u003e\n            \u003ch3 class=\"specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e5 Gallon\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLarge Capacity\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eConcentrated\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eFormula\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eEasy-Pour\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eContainer Design\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eGrease-Fighting\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003ePower\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003eKeeps flatware, glassware, and dishes sparkling clean\u003c\/li\u003e\n                \u003cli\u003eCost-effective bulk purchasing saves money\u003c\/li\u003e\n                \u003cli\u003eEasy-to-use storage container with clear directions\u003c\/li\u003e\n                \u003cli\u003eTough on grease and food residues\u003c\/li\u003e\n                \u003cli\u003eIdeal for busy kitchens and high-volume operations\u003c\/li\u003e\n                \u003cli\u003eEnsures you never run out of dish soap\u003c\/li\u003e\n                \u003cli\u003eProfessional-grade cleaning performance\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499759439956,"sku":null,"price":92.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3010409.jpg?v=1763605486"},{"product_id":"advantage-chemicals-5-gallon-640-oz-concentrated-pot-pan-soap-1","title":"Chemicals 5 Gallon \/ 640 oz. Concentrated Pot \u0026 Pan Soap","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eAdvantage Chemicals Pot \u0026amp; Pan Detergent\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom color scheme *\/\n        :root {\n            --primary: #2c7da0;\n            --primary-light: #a9d6e5;\n            --secondary: #ff9e1f;\n            --secondary-light: #ffd8a8;\n            --dark: #013a63;\n            --light: #f8f9fa;\n            --text: #2d2d2d;\n            --shadow: rgba(0, 0, 0, 0.08);\n        }\n        \n        \/* Base styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: var(--text);\n            line-height: 1.6;\n            background-color: #fafafa;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        \/* Header section *\/\n        .product-header {\n            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Feature cards *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            padding: 40px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px var(--shadow);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-align: center;\n            border-top: 5px solid var(--primary);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);\n        }\n        \n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .feature-title {\n            font-size: 1.5rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        \/* Benefits section *\/\n        .benefits-section {\n            background-color: var(--light);\n            padding: 50px 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-section {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .benefits-content h2 {\n            color: var(--dark);\n            font-size: 2.2rem;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .benefits-content h2:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100px;\n            height: 4px;\n            background: var(--secondary);\n            border-radius: 2px;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.1rem;\n        }\n        \n        .benefits-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: var(--primary);\n            font-weight: bold;\n            font-size: 1.5rem;\n        }\n        \n        .benefits-image {\n            text-align: center;\n        }\n        \n        .benefits-image .icon {\n            font-size: 8rem;\n            color: var(--primary);\n            opacity: 0.8;\n        }\n        \n        \/* Specs section *\/\n        .specs-section {\n            padding: 50px 40px;\n            background: linear-gradient(135deg, var(--dark) 0%, var(--primary) 100%);\n            color: white;\n        }\n        \n        .specs-title {\n            text-align: center;\n            font-size: 2rem;\n            margin-bottom: 40px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .spec-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: scale(1.05);\n            background: rgba(255, 255, 255, 0.15);\n        }\n        \n        .spec-value {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: var(--secondary);\n        }\n        \n        \/* Usage section *\/\n        .usage-section {\n            padding: 50px 40px;\n            background-color: white;\n        }\n        \n        .usage-title {\n            text-align: center;\n            color: var(--dark);\n            font-size: 2.2rem;\n            margin-bottom: 40px;\n        }\n        \n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n        }\n        \n        .usage-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n            padding: 20px;\n            background: var(--light);\n            border-radius: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .usage-item:hover {\n            transform: translateX(5px);\n            background: var(--primary-light);\n        }\n        \n        .usage-icon {\n            color: var(--primary);\n            margin-right: 20px;\n            font-size: 2rem;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2.2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n                padding: 20px;\n            }\n            \n            .benefits-section, .specs-section, .usage-section {\n                padding: 30px 20px;\n            }\n        }\n        \n        \/* Lemon accent elements *\/\n        .lemon-accent {\n            color: var(--secondary);\n            font-weight: 600;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eAdvantage Chemicals Pot \u0026amp; Pan Detergent\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e5 Gallon Container of Professional-Grade Lemon Sented Cleaner\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"feature-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eTough on Grease\u003c\/h3\u003e\n                \u003cp\u003ePowerful formula cuts through tough grease and grime with ease, leaving your cookware sparkling clean.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e👐\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eGentle on Hands\u003c\/h3\u003e\n                \u003cp\u003eDespite its powerful cleaning ability, our formula is gentle on skin with a pH-balanced solution.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🍋\u003c\/div\u003e\n                \u003ch3 class=\"feature-title\"\u003eFresh Lemon Scent\u003c\/h3\u003e\n                \u003cp\u003eEnjoy a refreshing \u003cspan class=\"lemon-accent\"\u003elemon scent\u003c\/span\u003e that leaves your kitchen smelling clean and fresh after washing.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"benefits-section\"\u003e\n            \u003cdiv class=\"benefits-content\"\u003e\n                \u003ch2\u003eWhy Choose Our Pot \u0026amp; Pan Detergent?\u003c\/h2\u003e\n                \n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eCreates long-lasting suds that continue working\u003c\/li\u003e\n                    \u003cli\u003eEconomical solution for high-volume kitchens\u003c\/li\u003e\n                    \u003cli\u003eEffectively removes baked-on food and stains\u003c\/li\u003e\n                    \u003cli\u003eHelps food come out tasting better without soap residue\u003c\/li\u003e\n                    \u003cli\u003eMakes cooking easier with reliably clean dishes\u003c\/li\u003e\n                    \u003cli\u003e5-gallon container ensures you never run out\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefits-image\"\u003e\n                \u003cdiv class=\"icon\"\u003e🍳\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch3 class=\"specs-title\"\u003eProduct Specifications\u003c\/h3\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003e5 Gallon\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLarge Capacity\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eLemon\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eFresh Scent\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eConcentrated\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eFormula\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHigh-Sudsing\u003c\/div\u003e\n                    \u003cdiv class=\"spec-label\"\u003eLong-Lasting\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"usage-title\"\u003ePerfect For All Your Kitchenware\u003c\/h2\u003e\n            \n            \u003cdiv class=\"usage-grid\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍳\u003c\/span\u003e\n                        \u003cspan\u003ePots \u0026amp; Pans\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥘\u003c\/span\u003e\n                        \u003cspan\u003eBaking Sheets\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🔪\u003c\/span\u003e\n                        \u003cspan\u003eCooking Utensils\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍽️\u003c\/span\u003e\n                        \u003cspan\u003eDishes \u0026amp; Plates\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍲\u003c\/span\u003e\n                        \u003cspan\u003eCasserole Dishes\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e👨‍🍳\u003c\/span\u003e\n                        \u003cspan\u003eCommercial Kitchen Equipment\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499769040980,"sku":null,"price":74.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3010545_2b548929-01e1-44f8-a545-3b8824684642.jpg?v=1763605466"},{"product_id":"advantage-chemicals-5-gallon-640-oz-concentrated-liquid-dish-soap-1","title":"Chemicals 5 gallon \/ 640 oz. Concentrated Liquid Dish Soap","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eAdvantage Chemicals Dish Soap\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            text-align: center;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #3498db;\n        }\n        \n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 600;\n            color: #2980b9;\n            margin: 30px 0 20px 0;\n            padding-left: 15px;\n            border-left: 4px solid #3498db;\n        }\n        \n        .product-text {\n            font-size: 17px;\n            margin-bottom: 20px;\n            color: #444;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, #a8e6cf 0%, #dcedc1 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 280px;\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 5px solid #3498db;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 50px;\n            margin-bottom: 20px;\n            color: #2c3e50;\n        }\n        \n        .benefit-card h3 {\n            color: #2c3e50;\n            margin-top: 0;\n            font-size: 20px;\n        }\n        \n        .usage-section {\n            background: #f8f9fa;\n            border-radius: 10px;\n            padding: 30px;\n            margin: 30px 0;\n            border-left: 5px solid #3498db;\n        }\n        \n        .usage-list {\n            padding-left: 20px;\n            margin-bottom: 20px;\n        }\n        \n        .usage-list li {\n            margin-bottom: 12px;\n            position: relative;\n            padding-left: 30px;\n        }\n        \n        .usage-list li:before {\n            content: \"✔\";\n            color: #27ae60;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            font-size: 20px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 8px;\n            padding: 20px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            text-align: center;\n        }\n        \n        .spec-value {\n            font-size: 24px;\n            font-weight: bold;\n            color: #3498db;\n            margin: 10px 0;\n        }\n        \n        .cta-box {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 40px 0;\n        }\n        \n        .cta-heading {\n            font-size: 26px;\n            margin-top: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 26px;\n            }\n            \n            .product-subtitle {\n                font-size: 20px;\n            }\n            \n            .benefits-container {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eAdvantage Chemicals 5 Gallon Liquid Dish Soap\u003c\/h1\u003e\n        \n        \u003cdiv class=\"highlight\"\u003e\n            \u003cp class=\"product-text\"\u003eKeep your flatware, glassware, and dishes sparkling clean with this powerful, economical dish soap solution. Perfect for busy kitchens that demand both quality and value.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eWhy Choose Advantage Chemicals Dish Soap?\u003c\/h2\u003e\n        \n        \u003cdiv class=\"benefits-container\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n                \u003ch3\u003eCost Effective\u003c\/h3\u003e\n                \u003cp\u003eBuying in bulk saves money and ensures you're always stocked for busy service periods.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💪\u003c\/div\u003e\n                \u003ch3\u003eTough on Grease\u003c\/h3\u003e\n                \u003cp\u003ePowerful formula cuts through tough grease and food residue with ease.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔄\u003c\/div\u003e\n                \u003ch3\u003eEasy to Use\u003c\/h3\u003e\n                \u003cp\u003eConvenient container with clear usage directions printed on the back.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003ePerfect For All Your Cleaning Needs\u003c\/h2\u003e\n            \n            \u003cul class=\"usage-list\"\u003e\n                \u003cli\u003eFlatware and silverware\u003c\/li\u003e\n                \u003cli\u003eGlassware and drinkware\u003c\/li\u003e\n                \u003cli\u003ePlates, bowls, and serving dishes\u003c\/li\u003e\n                \u003cli\u003ePots and pans\u003c\/li\u003e\n                \u003cli\u003eFood preparation surfaces\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cp class=\"product-text\"\u003eIdeal for restaurants, cafeterias, food trucks, catering services, and any busy kitchen environment.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n        \n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003eSize\u003c\/h3\u003e\n                \u003cdiv class=\"spec-value\"\u003e5 Gallons\u003c\/div\u003e\n                \u003cp\u003eLarge volume for extended use\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003eForm\u003c\/h3\u003e\n                \u003cdiv class=\"spec-value\"\u003eLiquid\u003c\/div\u003e\n                \u003cp\u003eEasy to dispense and measure\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"spec-card\"\u003e\n                \u003ch3\u003eApplication\u003c\/h3\u003e\n                \u003cdiv class=\"spec-value\"\u003eManual Dishwashing\u003c\/div\u003e\n                \u003cp\u003ePerfect for commercial sinks\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-box\"\u003e\n            \u003ch2 class=\"cta-heading\"\u003eAlways Be Prepared!\u003c\/h2\u003e\n            \u003cp class=\"product-text\"\u003eKeep your kitchen running smoothly with our bulk dish soap. Never run out during critical service times again.\u003c\/p\u003e\n            \u003cp class=\"product-text\"\u003eOrder now to ensure sparkling clean dishes and efficient kitchen operations!\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499786899540,"sku":null,"price":92.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3010409_5e8b333c-1db2-4ebe-8a71-1d71d49dac6c.jpg?v=1763605503"},{"product_id":"regency-wall-mounted-72-x-17-1-2-hand-sink-with-3-8-center-faucets","title":"Wall-Mounted 72\" x 17 1\/2\" Hand Sink with (3) 8\" Center Faucets","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        \/* Custom styling for the product description *\/\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 25px;\n        }\n        \n        .product-title {\n            font-size: 36px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n            padding-bottom: 15px;\n            border-bottom: 3px solid #3498db;\n        }\n        \n        .product-subtitle {\n            font-size: 26px;\n            font-weight: 600;\n            color: #2980b9;\n            margin: 35px 0 20px 0;\n            padding-left: 15px;\n            border-left: 5px solid #3498db;\n        }\n        \n        .product-text {\n            font-size: 18px;\n            margin-bottom: 20px;\n            color: #444;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, #e3f2fd 0%, #bbdefb 100%);\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n            text-align: center;\n            font-size: 20px;\n            font-weight: 500;\n        }\n        \n        .features-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 25px;\n            margin: 35px 0;\n        }\n        \n        .feature-card {\n            flex: 1;\n            min-width: 280px;\n            background: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 5px solid #3498db;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            font-size: 55px;\n            margin-bottom: 20px;\n            color: #2c3e50;\n        }\n        \n        .feature-card h3 {\n            color: #2c3e50;\n            margin-top: 0;\n            font-size: 22px;\n        }\n        \n        .specs-section {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 35px;\n            margin: 35px 0;\n            border-left: 5px solid #3498db;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            text-align: center;\n        }\n        \n        .spec-value {\n            font-size: 28px;\n            font-weight: bold;\n            color: #3498db;\n            margin: 15px 0;\n        }\n        \n        .benefits-list {\n            padding-left: 25px;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 15px;\n            position: relative;\n            padding-left: 40px;\n            font-size: 18px;\n        }\n        \n        .benefits-list li:before {\n            content: \"✓\";\n            color: #27ae60;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            font-size: 24px;\n        }\n        \n        .applications {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application {\n            flex: 1;\n            min-width: 250px;\n            background: #e8f5e9;\n            border-radius: 10px;\n            padding: 20px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        }\n        \n        .application-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #2e7d32;\n        }\n        \n        .technical-box {\n            background: #fff3e0;\n            border-radius: 10px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px dashed #ff9800;\n        }\n        \n        .technical-box h3 {\n            color: #e65100;\n            margin-top: 0;\n            text-align: center;\n        }\n        \n        .installation-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin: 40px 0;\n            align-items: center;\n        }\n        \n        .installation-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .installation-image {\n            flex: 1;\n            min-width: 300px;\n            background: #e3f2fd;\n            border-radius: 10px;\n            padding: 30px;\n            text-align: center;\n            font-size: 100px;\n            color: #3498db;\n        }\n        \n        .cta-box {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n        \n        .cta-heading {\n            font-size: 32px;\n            margin-top: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 28px;\n            }\n            \n            .product-subtitle {\n                font-size: 22px;\n            }\n            \n            .features-container {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlight {\n                padding: 20px;\n                font-size: 18px;\n            }\n            \n            .installation-section {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003eMulti-Station Hand Sink with 3 Faucets\u003c\/h1\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003cp\u003eGive your employees a convenient way to quickly wash their hands with this efficient multi-station hand sink!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"product-subtitle\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-container\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🚰\u003c\/div\u003e\n\u003ch3\u003eThree Faucet Stations\u003c\/h3\u003e\n\u003cp\u003eAllow multiple employees to wash hands simultaneously, reducing wait times\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔩\u003c\/div\u003e\n\u003ch3\u003eDurable Stainless Steel\u003c\/h3\u003e\n\u003cp\u003eBuilt to last with commercial-grade stainless steel construction\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🦢\u003c\/div\u003e\n\u003ch3\u003eGooseneck Faucets\u003c\/h3\u003e\n\u003cp\u003eHigh-arc spouts provide ample space for hand washing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch3\u003eMaterial\u003c\/h3\u003e\n\u003cdiv class=\"spec-value\"\u003eStainless Steel\u003c\/div\u003e\n\u003cp\u003eDurable and corrosion-resistant\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch3\u003eFaucets\u003c\/h3\u003e\n\u003cdiv class=\"spec-value\"\u003e3 Gooseneck\u003c\/div\u003e\n\u003cp\u003eHigh-arc design for easy use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch3\u003eMounting\u003c\/h3\u003e\n\u003cdiv class=\"spec-value\"\u003eWall Mount\u003c\/div\u003e\n\u003cp\u003eNo countertop needed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"product-subtitle\"\u003eBenefits\u003c\/h2\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003ePromotes proper hand hygiene among employees\u003c\/li\u003e\n\u003cli\u003eReduces lines and wait times with multiple stations\u003c\/li\u003e\n\u003cli\u003eDurable construction ensures long-term reliability\u003c\/li\u003e\n\u003cli\u003eSpace-saving wall mount design doesn't require counter space\u003c\/li\u003e\n\u003cli\u003eMeets health and safety requirements for industrial facilities\u003c\/li\u003e\n\u003cli\u003eEasy to clean and maintain stainless steel surface\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"installation-section\"\u003e\n\u003cdiv class=\"installation-content\"\u003e\n\u003ch2 class=\"product-subtitle\"\u003eEasy Installation\u003c\/h2\u003e\n\u003cp class=\"product-text\"\u003eThis Regency hand sink is designed for simple wall mounting without the need for countertop support. The straightforward installation process means you can have it operational quickly with minimal disruption to your workplace.\u003c\/p\u003e\n\u003cp class=\"product-text\"\u003eThe wall-mounted design saves valuable floor space while providing convenient access for employees.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"installation-image\"\u003e📐\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"product-subtitle\"\u003eIdeal For\u003c\/h2\u003e\n\u003cdiv class=\"applications\"\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏭\u003c\/div\u003e\n\u003ch3\u003eIndustrial Facilities\u003c\/h3\u003e\n\u003cp\u003eMeet safety regulations with convenient hand washing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cdiv class=\"application-icon\"\u003e👨🍳\u003c\/div\u003e\n\u003ch3\u003eRestaurant Kitchens\u003c\/h3\u003e\n\u003cp\u003eKeep staff compliant with health codes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏥\u003c\/div\u003e\n\u003ch3\u003eHealthcare Facilities\u003c\/h3\u003e\n\u003cp\u003ePromote hygiene in medical environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏫\u003c\/div\u003e\n\u003ch3\u003eSchools \u0026amp; Institutions\u003c\/h3\u003e\n\u003cp\u003eHandle high volume hand washing needs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technical-box\"\u003e\n\u003ch3\u003eInstallation Notes\u003c\/h3\u003e\n\u003cp class=\"product-text\"\u003e\u003cstrong\u003eMounting:\u003c\/strong\u003e Direct wall mount - no countertop support needed\u003c\/p\u003e\n\u003cp class=\"product-text\"\u003e\u003cstrong\u003ePlumbing:\u003c\/strong\u003e Standard connections for easy installation\u003c\/p\u003e\n\u003cp class=\"product-text\"\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e Designed to accommodate three users simultaneously\u003c\/p\u003e\n\u003cp class=\"product-text\"\u003e\u003cstrong\u003eFinish:\u003c\/strong\u003e Commercial-grade stainless steel for durability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2 class=\"cta-heading\"\u003eUpgrade Your Facility's Hand Hygiene Today!\u003c\/h2\u003e\n\u003cp class=\"product-text\"\u003eEnsure your employees have convenient access to hand washing facilities with this efficient multi-station sink. Meet health regulations and promote cleanliness in your workplace.\u003c\/p\u003e\n\u003cp class=\"product-text\"\u003eOrder now to improve hygiene and efficiency in your facility!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499802660948,"sku":null,"price":2415.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2282358.jpg?v=1758355900"},{"product_id":"lavex-8-white-hardwound-paper-towel-800-feet-roll-6-case","title":"8\" White Hardwound Paper Towel, 800 Feet \/ Roll - 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\u003eLavex Paper Towels\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom styling for the product description *\/\n        .product-description {\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 25px;\n        }\n        \n        .product-title {\n            font-size: 36px;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            text-align: center;\n            padding-bottom: 15px;\n            border-bottom: 3px solid #3498db;\n        }\n        \n        .product-subtitle {\n            font-size: 26px;\n            font-weight: 600;\n            color: #2980b9;\n            margin: 35px 0 20px 0;\n            padding-left: 15px;\n            border-left: 5px solid #3498db;\n        }\n        \n        .product-text {\n            font-size: 18px;\n            margin-bottom: 20px;\n            color: #444;\n        }\n        \n        .highlight {\n            background: linear-gradient(120deg, #e3f2fd 0%, #bbdefb 100%);\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n            text-align: center;\n            font-size: 20px;\n            font-weight: 500;\n        }\n        \n        .features-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 25px;\n            margin: 35px 0;\n        }\n        \n        .feature-card {\n            flex: 1;\n            min-width: 280px;\n            background: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 5px solid #3498db;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            font-size: 55px;\n            margin-bottom: 20px;\n            color: #2c3e50;\n        }\n        \n        .feature-card h3 {\n            color: #2c3e50;\n            margin-top: 0;\n            font-size: 22px;\n        }\n        \n        .specs-section {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 35px;\n            margin: 35px 0;\n            border-left: 5px solid #3498db;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            text-align: center;\n        }\n        \n        .spec-value {\n            font-size: 28px;\n            font-weight: bold;\n            color: #3498db;\n            margin: 15px 0;\n        }\n        \n        .benefits-list {\n            padding-left: 25px;\n            margin-bottom: 25px;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 15px;\n            position: relative;\n            padding-left: 40px;\n            font-size: 18px;\n        }\n        \n        .benefits-list li:before {\n            content: \"✓\";\n            color: #27ae60;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            font-size: 24px;\n        }\n        \n        .applications {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application {\n            flex: 1;\n            min-width: 250px;\n            background: #e8f5e9;\n            border-radius: 10px;\n            padding: 20px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        }\n        \n        .application-icon {\n            font-size: 40px;\n            margin-bottom: 15px;\n            color: #2e7d32;\n        }\n        \n        .technical-box {\n            background: #fff3e0;\n            border-radius: 10px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px dashed #ff9800;\n        }\n        \n        .technical-box h3 {\n            color: #e65100;\n            margin-top: 0;\n            text-align: center;\n        }\n        \n        .comparison-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin: 40px 0;\n            align-items: center;\n        }\n        \n        .comparison-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .comparison-image {\n            flex: 1;\n            min-width: 300px;\n            background: #e3f2fd;\n            border-radius: 10px;\n            padding: 30px;\n            text-align: center;\n            font-size: 100px;\n            color: #3498db;\n        }\n        \n        .cta-box {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n        \n        .cta-heading {\n            font-size: 32px;\n            margin-top: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 28px;\n            }\n            \n            .product-subtitle {\n                font-size: 22px;\n            }\n            \n            .features-container {\n                flex-direction: column;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlight {\n                padding: 20px;\n                font-size: 18px;\n            }\n            \n            .comparison-section {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eLavex Hardwound Paper Towels\u003c\/h1\u003e\n        \n        \u003cdiv class=\"highlight\"\u003e\n            \u003cp\u003eAbsorb spills and dry freshly cleaned hands with these efficient, economical paper towels.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eKey Features\u003c\/h2\u003e\n        \n        \u003cdiv class=\"features-container\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n                \u003ch3\u003eNon-Perforated Design\u003c\/h3\u003e\n                \u003cp\u003eUsers can tear off exactly how much they need, minimizing waste\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                \u003ch3\u003eStrong \u0026amp; Absorbent\u003c\/h3\u003e\n                \u003cp\u003eHigh-quality construction for effective drying and spill absorption\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"feature-card\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💰\u003c\/div\u003e\n                \u003ch3\u003eBudget-Friendly\u003c\/h3\u003e\n                \u003cp\u003eExcellent quality at a price that won't break your budget\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specs-section\"\u003e\n            \u003ch2 class=\"product-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n            \n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003ch3\u003eDesign\u003c\/h3\u003e\n                    \u003cdiv class=\"spec-value\"\u003eHardwound Roll\u003c\/div\u003e\n                    \u003cp\u003eDurable construction for reliable performance\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003ch3\u003ePerforation\u003c\/h3\u003e\n                    \u003cdiv class=\"spec-value\"\u003eNon-Perforated\u003c\/div\u003e\n                    \u003cp\u003eCustomizable tear-off length reduces waste\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003ch3\u003eValue\u003c\/h3\u003e\n                    \u003cdiv class=\"spec-value\"\u003eCost-Effective\u003c\/div\u003e\n                    \u003cp\u003eHigh quality at an affordable price point\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eBenefits\u003c\/h2\u003e\n        \n        \u003cul class=\"benefits-list\"\u003e\n            \u003cli\u003eMinimizes waste with customizable tear-off length\u003c\/li\u003e\n            \u003cli\u003eReduces paper towel expenses by eliminating unnecessary usage\u003c\/li\u003e\n            \u003cli\u003eStrong and absorbent for effective drying and spill cleanup\u003c\/li\u003e\n            \u003cli\u003eVersatile enough for any facility environment\u003c\/li\u003e\n            \u003cli\u003eBudget-friendly solution without compromising quality\u003c\/li\u003e\n            \u003cli\u003eHardwound construction ensures durability and reliability\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"comparison-section\"\u003e\n            \u003cdiv class=\"comparison-content\"\u003e\n                \u003ch2 class=\"product-subtitle\"\u003eWaste Reduction Technology\u003c\/h2\u003e\n                \u003cp class=\"product-text\"\u003eThe non-perforated design of Lavex paper towels represents a significant advancement in waste reduction technology. Unlike traditional perforated towels that often result in wasted sheets, our design allows users to tear off exactly what they need.\u003c\/p\u003e\n                \u003cp class=\"product-text\"\u003eThis smart design not only helps the environment by reducing paper waste but also boosts your bottom line by extending the life of each roll.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"comparison-image\"\u003e\n                ♻️\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"product-subtitle\"\u003eIdeal For\u003c\/h2\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003cdiv class=\"application\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🚻\u003c\/div\u003e\n                \u003ch3\u003eRestrooms\u003c\/h3\u003e\n                \u003cp\u003eEffective hand drying in any bathroom facility\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"application\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🚰\u003c\/div\u003e\n                \u003ch3\u003eHandwashing Stations\u003c\/h3\u003e\n                \u003cp\u003eConvenient drying at dedicated cleaning areas\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"application\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🧽\u003c\/div\u003e\n                \u003ch3\u003eSpill Stations\u003c\/h3\u003e\n                \u003cp\u003eQuick absorption for accident cleanup\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"application\"\u003e\n                \u003cdiv class=\"application-icon\"\u003e🏭\u003c\/div\u003e\n                \u003ch3\u003eIndustrial Facilities\u003c\/h3\u003e\n                \u003cp\u003eDurable enough for demanding environments\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"technical-box\"\u003e\n            \u003ch3\u003eUsage Guidelines\u003c\/h3\u003e\n            \u003cp class=\"product-text\"\u003e\u003cstrong\u003eDispensing:\u003c\/strong\u003e Use with standard paper towel dispensers\u003c\/p\u003e\n            \u003cp class=\"product-text\"\u003e\u003cstrong\u003eStorage:\u003c\/strong\u003e Keep in a dry place to maintain integrity\u003c\/p\u003e\n            \u003cp class=\"product-text\"\u003e\u003cstrong\u003eReplacement:\u003c\/strong\u003e Easy to install with center-feed design\u003c\/p\u003e\n            \u003cp class=\"product-text\"\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Works with most standard roll holders\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-box\"\u003e\n            \u003ch2 class=\"cta-heading\"\u003eUpgrade Your Facility's Paper Towel Solution Today!\u003c\/h2\u003e\n            \u003cp class=\"product-text\"\u003eReduce waste, save money, and maintain cleanliness with Lavex Hardwound Paper Towels. The efficient solution for any facility that values both economy and performance.\u003c\/p\u003e\n            \u003cp class=\"product-text\"\u003eOrder now to start saving on your paper towel expenses!\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499814752340,"sku":null,"price":60.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1311088.jpg?v=1758356226"},{"product_id":"elegant-2-ply-paper-towel-roll-70-sheets-roll-30-case","title":"Elegant 2-Ply Paper Towel Roll, 70 Sheets\/Roll - 30\/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\u003eElegant 2-Ply Paper Towels\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;600;700\u0026family=Montserrat:wght@300;400;500;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #f9f9f9;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\n        }\n        \n        .product-header {\n            text-align: center;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ee 100%);\n            border-bottom: 1px solid #eee;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #7f8c8d;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            max-width: 400px;\n            height: 400px;\n            background: linear-gradient(45deg, #a1c4fd 0%, #c2e9fb 100%);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.2rem;\n            font-weight: 500;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8e8e8;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 30px;\n            position: relative;\n            border-bottom: 1px solid #f1f1f1;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #27ae60;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n        }\n        \n        .specs {\n            display: flex;\n            flex-wrap: wrap;\n            margin: 25px 0;\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n        }\n        \n        .spec-item {\n            flex: 1;\n            min-width: 200px;\n            padding: 10px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #7f8c8d;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .spec-value {\n            font-size: 1.1rem;\n            color: #2c3e50;\n            margin-top: 5px;\n            font-weight: 500;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #3498db;\n        }\n        \n        .benefit h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 40px 20px;\n            background: #2c3e50;\n            color: white;\n            border-radius: 0 0 12px 12px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 15px 40px;\n            background: #e74c3c;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            border-radius: 50px;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #c0392b;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .product-content {\n                padding: 15px;\n            }\n            \n            .product-image, .product-details {\n                min-width: 100%;\n            }\n            \n            .image-placeholder {\n                height: 300px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eElegant 2-Ply Paper Towel Roll\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003ePremium quality paper towels that combine strength, absorbency, and softness for all your cleaning needs\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eSuperior absorbency for quick spill cleanups\u003c\/li\u003e\n                        \u003cli\u003e2-ply construction for added strength and durability\u003c\/li\u003e\n                        \u003cli\u003eSoft yet strong texture, gentle on surfaces\u003c\/li\u003e\n                        \u003cli\u003eLarge 11\" x 8\" sheet size for maximum coverage\u003c\/li\u003e\n                        \u003cli\u003eConvenient roll design for easy storage and access\u003c\/li\u003e\n                        \u003cli\u003ePerfect for kitchen, bathroom, and general household use\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eSheet Size\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e11\" x 8\"\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003ePly\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e2-Ply\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eAbsorbency\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eHigh\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n                        \u003ch3\u003eHighly Absorbent\u003c\/h3\u003e\n                        \u003cp\u003eQuickly soaks up spills and messes with minimal effort\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e🔄\u003c\/div\u003e\n                        \u003ch3\u003eDurable\u003c\/h3\u003e\n                        \u003cp\u003eStrong 2-ply construction prevents tearing during use\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e✨\u003c\/div\u003e\n                        \u003ch3\u003eVersatile\u003c\/h3\u003e\n                        \u003cp\u003ePerfect for cleaning, drying, and all household tasks\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eExperience the Elegant Difference\u003c\/h2\u003e\n            \u003cp\u003eUpgrade your home with our premium paper towels today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499823992916,"sku":null,"price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2677172.jpg?v=1759133676"},{"product_id":"lavex-3-1-2-x-4-1-4-individually-wrapped-2-ply-standard-500-sheet-toilet-paper-roll-96-case","title":"3 1\/2\" x 4 1\/4\" Individually-Wrapped 2-Ply Standard 500 Sheet Toilet Paper Roll - 96\/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\u003eLavex 2-Ply Individually Wrapped Toilet Paper\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6580 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            max-width: 450px;\n            height: 400px;\n            background: linear-gradient(45deg, #e6f0ff 0%, #c9e2ff 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #2c3e50;\n            font-size: 1.2rem;\n            font-weight: 500;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 100px;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.3);\n            transform: skewX(-20deg);\n            animation: shine 3s infinite linear;\n        }\n        \n        @keyframes shine {\n            0% { left: -100px; }\n            20% { left: 100%; }\n            100% { left: 100%; }\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        h2 {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8e8e8;\n            font-weight: 600;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f1f1f1;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #27ae60;\n            position: absolute;\n            left: 15px;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs {\n            display: flex;\n            flex-wrap: wrap;\n            margin: 25px 0;\n            background: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #4a6580;\n        }\n        \n        .spec-item {\n            flex: 1;\n            min-width: 200px;\n            padding: 10px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #4a6580;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .spec-value {\n            font-size: 1.1rem;\n            color: #2c3e50;\n            margin-top: 5px;\n            font-weight: 500;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 4px solid #4a6580;\n        }\n        \n        .benefit:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #4a6580;\n        }\n        \n        .benefit h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c3e50;\n        }\n        \n        .applications {\n            background: #f8f9fa;\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .application-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .application-item {\n            flex: 1;\n            min-width: 200px;\n            display: flex;\n            align-items: center;\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .app-icon {\n            font-size: 1.8rem;\n            margin-right: 15px;\n            color: #4a6580;\n        }\n        \n        .pricing {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, #4a6580 0%, #2c3e50 100%);\n            color: white;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin: 15px 0;\n        }\n        \n        .price-note {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 40px 20px;\n            background: #2c3e50;\n            color: white;\n            border-radius: 0 0 10px 10px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 15px 40px;\n            background: #e74c3c;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            border-radius: 50px;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #c0392b;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);\n        }\n        \n        .guarantee {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 20px;\n            gap: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                padding: 15px;\n            }\n            \n            .product-image, .product-details {\n                min-width: 100%;\n            }\n            \n            .image-placeholder {\n                height: 300px;\n            }\n            \n            .benefit {\n                min-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eLavex 2-Ply Individually Wrapped Toilet Paper\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eThe economical bulk solution for businesses, restaurants, and schools\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eIndividually wrapped for hygiene and convenience\u003c\/li\u003e\n                        \u003cli\u003e2-ply construction for softness and strength\u003c\/li\u003e\n                        \u003cli\u003eBulk quantity for cost-effective purchasing\u003c\/li\u003e\n                        \u003cli\u003eEasy to store and distribute\u003c\/li\u003e\n                        \u003cli\u003ePerfect for high-traffic restrooms\u003c\/li\u003e\n                        \u003cli\u003eReliable quality your guests will appreciate\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003ePly\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e2-Ply\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003ePackaging\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eIndividual Wraps\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eIdeal For\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eHigh-Use Facilities\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-hand-holding-usd\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eCost Effective\u003c\/h3\u003e\n                        \u003cp\u003eBulk purchasing saves money for your business\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eHygienic\u003c\/h3\u003e\n                        \u003cp\u003eIndividual wrapping keeps rolls clean and protected\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-store\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eEasy Storage\u003c\/h3\u003e\n                        \u003cp\u003eCompact design allows for efficient storage\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2\u003ePerfect For These Applications\u003c\/h2\u003e\n            \u003cdiv class=\"application-list\"\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eRestaurants \u0026amp; Cafes\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eOffice Buildings\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-school\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eSchools \u0026amp; Universities\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-hospital\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eHealthcare Facilities\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-hotel\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eHotels \u0026amp; Motels\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-store\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eRetail Stores\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pricing\"\u003e\n            \u003ch2\u003eBulk Pricing Available\u003c\/h2\u003e\n            \u003cp\u003eContact us for volume discounts and wholesale pricing\u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e$0.35 \u003cspan class=\"price-note\"\u003eper roll\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cp\u003eMinimum order: 100 rolls\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eKeep Your Restrooms Fully Stocked\u003c\/h2\u003e\n            \u003cp\u003eOrder today and ensure your facilities are always prepared\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eRequest Bulk Quote\u003c\/a\u003e\n            \u003cdiv class=\"guarantee\"\u003e\n                \u003ci class=\"fas fa-truck\"\u003e\u003c\/i\u003e\n                \u003cp\u003eFree shipping on orders over 500 rolls\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499832381524,"sku":null,"price":86.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2681786.jpg?v=1758356665"},{"product_id":"lavex-natural-brown-kraft-m-fold-multifold-towel-4-000-case-1","title":"Natural Brown Kraft M-Fold (Multifold) Towel - 4,000\/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\u003eLavex Brown Kraft M-Fold Paper Towel\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #5d4037 0%, #8d6e63 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            max-width: 450px;\n            height: 400px;\n            background: linear-gradient(45deg, #d7ccc8 0%, #bcaaa4 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #5d4037;\n            font-size: 1.2rem;\n            font-weight: 500;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 100px;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.3);\n            transform: skewX(-20deg);\n            animation: shine 3s infinite linear;\n        }\n        \n        @keyframes shine {\n            0% { left: -100px; }\n            20% { left: 100%; }\n            100% { left: 100%; }\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        h2 {\n            font-size: 1.8rem;\n            color: #5d4037;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8e8e8;\n            font-weight: 600;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f1f1f1;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #388e3c;\n            position: absolute;\n            left: 15px;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs {\n            display: flex;\n            flex-wrap: wrap;\n            margin: 25px 0;\n            background: #f5f5f5;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #8d6e63;\n        }\n        \n        .spec-item {\n            flex: 1;\n            min-width: 200px;\n            padding: 10px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #5d4037;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .spec-value {\n            font-size: 1.1rem;\n            color: #5d4037;\n            margin-top: 5px;\n            font-weight: 500;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 4px solid #8d6e63;\n        }\n        \n        .benefit:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #8d6e63;\n        }\n        \n        .benefit h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #5d4037;\n        }\n        \n        .applications {\n            background: #efebe9;\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .application-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .application-item {\n            flex: 1;\n            min-width: 200px;\n            display: flex;\n            align-items: center;\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .app-icon {\n            font-size: 1.8rem;\n            margin-right: 15px;\n            color: #8d6e63;\n        }\n        \n        .pricing {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, #8d6e63 0%, #5d4037 100%);\n            color: white;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin: 15px 0;\n        }\n        \n        .price-note {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n        \n        .usage-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .usage-item {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .usage-item h3 {\n            color: #5d4037;\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 40px 20px;\n            background: #5d4037;\n            color: white;\n            border-radius: 0 0 10px 10px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 15px 40px;\n            background: #388e3c;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            border-radius: 50px;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(56, 142, 60, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #2e7d32;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(56, 142, 60, 0.4);\n        }\n        \n        .guarantee {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 20px;\n            gap: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                padding: 15px;\n            }\n            \n            .product-image, .product-details {\n                min-width: 100%;\n            }\n            \n            .image-placeholder {\n                height: 300px;\n            }\n            \n            .benefit {\n                min-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eLavex Brown Kraft M-Fold Paper Towel\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eHighly absorbent M-fold towels for restaurants, hotels, and cafes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eHighly absorbent brown kraft material\u003c\/li\u003e\n                        \u003cli\u003eConvenient M-fold design for easy dispensing\u003c\/li\u003e\n                        \u003cli\u003eSpace-saving inner packaging for storage\u003c\/li\u003e\n                        \u003cli\u003eDurable 1-ply construction\u003c\/li\u003e\n                        \u003cli\u003eMulti-purpose use for hand drying and spill cleanup\u003c\/li\u003e\n                        \u003cli\u003eEco-friendly brown kraft material\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eMaterial\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eBrown Kraft Paper\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003ePly\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003e1-Ply\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eFold Style\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eM-Fold\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-tint\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eHighly Absorbent\u003c\/h3\u003e\n                        \u003cp\u003eQuickly soaks up liquids and dries hands efficiently\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-box-open\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eEasy Storage\u003c\/h3\u003e\n                        \u003cp\u003eSpace-saving packaging maximizes storage efficiency\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-hands\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eUser-Friendly\u003c\/h3\u003e\n                        \u003cp\u003eM-fold design allows for easy dispensing and use\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n            \u003cdiv class=\"application-list\"\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eRestaurants \u0026amp; Cafes\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-hotel\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eHotels \u0026amp; Resorts\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-coffee\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eCoffee Shops\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eOffice Buildings\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-school\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eSchools \u0026amp; Universities\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-hospital\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eHealthcare Facilities\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"usage-section\"\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003ch3\u003eFor Hand Drying\u003c\/h3\u003e\n                \u003cp\u003eThe M-fold design allows guests and staff to quickly grab towels for efficient hand drying. The highly absorbent material ensures hands are dried thoroughly with just one or two towels.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"usage-item\"\u003e\n                \u003ch3\u003eFor Spill Cleanup\u003c\/h3\u003e\n                \u003cp\u003eThese durable towels aren't just for hand drying. Their strength and absorbency make them perfect for quickly cleaning up spills in kitchens, dining areas, and restrooms.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pricing\"\u003e\n            \u003ch2\u003eBulk Pricing Available\u003c\/h2\u003e\n            \u003cp\u003ePerfect for high-volume usage in commercial settings\u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e$0.12 \u003cspan class=\"price-note\"\u003eper towel\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cp\u003eCase quantities available - contact for bulk pricing\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eUpgrade Your Facility's Paper Towel Solution\u003c\/h2\u003e\n            \u003cp\u003eProvide your guests and staff with high-quality, absorbent paper towels\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n            \u003cdiv class=\"guarantee\"\u003e\n                \u003ci class=\"fas fa-shipping-fast\"\u003e\u003c\/i\u003e\n                \u003cp\u003eFree shipping on orders over $500\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499839361108,"sku":null,"price":43.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2406065_70c3cbb8-1f7d-4506-ad94-8688cfdfe37d.jpg?v=1758356881"},{"product_id":"lavex-8-natural-kraft-hardwound-paper-towel-800-feet-roll-6-case-1","title":"8\" Natural Kraft Hardwound Paper Towel, 800 Feet \/ Roll - 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\u003eLavex Hardwound Paper Towels\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c5c3f 0%, #4a8e68 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            display: flex;\n            flex-wrap: wrap;\n            padding: 30px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            max-width: 450px;\n            height: 400px;\n            background: linear-gradient(45deg, #d4edda 0%, #a8e6cf 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #2c5c3f;\n            font-size: 1.2rem;\n            font-weight: 500;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .image-placeholder:before {\n            content: \"\";\n            position: absolute;\n            width: 100px;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.3);\n            transform: skewX(-20deg);\n            animation: shine 3s infinite linear;\n        }\n        \n        @keyframes shine {\n            0% { left: -100px; }\n            20% { left: 100%; }\n            100% { left: 100%; }\n        }\n        \n        .product-details {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n        }\n        \n        .features {\n            margin-bottom: 30px;\n        }\n        \n        h2 {\n            font-size: 1.8rem;\n            color: #2c5c3f;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8e8e8;\n            font-weight: 600;\n        }\n        \n        .feature-list {\n            list-style-type: none;\n        }\n        \n        .feature-list li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            border-bottom: 1px solid #f1f1f1;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #28a745;\n            position: absolute;\n            left: 15px;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .specs {\n            display: flex;\n            flex-wrap: wrap;\n            margin: 25px 0;\n            background: #f0f9f4;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #4a8e68;\n        }\n        \n        .spec-item {\n            flex: 1;\n            min-width: 200px;\n            padding: 10px;\n        }\n        \n        .spec-title {\n            font-weight: 600;\n            color: #2c5c3f;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .spec-value {\n            font-size: 1.1rem;\n            color: #2c5c3f;\n            margin-top: 5px;\n            font-weight: 500;\n        }\n        \n        .benefits {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .benefit {\n            flex: 1;\n            min-width: 250px;\n            padding: 25px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n            border-top: 4px solid #4a8e68;\n        }\n        \n        .benefit:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            color: #4a8e68;\n        }\n        \n        .benefit h3 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: #2c5c3f;\n        }\n        \n        .applications {\n            background: #e8f5ee;\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .application-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .application-item {\n            flex: 1;\n            min-width: 200px;\n            display: flex;\n            align-items: center;\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .app-icon {\n            font-size: 1.8rem;\n            margin-right: 15px;\n            color: #4a8e68;\n        }\n        \n        .eco-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .eco-item {\n            flex: 1;\n            min-width: 300px;\n            padding: 20px;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            display: flex;\n            align-items: center;\n        }\n        \n        .eco-icon {\n            font-size: 2.5rem;\n            margin-right: 20px;\n            color: #4a8e68;\n        }\n        \n        .eco-content h3 {\n            color: #2c5c3f;\n            margin-bottom: 10px;\n        }\n        \n        .pricing {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, #4a8e68 0%, #2c5c3f 100%);\n            color: white;\n            border-radius: 8px;\n            margin: 30px 0;\n        }\n        \n        .price {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin: 15px 0;\n        }\n        \n        .price-note {\n            font-size: 1rem;\n            opacity: 0.9;\n        }\n        \n        .waste-comparison {\n            background: #f8f9fa;\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .comparison-container {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 20px;\n        }\n        \n        .comparison-item {\n            flex: 1;\n            min-width: 250px;\n            padding: 20px;\n            border-radius: 8px;\n            background: white;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n        }\n        \n        .comparison-item.bad {\n            border-top: 4px solid #dc3545;\n        }\n        \n        .comparison-item.good {\n            border-top: 4px solid #28a745;\n        }\n        \n        .comparison-icon {\n            font-size: 2rem;\n            margin-bottom: 15px;\n        }\n        \n        .bad .comparison-icon {\n            color: #dc3545;\n        }\n        \n        .good .comparison-icon {\n            color: #28a745;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 40px 20px;\n            background: #2c5c3f;\n            color: white;\n            border-radius: 0 0 10px 10px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 15px 40px;\n            background: #fd7e14;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            border-radius: 50px;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(253, 126, 20, 0.3);\n        }\n        \n        .cta-button:hover {\n            background: #e76a00;\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(253, 126, 20, 0.4);\n        }\n        \n        .guarantee {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 20px;\n            gap: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n            \n            .product-content {\n                padding: 15px;\n            }\n            \n            .product-image, .product-details {\n                min-width: 100%;\n            }\n            \n            .image-placeholder {\n                height: 300px;\n            }\n            \n            .benefit {\n                min-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eLavex Hardwound Paper Towels\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eEco-friendly, non-perforated kraft paper towels that minimize waste\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003ch2\u003eProduct Features\u003c\/h2\u003e\n                    \u003cul class=\"feature-list\"\u003e\n                        \u003cli\u003eHardwound roll with non-perforated design\u003c\/li\u003e\n                        \u003cli\u003eUsers tear off exactly what they need\u003c\/li\u003e\n                        \u003cli\u003eMinimizes waste and reduces costs\u003c\/li\u003e\n                        \u003cli\u003eMade of eco-friendly kraft paper\u003c\/li\u003e\n                        \u003cli\u003eStrong and highly absorbent\u003c\/li\u003e\n                        \u003cli\u003eBudget-friendly pricing\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"specs\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eMaterial\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eEco-Friendly Kraft Paper\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eRoll Type\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eHardwound\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-title\"\u003eDesign\u003c\/div\u003e\n                        \u003cdiv class=\"spec-value\"\u003eNon-Perforated\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eEco-Friendly\u003c\/h3\u003e\n                        \u003cp\u003eMade from sustainable kraft paper\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-money-bill-wave\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eCost Effective\u003c\/h3\u003e\n                        \u003cp\u003eReduces waste and saves money\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\u003ci class=\"fas fa-tint\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003ch3\u003eHighly Absorbent\u003c\/h3\u003e\n                        \u003cp\u003eEffective for spills and hand drying\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"applications\"\u003e\n            \u003ch2\u003ePerfect For These Locations\u003c\/h2\u003e\n            \u003cdiv class=\"application-list\"\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-restroom\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eBathrooms \u0026amp; Restrooms\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-hand-paper\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eHandwashing Stations\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-soap\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eCleaning Stations\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eKitchens \u0026amp; Food Service\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-industry\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eIndustrial Facilities\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"application-item\"\u003e\n                    \u003cdiv class=\"app-icon\"\u003e\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003eOffice Buildings\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"eco-section\"\u003e\n            \u003cdiv class=\"eco-item\"\u003e\n                \u003cdiv class=\"eco-icon\"\u003e\u003ci class=\"fas fa-recycle\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                \u003cdiv class=\"eco-content\"\u003e\n                    \u003ch3\u003eEco-Friendly Material\u003c\/h3\u003e\n                    \u003cp\u003eOur paper towels are made from sustainable kraft paper, making them an environmentally responsible choice for your business.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"eco-item\"\u003e\n                \u003cdiv class=\"eco-icon\"\u003e\u003ci class=\"fas fa-trash-alt\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                \u003cdiv class=\"eco-content\"\u003e\n                    \u003ch3\u003eReduces Waste\u003c\/h3\u003e\n                    \u003cp\u003eThe non-perforated design allows users to tear off only what they need, significantly reducing paper waste compared to perforated towels.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"waste-comparison\"\u003e\n            \u003ch2\u003eMinimize Waste, Maximize Savings\u003c\/h2\u003e\n            \u003cdiv class=\"comparison-container\"\u003e\n                \u003cdiv class=\"comparison-item bad\"\u003e\n                    \u003cdiv class=\"comparison-icon\"\u003e\u003ci class=\"fas fa-times-circle\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003ch3\u003ePerforated Towels\u003c\/h3\u003e\n                    \u003cp\u003eFixed sheet sizes often lead to wasted paper when users take more than needed\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"comparison-item good\"\u003e\n                    \u003cdiv class=\"comparison-icon\"\u003e\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003ch3\u003eLavex Non-Perforated\u003c\/h3\u003e\n                    \u003cp\u003eUsers tear off exactly what they need, reducing waste by up to 30%\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"pricing\"\u003e\n            \u003ch2\u003eBudget-Friendly Pricing\u003c\/h2\u003e\n            \u003cp\u003eHigh quality doesn't have to mean high prices\u003c\/p\u003e\n            \u003cdiv class=\"price\"\u003e$0.09 \u003cspan class=\"price-note\"\u003eper roll\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cp\u003eBulk discounts available for large orders\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta-section\"\u003e\n            \u003ch2\u003eUpgrade Your Paper Towel Solution Today\u003c\/h2\u003e\n            \u003cp\u003eReduce waste, save money, and make an eco-friendly choice\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eOrder Now\u003c\/a\u003e\n            \u003cdiv class=\"guarantee\"\u003e\n                \u003ci class=\"fas fa-shipping-fast\"\u003e\u003c\/i\u003e\n                \u003cp\u003eFree shipping on orders over $300\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499846406228,"sku":null,"price":48.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3007432_d31977fe-c27e-43ea-9880-515a93cfa46a.jpg?v=1758357072"},{"product_id":"lavex-8-white-hardwound-paper-towel-800-feet-roll-6-case-1","title":"8\" White Hardwound Paper Towel, 800 Feet \/ Roll - 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\u003eLavex Paper Towels - Premium Absorbent Towels\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Open+Sans:wght@300;400;600\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Open Sans', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #f9f9f9;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #0d47a1 0%, #1976d2 100%);\n            color: white;\n            padding: 25px;\n            text-align: center;\n        }\n        \n        h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n        }\n        \n        .tagline {\n            font-weight: 300;\n            font-size: 1.2rem;\n            opacity: 0.9;\n        }\n        \n        .product-content {\n            padding: 30px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin: 30px 0;\n        }\n        \n        .feature {\n            background: #f8fafc;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 2.5rem;\n            color: #1976d2;\n            margin-bottom: 15px;\n        }\n        \n        .feature h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.3rem;\n            margin-bottom: 12px;\n            color: #0d47a1;\n        }\n        \n        .benefits-section {\n            background: #e3f2fd;\n            padding: 30px;\n            border-radius: 10px;\n            margin: 40px 0;\n        }\n        \n        .benefits-section h2 {\n            font-family: 'Montserrat', sans-serif;\n            color: #0d47a1;\n            text-align: center;\n            margin-bottom: 25px;\n            font-size: 1.8rem;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n        }\n        \n        .benefits-list li {\n            padding: 12px 0;\n            padding-left: 30px;\n            position: relative;\n            border-bottom: 1px solid #bbdefb;\n        }\n        \n        .benefits-list li:before {\n            content: \"✓\";\n            color: #4caf50;\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .use-cases {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-around;\n            gap: 20px;\n            margin: 40px 0;\n        }\n        \n        .use-case {\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 8px;\n        }\n        \n        .use-case i {\n            font-size: 2rem;\n            color: #1976d2;\n            margin-bottom: 15px;\n        }\n        \n        .pricing {\n            text-align: center;\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            padding: 25px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .pricing h2 {\n            font-family: 'Montserrat', sans-serif;\n            color: #2e7d32;\n            margin-bottom: 15px;\n        }\n        \n        .price {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1b5e20;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2rem;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .use-cases {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\"\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eLavex Paper Towels\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003ePremium Absorbency \u0026amp; Minimal Waste\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cp\u003eAbsorb spills and dry freshly cleaned hands with these premium Lavex paper towels. Designed for efficiency and economy, these hardwound rolls feature a non-perforated design that allows users to tear off exactly what they need, minimizing waste and maximizing your budget.\u003c\/p\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-tint-slash\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eSuperior Absorbency\u003c\/h3\u003e\n                    \u003cp\u003eQuickly and effectively absorbs liquids and spills, keeping your spaces clean and safe.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-cut\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eNon-Perforated Design\u003c\/h3\u003e\n                    \u003cp\u003eUsers can tear off exactly the amount they need, reducing waste and saving money.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eDurable \u0026amp; Strong\u003c\/h3\u003e\n                    \u003cp\u003eHigh-quality construction ensures these towels stay intact even when wet.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefits-section\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eMinimizes waste with customizable tear-off sizes\u003c\/li\u003e\n                    \u003cli\u003eCost-effective solution for high-volume environments\u003c\/li\u003e\n                    \u003cli\u003eReliable performance for spills and hand drying\u003c\/li\u003e\n                    \u003cli\u003eFits standard dispensers for easy implementation\u003c\/li\u003e\n                    \u003cli\u003eBudget-friendly without compromising quality\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 style=\"text-align: center; font-family: 'Montserrat', sans-serif; color: #0d47a1; margin: 30px 0;\"\u003ePerfect For Various Settings\u003c\/h2\u003e\n            \u003cdiv class=\"use-cases\"\u003e\n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci class=\"fas fa-restroom\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eBathrooms\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for hand drying in high-traffic restrooms\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci class=\"fas fa-faucet\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eHandwashing Stations\u003c\/h3\u003e\n                    \u003cp\u003eEffective drying at sinks and wash stations\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"use-case\"\u003e\n                    \u003ci class=\"fas fa-soap\"\u003e\u003c\/i\u003e\n                    \u003ch3\u003eSpill Stations\u003c\/h3\u003e\n                    \u003cp\u003eQuick cleanup for accidents and spills\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"pricing\"\u003e\n                \u003ch2\u003eBudget-Friendly Pricing\u003c\/h2\u003e\n                \u003cp\u003eHigh-quality performance at a price that won't break your budget\u003c\/p\u003e\n                \u003cp class=\"price\"\u003eCost-Effective Solutions\u003c\/p\u003e\n                \u003cp\u003eAvailable in various quantities to meet your specific needs\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499857842260,"sku":null,"price":60.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1311088_ef0be529-4e06-423a-b9fa-09bcc5670c98.jpg?v=1758357322"},{"product_id":"noble-powder-free-disposable-blue-vinyl-gloves-for-foodservice-1-000-case","title":"Powder-Free Disposable Blue Vinyl Gloves for Foodservice - 1,000\/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\u003eNoble Powder-Free Vinyl Gloves - Disposable Safety Gloves\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8fafc;\n            color: #334155;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: linear-gradient(to bottom, #ffffff, #f1f5f9);\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px auto;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #ef4444;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n        }\n        \n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .tagline {\n            font-size: 1.3rem;\n            font-weight: 300;\n            opacity: 0.95;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .intro {\n            font-size: 1.2rem;\n            text-align: center;\n            margin-bottom: 40px;\n            color: #475569;\n            padding: 0 20px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n        \n        .feature {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-align: center;\n            border-top: 5px solid #3b82f6;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            color: #3b82f6;\n            margin-bottom: 20px;\n        }\n        \n        .feature h3 {\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #1d4ed8;\n        }\n        \n        .applications {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-around;\n            gap: 25px;\n            margin: 50px 0;\n        }\n        \n        .application {\n            flex: 1;\n            min-width: 250px;\n            background: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            color: #3b82f6;\n            margin-bottom: 20px;\n        }\n        \n        .application h3 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: #1d4ed8;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n        }\n        \n        .benefits-section h2 {\n            text-align: center;\n            color: #1d4ed8;\n            margin-bottom: 30px;\n            font-size: 2rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .benefit {\n            background: white;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #3b82f6;\n            flex-shrink: 0;\n        }\n        \n        .specs-section {\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            margin: 50px 0;\n        }\n        \n        .specs-section h2 {\n            text-align: center;\n            color: #1d4ed8;\n            margin-bottom: 35px;\n            font-size: 2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .spec-item {\n            background: #f8fafc;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);\n            text-align: center;\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #3b82f6;\n            margin-bottom: 15px;\n        }\n        \n        .spec-item h3 {\n            color: #1d4ed8;\n            margin-bottom: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .compliance-section {\n            background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n            text-align: center;\n        }\n        \n        .compliance-section h2 {\n            color: #166534;\n            margin-bottom: 20px;\n            font-size: 2rem;\n        }\n        \n        .compliance-section p {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .compliance-icon {\n            font-size: 3rem;\n            color: #166534;\n            margin-bottom: 20px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .tagline {\n                font-size: 1.1rem;\n            }\n            \n            .product-content {\n                padding: 25px;\n            }\n            \n            .features-grid, .benefits-grid, .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"product-badge\"\u003ePowder-Free\u003c\/div\u003e\n            \u003ch1\u003eNoble Vinyl Gloves\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003eDisposable Powder-Free Gloves for Food Safety \u0026amp; Sanitation\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cp class=\"intro\"\u003eMaintain a safe and sanitary work environment with these premium powder-free disposable vinyl gloves. Essential for food safety and compliance.\u003c\/p\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003e3 Mil Thickness\u003c\/h3\u003e\n                    \u003cp\u003eDurable 3 mil thick vinyl construction provides reliable protection and tear resistance for various tasks.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-heart\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003ePowder-Free\u003c\/h3\u003e\n                    \u003cp\u003eNo powder residue means cleaner workspaces and reduced risk of contamination in sensitive environments.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-hands\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eComfortable Fit\u003c\/h3\u003e\n                    \u003cp\u003eDesigned for extended wear comfort with flexibility that allows for natural hand movement.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefits-section\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cdiv class=\"benefits-grid\"\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eMaintains food safety standards and prevents cross-contamination\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eEnsures compliance with health code regulations\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eVersatile applications across multiple industries\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eCost-effective protection for staff and products\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 style=\"text-align: center; color: #1d4ed8; margin: 40px 0 30px;\"\u003eIdeal For These Applications\u003c\/h2\u003e\n            \u003cdiv class=\"applications\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eFood Handling\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for food preparation, serving, and packaging operations\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-soap\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eJanitorial Services\u003c\/h3\u003e\n                    \u003cp\u003eEssential for cleaning staff and sanitation workers\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-briefcase-medical\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eLight Medical Use\u003c\/h3\u003e\n                    \u003cp\u003eSuitable for first aid and non-hazardous medical applications\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"specs-section\"\u003e\n                \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-ruler\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eThickness\u003c\/h3\u003e\n                        \u003cp\u003e3 mil vinyl\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eMaterial\u003c\/h3\u003e\n                        \u003cp\u003ePremium vinyl\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-box\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003ePackaging\u003c\/h3\u003e\n                        \u003cp\u003eAvailable in multiple sizes and quantities\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eFeatures\u003c\/h3\u003e\n                        \u003cp\u003ePowder-free, ambidextrous, disposable\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"compliance-section\"\u003e\n                \u003cdiv class=\"compliance-icon\"\u003e\n                    \u003ci class=\"fas fa-clipboard-check\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003ch2\u003eHealth Code Compliance\u003c\/h2\u003e\n                \u003cp\u003eThese Noble vinyl gloves help keep your staff in compliance with health code regulations at all times. Safe food handling depends on a properly-gloved staff, and these gloves provide the protection needed for various food service and sanitation applications.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499858497620,"sku":null,"price":45.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2531387.jpg?v=1758357821"},{"product_id":"lavex-lil-herc-33-gallon-1-2-mil-33-x-39-low-density-medium-duty-black-trash-bag-can-liner-100-case","title":"Li'l Herc 33 Gallon 1.2 Mil 33\" x 39\" Low-Density Medium-Duty Black Trash Bag \/ Can Liner - 100\/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\u003eLavex Li'l Herc Trash Bags - Medium-Duty Waste Solution\u003c\/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8fafc;\n            color: #334155;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: linear-gradient(to bottom, #ffffff, #f1f5f9);\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n            margin: 20px auto;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #059669 0%, #047857 100%);\n            color: white;\n            padding: 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: #f97316;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 14px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n        }\n        \n        h1 {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);\n        }\n        \n        .tagline {\n            font-size: 1.3rem;\n            font-weight: 300;\n            opacity: 0.95;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .intro {\n            font-size: 1.2rem;\n            text-align: center;\n            margin-bottom: 40px;\n            color: #475569;\n            padding: 0 20px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n        \n        .feature {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-align: center;\n            border-top: 5px solid #059669;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-icon {\n            font-size: 2.8rem;\n            color: #059669;\n            margin-bottom: 20px;\n        }\n        \n        .feature h3 {\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: #065f46;\n        }\n        \n        .applications {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-around;\n            gap: 25px;\n            margin: 50px 0;\n        }\n        \n        .application {\n            flex: 1;\n            min-width: 250px;\n            background: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n        \n        .application-icon {\n            font-size: 2.5rem;\n            color: #059669;\n            margin-bottom: 20px;\n        }\n        \n        .application h3 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: #065f46;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n        }\n        \n        .benefits-section h2 {\n            text-align: center;\n            color: #065f46;\n            margin-bottom: 30px;\n            font-size: 2rem;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .benefit {\n            background: white;\n            padding: 20px;\n            border-radius: 10px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        \n        .benefit-icon {\n            font-size: 1.8rem;\n            color: #059669;\n            flex-shrink: 0;\n        }\n        \n        .specs-section {\n            background: white;\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            margin: 50px 0;\n        }\n        \n        .specs-section h2 {\n            text-align: center;\n            color: #065f46;\n            margin-bottom: 35px;\n            font-size: 2rem;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n        }\n        \n        .spec-item {\n            background: #f8fafc;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);\n            text-align: center;\n        }\n        \n        .spec-icon {\n            font-size: 2.2rem;\n            color: #059669;\n            margin-bottom: 15px;\n        }\n        \n        .spec-item h3 {\n            color: #065f46;\n            margin-bottom: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .environment-section {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n            text-align: center;\n            border: 2px dashed #059669;\n        }\n        \n        .environment-section h2 {\n            color: #065f46;\n            margin-bottom: 20px;\n            font-size: 2rem;\n        }\n        \n        .environment-section p {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .environment-icon {\n            font-size: 3rem;\n            color: #059669;\n            margin-bottom: 20px;\n        }\n        \n        .value-proposition {\n            text-align: center;\n            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n        }\n        \n        .value-proposition h2 {\n            color: #92400e;\n            margin-bottom: 15px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .tagline {\n                font-size: 1.1rem;\n            }\n            \n            .product-content {\n                padding: 25px;\n            }\n            \n            .features-grid, .benefits-grid, .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .applications {\n                flex-direction: column;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"product-badge\"\u003eEco-Friendly\u003c\/div\u003e\n            \u003ch1\u003eLavex Li'l Herc Trash Bags\u003c\/h1\u003e\n            \u003cp class=\"tagline\"\u003e33 Gallon Medium-Duty Black Can Liners for Waste Management\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cp class=\"intro\"\u003eChoose the economical and strong 33 gallon Lavex Li'l Herc medium-duty black trash bags for all your waste collection needs.\u003c\/p\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eMedium-Duty Strength\u003c\/h3\u003e\n                    \u003cp\u003eDurable construction provides reliable containment for various types of waste without tearing or leaking.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003e33 Gallon Capacity\u003c\/h3\u003e\n                    \u003cp\u003ePerfect standard size for most commercial waste containers, holding substantial volume without overfilling.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e\n                        \u003ci class=\"fas fa-tag\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eEconomical Value\u003c\/h3\u003e\n                    \u003cp\u003eCost-effective solution that doesn't compromise on quality, providing excellent value for money.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"benefits-section\"\u003e\n                \u003ch2\u003eKey Benefits\u003c\/h2\u003e\n                \u003cdiv class=\"benefits-grid\"\u003e\n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eTrusted Lavex brand quality and reliability\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eVersatile enough for various commercial applications\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eStrong enough to handle typical waste collection needs\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"benefit\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e\n                            \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003eCost-effective solution for budget-conscious businesses\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 style=\"text-align: center; color: #065f46; margin: 40px 0 30px;\"\u003ePerfect For These Applications\u003c\/h2\u003e\n            \u003cdiv class=\"applications\"\u003e\n                \u003cdiv class=\"application\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-glass-martini-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eBars \u0026amp; Restaurants\u003c\/h3\u003e\n                    \u003cp\u003eIdeal for busy food and beverage establishments with high waste volume\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eCommercial Kitchens\u003c\/h3\u003e\n                    \u003cp\u003ePerfect for food preparation areas and kitchen waste containment\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"application\"\u003e\n                    \u003cdiv class=\"application-icon\"\u003e\n                        \u003ci class=\"fas fa-calendar-alt\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003ch3\u003eCatered Events\u003c\/h3\u003e\n                    \u003cp\u003eExcellent for temporary events and catering operations\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"specs-section\"\u003e\n                \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n                \u003cdiv class=\"specs-grid\"\u003e\n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-weight\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eCapacity\u003c\/h3\u003e\n                        \u003cp\u003e33 gallons\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-layer-group\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eMaterial\u003c\/h3\u003e\n                        \u003cp\u003eLow-density polyethylene\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003eColor\u003c\/h3\u003e\n                        \u003cp\u003eBlack\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"spec-item\"\u003e\n                        \u003cdiv class=\"spec-icon\"\u003e\n                            \u003ci class=\"fas fa-boxes\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3\u003ePackaging\u003c\/h3\u003e\n                        \u003cp\u003eAvailable in various case quantities\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"value-proposition\"\u003e\n                \u003ch2\u003e\n\u003ci class=\"fas fa-dollar-sign\"\u003e\u003c\/i\u003e Economical Solution\u003c\/h2\u003e\n                \u003cp\u003eGet all the benefits of a traditional low-density liner at a budget-friendly price point, helping you manage costs without sacrificing quality.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"environment-section\"\u003e\n                \u003cdiv class=\"environment-icon\"\u003e\n                    \u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n                \u003ch2\u003eEnvironmentally Conscious\u003c\/h2\u003e\n                \u003cp\u003eThese Lavex Li'l Herc trash bags are environmentally-friendly, allowing you to effectively manage waste while reducing your ecological footprint. Save money and go green with this sustainable waste solution!\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499858694228,"sku":null,"price":31.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2258187.jpg?v=1758358023"},{"product_id":"lavex-white-m-fold-multifold-towel-4-000-case","title":"White M-Fold (Multifold) Towel - 4,000\/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\u003eLavex White M-Fold Paper Towel\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700\u0026family=Lato:wght@300;400;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Lato', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #f9f9f9;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6580 100%);\n            color: white;\n            padding: 25px 30px;\n            text-align: center;\n        }\n        \n        h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .subtitle {\n            font-weight: 300;\n            font-size: 1.2rem;\n            opacity: 0.9;\n        }\n        \n        .product-content {\n            padding: 30px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .product-image {\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n            background-color: #f5f7fa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 300px;\n            color: #4a6580;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n        \n        .feature-icon {\n            background: #4a6580;\n            color: white;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            font-size: 1.2rem;\n        }\n        \n        .feature-text h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            margin-bottom: 5px;\n            color: #2c3e50;\n        }\n        \n        .applications {\n            background: #f5f7fa;\n            border-left: 4px solid #4a6580;\n            padding: 20px;\n            border-radius: 0 8px 8px 0;\n            margin: 20px 0;\n        }\n        \n        .applications h3 {\n            font-family: 'Montserrat', sans-serif;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .applications ul {\n            list-style-type: none;\n        }\n        \n        .applications li {\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .applications li:before {\n            content: \"•\";\n            color: #4a6580;\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-right: 5px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #4a6580;\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 2px solid #4a6580;\n            margin-top: 10px;\n        }\n        \n        .cta-button:hover {\n            background: transparent;\n            color: #4a6580;\n        }\n        \n        .product-footer {\n            background: #2c3e50;\n            color: white;\n            text-align: center;\n            padding: 15px;\n            font-size: 0.9rem;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1\u003eLavex White M-Fold Paper Towel\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003ePremium absorbency for professional environments\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                [Product Image Placeholder]\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003e\n                        \u003ch3\u003eSuperior Absorbency\u003c\/h3\u003e\n                        \u003cp\u003eHighly absorbent 1-ply construction quickly soaks up moisture and spills, making hand drying and cleanup efficient.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003e\n                        \u003ch3\u003eSpace-Saving Storage\u003c\/h3\u003e\n                        \u003cp\u003eConvenient inner packaging allows for easy, compact storage before use, maximizing your space efficiency.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003e\n                        \u003ch3\u003eQuick \u0026amp; Efficient\u003c\/h3\u003e\n                        \u003cp\u003ePractical M-fold design enables guests and staff to dry hands quickly and with ease, improving restroom efficiency.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n                    \u003cdiv class=\"feature-text\"\u003e\n                        \u003ch3\u003eMulti-Purpose Use\u003c\/h3\u003e\n                        \u003cp\u003eDurable material handles everything from hand drying to spill cleanup, offering versatile utility for any situation.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"applications\"\u003e\n                    \u003ch3\u003eIdeal For:\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eRestaurants \u0026amp; Cafes\u003c\/li\u003e\n                        \u003cli\u003eHotels \u0026amp; Hospitality\u003c\/li\u003e\n                        \u003cli\u003eOffice Buildings\u003c\/li\u003e\n                        \u003cli\u003eHealthcare Facilities\u003c\/li\u003e\n                        \u003cli\u003eEducational Institutions\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-footer\"\u003e\n            \u003cp\u003eSupply your business with quality Lavex paper products\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42499859742804,"sku":null,"price":46.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3003339.jpg?v=1758358237"},{"product_id":"mr-clean-06892-23-fl-oz-2x-concentrated-antibacterial-multi-surface-cleaner-with-lemon-scent-6-case","title":"Mr. Clean 06892 23 fl. oz. 2X Concentrated Antibacterial Multi-Surface Cleaner with Lemon Scent - 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: #f1f8e9;\n            --accent-color: #4caf50;\n            --text-color: #333;\n            --border-color: #c8e6c9;\n            --highlight-color: #e8f5e8;\n        }\n        \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: var(--text-color);\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-description {\n            max-width: 1100px;\n            margin: 0 auto;\n            background-color: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));\n            color: white;\n            padding: 35px 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            margin: 0;\n            font-size: 36px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            margin: 15px 0 0;\n            font-size: 22px;\n            font-weight: 300;\n            opacity: 0.95;\n        }\n        \n        .product-content {\n            padding: 40px;\n        }\n        \n        .section-title {\n            color: var(--primary-color);\n            border-bottom: 2px solid var(--accent-color);\n            padding-bottom: 15px;\n            margin-top: 40px;\n            font-size: 26px;\n            font-weight: 600;\n            position: relative;\n        }\n        \n        .section-title:first-child {\n            margin-top: 0;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 100px;\n            height: 2px;\n            background-color: var(--accent-color);\n        }\n        \n        .product-overview {\n            display: grid;\n            grid-template-columns: 2fr 1fr;\n            gap: 35px;\n            margin-bottom: 35px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-overview {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .product-details {\n            background-color: var(--secondary-color);\n            padding: 28px;\n            border-radius: 12px;\n            border-left: 5px solid var(--accent-color);\n        }\n        \n        .highlights {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .highlights li {\n            padding: 14px 0;\n            border-bottom: 1px solid var(--border-color);\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlights li:last-child {\n            border-bottom: none;\n        }\n        \n        .highlight-icon {\n            color: var(--primary-color);\n            margin-right: 14px;\n            font-weight: bold;\n            min-width: 24px;\n            font-size: 20px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 30px 0;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            border-radius: 12px;\n            overflow: hidden;\n            font-size: 16px;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(to right, var(--primary-color), var(--accent-color));\n            color: white;\n            text-align: left;\n            padding: 20px 25px;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: var(--secondary-color);\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: var(--highlight-color);\n            transition: background-color 0.3s;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 30px;\n            margin: 35px 0;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border: 1px solid var(--border-color);\n            border-radius: 12px;\n            padding: 28px 22px;\n            text-align: center;\n            transition: transform 0.3s, box-shadow 0.3s;\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: 5px;\n            background: linear-gradient(to right, var(--primary-color), var(--accent-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.12);\n        }\n        \n        .feature-icon {\n            font-size: 36px;\n            margin-bottom: 20px;\n            display: block;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            margin-bottom: 14px;\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .shipping-info {\n            background-color: var(--secondary-color);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 35px 0;\n            display: flex;\n            align-items: center;\n            border-left: 5px solid var(--accent-color);\n        }\n        \n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 20px;\n        }\n        \n        .shipping-text {\n            flex: 1;\n        }\n        \n        .shipping-title {\n            font-weight: 600;\n            margin-bottom: 8px;\n            font-size: 20px;\n        }\n        \n        .upc-code {\n            background: linear-gradient(135deg, var(--secondary-color), white);\n            padding: 20px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 30px 0;\n            font-weight: 600;\n            border: 1px solid var(--border-color);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n        }\n        \n        .upc-label {\n            color: var(--primary-color);\n            margin-right: 12px;\n            font-size: 18px;\n        }\n        \n        .usage-instructions {\n            background-color: var(--secondary-color);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid var(--accent-color);\n        }\n        \n        .instructions-title {\n            font-weight: 600;\n            margin-bottom: 14px;\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .concentrated-benefit {\n            background: linear-gradient(135deg, var(--highlight-color), white);\n            padding: 22px;\n            border-radius: 10px;\n            margin: 25px 0;\n            text-align: center;\n            border: 1px solid var(--border-color);\n        }\n        \n        .concentrated-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n            font-size: 18px;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 17px;\n        }\n        \n        .emphasis {\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .efficiency-highlight {\n            background: linear-gradient(135deg, var(--primary-color), var(--accent-color));\n            color: white;\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .efficiency-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            font-size: 20px;\n        }\n        \n        .surface-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 20px 0;\n        }\n        \n        .surface-item {\n            background-color: var(--secondary-color);\n            padding: 15px;\n            border-radius: 8px;\n            text-align: center;\n            border: 1px solid var(--border-color);\n        }\n        \n        .lemon-highlight {\n            background: linear-gradient(135deg, #fff9c4, #fffde7);\n            padding: 20px;\n            border-radius: 10px;\n            margin: 20px 0;\n            text-align: center;\n            border: 1px solid #fff59d;\n        }\n        \n        .lemon-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #f57f17;\n            font-size: 18px;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eMr. Clean 2X Concentrated Antibacterial Cleaner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eLemon Scent - 23 fl. oz.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"product-overview\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\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\u003cp\u003eThis product streamlines your operation, saves space in janitorial closets and storage rooms, and keeps the cleaning and training process simple for staff! 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=\"product-details\"\u003e\n\u003ch3 style=\"color: var(--primary-color); margin-bottom: 18px;\"\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"highlights\"\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eApplicable for a wide variety of surfaces\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eStreamlines cleaning with an all-in-one solution\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eUse on linoleum, tile, countertops, or in bathrooms\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLeaves behind fresh lemon scent\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eEliminates germs and cuts through dirt, grease, and grime\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan\u003e400017681764\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"efficiency-highlight\"\u003e\n\u003cdiv class=\"efficiency-title\"\u003eAll-in-One Cleaning Solution\u003c\/div\u003e\n\u003cp\u003eSave money and space by eliminating single-purpose cleaners\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\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\u003cspan class=\"emphasis\"\u003eQuantity\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e6\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eShipping Weight\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e10.1 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eChemical Form\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eChemical Type\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eMulti-Surface Cleaner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eFeatures\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eGrade\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eRetail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003ePackage Size\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e23 fl. oz.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eScent\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eLemon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eStyle\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eConcentrates\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eTotal Case Size\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e1.07 Gallons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"emphasis\"\u003eType\u003c\/span\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\u003ch2 class=\"section-title\"\u003eCompatible Surfaces\u003c\/h2\u003e\n\u003cdiv class=\"surface-list\"\u003e\n\u003cdiv class=\"surface-item\"\u003eFloors\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eHardwood\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eCountertops\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eTile\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eToilets\u003c\/div\u003e\n\u003cdiv class=\"surface-item\"\u003eLinoleum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Benefits\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\"\u003eAntibacterial Protection\u003c\/h3\u003e\n\u003cp\u003eEliminates germs while cutting through tough dirt, grease, and grime\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 Use\u003c\/h3\u003e\n\u003cp\u003eOne cleaner for multiple surfaces 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\"\u003eCost Effective\u003c\/h3\u003e\n\u003cp\u003e2X concentrated formula provides more cleaning power per ounce\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\"\u003eSpace Saving\u003c\/h3\u003e\n\u003cp\u003eEliminates the need for multiple single-purpose cleaners\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lemon-highlight\"\u003e\n\u003cdiv class=\"lemon-title\"\u003eFresh Lemon Scent\u003c\/div\u003e\n\u003cp\u003eLeaves behind a clean, fresh lemon fragrance that enhances the welcome of freshly cleaned areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"concentrated-benefit\"\u003e\n\u003cdiv class=\"concentrated-title\"\u003e2X Concentrated Formula\u003c\/div\u003e\n\u003cp\u003eDesigned to be diluted for use with mops or in spray bottles for maximum efficiency\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-instructions\"\u003e\n\u003ch3 class=\"instructions-title\"\u003eUsage Instructions\u003c\/h3\u003e\n\u003cp\u003eThis multi-purpose cleaner is perfect for floors, hardwood, countertops, tile, toilets, and linoleum. The concentrated formula is designed to be diluted for use with mops or in spray bottles, making it versatile for all your cleaning needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003e\n\u003cdiv class=\"shipping-title\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cp\u003eUsually ships in \u003cspan class=\"emphasis\"\u003e1 business day\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eOperational Efficiency\u003c\/h2\u003e\n\u003cp\u003eThis Mr. Clean antibacterial multi-surface cleaner offers an all-in-one cleaning solution that saves money and is more efficient than cleaners designed for one specific area. By streamlining your cleaning supplies, you reduce storage needs and simplify staff training.\u003c\/p\u003e\n\u003cp\u003eThe fresh lemon scent left behind after use lets guests know that your facility is well maintained and creates a welcoming atmosphere that enhances the overall experience for visitors and staff alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42694988595284,"sku":null,"price":56.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic-2025-11-21T213144.364.png?v=1763742703"},{"product_id":"prime-quikpacks-0-5-oz-concentrated-all-purpose-cleaner-deodorizer-packs-90-count-bag-2-case","title":"Prime QuikPacks 0.5 oz. Concentrated All Purpose Cleaner\/Deodorizer Packs 90 Count Bag - 2\/Case","description":"\u003cstyle\u003e\n    .prime-quikpacks-product {\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    .prime-quikpacks-product h1, \n    .prime-quikpacks-product h2, \n    .prime-quikpacks-product h3 {\n      color: #2c5530;\n      font-weight: 700;\n      margin-bottom: 15px;\n    }\n    \n    .prime-quikpacks-product h1 {\n      font-size: 32px;\n      border-bottom: 2px solid #e8f5e8;\n      padding-bottom: 10px;\n    }\n    \n    .prime-quikpacks-product h2 {\n      font-size: 26px;\n      margin-top: 30px;\n    }\n    \n    .prime-quikpacks-product h3 {\n      font-size: 22px;\n      margin-top: 25px;\n    }\n    \n    .prime-quikpacks-product .intro {\n      font-size: 18px;\n      background-color: #f8fdf8;\n      padding: 20px;\n      border-radius: 8px;\n      border-left: 4px solid #4a7c59;\n      margin-bottom: 30px;\n    }\n    \n    .prime-quikpacks-product .benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 20px;\n      margin: 25px 0;\n    }\n    \n    .prime-quikpacks-product .benefit-item {\n      background: white;\n      border-radius: 8px;\n      padding: 20px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      border-top: 3px solid #4a7c59;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .prime-quikpacks-product .benefit-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 16px rgba(0,0,0,0.1);\n    }\n    \n    .prime-quikpacks-product .benefit-icon {\n      color: #4a7c59;\n      font-size: 24px;\n      margin-bottom: 10px;\n    }\n    \n    .prime-quikpacks-product .benefit-title {\n      font-weight: 600;\n      margin-bottom: 8px;\n      color: #2c5530;\n    }\n    \n    .prime-quikpacks-product .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 30px 0;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      border-radius: 10px;\n      overflow: hidden;\n    }\n    \n    .prime-quikpacks-product .specs-table th {\n      background-color: #2c5530;\n      color: white;\n      padding: 15px;\n      text-align: left;\n      font-weight: 600;\n    }\n    \n    .prime-quikpacks-product .specs-table td {\n      padding: 15px;\n      border-bottom: 1px solid #eaeaea;\n    }\n    \n    .prime-quikpacks-product .specs-table tr:nth-child(even) {\n      background-color: #f8fdf8;\n    }\n    \n    .prime-quikpacks-product .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .prime-quikpacks-product .specs-table tr:hover {\n      background-color: #e8f5e8;\n    }\n    \n    .prime-quikpacks-product .resources-section {\n      background-color: #f8fdf8;\n      border-radius: 10px;\n      padding: 25px;\n      margin: 30px 0;\n    }\n    \n    .prime-quikpacks-product .resources-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n      gap: 15px;\n      margin-top: 15px;\n    }\n    \n    .prime-quikpacks-product .resource-item {\n      background: white;\n      border-radius: 8px;\n      padding: 15px;\n      text-align: center;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      transition: all 0.3s ease;\n      border: 1px solid #eaeaea;\n    }\n    \n    .prime-quikpacks-product .resource-item:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      border-color: #4a7c59;\n    }\n    \n    .prime-quikpacks-product .resource-title {\n      font-weight: 600;\n      color: #2c5530;\n      margin-top: 10px;\n    }\n    \n    .prime-quikpacks-product .shipping-info {\n      display: flex;\n      align-items: center;\n      background-color: #e8f5e8;\n      padding: 15px 20px;\n      border-radius: 8px;\n      margin: 20px 0;\n    }\n    \n    .prime-quikpacks-product .shipping-icon {\n      color: #4a7c59;\n      margin-right: 15px;\n      font-size: 24px;\n    }\n    \n    .prime-quikpacks-product .shipping-text {\n      font-weight: 600;\n      color: #2c5530;\n    }\n    \n    .prime-quikpacks-product .upc-code {\n      background-color: #2c5530;\n      color: white;\n      padding: 10px 15px;\n      border-radius: 6px;\n      display: inline-block;\n      margin: 15px 0;\n      font-weight: 600;\n      letter-spacing: 1px;\n    }\n    \n    .prime-quikpacks-product .features-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 5px;\n    }\n    \n    .prime-quikpacks-product .feature-badge {\n      background-color: #e8f5e8;\n      color: #2c5530;\n      padding: 4px 8px;\n      border-radius: 4px;\n      font-size: 12px;\n      font-weight: 500;\n    }\n    \n    .prime-quikpacks-product .eco-badge {\n      background-color: #e1f5fe;\n      color: #01579b;\n    }\n    \n    .prime-quikpacks-product .certified-badge {\n      background-color: #fff8e1;\n      color: #ff8f00;\n    }\n    \n    .prime-quikpacks-product .equivalent-items {\n      background-color: #f0f7ff;\n      border-radius: 8px;\n      padding: 20px;\n      margin: 25px 0;\n      border-left: 4px solid #4a7c59;\n    }\n    \n    .prime-quikpacks-product .equivalent-title {\n      font-weight: 600;\n      color: #2c5530;\n      margin-bottom: 10px;\n    }\n    \n    .prime-quikpacks-product .equivalent-item {\n      background: white;\n      padding: 10px 15px;\n      border-radius: 6px;\n      margin: 5px 0;\n      border: 1px solid #eaeaea;\n    }\n    \n    @media (max-width: 768px) {\n      .prime-quikpacks-product .benefits-grid {\n        grid-template-columns: 1fr;\n      }\n      \n      .prime-quikpacks-product .resources-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      \n      .prime-quikpacks-product .specs-table {\n        font-size: 14px;\n      }\n      \n      .prime-quikpacks-product .specs-table th,\n      .prime-quikpacks-product .specs-table td {\n        padding: 10px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"prime-quikpacks-product\"\u003e\n\u003ch1\u003ePrime QuikPacks 0.5 oz. All Purpose Cleaner \u0026amp; Deodorizer Water Soluble Packets\u003c\/h1\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eKeep a wide variety of surfaces clean and fresh with these Prime QuikPacks 0.5 oz. all purpose cleaner\/deodorizer water soluble packets! Prime QuikPacks are ideal for cleaning your commercial kitchen, restroom, or office break room. Its fresh lemon scent will create a pleasant aroma while removing dirt, grime, and deodorizing surfaces at the same time. With 90 packets per bag, you'll have enough detergent to clean your whole facility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\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 class=\"benefit-title\"\u003eVersatile Surface Cleaning\u003c\/div\u003e\n\u003cp\u003eFor use on a variety of surfaces like walls, floors, and countertops in commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🍋\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eFresh Lemon Scent\u003c\/div\u003e\n\u003cp\u003eCreates a pleasant, fresh aroma while effectively cleaning and deodorizing surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003ePre-Portioned Convenience\u003c\/div\u003e\n\u003cp\u003eConcentrated powdered detergent is pre-portioned for ultimate convenience and accurate dosing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eQuick Dissolving\u003c\/div\u003e\n\u003cp\u003eDissolves quickly in water to make ready-to-use cleaning solution without clumping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eBulk Packaging\u003c\/div\u003e\n\u003cp\u003e90 packets per bag; 2 bags per case provides ample supply for commercial cleaning needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eEco-Friendly Formula\u003c\/div\u003e\n\u003cp\u003eEnvironmentally conscious cleaning with EPA Safer Choice certification and NSF listing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\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\u003e2\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e6.7 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\u003eAll Purpose Chemicals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDilution Ratio\u003c\/td\u003e\n\u003ctd\u003e4 gal.\/packet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"features-badges\"\u003e\n\u003cspan class=\"feature-badge eco-badge\"\u003eEco-Friendly\u003c\/span\u003e \u003cspan class=\"feature-badge certified-badge\"\u003eEPA Safer Choice\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-badge certified-badge\"\u003eNSF Listed\u003c\/span\u003e\n\u003c\/div\u003e\n\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\u003e720 gal.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e0.5 oz. • 90 Count\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\u003eConcentrates\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\u003cdiv class=\"equivalent-items\"\u003e\n\u003cdiv class=\"equivalent-title\"\u003eEquivalent Items\u003c\/div\u003e\n\u003cp\u003eThese items are comparable to our Prime QuikPacks:\u003c\/p\u003e\n\u003cdiv class=\"equivalent-item\"\u003eDiversey Easy Paks 990651\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400013594204\u003c\/div\u003e\n\u003cdiv class=\"resources-section\"\u003e\n\u003ch3\u003eResources \u0026amp; Downloads\u003c\/h3\u003e\n\u003cp\u003eAccess detailed information about Prime QuikPacks with our downloadable resources:\u003c\/p\u003e\n\u003cdiv class=\"resources-grid\"\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eSDS\u003c\/div\u003e\n\u003cp\u003eSafety Data Sheet with handling instructions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e🧪\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eIngredients\u003c\/div\u003e\n\u003cp\u003eComplete ingredient list and composition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px; font-size: 14px; color: #666;\"\u003eA PDF viewer is required to view this product's information. Download Adobe Acrobat software if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697583231060,"sku":null,"price":83.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T182148.915.png?v=1763904061"},{"product_id":"prime-1-gallon-128-oz-all-surf-all-purpose-concentrated-liquid-cleaner-non-butyl-4-case","title":"Prime 1 Gallon \/ 128 oz. All Surf All Purpose Concentrated Liquid Cleaner (Non-Butyl) - 4\/Case","description":"\u003cstyle\u003e\n    .prime-all-surf-product {\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    .prime-all-surf-product h1, \n    .prime-all-surf-product h2, \n    .prime-all-surf-product h3 {\n      color: #2c5530;\n      font-weight: 700;\n      margin-bottom: 15px;\n    }\n    \n    .prime-all-surf-product h1 {\n      font-size: 32px;\n      border-bottom: 2px solid #e8f5e8;\n      padding-bottom: 10px;\n    }\n    \n    .prime-all-surf-product h2 {\n      font-size: 26px;\n      margin-top: 30px;\n    }\n    \n    .prime-all-surf-product h3 {\n      font-size: 22px;\n      margin-top: 25px;\n    }\n    \n    .prime-all-surf-product .intro {\n      font-size: 18px;\n      background-color: #f8fdf8;\n      padding: 20px;\n      border-radius: 8px;\n      border-left: 4px solid #4a7c59;\n      margin-bottom: 30px;\n    }\n    \n    .prime-all-surf-product .benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 20px;\n      margin: 25px 0;\n    }\n    \n    .prime-all-surf-product .benefit-item {\n      background: white;\n      border-radius: 8px;\n      padding: 20px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      border-top: 3px solid #4a7c59;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .prime-all-surf-product .benefit-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 16px rgba(0,0,0,0.1);\n    }\n    \n    .prime-all-surf-product .benefit-icon {\n      color: #4a7c59;\n      font-size: 24px;\n      margin-bottom: 10px;\n    }\n    \n    .prime-all-surf-product .benefit-title {\n      font-weight: 600;\n      margin-bottom: 8px;\n      color: #2c5530;\n    }\n    \n    .prime-all-surf-product .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 30px 0;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      border-radius: 10px;\n      overflow: hidden;\n    }\n    \n    .prime-all-surf-product .specs-table th {\n      background-color: #2c5530;\n      color: white;\n      padding: 15px;\n      text-align: left;\n      font-weight: 600;\n    }\n    \n    .prime-all-surf-product .specs-table td {\n      padding: 15px;\n      border-bottom: 1px solid #eaeaea;\n    }\n    \n    .prime-all-surf-product .specs-table tr:nth-child(even) {\n      background-color: #f8fdf8;\n    }\n    \n    .prime-all-surf-product .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .prime-all-surf-product .specs-table tr:hover {\n      background-color: #e8f5e8;\n    }\n    \n    .prime-all-surf-product .resources-section {\n      background-color: #f8fdf8;\n      border-radius: 10px;\n      padding: 25px;\n      margin: 30px 0;\n    }\n    \n    .prime-all-surf-product .resources-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n      gap: 15px;\n      margin-top: 15px;\n    }\n    \n    .prime-all-surf-product .resource-item {\n      background: white;\n      border-radius: 8px;\n      padding: 15px;\n      text-align: center;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      transition: all 0.3s ease;\n      border: 1px solid #eaeaea;\n    }\n    \n    .prime-all-surf-product .resource-item:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      border-color: #4a7c59;\n    }\n    \n    .prime-all-surf-product .resource-title {\n      font-weight: 600;\n      color: #2c5530;\n      margin-top: 10px;\n    }\n    \n    .prime-all-surf-product .shipping-info {\n      display: flex;\n      align-items: center;\n      background-color: #e8f5e8;\n      padding: 15px 20px;\n      border-radius: 8px;\n      margin: 20px 0;\n    }\n    \n    .prime-all-surf-product .shipping-icon {\n      color: #4a7c59;\n      margin-right: 15px;\n      font-size: 24px;\n    }\n    \n    .prime-all-surf-product .shipping-text {\n      font-weight: 600;\n      color: #2c5530;\n    }\n    \n    .prime-all-surf-product .upc-code {\n      background-color: #2c5530;\n      color: white;\n      padding: 10px 15px;\n      border-radius: 6px;\n      display: inline-block;\n      margin: 15px 0;\n      font-weight: 600;\n      letter-spacing: 1px;\n    }\n    \n    .prime-all-surf-product .dilution-ratios {\n      display: flex;\n      gap: 10px;\n      margin-top: 5px;\n    }\n    \n    .prime-all-surf-product .dilution-ratio {\n      background-color: #e8f5e8;\n      color: #2c5530;\n      padding: 4px 8px;\n      border-radius: 4px;\n      font-size: 12px;\n      font-weight: 500;\n    }\n    \n    .prime-all-surf-product .type-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 5px;\n    }\n    \n    .prime-all-surf-product .type-badge {\n      background-color: #e8f5e8;\n      color: #2c5530;\n      padding: 4px 8px;\n      border-radius: 4px;\n      font-size: 12px;\n      font-weight: 500;\n    }\n    \n    .prime-all-surf-product .safety-features {\n      background-color: #e8f5e8;\n      border-radius: 8px;\n      padding: 20px;\n      margin: 25px 0;\n      border-left: 4px solid #4a7c59;\n    }\n    \n    .prime-all-surf-product .safety-title {\n      font-weight: 600;\n      color: #2c5530;\n      margin-bottom: 10px;\n    }\n    \n    .prime-all-surf-product .safety-item {\n      display: flex;\n      align-items: center;\n      margin: 8px 0;\n    }\n    \n    .prime-all-surf-product .safety-icon {\n      color: #4a7c59;\n      margin-right: 10px;\n      font-size: 18px;\n    }\n    \n    @media (max-width: 768px) {\n      .prime-all-surf-product .benefits-grid {\n        grid-template-columns: 1fr;\n      }\n      \n      .prime-all-surf-product .resources-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      \n      .prime-all-surf-product .specs-table {\n        font-size: 14px;\n      }\n      \n      .prime-all-surf-product .specs-table th,\n      .prime-all-surf-product .specs-table td {\n        padding: 10px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"prime-all-surf-product\"\u003e\n\u003ch1\u003ePrime All Surf All-Purpose Liquid Cleaner\u003c\/h1\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eUse Prime's All Surf all-purpose liquid cleaner to keep your commercial kitchen clean. Prime's 1 gallon All Surf all-purpose liquid cleaner can clean walls, floors, furniture, and any kitchen equipment not harmed by water. This product is non-corrosive, non-flammable, and non-toxic, and its bulk size makes All Surf an economical choice for any business. Plus, it has a pleasant scent that is easy to work with.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\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 class=\"benefit-title\"\u003eVersatile Commercial Use\u003c\/div\u003e\n\u003cp\u003eIdeal for cleaning walls, floors, furniture, and kitchen equipment in commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eSafe Formula\u003c\/div\u003e\n\u003cp\u003eNon-corrosive, non-flammable, and non-toxic formula ensures safe use around food preparation areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eEconomical Bulk Size\u003c\/div\u003e\n\u003cp\u003e1-gallon containers provide excellent value for businesses with extensive cleaning needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌊\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eLow Foaming\u003c\/div\u003e\n\u003cp\u003eSpecifically formulated for use in automatic scrubbers and cleaning equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👃\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003ePleasant Scent\u003c\/div\u003e\n\u003cp\u003eFresh, pleasant aroma makes cleaning tasks more enjoyable for staff.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eMade in America\u003c\/div\u003e\n\u003cp\u003eProudly manufactured in the USA with quality ingredients and rigorous production standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003cdiv class=\"safety-title\"\u003eSafety Features\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003eNon-corrosive formula protects surfaces and equipment\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 for safe storage and handling\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-toxic composition safe for food service environments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003eLow foaming for automatic scrubber compatibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\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\u003e34.54 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\u003e\n\u003cdiv class=\"dilution-ratios\"\u003e\n\u003cspan class=\"dilution-ratio\"\u003e1:128\u003c\/span\u003e \u003cspan class=\"dilution-ratio\"\u003e1:43\u003c\/span\u003e\n\u003c\/div\u003e\n\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\u003e256 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\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\u003e\n\u003cdiv class=\"type-badges\"\u003e\n\u003cspan class=\"type-badge\"\u003eAll Purpose\u003c\/span\u003e \u003cspan class=\"type-badge\"\u003eCleaners\u003c\/span\u003e\n\u003c\/div\u003e\n\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\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 792857500825\u003c\/div\u003e\n\u003cdiv class=\"resources-section\"\u003e\n\u003ch3\u003eResources \u0026amp; Downloads\u003c\/h3\u003e\n\u003cp\u003eAccess detailed information about Prime All Surf with our downloadable resources:\u003c\/p\u003e\n\u003cdiv class=\"resources-grid\"\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eSDS\u003c\/div\u003e\n\u003cp\u003eSafety Data Sheet with handling instructions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eInstructions\u003c\/div\u003e\n\u003cp\u003eComplete usage guidelines and directions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e🧪\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eIngredients\u003c\/div\u003e\n\u003cp\u003eComplete ingredient list and composition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #4a7c59;\"\u003e\n\u003ch4 style=\"margin: 0 0 10px 0; color: #2c5530;\"\u003eAdditional Resources\u003c\/h4\u003e\n\u003ca style=\"color: #4a7c59; text-decoration: none; font-weight: 500; display: flex; align-items: center;\" href=\"\/article\/1060\/how-to-clean-kitchen-floors.html\"\u003e \u003cspan style=\"margin-right: 8px;\"\u003e📚\u003c\/span\u003e How to Clean Commercial Floors \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px; font-size: 14px; color: #666;\"\u003eA PDF viewer is required to view this product's information. Download Adobe Acrobat software if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697620947028,"sku":null,"price":118.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T183125.247.png?v=1763904596"},{"product_id":"prime-2-5-gallon-320-oz-all-surf-all-purpose-concentrated-liquid-cleaner-non-butyl-2-case","title":"Prime 2.5 Gallon \/ 320 oz. All Surf All Purpose Concentrated Liquid Cleaner (Non-Butyl) - 2\/Case","description":"\u003cstyle\u003e\n    .prime-all-surf-product {\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    .prime-all-surf-product h1, \n    .prime-all-surf-product h2, \n    .prime-all-surf-product h3 {\n      color: #2c5530;\n      font-weight: 700;\n      margin-bottom: 15px;\n    }\n    \n    .prime-all-surf-product h1 {\n      font-size: 32px;\n      border-bottom: 2px solid #e8f5e8;\n      padding-bottom: 10px;\n    }\n    \n    .prime-all-surf-product h2 {\n      font-size: 26px;\n      margin-top: 30px;\n    }\n    \n    .prime-all-surf-product h3 {\n      font-size: 22px;\n      margin-top: 25px;\n    }\n    \n    .prime-all-surf-product .intro {\n      font-size: 18px;\n      background-color: #f8fdf8;\n      padding: 20px;\n      border-radius: 8px;\n      border-left: 4px solid #4a7c59;\n      margin-bottom: 30px;\n    }\n    \n    .prime-all-surf-product .benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n      gap: 20px;\n      margin: 25px 0;\n    }\n    \n    .prime-all-surf-product .benefit-item {\n      background: white;\n      border-radius: 8px;\n      padding: 20px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      border-top: 3px solid #4a7c59;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .prime-all-surf-product .benefit-item:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 16px rgba(0,0,0,0.1);\n    }\n    \n    .prime-all-surf-product .benefit-icon {\n      color: #4a7c59;\n      font-size: 24px;\n      margin-bottom: 10px;\n    }\n    \n    .prime-all-surf-product .benefit-title {\n      font-weight: 600;\n      margin-bottom: 8px;\n      color: #2c5530;\n    }\n    \n    .prime-all-surf-product .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 30px 0;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n      border-radius: 10px;\n      overflow: hidden;\n    }\n    \n    .prime-all-surf-product .specs-table th {\n      background-color: #2c5530;\n      color: white;\n      padding: 15px;\n      text-align: left;\n      font-weight: 600;\n    }\n    \n    .prime-all-surf-product .specs-table td {\n      padding: 15px;\n      border-bottom: 1px solid #eaeaea;\n    }\n    \n    .prime-all-surf-product .specs-table tr:nth-child(even) {\n      background-color: #f8fdf8;\n    }\n    \n    .prime-all-surf-product .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .prime-all-surf-product .specs-table tr:hover {\n      background-color: #e8f5e8;\n    }\n    \n    .prime-all-surf-product .resources-section {\n      background-color: #f8fdf8;\n      border-radius: 10px;\n      padding: 25px;\n      margin: 30px 0;\n    }\n    \n    .prime-all-surf-product .resources-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n      gap: 15px;\n      margin-top: 15px;\n    }\n    \n    .prime-all-surf-product .resource-item {\n      background: white;\n      border-radius: 8px;\n      padding: 15px;\n      text-align: center;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      transition: all 0.3s ease;\n      border: 1px solid #eaeaea;\n    }\n    \n    .prime-all-surf-product .resource-item:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n      border-color: #4a7c59;\n    }\n    \n    .prime-all-surf-product .resource-title {\n      font-weight: 600;\n      color: #2c5530;\n      margin-top: 10px;\n    }\n    \n    .prime-all-surf-product .shipping-info {\n      display: flex;\n      align-items: center;\n      background-color: #e8f5e8;\n      padding: 15px 20px;\n      border-radius: 8px;\n      margin: 20px 0;\n    }\n    \n    .prime-all-surf-product .shipping-icon {\n      color: #4a7c59;\n      margin-right: 15px;\n      font-size: 24px;\n    }\n    \n    .prime-all-surf-product .shipping-text {\n      font-weight: 600;\n      color: #2c5530;\n    }\n    \n    .prime-all-surf-product .upc-code {\n      background-color: #2c5530;\n      color: white;\n      padding: 10px 15px;\n      border-radius: 6px;\n      display: inline-block;\n      margin: 15px 0;\n      font-weight: 600;\n      letter-spacing: 1px;\n    }\n    \n    .prime-all-surf-product .dilution-ratios {\n      display: flex;\n      gap: 10px;\n      margin-top: 5px;\n    }\n    \n    .prime-all-surf-product .dilution-ratio {\n      background-color: #e8f5e8;\n      color: #2c5530;\n      padding: 4px 8px;\n      border-radius: 4px;\n      font-size: 12px;\n      font-weight: 500;\n    }\n    \n    .prime-all-surf-product .type-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 5px;\n    }\n    \n    .prime-all-surf-product .type-badge {\n      background-color: #e8f5e8;\n      color: #2c5530;\n      padding: 4px 8px;\n      border-radius: 4px;\n      font-size: 12px;\n      font-weight: 500;\n    }\n    \n    .prime-all-surf-product .safety-features {\n      background-color: #e8f5e8;\n      border-radius: 8px;\n      padding: 20px;\n      margin: 25px 0;\n      border-left: 4px solid #4a7c59;\n    }\n    \n    .prime-all-surf-product .safety-title {\n      font-weight: 600;\n      color: #2c5530;\n      margin-bottom: 10px;\n    }\n    \n    .prime-all-surf-product .safety-item {\n      display: flex;\n      align-items: center;\n      margin: 8px 0;\n    }\n    \n    .prime-all-surf-product .safety-icon {\n      color: #4a7c59;\n      margin-right: 10px;\n      font-size: 18px;\n    }\n    \n    .prime-all-surf-product .bulk-size-highlight {\n      background: linear-gradient(135deg, #4a7c59, #2c5530);\n      color: white;\n      padding: 25px;\n      border-radius: 10px;\n      text-align: center;\n      margin: 25px 0;\n    }\n    \n    .prime-all-surf-product .bulk-size-title {\n      font-size: 24px;\n      font-weight: 700;\n      margin-bottom: 10px;\n    }\n    \n    .prime-all-surf-product .bulk-size-desc {\n      font-size: 16px;\n      opacity: 0.9;\n    }\n    \n    @media (max-width: 768px) {\n      .prime-all-surf-product .benefits-grid {\n        grid-template-columns: 1fr;\n      }\n      \n      .prime-all-surf-product .resources-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      \n      .prime-all-surf-product .specs-table {\n        font-size: 14px;\n      }\n      \n      .prime-all-surf-product .specs-table th,\n      .prime-all-surf-product .specs-table td {\n        padding: 10px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"prime-all-surf-product\"\u003e\n\u003ch1\u003ePrime All Surf All-Purpose Liquid Cleaner - 2.5 Gallon Bulk Size\u003c\/h1\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eUse Prime's All Surf all-purpose liquid cleaner to keep your commercial kitchen clean. Prime's 2.5 gallon All Surf all-purpose liquid cleaner can clean walls, floors, furniture, and any kitchen equipment not harmed by water. This product is non-corrosive, non-flammable, and non-toxic, and its bulk size makes All Surf an economical choice for any business. Plus, it has a pleasant scent that is easy to work with.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bulk-size-highlight\"\u003e\n\u003cdiv class=\"bulk-size-title\"\u003e2.5 GALLON BULK SIZE\u003c\/div\u003e\n\u003cdiv class=\"bulk-size-desc\"\u003eMaximum efficiency and economy for commercial operations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\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 class=\"benefit-title\"\u003eVersatile Commercial Use\u003c\/div\u003e\n\u003cp\u003eIdeal for cleaning walls, floors, furniture, and kitchen equipment in commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eSafe Formula\u003c\/div\u003e\n\u003cp\u003eNon-corrosive, non-flammable, and non-toxic formula ensures safe use around food preparation areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e💰\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eSuperior Economy\u003c\/div\u003e\n\u003cp\u003e2.5-gallon bulk containers provide maximum value for high-volume commercial cleaning needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🌊\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eLow Foaming\u003c\/div\u003e\n\u003cp\u003eSpecifically formulated for use in automatic scrubbers and cleaning equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e👃\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003ePleasant Scent\u003c\/div\u003e\n\u003cp\u003eFresh, pleasant aroma makes cleaning tasks more enjoyable for staff.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🇺🇸\u003c\/div\u003e\n\u003cdiv class=\"benefit-title\"\u003eMade in America\u003c\/div\u003e\n\u003cp\u003eProudly manufactured in the USA with quality ingredients and rigorous production standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-features\"\u003e\n\u003cdiv class=\"safety-title\"\u003eSafety Features\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003eNon-corrosive formula protects surfaces and equipment\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 for safe storage and handling\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-toxic composition safe for food service environments\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-item\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003eLow foaming for automatic scrubber compatibility\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\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\u003e2\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e46.5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChemical Form\u003c\/td\u003e\n\u003ctd\u003eLiquid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDilution Ratio\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"dilution-ratios\"\u003e\n\u003cspan class=\"dilution-ratio\"\u003e1:128\u003c\/span\u003e \u003cspan class=\"dilution-ratio\"\u003e1:43\u003c\/span\u003e\n\u003c\/div\u003e\n\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\u003e160 gal.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e2.5 Gallons\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\u003e\n\u003cdiv class=\"type-badges\"\u003e\n\u003cspan class=\"type-badge\"\u003eAll Purpose\u003c\/span\u003e \u003cspan class=\"type-badge\"\u003eCleaners\u003c\/span\u003e\n\u003c\/div\u003e\n\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\u003cdiv class=\"shipping-text\"\u003eQuick Shipping\u003c\/div\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 792857500856\u003c\/div\u003e\n\u003cdiv class=\"resources-section\"\u003e\n\u003ch3\u003eResources \u0026amp; Downloads\u003c\/h3\u003e\n\u003cp\u003eAccess detailed information about Prime All Surf with our downloadable resources:\u003c\/p\u003e\n\u003cdiv class=\"resources-grid\"\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e📋\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eSDS\u003c\/div\u003e\n\u003cp\u003eSafety Data Sheet with handling instructions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eInstructions\u003c\/div\u003e\n\u003cp\u003eComplete usage guidelines and directions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"resource-item\"\u003e\n\u003cdiv class=\"resource-icon\"\u003e🧪\u003c\/div\u003e\n\u003cdiv class=\"resource-title\"\u003eIngredients\u003c\/div\u003e\n\u003cp\u003eComplete ingredient list and composition\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #4a7c59;\"\u003e\n\u003ch4 style=\"margin: 0 0 10px 0; color: #2c5530;\"\u003eAdditional Resources\u003c\/h4\u003e\n\u003ca style=\"color: #4a7c59; text-decoration: none; font-weight: 500; display: flex; align-items: center;\" href=\"\/article\/1060\/how-to-clean-kitchen-floors.html\"\u003e \u003cspan style=\"margin-right: 8px;\"\u003e📚\u003c\/span\u003e How to Clean Commercial Floors \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px; font-size: 14px; color: #666;\"\u003eA PDF viewer is required to view this product's information. Download Adobe Acrobat software if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42697661317204,"sku":null,"price":146.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pngg-2025-11-23T183624.006.png?v=1763904945"},{"product_id":"12-x-12-white-heavy-weight-industrial-wiper-jumbo-roll-by-prime-475-roll","title":"12\" x 12\" White Heavy Weight Industrial Wiper Jumbo Roll By Prime - 475\/Roll","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n\u003ch2\u003ePrime 12\" x 12\" Heavy Weight Industrial Wiper Jumbo Roll\u003c\/h2\u003e\n\u003cp\u003eEngineered for demanding environments, the Prime 12\" x 12\" white heavy weight industrial wiper jumbo roll delivers exceptional performance for rigorous cleaning tasks. Designed with durability and superior absorbency in mind, these wipers tackle tough spills, stubborn grime, and heavy messes with reliable consistency.\u003c\/p\u003e\n\u003cp\u003eEach jumbo roll provides uniform 12\" x 12\" wipers, ensuring predictable performance for industrial, maintenance, and foodservice sanitation applications. The synthetic fiber construction offers robust cleaning power while maintaining disposability for efficient hygiene control.\u003c\/p\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"prime-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 class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e900132\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity per Roll\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e475 Wipers\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\"\u003e11.6 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e12\" x 12\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWeight Classification\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eHeavy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSynthetic Fibers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eJumbo Roll\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eDisposable | Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eGeneral Purpose \/ Industrial Wipers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp\u003eIdeal for manufacturing facilities, automotive shops, foodservice operations, and janitorial services, these industrial wipers provide consistent quality and reliable cleaning power. The heavy-weight construction ensures reduced tearing during use, while the disposable format maintains sanitation standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.prime-wiper-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.prime-wiper-description h2 {\n  color: #2c3e50;\n  font-size: 1.8em;\n  margin-bottom: 1em;\n  padding-bottom: 0.5em;\n  border-bottom: 2px solid #eaeaea;\n}\n\n.prime-wiper-description p {\n  margin-bottom: 1.2em;\n  font-size: 1em;\n}\n\n.specs-table-container {\n  margin: 2em 0;\n  overflow: hidden;\n  border-radius: 8px;\n  box-shadow: 0 3px 12px rgba(0,0,0,0.08);\n}\n\n.prime-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.prime-specs-table thead th {\n  background: #2c3e50;\n  color: white;\n  font-size: 1.1em;\n  padding: 1em;\n  text-align: center;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.prime-specs-table tbody tr {\n  border-bottom: 1px solid #f0f0f0;\n  transition: background-color 0.2s ease;\n}\n\n.prime-specs-table tbody tr:hover {\n  background-color: #f9f9f9;\n}\n\n.prime-specs-table tbody tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  padding: 0.9em 1.2em;\n  font-weight: 600;\n  color: #444;\n  width: 45%;\n  border-right: 1px solid #eaeaea;\n  background-color: #f8fafc;\n}\n\n.spec-value {\n  padding: 0.9em 1.2em;\n  color: #555;\n  background-color: white;\n}\n\n@media (max-width: 768px) {\n  .prime-specs-table {\n    font-size: 0.95em;\n  }\n  \n  .spec-label,\n  .spec-value {\n    padding: 0.7em 1em;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42770217435220,"sku":"900132","price":120.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T004602.575.png?v=1766000772"},{"product_id":"9-x-16-1-2-white-medium-weight-industrial-wiper-with-pop-up-box-by-prime-1-260-case","title":"9\" x 16 1\/2\" White Medium Weight Industrial Wiper with Pop-Up Box By Prime - 1,260\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n  \u003cstyle\u003e\n    .prime-wiper-description {\n      font-family: 'Segoe UI', system-ui, sans-serif;\n      color: #333;\n      line-height: 1.5;\n    }\n    .prime-wiper-description h2 {\n      color: #2c3e50;\n      font-size: 1.8rem;\n      margin-bottom: 1rem;\n      padding-bottom: 0.5rem;\n      border-bottom: 2px solid #3498db;\n    }\n    .prime-wiper-description p {\n      margin-bottom: 1.2rem;\n      font-size: 1rem;\n    }\n    .prime-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin: 1.5rem 0;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n      border-radius: 6px;\n      overflow: hidden;\n    }\n    .prime-specs-table th {\n      background-color: #2c3e50;\n      color: white;\n      font-weight: 600;\n      padding: 0.85rem 1rem;\n      text-align: left;\n      font-size: 0.95rem;\n    }\n    .prime-specs-table td {\n      padding: 0.85rem 1rem;\n      border-bottom: 1px solid #ecf0f1;\n      font-size: 0.95rem;\n    }\n    .prime-specs-table tr:nth-child(even) {\n      background-color: #f8f9fa;\n    }\n    .prime-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    .highlight {\n      color: #e74c3c;\n      font-weight: 600;\n    }\n    .feature-list {\n      background: #f8f9fa;\n      padding: 1.2rem;\n      border-radius: 6px;\n      margin: 1.5rem 0;\n      border-left: 4px solid #3498db;\n    }\n    .feature-list li {\n      margin-bottom: 0.5rem;\n    }\n  \u003c\/style\u003e\n\n  \u003ch2\u003ePrime 9\" x 16½\" Medium Weight Industrial Wiper with Pop-Up Box\u003c\/h2\u003e\n  \n  \u003cp\u003eExperience superior cleaning efficiency with the Prime industrial wiper, engineered for commercial environments demanding reliability and performance. These medium-weight wipers offer exceptional durability and absorbency, outperforming traditional paper-based alternatives.\u003c\/p\u003e\n  \n  \u003cdiv class=\"feature-list\"\u003e\n    \u003cp\u003e\u003cstrong\u003eKey Advantages:\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eEnhanced absorbency compared to paper towels and disposable wipers\u003c\/li\u003e\n      \u003cli\u003eRobust synthetic fiber construction withstands rigorous use\u003c\/li\u003e\n      \u003cli\u003eConvenient pop-up box design for one-at-a-time dispensing\u003c\/li\u003e\n      \u003cli\u003eVersatile application across various cleaning scenarios\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eEach case contains 10 individual boxes with 126 wipers per box, providing a total of \u003cspan class=\"highlight\"\u003e1,260 wipers per case\u003c\/span\u003e. The white color ensures cleanliness visibility, while the Made in America quality guarantee delivers consistent performance.\u003c\/p\u003e\n\n  \u003ctable class=\"prime-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\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e900133\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eQuantity per Case\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e1,260 wipers (10 boxes × 126 count)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e17.1 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e9\" width × 16½\" length\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eWhite\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eWeight Classification\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eMedium\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eDisposable • Made in America\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003ePackage Style\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003ePop-Up Box\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eWiper Type\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eGeneral Purpose • Industrial\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cp\u003eIdeal for foodservice, industrial, janitorial, and commercial maintenance applications. The synthetic fiber construction provides excellent liquid absorption and durability for demanding cleaning tasks while maintaining cost-efficiency through disposable use.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42770232639572,"sku":"900133","price":128.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T005713.416.png?v=1766001451"},{"product_id":"9-x-12-white-heavy-weight-industrial-wiper-with-center-pull-pop-up-box-by-prime-1-760-case","title":"9\" x 12\" White Heavy Weight Industrial Wiper with Center Pull Pop-Up Box By Prime - 1,760\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n  \u003cstyle\u003e\n    .prime-wiper-description { font-family: 'Segoe UI', system-ui, sans-serif; color: #333; line-height: 1.6; }\n    .prime-wiper-description h2 { color: #2c3e50; font-size: 1.8rem; margin-bottom: 1rem; border-bottom: 2px solid #3498db; padding-bottom: 0.5rem; }\n    .prime-wiper-description p { margin-bottom: 1.5rem; }\n    .prime-specs-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }\n    .prime-specs-table th { background-color: #2c3e50; color: white; text-align: left; padding: 12px 15px; font-weight: 600; }\n    .prime-specs-table td { padding: 12px 15px; border-bottom: 1px solid #e1e1e1; }\n    .prime-specs-table tr:nth-child(even) { background-color: #f8f9fa; }\n    .prime-specs-table tr:hover { background-color: #f1f8ff; }\n    .prime-feature-list { margin: 1.5rem 0; padding-left: 1.5rem; }\n    .prime-feature-list li { margin-bottom: 0.75rem; }\n    .highlight { color: #2980b9; font-weight: 600; }\n  \u003c\/style\u003e\n\n  \u003ch2\u003ePrime 9\" x 12\" Heavy Weight Industrial Wiper with Center Pull Pop-Up Box\u003c\/h2\u003e\n  \u003cp\u003eMeet the ultimate cleaning tool for demanding environments. The Prime heavy weight industrial wiper is engineered to tackle the toughest spills, grime, and messes with superior durability and exceptional absorbency. Designed for professionals who require reliable performance, this wiper stands up to heavy-duty tasks in workshops, garages, factories, and foodservice settings.\u003c\/p\u003e\n\n  \u003ctable class=\"prime-specs-table\"\u003e\n    \u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e900134\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12\" L x 9\" W\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHeavy Duty\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCenter Pull Pop-Up Box\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWipers per Box\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e220\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBoxes per Case\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e8\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTotal Wipers per Case\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003e1,760\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e34.6 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eDisposable, Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGeneral Purpose \/ Industrial Wipers\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003cp\u003eEach case contains eight individually boxed units, providing organized, accessible, and sanitary storage. The convenient center-pull pop-up design ensures one-wiper-at-a-time dispensing, reducing waste and maintaining cleanliness.\u003c\/p\u003e\n\n  \u003cul class=\"prime-feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSuperior Absorbency:\u003c\/strong\u003e Quickly tackles oils, coolants, water, and common industrial fluids.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eExceptional Durability:\u003c\/strong\u003e Reinforced synthetic fibers resist tearing and shredding during aggressive use.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eUser-Focused Design:\u003c\/strong\u003e The pop-up box allows for easy, single-handed dispensing.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eVersatile Application:\u003c\/strong\u003e Ideal for machinery maintenance, surface cleaning, spill response, and equipment wipe-down.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eProudly Made in the USA\u003c\/strong\u003e ensuring consistent quality and reliable supply.\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cp\u003eOptimize your maintenance and cleaning operations with the efficiency and robustness of Prime industrial wipers. A proven solution for professionals who value performance, convenience, and value in every task.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42770235523156,"sku":"900134","price":264.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T010038.611.png?v=1766001647"},{"product_id":"9-x-12-blue-heavy-weight-industrial-wiper-with-center-pull-pop-up-box-by-prime-1-760-case","title":"9\" x 12\" Blue Heavy Weight Industrial Wiper with Center Pull Pop-Up Box By Prime - 1,760\/Case","description":"\u003cstyle\u003e\n  .prime-wiper-description {\n    font-family: 'Segoe UI', system-ui, sans-serif;\n    color: #2d3748;\n    line-height: 1.6;\n  }\n  .prime-wiper-description h2 {\n    color: #1a365d;\n    font-size: 1.75rem;\n    font-weight: 700;\n    margin-bottom: 1.25rem;\n    border-bottom: 2px solid #e2e8f0;\n    padding-bottom: 0.75rem;\n  }\n  .prime-wiper-description h3 {\n    color: #2d3748;\n    font-size: 1.25rem;\n    font-weight: 600;\n    margin: 1.5rem 0 0.75rem 0;\n  }\n  .prime-wiper-description p {\n    margin-bottom: 1rem;\n  }\n  .prime-specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    margin: 1.5rem 0;\n    font-size: 0.95rem;\n  }\n  .prime-specs-table th {\n    background-color: #1a365d;\n    color: white;\n    font-weight: 600;\n    text-align: left;\n    padding: 0.875rem 1rem;\n    border-right: 1px solid #2c5282;\n  }\n  .prime-specs-table td {\n    padding: 0.875rem 1rem;\n    border-bottom: 1px solid #e2e8f0;\n    background-color: #f8fafc;\n  }\n  .prime-specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .prime-specs-table tr:nth-child(even) td {\n    background-color: #ffffff;\n  }\n  .highlight-box {\n    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n    border-left: 4px solid #3182ce;\n    padding: 1.25rem;\n    border-radius: 0 6px 6px 0;\n    margin: 1.5rem 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prime-wiper-description\"\u003e\n  \u003ch2\u003ePrime 9\" x 12\" Heavy Weight Industrial Wiper with Center Pull Pop-Up Box\u003c\/h2\u003e\n  \n  \u003cp\u003eEngineered for demanding industrial environments, the Prime heavy weight industrial wiper delivers exceptional performance for tough cleaning challenges. Its superior construction handles spills, grease, grime, and routine maintenance with reliable absorbency and durability.\u003c\/p\u003e\n  \n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003e\u003cstrong\u003eOptimized Efficiency:\u003c\/strong\u003e Each case contains 8 individual center-pull boxes for organized storage and easy one-handed dispensing, minimizing downtime and maximizing workflow productivity.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n  \u003ctable class=\"prime-specs-table\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSKU Number\u003c\/th\u003e\n      \u003ctd\u003e900135\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eDimensions\u003c\/th\u003e\n      \u003ctd\u003e9\" Width × 12\" Length\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eWeight Classification\u003c\/th\u003e\n      \u003ctd\u003eHeavy Duty\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaterial Composition\u003c\/th\u003e\n      \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eColor\u003c\/th\u003e\n      \u003ctd\u003eBlue\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003ePackage Configuration\u003c\/th\u003e\n      \u003ctd\u003e220 Wipers per Box \/ 8 Boxes per Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eTotal Quantity\u003c\/th\u003e\n      \u003ctd\u003e1,760 Wipers per Case\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eShipping Weight\u003c\/th\u003e\n      \u003ctd\u003e35.4 lbs.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eDispenser Style\u003c\/th\u003e\n      \u003ctd\u003eCenter Pull Pop-Up Box\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eProduct Type\u003c\/th\u003e\n      \u003ctd\u003eGeneral Purpose \/ Industrial Wipers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eFeatures\u003c\/th\u003e\n      \u003ctd\u003eDisposable | Made in America\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n  \n  \u003ch3\u003eIndustrial Applications\u003c\/h3\u003e\n  \u003cp\u003eIdeal for manufacturing facilities, automotive shops, foodservice sanitation, warehouse maintenance, and construction sites. These wipers provide a practical solution for oil, coolant, ink, adhesive, and general industrial residue cleanup.\u003c\/p\u003e\n  \n  \u003cp\u003eThe synthetic fiber construction ensures consistent texture and performance, while the blue color allows for clear usage monitoring. Designed for single-use efficiency, these wipers maintain hygiene standards and reduce cross-contamination risks in regulated environments.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42770242371668,"sku":"900135","price":264.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T010521.777.png?v=1766001931"},{"product_id":"9-x-12-blue-medium-weight-industrial-wiper-with-center-pull-pop-up-box-by-prime-1-760-case","title":"9\" x 12\" Blue Medium Weight Industrial Wiper with Center Pull Pop-Up Box By Prime - 1,760\/Case","description":"\u003cdiv class=\"prime-wiper-description\" style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; max-width: 800px; margin: 0 auto;\"\u003e\n  \n  \u003ch2 style=\"color: #2c3e50; font-size: 28px; margin-bottom: 20px; border-bottom: 2px solid #3498db; padding-bottom: 10px;\"\u003e\n    Prime 9\" x 12\" Industrial Wipers with Pop-Up Box\n  \u003c\/h2\u003e\n  \n  \u003cp style=\"font-size: 17px; margin-bottom: 25px;\"\u003e\n    Elevate your commercial cleaning with Prime industrial wipers. Designed for superior durability and absorption, these medium-weight wipers outperform standard paper towels and disposable wipers. The convenient center-pull pop-up box ensures quick, one-handed dispensing—perfect for fast-paced environments.\n  \u003c\/p\u003e\n  \n  \u003cdiv style=\"background: #f8f9fa; border-radius: 8px; padding: 25px; margin: 30px 0; border-left: 4px solid #3498db;\"\u003e\n    \u003ch3 style=\"color: #2c3e50; margin-top: 0; margin-bottom: 15px; font-size: 20px;\"\u003e\n      Key Features\n    \u003c\/h3\u003e\n    \u003cul style=\"margin: 0; padding-left: 20px; columns: 2; column-gap: 40px;\"\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eHigh-absorption synthetic fibers\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eCenter-pull pop-up box for easy dispensing\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eMade in America\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eMore durable than paper alternatives\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eIdeal for general purpose cleaning\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eMedium weight for versatile use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cp style=\"font-size: 17px; margin-bottom: 25px;\"\u003e\n    Each case contains 8 individual boxes with 220 wipers per box (1,760 total), providing exceptional value for high-volume operations. The 9\" x 12\" size offers optimal coverage for efficient cleaning and scrubbing tasks.\n  \u003c\/p\u003e\n  \n  \u003ch3 style=\"color: #2c3e50; font-size: 22px; margin: 35px 0 20px; padding-bottom: 10px; border-bottom: 1px solid #eee;\"\u003e\n    Product Specifications\n  \u003c\/h3\u003e\n  \n  \u003cdiv style=\"overflow-x: auto; border-radius: 8px; border: 1px solid #e1e5e9;\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; min-width: 500px;\"\u003e\n      \u003ctbody\u003e\n        \u003ctr style=\"background-color: #f8fafc;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; width: 40%; color: #2c3e50;\"\u003eSKU #\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003e900136\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003eQuantity\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003e1,760 wipers per case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"background-color: #f8fafc;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003eDimensions\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003e9\" W × 12\" L\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003eColor\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003eBlue\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"background-color: #f8fafc;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003eMaterial\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003eSynthetic fibers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003eWeight\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003eMedium\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"background-color: #f8fafc;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003ePackage Style\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003eCenter-pull pop-up boxes\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003ePackage Details\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003e8 boxes\/case, 220 wipers\/box\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"background-color: #f8fafc;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9; font-weight: 600; color: #2c3e50;\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px; border-bottom: 1px solid #e1e5e9;\"\u003e16.5 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; color: #2c3e50;\"\u003eType\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003eGeneral purpose industrial wipers\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003cp style=\"font-size: 16px; margin-top: 25px; color: #555; font-style: italic;\"\u003e\n    Upgrade your maintenance supplies with Prime industrial wipers—combining practical functionality with reliable performance for all your cleaning needs.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42770253480020,"sku":"900136","price":184.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T010935.169.png?v=1766002205"},{"product_id":"9-x-16-1-2-white-heavy-weight-industrial-wiper-with-pop-up-box-by-prime-400-case","title":"9\" x 16 1\/2\" White Heavy Weight Industrial Wiper with Pop-Up Box By Prime - 400\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n    \u003ch2\u003ePrime Heavyweight Industrial Wiper with Pop-Up Box\u003c\/h2\u003e\n    \u003cp\u003eMeet the ultimate cleaning companion for demanding environments. The Prime 9\" x 16½\" heavyweight industrial wiper delivers exceptional durability and superior absorbency for tackling tough spills, scrubbing surfaces, and removing stubborn dirt and grime. Designed for performance, these white wipers are your reliable partner for heavy-duty cleaning tasks.\u003c\/p\u003e\n    \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\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e900137\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e9\" × 16½\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhite\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eHeavy\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e50 Count per Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eCase Quantity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e400 (8 Boxes × 50 Wipers)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e12.6 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eDisposable • Made in America • Pop-Up Box Design\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eGeneral Purpose \u0026amp; Industrial Wipers\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eEach case contains 8 convenient pop-up boxes with 50 wipers each, ensuring easy storage and dispensing. These disposable wipers combine practical functionality with reliable performance, making them ideal for industrial, commercial, and foodservice sanitation applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n    font-family: 'Segoe UI', system-ui, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.prime-wiper-description h2 {\n    color: #2c3e50;\n    font-size: 28px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #3498db;\n}\n\n.prime-wiper-description p {\n    margin-bottom: 25px;\n    font-size: 16px;\n    color: #444;\n}\n\n.specs-table-container {\n    margin: 25px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n}\n\n.specs-table thead th {\n    background: #2c3e50;\n    color: white;\n    font-size: 18px;\n    padding: 18px;\n    text-align: center;\n    font-weight: 700;\n}\n\n.specs-table tbody tr {\n    border-bottom: 1px solid #f0f0f0;\n    transition: background 0.2s ease;\n}\n\n.specs-table tbody tr:hover {\n    background: #f8fafc;\n}\n\n.specs-table td {\n    padding: 14px 18px;\n    font-size: 15px;\n}\n\n.specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 35%;\n    border-right: 1px solid #f0f0f0;\n    background: #f9f9f9;\n}\n\n.specs-table td:last-child {\n    color: #555;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772041072724,"sku":"900137","price":125.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T103737.153.png?v=1766036267"},{"product_id":"9-x-11-1-2-white-light-weight-industrial-wiper-with-center-pull-pop-up-box-by-prime-1-760-case","title":"9\" x 11 1\/2\" White Light Weight Industrial Wiper with Center Pull Pop-Up Box By Prime - 1,760\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n    \u003ch2\u003ePrime Lightweight Industrial Wiper with Center-Pull Pop-Up Box\u003c\/h2\u003e\n    \u003cp\u003eStreamline your daily cleaning operations with the Prime 9\" x 11½\" white lightweight industrial wiper. Designed for efficiency and convenience, these wipers are perfect for light cleaning tasks across janitorial, hospitality, and manufacturing environments. The innovative center-pull pop-up box ensures easy, one-handed dispensing without interrupting workflow.\u003c\/p\u003e\n    \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\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e900138\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e9\" × 11½\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhite\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eWeight Category\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eLight\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eDRC\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e220 Count per Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eCase Quantity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e1,760 (8 Boxes × 220 Wipers)\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.8 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eDisposable • Made in America • Center-Pull Design\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003ePop-Up Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eGeneral Purpose \u0026amp; Industrial Wipers\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eEach case contains 8 individually boxed units with 220 wipers per box, providing exceptional value and reduced replacement frequency. The disposable design and American manufacturing ensure reliable performance for everyday wiping needs in commercial and industrial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d3748;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.prime-wiper-description h2 {\n    color: #1a365d;\n    font-size: 26px;\n    font-weight: 700;\n    margin-bottom: 18px;\n    padding-bottom: 12px;\n    border-bottom: 2px solid #4299e1;\n    letter-spacing: -0.3px;\n}\n\n.prime-wiper-description p {\n    margin-bottom: 22px;\n    font-size: 15.5px;\n    color: #4a5568;\n}\n\n.specs-table-container {\n    margin: 24px 0;\n    border-radius: 6px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n    border: 1px solid #e2e8f0;\n}\n\n.specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n}\n\n.specs-table thead th {\n    background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);\n    color: white;\n    font-size: 17px;\n    padding: 16px;\n    text-align: center;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr {\n    border-bottom: 1px solid #edf2f7;\n    transition: background 0.15s ease;\n}\n\n.specs-table tbody tr:hover {\n    background: #f7fafc;\n}\n\n.specs-table td {\n    padding: 13px 16px;\n    font-size: 14.5px;\n    vertical-align: top;\n}\n\n.specs-table td:first-child {\n    font-weight: 600;\n    color: #2d3748;\n    width: 38%;\n    border-right: 1px solid #e2e8f0;\n    background: #f8fafc;\n}\n\n.specs-table td:last-child {\n    color: #4a5568;\n    font-weight: 500;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772048052308,"sku":"900138","price":170.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T104256.110.png?v=1766036587"},{"product_id":"9-x-16-1-2-blue-medium-weight-industrial-wiper-with-pop-up-box-by-prime-1-260-case","title":"9\" x 16 1\/2\" Blue Medium Weight Industrial Wiper with Pop-Up Box By Prime - 1,260\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n    \u003ch2\u003ePrime Blue Medium-Weight Industrial Wiper with Pop-Up Box\u003c\/h2\u003e\n    \u003cp\u003eExperience superior cleaning performance with the Prime 9\" x 16½\" blue medium-weight industrial wiper. Engineered for exceptional versatility and durability, this commercial-grade wiper outperforms traditional paper-based wipers and paper towels with enhanced absorbency and strength. The convenient pop-up box design ensures effortless dispensing during busy operations.\u003c\/p\u003e\n    \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\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e900139\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e9\" × 16½\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eBlue\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eWeight Category\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eMedium\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e126 Count per Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eCase Quantity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e1,260 (10 Boxes × 126 Wipers)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e17.8 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eDisposable • Made in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003ePop-Up Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eGeneral Purpose \u0026amp; Industrial Wipers\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eEach case contains 10 individually packaged boxes with 126 wipers per box, providing an ideal balance of performance and value. Upgrade your commercial cleaning operations with these durable, absorbent wipers designed to handle everyday cleaning and scrubbing tasks with exceptional efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: #1f2937;\n    line-height: 1.65;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.prime-wiper-description h2 {\n    color: #1e40af;\n    font-size: 27px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    padding-bottom: 14px;\n    border-bottom: 2px solid #3b82f6;\n    letter-spacing: -0.4px;\n}\n\n.prime-wiper-description p {\n    margin-bottom: 24px;\n    font-size: 16px;\n    color: #4b5563;\n}\n\n.specs-table-container {\n    margin: 26px 0;\n    border-radius: 7px;\n    overflow: hidden;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.05);\n    border: 1px solid #e5e7eb;\n}\n\n.specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n}\n\n.specs-table thead th {\n    background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);\n    color: white;\n    font-size: 18px;\n    padding: 18px;\n    text-align: center;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n}\n\n.specs-table tbody tr {\n    border-bottom: 1px solid #f3f4f6;\n    transition: background 0.18s ease;\n}\n\n.specs-table tbody tr:hover {\n    background: #f9fafb;\n}\n\n.specs-table td {\n    padding: 14px 18px;\n    font-size: 15px;\n    vertical-align: middle;\n}\n\n.specs-table td:first-child {\n    font-weight: 600;\n    color: #111827;\n    width: 36%;\n    border-right: 1px solid #e5e7eb;\n    background: #f8fafc;\n}\n\n.specs-table td:last-child {\n    color: #374151;\n    font-weight: 500;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772063060052,"sku":"900139","price":128.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T104802.491.png?v=1766036895"},{"product_id":"9-x-12-white-medium-weight-industrial-wiper-with-center-pull-pop-up-box-by-prime-1-760-case","title":"9\" x 12\" White Medium Weight Industrial Wiper with Center Pull Pop-Up Box By Prime - 1,760\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n    \u003ch2\u003ePrime White Medium-Weight Industrial Wiper with Center-Pull Box\u003c\/h2\u003e\n    \u003cp\u003eElevate your cleaning standards with the Prime 9\" x 12\" white medium-weight industrial wiper. This versatile and durable cleaning solution offers superior performance compared to traditional paper-based wipers and paper towels, delivering enhanced absorbency and resilience for demanding commercial environments. The innovative center-pull pop-up box ensures quick, one-handed access during busy operations.\u003c\/p\u003e\n    \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\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e900140\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e9\" × 12\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhite\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eWeight Category\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eMedium\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e220 Count per Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eCase Quantity\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e1,760 (8 Boxes × 220 Wipers)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e17 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eDisposable • Made in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCenter-Pull Pop-Up Box\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eGeneral Purpose \u0026amp; Industrial Wipers\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eEach case contains 8 convenient boxes with 220 wipers per box, providing exceptional value and reducing maintenance frequency. Designed to upgrade any commercial cleaning operation, these wipers handle scrubbing and cleaning tasks with reliable efficiency and lasting durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.62;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.prime-wiper-description h2 {\n    color: #1a1a1a;\n    font-size: 26px;\n    font-weight: 700;\n    margin-bottom: 18px;\n    padding-bottom: 12px;\n    border-bottom: 2px solid #6b7280;\n    letter-spacing: -0.35px;\n}\n\n.prime-wiper-description p {\n    margin-bottom: 22px;\n    font-size: 15.5px;\n    color: #4b5563;\n}\n\n.specs-table-container {\n    margin: 24px 0;\n    border-radius: 6px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n    border: 1px solid #e5e7eb;\n}\n\n.specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n}\n\n.specs-table thead th {\n    background: linear-gradient(135deg, #374151 0%, #4b5563 100%);\n    color: white;\n    font-size: 17px;\n    padding: 16px;\n    text-align: center;\n    font-weight: 700;\n    letter-spacing: 0.4px;\n}\n\n.specs-table tbody tr {\n    border-bottom: 1px solid #f3f4f6;\n    transition: background 0.16s ease;\n}\n\n.specs-table tbody tr:hover {\n    background: #f9fafb;\n}\n\n.specs-table td {\n    padding: 13px 16px;\n    font-size: 14.5px;\n    vertical-align: middle;\n}\n\n.specs-table td:first-child {\n    font-weight: 600;\n    color: #111827;\n    width: 36%;\n    border-right: 1px solid #e5e7eb;\n    background: #f8fafc;\n}\n\n.specs-table td:last-child {\n    color: #374151;\n    font-weight: 500;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772070498388,"sku":"900140","price":177.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T105319.437.png?v=1766037213"},{"product_id":"9-x-16-1-2-blue-heavy-weight-industrial-wiper-with-pop-up-box-by-prime-400-case","title":"9\" x 16 1\/2\" Blue Heavy Weight Industrial Wiper with Pop-Up Box By Prime - 400\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n  \u003ch2\u003ePrime 9\" x 16 1\/2\" Heavy Weight Industrial Wiper with Pop-Up Box\u003c\/h2\u003e\n  \n  \u003cp\u003eMeet the ultimate cleaning tool for heavy-duty industrial tasks. Engineered for superior performance, the Prime heavy weight industrial wiper delivers exceptional durability and absorbency to tackle the toughest spills, grime, and messes. Perfect for demanding environments where reliability is non-negotiable.\u003c\/p\u003e\n  \n  \u003cp\u003eEach case is conveniently packed with 8 individual pop-up boxes, ensuring easy dispensing and storage. The synthetic fiber construction provides a robust texture that stands up to rigorous scrubbing while maintaining excellent liquid retention. For efficient, high-performance cleaning without compromise, this is your ideal solution.\u003c\/p\u003e\n\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\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e900141\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuantity per Case\u003c\/td\u003e\n          \u003ctd\u003e400\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e13.5 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions\u003c\/td\u003e\n          \u003ctd\u003e9\" x 16 1\/2\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eBlue\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Style\u003c\/td\u003e\n          \u003ctd\u003ePop-Up Box\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Count\u003c\/td\u003e\n          \u003ctd\u003e50 per Box\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWeight Class\u003c\/td\u003e\n          \u003ctd\u003eHeavy\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eDisposable | Made in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eGeneral Purpose \/ Industrial Wipers\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eDesigned for professionals who require consistent quality and efficiency. The pop-up box design minimizes waste and maximizes convenience, while the heavy-weight construction ensures each wiper can handle repeated use. A reliable, American-made essential for maintenance, automotive, foodservice, and industrial sanitation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.prime-wiper-description h2 {\n  color: #2c3e50;\n  font-size: 1.8em;\n  margin-bottom: 0.75em;\n  border-bottom: 2px solid #3498db;\n  padding-bottom: 0.5em;\n}\n.prime-wiper-description p {\n  margin-bottom: 1.2em;\n}\n.specs-table-container {\n  margin: 2em 0;\n  overflow: hidden;\n  border-radius: 8px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n.specs-table thead th {\n  background: #2c3e50;\n  color: white;\n  font-size: 1.2em;\n  padding: 1em;\n  text-align: center;\n}\n.specs-table tbody tr {\n  border-bottom: 1px solid #f1f1f1;\n  transition: background 0.2s;\n}\n.specs-table tbody tr:hover {\n  background: #f8f9fa;\n}\n.specs-table td {\n  padding: 0.9em 1.2em;\n  vertical-align: top;\n}\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 40%;\n  border-right: 1px solid #eee;\n}\n.specs-table td:last-child {\n  color: #555;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772073152596,"sku":"900141","price":125.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T105955.709.png?v=1766037608"},{"product_id":"9-x-16-1-2-white-light-weight-industrial-wiper-with-pop-up-box-by-prime-900-case","title":"9\" x 16 1\/2\" White Light Weight Industrial Wiper with Pop-Up Box By Prime - 900\/Case","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n  \u003ch2\u003ePrime 9\" x 16 1\/2\" Light Weight Industrial Wiper with Pop-Up Box\u003c\/h2\u003e\n  \n  \u003cp\u003eOptimize your cleaning efficiency with the Prime light weight industrial wiper. Designed for versatile light-duty cleaning tasks, this white wiper is ideal for janitorial, hospitality, and manufacturing environments where consistent performance meets practicality.\u003c\/p\u003e\n  \n  \u003cp\u003eFeaturing a convenient pop-up box design, each wiper dispenses smoothly for quick access during busy operations. The case contains 9 individual boxes with 100 wipers each, providing ample supply for extended use while maintaining organized storage.\u003c\/p\u003e\n\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\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e900142\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuantity per Case\u003c\/td\u003e\n          \u003ctd\u003e900\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e13.7 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions\u003c\/td\u003e\n          \u003ctd\u003e9\" x 16 1\/2\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eWhite\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003eDRC\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Style\u003c\/td\u003e\n          \u003ctd\u003ePop-Up Box\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Count\u003c\/td\u003e\n          \u003ctd\u003e100 per Box\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWeight Class\u003c\/td\u003e\n          \u003ctd\u003eLight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eDisposable | Made in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eGeneral Purpose \/ Industrial Wipers\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eEngineered for reliable daily use, these disposable wipers combine American manufacturing quality with functional design. The light weight construction ensures easy handling while maintaining effective cleaning performance for surfaces that require gentle yet thorough attention.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.prime-wiper-description h2 {\n  color: #2c3e50;\n  font-size: 1.8em;\n  margin-bottom: 0.75em;\n  padding-bottom: 0.5em;\n  border-bottom: 2px solid #3498db;\n  font-weight: 600;\n}\n.prime-wiper-description p {\n  margin-bottom: 1.2em;\n  color: #555;\n}\n.specs-table-container {\n  margin: 1.8em 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n  border: 1px solid #e8e8e8;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n}\n.specs-table thead th {\n  background: #2c3e50;\n  color: #fff;\n  font-size: 1.1em;\n  padding: 1em;\n  text-align: center;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n.specs-table tbody tr {\n  border-bottom: 1px solid #f0f0f0;\n  transition: background-color 0.15s ease;\n}\n.specs-table tbody tr:hover {\n  background-color: #f8fafc;\n}\n.specs-table td {\n  padding: 0.85em 1.2em;\n  vertical-align: middle;\n}\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 38%;\n  background-color: #f9f9f9;\n  border-right: 1px solid #eee;\n}\n.specs-table td:last-child {\n  color: #444;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772076789844,"sku":"900142","price":107.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T110528.717.png?v=1766037939"},{"product_id":"12-x-12-blue-heavy-weight-industrial-wiper-jumbo-roll-by-prime-475-roll","title":"12\" x 12\" Blue Heavy Weight Industrial Wiper Jumbo Roll By Prime - 475\/Roll","description":"\u003cdiv class=\"prime-wiper-description\"\u003e\n  \u003ch2\u003ePrime 12\" x 12\" Heavy Weight Industrial Wiper Jumbo Roll\u003c\/h2\u003e\n  \n  \u003cp\u003eConfront the toughest cleaning challenges with the Prime heavy weight industrial wiper jumbo roll. Engineered for maximum durability and superior absorbency, this professional-grade wiper is designed to tackle demanding spills, grime, and surface cleaning tasks with consistent reliability.\u003c\/p\u003e\n  \n  \u003cp\u003ePerfect for industrial environments, manufacturing facilities, and automotive applications where messy situations are routine. Each jumbo roll delivers 475 uniformly sized wipers, ensuring dependable performance and efficient usage control during intensive cleaning operations.\u003c\/p\u003e\n\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\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e900143\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuantity per Roll\u003c\/td\u003e\n          \u003ctd\u003e475\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e12 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions\u003c\/td\u003e\n          \u003ctd\u003e12\" x 12\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eBlue\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003eSynthetic Fibers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Style\u003c\/td\u003e\n          \u003ctd\u003eJumbo Roll\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWeight Class\u003c\/td\u003e\n          \u003ctd\u003eHeavy\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eDisposable | Made in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eGeneral Purpose \/ Industrial Wipers\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eThe jumbo roll format provides exceptional value and reduces changeover frequency, while the heavy-weight synthetic fiber construction withstands rigorous scrubbing and repeated use. American-made quality ensures consistent performance for professional cleaning teams who demand excellence in their maintenance supplies.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-wiper-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.prime-wiper-description h2 {\n  color: #2c3e50;\n  font-size: 1.8em;\n  margin-bottom: 0.75em;\n  padding-bottom: 0.5em;\n  border-bottom: 2px solid #3498db;\n  font-weight: 600;\n}\n.prime-wiper-description p {\n  margin-bottom: 1.2em;\n  color: #555;\n}\n.specs-table-container {\n  margin: 1.8em 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 3px 12px rgba(0,0,0,0.07);\n  border: 1px solid #eaeaea;\n}\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n}\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c3e50 0%, #4a6582 100%);\n  color: #fff;\n  font-size: 1.1em;\n  padding: 1em;\n  text-align: center;\n  font-weight: 600;\n}\n.specs-table tbody tr {\n  border-bottom: 1px solid #f0f0f0;\n}\n.specs-table tbody tr:nth-child(even) {\n  background-color: #fafafa;\n}\n.specs-table tbody tr:hover {\n  background-color: #f5f9ff;\n}\n.specs-table td {\n  padding: 0.85em 1.2em;\n  vertical-align: middle;\n}\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 40%;\n  border-right: 1px solid #eee;\n}\n.specs-table td:last-child {\n  color: #444;\n  font-weight: 500;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772080787540,"sku":"900143","price":125.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T110902.530.png?v=1766038156"},{"product_id":"prime-multi-purpose-white-terry-cloth-rags-in-bulk-50-lb","title":"Prime Multi-Purpose White Terry Cloth Rags in Bulk - 50 lb.","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003cstyle\u003e\n    .prime-description { font-family: 'Segoe UI', system-ui, sans-serif; color: #333; line-height: 1.5; }\n    .prime-description h3 { color: #2c3e50; margin: 20px 0 10px; font-size: 1.25rem; border-bottom: 2px solid #ecf0f1; padding-bottom: 5px; }\n    .prime-description p { margin-bottom: 15px; }\n    .prime-description .specs-table { width: 100%; border-collapse: collapse; margin: 20px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }\n    .prime-description .specs-table th { background-color: #f8f9fa; text-align: left; padding: 12px 15px; font-weight: 600; border: 1px solid #dee2e6; }\n    .prime-description .specs-table td { padding: 12px 15px; border: 1px solid #dee2e6; background: white; }\n    .prime-description .specs-table tr:nth-child(even) td { background-color: #fdfdfd; }\n    .prime-description .feature-list { padding-left: 20px; margin: 10px 0; }\n    .prime-description .feature-list li { margin-bottom: 5px; }\n  \u003c\/style\u003e\n\n  \u003ch3\u003ePremium Multi-Purpose Cotton Terry Rags\u003c\/h3\u003e\n  \u003cp\u003eHandle everyday cleaning efficiently with Prime's white terry cloth rags. Made from 100% virgin cotton with a looped terry design, these rags offer superior absorbency for light-duty tasks like wiping, dusting, polishing, and spill control. Ideal for restaurants, bars, hotels, and commercial facilities.\u003c\/p\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e900144\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003eQuantity per Case\u003c\/th\u003e\n\u003ctd\u003e1 Case\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e50.3 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003eDimensions (per rag)\u003c\/th\u003e\n\u003ctd\u003e15-16\" W x 18-19\" L\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003e100% Virgin Cotton Terry\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eLight\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003ePattern\u003c\/th\u003e\n\u003ctd\u003eSolid\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e50 lb. Bulk Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eHighly Absorbent:\u003c\/strong\u003e Loop cotton construction quickly absorbs spills and moisture.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eReusable \u0026amp; Durable:\u003c\/strong\u003e Machine washable and bleach-safe for long-term use.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eLow Lint:\u003c\/strong\u003e Designed to minimize lint residue on surfaces.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Safe for sanitizing, drying, polishing, and window cleaning.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eCost-Effective Bulk:\u003c\/strong\u003e Approximately 300-400 rags per case (6-8 rags per pound).\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eIdeal For\u003c\/h3\u003e\n  \u003cp\u003eGeneral-purpose cleaning in foodservice, hospitality, healthcare, and industrial settings. Perfect for maintaining cleanliness and safety in high-traffic environments.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772093468756,"sku":"900144","price":341.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T112136.941.png?v=1766038909"},{"product_id":"14-x-17-white-100-cotton-bar-mop-terry-towel-by-prime-300-case","title":"14\" x 17\" White 100% Cotton Bar Mop Terry Towel By Prime - 300\/Case","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003ch2\u003ePrime N030-TT60 Premium Cotton Terry Towels\u003c\/h2\u003e\n  \n  \u003cp\u003eMaintain superior cleanliness with Prime's professional 100% cotton terry towels. Designed for commercial environments, these highly absorbent towels efficiently handle spills, grease, and grime with exceptional durability.\u003c\/p\u003e\n  \n  \u003cdiv class=\"specs-table\"\u003e\n    \u003ctable\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\u003eSKU#\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e900145\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity per Case\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e300 Towels\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e60 Count Bundles\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 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e17\" × 14\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e100% Cotton Terry\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor \u0026amp; Pattern\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWhite Solid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eTextured with Hemmed Edges\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMachine Washable • Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMulti-Purpose Bar Towels\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eProfessional Performance\u003c\/h3\u003e\n  \u003cp\u003eThese premium cotton towels offer maximum absorbency for commercial kitchens, workshops, automotive shops, and manufacturing facilities. The hemmed edges prevent fraying, ensuring long-lasting performance through repeated washing cycles.\u003c\/p\u003e\n  \n  \u003ch3\u003eVersatile Application\u003c\/h3\u003e\n  \u003cp\u003eIdeal for wiping countertops, cleaning machinery, and handling oil or paint spills. The generous 14\" × 17\" size provides ample surface area for tackling tough messes while maintaining easy handling.\u003c\/p\u003e\n  \n  \u003ch3\u003eSustainable Economy\u003c\/h3\u003e\n  \u003cp\u003eMachine washable and reusable design offers a cost-effective cleaning solution that reduces waste. Maintain a spotless environment with professional-grade towels built for demanding commercial use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n}\n\n.prime-description h2 {\n  color: #2c3e50;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #3498db;\n}\n\n.prime-description h3 {\n  color: #2c3e50;\n  font-size: 18px;\n  margin: 25px 0 12px;\n  font-weight: 600;\n}\n\n.prime-description p {\n  margin-bottom: 16px;\n  font-size: 15px;\n}\n\n.specs-table {\n  margin: 25px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: #2c3e50;\n  color: white;\n  font-size: 18px;\n  padding: 18px 15px;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #f0f0f0;\n  transition: background 0.2s;\n}\n\n.specs-table tbody tr:hover {\n  background: #f8f9fa;\n}\n\n.specs-table td {\n  padding: 14px 16px;\n  font-size: 14.5px;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 40%;\n  border-right: 1px solid #f0f0f0;\n  background: #f8f9fa;\n}\n\n.specs-table td:last-child {\n  color: #555;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772100972628,"sku":"900145","price":197.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T112820.765.png?v=1766039313"},{"product_id":"14-x-24-blue-100-cotton-huck-towel-by-prime-400-case","title":"14\" x 24\" Blue 100% Cotton Huck Towel By Prime - 400\/Case","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003ch2\u003ePrime BT50 Professional Blue Cotton Huck Towels\u003c\/h2\u003e\n  \n  \u003cp\u003eExperience superior cleaning performance with Prime's premium 100% cotton huck towels. Designed for commercial excellence, these towels deliver exceptional absorbency with a low-lint construction perfect for streak-free results on all surfaces.\u003c\/p\u003e\n  \n  \u003cdiv class=\"specs-table\"\u003e\n    \u003ctable\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\u003eSKU#\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e900146\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity per Case\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e400 Towels\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e50 Count Bundles\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e48 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e24\" × 14\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e100% Prewashed Cotton\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor \u0026amp; Pattern\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eBlue Solid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWoven Huck Towel\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eWeight Classification\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eLight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMachine Washable • Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eHuck Towels • Multi-Purpose\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eProfessional-Grade Performance\u003c\/h3\u003e\n  \u003cp\u003eSpecially treated for enhanced absorbency, these huck towels provide superior cleaning power for commercial kitchens, restaurants, hotels, and janitorial services. The prewashed cotton construction ensures maximum efficiency from first use.\u003c\/p\u003e\n  \n  \u003ch3\u003eStreak-Free Cleaning\u003c\/h3\u003e\n  \u003cp\u003eLow-lint design delivers crystal-clear results on glass, mirrors, windows, and smooth surfaces. Perfect for environments where spotless finishes are essential for customer satisfaction and professional standards.\u003c\/p\u003e\n  \n  \u003ch3\u003eDurable \u0026amp; Comfortable\u003c\/h3\u003e\n  \u003cp\u003eGets softer with each wash while maintaining structural integrity. The 24\" × 14\" size offers optimal coverage and handling for efficient cleaning of large surfaces and detailed areas alike.\u003c\/p\u003e\n  \n  \u003ch3\u003eCommercial Versatility\u003c\/h3\u003e\n  \u003cp\u003eIdeal for food service, hospitality, healthcare, and industrial applications. Reusable design provides cost-effective cleaning solutions that reduce waste and maintain exceptional hygiene standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.prime-description h2 {\n  color: #2c5282;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #4299e1;\n  font-weight: 700;\n}\n\n.prime-description h3 {\n  color: #2d3748;\n  font-size: 18px;\n  margin: 25px 0 12px;\n  font-weight: 600;\n}\n\n.prime-description p {\n  margin-bottom: 16px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.specs-table {\n  margin: 25px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  border: 1px solid #e2e8f0;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2c5282 0%, #4299e1 100%);\n  color: white;\n  font-size: 18px;\n  padding: 20px 15px;\n  text-align: center;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #edf2f7;\n  transition: all 0.2s ease;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f7fafc;\n  transform: translateY(-1px);\n  box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n}\n\n.specs-table td {\n  padding: 16px 20px;\n  font-size: 14.5px;\n  vertical-align: middle;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2d3748;\n  width: 42%;\n  border-right: 1px solid #e2e8f0;\n  background: #f8fafc;\n  font-size: 15px;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n  font-weight: 500;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) td:first-child {\n  background: #f0f7ff;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772102676564,"sku":"900146","price":358.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T113537.632.png?v=1766039750"},{"product_id":"multi-purpose-white-terry-cloth-rags-in-bulk-by-prime-10-lb","title":"Multi-Purpose White Terry Cloth Rags in Bulk By Prime - 10 lb.","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003ch2\u003ePrime N-W69-10 Premium White Terry Cloth Rags in Bulk\u003c\/h2\u003e\n  \n  \u003cp\u003eMeet your comprehensive cleaning needs with Prime's professional 100% virgin cotton terry cloth rags. Crafted for superior performance, these bulk rags offer exceptional absorbency and durability for all light-duty commercial applications.\u003c\/p\u003e\n  \n  \u003cdiv class=\"specs-table\"\u003e\n    \u003ctable\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\u003eSKU#\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e900147\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003ePackage Quantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1 Case (Bulk)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e10 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e10 lb. Weight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e18-19\" × 15-16\" (Assorted)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e100% Virgin Cotton Terry Cloth\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor \u0026amp; Pattern\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWhite Solid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eLooped Cotton Terry\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eWeight per Dozen\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e24 Ounces\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eBleach Safe • Machine Washable • Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMulti-Purpose Towels • Rags\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eAverage Count\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e60-80 Rags per Case (6-8 per lb)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003ePremium Virgin Cotton Quality\u003c\/h3\u003e\n  \u003cp\u003eUnlike recycled fiber rags, our 100% virgin cotton terry cloth construction ensures consistent quality, superior absorbency, and lightweight performance. The looped cotton design provides optimal cleaning efficiency for various applications.\u003c\/p\u003e\n  \n  \u003ch3\u003eVersatile Commercial Applications\u003c\/h3\u003e\n  \u003cp\u003ePerfect for sanitizing, dusting, polishing, drying, window washing, and absorbing spills in restaurants, bars, banquet halls, and hospitality settings. Low-lint design makes them ideal for delicate surfaces and streak-free cleaning.\u003c\/p\u003e\n  \n  \u003ch3\u003eLarge Size Advantage\u003c\/h3\u003e\n  \u003cp\u003eAt 18-19\" × 15-16\", these rags are significantly larger than standard 14\" sizes, providing better coverage and efficiency for handling substantial messes and cleaning large areas quickly.\u003c\/p\u003e\n  \n  \u003ch3\u003eEconomical \u0026amp; Sustainable\u003c\/h3\u003e\n  \u003cp\u003eBulk packaging ensures you always have ample supply while the reusable, machine-washable design offers exceptional value and reduces waste. Bleach-safe construction allows for thorough sanitization between uses.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.prime-description h2 {\n  color: #2d3748;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #4a5568;\n  font-weight: 700;\n  letter-spacing: -0.3px;\n}\n\n.prime-description h3 {\n  color: #2d3748;\n  font-size: 18px;\n  margin: 28px 0 14px;\n  font-weight: 600;\n  position: relative;\n  padding-left: 12px;\n}\n\n.prime-description h3:before {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 4px;\n  height: 18px;\n  background: #4a5568;\n  border-radius: 2px;\n}\n\n.prime-description p {\n  margin-bottom: 18px;\n  font-size: 15px;\n  color: #4a5568;\n  line-height: 1.7;\n}\n\n.specs-table {\n  margin: 30px 0;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n  border: 1px solid #e2e8f0;\n  background: white;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 18px;\n  padding: 22px 15px;\n  text-align: center;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  font-size: 16px;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #edf2f7;\n  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f8fafc;\n  box-shadow: inset 0 0 0 1px #e2e8f0;\n}\n\n.specs-table td {\n  padding: 18px 22px;\n  font-size: 15px;\n  vertical-align: middle;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2d3748;\n  width: 45%;\n  border-right: 1px solid #e2e8f0;\n  background: #f7fafc;\n  font-size: 15.5px;\n  letter-spacing: -0.1px;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n  font-weight: 500;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(odd) td:first-child {\n  background: #f0f4f8;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #fafcff;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772103856212,"sku":"900147","price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T113959.480.png?v=1766040012"},{"product_id":"multi-purpose-white-terry-cloth-rags-in-bulk-by-prime-5-lb","title":"Multi-Purpose White Terry Cloth Rags in Bulk By Prime - 5 lb.","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003ch2\u003ePrime N-W69-5 Premium White Terry Cloth Rags – 5 lb. Bulk Pack\u003c\/h2\u003e\n  \n  \u003cp\u003eOptimize your cleaning efficiency with Prime's professional-grade virgin cotton terry cloth rags. This versatile 5 lb. bulk pack delivers premium performance for all light-duty commercial cleaning applications with exceptional value.\u003c\/p\u003e\n  \n  \u003cdiv class=\"specs-table\"\u003e\n    \u003ctable\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\u003eSKU#\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e900148\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003ePackage Quantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1 Case (Bulk Pack)\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 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e5 lb. Weight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e18-19\" × 15-16\" (Assorted Sizes)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e100% Virgin Cotton Terry Cloth\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor \u0026amp; Pattern\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWhite Solid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eLooped Cotton Terry\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eWeight per Dozen\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e24 Ounces\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eBleach Safe • Machine Washable • Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMulti-Purpose Towels • Rags\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eAverage Count\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e30-40 Rags per Case (6-8 per lb)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eSuperior Virgin Cotton Construction\u003c\/h3\u003e\n  \u003cp\u003eExperience unmatched quality with 100% virgin cotton terry cloth – no recycled fibers. This premium material ensures optimal absorbency, durability, and consistent performance across every rag in the pack.\u003c\/p\u003e\n  \n  \u003ch3\u003eVersatile Commercial Performance\u003c\/h3\u003e\n  \u003cp\u003ePerfect for restaurants, bars, banquet halls, and hospitality venues. Ideal for sanitizing, dusting, polishing, drying, window washing, and quick spill absorption with low-lint performance for delicate surfaces.\u003c\/p\u003e\n  \n  \u003ch3\u003eLarge Format Efficiency\u003c\/h3\u003e\n  \u003cp\u003eAt 18-19\" × 15-16\", these rags provide 30% more surface area than standard 14\" sizes, allowing for faster cleaning, better coverage, and increased productivity in commercial environments.\u003c\/p\u003e\n  \n  \u003ch3\u003eCost-Effective Bulk Solution\u003c\/h3\u003e\n  \u003cp\u003eThe 5 lb. bulk pack offers the perfect balance of quantity and value. Reusable, machine-washable design with bleach-safe capability ensures long-term savings and reduced environmental impact.\u003c\/p\u003e\n  \n  \u003ch3\u003eConvenient \u0026amp; Sustainable\u003c\/h3\u003e\n  \u003cp\u003eMaintain consistent supply without constant reordering. The compact 5 lb. package is easy to store while providing ample rags for daily operations in any commercial setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #2d3748;\n  line-height: 1.7;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.prime-description h2 {\n  color: #2d3748;\n  font-size: 26px;\n  margin-bottom: 24px;\n  padding-bottom: 16px;\n  border-bottom: 3px solid #4c6ef5;\n  font-weight: 700;\n  letter-spacing: -0.4px;\n  position: relative;\n}\n\n.prime-description h2:after {\n  content: \"\";\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 120px;\n  height: 3px;\n  background: #748ffc;\n}\n\n.prime-description h3 {\n  color: #364fc7;\n  font-size: 18px;\n  margin: 28px 0 16px;\n  font-weight: 600;\n  padding-left: 0;\n  position: relative;\n}\n\n.prime-description h3:before {\n  content: \"✓\";\n  color: #4c6ef5;\n  font-weight: bold;\n  margin-right: 10px;\n}\n\n.prime-description p {\n  margin-bottom: 20px;\n  font-size: 15.5px;\n  color: #495057;\n  line-height: 1.75;\n}\n\n.specs-table {\n  margin: 32px 0;\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 8px 25px rgba(76, 110, 245, 0.08);\n  border: 1px solid #e9ecef;\n  background: white;\n  transition: transform 0.3s ease;\n}\n\n.specs-table:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 12px 30px rgba(76, 110, 245, 0.12);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: linear-gradient(135deg, #364fc7 0%, #4c6ef5 100%);\n  color: white;\n  font-size: 18px;\n  padding: 24px 20px;\n  text-align: center;\n  font-weight: 700;\n  letter-spacing: 0.6px;\n  text-transform: uppercase;\n  font-size: 16px;\n  border-bottom: 3px solid #5c7cfa;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #f1f3f5;\n  transition: all 0.25s ease;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f8f9ff;\n  box-shadow: inset 4px 0 0 #4c6ef5;\n}\n\n.specs-table td {\n  padding: 19px 24px;\n  font-size: 15.5px;\n  vertical-align: middle;\n  border-right: 1px solid #f1f3f5;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2d3748;\n  width: 46%;\n  background: linear-gradient(to right, #f8f9ff, #ffffff);\n  font-size: 15.5px;\n  letter-spacing: -0.1px;\n  border-right: 1px solid #e9ecef;\n}\n\n.specs-table td:last-child {\n  color: #495057;\n  font-weight: 500;\n  border-right: none;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) td:first-child {\n  background: linear-gradient(to right, #f1f3ff, #ffffff);\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772107591764,"sku":"900148","price":64.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T114412.841.png?v=1766040263"},{"product_id":"white-lightweight-new-t-shirt-rags-in-bulk-by-prime-10-lb","title":"White Lightweight New T-Shirt Rags in Bulk By Prime - 10 lb.","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003ch2\u003ePrime Premium Cotton Rags\u003c\/h2\u003e\n  \n  \u003cp\u003eStreamline your cleanup routine with Prime's premium white t-shirt rags. Crafted from 100% cotton jersey fabric, these rags offer superior absorbency and durability for industrial, janitorial, and detailing applications. The knitted construction provides gentle elasticity, making them both sturdy and surface-friendly.\u003c\/p\u003e\n  \n  \u003cdiv class=\"specs-table\"\u003e\n    \u003ctable\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\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e900149\u003c\/td\u003e\n        \u003c\/tr\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\u003e10 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions\u003c\/td\u003e\n          \u003ctd\u003e14-20\" × 14-20\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eWhite\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003e100% Cotton Jersey\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eMachine Washable \u0026amp; Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePattern\u003c\/td\u003e\n          \u003ctd\u003eSolid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eIndustrial Rags\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eEach case contains 10 lb. of assorted bright white rags, randomly cut for versatile use. The convenient box features a perforated opening for easy dispensing. These economical rags are perfect for mechanical work, painting tasks, spill cleanup, dusting, and general maintenance. Their smooth texture ensures gentle contact with surfaces while providing reliable performance.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e These rags are intended for industrial and workshop use. Slight variations in size and appearance may occur.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.prime-description h2 {\n  color: #2c3e50;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #ecf0f1;\n}\n\n.prime-description p {\n  margin-bottom: 20px;\n  font-size: 15px;\n}\n\n.specs-table {\n  margin: 25px 0;\n  overflow: hidden;\n  border-radius: 8px;\n  box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: #2c3e50;\n  color: white;\n  font-size: 16px;\n  padding: 16px;\n  text-align: center;\n  font-weight: 600;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #f1f5f9;\n  transition: background 0.2s;\n}\n\n.specs-table tbody tr:hover {\n  background: #f8fafc;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  font-size: 14.5px;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #2c3e50;\n  width: 40%;\n  border-right: 1px solid #f1f5f9;\n  background: #f8fafc;\n}\n\n.specs-table td:last-child {\n  color: #475569;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.prime-description strong {\n  color: #2c3e50;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772109000788,"sku":"900149","price":44.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T114740.609.png?v=1766040469"},{"product_id":"14-x-23-to-16-x-27-blue-recycled-100-cotton-or-wipers-in-bulk-by-prime-25-lb","title":"14\" x 23\" to 16\" x 27\" Blue Recycled 100% Cotton \"OR\" Wipers in Bulk By Prime - 25 lb.","description":"\u003cdiv class=\"prime-description\"\u003e\n  \u003ch2\u003ePrime Premium Recycled Cotton Towels\u003c\/h2\u003e\n  \n  \u003cp\u003eElevate your cleaning standards with Prime's premium blue recycled cotton multi-purpose towels. Expertly crafted from washed and sterilized tightly woven cotton, these towels deliver exceptional lint-free performance for streak-free cleaning. Ideal for professional environments requiring high hygiene standards.\u003c\/p\u003e\n  \n  \u003cdiv class=\"specs-table\"\u003e\n    \u003ctable\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\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e900150\u003c\/td\u003e\n        \u003c\/tr\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\u003e25 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions\u003c\/td\u003e\n          \u003ctd\u003e23-27\" × 14-16\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eBlue\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial\u003c\/td\u003e\n          \u003ctd\u003e100% Cotton (Recycled)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eMachine Washable • Reusable • Recycled\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePackage Size\u003c\/td\u003e\n          \u003ctd\u003e25 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePattern\u003c\/td\u003e\n          \u003ctd\u003eSolid\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStyle\u003c\/td\u003e\n          \u003ctd\u003eWoven\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eMulti-Purpose Towels\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eThese versatile towels excel at detailing, polishing, and cleaning smooth surfaces including mirrors, windows, glass, and stainless steel. Their tightly woven construction minimizes lint while providing superior absorbency and durability. Perfect for restaurants, hotels, offices, automotive detailing, and industrial applications where a spotless finish is essential.\u003c\/p\u003e\n  \n  \u003cp\u003eEach bulk case offers a cost-effective solution for maintaining professional cleanliness standards. The recycled cotton material provides an eco-friendly choice without compromising performance, making these towels both practical and sustainable for your business needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.prime-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 15px;\n}\n\n.prime-description h2 {\n  color: #2c3e50;\n  font-size: 24px;\n  margin-bottom: 20px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid #e8f4fc;\n  font-weight: 700;\n}\n\n.prime-description p {\n  margin-bottom: 22px;\n  font-size: 15.5px;\n  color: #444;\n}\n\n.specs-table {\n  margin: 28px 0;\n  overflow: hidden;\n  border-radius: 10px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.07);\n  border: 1px solid #e1e8ed;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.specs-table thead th {\n  background: #3498db;\n  color: white;\n  font-size: 17px;\n  padding: 18px;\n  text-align: center;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #f0f7ff;\n  transition: background 0.25s ease;\n}\n\n.specs-table tbody tr:hover {\n  background: #f7fbff;\n}\n\n.specs-table td {\n  padding: 15px 22px;\n  font-size: 15px;\n}\n\n.specs-table td:first-child {\n  font-weight: 650;\n  color: #2c5282;\n  width: 38%;\n  border-right: 1px solid #edf2f7;\n  background: #f8fafc;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n  font-weight: 500;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.prime-description strong {\n  color: #2c5282;\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42772120272980,"sku":"900150","price":137.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-18T115124.652.png?v=1766040702"}],"url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/janitorial.oembed?page=15","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}