{"product_id":"garvee-concession-window-36x36-aluminum-alloy-food-truck-pau_0l1a5hme","title":"Garvee 36\"W x 36\"H Concession Window - Aluminum Alloy Food Truck Service Window with Sliding Screens, Awning Door, Hydraulic Lift, and Locking Mechanism for Catering (Glass Not Included)","description":"\u003cstyle\u003e\n        \/* Scoped styles that only apply within our container *\/\n        .garvee-product-container {\n            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background-color: #f8f9fa;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            box-sizing: border-box;\n        }\n        \n        .garvee-product-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .garvee-product-container img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 8px;\n            transition: transform 0.3s ease;\n        }\n        \n        .garvee-product-container .hover-zoom:hover img {\n            transform: scale(1.02);\n        }\n        \n        .garvee-product-container h1, \n        .garvee-product-container h2, \n        .garvee-product-container h3, \n        .garvee-product-container h4, \n        .garvee-product-container h5, \n        .garvee-product-container h6 {\n            color: #2d3748;\n            margin-bottom: 15px;\n            font-weight: 600;\n            line-height: 1.3;\n        }\n        \n        .garvee-product-container p {\n            margin-bottom: 20px;\n            color: #4a5568;\n        }\n        \n        .garvee-product-container ul {\n            list-style-type: none;\n            margin-bottom: 20px;\n        }\n        \n        .garvee-product-container li {\n            margin-bottom: 15px;\n            color: #4a5568;\n        }\n        \n        \/* Header Section *\/\n        .garvee-product-container .product-header {\n            text-align: center;\n            padding: 30px 0;\n            background-color: white;\n            border-radius: 10px;\n            margin: 20px 0 40px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.05);\n        }\n        \n        .garvee-product-container .product-title {\n            font-size: 32px;\n            color: #2c5282;\n            margin-bottom: 10px;\n            text-align: center;\n        }\n        \n        .garvee-product-container .product-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 25px;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n            text-align: center;\n        }\n        \n        \/* Hero Section *\/\n        .garvee-product-container .hero-section {\n            position: relative;\n            margin-bottom: 40px;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n        }\n        \n        \/* Feature Showcase *\/\n        .garvee-product-container .showcase-section {\n            margin: 60px 0;\n        }\n        \n        .garvee-product-container .section-title {\n            text-align: center;\n            font-size: 28px;\n            color: #2c5282;\n            margin-bottom: 40px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .garvee-product-container .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background-color: #3182ce;\n        }\n        \n        .garvee-product-container .showcase-item {\n            display: flex;\n            margin-bottom: 80px;\n            background-color: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .garvee-product-container .showcase-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        .garvee-product-container .showcase-image {\n            flex: 1;\n            overflow: hidden;\n        }\n        \n        .garvee-product-container .showcase-content {\n            flex: 1;\n            padding: 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        \n        .garvee-product-container .showcase-title {\n            font-size: 24px;\n            color: #2c5282;\n            margin-bottom: 20px;\n        }\n        \n        .garvee-product-container .showcase-description {\n            color: #4a5568;\n            line-height: 1.8;\n            margin-bottom: 25px;\n        }\n        \n        .garvee-product-container .feature-list {\n            margin-top: 20px;\n        }\n        \n        .garvee-product-container .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 15px;\n        }\n        \n        .garvee-product-container .feature-icon {\n            margin-right: 15px;\n            color: #3182ce;\n            font-size: 20px;\n            flex-shrink: 0;\n        }\n        \n        .garvee-product-container .feature-text {\n            color: #4a5568;\n        }\n        \n        \/* Key Features Section *\/\n        .garvee-product-container .key-features {\n            background-color: white;\n            border-radius: 10px;\n            padding: 50px;\n            margin: 60px 0;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .garvee-product-container .features-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));\n            gap: 30px;\n        }\n        \n        .garvee-product-container .feature-card {\n            display: flex;\n            background-color: #f8f9fa;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .garvee-product-container .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .garvee-product-container .feature-number {\n            flex-shrink: 0;\n            width: 60px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            background-color: #3182ce;\n            color: white;\n            font-size: 24px;\n            font-weight: bold;\n        }\n        \n        .garvee-product-container .feature-card-content {\n            padding: 25px;\n            flex-grow: 1;\n        }\n        \n        .garvee-product-container .feature-card-title {\n            font-weight: bold;\n            font-size: 18px;\n            margin-bottom: 12px;\n            color: #2c5282;\n        }\n        \n        .garvee-product-container .feature-card-text {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        \/* Specifications Section *\/\n        .garvee-product-container .specs-section {\n            background-color: white;\n            border-radius: 10px;\n            padding: 50px;\n            margin: 60px 0;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .garvee-product-container .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 30px;\n        }\n        \n        .garvee-product-container .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #e2e8f0;\n        }\n        \n        .garvee-product-container .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .garvee-product-container .specs-table tr:nth-child(odd) {\n            background-color: #f8f9fa;\n        }\n        \n        .garvee-product-container .specs-label {\n            font-weight: bold;\n            width: 40%;\n            color: #2d3748;\n        }\n        \n        .garvee-product-container .specs-value {\n            color: #4a5568;\n        }\n        \n        \/* Product Description *\/\n        .garvee-product-container .product-description {\n            text-align: center;\n            margin: 25px 0;\n            font-size: 16px;\n            line-height: 1.8;\n            color: #4a5568;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media screen and (max-width: 992px) {\n            .garvee-product-container .showcase-item {\n                flex-direction: column !important;\n            }\n            \n            .garvee-product-container .showcase-image, \n            .garvee-product-container .showcase-content {\n                width: 100%;\n            }\n            \n            .garvee-product-container .showcase-content {\n                padding: 30px;\n            }\n            \n            .garvee-product-container .features-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .garvee-product-container .key-features {\n                padding: 30px;\n            }\n            \n            .garvee-product-container .specs-section {\n                padding: 30px;\n            }\n        }\n        \n        @media screen and (max-width: 768px) {\n            .garvee-product-container .product-title {\n                font-size: 26px;\n            }\n            \n            .garvee-product-container .product-subtitle {\n                font-size: 16px;\n            }\n            \n            .garvee-product-container .showcase-title {\n                font-size: 22px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"garvee-product-container\"\u003e\n\u003c!-- Product Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eGARVEE Premium Food Truck Concession Window\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section hover-zoom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/04c6fa37-69fc-49a2-81cc-2cfb06c2fed4_59ed8e91-660f-4494-93f4-1914a57e391b.jpg?v=1747132855\" alt=\"GARVEE Premium Food Truck Concession Window\"\u003e\u003c\/div\u003e\n\u003c!-- Product Description --\u003e\n\u003cp class=\"product-description\"\u003eProfessional Aluminum Serving Window with Hydraulic Lifting Pillars, Stainless Steel Screens \u0026amp; Security Lock System\u003c\/p\u003e\n\u003c!-- Feature Showcase --\u003e\n\u003cdiv class=\"showcase-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFeatures\u003c\/h2\u003e\n\u003c!-- Showcase Item 1 --\u003e\n\u003cdiv class=\"showcase-item\"\u003e\n\u003cdiv class=\"showcase-image hover-zoom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/03eb02a4-5e02-4dba-b513-1b27f42aa800_6d0321e6-dc51-4fee-9c8e-8f2783cf5c8b.jpg?v=1718207574\" alt=\"Premium Construction\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"showcase-content\"\u003e\n\u003ch3 class=\"showcase-title\"\u003eCrafted for Excellence\u003c\/h3\u003e\n\u003cp class=\"showcase-description\"\u003eMeticulously made from premium aluminum alloy with a sophisticated varnish finish, our concession window combines durability and elegance for a standout appearance. The high-quality construction ensures your window will withstand daily use in commercial food service environments.\u003c\/p\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003ePremium aluminum alloy construction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eSophisticated varnish finish for durability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eWeather-resistant materials\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eProfessional-grade quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Showcase Item 2 --\u003e\n\u003cdiv class=\"showcase-item\"\u003e\n\u003cdiv class=\"showcase-image hover-zoom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/dd71749c-6ccc-47d6-b9d6-7712464bc8a5.__CR0_0_970_600_PT0_SX970_V1.jpg?v=1747122684\" alt=\"Seamless Operation\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"showcase-content\"\u003e\n\u003ch3 class=\"showcase-title\"\u003eSeamless Operation\u003c\/h3\u003e\n\u003cp class=\"showcase-description\"\u003eEnhanced with hydraulic lifting pillars, our window opens effortlessly for smooth transactions. Easily adjust the window to a maximum angle of 85 degrees to shield against harsh weather elements. This user-friendly design ensures efficient service during busy periods, improving customer satisfaction and operational workflow.\u003c\/p\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eHydraulic lifting pillars for easy operation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eAdjusts up to 85 degrees\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eWeather protection design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eImproves service efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Showcase Item 3 --\u003e\n\u003cdiv class=\"showcase-item\"\u003e\n\u003cdiv class=\"showcase-image hover-zoom\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/7735fccf-da55-49ea-a50d-c5be17afe47a_f829d253-58fd-4fdb-a4c0-8589af220eb1.jpg?v=1718207574\" alt=\"Security and Adaptability\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"showcase-content\"\u003e\n\u003ch3 class=\"showcase-title\"\u003eSecurity \u0026amp; Versatile Design\u003c\/h3\u003e\n\u003cp class=\"showcase-description\"\u003eDesigned with a robust locking mechanism, our serving window ensures the safety of your valuables, allowing you to focus on your business without worrying about security concerns. The versatile design adapts to various food service operations, from franchise stalls to catering trucks, enhancing operational efficiency.\u003c\/p\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRobust locking mechanism for security\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eAdaptable to various food service operations\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eEnhances customer service experience\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eImproves operational efficiency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features Section --\u003e\n\u003cdiv class=\"key-features\"\u003e\n\u003ch3 class=\"section-title\"\u003eKey Benefits\u003c\/h3\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4 class=\"feature-card-title\"\u003ePremium Construction\u003c\/h4\u003e\n\u003cp class=\"feature-card-text\"\u003eMeticulously crafted from high-grade aluminum alloy with sophisticated varnish finish, combining durability with elegant aesthetics that will impress your customers and withstand daily commercial use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4 class=\"feature-card-title\"\u003eAdvanced Protection\u003c\/h4\u003e\n\u003cp class=\"feature-card-text\"\u003eRust-proof stainless steel screen windows provide dual-layer protection, safeguarding your food from pests and contaminants while maintaining the highest standards of food hygiene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4 class=\"feature-card-title\"\u003eEffortless Operation\u003c\/h4\u003e\n\u003cp class=\"feature-card-text\"\u003eHydraulic lifting pillars allow for smooth, easy window operation. Adjusts up to 85 degrees to provide optimal protection from weather elements, enhancing service efficiency during peak hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4 class=\"feature-card-title\"\u003eEnhanced Security\u003c\/h4\u003e\n\u003cp class=\"feature-card-text\"\u003eRobust locking system ensures your equipment and inventory remain secure when your truck is unattended, giving you peace of mind so you can focus on growing your business.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-number\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"feature-card-content\"\u003e\n\u003ch4 class=\"feature-card-title\"\u003eVersatile Application\u003c\/h4\u003e\n\u003cp class=\"feature-card-text\"\u003ePerfect for a wide range of food service operations including food trucks, concession stands, catering trailers, and mobile kitchen units, increasing your operational efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch3 class=\"section-title\"\u003eSpecifications\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eBrand\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eAluminum Alloy, Stainless Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e36x36 Inch (Glass Not Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eInstallation\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003eProfessional installation recommended\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eItem Weight\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e20.5 pounds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003ePackage Dimensions\u003c\/td\u003e\n\u003ctd class=\"specs-value\"\u003e37.5 x 37.5 x 5.5 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Two Windows \/ 36\" X 36\"","offer_id":51265284112672,"sku":"PAU_0L1A5HME","price":479.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/710OC4tFr2L_f37be91f-ef71-4c57-98fa-49e93776c6c1.jpg?v=1772002033","url":"https:\/\/www.garvee.ca\/products\/garvee-concession-window-36x36-aluminum-alloy-food-truck-pau_0l1a5hme","provider":"GARVEECA","version":"1.0","type":"link"}