{"product_id":"hatco-04-05-333-00-chute","title":"Hatco 04.05.333.00 Chute","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\u003eHatco Chute | Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom Shopify-friendly styles *\/\n        .product-description-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: #2d3748;\n            line-height: 1.5;\n            max-width: 100%;\n        }\n        \n        .product-intro {\n            margin-bottom: 28px;\n        }\n        \n        .product-main-title {\n            font-size: 26px;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #1a202c;\n            letter-spacing: -0.5px;\n        }\n        \n        .product-model {\n            font-size: 16px;\n            color: #4a5568;\n            margin-bottom: 16px;\n            font-weight: 500;\n        }\n        \n        .product-summary {\n            font-size: 15px;\n            margin-bottom: 32px;\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \n        \/* Beautiful Table Styles *\/\n        .specifications-container {\n            margin: 36px 0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 22px 0;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);\n            border: 1px solid #e2e8f0;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n            color: white;\n            font-weight: 600;\n            text-align: left;\n            padding: 20px 24px;\n            font-size: 17px;\n            letter-spacing: 0.3px;\n        }\n        \n        .specs-table td {\n            padding: 18px 24px;\n            color: #2d3748;\n            transition: background-color 0.2s;\n        }\n        \n        .specs-table tr {\n            border-bottom: 1px solid #edf2f7;\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        .specs-table tr:hover {\n            background-color: #e6fffa;\n        }\n        \n        .spec-label {\n            font-weight: 500;\n            color: #2d3748;\n            width: 38%;\n            border-right: 1px solid #e2e8f0;\n            background-color: #f7fafc;\n        }\n        \n        .spec-value {\n            font-weight: 400;\n            color: #1a202c;\n        }\n        \n        .sku-display {\n            color: #2c5282;\n            font-weight: 600;\n            font-family: 'Courier New', monospace;\n            background-color: #ebf8ff;\n            padding: 6px 12px;\n            border-radius: 6px;\n            border: 1px solid #bee3f8;\n            font-size: 15px;\n        }\n        \n        .weight-highlight {\n            color: #2d3748;\n            font-weight: 500;\n            background-color: #f0fff4;\n            padding: 4px 10px;\n            border-radius: 4px;\n            border: 1px solid #c6f6d5;\n        }\n        \n        .product-identifier {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n            color: #2d3748;\n            padding: 10px 20px;\n            border-radius: 8px;\n            font-family: monospace;\n            font-size: 14px;\n            font-weight: 500;\n            border: 1px solid #e2e8f0;\n            margin-top: 20px;\n        }\n        \n        .identifier-separator {\n            color: #cbd5e0;\n        }\n        \n        .section-heading {\n            font-size: 20px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #1a202c;\n            position: relative;\n            padding-bottom: 12px;\n        }\n        \n        .section-heading:after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 60px;\n            height: 3px;\n            background: linear-gradient(90deg, #38b2ac, #4299e1);\n            border-radius: 3px;\n        }\n        \n        .features-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 16px;\n            margin: 24px 0 32px 0;\n        }\n        \n        .feature-box {\n            padding: 14px 0;\n            position: relative;\n            padding-left: 32px;\n            color: #4a5568;\n            border-left: 3px solid transparent;\n            transition: all 0.2s;\n        }\n        \n        .feature-box:hover {\n            border-left-color: #38b2ac;\n            padding-left: 36px;\n        }\n        \n        .feature-box:before {\n            content: \"•\";\n            position: absolute;\n            left: 12px;\n            color: #38b2ac;\n            font-weight: bold;\n            font-size: 20px;\n        }\n        \n        .application-note {\n            background-color: #fffaf0;\n            border: 1px solid #feebc8;\n            border-left: 4px solid #ed8936;\n            padding: 20px;\n            margin: 28px 0;\n            border-radius: 8px;\n        }\n        \n        .note-title {\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #dd6b20;\n        }\n        \n        @media (max-width: 768px) {\n            .product-description-wrapper {\n                padding: 0 12px;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 16px 20px;\n            }\n            \n            .features-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-main-title {\n                font-size: 22px;\n            }\n            \n            .product-identifier {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 8px;\n            }\n            \n            .identifier-separator {\n                display: none;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n                white-space: nowrap;\n            }\n            \n            .product-main-title {\n                font-size: 20px;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 14px 18px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description-wrapper\"\u003e\n        \u003cdiv class=\"product-intro\"\u003e\n            \u003ch1 class=\"product-main-title\"\u003eHatco Chute 04.05.333.00\u003c\/h1\u003e\n            \u003cdiv class=\"product-model\"\u003ePrecision-engineered feed system component\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cp class=\"product-summary\"\u003e\n            The Hatco Chute is a vital mechanical component designed for efficient product guidance \n            in commercial toasting systems. Engineered with precision manufacturing standards, \n            this chute ensures smooth operation and reliable performance in demanding food service environments.\n        \u003c\/p\u003e\n        \n        \u003cdiv class=\"specifications-container\"\u003e\n            \u003ch2 class=\"section-heading\"\u003eTechnical Specifications\u003c\/h2\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 class=\"spec-label\"\u003eSKU #\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e\u003cspan class=\"sku-display\"\u003e786126\u003c\/span\u003e\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eManufacturer Part\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e04.05.333.00\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\"\u003e\u003cspan class=\"weight-highlight\"\u003e1.07 lb. (0.49 kg)\u003c\/span\u003e\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\"\u003eFeed Parts \/ Mechanical Parts\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eQuantity\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003e1\/Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eManufacturer\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eHatco Corporation\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003eMaterial Construction\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eCommercial-grade materials\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"spec-label\"\u003ePrimary Function\u003c\/td\u003e\n                        \u003ctd class=\"spec-value\"\u003eProduct guidance and direction\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n            \n            \u003cdiv class=\"product-identifier\"\u003e\n                \u003cspan\u003ePart: 04.05.333.00\u003c\/span\u003e\n                \u003cspan class=\"identifier-separator\"\u003e|\u003c\/span\u003e\n                \u003cspan\u003eSKU: 786126\u003c\/span\u003e\n                \u003cspan class=\"identifier-separator\"\u003e|\u003c\/span\u003e\n                \u003cspan\u003eType: Feed\/Mechanical Parts\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv\u003e\n            \u003ch2 class=\"section-heading\"\u003eKey Features\u003c\/h2\u003e\n            \u003cdiv class=\"features-container\"\u003e\n                \u003cdiv class=\"feature-box\"\u003ePrecision-engineered for smooth product flow\u003c\/div\u003e\n                \u003cdiv class=\"feature-box\"\u003eDurable construction for commercial environments\u003c\/div\u003e\n                \u003cdiv class=\"feature-box\"\u003eOptimized guidance and directional control\u003c\/div\u003e\n                \u003cdiv class=\"feature-box\"\u003eEasy integration with existing systems\u003c\/div\u003e\n                \u003cdiv class=\"feature-box\"\u003eManufactured to Hatco quality standards\u003c\/div\u003e\n                \u003cdiv class=\"feature-box\"\u003eDesigned for high-volume operations\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"application-note\"\u003e\n            \u003cdiv class=\"note-title\"\u003eApplication Note\u003c\/div\u003e\n            \u003cp\u003e\n                This Hatco Chute is specifically engineered for commercial toasting equipment systems. \n                As an OEM (Original Equipment Manufacturer) component, it is designed for precise \n                compatibility and optimal performance within Hatco equipment configurations.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv\u003e\n            \u003ch2 class=\"section-heading\"\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003e\n                The Hatco Chute serves as a critical component in commercial food preparation systems, \n                providing reliable product guidance and directional control. Its design focuses on \n                durability and performance under continuous operational demands.\n            \u003c\/p\u003e\n            \u003cp\u003e\n                Proper installation following manufacturer guidelines ensures optimal functionality \n                and contributes to the overall efficiency and longevity of the toasting system. \n                This component is essential for maintaining consistent operational flow in \n                high-volume food service environments.\n            \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":42845389160532,"sku":"786126","price":56.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-21T185125.724.png?v=1769003502","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/hatco-04-05-333-00-chute","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}