{"product_id":"hatco-tqramp-feed-guide-for-tq-series-conveyor-toasters","title":"Hatco TQRAMP Feed Guide for TQ Series Conveyor Toasters","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 TQRAMP Feed Guide\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Custom Styles for Shopify Product Description *\/\n        .product-description-container {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            color: #2d3748;\n            max-width: 800px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        \n        .product-title {\n            font-size: 26px;\n            font-weight: 700;\n            margin-bottom: 24px;\n            color: #1a202c;\n            padding-bottom: 16px;\n            border-bottom: 2px solid #e2e8f0;\n        }\n        \n        .product-description {\n            font-size: 16px;\n            margin-bottom: 28px;\n            color: #4a5568;\n        }\n        \n        \/* Elegant Specs Table Styling *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 28px 0;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);\n            border: 1px solid #e2e8f0;\n        }\n        \n        .specs-table thead th {\n            background: linear-gradient(135deg, #4c51bf 0%, #667eea 100%);\n            color: white;\n            text-align: left;\n            font-weight: 600;\n            padding: 18px 20px;\n            font-size: 16px;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tbody tr {\n            transition: background-color 0.2s ease;\n        }\n        \n        .specs-table tbody tr:nth-child(even) {\n            background-color: #f8fafc;\n        }\n        \n        .specs-table tbody tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #f1f5f9;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid #edf2f7;\n            font-size: 15px;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            color: #4a5568;\n            font-weight: 600;\n            width: 40%;\n            vertical-align: top;\n        }\n        \n        .spec-value {\n            color: #1a202c;\n            font-weight: 400;\n        }\n        \n        \/* Product Details Section *\/\n        .details-section {\n            background: linear-gradient(to right, #ffffff 0%, #f8fafc 100%);\n            border-left: 4px solid #4c51bf;\n            padding: 22px;\n            margin: 28px 0;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);\n        }\n        \n        .details-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 16px;\n            color: #2d3748;\n            display: flex;\n            align-items: center;\n        }\n        \n        .details-title:before {\n            content: \"\";\n            display: inline-block;\n            width: 6px;\n            height: 24px;\n            background: #4c51bf;\n            margin-right: 12px;\n            border-radius: 2px;\n        }\n        \n        \/* Feature Highlights *\/\n        .feature-highlights {\n            background-color: #fffbf0;\n            border: 1px solid #fef3c7;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 24px 0;\n        }\n        \n        .feature-highlights h3 {\n            color: #92400e;\n            font-size: 18px;\n            font-weight: 600;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-highlights h3:before {\n            content: \"✓\";\n            display: inline-block;\n            width: 22px;\n            height: 22px;\n            background: #fbbf24;\n            color: white;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 22px;\n            margin-right: 10px;\n            font-size: 14px;\n            font-weight: bold;\n        }\n        \n        .feature-list {\n            padding-left: 20px;\n        }\n        \n        .feature-list li {\n            margin-bottom: 8px;\n            color: #78350f;\n        }\n        \n        .feature-list li:before {\n            content: \"•\";\n            color: #f59e0b;\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-left: -1em;\n        }\n        \n        \/* Compatibility Note *\/\n        .compatibility-note {\n            background-color: #f0f9ff;\n            border: 1px solid #e0f2fe;\n            border-radius: 8px;\n            padding: 18px;\n            margin: 24px 0;\n            position: relative;\n        }\n        \n        .compatibility-note:before {\n            content: \"ℹ\";\n            position: absolute;\n            left: -10px;\n            top: 50%;\n            transform: translateY(-50%);\n            background: #0ea5e9;\n            color: white;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n            font-weight: bold;\n        }\n        \n        .compatibility-note strong {\n            color: #0369a1;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-description-container {\n                padding: 0 16px;\n            }\n            \n            .product-title {\n                font-size: 22px;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .specs-table td, \n            .specs-table th {\n                padding: 14px 16px;\n                font-size: 14px;\n            }\n            \n            .spec-label {\n                min-width: 140px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                border-radius: 6px;\n            }\n            \n            .details-section {\n                padding: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description-container\"\u003e\n        \u003ch1 class=\"product-title\"\u003eHatco TQRAMP Feed Guide\u003c\/h1\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003ch2 class=\"details-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \u003cp class=\"product-description\"\u003e\n                Enhance the functionality of your conveyor toaster with the Hatco TQRAMP feed guide. This specialized component adds 3\" of additional space to the feed area, providing improved convenience and simplified operation. Designed specifically for TQ series conveyor toasters (excluding TQ-1800 series), this feed guide ensures smoother food loading and better workflow efficiency in commercial kitchen environments.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ctable class=\"specs-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth colspan=\"2\"\u003eHatco TQRAMP 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\"\u003e786099\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eModel Number\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eTQRAMP\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 Guide\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eApplication\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eConveyor Toaster Extension\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eBrand\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eHatco\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\"\u003e1.2 lb\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003ePackage Quantity\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\"\u003eFeatures\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eMade in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd class=\"spec-label\"\u003eCompatible Series\u003c\/td\u003e\n                    \u003ctd class=\"spec-value\"\u003eTQ Series (except TQ-1800)\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"feature-highlights\"\u003e\n            \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n            \u003cul class=\"feature-list\"\u003e\n                \u003cli\u003eAdds 3\" of feed area for improved convenience\u003c\/li\u003e\n                \u003cli\u003eSimplifies loading process for conveyor toasters\u003c\/li\u003e\n                \u003cli\u003eAmerican-made quality construction\u003c\/li\u003e\n                \u003cli\u003eDesigned for commercial kitchen durability\u003c\/li\u003e\n                \u003cli\u003eEasy to install on compatible toasters\u003c\/li\u003e\n                \u003cli\u003eEnhances workflow efficiency\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"compatibility-note\"\u003e\n            \u003cp\u003e\u003cstrong\u003eCompatibility Information:\u003c\/strong\u003e This feed guide is specifically designed for Hatco TQ series conveyor toasters. Please note that it is not compatible with the TQ-1800 series models. Verify your toaster model before purchase to ensure proper fit and functionality.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003ch2 class=\"details-title\"\u003eInstallation \u0026amp; Use\u003c\/h2\u003e\n            \u003cp class=\"product-description\"\u003e\n                The Hatco TQRAMP feed guide is designed for straightforward installation on compatible conveyor toasters. The additional feed space allows for easier placement of bread and other items, reducing handling time and improving kitchen efficiency. This accessory is constructed from durable materials to withstand the demands of commercial food service environments while maintaining the performance standards expected from Hatco products.\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":42845199007828,"sku":"786099","price":174.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-21T163557.633.png?v=1768995375","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/hatco-tqramp-feed-guide-for-tq-series-conveyor-toasters","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}