{"product_id":"garvee-50-gallon-portable-gas-caddy-pau-0gbidjdk","title":"Garvee 50 Gallon Portable Gas Caddy Gasoline Diesel Can Hand Siphon Pump With Rolling Flat-Free Solid Rubber Wheels for Boat, Atv, Car, Motorcycle","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Arial', sans-serif;\n        }\n        \n        body {\n            color: #333;\n            line-height: 1.6;\n            background-color: #fcfcfc;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-title {\n            text-align: center;\n            padding: 30px 0;\n        }\n        \n        .product-title h1 {\n            font-size: 2.5rem;\n            color: #1d3557;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .product-title p {\n            font-size: 1.2rem;\n            color: #457b9d;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hero-image {\n            width: 100%;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.12);\n            margin-bottom: 40px;\n        }\n        \n        .features-title {\n            text-align: center;\n            margin: 50px 0 30px;\n        }\n        \n        .features-title h2 {\n            font-size: 2.2rem;\n            color: #1d3557;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 10px;\n        }\n        \n        .features-title h2:after {\n            content: \"\";\n            position: absolute;\n            width: 70%;\n            height: 3px;\n            background-color: #457b9d;\n            bottom: 0;\n            left: 15%;\n        }\n        \n        .feature-cards {\n            display: flex;\n            justify-content: space-between;\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n        \n        .feature-card {\n            flex: 1;\n            background-color: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.15);\n        }\n        \n        .square-img-container {\n            position: relative;\n            width: 100%;\n            padding-top: 100%; \/* 1:1 Aspect Ratio *\/\n            overflow: hidden;\n            background-color: #f1faee;\n        }\n        \n        .square-img-container img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        \n        .feature-card:hover .square-img-container img {\n            transform: scale(1.05);\n        }\n        \n        .feature-content {\n            padding: 25px;\n        }\n        \n        .feature-content h3 {\n            color: #1d3557;\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .feature-content h3:after {\n            content: \"\";\n            position: absolute;\n            width: 40px;\n            height: 2px;\n            background-color: #457b9d;\n            bottom: 0;\n            left: 0;\n        }\n        \n        .feature-content p {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n        \n        .full-width-section {\n            margin: 60px 0;\n        }\n        \n        .full-width-image {\n            width: 100%;\n            border-radius: 12px;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.12);\n            margin-bottom: 30px;\n        }\n        \n        .benefits-section {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            padding: 60px 40px;\n            border-radius: 12px;\n            margin: 60px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .benefits-title {\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .benefits-title h2 {\n            font-size: 2.2rem;\n            color: #1d3557;\n            margin-bottom: 15px;\n        }\n        \n        .benefits-title p {\n            color: #457b9d;\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .benefits-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            list-style-type: none;\n        }\n        \n        .benefit-item {\n            background-color: white;\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: flex-start;\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-item:hover {\n            transform: translateY(-5px);\n        }\n        \n        .benefit-icon {\n            background-color: #f1faee;\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n        \n        .benefit-icon svg {\n            width: 30px;\n            height: 30px;\n            fill: #1d3557;\n        }\n        \n        .benefit-content h3 {\n            color: #1d3557;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n        }\n        \n        .benefit-content p {\n            color: #666;\n            font-size: 1rem;\n        }\n        \n        .specs-section {\n            margin: 60px 0;\n        }\n        \n        .specs-title {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        \n        .specs-title h2 {\n            font-size: 2.2rem;\n            color: #1d3557;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 10px;\n        }\n        \n        .specs-title h2:after {\n            content: \"\";\n            position: absolute;\n            width: 70%;\n            height: 3px;\n            background-color: #457b9d;\n            bottom: 0;\n            left: 15%;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-radius: 12px;\n            overflow: hidden;\n        }\n        \n        .specs-table th {\n            background-color: #1d3557;\n            color: white;\n            text-align: left;\n            padding: 20px;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #dee2e6;\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        .cta-section {\n            background: linear-gradient(135deg, #1d3557 0%, #1a2a3a 100%);\n            color: white;\n            padding: 60px 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 60px 0;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.15);\n        }\n        \n        .cta-section h2 {\n            font-size: 2.4rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-section p {\n            font-size: 1.2rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            opacity: 0.9;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: white;\n            color: #1d3557;\n            font-weight: bold;\n            padding: 15px 40px;\n            border-radius: 50px;\n            font-size: 1.2rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n            background-color: #f1faee;\n        }\n        \n        .brand-badge {\n            background-color: #1d3557;\n            color: white;\n            display: inline-block;\n            padding: 8px 15px;\n            border-radius: 50px;\n            font-weight: bold;\n            margin-bottom: 15px;\n            font-size: 0.9rem;\n        }\n        \n        @media screen and (max-width: 900px) {\n            .feature-cards {\n                flex-direction: column;\n            }\n            \n            .benefits-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-title h1 {\n                font-size: 2rem;\n            }\n            \n            .features-title h2,\n            .benefits-title h2,\n            .specs-title h2,\n            .cta-section h2 {\n                font-size: 1.8rem;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003csection class=\"product-title\"\u003e\n  \u003ch1\u003e\n   Professional 50-Gallon Portable Fuel Caddy\n  \u003c\/h1\u003e\n  \u003cp\u003e\n   The ultimate solution for safe and efficient fuel storage and transfer\n  \u003c\/p\u003e\n \u003c\/section\u003e\n \u003cimg alt=\"50-Gallon Portable Fuel Caddy\" class=\"hero-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/47dee34d-4ad7-4250-914f-a0ac9695b455_d29cd2b5-07f5-41bd-9749-6717a2e66881.jpg?v=1734685855\"\u003e\n \u003cdiv class=\"feature-cards\"\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n   \u003cdiv class=\"square-img-container\"\u003e\n    \u003cimg alt=\"2-Way Rotary Pump\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/974da380-c42a-40d9-a801-fabf3cb05305_3803b427-1af2-426a-bf5d-d3c1535efbbb.jpg?v=1734685856\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"feature-content\"\u003e\n    \u003ch3\u003e\n     2-Way Rotary Pump\n    \u003c\/h3\u003e\n    \u003cp\u003e\n     This latest upgraded portable fuel storage tank features a reversible rotary pump for both dispensing and siphoning. The wide diameter fill neck allows for safer and quicker refills with reduced spillage and less wastage of costly fuel.\n    \u003c\/p\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n   \u003cdiv class=\"square-img-container\"\u003e\n    \u003cimg alt=\"Visual Level Gauge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2c2af5b8-5758-4bc4-a6c5-c897fe77b32d_42e81ed8-6f06-4126-85f9-f0817c234924.jpg?v=1734685855\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"feature-content\"\u003e\n    \u003ch3\u003e\n     Visual Level Gauge\n    \u003c\/h3\u003e\n    \u003cp\u003e\n     Easy-to-read fuel gauge lets you quickly determine fuel level at a glance. Never worry about running out of fuel during critical operations. Monitor your fuel supply with precision and refill only when necessary.\n    \u003c\/p\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"feature-card\"\u003e\n   \u003cdiv class=\"square-img-container\"\u003e\n    \u003cimg alt=\"Multipurpose Design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4165fcdd-7718-41bf-81dc-f0f4dc93d99b_0cb1ce14-0379-466d-9922-f4c4d3f239e6.jpg?v=1734685855\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"feature-content\"\u003e\n    \u003ch3\u003e\n     Multipurpose Design\n    \u003c\/h3\u003e\n    \u003cp\u003e\n     This unit handles any refueling task with ease. The gas caddy dispenses up to 50 gallons of gasoline, diesel, kerosene, or biodiesel fuels. The heavy-duty steel construction of the rugged push\/pull handle provides necessary leverage and control for effortless transportation.\n    \u003c\/p\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003csection class=\"full-width-section\"\u003e\n  \u003cimg alt=\"Fuel Caddy in Use\" class=\"full-width-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/0f42eaa5-5702-4d80-8d8d-b58134f81dd5_f26eeeab-daf8-4dff-ab1a-6a971b25f32b.jpg?v=1734685855\"\u003e\n  \u003cimg alt=\"Fuel Caddy Overview\" class=\"full-width-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/4e6accb3-3c74-4384-bf35-0909dfe29296_904d0153-bcb4-46c5-aafb-79df3f8445ea.jpg?v=1734685855\"\u003e\n \u003c\/section\u003e\n \u003csection class=\"benefits-section\"\u003e\n  \u003cdiv class=\"benefits-title\"\u003e\n   \u003ch2\u003e\n    Why Choose Our Fuel Caddy?\n   \u003c\/h2\u003e\n   \u003cp\u003e\n    Designed with professional users in mind, our fuel caddy offers unmatched versatility and convenience\n   \u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cul class=\"benefits-list\"\u003e\n   \u003cli class=\"benefit-item\"\u003e\n    \u003cdiv class=\"benefit-icon\"\u003e\n     \u003csvg viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z\"\u003e\n      \u003c\/path\u003e\n     \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-content\"\u003e\n     \u003ch3\u003e\n      Multi-Functional Design\n     \u003c\/h3\u003e\n     \u003cp\u003e\n      This versatile gas caddy securely contains and transfers up to 50 gallons of diverse fuels and fluids, including mixed fuel, fuel oil, industrial coolant, and hydraulic fluid.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"benefit-item\"\u003e\n    \u003cdiv class=\"benefit-icon\"\u003e\n     \u003csvg viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"\u003e\n      \u003c\/path\u003e\n     \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-content\"\u003e\n     \u003ch3\u003e\n      Effective Pumping System\n     \u003c\/h3\u003e\n     \u003cp\u003e\n      Equipped with a two-way rotary pump for effortless dispensing or siphoning of fuels, guaranteeing speedy and efficient refills. The wide fill neck reduces spillage during refilling.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"benefit-item\"\u003e\n    \u003cdiv class=\"benefit-icon\"\u003e\n     \u003csvg viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M621.3 237.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7H480V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v336c0 44.2 35.8 80 80 80 26.3 0 49.4-12.9 64-32.4 14.6 19.6 37.7 32.4 64 32.4 44.2 0 80-35.8 80-80 0-5.5-.6-10.8-1.6-16h163.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H624c8.8 0 16-7.2 16-16v-85.5c0-17-6.7-33.2-18.7-45.2zM80 432c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm128 0c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32zm272-224h37.5c4.3 0 8.3 1.7 11.3 4.7l43.3 43.3H480v-48zm48 224c-17.6 0-32-14.4-32-32s14.4-32 32-32 32 14.4 32 32-14.4 32-32 32z\"\u003e\n      \u003c\/path\u003e\n     \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-content\"\u003e\n     \u003ch3\u003e\n      Enhanced Mobility\n     \u003c\/h3\u003e\n     \u003cp\u003e\n      Fitted with heavy-duty flat-free tires for seamless transport and brake casters for anti-skid support, offering advanced portability and stability during the refueling process.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"benefit-item\"\u003e\n    \u003cdiv class=\"benefit-icon\"\u003e\n     \u003csvg viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V199.8c0-5.2-.9-10.3-2.5-15.2zM32 199.8c0-1.7.3-3.4.9-5.1L83.7 42.9C87 36.4 92.4 32 98.6 32h314.8c6.2 0 11.6 4.4 14.9 10.9l50.8 151.8c.6 1.7.9 3.4.9 5.1V464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V199.8z\"\u003e\n      \u003c\/path\u003e\n     \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-content\"\u003e\n     \u003ch3\u003e\n      Generous Storage Capacity\n     \u003c\/h3\u003e\n     \u003cp\u003e\n      High-capacity tank holds up to 50 gallons of fuel, ensuring ample supply to meet diverse refueling requirements and supporting continuous operation of gas-powered equipment.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"benefit-item\"\u003e\n    \u003cdiv class=\"benefit-icon\"\u003e\n     \u003csvg viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M425.9 95.6l-96.4-96.4c-4.7-4.7-12.3-4.7-17 0l-96.4 96.4c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l65.4-65.4v214.6c0 6.6 5.4 12 12 12h10c6.6 0 12-5.4 12-12V54.2l65.4 65.4c4.7 4.7 12.3 4.7 17 0l7.1-7.1c4.6-4.6 4.6-12.2-.2-16.9zm-232.7 96.5l7.1-7.1c4.7-4.7 4.7-12.3 0-17L103.9 71.6c-4.7-4.7-12.3-4.7-17 0L-.5 168c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l65.4-65.4v214.6c0 6.6 5.4 12 12 12h10c6.6 0 12-5.4 12-12V126.7l65.4 65.4c4.7 4.7 12.3 4.7 17 0z\"\u003e\n      \u003c\/path\u003e\n     \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-content\"\u003e\n     \u003ch3\u003e\n      User-Friendly Design\n     \u003c\/h3\u003e\n     \u003cp\u003e\n      The 8 ft kink-free hose facilitates optimal fuel flow, streamlining refueling procedures. A user-friendly fill gauge allows for quick monitoring of fuel levels for efficient and precise utilization.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n  \u003c\/ul\u003e\n \u003c\/section\u003e\n \u003csection class=\"specs-section\"\u003e\n  \u003cdiv class=\"specs-title\"\u003e\n   \u003ch2\u003e\n    Specifications\n   \u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003ctable class=\"specs-table\"\u003e\n   \u003ctbody\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Specification\n     \u003c\/th\u003e\n     \u003cth\u003e\n      Details\n     \u003c\/th\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Brand Name\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Garvee\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      UPC\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      198290521425\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Capacity\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      50 Gallons\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Material Type\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Metal\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Color\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Red\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Fuel Type\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Gasoline\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Hose Length\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      8 Feet\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Item Weight\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      98.7 Pounds\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n   \u003c\/tbody\u003e\n  \u003c\/table\u003e\n \u003c\/section\u003e\n \u003csection class=\"cta-section\"\u003e\n  \u003ch2\u003e\n   Upgrade Your Fuel Management Today\n  \u003c\/h2\u003e\n  \u003cp\u003e\n   Experience superior performance, durability, and convenience with the Garvee 50-Gallon Portable Fuel Caddy\n  \u003c\/p\u003e\n \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Red \/ 50 Gallon","offer_id":51126834102560,"sku":"PAU_0GBIDJDK","price":734.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/61adL2tmoVL_968f7ad7-1b20-45be-83b6-c078e1267bb0.jpg?v=1768446105","url":"https:\/\/www.garvee.ca\/products\/garvee-50-gallon-portable-gas-caddy-pau-0gbidjdk","provider":"GARVEECA","version":"1.0","type":"link"}