{"title":"Facility \u0026 Maintenance","description":"\u003cdiv class=\"!flex items-center gap-3\"\u003e\n\u003cp class=\"text-left text-base font-semibold leading-5 hover:underline text-green-500 active:text-green-700 active:underline m-0 p-0\"\u003eFacility \u0026amp; Maintenance\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"regency-single-aluminum-swinging-traffic-door-with-9-x-14-window-36-x-84-door-opening","title":"Single Aluminum Swinging Traffic Door with 9\" x 14\" Window - 36\" x 84\" Door Opening","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            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        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .product-image {\n            flex: 1;\n            min-width: 300px;\n            background: #fff;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .product-image-placeholder {\n            width: 100%;\n            height: 300px;\n            background: linear-gradient(135deg, #e0e0e0, #f5f5f5);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #888;\n            font-size: 18px;\n        }\n        \n        .product-info {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-brand {\n            color: #e67e22;\n            font-size: 18px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .rating {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .stars {\n            color: #f39c12;\n            margin-right: 10px;\n        }\n        \n        .rating-text {\n            color: #7f8c8d;\n            font-size: 14px;\n        }\n        \n        .product-highlights {\n            background: #fef5e7;\n            border-left: 4px solid #e67e22;\n            padding: 15px;\n            border-radius: 0 8px 8px 0;\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 8px;\n        }\n        \n        .highlight-item:last-child {\n            margin-bottom: 0;\n        }\n        \n        .highlight-icon {\n            color: #e67e22;\n            margin-right: 10px;\n            font-weight: bold;\n        }\n        \n        \/* Description Section *\/\n        .description-section {\n            background: #fff;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f0f0f0;\n        }\n        \n        .description-text {\n            font-size: 16px;\n            line-height: 1.7;\n            color: #555;\n            margin-bottom: 15px;\n        }\n        \n        \/* Features Section *\/\n        .features-section {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .feature-card {\n            background: #fff;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .feature-icon {\n            font-size: 24px;\n            color: #e67e22;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-size: 18px;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .feature-text {\n            color: #666;\n            font-size: 15px;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            background: #fff;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n        }\n        \n        .benefits-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .benefit-icon {\n            background: #e67e22;\n            color: white;\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n        \n        \/* Applications Section *\/\n        .applications-section {\n            background: #fff;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            text-align: center;\n        }\n        \n        .application-item {\n            padding: 20px;\n            border-radius: 8px;\n            background: #f9f9f9;\n            transition: all 0.3s ease;\n        }\n        \n        .application-item:hover {\n            background: #fef5e7;\n            transform: scale(1.05);\n        }\n        \n        .application-icon {\n            font-size: 32px;\n            margin-bottom: 10px;\n            color: #e67e22;\n        }\n        \n        \/* Specifications Section *\/\n        .specs-section {\n            background: #fff;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\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            display: flex;\n            align-items: center;\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .spec-item:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-icon {\n            background: #e67e22;\n            color: white;\n            width: 36px;\n            height: 36px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            flex-shrink: 0;\n            font-weight: bold;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c3e50;\n            min-width: 180px;\n        }\n        \n        .spec-value {\n            color: #555;\n        }\n        \n        \/* Safety Section *\/\n        .safety-section {\n            background: #fef5e7;\n            border-radius: 10px;\n            padding: 30px;\n            margin-bottom: 30px;\n            display: flex;\n            align-items: center;\n            gap: 20px;\n        }\n        \n        .safety-icon {\n            font-size: 48px;\n            color: #e67e22;\n            flex-shrink: 0;\n        }\n        \n        .safety-content {\n            flex: 1;\n        }\n        \n        .safety-title {\n            font-size: 20px;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            background: linear-gradient(135deg, #e67e22, #2c3e50);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n        }\n        \n        .cta-title {\n            font-size: 24px;\n            margin-bottom: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: #fff;\n            color: #e67e22;\n            padding: 12px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            margin-top: 10px;\n        }\n        \n        .cta-button:hover {\n            background: #f0f0f0;\n            transform: scale(1.05);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-header {\n                flex-direction: column;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .description-section, .benefits-section, .applications-section, .specs-section {\n                padding: 20px;\n            }\n            \n            .spec-item {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n            \n            .spec-icon {\n                margin-bottom: 10px;\n            }\n            \n            .spec-label {\n                min-width: auto;\n                margin-bottom: 5px;\n            }\n            \n            .safety-section {\n                flex-direction: column;\n                text-align: center;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Product Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"product-image\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cbr\u003e\u003cimg src=\"https:\/\/cdnimg.webstaurantstore.com\/images\/products\/large\/397046\/2607208.jpg\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003ch1 class=\"product-title\"\u003eSingle Aluminum Swinging Traffic Door\u003c\/h1\u003e\n\u003cdiv class=\"product-brand\"\u003eTrusted Brand: Regency\u003c\/div\u003e\n\u003cdiv class=\"rating\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"rating-text\"\u003eRated 5 out of 5 stars\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-highlights\"\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncreases speed and efficiency in busy facilities\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLightweight aluminum construction with built-in window\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eQuiet swinging operation minimizes disruption\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-item\"\u003e\n\u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePrevents collisions with clear visibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Description Section --\u003e\n\u003cdiv class=\"description-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cp class=\"description-text\"\u003eIncrease your establishment's speed and efficiency moving from one room to the next with this Regency single aluminum swinging traffic door.\u003c\/p\u003e\n\u003cp class=\"description-text\"\u003eYour facility is a busy place, with employees constantly moving around as they serve customers, check inventory, and retrieve orders. This swinging traffic door helps keep foot traffic smooth and seamless from room to room without obstructing employees when their hands are full. It features a strong, but lightweight design and even has a built-in window to help prevent collisions. Plus, it's designed to swing quietly, so as to not interrupt customer chatter or cause discomfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eEnhanced Efficiency\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eStreamlines movement between rooms, reducing time wasted on traditional doors and improving workflow.\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\"\u003eBuilt-in Safety Window\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eClear visibility panel prevents collisions and allows employees to see approaching traffic.\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\"\u003eQuiet Operation\u003c\/h3\u003e\n\u003cp class=\"feature-text\"\u003eSmooth, silent swinging mechanism minimizes disruption to customers and staff.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-list\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eImproves employee productivity and workflow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eHands-free operation when carrying items\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eDurable aluminum construction for long-term use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eReduces workplace accidents with visibility window\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eMaintains comfortable environment with quiet operation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003eEasy installation in existing doorways\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Applications Section --\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIdeal For\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏪\u003c\/div\u003e\n\u003cspan\u003eRestaurants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏭\u003c\/div\u003e\n\u003cspan\u003eCommercial Kitchens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏥\u003c\/div\u003e\n\u003cspan\u003eHospitals \u0026amp; Clinics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏢\u003c\/div\u003e\n\u003cspan\u003eOffice Buildings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏬\u003c\/div\u003e\n\u003cspan\u003eRetail Stores\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🏭\u003c\/div\u003e\n\u003cspan\u003eWarehouses\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🏗️\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eAluminum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🚪\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eDoor Type:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSingle Swinging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e👁️\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eFeature:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBuilt-in Safety Window\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeight:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eLightweight Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🔊\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eNoise Level:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eQuiet Operation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePrimary Benefit:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eTraffic Flow Improvement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety Section --\u003e\n\u003cdiv class=\"safety-section\"\u003e\n\u003cdiv class=\"safety-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"safety-content\"\u003e\n\u003ch3 class=\"safety-title\"\u003eEnhanced Safety Features\u003c\/h3\u003e\n\u003cp class=\"description-text\"\u003eThe Regency swinging traffic door is designed with employee safety as a priority. The built-in window provides clear visibility to prevent collisions in busy corridors. The smooth, controlled swinging action reduces the risk of injuries compared to traditional doors. The lightweight aluminum construction ensures easy operation while maintaining durability for high-traffic environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action Section --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eImprove Workflow and Efficiency in Your Facility\u003c\/h2\u003e\n\u003cp\u003eUpgrade to the Regency swinging traffic door for seamless movement between rooms.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42511093137492,"sku":null,"price":747.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2577447.jpg?v=1758558079"},{"product_id":"lavex-8-white-hardwound-paper-towel-800-feet-roll-6-case-2","title":"Prime 8\" White Hardwound Paper Towel, 800 Feet \/ Roll - 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        \/* Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 20px;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #3498db;\n            font-weight: 500;\n        }\n        \n        \/* Features Section *\/\n        .features-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .feature {\n            flex: 1;\n            min-width: 300px;\n            padding: 25px;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n        \n        .feature-title {\n            font-size: 1.3rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .feature-description {\n            color: #555;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            background-color: #f8f9fa;\n            padding: 40px;\n            border-radius: 10px;\n            margin-bottom: 40px;\n        }\n        \n        .benefits-title {\n            text-align: center;\n            font-size: 2rem;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-weight: 700;\n        }\n        \n        .benefits-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-icon {\n            color: #27ae60;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        \/* Usage Section *\/\n        .usage-section {\n            margin-bottom: 40px;\n        }\n        \n        .usage-title {\n            font-size: 2rem;\n            color: #2c3e50;\n            text-align: center;\n            margin-bottom: 30px;\n            font-weight: 700;\n        }\n        \n        .usage-cards {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .usage-card {\n            flex: 1;\n            min-width: 200px;\n            max-width: 300px;\n            text-align: center;\n            padding: 20px;\n            background-color: #fff;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n        }\n        \n        .usage-icon {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .usage-text {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            border-radius: 10px;\n            margin-bottom: 40px;\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 12px 30px;\n            background-color: #e74c3c;\n            color: white;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: background-color 0.3s ease;\n        }\n        \n        .cta-button:hover {\n            background-color: #c0392b;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .feature {\n                min-width: 100%;\n            }\n            \n            .benefits-section {\n                padding: 20px;\n            }\n            \n            .usage-cards {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .usage-card {\n                max-width: 100%;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eLavex Paper Towels\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eAbsorb spills and dry freshly cleaned hands efficiently\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🧻\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eHardwound \u0026amp; Non-Perforated\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eOur hardwound roll design allows users to tear off exactly how much they need, minimizing waste and saving you money.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eExceptional Strength\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eThese strong paper towels are guaranteed to handle any task, from drying hands to cleaning up spills effectively.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💰\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eCost-Effective\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eGet premium quality paper towels at a price that won't break your budget, helping boost your bottom line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"benefits-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-list\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eMinimizes waste with customizable tear-off lengths\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHighly absorbent for effective spill cleanup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eDurable construction prevents tearing during use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eBudget-friendly without compromising quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eVersatile for various commercial settings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePromotes hygiene with reliable hand drying\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Section --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch2 class=\"usage-title\"\u003eIdeal For Various Settings\u003c\/h2\u003e\n\u003cdiv class=\"usage-cards\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🚽\u003c\/div\u003e\n\u003cp class=\"usage-text\"\u003eBathrooms\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🚰\u003c\/div\u003e\n\u003cp class=\"usage-text\"\u003eHandwashing Stations\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🧽\u003c\/div\u003e\n\u003cp class=\"usage-text\"\u003eSpill Stations\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e🏢\u003c\/div\u003e\n\u003cp class=\"usage-text\"\u003eCommercial Facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eReady to Upgrade Your Paper Towel Solution?\u003c\/h2\u003e\n\u003cp\u003eExperience the quality and efficiency of Lavex Paper Towels in your facility today.\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42511155691604,"sku":null,"price":60.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1311088_0c721ea6-c6b3-48a2-93b6-ec3087d9f4b3.jpg?v=1758558331"},{"product_id":"lavex-35-gallon-black-square-trash-can","title":"Prime 35 Gallon Black Square Trash Can","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\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: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #2c3e50 0%, #4a6572 100%);\n            color: white;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            font-weight: 400;\n        }\n        \n        \/* Main Content Section *\/\n        .content-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .image-container {\n            flex: 1;\n            min-width: 300px;\n            background-color: white;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .product-image {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n        }\n        \n        .details-container {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .features-list {\n            list-style: none;\n            margin-top: 20px;\n        }\n        \n        .features-list li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #27ae60;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Specifications Section *\/\n        .specs-section {\n            background-color: white;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            margin-bottom: 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #3498db;\n            font-weight: 600;\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            display: flex;\n            align-items: center;\n            padding: 10px 0;\n        }\n        \n        .spec-icon {\n            width: 40px;\n            height: 40px;\n            background-color: #3498db;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            color: white;\n            font-size: 1.2rem;\n        }\n        \n        .spec-text {\n            flex: 1;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        \/* Use Cases Section *\/\n        .use-cases {\n            margin-bottom: 40px;\n        }\n        \n        .cases-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .case-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            text-align: center;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .case-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        \n        .case-icon {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .case-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 10px;\n            margin-bottom: 40px;\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-item {\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .benefit-icon {\n            font-size: 1.5rem;\n            margin-right: 15px;\n            margin-top: 5px;\n            color: #e74c3c;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background-color: white;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 12px 30px;\n            background-color: #e74c3c;\n            color: white;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: background-color 0.3s ease;\n            margin-top: 10px;\n        }\n        \n        .cta-button:hover {\n            background-color: #c0392b;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .content-section {\n                flex-direction: column;\n            }\n            \n            .specs-grid, .cases-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefits-section {\n                padding: 25px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eLavex 35 Gallon Black Square Trash Can\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eKeep your facility clean and organized with this space-efficient solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cdiv class=\"details-container\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003ePerfectly proportioned for use in shopping malls, schools, and restaurants, this Lavex 35-gallon black square trash can is a wonderful addition to high-traffic areas where space is at a premium.\u003c\/p\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e35-gallon capacity prevents overflow\u003c\/li\u003e\n\u003cli\u003eSquare design maximizes space efficiency\u003c\/li\u003e\n\u003cli\u003eIdeal for high-traffic areas\u003c\/li\u003e\n\u003cli\u003eDurable construction for long-lasting use\u003c\/li\u003e\n\u003cli\u003eFits standard receptacle enclosures\u003c\/li\u003e\n\u003cli\u003eEasy to clean and maintain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\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-arrows-alt-v\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv\u003e35 Gallons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-square\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eShape\u003c\/div\u003e\n\u003cdiv\u003eSquare\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eColor\u003c\/div\u003e\n\u003cdiv\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv\u003eDurable Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Cases Section --\u003e\n\u003cdiv class=\"use-cases\"\u003e\n\u003ch2 class=\"section-title\"\u003eIdeal For\u003c\/h2\u003e\n\u003cdiv class=\"cases-grid\"\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-shopping-cart\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eShopping Malls\u003c\/h3\u003e\n\u003cp\u003ePerfect for high-traffic retail environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-school\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eSchools\u003c\/h3\u003e\n\u003cp\u003eDurable enough for educational facilities\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eRestaurants\u003c\/h3\u003e\n\u003cp\u003eHygienic solution for food service areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eOffice Buildings\u003c\/h3\u003e\n\u003cp\u003eProfessional appearance for corporate settings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 style=\"color: white; border-bottom-color: #e74c3c;\" class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSpace Efficient\u003c\/h3\u003e\n\u003cp\u003eSquare design fits perfectly in corners and tight spaces, maximizing your floor plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePrevents Overflow\u003c\/h3\u003e\n\u003cp\u003e35-gallon capacity ensures daily trash accumulation doesn't spill onto floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eVersatile Usage\u003c\/h3\u003e\n\u003cp\u003eWorks well as a standalone unit or within a receptacle enclosure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDurable Construction\u003c\/h3\u003e\n\u003cp\u003eBuilt to withstand the demands of high-traffic commercial environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eUpgrade Your Facility's Waste Management\u003c\/h2\u003e\n\u003cp\u003eAdd this space-efficient, high-capacity trash can to your commercial space today.\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42511200321620,"sku":null,"price":76.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2161660.jpg?v=1758558706"},{"product_id":"lavex-hercules-45-gallon-2-mil-40-x-46-low-density-heavy-duty-black-can-liner-trash-bag-100-case","title":"Prime 45 Gallon 2 Mil 40\" x 46\" Low-Density Heavy-Duty Black Can Liner \/ Trash Bag - 100\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\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: #f9f9f9;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);\n            color: white;\n            border-radius: 10px;\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #e74c3c, #3498db, #2ecc71);\n        }\n        \n        .product-title {\n            font-size: 2.3rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            font-weight: 400;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Main Content Section *\/\n        .content-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .image-container {\n            flex: 1;\n            min-width: 300px;\n            background-color: white;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .product-image {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n        }\n        \n        .details-container {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, #3498db, #2c3e50);\n            color: white;\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 25px;\n        }\n        \n        .highlight-title {\n            font-size: 1.4rem;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .features-list {\n            list-style: none;\n            margin-top: 20px;\n        }\n        \n        .features-list li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #27ae60;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Specifications Section *\/\n        .specs-section {\n            background-color: white;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            margin-bottom: 40px;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #3498db;\n            font-weight: 600;\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            display: flex;\n            align-items: center;\n            padding: 10px 0;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .spec-icon {\n            width: 40px;\n            height: 40px;\n            background-color: #2c3e50;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            color: white;\n            font-size: 1.2rem;\n        }\n        \n        .spec-text {\n            flex: 1;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c3e50;\n        }\n        \n        \/* Features Detail Section *\/\n        .features-detail {\n            margin-bottom: 40px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n        \n        \/* Use Cases Section *\/\n        .use-cases {\n            margin-bottom: 40px;\n        }\n        \n        .cases-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        \n        .case-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 20px;\n            text-align: center;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .case-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.1);\n        }\n        \n        .case-icon {\n            font-size: 2.5rem;\n            color: #3498db;\n            margin-bottom: 15px;\n        }\n        \n        .case-title {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        \/* Eco-Friendly Section *\/\n        .eco-section {\n            background: linear-gradient(135deg, #2ecc71, #27ae60);\n            color: white;\n            padding: 40px;\n            border-radius: 10px;\n            margin-bottom: 40px;\n            text-align: center;\n        }\n        \n        .eco-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n        \n        .eco-title {\n            font-size: 2rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 30px;\n            background-color: white;\n            border-radius: 10px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.05);\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 12px 30px;\n            background-color: #e74c3c;\n            color: white;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: background-color 0.3s ease;\n            margin-top: 10px;\n        }\n        \n        .cta-button:hover {\n            background-color: #c0392b;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .content-section {\n                flex-direction: column;\n            }\n            \n            .specs-grid, .cases-grid, .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .eco-section {\n                padding: 25px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eLavex Hercules Heavy-Duty Black Low-Density Can Liner\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003e45 Gallon • 2 Mil • 40\" x 46\" • Professional Waste Management Solution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003c!-- Placeholder for product image --\u003e\n\u003cdiv class=\"product-image\" style=\"width: 100%; height: 300px; background-color: #1a1a1a; display: flex; align-items: center; justify-content: center; color: #ddd; font-size: 1.2rem; border: 2px solid #444;\"\u003e\u003cimg src=\"https:\/\/cdnimg.webstaurantstore.com\/images\/products\/large\/613079\/2242636.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-container\"\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch2 class=\"highlight-title\"\u003eHeavy-Duty Performance\u003c\/h2\u003e\n\u003cp\u003eDesigned for busy commercial establishments, this versatile can liner is ideal for high-traffic areas including restaurants, retail stores, and cafeterias.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e2 mil thickness for outdoor and high-traffic use\u003c\/li\u003e\n\u003cli\u003eBlack color hides contents for a professional appearance\u003c\/li\u003e\n\u003cli\u003eMade from recycled plastics and resins\u003c\/li\u003e\n\u003cli\u003eResistant to puncturing and tearing\u003c\/li\u003e\n\u003cli\u003eStar-sealed bottom for leak prevention\u003c\/li\u003e\n\u003cli\u003eStretches more easily than high-density bags\u003c\/li\u003e\n\u003cli\u003eIdeal for sharp, irregular objects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\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-hanging\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv\u003e45 Gallons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv\u003e40\" x 46\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-layer-group\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eThickness\u003c\/div\u003e\n\u003cdiv\u003e2 Mil\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-palette\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eColor\u003c\/div\u003e\n\u003cdiv\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-recycle\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv\u003eLow-Density Polyethylene (LDPE)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-industry\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSeal Type\u003c\/div\u003e\n\u003cdiv\u003eStar-Sealed Bottom\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Detail Section --\u003e\n\u003cdiv class=\"features-detail\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003ePuncture Resistant\u003c\/h3\u003e\n\u003cp\u003eMade from recycled plastics and resins that resist puncturing and tearing, perfect for sharp or irregular objects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-expand-arrows-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSuperior Stretch\u003c\/h3\u003e\n\u003cp\u003eLow-density construction allows the bag to stretch more easily than high-density alternatives, accommodating more waste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-tint-slash\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eLeak Prevention\u003c\/h3\u003e\n\u003cp\u003eStar-sealed bottom conforms to the shape of your trash can, virtually eliminating leaks and spills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Cases Section --\u003e\n\u003cdiv class=\"use-cases\"\u003e\n\u003ch2 class=\"section-title\"\u003eIdeal For\u003c\/h2\u003e\n\u003cdiv class=\"cases-grid\"\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eRestaurants\u003c\/h3\u003e\n\u003cp\u003eWithstand food waste and high-volume disposal needs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-store\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eRetail Stores\u003c\/h3\u003e\n\u003cp\u003eProfessional appearance with heavy-duty performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-school\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eSchools \u0026amp; Cafeterias\u003c\/h3\u003e\n\u003cp\u003eDurable enough for educational environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"case-card\"\u003e\n\u003cdiv class=\"case-icon\"\u003e\n\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"case-title\"\u003eOffice Buildings\u003c\/h3\u003e\n\u003cp\u003eReliable waste management for commercial spaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Eco-Friendly Section --\u003e\n\u003cdiv class=\"eco-section\"\u003e\n\u003cdiv class=\"eco-icon\"\u003e\n\u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"eco-title\"\u003eEco-Friendly Solution\u003c\/h2\u003e\n\u003cp\u003eMade from recycled plastics and resins, this trash bag is a simple way to incorporate green initiatives at your establishment. Keep your workspace clean while demonstrating a commitment to the environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eUpgrade Your Waste Management System\u003c\/h2\u003e\n\u003cp\u003eExperience the durability and reliability of Lavex Hercules heavy-duty trash bags.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42511226634324,"sku":null,"price":69.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2258154.jpg?v=1758559054"},{"product_id":"elegant-2-ply-paper-towel-roll-70-sheets-roll-30-case-1","title":"Elegant 2-Ply Paper Towel Roll, 70 Sheets\/Roll - 30\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\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: #fefefe;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .product-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #f8f5f0 0%, #e8e2d6 100%);\n            border-radius: 12px;\n            box-shadow: 0 6px 15px rgba(0,0,0,0.05);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header:before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #d4af37, #c19b59, #d4af37);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: #5a4a3a;\n            margin-bottom: 15px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #7a6a5a;\n            font-weight: 400;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n        \n        \/* Main Content Section *\/\n        .content-section {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-bottom: 50px;\n            align-items: center;\n        }\n        \n        .image-container {\n            flex: 1;\n            min-width: 300px;\n            background-color: white;\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px solid #f0e6d6;\n        }\n        \n        .product-image {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n        }\n        \n        .details-container {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, #f0e6d6, #e8dcc9);\n            color: #5a4a3a;\n            padding: 25px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            border-left: 4px solid #d4af37;\n        }\n        \n        .highlight-title {\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .features-list {\n            list-style: none;\n            margin-top: 25px;\n        }\n        \n        .features-list li {\n            margin-bottom: 15px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 1.1rem;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 1.3rem;\n        }\n        \n        \/* Specifications Section *\/\n        .specs-section {\n            background-color: white;\n            padding: 35px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            margin-bottom: 50px;\n            border: 1px solid #f0e6d6;\n        }\n        \n        .section-title {\n            font-size: 1.9rem;\n            color: #5a4a3a;\n            margin-bottom: 25px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid #d4af37;\n            font-weight: 600;\n            text-align: center;\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            display: flex;\n            align-items: center;\n            padding: 15px 0;\n            border-bottom: 1px solid #f0e6d6;\n        }\n        \n        .spec-icon {\n            width: 50px;\n            height: 50px;\n            background-color: #f0e6d6;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 20px;\n            color: #5a4a3a;\n            font-size: 1.3rem;\n        }\n        \n        .spec-text {\n            flex: 1;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #5a4a3a;\n            font-size: 1.1rem;\n        }\n        \n        .spec-value {\n            color: #7a6a5a;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits-section {\n            margin-bottom: 50px;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n        }\n        \n        .benefit-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n            text-align: center;\n            border: 1px solid #f0e6d6;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n        }\n        \n        .benefit-icon {\n            font-size: 3rem;\n            color: #d4af37;\n            margin-bottom: 20px;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #5a4a3a;\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n        }\n        \n        \/* Use Cases Section *\/\n        .use-cases {\n            background: linear-gradient(135deg, #f8f5f0 0%, #f0e6d6 100%);\n            padding: 40px;\n            border-radius: 12px;\n            margin-bottom: 50px;\n        }\n        \n        .use-cases-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .use-case {\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .use-case-icon {\n            font-size: 2.5rem;\n            color: #5a4a3a;\n            margin-bottom: 15px;\n        }\n        \n        .use-case-text {\n            font-weight: 500;\n            color: #5a4a3a;\n        }\n        \n        \/* Call to Action *\/\n        .cta-section {\n            text-align: center;\n            padding: 40px;\n            background-color: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #f0e6d6;\n        }\n        \n        .cta-title {\n            font-size: 2rem;\n            color: #5a4a3a;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .cta-subtitle {\n            color: #7a6a5a;\n            margin-bottom: 25px;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 14px 35px;\n            background: linear-gradient(135deg, #d4af37, #c19b59);\n            color: white;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            font-size: 1.2rem;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .content-section {\n                flex-direction: column;\n            }\n            \n            .specs-grid, .benefits-grid, .use-cases-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .spec-item {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .spec-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n            \n            .use-cases {\n                padding: 25px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Header Section --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eElegant 2-Ply Paper Towel Roll\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003ePremium quality paper towels offering strength, absorbency, and softness for all your cleaning needs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Content Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003c!-- Placeholder for product image --\u003e\n\u003cdiv class=\"product-image\" style=\"width: 100%; height: 350px; background: linear-gradient(135deg, #f0e6d6, #e8dcc9); display: flex; align-items: center; justify-content: center; color: #7a6a5a; font-size: 1.2rem; border-radius: 8px; flex-direction: column;\"\u003e\n\u003ci class=\"fas fa-roll-of-paper\" style=\"font-size: 5rem; margin-bottom: 20px;\"\u003e\u003c\/i\u003e \u003cspan style=\"font-size: 1.5rem; font-weight: 600; background-color: initial; color: rgb(90, 74, 58);\"\u003eLarge Sheet Size for Maximum Efficiency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-container\"\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eWith generous 11\" x 8\" sheets, these paper towels make quick work of big spills and messes. Each towel combines the perfect balance of strength, absorbency, and softness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e2-ply construction for enhanced durability\u003c\/li\u003e\n\u003cli\u003eExceptional absorbency for effective cleaning\u003c\/li\u003e\n\u003cli\u003eSoft texture that's gentle on hands\u003c\/li\u003e\n\u003cli\u003eLarge 11\" x 8\" sheet size\u003c\/li\u003e\n\u003cli\u003eReliable strength for tough messes\u003c\/li\u003e\n\u003cli\u003eConvenient roll format for easy dispensing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\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-combined\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSheet Size\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e11\" x 8\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-layer-group\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePly\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2-Ply\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-tint\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eAbsorbency\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eHigh\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-weight-hanging\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStrength\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eReinforced\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-softness\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTexture\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSoft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\n\u003ci class=\"fas fa-box-open\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-text\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFormat\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRoll\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Paper Towels?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eSuperior Strength\u003c\/h3\u003e\n\u003cp\u003e2-ply construction provides exceptional durability, even when wet, preventing tears and breakdown during use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-tint\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eMaximum Absorbency\u003c\/h3\u003e\n\u003cp\u003eQuickly soaks up spills and messes with high-absorbent fibers that lock in moisture effectively.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-hand-sparkles\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eGentle Softness\u003c\/h3\u003e\n\u003cp\u003eSoft texture feels gentle on hands while maintaining the strength needed for tough cleaning tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Cases Section --\u003e\n\u003cdiv class=\"use-cases\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For Every Cleaning Task\u003c\/h2\u003e\n\u003cdiv class=\"use-cases-grid\"\u003e\n\u003cdiv class=\"use-case\"\u003e\n\u003cdiv class=\"use-case-icon\"\u003e\n\u003ci class=\"fas fa-kitchen-set\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-text\"\u003eKitchen Spills\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case\"\u003e\n\u003cdiv class=\"use-case-icon\"\u003e\n\u003ci class=\"fas fa-bath\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-text\"\u003eBathroom Surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case\"\u003e\n\u003cdiv class=\"use-case-icon\"\u003e\n\u003ci class=\"fas fa-desktop\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-text\"\u003eOffice Cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case\"\u003e\n\u003cdiv class=\"use-case-icon\"\u003e\n\u003ci class=\"fas fa-utensils\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-text\"\u003eDining Areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case\"\u003e\n\u003cdiv class=\"use-case-icon\"\u003e\n\u003ci class=\"fas fa-hand-sparkles\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-text\"\u003eHand Drying\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case\"\u003e\n\u003cdiv class=\"use-case-icon\"\u003e\n\u003ci class=\"fas fa-soap\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"use-case-text\"\u003eGeneral Cleaning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eExperience Premium Quality\u003c\/h2\u003e\n\u003cp class=\"cta-subtitle\"\u003eUpgrade your cleaning routine with our Elegant 2-ply paper towels. Perfect for homes, offices, and commercial establishments.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42511239643220,"sku":null,"price":52.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2677172_6bfebe05-6587-4189-a3a7-411b4ce1a978.jpg?v=1759137088"},{"product_id":"quick-dam-grab-go-flood-control-kit-with-10-5-flood-barriers-qdgg5-10","title":"Quick Dam Grab \u0026 Go Flood Control Kit with (10) 5' Flood Barriers QDGG5-10","description":"\u003cstyle\u003e\n  .quickdam-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  .quickdam-title {\n    font-size: 24px;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 20px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #f0f0f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    margin: 25px 0;\n    background: white;\n  }\n  \n  .specs-table th {\n    background-color: #f8f9fa;\n    font-weight: 600;\n    text-align: left;\n    padding: 14px 16px;\n    border-bottom: 1px solid #eaeaea;\n    font-size: 14px;\n    color: #2d3748;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #eaeaea;\n    font-size: 15px;\n    color: #4a5568;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-table tr:hover {\n    background-color: #fafafa;\n  }\n  \n  .feature-list {\n    margin: 20px 0;\n    padding-left: 20px;\n  }\n  \n  .feature-list li {\n    margin-bottom: 8px;\n    position: relative;\n    padding-left: 8px;\n  }\n  \n  .feature-list li:before {\n    content: \"✓\";\n    color: #22c55e;\n    font-weight: bold;\n    position: absolute;\n    left: -15px;\n  }\n  \n  .color-badge {\n    display: inline-block;\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    margin-right: 6px;\n    vertical-align: middle;\n  }\n  \n  .color-black {\n    background-color: #1a1a1a;\n  }\n  \n  .color-orange {\n    background-color: #f97316;\n  }\n  \n  .highlight {\n    background-color: #fff7ed;\n    padding: 16px;\n    border-radius: 6px;\n    border-left: 4px solid #f97316;\n    margin: 20px 0;\n  }\n  \n  .kit-includes {\n    background-color: #f0f9ff;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #0ea5e9;\n  }\n  \n  .dimensions {\n    font-family: 'Courier New', monospace;\n    background-color: #f8fafc;\n    padding: 12px;\n    border-radius: 4px;\n    display: inline-block;\n    margin: 5px 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"quickdam-description\"\u003e\n  \u003ch1 class=\"quickdam-title\"\u003eQuick Dam QDGG5-10 Flood Control Kit\u003c\/h1\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSKU #\u003c\/th\u003e\n      \u003ctd\u003e120111\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eQuantity\u003c\/th\u003e\n      \u003ctd\u003e1 Kit (Includes 10 Barriers)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eShipping Weight\u003c\/th\u003e\n      \u003ctd\u003e15 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eBarrier Length\u003c\/th\u003e\n      \u003ctd\u003e60 Inches (5 Feet)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaximum Height\u003c\/th\u003e\n      \u003ctd\u003e3.5 Inches (When Activated)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eColors\u003c\/th\u003e\n      \u003ctd\u003e\n        \u003cspan class=\"color-badge color-black\"\u003e\u003c\/span\u003eBlack\n        \u003cspan style=\"margin: 0 10px\"\u003e|\u003c\/span\u003e\n        \u003cspan class=\"color-badge color-orange\"\u003e\u003c\/span\u003eOrange\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eType\u003c\/th\u003e\n      \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eFeatures\u003c\/th\u003e\n      \u003ctd\u003eReusable • Made in USA • Lightweight\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n  \n  \u003cp\u003eEnhance your flood preparedness with the Quick Dam Grab \u0026amp; Go QDGG5-10 flood control kit. This comprehensive set includes 10 five-foot flood barriers that provide immediate protection against water intrusion.\u003c\/p\u003e\n  \n  \u003cdiv class=\"highlight\"\u003e\n    \u003cp\u003e\u003cstrong\u003eInstant Activation Technology:\u003c\/strong\u003e Each barrier contains a super-absorbent powder that activates upon contact with water. Within minutes, barriers expand to their full 3.5-inch height, creating an effective water dam without manual setup.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eRapid deployment - activates in minutes when wet\u003c\/li\u003e\n    \u003cli\u003eDual lobe design prevents rolling and enables stable stacking\u003c\/li\u003e\n    \u003cli\u003eFlexible barriers conform to any space or shape\u003c\/li\u003e\n    \u003cli\u003eReusable - barriers dry out and can be reactivated\u003c\/li\u003e\n    \u003cli\u003eNon-toxic and environmentally safe\u003c\/li\u003e\n    \u003cli\u003eCompact storage in high-visibility orange bucket\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \n  \u003cdiv class=\"kit-includes\"\u003e\n    \u003ch3\u003eKit Contents\u003c\/h3\u003e\n    \u003cp\u003e• 10 five-foot flood barriers\u003cbr\u003e\n    • 1 orange storage bucket with handle\u003cbr\u003e\n    • Ready-to-deploy emergency solution\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003ch3\u003eApplications\u003c\/h3\u003e\n  \u003cp\u003eIdeal for protecting doorways, garage entries, window wells, and other vulnerable openings. The flexible design allows placement in uneven areas where traditional sandbags fail.\u003c\/p\u003e\n  \n  \u003ch3\u003eDimensions\u003c\/h3\u003e\n  \u003cp\u003eEach Barrier: \u003cspan class=\"dimensions\"\u003e5' L × 3.5\" H (activated)\u003c\/span\u003e\u003cbr\u003e\n  Storage Bucket: \u003cspan class=\"dimensions\"\u003eHigh-visibility orange with carry handle\u003c\/span\u003e\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Designed for freshwater use. Store in dry conditions for maximum longevity and reuse capability.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785073463380,"sku":"120111","price":209.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T192438.440.png?v=1766499886"},{"product_id":"quick-dam-17-flood-barrier-qd617-5-5-pack","title":"Quick Dam 17' Flood Barrier QD617-5 - 5\/Pack","description":"\u003cstyle\u003e\n  .quickdam-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  .quickdam-title {\n    font-size: 24px;\n    font-weight: 600;\n    color: #1a202c;\n    margin-bottom: 20px;\n    padding-bottom: 12px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    margin: 25px 0;\n    background: white;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table th {\n    background-color: #4a5568;\n    color: white;\n    font-weight: 600;\n    text-align: left;\n    padding: 16px;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    border-right: 1px solid #718096;\n  }\n  \n  .specs-table th:last-child {\n    border-right: none;\n  }\n  \n  .specs-table td {\n    padding: 16px;\n    font-size: 15px;\n    color: #4a5568;\n    border-bottom: 1px solid #e2e8f0;\n    background-color: white;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-table tr:hover td {\n    background-color: #f7fafc;\n  }\n  \n  .feature-highlight {\n    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n    border-left: 4px solid #2d3748;\n    padding: 20px;\n    margin: 25px 0;\n    border-radius: 6px;\n  }\n  \n  .feature-list {\n    margin: 20px 0;\n    padding-left: 0;\n  }\n  \n  .feature-list li {\n    margin-bottom: 10px;\n    padding-left: 24px;\n    position: relative;\n    list-style: none;\n  }\n  \n  .feature-list li:before {\n    content: \"→\";\n    color: #2d3748;\n    font-weight: bold;\n    position: absolute;\n    left: 0;\n  }\n  \n  .dimensions-box {\n    background-color: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 6px;\n    padding: 16px;\n    margin: 20px 0;\n    display: inline-block;\n  }\n  \n  .dimensions-title {\n    font-weight: 600;\n    color: #2d3748;\n    margin-bottom: 8px;\n    font-size: 16px;\n  }\n  \n  .dimensions-value {\n    font-family: 'Courier New', monospace;\n    color: #4a5568;\n    background: white;\n    padding: 8px 12px;\n    border-radius: 4px;\n    display: inline-block;\n    margin: 4px 8px 4px 0;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .color-indicator {\n    display: inline-block;\n    width: 16px;\n    height: 16px;\n    border-radius: 50%;\n    background-color: #1a202c;\n    vertical-align: middle;\n    margin-right: 8px;\n    border: 2px solid #e2e8f0;\n  }\n  \n  .quickdam-section {\n    margin-bottom: 25px;\n  }\n  \n  .quickdam-section h3 {\n    color: #2d3748;\n    font-size: 18px;\n    font-weight: 600;\n    margin-bottom: 12px;\n    padding-bottom: 6px;\n    border-bottom: 1px solid #e2e8f0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"quickdam-description\"\u003e\n  \u003ch1 class=\"quickdam-title\"\u003eQuick Dam QD617-5 Flood Barrier Pack\u003c\/h1\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSpecification\u003c\/th\u003e\n        \u003cth\u003eDetails\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eSKU #\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e120112\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e5 Barriers per 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\u003e13 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eTotal Length\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e204 Inches (17 Feet)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eMaximum Height\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e3.5 Inches (When Activated)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e\n\u003cspan class=\"color-indicator\"\u003e\u003c\/span\u003e Black\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eReusable • Made in USA • Sandless Design\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eFlood Barrier\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003cp\u003e\u003cstrong\u003eInstant Water Activation:\u003c\/strong\u003e Each barrier contains super-absorbent powder that expands upon contact with water. Within minutes, barriers reach their full 3.5-inch protective height, creating an immediate flood defense without manual labor.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"quickdam-section\"\u003e\n    \u003ch3\u003eProduct Overview\u003c\/h3\u003e\n    \u003cp\u003eThe Quick Dam QD617-5 provides superior flood control with five 17-foot barriers. This sandless solution offers lightweight, convenient protection against water intrusion for residential and commercial applications.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"quickdam-section\"\u003e\n    \u003ch3\u003eKey Advantages\u003c\/h3\u003e\n    \u003cul class=\"feature-list\"\u003e\n      \u003cli\u003eRapid deployment - activates in minutes when exposed to water\u003c\/li\u003e\n      \u003cli\u003eDual lobe design prevents rolling and enables secure stacking\u003c\/li\u003e\n      \u003cli\u003eFlexible construction conforms to irregular surfaces\u003c\/li\u003e\n      \u003cli\u003eReusable technology - barriers dry out for repeated use\u003c\/li\u003e\n      \u003cli\u003eNon-toxic and safe for standard disposal\u003c\/li\u003e\n      \u003cli\u003eCompact storage with minimal space requirements\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"quickdam-section\"\u003e\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cdiv class=\"dimensions-box\"\u003e\n      \u003cdiv class=\"dimensions-title\"\u003eActive Barrier Dimensions:\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cspan class=\"dimensions-value\"\u003e17' Length\u003c\/span\u003e \u003cspan class=\"dimensions-value\"\u003e3.5\" Height\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv style=\"margin-top: 12px; font-size: 14px; color: #718096;\"\u003eEach barrier expands to full height when activated by water contact.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"quickdam-section\"\u003e\n    \u003ch3\u003eApplications\u003c\/h3\u003e\n    \u003cp\u003eIdeal for protecting doorways, garage entrances, window wells, basement entries, and other vulnerable openings. The flexible design accommodates uneven surfaces where traditional barriers fail.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"quickdam-section\"\u003e\n    \u003ch3\u003eUsage Notes\u003c\/h3\u003e\n    \u003cp\u003eDesigned for freshwater flood protection. Store in dry conditions between uses to maintain effectiveness. Not recommended for saltwater applications.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785076740180,"sku":"120112","price":249.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T192903.317.png?v=1766500150"},{"product_id":"quick-dam-insta-dam-4-hi-vis-orange-instant-flood-dam-qdid224","title":"Quick Dam Insta-Dam 4' Hi-Vis Orange Instant Flood Dam QDID224","description":"\u003cstyle\u003e\n  .quickdam-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  .quickdam-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 20px;\n    padding-bottom: 12px;\n    border-bottom: 3px solid #f97316;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n    margin: 25px 0;\n    background: white;\n    border: 1px solid #e5e7eb;\n  }\n  \n  .specs-table th {\n    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);\n    color: white;\n    font-weight: 600;\n    text-align: left;\n    padding: 18px 20px;\n    font-size: 14px;\n    letter-spacing: 0.5px;\n    border-right: 1px solid rgba(255,255,255,0.1);\n  }\n  \n  .specs-table th:last-child {\n    border-right: none;\n  }\n  \n  .specs-table td {\n    padding: 16px 20px;\n    font-size: 15px;\n    color: #4b5563;\n    border-bottom: 1px solid #f3f4f6;\n    background-color: white;\n  }\n  \n  .specs-table tr:nth-child(even) td {\n    background-color: #f9fafb;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-table tr:hover td {\n    background-color: #f0f9ff;\n  }\n  \n  .feature-card {\n    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);\n    border-left: 4px solid #f59e0b;\n    padding: 22px;\n    margin: 25px 0;\n    border-radius: 8px;\n    box-shadow: 0 2px 8px rgba(245,158,11,0.1);\n  }\n  \n  .feature-list {\n    margin: 20px 0;\n    padding-left: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 12px;\n  }\n  \n  .feature-list li {\n    margin-bottom: 10px;\n    padding-left: 28px;\n    position: relative;\n    list-style: none;\n    background: white;\n    padding: 12px 15px 12px 45px;\n    border-radius: 6px;\n    border: 1px solid #e5e7eb;\n  }\n  \n  .feature-list li:before {\n    content: \"✓\";\n    color: #10b981;\n    font-weight: bold;\n    position: absolute;\n    left: 15px;\n    top: 12px;\n    font-size: 16px;\n  }\n  \n  .dimensions-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n  }\n  \n  .dimension-box {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 8px;\n    padding: 18px;\n    text-align: center;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n    transition: transform 0.2s ease;\n  }\n  \n  .dimension-box:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n  }\n  \n  .dimension-value {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1f2937;\n    margin: 8px 0 4px;\n  }\n  \n  .dimension-label {\n    font-size: 14px;\n    color: #6b7280;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .color-badge {\n    display: inline-flex;\n    align-items: center;\n    background: #ffedd5;\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-weight: 600;\n    color: #9a3412;\n  }\n  \n  .color-dot {\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    background-color: #f97316;\n    margin-right: 8px;\n    border: 2px solid #fdba74;\n  }\n  \n  .quickdam-section {\n    margin-bottom: 28px;\n  }\n  \n  .quickdam-section h3 {\n    color: #1f2937;\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 15px;\n    position: relative;\n    padding-bottom: 10px;\n  }\n  \n  .quickdam-section h3:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 3px;\n    background: linear-gradient(90deg, #f97316, #f59e0b);\n    border-radius: 2px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"quickdam-description\"\u003e\n\u003ch1 class=\"quickdam-title\"\u003eQuick Dam Insta-Dam QDID224 Flood Barrier\u003c\/h1\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eValue\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\u003e120113\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1 Unit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLength\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e48 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWidth\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"color-badge\"\u003e\u003cspan class=\"color-dot\"\u003e\u003c\/span\u003e Orange\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePolyurethane\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReusable • Made in USA • Chemical Resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFlood Barrier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIndoor Applications\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cp\u003e\u003cstrong\u003eInstant Indoor Fluid Control:\u003c\/strong\u003e The Quick Dam Insta-Dam provides immediate protection against leaks and spills in indoor environments. Its flexible design allows for versatile deployment around showers, water heaters, and entryways to contain and redirect problematic fluids.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quickdam-section\"\u003e\n\u003ch3\u003eProduct Overview\u003c\/h3\u003e\n\u003cp\u003eThe Quick Dam QDID224 Insta-Dam is a 4-foot flexible barrier designed for indoor fluid control. Made from durable, chemical-resistant polyurethane, it offers reliable protection against water, chemicals, and oil spills while featuring high-visibility orange coloring for safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimensions-grid\"\u003e\n\u003cdiv class=\"dimension-box\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e48\"\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #9ca3af; margin-top: 5px;\"\u003eContinuous Protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-box\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eWidth\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e2\"\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #9ca3af; margin-top: 5px;\"\u003eSquare Profile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-box\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e2\"\u003c\/div\u003e\n\u003cdiv style=\"font-size: 12px; color: #9ca3af; margin-top: 5px;\"\u003eEffective Seal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quickdam-section\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003eFlexible design bends into various formations\u003c\/li\u003e\n\u003cli\u003eChemical-resistant polyurethane construction\u003c\/li\u003e\n\u003cli\u003eHigh-visibility orange color for safety\u003c\/li\u003e\n\u003cli\u003eEasy to deploy, store, rinse, and reuse\u003c\/li\u003e\n\u003cli\u003eEffective with water, chemicals, and oil\u003c\/li\u003e\n\u003cli\u003eForms continuous 4-foot protective barrier\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quickdam-section\"\u003e\n\u003ch3\u003eApplications\u003c\/h3\u003e\n\u003cp\u003eIdeal for containing leaks around showers, hot water heaters, appliances, and entryways. Perfect for redirecting fluid flow in commercial and residential indoor spaces where quick response to spills is essential.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quickdam-section\"\u003e\n\u003ch3\u003eMaterial Advantages\u003c\/h3\u003e\n\u003cp\u003eConstructed from durable polyurethane that resists chemicals and maintains flexibility across various temperature ranges. The 2\" x 2\" square shape ensures effective sealing against uneven surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785253916756,"sku":"120113","price":516.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T223051.415.png?v=1766511059"},{"product_id":"quick-dam-4-water-dam-wub24-30-30-case","title":"Quick Dam 4' Water Dam WUB24-30 - 30\/Case","description":"\u003cdiv class=\"quick-dam-description\"\u003e\n  \u003cdiv class=\"feature-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eQuick Dam WUB24-30 Water Dam\u003c\/h2\u003e\n    \u003cp class=\"product-intro\"\u003eEnhance your flood control preparedness with the Quick Dam 4' water dam. This innovative absorbent barrier provides a lightweight, convenient solution for containing indoor flooding emergencies.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3 class=\"subsection-title\"\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e120114\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e30 per case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e8 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e48 inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eMaximum Height (when wet)\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e2.5 inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eWater Capacity\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e1.85 gallons per dam\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eHigh-visibility orange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eMade in USA • Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFlood barrier\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eUsage\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eIndoor protection\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"details-section\"\u003e\n    \u003ch3 class=\"subsection-title\"\u003eProduct Details\u003c\/h3\u003e\n    \u003cp class=\"detail-point\"\u003eThe Quick Dam water dam contains a super-absorbent powder that activates upon contact with water, expanding within minutes to create an effective barrier against flooding.\u003c\/p\u003e\n    \n    \u003cp class=\"detail-point\"\u003eIts flexible design allows it to snake around obstacles and conform to various spaces, making it ideal for blocking doorways, windows, and other entry points.\u003c\/p\u003e\n    \n    \u003cp class=\"detail-point\"\u003eAfter use, the dam can be dried and reused, or simply disposed of with regular trash. The bright orange color enhances visibility for safety in emergency situations.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.quick-dam-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.5;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.section-title {\n  font-size: 1.8em;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 1rem;\n  border-bottom: 2px solid #3498db;\n  padding-bottom: 0.5rem;\n}\n\n.subsection-title {\n  font-size: 1.4em;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 1.5rem 0 1rem 0;\n}\n\n.product-intro {\n  font-size: 1.1em;\n  margin-bottom: 1.5rem;\n  color: #444;\n}\n\n.specs-table {\n  margin: 1.5rem 0;\n  overflow-x: auto;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n}\n\n.specs-table tr {\n  border-bottom: 1px solid #eef1f5;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8fafc;\n}\n\n.spec-label {\n  padding: 0.9rem 1.2rem;\n  font-weight: 600;\n  color: #2c3e50;\n  width: 40%;\n  border-right: 1px solid #eef1f5;\n}\n\n.spec-value {\n  padding: 0.9rem 1.2rem;\n  color: #4a5568;\n}\n\n.detail-point {\n  margin-bottom: 1rem;\n  padding-left: 0.5rem;\n  border-left: 3px solid #3498db;\n  padding-left: 1rem;\n}\n\n@media (max-width: 768px) {\n  .section-title {\n    font-size: 1.5em;\n  }\n  \n  .subsection-title {\n    font-size: 1.2em;\n  }\n  \n  .spec-label,\n  .spec-value {\n    padding: 0.7rem 1rem;\n    font-size: 0.95em;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785256898644,"sku":"120114","price":185.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T223733.656.png?v=1766511463"},{"product_id":"quick-dam-5-flood-barrier-qd65-16-16-pack","title":"Quick Dam 5' Flood Barrier QD65-16 - 16\/Pack","description":"\u003cdiv class=\"quick-dam-product\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003eQuick Dam QD65-16 Flood Barrier\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003eProfessional-grade flood protection for indoor and residential use\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSKU #\u003c\/th\u003e\n            \u003ctd\u003e120115\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003e16 per pack\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eShipping Weight\u003c\/th\u003e\n            \u003ctd\u003e14 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLength\u003c\/th\u003e\n            \u003ctd\u003e60 inches (5 feet)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaximum Height (when wet)\u003c\/th\u003e\n            \u003ctd\u003e3.5 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor\u003c\/th\u003e\n            \u003ctd\u003eHigh-visibility yellow\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eKey Features\u003c\/th\u003e\n            \u003ctd\u003eMade in USA • Reusable • Non-toxic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eProduct Type\u003c\/th\u003e\n            \u003ctd\u003eFlood barrier\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eProduct Features\u003c\/h2\u003e\n    \n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch3 class=\"feature-title\"\u003eAdvanced Flood Protection\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eContains super-absorbent powder that activates upon water contact, expanding within minutes to create an effective barrier against flooding.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch3 class=\"feature-title\"\u003eVersatile Application\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eIdeal for blocking flooded entryways including doors, garages, and windows. Flexible design allows shaping to fit any space.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch3 class=\"feature-title\"\u003eSmart Design\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eDual lobe design prevents rolling and provides stable stacking. Compact, sandless construction makes storage and deployment effortless.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch3 class=\"feature-title\"\u003eReusable \u0026amp; Eco-Friendly\u003c\/h3\u003e\n      \u003cp class=\"feature-desc\"\u003eBarriers dry naturally for repeated use. When disposal is needed, they can be safely placed in regular trash (not for saltwater use).\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eDimensions\u003c\/h2\u003e\n    \u003cul class=\"dimensions-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 5 feet\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaximum Height (activated):\u003c\/strong\u003e 3.5 inches\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.quick-dam-product {\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.product-header {\n  margin-bottom: 2rem;\n  padding-bottom: 1rem;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-title {\n  font-size: 1.8rem;\n  font-weight: 700;\n  color: #1a202c;\n  margin-bottom: 0.5rem;\n}\n\n.product-subtitle {\n  font-size: 1.1rem;\n  color: #4a5568;\n  font-weight: 400;\n}\n\n.section-heading {\n  font-size: 1.4rem;\n  font-weight: 600;\n  color: #2d3748;\n  margin: 2rem 0 1rem 0;\n  padding-bottom: 0.5rem;\n  border-bottom: 1px solid #e2e8f0;\n}\n\n.specs-container {\n  margin: 1.5rem 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.specs-table th {\n  background-color: #f7fafc;\n  padding: 1rem 1.5rem;\n  text-align: left;\n  font-weight: 600;\n  color: #4a5568;\n  border-bottom: 1px solid #e2e8f0;\n  width: 35%;\n}\n\n.specs-table td {\n  padding: 1rem 1.5rem;\n  border-bottom: 1px solid #e2e8f0;\n  background-color: white;\n  color: #2d3748;\n}\n\n.specs-table tr:last-child th,\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:hover td {\n  background-color: #f8fafc;\n}\n\n.feature-item {\n  margin-bottom: 1.5rem;\n}\n\n.feature-title {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: #2d3748;\n  margin-bottom: 0.5rem;\n  display: flex;\n  align-items: center;\n}\n\n.feature-title:before {\n  content: \"✓\";\n  color: #38a169;\n  margin-right: 0.75rem;\n  font-weight: bold;\n}\n\n.feature-desc {\n  color: #4a5568;\n  margin-left: 1.75rem;\n}\n\n.dimensions-list {\n  list-style: none;\n  padding: 0;\n  margin: 1rem 0;\n}\n\n.dimensions-list li {\n  padding: 0.5rem 0;\n  color: #4a5568;\n}\n\n.dimensions-list strong {\n  color: #2d3748;\n  min-width: 200px;\n  display: inline-block;\n}\n\n@media (max-width: 640px) {\n  .product-title {\n    font-size: 1.5rem;\n  }\n  \n  .section-heading {\n    font-size: 1.2rem;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.75rem 1rem;\n    font-size: 0.95rem;\n  }\n  \n  .dimensions-list strong {\n    min-width: 150px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785263943764,"sku":"120115","price":260.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T225047.283.png?v=1766512256"},{"product_id":"masonways-double-door-locked-outdoor-storage-cabinet-ss8-dd","title":"MasonWays Double-Door Locked Outdoor Storage Cabinet SS8-DD","description":"\u003cdiv class=\"masonways-product\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1 class=\"product-title\"\u003eMasonWays SVC5450-GY Outdoor Storage Cabinet\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003eSecure double-door polyethylene cabinet for industrial storage and spill containment supplies\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSKU #\u003c\/th\u003e\n            \u003ctd\u003e120116\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eShipping Weight\u003c\/th\u003e\n            \u003ctd\u003e43 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003e1 unit\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e20 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDepth\u003c\/th\u003e\n            \u003ctd\u003e22 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e51 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eTotal Capacity\u003c\/th\u003e\n            \u003ctd\u003e600 lb\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eShelf Capacity\u003c\/th\u003e\n            \u003ctd\u003e300 lb per shelf\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eShelves\u003c\/th\u003e\n            \u003ctd\u003e2 adjustable shelves\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDoors\u003c\/th\u003e\n            \u003ctd\u003e2 solid doors\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eColor\u003c\/th\u003e\n            \u003ctd\u003eProfessional gray\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eRotational molded polyethylene\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eAssembly\u003c\/th\u003e\n            \u003ctd\u003eFully assembled\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSecurity Features\u003c\/th\u003e\n            \u003ctd\u003eLockable doors\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eOrigin\u003c\/th\u003e\n            \u003ctd\u003eMade in USA\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003eUsage\u003c\/th\u003e\n            \u003ctd\u003eOutdoor\/indoor industrial\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n    \n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eSecure Storage\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003eLockable double doors ensure authorized access only, keeping hazardous material spill supplies safely contained.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eHeavy-Duty Capacity\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003e600 lb total capacity with 300 lb per shelf supports substantial equipment and supply storage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eAll-Weather Durability\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003eRotationally molded polyethylene construction withstands outdoor elements and heavy industrial use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3 class=\"feature-title\"\u003eSpill Center Ready\u003c\/h3\u003e\n        \u003cp class=\"feature-desc\"\u003eIncludes identification label for quick recognition as a spill containment supply station.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eCabinet Dimensions\u003c\/h2\u003e\n    \u003cdiv class=\"dimensions-box\"\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eWidth\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e20\"\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eDepth\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e22\"\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eHeight\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e51\"\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eTotal Capacity\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e600 lb\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"application-section\"\u003e\n    \u003ch2 class=\"section-heading\"\u003eIdeal Applications\u003c\/h2\u003e\n    \u003cul class=\"application-list\"\u003e\n      \u003cli\u003eHazardous material spill containment storage\u003c\/li\u003e\n      \u003cli\u003eIndustrial equipment and tool storage\u003c\/li\u003e\n      \u003cli\u003eOutdoor maintenance supply organization\u003c\/li\u003e\n      \u003cli\u003eSafety equipment and PPE storage\u003c\/li\u003e\n      \u003cli\u003eConstruction site supply management\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.masonways-product {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #2d3748;\n  line-height: 1.6;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.product-header {\n  margin-bottom: 2rem;\n  padding-bottom: 1.5rem;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-title {\n  font-size: 1.9rem;\n  font-weight: 700;\n  color: #1a202c;\n  margin-bottom: 0.75rem;\n  line-height: 1.3;\n}\n\n.product-subtitle {\n  font-size: 1.15rem;\n  color: #4a5568;\n  font-weight: 400;\n}\n\n.section-heading {\n  font-size: 1.5rem;\n  font-weight: 600;\n  color: #2d3748;\n  margin: 2.5rem 0 1.5rem 0;\n  padding-bottom: 0.75rem;\n  border-bottom: 2px solid #4299e1;\n}\n\n.specs-container {\n  margin: 1.5rem 0;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.95rem;\n}\n\n.specs-table th {\n  background-color: #2c5282;\n  color: white;\n  padding: 1.1rem 1.5rem;\n  text-align: left;\n  font-weight: 600;\n  border-right: 1px solid #4299e1;\n  width: 35%;\n}\n\n.specs-table td {\n  padding: 1.1rem 1.5rem;\n  background-color: white;\n  color: #2d3748;\n  border-bottom: 1px solid #e2e8f0;\n}\n\n.specs-table tr:nth-child(even) td {\n  background-color: #f7fafc;\n}\n\n.specs-table tr:hover td {\n  background-color: #ebf8ff;\n}\n\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n\n.feature-card {\n  background: #f8fafc;\n  border-left: 4px solid #4299e1;\n  padding: 1.25rem;\n  border-radius: 6px;\n  transition: transform 0.2s;\n}\n\n.feature-card:hover {\n  transform: translateY(-3px);\n  background: #edf2f7;\n}\n\n.feature-title {\n  font-size: 1.1rem;\n  font-weight: 600;\n  color: #2d3748;\n  margin-bottom: 0.75rem;\n}\n\n.feature-desc {\n  color: #4a5568;\n  font-size: 0.95rem;\n}\n\n.dimensions-box {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 1rem;\n  background: #f0f9ff;\n  padding: 1.5rem;\n  border-radius: 8px;\n  margin: 1rem 0;\n}\n\n.dimension-item {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 0.75rem;\n  background: white;\n  border-radius: 6px;\n  border: 1px solid #bee3f8;\n}\n\n.dim-label {\n  font-weight: 600;\n  color: #2c5282;\n}\n\n.dim-value {\n  font-weight: 700;\n  color: #1a202c;\n  font-size: 1.1rem;\n}\n\n.application-list {\n  list-style: none;\n  padding: 0;\n  margin: 1rem 0;\n}\n\n.application-list li {\n  padding: 0.6rem 0;\n  padding-left: 1.5rem;\n  position: relative;\n  color: #4a5568;\n}\n\n.application-list li:before {\n  content: \"•\";\n  color: #4299e1;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n}\n\n@media (max-width: 768px) {\n  .product-title {\n    font-size: 1.6rem;\n  }\n  \n  .section-heading {\n    font-size: 1.3rem;\n  }\n  \n  .feature-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 0.9rem 1rem;\n    font-size: 0.9rem;\n  }\n  \n  .dimensions-box {\n    grid-template-columns: 1fr;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785268629588,"sku":"120116","price":879.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T230018.697.png?v=1766512827"},{"product_id":"masonways-single-door-locked-outdoor-storage-cabinet-ss5-ld","title":"MasonWays Single-Door Locked Outdoor Storage Cabinet SS5-LD","description":"\u003cstyle\u003e\n  .product-specs {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 25px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table th {\n    background-color: #f8f9fa;\n    font-weight: 600;\n    text-align: left;\n    padding: 16px 20px;\n    border-bottom: 2px solid #eaeaea;\n    font-size: 15px;\n    color: #2c3e50;\n  }\n  \n  .specs-table td {\n    padding: 16px 20px;\n    border-bottom: 1px solid #f0f0f0;\n    background-color: #fff;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-table tr:hover td {\n    background-color: #fafafa;\n  }\n  \n  .product-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 10px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #f0f0f0;\n  }\n  \n  .product-description {\n    font-size: 16px;\n    color: #444;\n    margin-bottom: 25px;\n  }\n  \n  .highlight {\n    background-color: #f8f9fa;\n    padding: 20px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border-left: 4px solid #3498db;\n  }\n  \n  .dimensions {\n    background-color: #f8f9fa;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n  }\n  \n  .dimensions-title {\n    font-weight: 600;\n    color: #2c3e50;\n    margin-bottom: 10px;\n    font-size: 17px;\n  }\n  \n  .feature-list {\n    list-style: none;\n    padding-left: 0;\n    margin: 20px 0;\n  }\n  \n  .feature-list li {\n    padding: 8px 0;\n    padding-left: 24px;\n    position: relative;\n  }\n  \n  .feature-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #27ae60;\n    font-weight: bold;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-specs\"\u003e\n  \u003ch2 class=\"product-title\"\u003eMasonWays SVC5400-GY Outdoor Storage Cabinet\u003c\/h2\u003e\n  \n  \u003cp class=\"product-description\"\u003eThis durable single-door storage cabinet provides secure, organized storage for equipment and supplies. Built with rotationally molded polyethylene for superior durability, it's designed for both indoor and outdoor use in demanding environments.\u003c\/p\u003e\n  \n  \u003cdiv class=\"highlight\"\u003e\n    \u003cp\u003e\u003cstrong\u003eSecure Storage Solution:\u003c\/strong\u003e Lockable single-door design keeps supplies safely stored while remaining accessible to authorized personnel. Ideal for storing gear and equipment used for cleaning up hazardous material spills.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \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\u003e120117\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eGray\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003ePolyethylene\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eStorage Cabinet\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eOutdoor\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e33 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eOverall Capacity\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e600 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eShelf Capacity\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e300 lb. per shelf\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eNumber of Shelves\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003e2 Shelves\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eDoor Type\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eSolid\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003e\u003cstrong\u003eAssembly\u003c\/strong\u003e\u003c\/td\u003e\n        \u003ctd\u003eFully Assembled\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"dimensions\"\u003e\n    \u003cdiv class=\"dimensions-title\"\u003eDimensions\u003c\/div\u003e\n    \u003cdiv\u003eWidth: 18\"\u003c\/div\u003e\n    \u003cdiv\u003eDepth: 21\"\u003c\/div\u003e\n    \u003cdiv\u003eHeight: 46\"\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cul class=\"feature-list\"\u003e\n    \u003cli\u003eLockable for secure storage\u003c\/li\u003e\n    \u003cli\u003eMade in America\u003c\/li\u003e\n    \u003cli\u003eRotationally molded construction\u003c\/li\u003e\n    \u003cli\u003eIncludes \"spill center\" label\u003c\/li\u003e\n    \u003cli\u003eAdditional bottom storage area\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \n  \u003cp class=\"product-description\"\u003eMaintain a safe and organized workplace with this practical storage solution. The cabinet's durable construction ensures long-lasting performance in heavy-use environments while keeping all cleaning essentials organized and within reach.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785283113044,"sku":"120117","price":548.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T231051.418.png?v=1766513460"},{"product_id":"quick-dam-10-flood-barrier-qd610-8-8-pack","title":"Quick Dam 10' Flood Barrier QD610-8 - 8\/Pack","description":"\u003cstyle\u003e\n  .product-description-container {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #222;\n    line-height: 1.5;\n    max-width: 100%;\n  }\n  \n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 15px;\n    padding-bottom: 15px;\n    border-bottom: 2px solid #e8e8e8;\n  }\n  \n  .product-intro {\n    font-size: 16px;\n    color: #444;\n    margin-bottom: 25px;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 25px 0;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.04);\n    border: 1px solid #eaeaea;\n  }\n  \n  .specs-table thead th {\n    background: linear-gradient(to right, #2c3e50, #34495e);\n    color: white;\n    font-weight: 600;\n    text-align: left;\n    padding: 18px 24px;\n    font-size: 16px;\n    border-bottom: 2px solid #2c3e50;\n  }\n  \n  .specs-table tbody tr:nth-child(even) {\n    background-color: #f9f9f9;\n  }\n  \n  .specs-table tbody tr:nth-child(odd) {\n    background-color: #ffffff;\n  }\n  \n  .specs-table td {\n    padding: 16px 24px;\n    border-bottom: 1px solid #eee;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #2c3e50;\n    width: 40%;\n  }\n  \n  .feature-highlight {\n    background: linear-gradient(to right, #f8f9fa, #ffffff);\n    padding: 22px;\n    border-radius: 8px;\n    margin: 25px 0;\n    border-left: 5px solid #3498db;\n  }\n  \n  .feature-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n  }\n  \n  .feature-item {\n    background: #f8f9fa;\n    padding: 18px;\n    border-radius: 6px;\n    position: relative;\n    padding-left: 45px;\n  }\n  \n  .feature-item:before {\n    content: \"•\";\n    color: #3498db;\n    font-size: 24px;\n    position: absolute;\n    left: 20px;\n    top: 14px;\n    font-weight: bold;\n  }\n  \n  .dimensions-box {\n    background: #f8f9fa;\n    padding: 20px;\n    border-radius: 8px;\n    margin: 20px 0;\n    display: inline-block;\n    min-width: 300px;\n  }\n  \n  .dimensions-title {\n    font-weight: 700;\n    color: #2c3e50;\n    margin-bottom: 12px;\n    font-size: 18px;\n    border-bottom: 1px solid #ddd;\n    padding-bottom: 8px;\n  }\n  \n  .warning-note {\n    background-color: #fff8e1;\n    padding: 16px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #ff9800;\n    font-size: 15px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n  \u003ch1 class=\"product-title\"\u003eQuick Dam QD610-8 Flood Barrier - 8\/Pack\u003c\/h1\u003e\n  \n  \u003cp class=\"product-intro\"\u003eQuick Dam flood barriers provide an innovative, lightweight solution for flood control. These compact barriers activate when wet, expanding to create an effective water barrier that diverts and contains flood waters within minutes.\u003c\/p\u003e\n  \n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003cp\u003e\u003cstrong\u003eInstant Flood Protection:\u003c\/strong\u003e Absorbent powder inside each barrier activates upon contact with water, causing the barrier to swell up to 3½\" in height. Ideal for blocking flooded entryways including doors, garages, windows, and other vulnerable openings.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \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\u003e120118\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eType\u003c\/td\u003e\n        \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePack Quantity\u003c\/td\u003e\n        \u003ctd\u003e8\/Pack\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eShipping Weight\u003c\/td\u003e\n        \u003ctd\u003e13 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLength\u003c\/td\u003e\n        \u003ctd\u003e120 Inches (10 Feet)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eMaximum Height (When Wet)\u003c\/td\u003e\n        \u003ctd\u003e3½ Inches\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eColor\u003c\/td\u003e\n        \u003ctd\u003eBlack\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFeatures\u003c\/td\u003e\n        \u003ctd\u003eMade in America • Reusable\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"feature-list\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eRapid Activation\u003c\/strong\u003e – Expands to full height within minutes of water contact\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eSandless Design\u003c\/strong\u003e – Lightweight and easy to deploy without heavy sandbags\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eReusable\u003c\/strong\u003e – Absorbent powder dries over time for multiple uses\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eDual Lobe Design\u003c\/strong\u003e – Prevents rolling and provides stable stacking base\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eFlexible Deployment\u003c\/strong\u003e – Can be dragged and shaped to fit any space\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eEasy Disposal\u003c\/strong\u003e – Nontoxic and nonhazardous, can be disposed in regular trash\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"dimensions-box\"\u003e\n    \u003cdiv class=\"dimensions-title\"\u003eDimensions\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 10 Feet (120 Inches)\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003eMaximum Height When Wet:\u003c\/strong\u003e 3½ Inches\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"warning-note\"\u003e\n    \u003cstrong\u003eImportant Note:\u003c\/strong\u003e Not for use with saltwater. For freshwater flood protection only.\n  \u003c\/div\u003e\n  \n  \u003cp class=\"product-intro\"\u003eThese flood barriers offer convenient protection against water intrusion. Their compact storage size and lightweight design make them practical for both emergency preparedness and routine flood control applications in residential and commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785287503956,"sku":"120118","price":250.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T231654.344.png?v=1766513824"},{"product_id":"quick-dam-10-hi-vis-water-barrier-qd610-10hv-10-pack","title":"Quick Dam 10' Hi-Vis Water Barrier QD610-10HV - 10\/Pack","description":"\u003cstyle\u003e\n  .product-desc-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #222;\n    line-height: 1.5;\n    max-width: 100%;\n  }\n  \n  .product-header {\n    font-size: 28px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 15px;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #ff9800;\n  }\n  \n  .product-overview {\n    font-size: 16px;\n    color: #444;\n    margin-bottom: 25px;\n    padding: 15px;\n    background-color: #fffaf0;\n    border-radius: 6px;\n  }\n  \n  .specs-grid {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 30px 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.05);\n    border: 1px solid #e0e0e0;\n  }\n  \n  .specs-grid thead th {\n    background: linear-gradient(to right, #ff9800, #ff5722);\n    color: white;\n    font-weight: 700;\n    text-align: left;\n    padding: 20px 28px;\n    font-size: 18px;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-grid tbody tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-grid tbody tr:nth-child(odd) {\n    background-color: #ffffff;\n  }\n  \n  .specs-grid tbody tr:nth-child(even) {\n    background-color: #fefefe;\n  }\n  \n  .specs-grid tbody tr:hover {\n    background-color: #fff8e1;\n  }\n  \n  .specs-grid td {\n    padding: 18px 28px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  \n  .specs-grid tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specs-grid td:first-child {\n    font-weight: 600;\n    color: #333;\n    width: 35%;\n    border-right: 1px solid #f0f0f0;\n  }\n  \n  .highlight-section {\n    background: linear-gradient(135deg, #fff3e0 0%, #fff8e1 100%);\n    padding: 25px;\n    border-radius: 10px;\n    margin: 25px 0;\n    border-left: 6px solid #ff9800;\n  }\n  \n  .benefits-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n    gap: 18px;\n    margin: 25px 0;\n  }\n  \n  .benefit-card {\n    background: #ffffff;\n    padding: 20px;\n    border-radius: 8px;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.04);\n    border-top: 3px solid #ff9800;\n    position: relative;\n    padding-left: 55px;\n  }\n  \n  .benefit-card:before {\n    content: \"✓\";\n    color: #ff9800;\n    font-size: 20px;\n    font-weight: bold;\n    position: absolute;\n    left: 25px;\n    top: 20px;\n    background: #fff8e1;\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .dimensions-card {\n    background: #fff8e1;\n    padding: 22px;\n    border-radius: 10px;\n    margin: 25px 0;\n    display: inline-block;\n    min-width: 320px;\n    border: 2px solid #ffecb3;\n  }\n  \n  .dimensions-header {\n    font-weight: 700;\n    color: #e65100;\n    margin-bottom: 15px;\n    font-size: 19px;\n    display: flex;\n    align-items: center;\n  }\n  \n  .capacity-badge {\n    display: inline-block;\n    background: #ff5722;\n    color: white;\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-weight: 600;\n    margin: 15px 0;\n    font-size: 15px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-desc-wrapper\"\u003e\n  \u003ch1 class=\"product-header\"\u003eQuick Dam QD610-10HV Hi-Vis Flood Barrier - 10\/Pack\u003c\/h1\u003e\n  \n  \u003cdiv class=\"product-overview\"\u003e\n    \u003cp\u003eHigh-visibility orange flood barriers with advanced water absorption technology. These innovative barriers provide rapid, reliable flood protection for both indoor and outdoor applications with enhanced safety features.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"highlight-section\"\u003e\n    \u003cp\u003e\u003cstrong\u003eHigh-Visibility Safety Design:\u003c\/strong\u003e Orange mesh covers provide superior visibility to prevent trips and falls while allowing easy repositioning without damage. Each barrier absorbs up to 8 gallons of water, expanding to full height within minutes of activation.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003ctable class=\"specs-grid\"\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\u003e120119\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eProduct Type\u003c\/td\u003e\n        \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePackage Quantity\u003c\/td\u003e\n        \u003ctd\u003e10\/Pack\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eShipping Weight\u003c\/td\u003e\n        \u003ctd\u003e21 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLength\u003c\/td\u003e\n        \u003ctd\u003e120 Inches (10 Feet)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eMaximum Height (When Wet)\u003c\/td\u003e\n        \u003ctd\u003e3½ Inches\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eColor\u003c\/td\u003e\n        \u003ctd\u003eHigh-Visibility Orange\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eKey Features\u003c\/td\u003e\n        \u003ctd\u003eMade in America • Reusable • Hi-Vis Mesh Cover\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"capacity-badge\"\u003eWater Absorption Capacity: 8 Gallons per Barrier\u003c\/div\u003e\n  \n  \u003cdiv class=\"benefits-container\"\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eHi-Vis Orange Mesh\u003c\/strong\u003e – Enhanced visibility prevents accidents and trips\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eBuilt-in Anti-Roll Wedge\u003c\/strong\u003e – Keeps barriers securely in position\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eDrag-Resistant Mesh\u003c\/strong\u003e – Allows repositioning without damage\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eRapid Activation\u003c\/strong\u003e – Expands to 3½\" height within minutes\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eSandless \u0026amp; Lightweight\u003c\/strong\u003e – Easy to deploy without heavy materials\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eReusable Design\u003c\/strong\u003e – Absorbent powder dries for multiple uses\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eNon-Toxic Disposal\u003c\/strong\u003e – Safe for regular trash disposal when spent\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-card\"\u003e\n      \u003cstrong\u003eCompact Storage\u003c\/strong\u003e – Lightweight and stackable for space efficiency\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"dimensions-card\"\u003e\n    \u003cdiv class=\"dimensions-header\"\u003eDimensions \u0026amp; Capacity\u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eLength:\u003c\/strong\u003e 10 Feet (120 Inches)\u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 8px;\"\u003e\n\u003cstrong\u003eMaximum Height When Wet:\u003c\/strong\u003e 3½ Inches\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003eWater Absorption:\u003c\/strong\u003e 8 Gallons per Barrier\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv style=\"margin-top: 25px; padding: 18px; background: #f5f5f5; border-radius: 8px;\"\u003e\n    \u003cp\u003e\u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e Outdoor job sites, indoor work areas, doorways, garages, window wells, construction sites, and any location requiring temporary flood protection with enhanced safety visibility.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785292255316,"sku":"120119","price":497.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T232053.207.png?v=1766514062"},{"product_id":"quick-dam-10-hi-vis-water-barriers-with-bucket-qdgg10-4hv-4-pack","title":"Quick Dam 10' Hi-Vis Water Barriers with Bucket QDGG10-4HV - 4\/Pack","description":"\u003cstyle\u003e\n  .product-display {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #222;\n    line-height: 1.5;\n    max-width: 100%;\n  }\n  \n  .product-title-section {\n    font-size: 28px;\n    font-weight: 800;\n    color: #1a1a1a;\n    margin-bottom: 18px;\n    padding-bottom: 18px;\n    border-bottom: 3px solid #ff9800;\n    position: relative;\n  }\n  \n  .product-title-section:after {\n    content: '';\n    position: absolute;\n    bottom: -3px;\n    left: 0;\n    width: 100px;\n    height: 3px;\n    background: #333;\n  }\n  \n  .product-summary {\n    font-size: 16px;\n    color: #444;\n    margin-bottom: 25px;\n    padding: 18px;\n    background-color: #fffaf0;\n    border-radius: 8px;\n    border-left: 4px solid #ff9800;\n  }\n  \n  .specifications-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 30px 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.06);\n    border: 1px solid #e8e8e8;\n  }\n  \n  .specifications-table thead th {\n    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);\n    color: white;\n    font-weight: 700;\n    text-align: left;\n    padding: 22px 30px;\n    font-size: 19px;\n    letter-spacing: 0.3px;\n  }\n  \n  .specifications-table tbody tr {\n    transition: all 0.2s ease;\n  }\n  \n  .specifications-table tbody tr:nth-child(odd) {\n    background-color: #ffffff;\n  }\n  \n  .specifications-table tbody tr:nth-child(even) {\n    background-color: #fefefe;\n  }\n  \n  .specifications-table tbody tr:hover {\n    background-color: #fff3e0;\n    transform: translateY(-1px);\n  }\n  \n  .specifications-table td {\n    padding: 20px 30px;\n    border-bottom: 1px solid #f5f5f5;\n  }\n  \n  .specifications-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .specifications-table td:first-child {\n    font-weight: 700;\n    color: #333;\n    width: 38%;\n    border-right: 1px solid #f0f0f0;\n    background-color: #fafafa;\n  }\n  \n  .special-feature {\n    background: linear-gradient(135deg, #fff3e0 0%, #ffecb3 100%);\n    padding: 28px;\n    border-radius: 12px;\n    margin: 30px 0;\n    border: 2px solid #ffcc80;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .special-feature:before {\n    content: '★';\n    position: absolute;\n    right: 20px;\n    top: 20px;\n    color: #ff9800;\n    font-size: 24px;\n    opacity: 0.3;\n  }\n  \n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));\n    gap: 20px;\n    margin: 28px 0;\n  }\n  \n  .feature-item {\n    background: #ffffff;\n    padding: 22px;\n    border-radius: 10px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    border-top: 4px solid #ff9800;\n    position: relative;\n    padding-left: 60px;\n    transition: transform 0.2s ease;\n  }\n  \n  .feature-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 16px rgba(0,0,0,0.08);\n  }\n  \n  .feature-item:before {\n    content: \"✓\";\n    color: #ffffff;\n    font-size: 18px;\n    font-weight: bold;\n    position: absolute;\n    left: 22px;\n    top: 22px;\n    background: #ff9800;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  \n  .storage-bucket {\n    display: inline-block;\n    background: #e65100;\n    color: white;\n    padding: 10px 20px;\n    border-radius: 24px;\n    font-weight: 700;\n    margin: 20px 0;\n    font-size: 16px;\n    letter-spacing: 0.5px;\n  }\n  \n  .dimensions-panel {\n    background: #fff3e0;\n    padding: 24px;\n    border-radius: 12px;\n    margin: 28px 0;\n    display: inline-block;\n    min-width: 340px;\n    border: 2px solid #ffcc80;\n    box-shadow: 0 4px 12px rgba(255,152,0,0.1);\n  }\n  \n  .dimensions-title {\n    font-weight: 800;\n    color: #e65100;\n    margin-bottom: 16px;\n    font-size: 20px;\n    display: flex;\n    align-items: center;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #ffcc80;\n  }\n  \n  .water-capacity {\n    background: #f5f5f5;\n    padding: 15px;\n    border-radius: 8px;\n    margin: 20px 0;\n    font-weight: 600;\n    color: #333;\n    border-left: 4px solid #4caf50;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-display\"\u003e\n  \u003ch1 class=\"product-title-section\"\u003eQuick Dam QDGG10-4HV Hi-Vis Flood Barrier with Storage Bucket\u003c\/h1\u003e\n  \n  \u003cdiv class=\"product-summary\"\u003e\n    \u003cp\u003eComplete flood protection kit featuring high-visibility orange barriers with included storage bucket for convenient transportation and rapid deployment. Perfect for emergency response and job site safety.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"special-feature\"\u003e\n    \u003cp\u003e\u003cstrong\u003eComplete Flood Control Kit:\u003c\/strong\u003e Includes 4 high-visibility flood barriers plus a dedicated storage bucket for organized transportation and quick access during emergencies. Each barrier absorbs up to 8 gallons of water, expanding to full protective height within minutes.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003ctable class=\"specifications-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\u003e120120\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eProduct Type\u003c\/td\u003e\n        \u003ctd\u003eFlood Barrier Kit\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePackage Contents\u003c\/td\u003e\n        \u003ctd\u003e4 Barriers + Storage Bucket\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\u003eBarrier Length\u003c\/td\u003e\n        \u003ctd\u003e120 Inches (10 Feet Each)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eMaximum Height (When Wet)\u003c\/td\u003e\n        \u003ctd\u003e3½ Inches\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eColor\u003c\/td\u003e\n        \u003ctd\u003eHigh-Visibility Orange\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eKey Features\u003c\/td\u003e\n        \u003ctd\u003eMade in America • Includes Storage Bucket\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"storage-bucket\"\u003eIncludes Storage Bucket for Easy Transport\u003c\/div\u003e\n  \n  \u003cdiv class=\"water-capacity\"\u003eWater Absorption Capacity: 8 Gallons per Barrier\u003c\/div\u003e\n  \n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eComplete Kit with Bucket\u003c\/strong\u003e – Storage bucket included for organized transport and rapid deployment\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eHi-Vis Orange Mesh Covers\u003c\/strong\u003e – Enhanced visibility prevents workplace accidents and trips\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eBuilt-in Anti-Roll Wedge\u003c\/strong\u003e – Maintains barrier position during water flow\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eDrag-Resistant Design\u003c\/strong\u003e – Mesh covers allow repositioning without damage\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eRapid Water Activation\u003c\/strong\u003e – Expands to 3½\" height within minutes of contact\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eSand-Free Technology\u003c\/strong\u003e – Lightweight alternative to traditional sandbags\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eReusable Protection\u003c\/strong\u003e – Absorbent material dries for multiple uses\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cstrong\u003eSafe Disposal\u003c\/strong\u003e – Non-toxic and non-hazardous for regular trash disposal\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"dimensions-panel\"\u003e\n    \u003cdiv class=\"dimensions-title\"\u003eDimensions \u0026amp; Specifications\u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eBarrier Length:\u003c\/strong\u003e 10 Feet (120 Inches Each)\u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eMaximum Height When Wet:\u003c\/strong\u003e 3½ Inches\u003c\/div\u003e\n    \u003cdiv style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eWater Absorption:\u003c\/strong\u003e 8 Gallons per Barrier\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cstrong\u003eKit Contents:\u003c\/strong\u003e 4 Barriers + Storage Bucket\u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv style=\"margin-top: 30px; padding: 20px; background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%); border-radius: 10px;\"\u003e\n    \u003cp\u003e\u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e Emergency response kits, construction sites, facility maintenance, doorway protection, window wells, garage entries, and any location requiring immediate flood control with organized storage and high visibility for safety.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785293566036,"sku":"120120","price":287.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T232456.125.png?v=1766514306"},{"product_id":"quick-dam-12-x-24-flood-bags-qd1224-20-20-pack","title":"Quick Dam 12\" x 24\" Flood Bags QD1224-20 - 20\/Pack","description":"\u003cdiv class=\"quick-dam-product\"\u003e\n  \u003cdiv class=\"product-intro\"\u003e\n    \u003ch2\u003eQuick Dam QD1224-20 Flood Control Bags\u003c\/h2\u003e\n    \u003cp class=\"subtitle\"\u003eAdvanced water-activated barriers for effective flood protection\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\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\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e120121\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuantity\u003c\/td\u003e\n          \u003ctd\u003e20 Bags per Pack\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e14 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDimensions (Dry)\u003c\/td\u003e\n          \u003ctd\u003e24\" Length × 12\" Width\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaximum Height (Wet)\u003c\/td\u003e\n          \u003ctd\u003e3.5 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eColor\u003c\/td\u003e\n          \u003ctd\u003eBlack\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eFlood Control Bags\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFeatures\u003c\/td\u003e\n          \u003ctd\u003eMade in America • Reusable • Non-Toxic\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-details\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eEnhance your flood control measures with Quick Dam 12\" × 24\" flood bags. These innovative bags contain a super-absorbent powder that activates upon contact with water, expanding within minutes to create an effective barrier against flooding.\u003c\/p\u003e\n    \n    \u003cp\u003eEach bag can expand up to 3.5 inches in height, effectively diverting and containing flood water. The compact, sandless design makes these bags lightweight, easy to deploy, and simple to stack for optimal protection.\u003c\/p\u003e\n    \n    \u003cp\u003eQuick Dam flood bags are reusable—the absorbent material dries over time, allowing the bags to be stored and used again. They're non-toxic and safe for disposal in regular trash when eventually retired.\u003c\/p\u003e\n    \n    \u003cp\u003eIdeal for protecting doorways, garages, windows, and other entry points against water intrusion. Note: Not recommended for use with saltwater.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-highlights\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eWater-activated expansion up to 3.5 inches\u003c\/li\u003e\n      \u003cli\u003eLightweight and easy to deploy\u003c\/li\u003e\n      \u003cli\u003eReusable design\u003c\/li\u003e\n      \u003cli\u003eNon-toxic and environmentally safe\u003c\/li\u003e\n      \u003cli\u003eMade in America\u003c\/li\u003e\n      \u003cli\u003eCompact storage when dry\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.quick-dam-product {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  max-width: 800px;\n  margin: 0 auto;\n  line-height: 1.5;\n}\n\n.product-intro h2 {\n  font-size: 28px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin-bottom: 8px;\n  border-bottom: 2px solid #3498db;\n  padding-bottom: 10px;\n}\n\n.product-intro .subtitle {\n  font-size: 18px;\n  color: #7f8c8d;\n  margin-bottom: 30px;\n  font-weight: 400;\n}\n\n.specs-section h3,\n.product-details h3,\n.features-highlights h3 {\n  font-size: 22px;\n  font-weight: 600;\n  color: #2c3e50;\n  margin: 25px 0 15px 0;\n  padding-left: 10px;\n  border-left: 4px solid #3498db;\n}\n\n.specs-table {\n  margin: 20px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 15px;\n}\n\n.specs-table th {\n  background: #2c3e50;\n  color: white;\n  font-weight: 600;\n  text-align: left;\n  padding: 16px 20px;\n  font-size: 16px;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #ecf0f1;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:hover {\n  background-color: #f1f8ff;\n}\n\n.product-details p {\n  margin-bottom: 16px;\n  font-size: 16px;\n  color: #444;\n}\n\n.features-highlights ul {\n  list-style: none;\n  padding-left: 0;\n  margin-top: 15px;\n}\n\n.features-highlights li {\n  padding: 10px 0 10px 30px;\n  position: relative;\n  font-size: 16px;\n  border-bottom: 1px dashed #ecf0f1;\n}\n\n.features-highlights li:before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: #27ae60;\n  font-weight: bold;\n  font-size: 18px;\n}\n\n@media (max-width: 768px) {\n  .quick-dam-product {\n    padding: 0 15px;\n  }\n  \n  .product-intro h2 {\n    font-size: 24px;\n  }\n  \n  .specs-table table {\n    font-size: 14px;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 12px 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785319583828,"sku":"120121","price":188.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-23T232911.220.png?v=1766514559"},{"product_id":"quick-dam-14-x-30-water-force-qdwgwl-1430","title":"Quick Dam 14\" x 30' Water Force QDWGWL-1430","description":"\u003cdiv class=\"quick-dam-waterforce\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eQuick Dam Water Force QDWGWL-1430\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003eProfessional Self-Rising Flood Barrier\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\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\u003eSKU #\u003c\/td\u003e\n            \u003ctd\u003e120122\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e1 Each\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e57 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLength\u003c\/td\u003e\n            \u003ctd\u003e30 Feet\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWidth\u003c\/td\u003e\n            \u003ctd\u003e14 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHeight Range\u003c\/td\u003e\n            \u003ctd\u003e6\" to 5' (adjustable)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eHigh-Visibility Yellow\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCertification\u003c\/td\u003e\n            \u003ctd\u003eFM Approved\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eSelf-Rising Flood Barrier\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFeatures\u003c\/td\u003e\n            \u003ctd\u003eReusable • Drive-over Capable • Connectable\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n    \u003cp\u003eThe Quick Dam Water Force QDWGWL-1430 is a professional-grade, self-rising flood barrier designed for superior water diversion and containment. This 14\" x 30' portable barrier automatically adjusts from 6\" to 5' in height as water levels rise, providing dynamic flood protection.\u003c\/p\u003e\n    \n    \u003cp\u003eBuilt-in stabilization weights maintain barrier position while the high-visibility yellow construction ensures clear visibility in emergency situations. The durable, flexible material allows for custom shaping to fit any space, and can be connected with other Water Force barriers for extended coverage.\u003c\/p\u003e\n    \n    \u003cp\u003eEngineered for both pedestrian and vehicle traffic, this FM-approved barrier offers reliable, reusable protection. After use, simply dry, roll, and store for future deployment—making it an essential tool for property protection and emergency response.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-benefits\"\u003e\n    \u003cdiv class=\"feature-column\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eSelf-rising design (6\" to 5' height)\u003c\/li\u003e\n        \u003cli\u003eBuilt-in stabilization weights\u003c\/li\u003e\n        \u003cli\u003eHigh-visibility yellow construction\u003c\/li\u003e\n        \u003cli\u003eDrive-over and walk-on capable\u003c\/li\u003e\n        \u003cli\u003eFM Approved for reliability\u003c\/li\u003e\n        \u003cli\u003eConnectable with other barriers\u003c\/li\u003e\n        \u003cli\u003eReusable and durable\u003c\/li\u003e\n        \u003cli\u003eFlexible positioning\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-column\"\u003e\n      \u003ch3\u003eApplications\u003c\/h3\u003e\n      \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003eCommercial property protection\u003c\/li\u003e\n        \u003cli\u003eResidential flood defense\u003c\/li\u003e\n        \u003cli\u003eConstruction site water management\u003c\/li\u003e\n        \u003cli\u003eEmergency response deployment\u003c\/li\u003e\n        \u003cli\u003eParking garage entry protection\u003c\/li\u003e\n        \u003cli\u003eBuilding perimeter security\u003c\/li\u003e\n        \u003cli\u003eTemporary water diversion\u003c\/li\u003e\n        \u003cli\u003eStormwater management\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions\"\u003e\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cdiv class=\"dimension-grid\"\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eLength\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e30 Feet\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eWidth\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e14 Inches\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eHeight Range\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e6\" to 5'\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.quick-dam-waterforce {\n  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n  color: #1a365d;\n  max-width: 1000px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n.product-header h1 {\n  font-size: 32px;\n  font-weight: 700;\n  color: #2d3748;\n  margin-bottom: 8px;\n  padding-bottom: 12px;\n  border-bottom: 3px solid #ecc94b;\n}\n\n.product-subtitle {\n  font-size: 18px;\n  color: #718096;\n  margin-bottom: 32px;\n  font-weight: 500;\n}\n\nh2 {\n  font-size: 24px;\n  font-weight: 600;\n  color: #2d3748;\n  margin: 32px 0 20px;\n  position: relative;\n  padding-left: 16px;\n}\n\nh2:before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 4px;\n  height: 24px;\n  background: #ecc94b;\n  border-radius: 2px;\n}\n\nh3 {\n  font-size: 20px;\n  font-weight: 600;\n  color: #4a5568;\n  margin: 24px 0 16px;\n}\n\n.specs-table-container {\n  background: #ffffff;\n  border-radius: 10px;\n  overflow: hidden;\n  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);\n  margin: 24px 0;\n  border: 1px solid #e2e8f0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 15px;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n}\n\n.specs-table th {\n  color: white;\n  font-weight: 600;\n  text-align: left;\n  padding: 18px 24px;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n}\n\n.specs-table tbody tr {\n  border-bottom: 1px solid #edf2f7;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tbody tr:hover {\n  background-color: #f7fafc;\n}\n\n.specs-table td {\n  padding: 16px 24px;\n  color: #2d3748;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #4a5568;\n  width: 35%;\n  background-color: #f8f9fa;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.product-description p {\n  margin-bottom: 18px;\n  font-size: 16px;\n  color: #4a5568;\n  line-height: 1.7;\n}\n\n.features-benefits {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  margin: 32px 0;\n}\n\n@media (max-width: 768px) {\n  .features-benefits {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n}\n\n.features-list,\n.benefits-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.features-list li,\n.benefits-list li {\n  padding: 12px 0 12px 32px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n  border-bottom: 1px dashed #e2e8f0;\n}\n\n.features-list li:last-child,\n.benefits-list li:last-child {\n  border-bottom: none;\n}\n\n.features-list li:before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  color: #38a169;\n  font-weight: bold;\n  font-size: 16px;\n  width: 24px;\n  height: 24px;\n  background: #f0fff4;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.benefits-list li:before {\n  content: '•';\n  position: absolute;\n  left: 0;\n  color: #ecc94b;\n  font-weight: bold;\n  font-size: 24px;\n  line-height: 1;\n}\n\n.dimension-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-top: 20px;\n}\n\n@media (max-width: 640px) {\n  .dimension-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.dimension-item {\n  background: #f8f9fa;\n  padding: 20px;\n  border-radius: 8px;\n  text-align: center;\n  border: 1px solid #e2e8f0;\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.dimension-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n}\n\n.dim-label {\n  display: block;\n  font-size: 14px;\n  color: #718096;\n  margin-bottom: 8px;\n  font-weight: 500;\n}\n\n.dim-value {\n  display: block;\n  font-size: 18px;\n  font-weight: 700;\n  color: #2d3748;\n}\n\n@media (max-width: 768px) {\n  .quick-dam-waterforce {\n    padding: 0 16px;\n  }\n  \n  .product-header h1 {\n    font-size: 26px;\n  }\n  \n  h2 {\n    font-size: 22px;\n    margin: 28px 0 18px;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 14px 18px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785348616276,"sku":"120122","price":3238.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T000004.997.png?v=1766516419"},{"product_id":"quick-dam-25-30-flood-gate-qdfg25","title":"Quick Dam 25\" - 30\" Flood Gate QDFG25","description":"\u003cdiv class=\"quick-dam-floodgate\"\u003e\n  \u003cdiv class=\"product-header\"\u003e\n    \u003ch1\u003eQuick Dam QDFG25 Adjustable Flood Gate\u003c\/h1\u003e\n    \u003cp class=\"product-subtitle\"\u003eProfessional Doorway Flood Protection System\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specifications-section\"\u003e\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSKU #\u003c\/td\u003e\n            \u003ctd\u003e120123\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eQuantity\u003c\/td\u003e\n            \u003ctd\u003e1 Unit\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd\u003e35 lb.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWidth Range\u003c\/td\u003e\n            \u003ctd\u003e25\" to 30\" (Adjustable)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHeight\u003c\/td\u003e\n            \u003ctd\u003e26 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eColor\u003c\/td\u003e\n            \u003ctd\u003eSafety Orange\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFrame Material\u003c\/td\u003e\n            \u003ctd\u003eSturdy Steel Construction\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSeal Material\u003c\/td\u003e\n            \u003ctd\u003eDurable Neoprene Sleeve\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eType\u003c\/td\u003e\n            \u003ctd\u003eAdjustable Flood Barrier\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eKey Features\u003c\/td\u003e\n            \u003ctd\u003eTool-Free Installation • Reusable • Adjustable Width\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-description\"\u003e\n    \u003ch2\u003eProduct Description\u003c\/h2\u003e\n    \u003cp\u003eThe Quick Dam QDFG25 Flood Gate provides superior doorway protection against flooding with its innovative adjustable design. This professional-grade barrier features a sturdy steel frame wrapped in a durable neoprene sleeve, creating a watertight seal that keeps flood waters out while allowing easy access.\u003c\/p\u003e\n    \n    \u003cp\u003eInstallation is quick and tool-free—simply place the gate in your entryway, adjust to the desired width (25\" to 30\"), expand the stabilization jack, and tighten the securing bolts. The entire setup takes just minutes without requiring permanent alterations to your property.\u003c\/p\u003e\n    \n    \u003cp\u003eWith its 26-inch height, the flood gate effectively blocks water while remaining easy to step over, maintaining access to protected areas. The safety orange color provides high visibility, and the reusable construction ensures years of reliable flood protection.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-benefits\"\u003e\n    \u003cdiv class=\"feature-column\"\u003e\n      \u003ch3\u003eProduct Features\u003c\/h3\u003e\n      \u003cul class=\"features-list\"\u003e\n        \u003cli\u003eAdjustable width (25\" to 30\")\u003c\/li\u003e\n        \u003cli\u003eTool-free installation\u003c\/li\u003e\n        \u003cli\u003eSturdy steel frame construction\u003c\/li\u003e\n        \u003cli\u003eNeoprene waterproof sleeve\u003c\/li\u003e\n        \u003cli\u003eReusable design\u003c\/li\u003e\n        \u003cli\u003eEasy step-over height (26\")\u003c\/li\u003e\n        \u003cli\u003eSafety orange high-visibility color\u003c\/li\u003e\n        \u003cli\u003eQuick deployment (minutes)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-column\"\u003e\n      \u003ch3\u003eApplications \u0026amp; Benefits\u003c\/h3\u003e\n      \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003eResidential doorway protection\u003c\/li\u003e\n        \u003cli\u003eCommercial building entryways\u003c\/li\u003e\n        \u003cli\u003eGarage door flood prevention\u003c\/li\u003e\n        \u003cli\u003eEmergency flood response\u003c\/li\u003e\n        \u003cli\u003eBasement entrance security\u003c\/li\u003e\n        \u003cli\u003eSeasonal flood preparation\u003c\/li\u003e\n        \u003cli\u003eProperty management use\u003c\/li\u003e\n        \u003cli\u003eTemporary water barrier\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"installation-section\"\u003e\n    \u003ch3\u003eInstallation \u0026amp; Use\u003c\/h3\u003e\n    \u003cdiv class=\"steps-container\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch4\u003ePosition Gate\u003c\/h4\u003e\n          \u003cp\u003ePlace the flood gate in the doorway or entryway requiring protection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch4\u003eAdjust Width\u003c\/h4\u003e\n          \u003cp\u003eExtend or retract the gate to fit your doorway width (25\" to 30\" range).\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"step-content\"\u003e\n          \u003ch4\u003eSecure \u0026amp; Seal\u003c\/h4\u003e\n          \u003cp\u003eExpand the stabilization jack and tighten bolts to create a watertight seal.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions\"\u003e\n    \u003ch3\u003eDimensions\u003c\/h3\u003e\n    \u003cdiv class=\"dimension-grid\"\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eWidth Range\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e25\" - 30\"\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eHeight\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003e26 Inches\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"dimension-item\"\u003e\n        \u003cspan class=\"dim-label\"\u003eFrame Material\u003c\/span\u003e\n        \u003cspan class=\"dim-value\"\u003eSteel\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.quick-dam-floodgate {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n  color: #1a202c;\n  max-width: 1000px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n.product-header h1 {\n  font-size: 32px;\n  font-weight: 700;\n  color: #2d3748;\n  margin-bottom: 10px;\n  padding-bottom: 15px;\n  border-bottom: 3px solid #ed8936;\n  position: relative;\n}\n\n.product-header h1:after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 100px;\n  height: 3px;\n  background: #dd6b20;\n}\n\n.product-subtitle {\n  font-size: 18px;\n  color: #718096;\n  margin-bottom: 35px;\n  font-weight: 500;\n  letter-spacing: 0.5px;\n}\n\nh2 {\n  font-size: 26px;\n  font-weight: 600;\n  color: #2d3748;\n  margin: 35px 0 22px;\n  position: relative;\n  padding-left: 20px;\n}\n\nh2:before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 5px;\n  height: 26px;\n  background: linear-gradient(to bottom, #ed8936, #dd6b20);\n  border-radius: 3px;\n}\n\nh3 {\n  font-size: 21px;\n  font-weight: 600;\n  color: #4a5568;\n  margin: 28px 0 18px;\n}\n\n.specs-table-container {\n  background: #ffffff;\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n  margin: 25px 0 35px;\n  border: 1px solid #e2e8f0;\n}\n\n.specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 15px;\n}\n\n.specs-table thead {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n}\n\n.specs-table th {\n  color: white;\n  font-weight: 600;\n  text-align: left;\n  padding: 20px 28px;\n  font-size: 16px;\n  letter-spacing: 0.5px;\n  border-bottom: 2px solid #ed8936;\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: #fffaf0;\n  transform: translateX(2px);\n}\n\n.specs-table td {\n  padding: 18px 28px;\n  color: #2d3748;\n}\n\n.specs-table td:first-child {\n  font-weight: 600;\n  color: #4a5568;\n  width: 35%;\n  background-color: #f7fafc;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.product-description p {\n  margin-bottom: 20px;\n  font-size: 16px;\n  color: #4a5568;\n  line-height: 1.7;\n  padding-left: 10px;\n  border-left: 2px solid #fed7d7;\n  padding-left: 15px;\n}\n\n.features-benefits {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 45px;\n  margin: 35px 0;\n}\n\n@media (max-width: 768px) {\n  .features-benefits {\n    grid-template-columns: 1fr;\n    gap: 35px;\n  }\n}\n\n.features-list,\n.benefits-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.features-list li,\n.benefits-list li {\n  padding: 14px 0 14px 36px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n  border-bottom: 1px solid #e2e8f0;\n}\n\n.features-list li:last-child,\n.benefits-list li:last-child {\n  border-bottom: none;\n}\n\n.features-list li:before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  color: #38a169;\n  font-weight: bold;\n  font-size: 16px;\n  width: 26px;\n  height: 26px;\n  background: #f0fff4;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border: 1px solid #c6f6d5;\n}\n\n.benefits-list li:before {\n  content: '▶';\n  position: absolute;\n  left: 0;\n  color: #ed8936;\n  font-size: 14px;\n  width: 26px;\n  height: 26px;\n  background: #fffaf0;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border: 1px solid #fed7d7;\n}\n\n.steps-container {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 25px;\n  margin-top: 25px;\n}\n\n@media (max-width: 768px) {\n  .steps-container {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n}\n\n.step {\n  background: #fffaf0;\n  border-radius: 10px;\n  padding: 25px;\n  border: 1px solid #fed7d7;\n  position: relative;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.step:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 10px 25px rgba(237, 137, 54, 0.1);\n}\n\n.step-number {\n  position: absolute;\n  top: -15px;\n  left: -15px;\n  width: 40px;\n  height: 40px;\n  background: linear-gradient(135deg, #ed8936, #dd6b20);\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 18px;\n  box-shadow: 0 4px 12px rgba(237, 137, 54, 0.3);\n}\n\n.step-content h4 {\n  font-size: 18px;\n  font-weight: 600;\n  color: #2d3748;\n  margin-bottom: 10px;\n}\n\n.step-content p {\n  font-size: 14px;\n  color: #718096;\n  line-height: 1.6;\n}\n\n.dimension-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 25px;\n  margin-top: 25px;\n}\n\n@media (max-width: 640px) {\n  .dimension-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.dimension-item {\n  background: #f7fafc;\n  padding: 25px;\n  border-radius: 10px;\n  text-align: center;\n  border: 1px solid #e2e8f0;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.dimension-item:before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 4px;\n  background: linear-gradient(to right, #ed8936, #dd6b20);\n}\n\n.dimension-item:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n}\n\n.dim-label {\n  display: block;\n  font-size: 14px;\n  color: #718096;\n  margin-bottom: 10px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.dim-value {\n  display: block;\n  font-size: 20px;\n  font-weight: 700;\n  color: #2d3748;\n}\n\n@media (max-width: 768px) {\n  .quick-dam-floodgate {\n    padding: 0 18px;\n  }\n  \n  .product-header h1 {\n    font-size: 28px;\n  }\n  \n  h2 {\n    font-size: 24px;\n    margin: 30px 0 20px;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 16px 22px;\n  }\n  \n  .step {\n    padding: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785370341460,"sku":"120123","price":1348.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T000757.675.png?v=1766516889"},{"product_id":"quick-dam-30-35-flood-gate-qdfg30","title":"Quick Dam 30\" - 35\" Flood Gate QDFG30","description":"\u003cdiv class=\"quickdam-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: #222; font-size: 24px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0;\"\u003e\n    Quick Dam QDFG30 Flood Gate\n  \u003c\/h2\u003e\n  \n  \u003cp style=\"margin-bottom: 20px;\"\u003e\n    Protect doorways from floodwater with the Quick Dam QDFG30 adjustable flood gate. This reusable barrier features a sturdy steel frame with an outer neoprene sleeve, providing reliable protection that's both easy to install and store. Simply adjust to fit your entryway, expand the jack, and tighten bolts—no tools or alterations required.\n  \u003c\/p\u003e\n  \n  \u003cp style=\"margin-bottom: 30px;\"\u003e\n    With a 26\" height, the gate effectively blocks water while remaining easy to step over, maintaining access to your entryway. Perfect for various applications, its adjustable design fits multiple doorway widths for versatile flood protection.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"specs-table\" style=\"margin: 30px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; background: white;\"\u003e\n      \u003cthead\u003e\n        \u003ctr style=\"background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\"\u003e\n          \u003cth colspan=\"2\" style=\"padding: 18px 20px; text-align: left; font-size: 18px; font-weight: 700; color: #222; border-bottom: 2px solid #dee2e6;\"\u003e\n            Product Specifications\n          \u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; width: 40%; background: #fafafa;\"\u003eSKU #\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003e120124\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; background: #fafafa;\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003e35 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; background: #fafafa;\"\u003eAdjustable Length\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003e30\" - 35\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; background: #fafafa;\"\u003eHeight\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003e26\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; background: #fafafa;\"\u003eColor\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003eOrange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; background: #fafafa;\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003eAdjustable, Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 14px 20px; font-weight: 600; background: #fafafa;\"\u003eType\u003c\/td\u003e\n          \u003ctd style=\"padding: 14px 20px;\"\u003eFlood Barrier\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features\" style=\"margin-top: 30px;\"\u003e\n    \u003ch3 style=\"color: #222; font-size: 20px; font-weight: 600; margin-bottom: 15px;\"\u003eKey Features\u003c\/h3\u003e\n    \u003cul style=\"padding-left: 20px; margin-bottom: 25px;\"\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eQuick installation without tools or alterations\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eSturdy steel frame with durable neoprene sleeve\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eReusable design for long-term value\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px;\"\u003eMaintains doorway access with step-over height\u003c\/li\u003e\n      \u003cli\u003eCompact storage and easy transport\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions\" style=\"background: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px;\"\u003e\n    \u003ch4 style=\"color: #222; font-size: 18px; font-weight: 600; margin-bottom: 10px;\"\u003eDimensions\u003c\/h4\u003e\n    \u003cp style=\"margin: 0;\"\u003e\n      \u003cstrong\u003eLength:\u003c\/strong\u003e Adjustable from 30\" to 35\"\u003cbr\u003e\n      \u003cstrong\u003eHeight:\u003c\/strong\u003e 26\"\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785413955668,"sku":"120124","price":1348.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T004837.482.png?v=1766519329"},{"product_id":"quick-dam-35-40-flood-gate-qdfg35","title":"Quick Dam 35\" - 40\" Flood Gate QDFG35","description":"\u003cdiv class=\"quickdam-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: #222; font-size: 24px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0;\"\u003e\n    Quick Dam QDFG35 Flood Gate\n  \u003c\/h2\u003e\n  \n  \u003cp style=\"margin-bottom: 20px;\"\u003e\n    Protect your entryways from floodwater with the Quick Dam QDFG35 adjustable flood barrier. Featuring a robust steel frame and durable neoprene sleeve, this reusable flood gate offers reliable protection that installs in minutes without tools or permanent alterations.\n  \u003c\/p\u003e\n  \n  \u003cp style=\"margin-bottom: 30px;\"\u003e\n    The 26\" height effectively blocks water while allowing easy access over the barrier. With adjustable width fitting doorways from 35\" to 40\", this portable solution is ideal for emergency flood control and reusable protection.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"specs-table\" style=\"margin: 30px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.05);\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; background: white; border: 1px solid #eaeaea;\"\u003e\n      \u003cthead\u003e\n        \u003ctr style=\"background: linear-gradient(to right, #f8f9fa, #ffffff);\"\u003e\n          \u003cth colspan=\"2\" style=\"padding: 20px; text-align: left; font-size: 18px; font-weight: 700; color: #2c3e50; border-bottom: 2px solid #3498db;\"\u003e\n            Product Specifications\n          \u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f5f5f5;\"\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; width: 40%; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eSKU #\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003e120125\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f5f5f5;\"\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003e42 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f5f5f5;\"\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eAdjustable Length\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003e35\" - 40\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f5f5f5;\"\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eHeight\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003e26\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f5f5f5;\"\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eColor\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003eOrange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f5f5f5;\"\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003eAdjustable, Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 600; background: #fafcfd; border-right: 1px solid #f0f0f0;\"\u003eType\u003c\/td\u003e\n          \u003ctd style=\"padding: 16px 20px; font-weight: 500;\"\u003eFlood Barrier\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"key-benefits\" style=\"background: #f8fafc; padding: 24px; border-radius: 8px; margin: 25px 0; border-left: 4px solid #3498db;\"\u003e\n    \u003ch3 style=\"color: #2c3e50; font-size: 20px; font-weight: 600; margin-bottom: 16px;\"\u003eKey Benefits\u003c\/h3\u003e\n    \u003cul style=\"margin: 0; padding-left: 20px;\"\u003e\n      \u003cli style=\"margin-bottom: 8px; padding-left: 8px;\"\u003eQuick installation - no tools required\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px; padding-left: 8px;\"\u003eDurable steel frame with neoprene sleeve\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px; padding-left: 8px;\"\u003eFully reusable for multiple applications\u003c\/li\u003e\n      \u003cli style=\"margin-bottom: 8px; padding-left: 8px;\"\u003eMaintains doorway accessibility\u003c\/li\u003e\n      \u003cli style=\"padding-left: 8px;\"\u003eCompact storage and easy transport\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions\" style=\"margin-top: 25px;\"\u003e\n    \u003ch4 style=\"color: #222; font-size: 18px; font-weight: 600; margin-bottom: 12px;\"\u003eDimensions\u003c\/h4\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;\"\u003e\n      \u003cdiv style=\"background: white; padding: 15px; border-radius: 6px; border: 1px solid #eaeaea;\"\u003e\n        \u003cdiv style=\"font-weight: 600; color: #2c3e50; margin-bottom: 4px;\"\u003eLength\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 18px; font-weight: 500; color: #3498db;\"\u003e35\" - 40\" (Adjustable)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: white; padding: 15px; border-radius: 6px; border: 1px solid #eaeaea;\"\u003e\n        \u003cdiv style=\"font-weight: 600; color: #2c3e50; margin-bottom: 4px;\"\u003eHeight\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 18px; font-weight: 500; color: #3498db;\"\u003e26\"\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785418313812,"sku":"120125","price":1438.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T004837.482_b10353fd-ef1a-401f-8958-dfc1aa6742fa.png?v=1766519848"},{"product_id":"quick-dam-40-45-flood-gate-qdfg40","title":"Quick Dam 40\" - 45\" Flood Gate QDFG40","description":"\u003cdiv class=\"quickdam-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: #222; font-size: 24px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0;\"\u003e\n    Quick Dam QDFG40 Flood Gate\n  \u003c\/h2\u003e\n  \n  \u003cp style=\"margin-bottom: 20px;\"\u003e\n    Secure your entryways against floodwater with the Quick Dam QDFG40 adjustable flood barrier. This heavy-duty gate features a reinforced steel frame and durable neoprene sleeve, providing robust protection that installs quickly without tools or permanent modifications.\n  \u003c\/p\u003e\n  \n  \u003cp style=\"margin-bottom: 30px;\"\u003e\n    Designed for larger doorways, its adjustable width fits openings from 40\" to 45\" while maintaining a 26\" height for water blocking with step-over accessibility. Perfect for commercial and residential flood prevention.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"specs-table\" style=\"margin: 30px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.08);\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; background: white; border: 1px solid #e0e0e0;\"\u003e\n      \u003cthead\u003e\n        \u003ctr style=\"background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\"\u003e\n          \u003cth colspan=\"2\" style=\"padding: 22px 24px; text-align: left; font-size: 20px; font-weight: 700; color: white; letter-spacing: 0.5px;\"\u003e\n            Technical Specifications\n          \u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; width: 45%; background: #f9f9f9; color: #2c3e50;\"\u003eSKU #\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222;\"\u003e120126\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f9f9f9; color: #2c3e50;\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222;\"\u003e46 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f9f9f9; color: #2c3e50;\"\u003eAdjustable Length\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222;\"\u003e40\" - 45\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f9f9f9; color: #2c3e50;\"\u003eHeight\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222;\"\u003e26\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f9f9f9; color: #2c3e50;\"\u003eColor\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222;\"\u003eOrange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f0f0;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f9f9f9; color: #2c3e50;\"\u003eKey Features\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222;\"\u003eAdjustable, Reusable, Tool-Free Installation\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f9f9f9; color: #2c3e50; border-bottom-left-radius: 8px;\"\u003eProduct Type\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #222; border-bottom-right-radius: 8px;\"\u003eHeavy-Duty Flood Barrier\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features-section\" style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0;\"\u003e\n    \u003cdiv style=\"background: white; padding: 20px; border-radius: 8px; border-left: 4px solid #e74c3c; box-shadow: 0 2px 8px rgba(0,0,0,0.04);\"\u003e\n      \u003cdiv style=\"font-weight: 700; color: #2c3e50; margin-bottom: 10px; font-size: 17px;\"\u003eQuick Installation\u003c\/div\u003e\n      \u003cdiv style=\"color: #555; font-size: 15px;\"\u003eSet up in minutes without tools or alterations. Simply adjust, expand, and secure.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: white; padding: 20px; border-radius: 8px; border-left: 4px solid #3498db; box-shadow: 0 2px 8px rgba(0,0,0,0.04);\"\u003e\n      \u003cdiv style=\"font-weight: 700; color: #2c3e50; margin-bottom: 10px; font-size: 17px;\"\u003eDurable Construction\u003c\/div\u003e\n      \u003cdiv style=\"color: #555; font-size: 15px;\"\u003eSteel frame with neoprene sleeve ensures reliability and multiple uses.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: white; padding: 20px; border-radius: 8px; border-left: 4px solid #2ecc71; box-shadow: 0 2px 8px rgba(0,0,0,0.04);\"\u003e\n      \u003cdiv style=\"font-weight: 700; color: #2c3e50; margin-bottom: 10px; font-size: 17px;\"\u003eAccess Maintained\u003c\/div\u003e\n      \u003cdiv style=\"color: #555; font-size: 15px;\"\u003e26\" height blocks water while allowing easy step-over access.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions-box\" style=\"background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 24px; border-radius: 8px; border: 1px solid #eaeaea; margin-top: 20px;\"\u003e\n    \u003cdiv style=\"font-weight: 700; color: #2c3e50; font-size: 18px; margin-bottom: 16px; display: flex; align-items: center;\"\u003e\n      \u003cdiv style=\"width: 4px; height: 20px; background: #3498db; margin-right: 12px; border-radius: 2px;\"\u003e\u003c\/div\u003e\n      Product Dimensions\n    \u003c\/div\u003e\n    \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px;\"\u003e\n      \u003cdiv style=\"flex: 1; min-width: 200px;\"\u003e\n        \u003cdiv style=\"font-weight: 600; color: #555; margin-bottom: 5px;\"\u003eLength Range\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 20px; font-weight: 700; color: #2c3e50;\"\u003e40\" - 45\"\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 14px; color: #777; margin-top: 4px;\"\u003eFully adjustable within range\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"flex: 1; min-width: 200px;\"\u003e\n        \u003cdiv style=\"font-weight: 600; color: #555; margin-bottom: 5px;\"\u003eHeight\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 20px; font-weight: 700; color: #2c3e50;\"\u003e26\"\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 14px; color: #777; margin-top: 4px;\"\u003eOptimal water barrier height\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785427980372,"sku":"120126","price":1366.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T004837.482_cb7e1de4-64b1-4960-b4c5-7772aca1f8c0.png?v=1766520015"},{"product_id":"quick-dam-45-50-flood-gate-qdfg45","title":"Quick Dam 45\" - 50\" Flood Gate QDFG45","description":"\u003cdiv class=\"quickdam-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: #222; font-size: 24px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0;\"\u003e\n    Quick Dam QDFG45 Flood Gate\n  \u003c\/h2\u003e\n  \n  \u003cp style=\"margin-bottom: 20px;\"\u003e\n    Protect wide entryways from floodwater with the Quick Dam QDFG45 adjustable flood barrier. This heavy-duty gate features a reinforced steel frame and durable neoprene sleeve, providing robust protection for large doorways up to 50 inches wide.\n  \u003c\/p\u003e\n  \n  \u003cp style=\"margin-bottom: 30px;\"\u003e\n    Engineered for maximum coverage, its adjustable width fits openings from 45\" to 50\" while maintaining a practical 26\" height for effective water blocking with easy step-over access. Ideal for commercial entrances, garage doors, and large residential openings.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"specs-table\" style=\"margin: 30px 0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); border: 1px solid #e0e6ed;\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; background: white;\"\u003e\n      \u003cthead\u003e\n        \u003ctr style=\"background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\"\u003e\n          \u003cth colspan=\"2\" style=\"padding: 22px 24px; text-align: left; font-size: 20px; font-weight: 700; color: white; letter-spacing: 0.5px;\"\u003e\n            Product Specifications\n          \u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f4f8;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; width: 45%; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7;\"\u003eSKU #\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748;\"\u003e120127\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f4f8;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7;\"\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748;\"\u003e48 lb\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f4f8;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7;\"\u003eAdjustable Length\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748;\"\u003e45\" - 50\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f4f8;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7;\"\u003eHeight\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748;\"\u003e26\"\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f4f8;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7;\"\u003eColor\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748;\"\u003eOrange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr style=\"border-bottom: 1px solid #f0f4f8;\"\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7;\"\u003eFeatures\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748;\"\u003eAdjustable, Reusable, Tool-Free Setup\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 600; background: #f8fafc; color: #2d3748; border-right: 1px solid #edf2f7; border-bottom-left-radius: 10px;\"\u003eProduct Type\u003c\/td\u003e\n          \u003ctd style=\"padding: 18px 24px; font-weight: 500; color: #2d3748; border-bottom-right-radius: 10px;\"\u003eHeavy-Duty Flood Barrier\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"highlights\" style=\"background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 24px; border-radius: 10px; margin: 30px 0;\"\u003e\n    \u003cdiv style=\"color: white; font-weight: 700; font-size: 20px; margin-bottom: 20px; text-align: center;\"\u003eKey Advantages\u003c\/div\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px;\"\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 8px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);\"\u003e\n        \u003cdiv style=\"font-weight: 700; color: white; margin-bottom: 8px; font-size: 16px;\"\u003eWide Coverage\u003c\/div\u003e\n        \u003cdiv style=\"color: rgba(255,255,255,0.9); font-size: 14px;\"\u003eProtects large entryways up to 50 inches wide\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 8px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);\"\u003e\n        \u003cdiv style=\"font-weight: 700; color: white; margin-bottom: 8px; font-size: 16px;\"\u003eQuick Deployment\u003c\/div\u003e\n        \u003cdiv style=\"color: rgba(255,255,255,0.9); font-size: 14px;\"\u003eInstalls in minutes without tools or modifications\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: rgba(255,255,255,0.15); padding: 20px; border-radius: 8px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);\"\u003e\n        \u003cdiv style=\"font-weight: 700; color: white; margin-bottom: 8px; font-size: 16px;\"\u003eDurable Design\u003c\/div\u003e\n        \u003cdiv style=\"color: rgba(255,255,255,0.9); font-size: 14px;\"\u003eSteel frame with neoprene for multiple uses\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dimensions-section\" style=\"margin-top: 30px;\"\u003e\n    \u003cdiv style=\"font-weight: 700; color: #2d3748; font-size: 20px; margin-bottom: 20px; display: flex; align-items: center; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0;\"\u003e\n      \u003cdiv style=\"width: 6px; height: 24px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin-right: 12px; border-radius: 3px;\"\u003e\u003c\/div\u003e\n      Dimensions \u0026amp; Details\n    \u003c\/div\u003e\n    \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px;\"\u003e\n      \u003cdiv style=\"background: white; padding: 24px; border-radius: 10px; border: 1px solid #e2e8f0; box-shadow: 0 2px 10px rgba(0,0,0,0.04);\"\u003e\n        \u003cdiv style=\"font-weight: 700; color: #4a5568; margin-bottom: 12px; font-size: 18px;\"\u003eAdjustable Length\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 28px; font-weight: 800; color: #2d3748; margin-bottom: 8px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;\"\u003e45\" - 50\"\u003c\/div\u003e\n        \u003cdiv style=\"color: #718096; font-size: 15px;\"\u003eFits wide doorways and large openings\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: white; padding: 24px; border-radius: 10px; border: 1px solid #e2e8f0; box-shadow: 0 2px 10px rgba(0,0,0,0.04);\"\u003e\n        \u003cdiv style=\"font-weight: 700; color: #4a5568; margin-bottom: 12px; font-size: 18px;\"\u003eFixed Height\u003c\/div\u003e\n        \u003cdiv style=\"font-size: 28px; font-weight: 800; color: #2d3748; margin-bottom: 8px;\"\u003e26\"\u003c\/div\u003e\n        \u003cdiv style=\"color: #718096; font-size: 15px;\"\u003eOptimal balance of protection and accessibility\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"installation-note\" style=\"background: #f7fafc; padding: 20px; border-radius: 8px; margin-top: 30px; border-left: 4px solid #4299e1;\"\u003e\n    \u003cdiv style=\"font-weight: 700; color: #2d3748; margin-bottom: 8px; font-size: 17px;\"\u003eEasy Installation\u003c\/div\u003e\n    \u003cdiv style=\"color: #4a5568;\"\u003eSimply place in entryway, adjust to size, expand the jack, and tighten bolts. No tools or alterations required.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785439023188,"sku":"120127","price":1618.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T004837.482_9f4bdd0a-c814-4ef2-99cb-15a182cde395.png?v=1766520255"},{"product_id":"quick-dam-6-x-17-water-force-qdwgwl-0617","title":"Quick Dam 6\" x 17' Water Force QDWGWL-0617","description":"\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table th {\n    background-color: #f8f9fa;\n    font-weight: 600;\n    text-align: left;\n    padding: 14px 16px;\n    border-bottom: 2px solid #e9ecef;\n    font-size: 14px;\n    color: #495057;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e9ecef;\n    background-color: white;\n    font-size: 14px;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n  }\n  \n  .feature-item {\n    background: #f8f9fa;\n    padding: 12px 16px;\n    border-radius: 6px;\n    border-left: 3px solid #4dabf7;\n  }\n  \n  .highlight {\n    color: #1c7ed6;\n    font-weight: 600;\n  }\n  \n  .dimensions-box {\n    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n    padding: 18px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border: 1px solid #dee2e6;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam Water Force Flood Barrier QDWGWL-0617\u003c\/h2\u003e\n  \n  \u003cp\u003eEnhance your flood protection with the Quick Dam Water Force self-rising barrier. This portable solution automatically expands from 6\" to 5' tall as water levels rise, creating instant protection against flooding.\u003c\/p\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSKU #\u003c\/th\u003e\n      \u003ctd\u003e120128\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eLength\u003c\/th\u003e\n      \u003ctd\u003e204 Inches (17 Feet)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaximum Height\u003c\/th\u003e\n      \u003ctd\u003e5 Feet\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eShipping Weight\u003c\/th\u003e\n      \u003ctd\u003e25 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eColor\u003c\/th\u003e\n      \u003ctd\u003eYellow\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eType\u003c\/th\u003e\n      \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eQuantity\u003c\/th\u003e\n      \u003ctd\u003e1\/Each\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"highlight\"\u003eSelf-Rising Design\u003c\/span\u003e\u003cbr\u003e\n      Automatically expands with rising water levels\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"highlight\"\u003eFM Approved\u003c\/span\u003e\u003cbr\u003e\n      Meets rigorous safety standards\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"highlight\"\u003eReusable\u003c\/span\u003e\u003cbr\u003e\n      Dry and store for future use\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003cspan class=\"highlight\"\u003ePortable\u003c\/span\u003e\u003cbr\u003e\n      Easy to transport and install\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"dimensions-box\"\u003e\n    \u003ch3 style=\"margin-top: 0; color: #495057;\"\u003eOverall Dimensions:\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003eLength:\u003c\/strong\u003e 17 Feet\u003cbr\u003e\n    \u003cstrong\u003eWidth:\u003c\/strong\u003e 6 Inches\u003cbr\u003e\n    \u003cstrong\u003eHeight Range:\u003c\/strong\u003e 6 Inches to 5 Feet\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eThe durable flexible material allows the barrier to conform to any space. Built-in weights prevent rolling while maintaining stability. Connect multiple barriers for extended protection. Suitable for driving and walking over when properly installed. Yellow color provides high visibility in emergency situations.\u003c\/p\u003e\n  \n  \u003cp\u003eSimple deployment - just unroll and position where needed. No pumps or external power required. Ideal for emergency response, construction sites, and property protection.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785441972308,"sku":"120128","price":1456.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T011919.601.png?v=1766521171"},{"product_id":"quick-dam-drain-seal-slurry-kit-with-4-10-hi-vis-water-barriers-and-2-drain-seals-qdggds-hv","title":"Quick Dam Drain Seal Slurry Kit with (4) 10' Hi-Vis Water Barriers and (2) Drain Seals QDGGDS-HV","description":"\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table th {\n    background-color: #f8f9fa;\n    font-weight: 600;\n    text-align: left;\n    padding: 14px 16px;\n    border-bottom: 2px solid #e9ecef;\n    font-size: 14px;\n    color: #495057;\n    width: 35%;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e9ecef;\n    background-color: white;\n    font-size: 14px;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .kit-includes {\n    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);\n    padding: 18px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border: 1px solid #ffd54f;\n  }\n  \n  .dimensions-box {\n    background: #f8f9fa;\n    padding: 18px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border: 1px solid #dee2e6;\n  }\n  \n  .feature-highlight {\n    color: #e65100;\n    font-weight: 600;\n    display: inline-block;\n    margin-right: 8px;\n  }\n  \n  .color-indicator {\n    display: inline-block;\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    margin-right: 6px;\n    vertical-align: middle;\n  }\n  \n  .color-black { background-color: #212121; }\n  .color-orange { background-color: #ff9800; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam Drain Seal Slurry Kit QDGGDS-HV\u003c\/h2\u003e\n  \n  \u003cp\u003eComplete flood protection solution with drain seals and high-visibility water barriers. This all-in-one kit provides immediate response to flooding situations with reusable components.\u003c\/p\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSKU #\u003c\/th\u003e\n      \u003ctd\u003e120129\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eShipping Weight\u003c\/th\u003e\n      \u003ctd\u003e15 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eBarrier Length\u003c\/th\u003e\n      \u003ctd\u003e120 Inches (10 Feet each)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaximum Height\u003c\/th\u003e\n      \u003ctd\u003e3 1\/2 Inches (when activated)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eColor\u003c\/th\u003e\n      \u003ctd\u003e\n        \u003cspan class=\"color-indicator color-black\"\u003e\u003c\/span\u003eBlack \/\n        \u003cspan class=\"color-indicator color-orange\"\u003e\u003c\/span\u003eOrange Hi-Vis\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eFeatures\u003c\/th\u003e\n      \u003ctd\u003eMade in America • Reusable\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eType\u003c\/th\u003e\n      \u003ctd\u003eDrain Seals • Flood Bags • Flood Barriers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eQuantity\u003c\/th\u003e\n      \u003ctd\u003e1\/Each Kit\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"kit-includes\"\u003e\n    \u003ch3 style=\"margin-top: 0; color: #e65100;\"\u003eKit Includes:\u003c\/h3\u003e\n    \u003cp\u003e\u003cspan class=\"feature-highlight\"\u003e•\u003c\/span\u003e 4 × 10' Hi-Vis Water Barriers\u003cbr\u003e\n    \u003cspan class=\"feature-highlight\"\u003e•\u003c\/span\u003e 2 × Drain Seals\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"dimensions-box\"\u003e\n    \u003ch3 style=\"margin-top: 0; color: #495057;\"\u003eDimensions:\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003eDrain Seals:\u003c\/strong\u003e 4' Length × 4' Width\u003cbr\u003e\n    \u003cstrong\u003eFlood Barriers:\u003c\/strong\u003e 10' Length each\u003cbr\u003e\n    \u003cstrong\u003eActivated Height:\u003c\/strong\u003e Up to 3 1\/2\" per barrier\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003e\u003cspan class=\"feature-highlight\"\u003eQuick Activation:\u003c\/span\u003e Each barrier absorbs 8 gallons of water, expanding within minutes. Absorbent powder technology swells upon contact with water to create immediate flood protection.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cspan class=\"feature-highlight\"\u003eSafety Features:\u003c\/span\u003e Orange hi-vis mesh covers prevent trips and falls. Built-in wedge design prevents rolling. Mesh allows dragging without damage to barriers.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cspan class=\"feature-highlight\"\u003eReusable Design:\u003c\/span\u003e Drain seals feature heavy-duty 20 mil polyurethane construction with chemical and temperature resistance. Barriers can be dried for reuse or safely disposed.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cspan class=\"feature-highlight\"\u003eEasy Application:\u003c\/span\u003e Place seals and barriers over drains to prevent contaminated water entry. Compact, sandless design requires minimal storage space.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785442693204,"sku":"120129","price":566.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T012308.621.png?v=1766521396"},{"product_id":"quick-dam-duffel-bag-emergency-kit-with-14-5-flood-barriers-qdduff5-14","title":"Quick Dam Duffel Bag Emergency Kit with (14) 5' Flood Barriers QDDUFF5-14","description":"\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table th {\n    background-color: #f8f9fa;\n    font-weight: 600;\n    text-align: left;\n    padding: 14px 16px;\n    border-bottom: 2px solid #e9ecef;\n    font-size: 14px;\n    color: #495057;\n    width: 35%;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e9ecef;\n    background-color: white;\n    font-size: 14px;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .kit-includes {\n    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n    padding: 18px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border: 1px solid #64b5f6;\n  }\n  \n  .feature-box {\n    background: #f8f9fa;\n    padding: 18px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border: 1px solid #dee2e6;\n  }\n  \n  .feature-highlight {\n    color: #1565c0;\n    font-weight: 600;\n    display: inline-block;\n    margin-right: 8px;\n  }\n  \n  .color-indicator {\n    display: inline-block;\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    margin-right: 6px;\n    vertical-align: middle;\n  }\n  \n  .color-black { background-color: #212121; }\n  .color-orange { background-color: #ff9800; }\n  \n  .benefit-item {\n    margin: 8px 0;\n    padding-left: 8px;\n    border-left: 3px solid #1565c0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam Duffel Bag Emergency Kit QDDUFF5-14\u003c\/h2\u003e\n  \n  \u003cp\u003ePortable flood protection solution with 14 rapid-response barriers in a convenient carrying bag. Ideal for emergency deployment to protect doors, garages, and windows from water intrusion.\u003c\/p\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSKU #\u003c\/th\u003e\n      \u003ctd\u003e120130\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eShipping Weight\u003c\/th\u003e\n      \u003ctd\u003e12 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eBarrier Length\u003c\/th\u003e\n      \u003ctd\u003e60 Inches (5 Feet each)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaximum Height\u003c\/th\u003e\n      \u003ctd\u003e3 1\/2 Inches (when activated)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eColor\u003c\/th\u003e\n      \u003ctd\u003e\n        \u003cspan class=\"color-indicator color-black\"\u003e\u003c\/span\u003eBlack \/\n        \u003cspan class=\"color-indicator color-orange\"\u003e\u003c\/span\u003eOrange\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eFeatures\u003c\/th\u003e\n      \u003ctd\u003eMade in America • Reusable\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eType\u003c\/th\u003e\n      \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eQuantity\u003c\/th\u003e\n      \u003ctd\u003e1\/Each Kit\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"kit-includes\"\u003e\n    \u003ch3 style=\"margin-top: 0; color: #1565c0;\"\u003eKit Includes:\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003e14 × 5' Flood Barriers\u003c\/strong\u003e\u003cbr\u003e\n    \u003cstrong\u003e1 × Duffel Bag\u003c\/strong\u003e with adjustable shoulder strap\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"feature-box\"\u003e\n    \u003ch3 style=\"margin-top: 0; color: #495057;\"\u003eKey Features:\u003c\/h3\u003e\n    \n    \u003cdiv class=\"benefit-item\"\u003e\n      \u003cspan class=\"feature-highlight\"\u003eRapid Activation:\u003c\/span\u003e Barriers expand to 3 1\/2\" height within minutes of water contact\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-item\"\u003e\n      \u003cspan class=\"feature-highlight\"\u003eDual Lobe Design:\u003c\/span\u003e Prevents rolling and provides stable stacking base\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-item\"\u003e\n      \u003cspan class=\"feature-highlight\"\u003ePortable System:\u003c\/span\u003e Lightweight duffel bag with strap for easy transport\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-item\"\u003e\n      \u003cspan class=\"feature-highlight\"\u003eFlexible Application:\u003c\/span\u003e Can be dragged and shaped to fit any space\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"benefit-item\"\u003e\n      \u003cspan class=\"feature-highlight\"\u003eReusable:\u003c\/span\u003e Absorbent powder dries for multiple uses\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e Each barrier measures 5 feet in length. When activated by water, expands to maximum height of 3 1\/2 inches.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eApplication:\u003c\/strong\u003e Designed for blocking flooded entryways including doors, garages, and windows. Compact sandless design allows for easy stacking and storage. Not for use with saltwater.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSafety \u0026amp; Convenience:\u003c\/strong\u003e Nontoxic and nonhazardous materials. Lightweight construction makes deployment quick and effortless. The complete kit provides substantial coverage for emergency flood situations.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785443512404,"sku":"120130","price":359.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T012713.366.png?v=1766521641"},{"product_id":"quick-dam-duffel-bag-emergency-kit-with-7-10-flood-barriers-qdduff10-7","title":"Quick Dam Duffel Bag Emergency Kit with (7) 10' Flood Barriers QDDUFF10-7","description":"\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table th {\n    background-color: #f8f9fa;\n    font-weight: 600;\n    text-align: left;\n    padding: 14px 16px;\n    border-bottom: 2px solid #e9ecef;\n    font-size: 14px;\n    color: #495057;\n    width: 35%;\n  }\n  \n  .specs-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e9ecef;\n    background-color: white;\n    font-size: 14px;\n  }\n  \n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .kit-includes {\n    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n    padding: 18px;\n    border-radius: 8px;\n    margin: 20px 0;\n    border: 1px solid #66bb6a;\n  }\n  \n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n  }\n  \n  .feature-card {\n    background: #f8f9fa;\n    padding: 16px;\n    border-radius: 6px;\n    border-top: 4px solid #2e7d32;\n  }\n  \n  .feature-title {\n    color: #2e7d32;\n    font-weight: 600;\n    font-size: 15px;\n    margin-bottom: 8px;\n  }\n  \n  .color-indicator {\n    display: inline-block;\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    margin-right: 6px;\n    vertical-align: middle;\n  }\n  \n  .color-black { background-color: #212121; }\n  .color-orange { background-color: #ff9800; }\n  \n  .warning-note {\n    background: #fff3e0;\n    padding: 12px 16px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #f57c00;\n    font-size: 14px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam Duffel Bag Emergency Kit QDDUFF10-7\u003c\/h2\u003e\n  \n  \u003cp\u003eComplete portable flood protection system featuring seven 10-foot barriers in an easy-carry duffel bag. Designed for rapid deployment during emergency flooding situations.\u003c\/p\u003e\n  \n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003cth\u003eSKU #\u003c\/th\u003e\n      \u003ctd\u003e120131\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eShipping Weight\u003c\/th\u003e\n      \u003ctd\u003e12 lb.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eBarrier Length\u003c\/th\u003e\n      \u003ctd\u003e120 Inches (10 Feet each)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eMaximum Height\u003c\/th\u003e\n      \u003ctd\u003e3 1\/2 Inches (when activated)\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eColor\u003c\/th\u003e\n      \u003ctd\u003e\n        \u003cspan class=\"color-indicator color-black\"\u003e\u003c\/span\u003eBlack \/\n        \u003cspan class=\"color-indicator color-orange\"\u003e\u003c\/span\u003eOrange\n      \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eFeatures\u003c\/th\u003e\n      \u003ctd\u003eMade in America • Reusable\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eType\u003c\/th\u003e\n      \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003eQuantity\u003c\/th\u003e\n      \u003ctd\u003e1\/Each Kit\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n  \n  \u003cdiv class=\"kit-includes\"\u003e\n    \u003ch3 style=\"margin-top: 0; color: #2e7d32;\"\u003eKit Contents:\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003e7 × 10' Flood Barriers\u003c\/strong\u003e\u003cbr\u003e\n    \u003cstrong\u003e1 × Duffel Bag\u003c\/strong\u003e with adjustable shoulder strap\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eRapid Response\u003c\/div\u003e\n      Barriers expand to 3 1\/2\" height within minutes of water contact. Absorbent powder technology provides instant flood protection.\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003ePortable Design\u003c\/div\u003e\n      Lightweight duffel bag with adjustable shoulder strap allows for easy transport and quick access during emergencies.\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eStable Construction\u003c\/div\u003e\n      Dual lobe design prevents rolling and creates sturdy stacking base. Flexible barriers can be shaped to fit any space.\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eReusable System\u003c\/div\u003e\n      Absorbent powder dries for multiple uses. Compact sandless design requires minimal storage space when not in use.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e Each barrier measures 10 feet in length. When activated by water contact, expands to maximum height of 3 1\/2 inches.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eApplication:\u003c\/strong\u003e Ideal for blocking flooded entryways including doors, garages, and windows. Provides 70 feet of total barrier coverage for comprehensive protection.\u003c\/p\u003e\n  \n  \u003cdiv class=\"warning-note\"\u003e\n    \u003cstrong\u003eNote:\u003c\/strong\u003e Not for use with saltwater. For freshwater flood protection only.\n  \u003c\/div\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSafety \u0026amp; Convenience:\u003c\/strong\u003e Constructed with nontoxic, nonhazardous materials. Can be disposed of in regular trash when no longer needed. Easy to deploy and reposition as flooding conditions change.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42785445773396,"sku":"120131","price":335.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T013715.689.png?v=1766522244"},{"product_id":"quick-dam-emergency-flood-pump-kit-3-qdpk3","title":"Quick Dam Emergency Flood Pump Kit #3 QDPK3","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam QDPK3 Emergency Flood Pump Kit\u003c\/h2\u003e\n  \n  \u003cp\u003eEnhance your flood control preparedness with the Quick Dam QDPK3 Emergency Flood Pump Kit. This comprehensive kit provides an efficient solution for managing flooded areas with its thoughtfully selected components designed for quick deployment and effective water containment.\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\u003e120132\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e30 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003ePump Kits\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKit Contents \u0026amp; Features\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eFlood Barriers \u0026amp; Water Dams:\u003c\/strong\u003e Includes four 10-foot water dams and two 10-foot flood barriers with absorbent technology that activates upon contact with water. Barriers expand up to 3.5 inches in height within minutes to effectively divert and contain floodwater. Designed for doorways, garages, and window openings.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eHigh-Capacity Pump:\u003c\/strong\u003e Lightweight puddle pump removes 30 GPM at 20-foot incline with maximum flow rate of 33,300 GPH on flat surfaces. Features floor-sucking technology to remove standing water down to 1\/8 inch. Operates continuously for 4,500 hours with 115V power requirement.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eAccessories:\u003c\/strong\u003e Kit includes 50-foot, 1.5-inch diameter lay-flat hose with quick-connect aluminum fittings, garden hose attachment, and high-visibility orange storage crate with adjustable straps.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eDesign Advantages:\u003c\/strong\u003e Compact, sandless design is lightweight and reusable. Barriers feature dual-lobe construction to prevent rolling and allow secure stacking. Non-toxic materials allow for safe disposal after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.6;\n  color: #333;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 28px;\n  font-weight: 600;\n  margin-bottom: 20px;\n  color: #1a1a1a;\n  border-bottom: 2px solid #e6e6e6;\n  padding-bottom: 10px;\n}\n\n.product-description h3 {\n  font-size: 22px;\n  font-weight: 600;\n  margin: 25px 0 15px;\n  color: #2c3e50;\n}\n\n.product-description p {\n  margin-bottom: 16px;\n  font-size: 16px;\n}\n\n.product-description strong {\n  color: #2c3e50;\n}\n\n.specs-table {\n  margin: 25px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px 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 th {\n  background: #2c3e50;\n  color: white;\n  font-size: 18px;\n  font-weight: 600;\n  padding: 16px;\n  text-align: center;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #eaeaea;\n  font-size: 15px;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8f9fa;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2c3e50;\n  width: 40%;\n}\n\n.specs-table td:last-child {\n  color: #555;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 15px;\n  }\n  \n  .product-description h2 {\n    font-size: 24px;\n  }\n  \n  .product-description h3 {\n    font-size: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 15px;\n    font-size: 14px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787087908948,"sku":"120132","price":664.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T104951.380.png?v=1766555400"},{"product_id":"quick-dam-flood-gate-side-rail-kit-qdfgsides-2-pack","title":"Quick Dam Flood Gate Side Rail Kit QDFGSIDES - 2\/Pack","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam QDFGSIDES Flood Gate Side Rail Kit\u003c\/h2\u003e\n  \n  \u003cp\u003eCreate effective watertight seals on uneven surfaces with the Quick Dam QDFGSIDES Flood Gate Side Rail Kit. This essential accessory provides stability and compatibility for flood gates, ensuring reliable protection against floodwater in various entryway configurations.\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\u003e120133\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e9 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2\/Pack\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eUniversal Compatibility:\u003c\/strong\u003e Designed to work seamlessly with Quick Dam flood gates (sold separately), these side rails create stable, watertight seals on uneven openings where traditional barriers may fail.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eVersatile Installation:\u003c\/strong\u003e Effective on various surfaces including wood, brick, stone, and other construction materials. The compact design allows for quick setup within minutes, providing immediate flood protection when needed most.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003ePractical Design:\u003c\/strong\u003e Each kit includes two side rails that are easy to store, transport, and install. The lightweight yet durable construction ensures reliable performance while maintaining portability for emergency situations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eMulti-Surface Application:\u003c\/strong\u003e Ideal for irregular entryways, doorways, and openings where uneven surfaces prevent proper flood gate installation. Creates a secure barrier system that adapts to your specific environmental needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #333;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 600;\n  margin-bottom: 18px;\n  color: #1a1a1a;\n  padding-bottom: 10px;\n  border-bottom: 1px solid #e8e8e8;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2c5282;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 6px;\n  overflow: hidden;\n  border: 1px solid #e2e8f0;\n  background: white;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.specs-table th {\n  background: #2c5282;\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 14px 20px;\n  text-align: left;\n  letter-spacing: 0.5px;\n}\n\n.specs-table td {\n  padding: 12px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f7fafc;\n}\n\n.specs-table tr:hover {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 35%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n  font-weight: 400;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n    margin-bottom: 16px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n    margin: 20px 0 14px;\n  }\n  \n  .specs-table td {\n    padding: 10px 14px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 12px 14px;\n    font-size: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787088793684,"sku":"120133","price":233.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T105254.356.png?v=1766555583"},{"product_id":"quick-dam-grab-go-flood-control-combo-kit-with-20-mats-10-drip-mats-and-10-4-water-dams-wugg-v","title":"Quick Dam Grab \u0026 Go Flood Control Combo Kit with (20) Mats, (10) Drip Mats, and (10) 4' Water Dams WUGG-V","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam WUGG-V Grab \u0026amp; Go Flood Control Combo Kit\u003c\/h2\u003e\n  \n  \u003cp\u003ePrepare for emergencies with the Quick Dam WUGG-V Flood Control Combo Kit. This comprehensive solution combines multiple flood control products in one convenient package, offering versatile protection against water damage in various indoor and outdoor scenarios.\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\u003e120134\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 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Barriers \u0026amp; Mats\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eOrange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKit Contents\u003c\/h3\u003e\n  \n  \u003cul class=\"kit-list\"\u003e\n    \u003cli\u003e20 Regular Mats (6.75\" x 16.5\")\u003c\/li\u003e\n    \u003cli\u003e10 Drip Mats (2' x 2')\u003c\/li\u003e\n    \u003cli\u003e10 Water Dams (4' length)\u003c\/li\u003e\n    \u003cli\u003e1 High-Visibility Orange Bucket with Handle\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eProduct Features\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eWater Dams:\u003c\/strong\u003e Each 4-foot dam contains absorbent powder that activates upon water contact, expanding up to 2.5 inches in height within minutes. Flexible design allows for wrapping around objects and contouring to irregular spaces.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eAbsorbent Mats:\u003c\/strong\u003e Regular mats hold 1.5 quarts each with superior absorption compared to paper towels. Drip mats capture leaks with over 1-quart capacity, converting liquid to gel on contact to prevent floor damage.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eVersatile Application:\u003c\/strong\u003e Ideal for blocking entryways, containing spills, and managing leaks. High-visibility orange color enhances safety by preventing trips and falls in emergency situations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eReusable \u0026amp; Convenient:\u003c\/strong\u003e Water dams can dry and be reused multiple times. Complete kit comes in portable orange bucket for easy storage and quick deployment during emergencies.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.kit-list {\n  margin: 16px 0 24px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.kit-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.kit-list li:before {\n  content: \"•\";\n  color: #3182ce;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\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 th {\n  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(odd):not(:first-child) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 30%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n    margin-bottom: 16px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n    margin: 20px 0 14px;\n  }\n  \n  .kit-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n    font-size: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787100786772,"sku":"120134","price":152.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T111442.599.png?v=1766556891"},{"product_id":"quick-dam-grab-go-flood-control-combo-kit-with-5-5-flood-barriers-and-10-2-flood-bags-qdggco","title":"Quick Dam Grab \u0026 Go Flood Control Combo Kit with (5) 5' Flood Barriers and (10) 2' Flood Bags QDGGCO","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam QDGGCO Grab \u0026amp; Go Flood Control Kit\u003c\/h2\u003e\n  \n  \u003cp\u003ePrepare for flooding emergencies with the Quick Dam QDGGCO Flood Control Kit. This comprehensive package combines flood barriers and bags in a portable, easy-to-deploy system designed for rapid response to water intrusion in homes and businesses.\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\u003e120135\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e16 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Bags \u0026amp; Barriers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaximum Height\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3.5 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eBlack \u0026amp; Orange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eLength\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e24 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America, Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKit Contents\u003c\/h3\u003e\n  \n  \u003cul class=\"kit-list\"\u003e\n    \u003cli\u003e10 Flood Bags (2' length)\u003c\/li\u003e\n    \u003cli\u003e5 Flood Barriers (5' length)\u003c\/li\u003e\n    \u003cli\u003e1 High-Visibility Orange Bucket with Handle\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eProduct Dimensions\u003c\/h3\u003e\n  \n  \u003cdiv class=\"dimensions-grid\"\u003e\n    \u003cdiv class=\"dimension-item\"\u003e\n      \u003ch4\u003eFlood Bags\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eLength:\u003c\/strong\u003e 2 feet\u003cbr\u003e\n      \u003cstrong\u003eMax Height (wet):\u003c\/strong\u003e 3.5 inches\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dimension-item\"\u003e\n      \u003ch4\u003eFlood Barriers\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eLength:\u003c\/strong\u003e 5 feet\u003cbr\u003e\n      \u003cstrong\u003eMax Height (wet):\u003c\/strong\u003e 3.5 inches\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKey Features\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eAdvanced Absorbent Technology:\u003c\/strong\u003e Each bag and barrier contains specialized powder that activates upon water contact, expanding to 3.5 inches in height within minutes to create effective water barriers.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSandless \u0026amp; Lightweight Design:\u003c\/strong\u003e Compact construction eliminates heavy sand filling while maintaining effectiveness. Easy to transport, deploy, and stack for versatile flood protection.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eReusable \u0026amp; Safe:\u003c\/strong\u003e Absorbent material dries over time allowing multiple uses. Non-toxic, non-hazardous composition ensures safe disposal in regular trash when needed.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eDual-Lobe Barrier Design:\u003c\/strong\u003e Prevents rolling and provides stable stacking capability. Flexible barriers can be dragged and reshaped to fit irregular spaces around doors, garages, and windows.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003ePortable Storage:\u003c\/strong\u003e Complete kit comes in high-visibility orange bucket with handle for organized storage and quick emergency access.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description h4 {\n  font-size: 16px;\n  font-weight: 600;\n  margin: 0 0 8px 0;\n  color: #4a5568;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.kit-list {\n  margin: 16px 0 24px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.kit-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.kit-list li:before {\n  content: \"•\";\n  color: #3182ce;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.dimensions-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  margin: 16px 0 24px;\n}\n\n.dimension-item {\n  padding: 16px;\n  background: #f8fafc;\n  border-radius: 6px;\n  border-left: 3px solid #3182ce;\n}\n\n.dimension-item p {\n  margin: 0;\n  font-size: 14.5px;\n  line-height: 1.6;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .dimensions-grid {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n  \n  .kit-list li {\n    font-size: 14px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787101868116,"sku":"120135","price":209.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T111838.579.png?v=1766557127"},{"product_id":"quick-dam-grab-go-flood-control-kit-with-5-10-flood-barriers-qdgg10-5","title":"Quick Dam Grab \u0026 Go Flood Control Kit with (5) 10' Flood Barriers QDGG10-5","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam QDGG10-5 Grab \u0026amp; Go Flood Control Kit\u003c\/h2\u003e\n  \n  \u003cp\u003eEnhance your flood protection with the Quick Dam QDGG10-5 Flood Control Kit. This versatile package provides extended coverage with five 10-foot barriers, offering reliable water diversion and containment for larger entry points and perimeter protection.\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\u003e120136\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e15 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaximum Height\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3.5 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eLength\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e120 Inches (10 ft)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eBlack \u0026amp; Orange\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America, Reusable\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKit Contents\u003c\/h3\u003e\n  \n  \u003cul class=\"kit-list\"\u003e\n    \u003cli\u003e5 Flood Barriers (10' length each)\u003c\/li\u003e\n    \u003cli\u003e1 High-Visibility Orange Bucket with Handle\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"dimension-box\"\u003e\n    \u003ch4\u003eBarrier Dimensions\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eLength:\u003c\/strong\u003e 10 feet (120 inches)\u003cbr\u003e\n    \u003cstrong\u003eMaximum Height (when wet):\u003c\/strong\u003e 3.5 inches\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eAdvanced Protection Features\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eRapid-Activation Technology:\u003c\/strong\u003e Each barrier contains specialized absorbent powder that activates upon water contact, expanding to 3.5 inches in height within minutes to create effective water barriers.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eExtended Coverage Design:\u003c\/strong\u003e Five 10-foot barriers provide 50 total feet of flood protection, ideal for garage doors, wide entryways, window perimeters, and creating extended water diversion channels.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSandless \u0026amp; Lightweight Construction:\u003c\/strong\u003e Compact design eliminates heavy traditional materials while maintaining effectiveness. Easy to transport, deploy, and store for emergency situations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eDual-Lobe Stability:\u003c\/strong\u003e Patented design prevents rolling and provides secure stacking capability. Flexible barriers can be dragged, reshaped, and configured to fit irregular spaces and contours.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eReusable \u0026amp; Eco-Friendly:\u003c\/strong\u003e Absorbent material dries naturally allowing multiple uses. Non-toxic, non-hazardous composition ensures safe disposal in regular trash when needed.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003ePortable Storage Solution:\u003c\/strong\u003e Complete kit organized in high-visibility orange bucket with handle for convenient storage and rapid emergency deployment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description h4 {\n  font-size: 16px;\n  font-weight: 600;\n  margin: 0 0 8px 0;\n  color: #4a5568;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.kit-list {\n  margin: 16px 0 20px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.kit-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.kit-list li:before {\n  content: \"•\";\n  color: #3182ce;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.dimension-box {\n  padding: 16px;\n  background: #f8fafc;\n  border-radius: 6px;\n  border-left: 3px solid #3182ce;\n  margin: 16px 0 24px;\n  max-width: 300px;\n}\n\n.dimension-box p {\n  margin: 0;\n  font-size: 14.5px;\n  line-height: 1.6;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .dimension-box {\n    max-width: 100%;\n  }\n  \n  .kit-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787104358484,"sku":"120136","price":209.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T112202.609.png?v=1766557332"},{"product_id":"quick-dam-indoor-flood-control-leak-kit-with-5-mats-5-drip-mats-4-4-water-dams-and-1-10-water-dam-wu-kit","title":"Quick Dam Indoor Flood Control Leak Kit with (5) Mats, (5) Drip Mats, (4) 4' Water Dams, and (1) 10' Water Dam WU-KIT","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam WU-KIT Grab \u0026amp; Go Flood Control Leak Kit\u003c\/h2\u003e\n  \n  \u003cp\u003eAddress water emergencies effectively with the Quick Dam WU-KIT Flood Control Leak Kit. This versatile collection provides comprehensive protection against leaks and minor flooding with a carefully selected assortment of absorbent materials and water barriers for immediate response.\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\u003e120137\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Barriers \u0026amp; Mats\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eComplete Kit Contents\u003c\/h3\u003e\n  \n  \u003cul class=\"kit-list\"\u003e\n    \u003cli\u003e5 Regular Mats (6.75\" x 16.5\")\u003c\/li\u003e\n    \u003cli\u003e5 Drip Mats (2' x 2')\u003c\/li\u003e\n    \u003cli\u003e4 Water Dams (4' length)\u003c\/li\u003e\n    \u003cli\u003e1 Water Dam (10' length)\u003c\/li\u003e\n    \u003cli\u003e1 High-Visibility Orange Bucket with Handle\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eAdvanced Protection Features\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eWater Dams:\u003c\/strong\u003e Contain specialized absorbent powder that activates upon water contact, expanding to 2.5 inches in height within minutes. Flexible design allows wrapping around objects and contouring to spaces for versatile flood diversion.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eHigh-Capacity Absorption:\u003c\/strong\u003e Regular mats hold 1.5 quarts each with superior absorption compared to paper towels. Drip mats capture leaks with over 1-quart capacity, converting liquid to gel on contact to prevent floor damage.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eMulti-Length Barrier System:\u003c\/strong\u003e Combination of 4-foot and 10-foot water dams provides flexible coverage options for doorways, window wells, appliance leaks, and perimeter protection.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSafety Enhanced Design:\u003c\/strong\u003e High-visibility orange color improves visibility to prevent trips and falls during emergency situations. Portable bucket storage ensures organized, ready-to-use protection.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eReusable Technology:\u003c\/strong\u003e Absorbent materials naturally dry over time allowing multiple uses. Compact, sandless design provides lightweight yet effective water control without heavy traditional materials.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eVersatile Application:\u003c\/strong\u003e Ideal for basement leaks, appliance overflow, window well flooding, door seepage, and general water intrusion management in residential and commercial settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.kit-list {\n  margin: 16px 0 24px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.kit-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.kit-list li:before {\n  content: \"•\";\n  color: #3182ce;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 10px rgba(0,0,0,0.05);\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 th {\n  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(odd):not(:first-child) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 30%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n    margin-bottom: 16px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n    margin: 20px 0 14px;\n  }\n  \n  .kit-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n    font-size: 15px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787109044308,"sku":"120137","price":80.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T113509.561.png?v=1766558121"},{"product_id":"quick-dam-liquid-lock-slurry-with-scoop-lls-5-35lb","title":"Quick Dam Liquid Lock Slurry with Scoop LLS-5 - 35lb","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam LLS-5 Liquid Lock Slurry with Scoop\u003c\/h2\u003e\n  \n  \u003cp\u003eTransform liquid cleanup challenges with the Quick Dam LLS-5 Liquid Lock Slurry. This advanced absorbent powder provides an efficient solution for solidifying and managing flooded areas, contaminated soil, and liquid spills with exceptional absorption capacity.\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\u003e120138\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e35 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eLoose Absorbent \u0026amp; Slurries\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 Gallons\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWater Solutions\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKit Includes\u003c\/h3\u003e\n  \n  \u003cul class=\"kit-list\"\u003e\n    \u003cli\u003e5 Gallon Container of Liquid Lock Absorbent Powder\u003c\/li\u003e\n    \u003cli\u003eMeasuring Scoop for Precise Application\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003ch4\u003eExceptional Absorption Capacity\u003c\/h4\u003e\n    \u003cp\u003eAbsorbs up to 500 times its own volume\u003cbr\u003e\n    Treats up to 770 gallons of liquid\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eAdvanced Solidification Technology\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eRapid Activation:\u003c\/strong\u003e Powder transforms slurry and contaminated liquids into solid mixtures within minutes. Simple stirring accelerates the solidification process for immediate results.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eEnhanced Safety \u0026amp; Handling:\u003c\/strong\u003e Solidified mixtures are safer to transport and dispose of compared to liquid contaminants. Reduces environmental risks and simplifies cleanup operations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eVersatile Application:\u003c\/strong\u003e Ideal for flooded areas, industrial spills, construction site runoff, agricultural slurry management, and environmental remediation projects.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eEasy-to-Use System:\u003c\/strong\u003e Simply add powder to liquid and observe transformation. Included scoop ensures proper measurement and consistent results with every application.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eHigh-Efficiency Formula:\u003c\/strong\u003e One 5-gallon container provides substantial coverage for multiple cleanup scenarios. Concentrated formula maximizes absorption while minimizing storage requirements.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eProfessional Grade Solution:\u003c\/strong\u003e Designed for contractors, facility managers, emergency responders, and environmental professionals requiring reliable liquid solidification technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description h4 {\n  font-size: 16px;\n  font-weight: 600;\n  margin: 0 0 8px 0;\n  color: #4a5568;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.kit-list {\n  margin: 16px 0 20px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.kit-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.kit-list li:before {\n  content: \"•\";\n  color: #3182ce;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.feature-highlight {\n  padding: 18px;\n  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);\n  border-radius: 8px;\n  border-left: 4px solid #3182ce;\n  margin: 20px 0 24px;\n}\n\n.feature-highlight p {\n  margin: 8px 0 0 0;\n  font-size: 15px;\n  line-height: 1.6;\n  color: #2d3748;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .feature-highlight {\n    padding: 16px;\n  }\n  \n  .kit-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787110060116,"sku":"120138","price":287.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T113808.054.png?v=1766558296"},{"product_id":"quick-dam-liquid-lock-slurry-with-scoop-lls-50-50lb","title":"Quick Dam Liquid Lock Slurry with Scoop LLS-50 - 50lb","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam LLS-50 Liquid Lock Slurry with Scoop\u003c\/h2\u003e\n  \n  \u003cp\u003eAddress large-scale liquid management challenges with the Quick Dam LLS-50 Liquid Lock Slurry. This industrial-grade absorbent powder delivers exceptional solidification power for substantial flood control, environmental remediation, and spill management 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\u003e120139\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e50 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\u003e50 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eLoose Absorbent \u0026amp; Slurries\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eApplication\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eWater Solutions\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKit Includes\u003c\/h3\u003e\n  \n  \u003cul class=\"kit-list\"\u003e\n    \u003cli\u003e50 lb. Container of Liquid Lock Absorbent Powder\u003c\/li\u003e\n    \u003cli\u003eMeasuring Scoop for Precise Application\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003ch4\u003eIndustrial-Strength Absorption Capacity\u003c\/h4\u003e\n    \u003cp\u003eAbsorbs up to 500 times its own volume\u003cbr\u003e\n    Treats up to 1,100 gallons of liquid\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eProfessional Solidification Solution\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eLarge-Scale Application:\u003c\/strong\u003e 50-pound package provides substantial coverage for commercial, industrial, and environmental projects requiring significant liquid solidification capacity.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eRapid Solidification Technology:\u003c\/strong\u003e Powder transforms slurry and liquid contaminants into solid mixtures within minutes. Mechanical stirring accelerates activation for immediate project completion.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eEnhanced Safety Compliance:\u003c\/strong\u003e Solidified materials meet transportation and disposal safety standards, reducing environmental liability and simplifying regulatory compliance.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eCost-Effective Bulk Solution:\u003c\/strong\u003e Substantial volume offers economical per-gallon treatment cost for large-scale operations, construction sites, and environmental cleanup projects.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eVersatile Industrial Applications:\u003c\/strong\u003e Ideal for construction site dewatering, industrial spill response, agricultural lagoon management, flood remediation, and environmental containment projects.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eProfessional Measurement System:\u003c\/strong\u003e Included scoop ensures accurate powder-to-liquid ratios for consistent solidification results across varied application scenarios.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eHigh-Performance Formula:\u003c\/strong\u003e Advanced absorbent technology maximizes liquid capture while minimizing product usage, providing efficient large-scale liquid management.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description h4 {\n  font-size: 16px;\n  font-weight: 600;\n  margin: 0 0 8px 0;\n  color: #4a5568;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.kit-list {\n  margin: 16px 0 20px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.kit-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.kit-list li:before {\n  content: \"•\";\n  color: #3182ce;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.feature-highlight {\n  padding: 18px;\n  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);\n  border-radius: 8px;\n  border-left: 4px solid #3182ce;\n  margin: 20px 0 24px;\n}\n\n.feature-highlight p {\n  margin: 8px 0 0 0;\n  font-size: 15px;\n  line-height: 1.6;\n  color: #2d3748;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .feature-highlight {\n    padding: 16px;\n  }\n  \n  .kit-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787110223956,"sku":"120139","price":399.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T114100.636.png?v=1766558469"},{"product_id":"quick-dam-quick-up-10-yellow-absorbent-water-dam-qu10-20-20-case","title":"Quick Dam Quick Up 10' Yellow Absorbent Water Dam QU10-20 - 20\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam QU10-20 Quick Up Water Dam\u003c\/h2\u003e\n  \n  \u003cp\u003eProtect your property from water damage with the Quick Dam QU10-20 Quick Up Water Dam. This highly absorbent barrier provides immediate containment for leaks, spills, and appliance overflows with rapid activation and substantial liquid capacity.\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\u003e120140\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e6 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eLength\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e120 Inches (10 ft)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaximum Height\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eCapacity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3.4 Gallons\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eYellow\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e20\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eIndoor\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003ch3\u003eRapid Response Features\u003c\/h3\u003e\n    \u003cp\u003eGrows to 2-inch height within minutes\u003cbr\u003e\n    Contains up to 3.4 gallons of liquid\u003cbr\u003e\n    High-visibility yellow with warning symbols\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eAdvanced Protection Technology\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSuper Absorbent Design:\u003c\/strong\u003e Advanced absorption technology soaks up and contains substantial liquid volumes, providing effective barrier protection against water damage.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eFlexible Application:\u003c\/strong\u003e Can be wrapped around equipment, appliances, and structural elements to create customized containment barriers for varied indoor environments.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eCompact \u0026amp; Lightweight:\u003c\/strong\u003e Easy to deploy, store, and transport. Minimal storage requirements with maximum protection capability when needed.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eContained Absorption System:\u003c\/strong\u003e Inner absorbent material is completely sealed to prevent seepage, even when lifted or repositioned during cleanup operations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSafety Enhanced:\u003c\/strong\u003e High-visibility yellow color with integrated warning symbols helps prevent slips and falls in wet conditions. Non-toxic, non-hazardous composition ensures safe indoor use.\u003c\/p\u003e\n\n  \u003ch3\u003eIdeal Applications\u003c\/h3\u003e\n  \n  \u003cul class=\"application-list\"\u003e\n    \u003cli\u003eAppliance leaks and overflows (water heaters, washing machines)\u003c\/li\u003e\n    \u003cli\u003eCondensation buildup and pipe leaks\u003c\/li\u003e\n    \u003cli\u003eWater-based spills and containment\u003c\/li\u003e\n    \u003cli\u003eSewage backup management\u003c\/li\u003e\n    \u003cli\u003eAqueous liquid containment\u003c\/li\u003e\n    \u003cli\u003eEmergency leak response\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Designed for indoor use with fresh water applications. Not recommended for saltwater use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.feature-highlight {\n  padding: 20px;\n  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);\n  border-radius: 8px;\n  border-left: 4px solid #d97706;\n  margin: 20px 0 24px;\n}\n\n.feature-highlight h3 {\n  margin: 0 0 12px 0;\n  color: #92400e;\n  font-size: 18px;\n}\n\n.feature-highlight p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.6;\n  color: #92400e;\n}\n\n.application-list {\n  margin: 16px 0 20px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.application-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.application-list li:before {\n  content: \"•\";\n  color: #d97706;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .feature-highlight {\n    padding: 16px;\n  }\n  \n  .application-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787110322260,"sku":"120140","price":124.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T114357.617.png?v=1766558646"},{"product_id":"quick-dam-quick-up-5-yellow-absorbent-water-dam-qu5-40-40-case","title":"Quick Dam Quick Up 5' Yellow Absorbent Water Dam QU5-40 - 40\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam QU5-40 Quick Up Water Dam\u003c\/h2\u003e\n  \n  \u003cp\u003eEnsure property protection with the Quick Dam QU5-40 Quick Up Water Dam. This efficient 5-foot barrier provides rapid-response containment for leaks and spills, offering versatile deployment options with its compact design and substantial absorption capacity.\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\u003e120141\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e9 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eFlood Barriers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eLength\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e60 Inches (5 ft)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eMaximum Height\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eCapacity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1.7 Gallons\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eYellow\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e40\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eIndoor\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003ch3\u003eQuick Response Features\u003c\/h3\u003e\n    \u003cp\u003eExpands to 2-inch height within minutes\u003cbr\u003e\n    Contains up to 1.7 gallons of liquid\u003cbr\u003e\n    High-visibility yellow with warning symbols\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eAdvanced Containment Technology\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSuper Absorbent Core:\u003c\/strong\u003e Advanced absorption material provides efficient liquid containment, protecting floors and property from water damage in emergency situations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eFlexible Deployment:\u003c\/strong\u003e Can be wrapped around appliances, equipment, and structural elements to create customized barriers for specific protection needs.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eCompact \u0026amp; Lightweight Design:\u003c\/strong\u003e Easy to store, transport, and deploy. Minimal storage footprint with maximum readiness for emergency response.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSealed Absorption System:\u003c\/strong\u003e Inner absorbent material is completely contained to prevent leakage, even when moved or repositioned during cleanup operations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eSafety First Design:\u003c\/strong\u003e High-visibility yellow color with integrated warning symbols enhances workplace safety by preventing slips and falls. Non-toxic, non-hazardous composition ensures safe indoor use.\u003c\/p\u003e\n\n  \u003ch3\u003eIdeal Applications\u003c\/h3\u003e\n  \n  \u003cul class=\"application-list\"\u003e\n    \u003cli\u003eAppliance leaks (washing machines, dishwashers, water heaters)\u003c\/li\u003e\n    \u003cli\u003ePipe leaks and condensation management\u003c\/li\u003e\n    \u003cli\u003eWater-based spill containment\u003c\/li\u003e\n    \u003cli\u003eSewage backup control\u003c\/li\u003e\n    \u003cli\u003eAqueous liquid management\u003c\/li\u003e\n    \u003cli\u003eEmergency leak response\u003c\/li\u003e\n    \u003cli\u003ePerimeter protection for equipment\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eBulk Case Advantage:\u003c\/strong\u003e 40-dam case provides substantial inventory for facility maintenance, contractor use, or emergency preparedness programs.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Designed for indoor fresh water applications. Not recommended for saltwater environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.feature-highlight {\n  padding: 20px;\n  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);\n  border-radius: 8px;\n  border-left: 4px solid #d97706;\n  margin: 20px 0 24px;\n}\n\n.feature-highlight h3 {\n  margin: 0 0 12px 0;\n  color: #92400e;\n  font-size: 18px;\n}\n\n.feature-highlight p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.6;\n  color: #92400e;\n}\n\n.application-list {\n  margin: 16px 0 20px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.application-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.application-list li:before {\n  content: \"•\";\n  color: #d97706;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .feature-highlight {\n    padding: 16px;\n  }\n  \n  .application-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787114647636,"sku":"120141","price":124.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T114357.617_a169f04d-5aa0-4091-948f-20cf5d99ab08.png?v=1766558792"},{"product_id":"quick-dam-wall-mount-water-control-dispenser-wurack","title":"Quick Dam Wall-Mount Water Control Dispenser WURACK","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003ch2\u003eQuick Dam WURACK Wall-Mount Dispenser Rack\u003c\/h2\u003e\n  \n  \u003cp\u003eOrganize and access flood control supplies instantly with the Quick Dam WURACK Wall-Mount Dispenser. This clear, three-compartment rack provides organized storage for emergency response materials, ensuring quick deployment when water incidents occur.\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\u003e120142\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e7 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eDispensers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e18\"L × 16\"W × 3.5\"D\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eCompartments\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 Compartments\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eColor\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eClear\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eIndoor\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e1\/Each\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eMade in America\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-highlight\"\u003e\n    \u003ch3\u003eOrganized Emergency Response\u003c\/h3\u003e\n    \u003cp\u003eClear visibility for quick identification\u003cbr\u003e\n    3 compartments for organized storage\u003cbr\u003e\n    Bold \"Flood Control\" labeling\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eStorage Capacity\u003c\/h3\u003e\n  \n  \u003cp\u003eDesigned to hold a complete flood control assortment (products sold separately):\u003c\/p\u003e\n  \n  \u003cul class=\"capacity-list\"\u003e\n    \u003cli\u003e8 Absorbent Mats\u003c\/li\u003e\n    \u003cli\u003e8 Drip Mats\u003c\/li\u003e\n    \u003cli\u003e2 Water Dams (4-foot length)\u003c\/li\u003e\n    \u003cli\u003e1 Water Dam (10-foot length)\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eProfessional Installation \u0026amp; Use\u003c\/h3\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eWall-Mount Design:\u003c\/strong\u003e Easily mounts to any wall surface for space-saving storage and immediate access in high-traffic areas and emergency zones.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eClear Visibility Design:\u003c\/strong\u003e Transparent construction allows quick visual inventory assessment. Bold labeling ensures easy identification during emergency situations.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eQuick Restocking System:\u003c\/strong\u003e Simple compartment design facilitates fast replenishment of supplies, maintaining constant emergency readiness.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eRapid Response Enabled:\u003c\/strong\u003e Centralized storage location ensures all necessary flood control materials are accessible within seconds of identifying a water incident.\u003c\/p\u003e\n\n  \u003ch3\u003eIdeal Applications\u003c\/h3\u003e\n  \n  \u003cul class=\"application-list\"\u003e\n    \u003cli\u003eSchools and educational facilities\u003c\/li\u003e\n    \u003cli\u003eHospitals and healthcare institutions\u003c\/li\u003e\n    \u003cli\u003eCommercial and office buildings\u003c\/li\u003e\n    \u003cli\u003eIndustrial facilities and warehouses\u003c\/li\u003e\n    \u003cli\u003eMunicipal buildings and public spaces\u003c\/li\u003e\n    \u003cli\u003eAny location requiring organized emergency response\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eEmergency Preparedness:\u003c\/strong\u003e By keeping flood control supplies organized and accessible, this dispenser reduces response time and minimizes property damage during water incidents.\u003c\/p\u003e\n  \n  \u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Flood control products shown in capacity description are sold separately. Rack only includes mounting hardware for installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  line-height: 1.5;\n  color: #2d3748;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.product-description h2 {\n  font-size: 26px;\n  font-weight: 700;\n  margin-bottom: 18px;\n  color: #1a202c;\n  padding-bottom: 10px;\n  border-bottom: 2px solid #e2e8f0;\n}\n\n.product-description h3 {\n  font-size: 20px;\n  font-weight: 600;\n  margin: 24px 0 16px;\n  color: #2d3748;\n}\n\n.product-description p {\n  margin-bottom: 14px;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.product-description strong {\n  color: #2d3748;\n  font-weight: 600;\n}\n\n.feature-highlight {\n  padding: 20px;\n  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n  border-radius: 8px;\n  border-left: 4px solid #0369a1;\n  margin: 20px 0 24px;\n}\n\n.feature-highlight h3 {\n  margin: 0 0 12px 0;\n  color: #075985;\n  font-size: 18px;\n}\n\n.feature-highlight p {\n  margin: 0;\n  font-size: 15px;\n  line-height: 1.6;\n  color: #075985;\n}\n\n.capacity-list, .application-list {\n  margin: 16px 0 20px 20px;\n  padding: 0;\n  list-style: none;\n}\n\n.capacity-list li, .application-list li {\n  margin-bottom: 8px;\n  padding-left: 24px;\n  position: relative;\n  font-size: 15px;\n  color: #4a5568;\n}\n\n.capacity-list li:before {\n  content: \"•\";\n  color: #0369a1;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.application-list li:before {\n  content: \"•\";\n  color: #059669;\n  font-weight: bold;\n  position: absolute;\n  left: 0;\n  font-size: 18px;\n}\n\n.specs-table {\n  margin: 22px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\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 th {\n  background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  color: white;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 20px;\n  text-align: left;\n}\n\n.specs-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf2f7;\n  font-size: 14.5px;\n  transition: background-color 0.2s ease;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background: #f8fafc;\n}\n\n.specs-table tr:hover td {\n  background: #ebf8ff;\n}\n\n.specs-table td:first-child {\n  font-weight: 500;\n  color: #2d3748;\n  width: 28%;\n  border-right: 1px solid #e2e8f0;\n}\n\n.specs-table td:last-child {\n  color: #4a5568;\n}\n\n@media (max-width: 768px) {\n  .product-description {\n    padding: 0 12px;\n  }\n  \n  .product-description h2 {\n    font-size: 22px;\n  }\n  \n  .product-description h3 {\n    font-size: 18px;\n  }\n  \n  .feature-highlight {\n    padding: 16px;\n  }\n  \n  .capacity-list li, .application-list li {\n    font-size: 14px;\n    padding-left: 20px;\n  }\n  \n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  \n  .specs-table th {\n    padding: 14px 16px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42787117563988,"sku":"120142","price":156.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-24T114956.936.png?v=1766559005"},{"product_id":"3m-filtrete-16-x-20-x-2-mpr-1000-allergen-defense-air-filter-70009113260-4-case","title":"3M Filtrete 16\" x 20\" x 2\" MPR 1000 Allergen Defense Air Filter 70009113260 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003ctable class=\"styled-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e120350\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e16 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDimensions (L x W x H)\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e20\" × 16\" × 2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAllergens • Dander • Dust • Mold • Pollen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMERV-11\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1,000 MPR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAir Filters • Furnace Filters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMade in America • Electrostatic • 3-in-1 Technology\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eMaintain a clean environment with this 3M Filtrete air filter, designed for furnaces, heating\/cooling systems, and HVAC systems. It features advanced 3-in-1 technology that effectively traps unwanted particles—including lint, pollen, dust, and pet dander—while allowing cleaner air to circulate.\u003c\/p\u003e\n\u003cp\u003eWith a MERV 11 rating and 1,000 MPR, this pleated electrostatic filter outperforms traditional fiberglass and washable filters by attracting and capturing more contaminants. Its efficient design helps maintain optimal airflow and system performance.\u003c\/p\u003e\n\u003cp\u003eEach filter lasts up to 3 months, and you can use the Filtrete Smart app to set replacement reminders. Regular filter changes prevent reduced airflow, improve energy efficiency, and extend system life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.5;\n}\n\n.section-title {\n  font-size: 22px;\n  font-weight: 600;\n  color: #1a1a1a;\n  margin-bottom: 16px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e6e6e6;\n}\n\n.styled-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-bottom: 24px;\n  background: #fff;\n  border-radius: 6px;\n  overflow: hidden;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.04);\n}\n\n.styled-table tr {\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.styled-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-label {\n  font-weight: 600;\n  padding: 14px 16px;\n  background-color: #f8f9fa;\n  width: 35%;\n  color: #2c3e50;\n  border-right: 1px solid #eaeaea;\n}\n\n.spec-value {\n  padding: 14px 16px;\n  color: #444;\n  background-color: #fff;\n}\n\n.details-content p {\n  margin-bottom: 16px;\n  color: #555;\n}\n\n.details-content p:last-child {\n  margin-bottom: 0;\n}\n\n@media (max-width: 768px) {\n  .spec-label,\n  .spec-value {\n    padding: 12px;\n    font-size: 14px;\n  }\n  \n  .section-title {\n    font-size: 20px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796335890516,"sku":"120350","price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T133358.867.png?v=1767083646"},{"product_id":"3m-filtrete-16-x-25-x-1-mpr-1000-allergen-defense-air-filter-70009104764-4-case","title":"3M Filtrete 16\" x 25\" x 1\" MPR 1000 Allergen Defense Air Filter 70009104764 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch3\u003eSpecifications\u003c\/h3\u003e\n    \u003cdiv class=\"specs-table\"\u003e\n      \u003ctable\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eValue\u003c\/th\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSKU #\u003c\/td\u003e\n          \u003ctd\u003e120351\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuantity\u003c\/td\u003e\n          \u003ctd\u003e4\/Case\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShipping Weight\u003c\/td\u003e\n          \u003ctd\u003e2.0 lb.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eLength\u003c\/td\u003e\n          \u003ctd\u003e25 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWidth\u003c\/td\u003e\n          \u003ctd\u003e16 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eThickness\u003c\/td\u003e\n          \u003ctd\u003e1 Inch\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\u003eFilter Type\u003c\/td\u003e\n          \u003ctd\u003eAllergens • Dander • Dust • MERV-11 • Mold • Pollen\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMicroparticle Performance Rating\u003c\/td\u003e\n          \u003ctd\u003e1,000 MPR\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eType\u003c\/td\u003e\n          \u003ctd\u003eAir Filters • Filters\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"details-section\"\u003e\n    \u003ch3\u003eProduct Details\u003c\/h3\u003e\n    \u003cp\u003eMaintain a clean environment with this 3M Filtrete air filter! This filter is designed for use with furnaces, heating and cooling systems, and HVAC systems. It features Filtrete 3-in-1 technology to trap unwanted particles, allowing cleaner air to flow through your system.\u003c\/p\u003e\n    \u003cp\u003eIt attracts and captures particles such as lint, pollen, dust, and pet dander, and it has an impressive MPR rating of 1000 and a MERV 11 rating. It features a pleated design to capture larger amounts of contaminants, and it lasts for up to 3 months before needing to be replaced.\u003c\/p\u003e\n    \u003cp\u003eThis filter is electrostatic to better attract and capture particles, offering better performance than traditional fiberglass and washable filters. For additional convenience, you can scan the barcode on this filter's packaging in the Filtrete Smart app to sign up for filter change reminders.\u003c\/p\u003e\n    \u003cp\u003eA dirty filter slows down airflow, makes your system work harder, and wastes energy, making it important to routinely replace your filter at the end of its usable life.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.5;\n}\n\n.specs-section {\n  margin-bottom: 30px;\n}\n\n.details-section {\n  margin-top: 30px;\n}\n\nh3 {\n  font-size: 18px;\n  font-weight: 600;\n  color: #1a1a1a;\n  margin-bottom: 15px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #e6e6e6;\n}\n\n.specs-table table {\n  width: 100%;\n  border-collapse: collapse;\n  border: 1px solid #e0e0e0;\n  border-radius: 6px;\n  overflow: hidden;\n}\n\n.specs-table th {\n  background-color: #f8f9fa;\n  padding: 14px 16px;\n  text-align: left;\n  font-weight: 600;\n  color: #2c3e50;\n  border-bottom: 1px solid #e0e0e0;\n}\n\n.specs-table td {\n  padding: 12px 16px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.specs-table tr:last-child td {\n  border-bottom: none;\n}\n\n.specs-table tr:nth-child(even) {\n  background-color: #fafafa;\n}\n\n.specs-table tr:hover {\n  background-color: #f5f7fa;\n}\n\n.details-section p {\n  margin-bottom: 16px;\n  color: #444;\n}\n\n@media (max-width: 768px) {\n  .specs-table table {\n    font-size: 14px;\n  }\n  \n  .specs-table th,\n  .specs-table td {\n    padding: 10px 12px;\n  }\n}\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796340150356,"sku":"120351","price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T134128.621.png?v=1767084096"},{"product_id":"3m-filtrete-16-x-25-x-4-mpr-1000-allergen-defense-deep-pleat-air-filter-70006961190-4-case","title":"3M Filtrete 16\" x 25\" x 4\" MPR 1000 Allergen Defense Deep Pleat Air Filter 70006961190 - 4\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        .product-description {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 24px;\n            padding-bottom: 12px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #f8f9fa;\n            font-weight: 600;\n            text-align: left;\n            padding: 16px 20px;\n            font-size: 14px;\n            color: #2d3748;\n            border-bottom: 1px solid #e2e8f0;\n            width: 40%;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            font-size: 15px;\n            border-bottom: 1px solid #e2e8f0;\n            background-color: white;\n            color: #4a5568;\n        }\n        \n        .specs-table tr:last-child th,\n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .filter-tag {\n            display: inline-block;\n            background-color: #edf2f7;\n            color: #2d3748;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-size: 13px;\n            margin: 2px 4px 2px 0;\n        }\n        \n        .description-content {\n            font-size: 16px;\n            margin-top: 30px;\n            color: #4a5568;\n        }\n        \n        .description-content p {\n            margin-bottom: 18px;\n        }\n        \n        .dimensions {\n            background-color: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 24px 0;\n            border-left: 4px solid #4299e1;\n        }\n        \n        .dimensions h3 {\n            margin-top: 0;\n            color: #2d3748;\n            font-size: 18px;\n        }\n        \n        .highlight {\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n                font-size: 14px;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch1 class=\"product-title\"\u003e3M 7100097241 Filtrete Air Filter\u003c\/h1\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSKU #\u003c\/th\u003e\n\u003ctd\u003e120352\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e7.2 lb. (1.8 lb. × 4)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e25\" L × 16\" W × 4\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003eMade in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFilter Type\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"filter-tag\"\u003eAllergens\u003c\/span\u003e \u003cspan class=\"filter-tag\"\u003eDander\u003c\/span\u003e \u003cspan class=\"filter-tag\"\u003eDust\u003c\/span\u003e \u003cspan class=\"filter-tag\"\u003eMERV-11\u003c\/span\u003e \u003cspan class=\"filter-tag\"\u003eMold\u003c\/span\u003e \u003cspan class=\"filter-tag\"\u003ePollen\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMicroparticle Performance Rating\u003c\/th\u003e\n\u003ctd\u003e1,000 MPR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eAir Filters \/ Furnace Filters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"description-content\"\u003e\n\u003cp\u003eMaintain a clean environment with this 3M Filtrete air filter! This filter is designed for use with furnaces, heating and cooling systems, and HVAC systems. It features Filtrete 3-in-1 technology to trap unwanted particles, allowing cleaner air to flow through your system.\u003c\/p\u003e\n\u003cp\u003eIt attracts and captures particles such as lint, pollen, dust, and pet dander, and it has an impressive MPR rating of 1000 and a MERV 11 rating. This filter boasts a deep pleated design to capture larger amounts of contaminants, and it lasts for up to 1 year before needing to be replaced.\u003c\/p\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003ch3\u003eOverall Dimensions:\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"highlight\"\u003eLength:\u003c\/span\u003e 25 inches\u003cbr\u003e\u003cspan class=\"highlight\"\u003eWidth:\u003c\/span\u003e 16 inches\u003cbr\u003e\u003cspan class=\"highlight\"\u003eThickness:\u003c\/span\u003e 4 inches\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003eFor additional convenience, you can scan the barcode on this filter's packaging in the Filtrete Smart app to sign up for filter change reminders. This allows you to set 90-, 180-, or 365-day reminders to change your air filter.\u003c\/p\u003e\n\u003cp\u003eA dirty filter slows down airflow, makes your system work harder, and wastes energy, making it important to routinely replace your filter at the end of its usable life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796341428308,"sku":"120352","price":140.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T134555.537.png?v=1767084382"},{"product_id":"3m-filtrete-20-x-20-x-1-mpr-1000-allergen-defense-air-filter-70009104830-4-case","title":"3M Filtrete 20\" x 20\" x 1\" MPR 1000 Allergen Defense Air Filter 70009104830 - 4\/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\u003e3M 7100188258 Air Filter\u003c\/title\u003e\n    \u003cstyle\u003e\n        .product-description {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n            color: #2d3748;\n            line-height: 1.6;\n            max-width: 1000px;\n        }\n        \n        .product-title {\n            font-size: 26px;\n            font-weight: 700;\n            color: #1a202c;\n            margin-bottom: 20px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid #e2e8f0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n            border: 1px solid #e2e8f0;\n        }\n        \n        .specs-table th {\n            background-color: #f7fafc;\n            font-weight: 600;\n            text-align: left;\n            padding: 16px 20px;\n            font-size: 14px;\n            color: #4a5568;\n            border-right: 1px solid #e2e8f0;\n            width: 35%;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            font-size: 15px;\n            color: #2d3748;\n            background-color: white;\n        }\n        \n        .specs-table tr {\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .specs-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:nth-child(even) td {\n            background-color: #fafafa;\n        }\n        \n        .filter-tag {\n            display: inline-block;\n            background-color: #ebf8ff;\n            color: #2b6cb0;\n            padding: 4px 10px;\n            border-radius: 6px;\n            font-size: 13px;\n            margin: 3px 5px 3px 0;\n            font-weight: 500;\n            border: 1px solid #bee3f8;\n        }\n        \n        .description-content {\n            font-size: 16px;\n            margin-top: 30px;\n            color: #4a5568;\n        }\n        \n        .description-content p {\n            margin-bottom: 16px;\n        }\n        \n        .dimensions-box {\n            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 22px 0;\n            border-left: 4px solid #4299e1;\n        }\n        \n        .dimensions-title {\n            margin-top: 0;\n            color: #2d3748;\n            font-size: 17px;\n            font-weight: 600;\n            margin-bottom: 12px;\n        }\n        \n        .dimensions-list {\n            margin: 0;\n            padding-left: 5px;\n        }\n        \n        .dimensions-list li {\n            margin-bottom: 6px;\n            padding-left: 5px;\n        }\n        \n        .highlight {\n            font-weight: 600;\n            color: #2d3748;\n        }\n        \n        .feature-list {\n            padding-left: 20px;\n            margin: 18px 0;\n        }\n        \n        .feature-list li {\n            margin-bottom: 8px;\n            position: relative;\n        }\n        \n        .feature-list li:before {\n            content: \"✓\";\n            color: #38a169;\n            font-weight: bold;\n            position: absolute;\n            left: -20px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 22px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 14px 16px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003e3M 7100188258 Filtrete Air Filter\u003c\/h1\u003e\n        \n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctr\u003e\n                \u003cth\u003eSKU #\u003c\/th\u003e\n                \u003ctd\u003e120353\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eQuantity\u003c\/th\u003e\n                \u003ctd\u003e4\/Case\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eShipping Weight\u003c\/th\u003e\n                \u003ctd\u003e2.0 lb. (0.5 lb. × 4)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eDimensions\u003c\/th\u003e\n                \u003ctd\u003e20\" L × 20\" W × 1\" H\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eFeatures\u003c\/th\u003e\n                \u003ctd\u003eMade in America\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eFilter Type\u003c\/th\u003e\n                \u003ctd\u003e\n                    \u003cspan class=\"filter-tag\"\u003eAllergens\u003c\/span\u003e\n                    \u003cspan class=\"filter-tag\"\u003eDander\u003c\/span\u003e\n                    \u003cspan class=\"filter-tag\"\u003eDust\u003c\/span\u003e\n                    \u003cspan class=\"filter-tag\"\u003eMERV-11\u003c\/span\u003e\n                    \u003cspan class=\"filter-tag\"\u003eMold\u003c\/span\u003e\n                    \u003cspan class=\"filter-tag\"\u003ePollen\u003c\/span\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eMicroparticle Performance Rating\u003c\/th\u003e\n                \u003ctd\u003e1,000 MPR\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003cth\u003eType\u003c\/th\u003e\n                \u003ctd\u003eAir Filters \/ Furnace Filters\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"description-content\"\u003e\n            \u003cp\u003eMaintain a clean environment with this 3M Filtrete air filter! Designed for use with furnaces, heating and cooling systems, and HVAC systems, it features Filtrete 3-in-1 technology to trap unwanted particles while allowing cleaner air to flow through your system.\u003c\/p\u003e\n            \n            \u003cp\u003eThis filter effectively attracts and captures particles including lint, pollen, dust, and pet dander, with an impressive MPR rating of 1000 and MERV 11 rating. Its pleated design captures larger amounts of contaminants and lasts up to 3 months before replacement.\u003c\/p\u003e\n            \n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003eElectrostatic design for superior particle attraction\u003c\/li\u003e\n                \u003cli\u003eBetter performance than traditional fiberglass and washable filters\u003c\/li\u003e\n                \u003cli\u003eCompatible with Filtrete Smart app for filter change reminders\u003c\/li\u003e\n                \u003cli\u003eSet 30-, 60-, or 90-day replacement reminders\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cdiv class=\"dimensions-box\"\u003e\n                \u003ch3 class=\"dimensions-title\"\u003eOverall Dimensions\u003c\/h3\u003e\n                \u003cul class=\"dimensions-list\"\u003e\n                    \u003cli\u003e\n\u003cspan class=\"highlight\"\u003eLength:\u003c\/span\u003e 20 inches\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"highlight\"\u003eWidth:\u003c\/span\u003e 20 inches\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cspan class=\"highlight\"\u003eThickness:\u003c\/span\u003e 1 inch\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cp\u003eRegular filter replacement is essential as dirty filters slow airflow, make systems work harder, and waste energy. Replace routinely at the end of the filter's usable life for optimal performance and energy efficiency.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796346277972,"sku":"120353","price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T134949.521.png?v=1767084611"},{"product_id":"3m-filtrete-20-x-25-x-3-3-4-mpr-1550-slim-fit-ultra-allergen-reduction-deep-pleat-filter-70006961315-4-case","title":"3M Filtrete 20\" x 25\" x 3 3\/4\" MPR 1550 Slim Fit Ultra Allergen Reduction Deep Pleat Filter 70006961315 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"description-section\"\u003e\n\u003ch2\u003ePremium Air Filtration Solution\u003c\/h2\u003e\n\u003cp\u003eMaintain a clean, healthy environment with the 3M Filtrete air filter. Engineered for furnaces, heating and cooling systems, and HVAC systems, this filter utilizes advanced Filtrete 3-in-1 technology to trap unwanted particles while allowing optimal airflow through your system.\u003c\/p\u003e\n\u003cp\u003eThe filter effectively captures microscopic particles including smoke, bacteria, and viruses, as well as larger particles such as lint, dust, pollen, and pet dander. With an MPR rating of 1550 and MERV 12 rating, it offers a 54% small particle capture rate for enhanced air quality.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-title\"\u003eDeep Pleated Design\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eCaptures larger amounts of contaminants\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-title\"\u003eLong-Lasting Performance\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eUp to 1 year of effective filtration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-title\"\u003eSmart App Integration\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eScan barcode for filter change reminders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cspan class=\"feature-title\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eQuality manufacturing standards\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eRegular filter replacement is essential for maintaining system efficiency. A dirty filter restricts airflow, forces your system to work harder, and wastes energy. The Filtrete Smart app allows you to set 90-, 180-, or 365-day reminders to ensure timely replacement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e120354\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e7.2 lb. (1.8 lb. × 4)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e25\" L × 20\" W × 3¾\" T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAllergens, Bacteria, Dander, Dust, Mold, Pollen, Viruses\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMERV-12\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1,550 MPR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eUnited States\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  \n  .description-section h2,\n  .specs-section h2 {\n    color: #2c3e50;\n    font-size: 24px;\n    font-weight: 600;\n    margin: 30px 0 15px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #f0f0f0;\n  }\n  \n  .description-section p {\n    margin-bottom: 16px;\n    font-size: 16px;\n  }\n  \n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 25px 0;\n  }\n  \n  .feature-item {\n    background: #f9f9f9;\n    border-left: 4px solid #3498db;\n    padding: 12px 15px;\n    border-radius: 0 4px 4px 0;\n  }\n  \n  .feature-title {\n    display: block;\n    font-weight: 600;\n    color: #2c3e50;\n    margin-bottom: 4px;\n  }\n  \n  .feature-desc {\n    display: block;\n    font-size: 14px;\n    color: #666;\n  }\n  \n  .specs-table-container {\n    overflow-x: auto;\n    margin: 20px 0 30px 0;\n    border-radius: 8px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  \n  .specs-table tr:nth-child(even) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover {\n    background-color: #f1f9ff;\n  }\n  \n  .spec-label {\n    padding: 14px 20px;\n    font-weight: 600;\n    color: #2c3e50;\n    border-right: 1px solid #eaeaea;\n    width: 35%;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 14px 20px;\n    color: #444;\n    border-left: 1px solid #eaeaea;\n  }\n  \n  @media (max-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 12px 15px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796349685844,"sku":"120354","price":201.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T135436.581.png?v=1767084903"},{"product_id":"3m-filtrete-20-x-25-x-4-mpr-1550-ultra-allergen-reduction-deep-pleat-filter-7100097248-4-case","title":"3M Filtrete 20\" x 25\" x 4\" MPR 1550 Ultra Allergen Reduction Deep Pleat Filter 7100097248 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Premium Air Filtration\u003c\/h2\u003e\n    \u003cp\u003eMaintain a clean, healthy environment with this high-performance 3M Filtrete air filter. Engineered for furnaces, heating and cooling systems, and HVAC systems, this filter utilizes advanced Filtrete 3-in-1 technology to effectively trap unwanted particles while allowing optimal airflow.\u003c\/p\u003e\n    \n    \u003cp\u003eThe filter attracts and captures microscopic particles including smoke, bacteria, and viruses, as well as larger particles such as lint, dust, pollen, and pet dander. With an impressive MPR rating of 1550 and MERV 12 rating, it delivers a 54% small particle capture rate for superior air quality improvement.\u003c\/p\u003e\n\n    \u003cdiv class=\"highlight-box\"\u003e\n      \u003ch3\u003eKey Benefits:\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDeep Pleated Design\u003c\/strong\u003e - Captures larger amounts of contaminants\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLong-Lasting Performance\u003c\/strong\u003e - Up to 1 year of effective filtration\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSmart App Integration\u003c\/strong\u003e - Scan barcode for filter change reminders\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEnergy Efficient\u003c\/strong\u003e - Helps maintain optimal system performance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMade in America\u003c\/strong\u003e - Quality manufacturing standards\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eFor added convenience, scan the barcode on the packaging using the Filtrete Smart app to set 90-, 180-, or 365-day filter change reminders. Regular replacement is essential as a dirty filter restricts airflow, reduces system efficiency, and wastes energy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-wrapper\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120355\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e7.2 lb. (1.8 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25\" L × 16\" W × 4\" T\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Bacteria, Dander, Dust, Mold, Pollen, Viruses\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-12\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,550 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #2d3748;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  \n  .description-section h2 {\n    color: #1a365d;\n    font-size: 26px;\n    font-weight: 700;\n    margin: 0 0 20px 0;\n    padding-bottom: 12px;\n    border-bottom: 3px solid #e2e8f0;\n  }\n  \n  .description-section p {\n    margin-bottom: 18px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .highlight-box {\n    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n    border-left: 5px solid #4299e1;\n    padding: 22px 25px;\n    margin: 25px 0;\n    border-radius: 0 8px 8px 0;\n  }\n  \n  .highlight-box h3 {\n    color: #2d3748;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 15px 0;\n  }\n  \n  .highlight-box ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n  \n  .highlight-box li {\n    margin-bottom: 10px;\n    color: #4a5568;\n  }\n  \n  .highlight-box li strong {\n    color: #2d3748;\n  }\n  \n  .specs-section h2 {\n    color: #1a365d;\n    font-size: 26px;\n    font-weight: 700;\n    margin: 40px 0 20px 0;\n    padding-bottom: 12px;\n    border-bottom: 3px solid #e2e8f0;\n  }\n  \n  .specs-table-wrapper {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);\n    margin: 25px 0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(odd) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover {\n    background-color: #ebf8ff;\n  }\n  \n  .spec-label {\n    padding: 18px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 18px 24px;\n    color: #4a5568;\n    border-left: 1px solid #e2e8f0;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 15px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      display: block;\n      width: 100%;\n      border: none;\n    }\n    \n    .specs-table tr {\n      display: block;\n      border-bottom: 1px solid #e2e8f0;\n      padding: 0;\n    }\n    \n    .specs-table tr:nth-child(odd) {\n      background-color: #f8fafc;\n    }\n    \n    .specs-table tr:nth-child(even) {\n      background-color: white;\n    }\n    \n    .specs-table tr:hover {\n      background-color: #ebf8ff;\n    }\n    \n    .highlight-box {\n      padding: 18px 20px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 12px 15px;\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796352241748,"sku":"120355","price":194.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T140119.196.png?v=1767085296"},{"product_id":"3m-filtrete-20-x-25-x-5-mpr-1550-ultra-allergen-reduction-deep-pleat-filter-7100188166-4-case","title":"3M Filtrete 20\" x 25\" x 5\" MPR 1550 Ultra Allergen Reduction Deep Pleat Filter 7100188166 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Superior Air Purification\u003c\/h2\u003e\n    \u003cp\u003eEnsure clean, healthy indoor air with this high-performance 3M Filtrete air filter. Designed for furnaces, HVAC systems, and heating\/cooling units, it utilizes advanced Filtrete 3-in-1 technology to effectively capture airborne particles while maintaining optimal airflow efficiency.\u003c\/p\u003e\n    \n    \u003cp\u003eThis premium filter attracts and traps microscopic contaminants including smoke, bacteria, and viruses, along with larger particles like lint, dust, pollen, and pet dander. With a 1550 MPR rating and MERV 12 certification, it achieves a 54% small particle capture rate for enhanced indoor air quality.\u003c\/p\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch4\u003eDeep Pleated Design\u003c\/h4\u003e\n          \u003cp\u003eIncreased surface area for superior contaminant capture\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch4\u003eExtended Lifespan\u003c\/h4\u003e\n          \u003cp\u003eProvides up to 1 year of effective filtration\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch4\u003eSmart Monitoring\u003c\/h4\u003e\n          \u003cp\u003eBarcode scanning for filter change reminders via app\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch4\u003eEnergy Efficient\u003c\/h4\u003e\n          \u003cp\u003eHelps maintain system efficiency and reduce energy costs\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eMaintain your system's performance by replacing filters regularly. The Filtrete Smart app allows convenient scheduling of 90-, 180-, or 365-day change reminders. Proper filter maintenance prevents airflow restriction and ensures energy-efficient operation.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\" class=\"table-header\"\u003eProduct Information\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120356\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e9.6 lb. (2.4 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\" class=\"table-header\"\u003eDimensions \u0026amp; Physical Properties\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e20 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e5 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\" class=\"table-header\"\u003ePerformance Ratings\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-12\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,550 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Bacteria, Dander, Dust, Mold, Pollen, Viruses\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth colspan=\"2\" class=\"table-header\"\u003eAdditional Details\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #1a365d;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #4299e1;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n  }\n  \n  .feature-card {\n    background: linear-gradient(145deg, #ffffff, #f7fafc);\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    display: flex;\n    align-items: flex-start;\n    transition: all 0.3s ease;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n  }\n  \n  .feature-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #4299e1;\n  }\n  \n  .feature-icon {\n    background: #4299e1;\n    color: white;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    font-size: 16px;\n    margin-right: 15px;\n    flex-shrink: 0;\n  }\n  \n  .feature-content h4 {\n    margin: 0 0 8px 0;\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n  }\n  \n  .feature-content p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #1a365d;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #4299e1;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .table-header {\n    background: linear-gradient(135deg, #4299e1, #3182ce);\n    color: white;\n    font-size: 16px;\n    font-weight: 700;\n    padding: 18px 24px;\n    text-align: left;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.table-header) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.table-header) {\n    background-color: #ebf8ff;\n  }\n  \n  .spec-label {\n    padding: 18px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n    background: #f7fafc;\n  }\n  \n  .spec-value {\n    padding: 18px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .feature-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .feature-card {\n      padding: 15px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .table-header {\n      padding: 15px 18px;\n      font-size: 15px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .table-header {\n      padding: 15px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796359680084,"sku":"120356","price":183.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T140444.374.png?v=1767085495"},{"product_id":"3m-filtrete-20-x-20-x-1-mpr-1500-high-performance-allergen-bacteria-and-virus-air-filter-70009112825-4-case","title":"3M Filtrete 20\" x 20\" x 1\" MPR 1500 High-Performance Allergen, Bacteria, and Virus Air Filter 70009112825 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Allergy \u0026amp; Asthma Friendly\u003c\/h2\u003e\n    \u003cp\u003eCreate a cleaner, healthier indoor environment with this certified 3M Filtrete air filter. Designed for furnaces, HVAC systems, and heating\/cooling units, it utilizes advanced Filtrete 3-in-1 technology to effectively capture airborne contaminants while maintaining optimal system airflow.\u003c\/p\u003e\n    \n    \u003cp\u003eThis filter attracts and traps microscopic particles including smoke, bacteria, and viruses, along with larger allergens like lint, dust, pollen, and pet dander. With a 1500 MPR rating and MERV 12 certification, it delivers a 54% small particle capture rate and is certified asthma and allergy friendly.\u003c\/p\u003e\n\n    \u003cdiv class=\"certification-badge\"\u003e\n      \u003cdiv class=\"certification-content\"\u003e\n        \u003ch4\u003eCertified Performance\u003c\/h4\u003e\n        \u003cp\u003eAsthma \u0026amp; Allergy Friendly® certified for sensitive individuals\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eEnhanced Filtration\u003c\/h4\u003e\n        \u003cp\u003ePleated design captures larger amounts of contaminants effectively\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eOptimized Lifespan\u003c\/h4\u003e\n        \u003cp\u003eProvides up to 3 months of reliable filtration performance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eSmart Maintenance\u003c\/h4\u003e\n        \u003cp\u003eBarcode scanning for convenient filter change reminders\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eEnergy Efficient\u003c\/h4\u003e\n        \u003cp\u003eHelps maintain system efficiency and reduce operating costs\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eMaintain peak system performance with regular filter replacement. The Filtrete Smart app enables easy scheduling of 30-, 60-, or 90-day change reminders. Timely replacement prevents airflow restriction and ensures energy-efficient operation of your HVAC system.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"highlight-row\"\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120357\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2.4 lb. (0.6 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eDimensions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e20 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e20 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Inch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003ePerformance Specifications\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-12\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,500 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Bacteria, Dander, Dust, Mold, Pollen, Viruses\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eAdditional Information\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCertification\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAsthma \u0026amp; Allergy Friendly®\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #2c5282;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #38b2ac;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .certification-badge {\n    background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);\n    border: 2px solid #38b2ac;\n    border-radius: 10px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .certification-badge::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #38b2ac, #319795);\n  }\n  \n  .certification-content h4 {\n    color: #285e61;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n  \n  .certification-content p {\n    color: #4c7375;\n    margin: 0;\n    font-size: 15px;\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-item {\n    background: #f7fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .benefit-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #38b2ac;\n    background: white;\n  }\n  \n  .benefit-item h4 {\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 10px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .benefit-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #2c5282;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #38b2ac;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .section-divider {\n    background: linear-gradient(90deg, #38b2ac, #319795);\n    color: white;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 24px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.section-divider) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.section-divider) {\n    background-color: #f0fff4;\n  }\n  \n  .highlight-row {\n    background-color: #f0fff4 !important;\n  }\n  \n  .spec-label {\n    padding: 16px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 16px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .benefits-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .benefit-item {\n      padding: 18px;\n    }\n    \n    .certification-badge {\n      padding: 18px 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .section-divider {\n      padding: 12px 18px;\n      font-size: 14px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .section-divider {\n      padding: 12px 15px;\n      text-align: center;\n    }\n    \n    .certification-content h4 {\n      font-size: 16px;\n    }\n    \n    .certification-content p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796368691284,"sku":"120357","price":133.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T140833.373.png?v=1767085722"},{"product_id":"3m-filtrete-20-x-25-x-4-mpr-1000-allergen-defense-deep-pleat-air-filter-70006961208-4-case","title":"3M Filtrete 20\" x 25\" x 4\" MPR 1000 Allergen Defense Deep Pleat Air Filter 70006961208 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Reliable Air Filtration\u003c\/h2\u003e\n    \u003cp\u003eEnsure cleaner indoor air with this dependable 3M Filtrete air filter. Engineered for furnaces, HVAC systems, and heating\/cooling units, it utilizes Filtrete 3-in-1 technology to effectively capture airborne particles while maintaining optimal system airflow.\u003c\/p\u003e\n    \n    \u003cp\u003eThis filter attracts and traps common household particles including lint, pollen, dust, and pet dander. With a 1000 MPR rating and MERV 11 certification, it provides effective air filtration for improved indoor air quality in residential and commercial settings.\u003c\/p\u003e\n\n    \u003cdiv class=\"performance-highlight\"\u003e\n      \u003cdiv class=\"performance-content\"\u003e\n        \u003ch4\u003eOptimized Performance\u003c\/h4\u003e\n        \u003cp\u003eBalanced filtration efficiency with optimal airflow for system performance\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eDeep Pleated Design\u003c\/h4\u003e\n        \u003cp\u003eEnhanced surface area for superior contaminant capture capacity\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eExtended Service Life\u003c\/h4\u003e\n        \u003cp\u003eProvides up to 1 year of consistent filtration performance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eSmart Maintenance\u003c\/h4\u003e\n        \u003cp\u003eBarcode scanning for convenient filter change scheduling\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eEnergy Efficient\u003c\/h4\u003e\n        \u003cp\u003eHelps maintain system efficiency and reduce energy consumption\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eMaintain optimal system performance with regular filter maintenance. The Filtrete Smart app enables easy scheduling of 90-, 180-, or 365-day change reminders. Timely replacement prevents airflow restriction and ensures energy-efficient operation of your HVAC equipment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"highlight-row\"\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120358\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e6.2 lb. (1.55 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003ePhysical Dimensions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e20 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eFiltration Performance\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-11\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,000 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Dander, Dust, Mold, Pollen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eAdditional Information\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #5a67d8;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .performance-highlight {\n    background: linear-gradient(135deg, #e6e6ff 0%, #d6bcfa 100%);\n    border: 2px solid #5a67d8;\n    border-radius: 10px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .performance-highlight::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #5a67d8, #805ad5);\n  }\n  \n  .performance-content h4 {\n    color: #44337a;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n  \n  .performance-content p {\n    color: #553c9a;\n    margin: 0;\n    font-size: 15px;\n  }\n  \n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n  }\n  \n  .feature-item {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .feature-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #5a67d8;\n    background: white;\n  }\n  \n  .feature-item h4 {\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 10px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .feature-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #5a67d8;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .section-divider {\n    background: linear-gradient(90deg, #5a67d8, #805ad5);\n    color: white;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 24px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.section-divider) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.section-divider) {\n    background-color: #f5f3ff;\n  }\n  \n  .highlight-row {\n    background-color: #f5f3ff !important;\n  }\n  \n  .spec-label {\n    padding: 16px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 16px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .features-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .feature-item {\n      padding: 18px;\n    }\n    \n    .performance-highlight {\n      padding: 18px 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .section-divider {\n      padding: 12px 18px;\n      font-size: 14px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .section-divider {\n      padding: 12px 15px;\n      text-align: center;\n    }\n    \n    .performance-content h4 {\n      font-size: 16px;\n    }\n    \n    .performance-content p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796382322772,"sku":"120358","price":140.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T141243.315.png?v=1767085985"},{"product_id":"3m-filtrete-14-x-25-x-1-mpr-1900-premium-high-performance-allergen-bacteria-and-virus-air-filter-70009120661-4-case","title":"3M Filtrete 14\" x 25\" x 1\" MPR 1900 Premium High-Performance Allergen, Bacteria, and Virus Air Filter 70009120661 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Premium MERV-13 Performance\u003c\/h2\u003e\n    \u003cp\u003eExperience superior air purification with this high-efficiency 3M Filtrete air filter. Engineered for furnaces, HVAC systems, and heating\/cooling units, it utilizes advanced Filtrete 3-in-1 technology to capture airborne contaminants while maintaining optimal system airflow.\u003c\/p\u003e\n    \n    \u003cp\u003eThis high-performance filter attracts and traps microscopic particles including smoke, bacteria, and viruses, along with larger allergens like lint, dust, pollen, and pet dander. With an impressive 1900 MPR rating and MERV 13 certification, it delivers a 62% small particle capture rate and is certified asthma and allergy friendly.\u003c\/p\u003e\n\n    \u003cdiv class=\"performance-badge\"\u003e\n      \u003cdiv class=\"performance-content\"\u003e\n        \u003ch4\u003ePremium Performance\u003c\/h4\u003e\n        \u003cp\u003eMERV-13 rating with 62% small particle capture for superior air quality\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eEnhanced Filtration\u003c\/h4\u003e\n        \u003cp\u003ePleated design provides maximum surface area for contaminant capture\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eOptimized Service Life\u003c\/h4\u003e\n        \u003cp\u003eProvides up to 3 months of premium filtration performance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eSmart Maintenance\u003c\/h4\u003e\n        \u003cp\u003eBarcode scanning for convenient filter change scheduling\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eAllergy Certified\u003c\/h4\u003e\n        \u003cp\u003eAsthma \u0026amp; Allergy Friendly® certified for sensitive individuals\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eMaintain peak system efficiency with regular filter maintenance. The Filtrete Smart app enables easy scheduling of 30-, 60-, or 90-day change reminders. Proper filter replacement prevents airflow restriction and ensures energy-efficient operation of your HVAC system.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"highlight-row\"\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120359\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2.0 lb. (0.5 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eDimensions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Inch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003ePerformance Specifications\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-13\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,900 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eParticle Capture Rate\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e62% small particles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Bacteria, Dander, Dust, Mold, Pollen, Viruses\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eAdditional Information\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCertification\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAsthma \u0026amp; Allergy Friendly®\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #e53e3e;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .performance-badge {\n    background: linear-gradient(135deg, #fed7d7 0%, #fc8181 100%);\n    border: 2px solid #e53e3e;\n    border-radius: 10px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .performance-badge::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #e53e3e, #c53030);\n  }\n  \n  .performance-content h4 {\n    color: #742a2a;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n  \n  .performance-content p {\n    color: #9b2c2c;\n    margin: 0;\n    font-size: 15px;\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-item {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .benefit-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #e53e3e;\n    background: white;\n  }\n  \n  .benefit-item h4 {\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 10px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .benefit-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #e53e3e;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .section-divider {\n    background: linear-gradient(90deg, #e53e3e, #c53030);\n    color: white;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 24px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.section-divider) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.section-divider) {\n    background-color: #fff5f5;\n  }\n  \n  .highlight-row {\n    background-color: #fff5f5 !important;\n  }\n  \n  .spec-label {\n    padding: 16px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 16px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .benefits-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .benefit-item {\n      padding: 18px;\n    }\n    \n    .performance-badge {\n      padding: 18px 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .section-divider {\n      padding: 12px 18px;\n      font-size: 14px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .section-divider {\n      padding: 12px 15px;\n      text-align: center;\n    }\n    \n    .performance-content h4 {\n      font-size: 16px;\n    }\n    \n    .performance-content p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796391858260,"sku":"120359","price":125.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T142023.087.png?v=1767086431"},{"product_id":"3m-filtrete-16-x-25-x-2-mpr-1000-allergen-defense-air-filter-70009113278-4-case","title":"3M Filtrete 16\" x 25\" x 2\" MPR 1000 Allergen Defense Air Filter 70009113278 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Electrostatic Efficiency\u003c\/h2\u003e\n    \u003cp\u003eMaintain cleaner indoor air with this electrostatic 3M Filtrete air filter. Designed for furnaces, HVAC systems, and heating\/cooling units, it utilizes Filtrete 3-in-1 technology enhanced with electrostatic properties to effectively capture airborne particles while maintaining optimal system airflow.\u003c\/p\u003e\n    \n    \u003cp\u003eThis electrostatic filter attracts and traps common household particles including lint, pollen, dust, and pet dander. With a 1000 MPR rating and MERV 11 certification, it offers superior performance compared to traditional fiberglass and washable filters for improved indoor air quality.\u003c\/p\u003e\n\n    \u003cdiv class=\"technology-badge\"\u003e\n      \u003cdiv class=\"technology-content\"\u003e\n        \u003ch4\u003eElectrostatic Technology\u003c\/h4\u003e\n        \u003cp\u003eEnhanced particle attraction for superior filtration performance\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eElectrostatic Design\u003c\/h4\u003e\n        \u003cp\u003eAttracts and captures particles more effectively than traditional filters\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eOptimized Service Life\u003c\/h4\u003e\n        \u003cp\u003eProvides up to 3 months of consistent filtration performance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003ePleated Construction\u003c\/h4\u003e\n        \u003cp\u003eIncreased surface area for superior contaminant capture\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eSmart Maintenance\u003c\/h4\u003e\n        \u003cp\u003eBarcode scanning for convenient filter change scheduling\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eEnsure optimal system performance with regular filter maintenance. The Filtrete Smart app enables easy scheduling of 30-, 60-, or 90-day change reminders. Timely replacement prevents airflow restriction and maintains energy-efficient operation of your HVAC equipment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"highlight-row\"\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120360\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e3.4 lb. (0.85 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003ePhysical Dimensions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e25 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e16 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e2 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eFiltration Performance\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-11\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,000 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Technology\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eElectrostatic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Dander, Dust, Mold, Pollen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eAdditional Information\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #38a169;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .technology-badge {\n    background: linear-gradient(135deg, #c6f6d5 0%, #9ae6b4 100%);\n    border: 2px solid #38a169;\n    border-radius: 10px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .technology-badge::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #38a169, #2f855a);\n  }\n  \n  .technology-content h4 {\n    color: #22543d;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n  \n  .technology-content p {\n    color: #276749;\n    margin: 0;\n    font-size: 15px;\n  }\n  \n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n  }\n  \n  .feature-item {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .feature-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #38a169;\n    background: white;\n  }\n  \n  .feature-item h4 {\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 10px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .feature-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #38a169;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .section-divider {\n    background: linear-gradient(90deg, #38a169, #2f855a);\n    color: white;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 24px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.section-divider) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.section-divider) {\n    background-color: #f0fff4;\n  }\n  \n  .highlight-row {\n    background-color: #f0fff4 !important;\n  }\n  \n  .spec-label {\n    padding: 16px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 16px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .features-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .feature-item {\n      padding: 18px;\n    }\n    \n    .technology-badge {\n      padding: 18px 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .section-divider {\n      padding: 12px 18px;\n      font-size: 14px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .section-divider {\n      padding: 12px 15px;\n      text-align: center;\n    }\n    \n    .technology-content h4 {\n      font-size: 16px;\n    }\n    \n    .technology-content p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796395397204,"sku":"120360","price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T142443.466.png?v=1767086706"},{"product_id":"3m-filtrete-14-x-20-x-1-mpr-1000-allergen-defense-air-filter-70009104921-4-case","title":"3M Filtrete 14\" x 20\" x 1\" MPR 1000 Allergen Defense Air Filter 70009104921 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Compact Electrostatic Design\u003c\/h2\u003e\n    \u003cp\u003eMaintain cleaner indoor air with this compact electrostatic 3M Filtrete air filter. Designed for furnaces, HVAC systems, and heating\/cooling units, it utilizes Filtrete 3-in-1 technology enhanced with electrostatic properties to effectively capture airborne particles while maintaining optimal system airflow.\u003c\/p\u003e\n    \n    \u003cp\u003eThis electrostatic filter attracts and traps common household particles including lint, pollen, dust, and pet dander. With a 1000 MPR rating and MERV 11 certification, it offers superior performance compared to traditional fiberglass and washable filters, making it ideal for smaller system applications.\u003c\/p\u003e\n\n    \u003cdiv class=\"technology-badge\"\u003e\n      \u003cdiv class=\"technology-content\"\u003e\n        \u003ch4\u003eAdvanced Electrostatic Technology\u003c\/h4\u003e\n        \u003cp\u003eEnhanced particle attraction for superior filtration in compact systems\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eElectrostatic Efficiency\u003c\/h4\u003e\n        \u003cp\u003eAttracts and captures particles more effectively than traditional filters\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eCompact Design\u003c\/h4\u003e\n        \u003cp\u003eIdeal for smaller HVAC systems and space-constrained installations\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003ePleated Construction\u003c\/h4\u003e\n        \u003cp\u003eMaximizes surface area for superior contaminant capture\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003ch4\u003eSmart Maintenance\u003c\/h4\u003e\n        \u003cp\u003eBarcode scanning for convenient filter change scheduling\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eEnsure optimal system performance with regular filter maintenance. The Filtrete Smart app enables easy scheduling of 30-, 60-, or 90-day change reminders. Timely replacement prevents airflow restriction and maintains energy-efficient operation of your HVAC equipment.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"highlight-row\"\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120361\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1.6 lb. (0.4 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003ePhysical Dimensions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e20 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Inch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eFiltration Performance\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-11\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,000 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Technology\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eElectrostatic\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Dander, Dust, Mold, Pollen\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eAdditional Information\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #d69e2e;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .technology-badge {\n    background: linear-gradient(135deg, #feebc8 0%, #fbd38d 100%);\n    border: 2px solid #d69e2e;\n    border-radius: 10px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .technology-badge::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #d69e2e, #b7791f);\n  }\n  \n  .technology-content h4 {\n    color: #744210;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n  \n  .technology-content p {\n    color: #975a16;\n    margin: 0;\n    font-size: 15px;\n  }\n  \n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n  }\n  \n  .feature-item {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .feature-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #d69e2e;\n    background: white;\n  }\n  \n  .feature-item h4 {\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 10px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .feature-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #d69e2e;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .section-divider {\n    background: linear-gradient(90deg, #d69e2e, #b7791f);\n    color: white;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 24px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.section-divider) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.section-divider) {\n    background-color: #fffaf0;\n  }\n  \n  .highlight-row {\n    background-color: #fffaf0 !important;\n  }\n  \n  .spec-label {\n    padding: 16px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 16px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .features-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .feature-item {\n      padding: 18px;\n    }\n    \n    .technology-badge {\n      padding: 18px 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .section-divider {\n      padding: 12px 18px;\n      font-size: 14px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .section-divider {\n      padding: 12px 15px;\n      text-align: center;\n    }\n    \n    .technology-content h4 {\n      font-size: 16px;\n    }\n    \n    .technology-content p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796400214100,"sku":"120361","price":89.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T142815.389.png?v=1767086913"},{"product_id":"3m-filtrete-14-x-20-x-1-mpr-1500-high-performance-allergen-bacteria-and-virus-air-filter-70009120596-4-case","title":"3M Filtrete 14\" x 20\" x 1\" MPR 1500 High-Performance Allergen, Bacteria, and Virus Air Filter 70009120596 - 4\/Case","description":"\u003cdiv class=\"product-description\"\u003e\n  \u003cdiv class=\"description-section\"\u003e\n    \u003ch2\u003e3M Filtrete Air Filter - Compact MERV-12 Performance\u003c\/h2\u003e\n    \u003cp\u003eExperience premium air purification with this compact, high-efficiency 3M Filtrete air filter. Engineered for furnaces, HVAC systems, and heating\/cooling units, it utilizes advanced Filtrete 3-in-1 technology to capture airborne contaminants while maintaining optimal system airflow in space-constrained installations.\u003c\/p\u003e\n    \n    \u003cp\u003eThis high-performance filter attracts and traps microscopic particles including smoke, bacteria, and viruses, along with larger allergens like lint, dust, pollen, and pet dander. With a 1500 MPR rating and MERV 12 certification, it delivers a 54% small particle capture rate and is certified asthma and allergy friendly.\u003c\/p\u003e\n\n    \u003cdiv class=\"certification-badge\"\u003e\n      \u003cdiv class=\"certification-content\"\u003e\n        \u003ch4\u003eAllergy Certified Performance\u003c\/h4\u003e\n        \u003cp\u003eAsthma \u0026amp; Allergy Friendly® certified with MERV-12 filtration for sensitive individuals\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003ePremium Filtration\u003c\/h4\u003e\n        \u003cp\u003ePleated design provides maximum surface area for superior contaminant capture\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eCompact Efficiency\u003c\/h4\u003e\n        \u003cp\u003eIdeal for smaller HVAC systems while maintaining MERV-12 performance\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eHealth-Certified\u003c\/h4\u003e\n        \u003cp\u003eAsthma \u0026amp; Allergy Friendly® certified for sensitive individuals\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003ch4\u003eSmart Maintenance\u003c\/h4\u003e\n        \u003cp\u003eBarcode scanning for convenient filter change scheduling\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003eMaintain optimal system efficiency with regular filter maintenance. The Filtrete Smart app enables easy scheduling of 30-, 60-, or 90-day change reminders. Timely replacement prevents airflow restriction and ensures energy-efficient operation of your HVAC system.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-section\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \n    \u003cdiv class=\"specs-table-container\"\u003e\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr class=\"highlight-row\"\u003e\n            \u003ctd class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e120362\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e4\/Case\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1.6 lb. (0.4 lb. × 4)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eDimensions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eLength\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e20 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eWidth\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e14 Inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1 Inch\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003ePerformance Specifications\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMERV Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMERV-12\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eMPR Rating\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e1,500 MPR\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eParticle Capture Rate\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003e54% small particles\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAllergens, Bacteria, Dander, Dust, Mold, Pollen, Viruses\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr class=\"section-divider\"\u003e\n            \u003ctd colspan=\"2\"\u003eAdditional Information\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAir Filters, Furnace Filters\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"spec-label\"\u003eCertification\u003c\/td\u003e\n            \u003ctd class=\"spec-value\"\u003eAsthma \u0026amp; Allergy Friendly®\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n    color: #2c3e50;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 10px;\n  }\n  \n  .description-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #4c51bf;\n    letter-spacing: -0.3px;\n  }\n  \n  .description-section p {\n    margin-bottom: 20px;\n    font-size: 16px;\n    color: #4a5568;\n  }\n  \n  .certification-badge {\n    background: linear-gradient(135deg, #e9d8fd 0%, #d6bcfa 100%);\n    border: 2px solid #805ad5;\n    border-radius: 10px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .certification-badge::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #805ad5, #6b46c1);\n  }\n  \n  .certification-content h4 {\n    color: #44337a;\n    font-size: 18px;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n  \n  .certification-content p {\n    color: #553c9a;\n    margin: 0;\n    font-size: 15px;\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-item {\n    background: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 20px;\n    transition: all 0.3s ease;\n  }\n  \n  .benefit-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 12px rgba(0,0,0,0.08);\n    border-color: #805ad5;\n    background: white;\n  }\n  \n  .benefit-item h4 {\n    color: #2d3748;\n    font-size: 16px;\n    font-weight: 700;\n    margin: 0 0 10px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #e2e8f0;\n  }\n  \n  .benefit-item p {\n    margin: 0;\n    font-size: 14px;\n    color: #718096;\n    line-height: 1.5;\n  }\n  \n  .specs-section h2 {\n    color: #2d3748;\n    font-size: 28px;\n    font-weight: 700;\n    margin: 40px 0 25px 0;\n    padding-bottom: 15px;\n    border-bottom: 3px solid #4c51bf;\n    letter-spacing: -0.3px;\n  }\n  \n  .specs-table-container {\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);\n    margin: 25px 0 35px;\n    border: 1px solid #e2e8f0;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n  }\n  \n  .section-divider {\n    background: linear-gradient(90deg, #4c51bf, #805ad5);\n    color: white;\n    font-weight: 700;\n    font-size: 15px;\n    padding: 14px 24px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:nth-child(even):not(.section-divider) {\n    background-color: #f8fafc;\n  }\n  \n  .specs-table tr:hover:not(.section-divider) {\n    background-color: #faf5ff;\n  }\n  \n  .highlight-row {\n    background-color: #faf5ff !important;\n  }\n  \n  .spec-label {\n    padding: 16px 24px;\n    font-weight: 600;\n    color: #2d3748;\n    border-right: 1px solid #e2e8f0;\n    width: 35%;\n    font-size: 15px;\n    vertical-align: top;\n  }\n  \n  .spec-value {\n    padding: 16px 24px;\n    color: #4a5568;\n    font-size: 15px;\n  }\n  \n  @media (max-width: 768px) {\n    .product-description {\n      padding: 0 5px;\n    }\n    \n    .description-section h2,\n    .specs-section h2 {\n      font-size: 24px;\n      margin-bottom: 20px;\n    }\n    \n    .benefits-grid {\n      grid-template-columns: 1fr;\n      gap: 15px;\n    }\n    \n    .benefit-item {\n      padding: 18px;\n    }\n    \n    .certification-badge {\n      padding: 18px 20px;\n    }\n    \n    .spec-label,\n    .spec-value {\n      padding: 14px 18px;\n      font-size: 14px;\n    }\n    \n    .section-divider {\n      padding: 12px 18px;\n      font-size: 14px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .description-section h2,\n    .specs-section h2 {\n      font-size: 22px;\n    }\n    \n    .specs-table {\n      display: block;\n    }\n    \n    .specs-table tbody {\n      display: block;\n    }\n    \n    .specs-table tr {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .spec-label,\n    .spec-value {\n      width: 100%;\n      padding: 12px 15px;\n      border: none;\n    }\n    \n    .spec-label {\n      background: #f7fafc;\n      border-bottom: 1px solid #e2e8f0;\n    }\n    \n    .section-divider {\n      padding: 12px 15px;\n      text-align: center;\n    }\n    \n    .certification-content h4 {\n      font-size: 16px;\n    }\n    \n    .certification-content p {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42796441796692,"sku":"120362","price":133.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2025-12-30T150821.177.png?v=1767089320"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/facility_maintenance_sm.webp?v=1755890510","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/facility-maintenance.oembed?page=3","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}