{"product_id":"garvee-36-x24-concession-window-aluminum-pho-357bgtxu","title":"Garvee 36\"x24\" Concession Window , Aluminum Alloy Food Truck Service Window with Awning Door \u0026 Drag Hook, Up to 85 Degrees Stand Serving Window for Food Trucks Concession Trailers, Glass Not Included","description":"\u003cstyle\u003e\n \/\n    .product-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        font-family: 'Arial', sans-serif;\n        color: #333;\n        line-height: 1.6;\n        padding: 0 15px;\n    }\n    \n   *\/\n    .product-image {\n        margin-bottom: 30px;\n        width: 100%;\n    }\n    \n    .product-image img {\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n        box-shadow: 0 3px 10px rgba(0,0,0,0.15);\n        display: block;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .product-image img:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 15px rgba(0,0,0,0.2);\n    }\n    \n  \n    .product-header {\n        text-align: center;\n        margin: 30px 0;\n    }\n    \n    .product-title {\n        font-size: 32px;\n        font-weight: 700;\n        margin: 0 0 15px 0;\n        color: #222;\n        line-height: 1.3;\n    }\n    \n    .product-subtitle {\n        font-size: 20px;\n        color: #666;\n        margin: 0 0 25px 0;\n    }\n    \n    .cta-container {\n        background: linear-gradient(to right, #f8f8f8, #eaeaea);\n        border-radius: 10px;\n        padding: 25px;\n        margin: 30px 0;\n        text-align: center;\n        border: 1px solid #ddd;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n    \n    .price-container {\n        margin-bottom: 20px;\n    }\n    \n    .original-price {\n        text-decoration: line-through;\n        color: #999;\n        font-size: 22px;\n    }\n    \n    .sale-price {\n        font-size: 32px;\n        font-weight: bold;\n        color: #d41f1f;\n        margin-left: 10px;\n    }\n    \n    .savings {\n        display: inline-block;\n        background-color: #d41f1f;\n        color: white;\n        padding: 4px 10px;\n        border-radius: 4px;\n        font-size: 16px;\n        margin-left: 10px;\n        font-weight: bold;\n    }\n    \n    .buy-now-button {\n        display: inline-block;\n        background: linear-gradient(to bottom, #FF9900, #E68A00);\n        color: white;\n        font-size: 22px;\n        font-weight: bold;\n        padding: 18px 45px;\n        border-radius: 50px;\n        text-decoration: none;\n        margin: 10px 0;\n        transition: all 0.3s;\n        width: 100%;\n        max-width: 400px;\n        text-align: center;\n        box-sizing: border-box;\n        box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n        text-transform: uppercase;\n        border: none;\n        cursor: pointer;\n    }\n    \n    .buy-now-button:hover {\n        background: linear-gradient(to bottom, #E68A00, #D47D00);\n        transform: translateY(-3px);\n        box-shadow: 0 8px 15px rgba(0,0,0,0.3);\n    }\n    \n    .limited-offer {\n        color: #d41f1f;\n        font-weight: bold;\n        font-size: 18px;\n        margin-top: 15px;\n    }\n    \n\n    .features-section {\n        margin: 50px 0;\n    }\n    \n    .section-title {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 25px !important;\n        color: #222;\n        border-bottom: 3px solid #FF9900;\n        padding-bottom: 10px;\n        display: inline-block;\n        position: relative;\n    }\n    \n    .section-title:after {\n        content: '';\n        position: absolute;\n        bottom: -3px;\n        left: 0;\n        width: 30%;\n        height: 3px;\n        background-color: #333;\n    }\n    \n    .feature-card {\n        background-color: #fff;\n        border-radius: 10px;\n        padding: 25px;\n        margin-bottom: 20px;\n        box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n        border-left: 5px solid #FF9900;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .feature-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n    }\n    \n    .feature-title {\n        font-size: 20px;\n        font-weight: bold;\n        margin-bottom: 10px;\n        color: #333;\n    }\n    \n    .feature-description {\n        color: #555;\n        line-height: 1.7;\n    }\n  \n    .specs-section {\n        margin: 50px 0;\n    }\n    \n    .responsive-table {\n        border-collapse: collapse;\n        width: 100%;\n        margin-bottom: 20px;\n        border-radius: 10px;\n        overflow: hidden;\n        box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n    }\n    \n    .responsive-table td {\n        border: 1px solid #ddd;\n        padding: 15px 20px;\n        text-align: left;\n        font-size: 16px;\n    }\n    \n    .responsive-table tr:nth-child(odd) {\n        background-color: #F5F5F5;\n    }\n    \n    .responsive-table tr:nth-child(even) {\n        background-color: #FFFFFF;\n    }\n    \n    .responsive-table tr td:first-child {\n        font-weight: bold;\n        width: 40%;\n        background-color: #F0F0F0;\n        color: #333;\n    }\n    \n   \n    .trust-badges {\n        display: flex;\n        justify-content: center;\n        gap: 40px;\n        margin: 50px 0;\n        flex-wrap: wrap;\n        background: linear-gradient(to right, #f8f8f8, #eaeaea);\n        padding: 30px;\n        border-radius: 10px;\n        box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n    }\n    \n    .trust-badge {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        max-width: 180px;\n    }\n    \n    .trust-badge i {\n        font-size: 45px;\n        color: #FF9900;\n        margin-bottom: 15px;\n    }\n    \n    .trust-badge span {\n        font-weight: bold;\n        margin-bottom: 5px;\n        color: #333;\n        font-size: 16px;\n    }\n    \n    .trust-badge p {\n        font-size: 14px;\n        margin: 0;\n        color: #666;\n    }\n    \n    \/* 应用场景区域 *\/  .applications-section {\n        margin: 50px 0;\n    }\n    \n    .applications-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 20px;\n        margin-top: 25px;\n    }\n    \n    .application-card {\n        background-color: #fff;\n        border-radius: 10px;\n        padding: 20px;\n        text-align: center;\n        box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    \n    .application-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n    }\n    \n    .application-icon {\n        font-size: 40px;\n        color: #FF9900;\n        margin-bottom: 15px;\n    }\n    \n    .application-title {\n        font-weight: bold;\n        margin-bottom: 10px;\n        color: #333;\n    }\n    \n    .application-description {\n        color: #666;\n        font-size: 14px;\n    }\n    \n   \n    .countdown-timer {\n        background: linear-gradient(135deg, #333 0%, #222 100%);\n        color: white;\n        text-align: center;\n        padding: 20px;\n        border-radius: 10px;\n        margin: 40px 0;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n    }\n    \n    .countdown-title {\n        font-size: 20px;\n        margin-bottom: 15px;\n        font-weight: bold;\n    }\n    \n    .countdown-digits {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n    }\n    \n    .countdown-box {\n        background-color: #FF9900;\n        padding: 15px;\n        border-radius: 8px;\n        min-width: 70px;\n        box-shadow: 0 4px 8px rgba(0,0,0,0.2);\n    }\n    \n    .countdown-number {\n        font-size: 28px;\n        font-weight: bold;\n    }\n    \n    .countdown-label {\n        font-size: 12px;\n        text-transform: uppercase;\n        margin-top: 5px;\n    }\n    \n \n    .installation-guide {\n        margin: 50px 0;\n        text-align: center;\n    }\n    \n    .installation-steps {\n        display: flex;\n        justify-content: space-between;\n        margin-top: 30px;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n    \n    .installation-step {\n        flex: 1;\n        min-width: 200px;\n        padding: 20px;\n        background-color: #f8f8f8;\n        border-radius: 10px;\n        box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n    }\n    \n    .step-number {\n        display: inline-block;\n        width: 40px;\n        height: 40px;\n        line-height: 40px;\n        text-align: center;\n        background-color: #FF9900;\n        color: white;\n        border-radius: 50%;\n        font-weight: bold;\n        margin-bottom: 15px;\n    }\n    \n    .step-title {\n        font-weight: bold;\n        margin-bottom: 10px;\n        color: #333;\n    }\n    \n  \n    @media screen and (max-width: 800px) {\n        .responsive-table td {\n            display: block;\n            width: 100% !important;\n            box-sizing: border-box;\n        }\n        \n        .responsive-table tr {\n            display: block;\n            margin-bottom: 20px;\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .buy-now-button {\n            width: 100%;\n            padding: 15px 20px;\n        }\n        \n        .trust-badges {\n            gap: 25px;\n            padding: 20px;\n        }\n        \n        .countdown-digits {\n            gap: 10px;\n        }\n        \n        .countdown-box {\n            min-width: 60px;\n            padding: 10px;\n        }\n        \n        .countdown-number {\n            font-size: 24px;\n        }\n        \n        .applications-grid {\n            grid-template-columns: 1fr;\n        }\n        \n        .installation-steps {\n            flex-direction: column;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eGARVEE Concession Window - 36\"W x 24\"H\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003ePremium Aluminum Food Truck Serving Window with Hydraulic Support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17405486000847482.jpg?v=1750240089\" alt=\"GARVEE Concession Window - Main View\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17405486000688090.jpg?v=1750240089\" alt=\"GARVEE Concession Window - Application View\"\u003e\u003c\/div\u003e\n\u0026gt;\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17405486001021843.jpg?v=1750240089\" alt=\"GARVEE Concession Window - Feature Demonstration\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17405486000467015.jpg?v=1750240089\" alt=\"GARVEE Concession Window - Installation Example\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17405486000531495.jpg?v=1750240089\" alt=\"GARVEE Concession Window - Close-up Detail\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePERFECT FOR VARIOUS APPLICATIONS\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🚚\u003c\/div\u003e\n\u003ch3 class=\"application-title\"\u003eFood Trucks\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eUpgrade your food truck with our professional-grade serving window for better customer interactions and increased sales.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🍔\u003c\/div\u003e\n\u003ch3 class=\"application-title\"\u003eConcession Stands\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003ePerfect for permanent or temporary concession stands at events, sports venues, and festivals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3 class=\"application-title\"\u003eBBQ Trailers\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eEnhance your BBQ trailer with a reliable serving window that withstands heat and heavy use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🎪\u003c\/div\u003e\n\u003ch3 class=\"application-title\"\u003eFestival Vendors\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eStand out at food festivals with a professional serving window that draws customers to your booth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e☕\u003c\/div\u003e\n\u003ch3 class=\"application-title\"\u003eCoffee Carts\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eCreate an efficient coffee service with our durable and attractive serving window.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cdiv class=\"application-icon\"\u003e🌮\u003c\/div\u003e\n\u003ch3 class=\"application-title\"\u003eStreet Food Vendors\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eElevate your street food business with a professional window that enhances customer experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003ePrecision Opening - Perfect Dimensions\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eMeasuring 36\"L x 24\"W, this multifunctional concession window combines aesthetic appeal with practicality. With precise dimensions, it is easy to process, install, and dismantle. Available in various sizes, it is ideal for food trucks, concession stands, dining cars, BBQ trailers, and mobile dining units, making it perfect for food festivals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eEnhanced Slot Design - Customizable Glass Options\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eOur upgraded slot design allows customers to easily change glass styles, enabling you to personalize your food truck service window and attract more customers to your sales events.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eEffortless Operation - Smooth Hydraulic System\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eDesigned for convenience, the window opens to a generous 85° angle for an expansive view and features two hydraulic rods for smooth operation. The built-in sunshade offers protection against rain, sunlight, and theft, making it easy to serve food to your customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003eSafety Features - Integrated Security\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eThis trailer window includes an integrated handle and lock, ensuring secure closure and preventing theft while your truck is parked or in transit. This added security gives you peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3 class=\"feature-title\"\u003ePremium Quality Materials - Built to Last\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eCrafted from a durable 1.5mm (0.06in) thick aluminum alloy frame with galvanized components, our concession serving window promises longevity and resilience. The elegant powder-coated finish enhances its stylish appearance, making it a great addition to any setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePRODUCT SPECIFICATIONS\u003c\/h2\u003e\n\u003ctable class=\"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\u003eSize\u003c\/td\u003e\n\u003ctd\u003e36\"W x 24\"H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Thickness\u003c\/td\u003e\n\u003ctd\u003e1.5mm (0.06in)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOpening Angle\u003c\/td\u003e\n\u003ctd\u003e85°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSupport System\u003c\/td\u003e\n\u003ctd\u003eDual Hydraulic Rods\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSecurity Features\u003c\/td\u003e\n\u003ctd\u003eIntegrated Handle and Lock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eItem Weight\u003c\/td\u003e\n\u003ctd\u003e23.77 Pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-container\"\u003e\n\u003ch2 style=\"margin-top: 0;\"\u003eUPGRADE YOUR FOOD SERVICE BUSINESS TODAY\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 20px;\"\u003eJoin thousands of food service professionals who've enhanced their operations with our premium concession window\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"36\"X24\"","offer_id":50908945613113,"sku":"PHO_357BGTXU","price":161.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17402141306205387.jpg?v=1750385791","url":"https:\/\/www.garvee.com\/products\/garvee-36-x24-concession-window-aluminum-pho-357bgtxu","provider":"GARVEE","version":"1.0","type":"link"}