{"product_id":"component-hardware-fg51-2020-filters","title":"Component Hardware FG51-2020 Filters","description":"\u003cstyle\u003e\n  \/* Custom Product Description Styles *\/\n  .product-description-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #1f2937;\n    line-height: 1.6;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  \n  .product-description-wrapper h2 {\n    font-size: 26px;\n    font-weight: 700;\n    color: #111827;\n    margin: 0 0 24px 0;\n    padding-bottom: 12px;\n    position: relative;\n  }\n  \n  .product-description-wrapper h2:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 3px;\n    background: linear-gradient(90deg, #3b82f6, #8b5cf6);\n    border-radius: 2px;\n  }\n  \n  .product-description-wrapper p {\n    font-size: 16px;\n    margin-bottom: 20px;\n    color: #4b5563;\n  }\n  \n  \/* Premium Specs Table Design *\/\n  .premium-specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 30px 0 35px 0;\n    font-size: 15px;\n    border-radius: 12px;\n    overflow: hidden;\n    background: white;\n    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);\n    border: 1px solid #e5e7eb;\n  }\n  \n  .premium-specs-table thead {\n    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);\n  }\n  \n  .premium-specs-table th {\n    padding: 20px 24px;\n    font-weight: 600;\n    font-size: 16px;\n    color: white;\n    text-align: left;\n    letter-spacing: 0.3px;\n    border: none;\n    position: relative;\n  }\n  \n  .premium-specs-table th:first-child:after {\n    content: '';\n    position: absolute;\n    right: 0;\n    top: 25%;\n    height: 50%;\n    width: 1px;\n    background: rgba(255, 255, 255, 0.2);\n  }\n  \n  .premium-specs-table tbody tr {\n    border-bottom: 1px solid #f3f4f6;\n    transition: all 0.25s ease;\n  }\n  \n  .premium-specs-table tbody tr:nth-child(even) {\n    background-color: #f9fafb;\n  }\n  \n  .premium-specs-table tbody tr:hover {\n    background-color: #f0f9ff;\n    transform: translateX(4px);\n  }\n  \n  .premium-specs-table td {\n    padding: 18px 24px;\n    border: none;\n  }\n  \n  .premium-specs-table td:first-child {\n    font-weight: 600;\n    color: #111827;\n    width: 38%;\n    border-right: 1px solid #f3f4f6;\n    position: relative;\n  }\n  \n  .premium-specs-table td:first-child:before {\n    content: '•';\n    color: #3b82f6;\n    font-weight: bold;\n    margin-right: 10px;\n  }\n  \n  .premium-specs-table td:last-child {\n    color: #1f2937;\n    font-weight: 500;\n  }\n  \n  \/* Features Section *\/\n  .key-features {\n    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);\n    padding: 28px;\n    border-radius: 12px;\n    margin: 30px 0;\n    border-left: 5px solid #3b82f6;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .key-features:before {\n    content: '';\n    position: absolute;\n    top: 0;\n    right: 0;\n    width: 100px;\n    height: 100px;\n    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(139, 92, 246, 0.05));\n    border-radius: 0 0 0 100%;\n  }\n  \n  .key-features h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1f2937;\n    margin: 0 0 20px 0;\n    position: relative;\n  }\n  \n  .key-features ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 12px;\n  }\n  \n  .key-features li {\n    padding: 10px 0 10px 32px;\n    position: relative;\n    color: #4b5563;\n  }\n  \n  .key-features li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #10b981;\n    font-weight: bold;\n    font-size: 18px;\n    background: white;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n  }\n  \n  \/* Application Info *\/\n  .application-info {\n    background: white;\n    padding: 24px;\n    border-radius: 10px;\n    margin: 25px 0;\n    border: 1px solid #e5e7eb;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);\n  }\n  \n  .application-info h3 {\n    font-size: 18px;\n    font-weight: 600;\n    color: #1f2937;\n    margin: 0 0 15px 0;\n  }\n  \n  \/* Responsive Design *\/\n  @media (max-width: 768px) {\n    .premium-specs-table {\n      font-size: 14px;\n      border-radius: 10px;\n    }\n    \n    .premium-specs-table th,\n    .premium-specs-table td {\n      padding: 16px 20px;\n    }\n    \n    .product-description-wrapper h2 {\n      font-size: 22px;\n    }\n    \n    .key-features ul {\n      grid-template-columns: 1fr;\n    }\n    \n    .key-features {\n      padding: 20px;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .product-description-wrapper {\n      padding: 0 10px;\n    }\n    \n    .premium-specs-table {\n      display: block;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n    \n    .key-features li {\n      padding: 8px 0 8px 28px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-wrapper\"\u003e\n  \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n  \n  \u003ctable class=\"premium-specs-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eSpecification\u003c\/th\u003e\n        \u003cth\u003eValue\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\u003e786079\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eProduct Type\u003c\/td\u003e\n        \u003ctd\u003eBaffles Filter\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eShipping Weight\u003c\/td\u003e\n        \u003ctd\u003e5.22 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\u003eFG51-2020\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eProduct Family\u003c\/td\u003e\n        \u003ctd\u003eComponent Hardware\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 FG51-2020 Filter is a premium-grade baffle filter engineered for superior grease filtration in commercial kitchen ventilation systems. This robust component delivers exceptional performance and durability in demanding culinary environments.\u003c\/p\u003e\n  \n  \u003cdiv class=\"key-features\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHeavy-duty construction for extended service life\u003c\/li\u003e\n      \u003cli\u003eOptimized baffle design maximizes grease capture\u003c\/li\u003e\n      \u003cli\u003eEngineered for high-efficiency airflow management\u003c\/li\u003e\n      \u003cli\u003eEasy maintenance and cleaning capabilities\u003c\/li\u003e\n      \u003cli\u003eCompatible with standard ventilation systems\u003c\/li\u003e\n      \u003cli\u003eDurable material withstands rigorous kitchen conditions\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"application-info\"\u003e\n    \u003ch3\u003eIdeal Applications\u003c\/h3\u003e\n    \u003cp\u003eThis filter is specifically designed for commercial kitchens, restaurants, food service establishments, and industrial cooking facilities where reliable grease filtration is essential for maintaining clean air quality and kitchen safety standards.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \n  \u003cp\u003eThe FG51-2020 filter combines practical design with durable construction, providing effective grease management while ensuring easy maintenance and long-term reliability in professional kitchen environments.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42844988538964,"sku":"786079","price":117.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-01-21T144140.936.png?v=1768988528","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/component-hardware-fg51-2020-filters","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}