{"product_id":"garvee-concession-window-45x30-aluminum-food-trucks-pho_357ky36j","title":"Garvee 45\"W x 30\"H Aluminum Alloy Food Truck Concession Window - 4 Sliding Screen Windows, Awning Door, Durable and Secure Design","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n     \n        :root {\n            --primary-color: #4a90e2;\n            --secondary-color: #f8f9fa;\n            --accent-color: #ff6b6b;\n            --text-color: #333333;\n            --border-color: #dddddd;\n            --success-color: #2ecc71;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n       \n        \n        img {\n            width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            margin-bottom: 25px;\n            display: block;\n            transition: transform 0.3s ease;\n        }\n        \n        img:hover {\n            transform: scale(1.01);\n        }\n\n       \n        .product-title {\n            font-size: 2.2rem;\n            color: var(--text-color);\n            text-align: center;\n            margin: 30px 0;\n            padding-bottom: 15px;\n            position: relative;\n        }\n        \n        .product-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--primary-color);\n        }\n        \n        h3 {\n            font-size: 1.8rem;\n            color: var(--text-color);\n            margin: 30px 0 20px 0 !important;\n            padding-left: 15px;\n            border-left: 5px solid var(--primary-color);\n        }\n\n       \n        .feature-list {\n            list-style-type: none; \/* Remove default bullets *\/\n            margin: 0;\n            padding: 0;\n        }\n        \n        .feature-list li {\n            position: relative;\n            padding: 15px 15px 15px 60px;\n            margin-bottom: 15px;\n            background-color: var(--secondary-color);\n            border-radius: 8px;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            list-style: none; \/* Ensure no bullets in all browsers *\/\n        }\n        \n        .feature-list li:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 20px;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 30px;\n            height: 30px;\n            background: var(--success-color);\n            border-radius: 50%;\n            color: white;\n            text-align: center;\n            line-height: 30px;\n            font-weight: bold;\n        }\n        \n        .feature-title {\n            font-weight: bold;\n            color: var(--primary-color);\n            display: block;\n            margin-bottom: 5px;\n            font-size: 1.1rem;\n        }\n\n      \n        .specs-container {\n            background: white;\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            margin: 40px 0;\n        }\n        \n        .responsive-table {\n            border-collapse: collapse;\n            width: 100%;\n            margin: 20px 0;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);\n        }\n        \n        .responsive-table td {\n            border: none;\n            padding: 15px;\n            text-align: left;\n        }\n        \n        .responsive-table tr {\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .responsive-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .responsive-table tr:nth-child(odd) {\n            background-color: #f8f9fa;\n        }\n        \n        .responsive-table tr:nth-child(even) {\n            background-color: #ffffff;\n        }\n        \n        .responsive-table tr:hover {\n            background-color: #f1f4f7;\n        }\n        \n        .responsive-table td:first-child {\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n\n      \n        .highlights-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .highlight-card {\n            background: white;\n            padding: 25px;\n            border-radius: 8px;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .highlight-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        }\n        \n        .highlight-icon {\n            width: 60px;\n            height: 60px;\n            margin: 0 auto 15px;\n            background: var(--secondary-color);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            color: var(--primary-color);\n        }\n        \n        .highlight-title {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: var(--text-color);\n        }\n\n      \n        .cta-container {\n            background: linear-gradient(135deg, var(--primary-color) 0%, #3a7bd5 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 40px 0;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: var(--primary-color);\n            padding: 15px 40px;\n            border-radius: 30px;\n            font-weight: bold;\n            text-decoration: none;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n        }\n        \n        .cta-button:hover {\n            background: var(--text-color);\n            color: white;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);\n        }\n\n       \n        @media screen and (max-width: 800px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            h3 {\n                font-size: 1.5rem;\n            }\n            \n            .responsive-table td {\n                display: block;\n                width: 100%;\n                padding: 10px 15px;\n            }\n            \n            .responsive-table td:first-child {\n                background: #edf2f7;\n                font-weight: bold;\n                padding-top: 15px;\n                border-radius: 8px 8px 0 0;\n            }\n            \n            .responsive-table td:nth-child(2) {\n                margin-bottom: 15px;\n                border-radius: 0 0 8px 8px;\n            }\n            \n            .responsive-table tr {\n                display: block;\n                margin-bottom: 20px;\n                border: none;\n            }\n            \n            .cta-container {\n                padding: 25px;\n            }\n            \n            .highlights-container {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch1 class=\"product-title\"\u003eGARVEE Premium Food Truck Concession Window\u003c\/h1\u003e\n\u003c!-- Product Images - Full Width --\u003e\n\u003cp\u003e\u003cimg alt=\"GARVEE Concession Window - Front View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_1_fe19b001-43a7-42f7-8c99-36d57620ad10.png?v=1756454753\"\u003e\u003c\/p\u003e\n\u003c!-- Key Highlights --\u003e\n\u003cdiv class=\"highlights-container\"\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch4 class=\"highlight-title\"\u003eEnhanced Security\u003c\/h4\u003e\n\u003cp\u003eIntegrated locking system with two keys for complete peace of mind\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e☔\u003c\/div\u003e\n\u003ch4 class=\"highlight-title\"\u003eWeather Protected\u003c\/h4\u003e\n\u003cp\u003eDouble waterproof strips prevent water infiltration during rainy days\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e⚙️\u003c\/div\u003e\n\u003ch4 class=\"highlight-title\"\u003eEasy Installation\u003c\/h4\u003e\n\u003cp\u003eNo assembly required - ready to install on your mobile food service unit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"highlight-icon\"\u003e🔍\u003c\/div\u003e\n\u003ch4 class=\"highlight-title\"\u003ePremium Materials\u003c\/h4\u003e\n\u003cp\u003eAluminum alloy frame and 304 stainless steel mesh for lasting durability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg alt=\"GARVEE Concession Window - Side View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_2_76c41174-6614-42cb-81f4-eeb49598af8e.png?v=1756454729\"\u003e \u003cimg alt=\"GARVEE Concession Window - Detail View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_3_6c3466af-ff12-429d-ba1f-040ec87439f5.png?v=1756454728\"\u003e \u003cimg alt=\"GARVEE Concession Window - Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/image_4_d9a4a9ea-3703-4243-a7d5-fd7b84d8c2ae.png?v=1756454752\"\u003e\u003c\/p\u003e\n\u003c!-- Key Features --\u003e\n\u003ch3\u003eFeatures\u003c\/h3\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Quality Materials\u003c\/div\u003e\n\u003cp\u003eConstructed from a sturdy aluminum alloy frame with a thickness of 0.05 inches (1.2 mm), our concession window ensures long-lasting durability and strength. The screen windows are crafted from rust-proof and corrosion-resistant 304 stainless steel, making them easy to clean and capable of withstanding various outdoor weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eFour Protective Screen Windows\u003c\/div\u003e\n\u003cp\u003eThis food truck service window features four screen windows with a 0.6mm mesh design, effectively keeping your food products safe from leaves, debris, and other outdoor contaminants. The double sliding rails allow you to easily adjust the windows to the center or side as needed, and the two locks with keys ensure added security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEffortless Operation\u003c\/div\u003e\n\u003cp\u003eEquipped with an awning that shields against heavy rain, sunlight, and potential theft, this trailer window opens effortlessly to 85 degrees thanks to pneumatic rods. The hinge design ensures a stable connection between the awning and frame for reliable use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eInnovative Security Features\u003c\/div\u003e\n\u003cp\u003eOur integrated handle and lock design provide a secure closure for the window, safeguarding your truck during transport or while parked. Double waterproof strips are cleverly designed to prevent water intrusion on rainy days, and an extra drag hook is included for convenient awning door closure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003eVersatile Application\u003c\/div\u003e\n\u003cp\u003ePerfect for a variety of food service settings, our concession serving window is ideal for food trucks, concession stands, catering trucks, BBQ trailers, and mobile catering units. This equipment enhances customer accessibility and streamlines the delivery of your delicious offerings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003ctable class=\"responsive-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eGarvee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e45\" W x 30\" H (Glass Not Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMin. Clearance\u003c\/td\u003e\n\u003ctd\u003e29.2 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e53.1 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Call to Action --\u003e\n\u003cdiv class=\"cta-container\"\u003e\n\u003ch3 class=\"cta-title\"\u003eUpgrade Your Mobile Food Business Today!\u003c\/h3\u003e\n\u003cp\u003eThe GARVEE Concession Window is built with premium materials and thoughtful design features to enhance your food truck or trailer's functionality, security, and customer service.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"45\"X30\"","offer_id":51112132706617,"sku":"PHO_357KY36J","price":361.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/71GSlXdIIKL_74908d8d-ba61-4f91-bcac-cc2e4f5df0d3.jpg?v=1756192961","url":"https:\/\/www.garvee.com\/products\/garvee-concession-window-45x30-aluminum-food-trucks-pho_357ky36j","provider":"GARVEE","version":"1.0","type":"link"}