{"product_id":"component-hardware-fr51-1220-s-s-grease-filter-typ","title":"Component Hardware FR51-1220 S\/S Grease Filter Typ","description":"\u003cstyle\u003e\n  \/* Custom Product Description Styles *\/\n  .product-detail-page {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d3748;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0;\n  }\n  \n  .product-detail-page h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #1a202c;\n    margin: 0 0 20px 0;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #e2e8f0;\n    position: relative;\n  }\n  \n  .product-detail-page h2:after {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 80px;\n    height: 2px;\n    background: linear-gradient(90deg, #e53e3e, #ed8936);\n  }\n  \n  .product-detail-page p {\n    font-size: 15px;\n    margin-bottom: 18px;\n    color: #4a5568;\n    line-height: 1.7;\n  }\n  \n  \/* Elegant Specs Table *\/\n  .elegant-specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 25px 0 30px 0;\n    font-size: 14px;\n    border-radius: 8px;\n    overflow: hidden;\n    background: white;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);\n    border: 1px solid #e2e8f0;\n  }\n  \n  .elegant-specs-table thead {\n    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);\n  }\n  \n  .elegant-specs-table th {\n    padding: 18px 20px;\n    font-weight: 600;\n    font-size: 15px;\n    color: white;\n    text-align: left;\n    letter-spacing: 0.5px;\n    border: none;\n    text-transform: uppercase;\n    font-size: 13px;\n  }\n  \n  .elegant-specs-table tbody tr {\n    border-bottom: 1px solid #f7fafc;\n    transition: background-color 0.2s ease;\n  }\n  \n  .elegant-specs-table tbody tr:last-child {\n    border-bottom: none;\n  }\n  \n  .elegant-specs-table tbody tr:nth-child(even) {\n    background-color: #f8fafc;\n  }\n  \n  .elegant-specs-table tbody tr:hover {\n    background-color: #fff5f5;\n  }\n  \n  .elegant-specs-table td {\n    padding: 16px 20px;\n    border: none;\n    vertical-align: middle;\n  }\n  \n  .elegant-specs-table td:first-child {\n    font-weight: 600;\n    color: #2d3748;\n    width: 40%;\n    border-right: 1px solid #edf2f7;\n    position: relative;\n    padding-left: 30px;\n  }\n  \n  .elegant-specs-table td:first-child:before {\n    content: \"▶\";\n    position: absolute;\n    left: 15px;\n    color: #e53e3e;\n    font-size: 10px;\n    opacity: 0.7;\n  }\n  \n  .elegant-specs-table td:last-child {\n    color: #4a5568;\n    font-weight: 500;\n  }\n  \n  \/* Material Highlight *\/\n  .material-highlight {\n    background: linear-gradient(to right, #fff5f5, #fed7d7);\n    padding: 20px 24px;\n    border-radius: 8px;\n    margin: 25px 0;\n    border-left: 4px solid #e53e3e;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .material-highlight:before {\n    content: '';\n    position: absolute;\n    top: -20px;\n    right: -20px;\n    width: 60px;\n    height: 60px;\n    background: rgba(229, 62, 62, 0.1);\n    border-radius: 50%;\n  }\n  \n  .material-highlight h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #742a2a;\n    margin: 0 0 15px 0;\n    display: flex;\n    align-items: center;\n  }\n  \n  .material-highlight h3:before {\n    content: '✦';\n    margin-right: 10px;\n    color: #e53e3e;\n  }\n  \n  .material-highlight p {\n    color: #742a2a;\n    margin-bottom: 0;\n    font-size: 15px;\n  }\n  \n  \/* Features Grid *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin: 25px 0;\n  }\n  \n  .feature-item {\n    background: white;\n    padding: 18px;\n    border-radius: 8px;\n    border: 1px solid #e2e8f0;\n    transition: all 0.3s ease;\n  }\n  \n  .feature-item:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n    border-color: #e53e3e;\n  }\n  \n  .feature-item h4 {\n    font-size: 15px;\n    font-weight: 600;\n    color: #2d3748;\n    margin: 0 0 10px 0;\n    display: flex;\n    align-items: center;\n  }\n  \n  .feature-item h4:before {\n    content: '✓';\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px;\n    height: 20px;\n    background: #e53e3e;\n    color: white;\n    border-radius: 50%;\n    margin-right: 10px;\n    font-size: 12px;\n  }\n  \n  .feature-item p {\n    font-size: 14px;\n    color: #718096;\n    margin: 0;\n    line-height: 1.6;\n  }\n  \n  \/* Application Notes *\/\n  .application-notes {\n    background: #f7fafc;\n    padding: 20px;\n    border-radius: 8px;\n    margin: 25px 0;\n    border-top: 3px solid #cbd5e0;\n  }\n  \n  .application-notes h3 {\n    font-size: 16px;\n    font-weight: 600;\n    color: #2d3748;\n    margin: 0 0 12px 0;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  \n  \/* Responsive Design *\/\n  @media (max-width: 768px) {\n    .elegant-specs-table {\n      font-size: 13px;\n      border-radius: 6px;\n    }\n    \n    .elegant-specs-table th,\n    .elegant-specs-table td {\n      padding: 14px 16px;\n    }\n    \n    .product-detail-page h2 {\n      font-size: 20px;\n    }\n    \n    .features-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n    \n    .material-highlight {\n      padding: 18px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .product-detail-page {\n      padding: 0 8px;\n    }\n    \n    .elegant-specs-table {\n      display: block;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n    \n    .elegant-specs-table td:first-child {\n      padding-left: 25px;\n    }\n    \n    .feature-item {\n      padding: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-detail-page\"\u003e\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \n  \u003ctable class=\"elegant-specs-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSpecification\u003c\/th\u003e\n        \u003cth\u003eDetails\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSKU Number\u003c\/td\u003e\n        \u003ctd\u003e786080\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eProduct Type\u003c\/td\u003e\n        \u003ctd\u003eBaffles Grease Filter\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eShipping Weight\u003c\/td\u003e\n        \u003ctd\u003e3.78 lb.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuantity Per Unit\u003c\/td\u003e\n        \u003ctd\u003e1\/Each\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eManufacturer Part #\u003c\/td\u003e\n        \u003ctd\u003eFR51-1220\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eMaterial Construction\u003c\/td\u003e\n        \u003ctd\u003eStainless Steel\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \n  \u003ch2\u003eProduct Overview\u003c\/h2\u003e\n  \n  \u003cp\u003eThe Component Hardware FR51-1220 Stainless Steel Grease Filter is a premium baffle-style filter engineered for superior performance in commercial kitchen ventilation systems. This high-quality stainless steel construction ensures durability and reliable grease filtration.\u003c\/p\u003e\n  \n  \u003cdiv class=\"material-highlight\"\u003e\n    \u003ch3\u003ePremium Stainless Steel Construction\u003c\/h3\u003e\n    \u003cp\u003eManufactured from high-grade stainless steel for exceptional corrosion resistance, longevity, and easy maintenance in demanding kitchen environments.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch4\u003eEnhanced Durability\u003c\/h4\u003e\n      \u003cp\u003eStainless steel construction provides superior resistance to corrosion, heat, and moisture for extended service life.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch4\u003eEfficient Filtration\u003c\/h4\u003e\n      \u003cp\u003eOptimized baffle design maximizes grease capture while maintaining optimal airflow in ventilation systems.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch4\u003eEasy Maintenance\u003c\/h4\u003e\n      \u003cp\u003eSmooth stainless steel surface allows for quick and thorough cleaning, reducing maintenance time and effort.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-item\"\u003e\n      \u003ch4\u003eProfessional Grade\u003c\/h4\u003e\n      \u003cp\u003eEngineered to meet commercial kitchen standards for safety, performance, and reliability in food service environments.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"application-notes\"\u003e\n    \u003ch3\u003eIdeal For\u003c\/h3\u003e\n    \u003cp\u003eCommercial restaurants, institutional kitchens, food processing facilities, and any environment requiring reliable grease filtration with stainless steel durability.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eThis stainless steel grease filter combines professional-grade materials with efficient design, providing dependable performance and easy maintenance for demanding kitchen ventilation requirements.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42845061644372,"sku":"786080","price":202.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-21T151912.720.png?v=1768990778","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/component-hardware-fr51-1220-s-s-grease-filter-typ","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}