{"product_id":"nuova-simonelli-filterkt1-standard-water-filter-cartridge-and-cartridge-head-with-flush-valve-for-espresso-machines","title":"Nuova Simonelli FILTERKT1 Standard Water Filter Cartridge and Cartridge Head with Flush Valve for Espresso Machines","description":"\u003cstyle\u003e\n    .product-specs-description {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      color: #1f2937;\n      line-height: 1.6;\n      max-width: 100%;\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      margin: 30px 0;\n      border: 1px solid #e5e7eb;\n      border-radius: 14px;\n      overflow: hidden;\n      box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n      background: white;\n    }\n    \n    .specs-table th {\n      background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);\n      color: white;\n      font-weight: 700;\n      text-align: left;\n      padding: 24px 28px;\n      font-size: 18px;\n      letter-spacing: 0.6px;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .specs-table th:after {\n      content: '';\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 80px;\n      height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15));\n    }\n    \n    .specs-table td {\n      padding: 20px 28px;\n      border-bottom: 1px solid #f3f4f6;\n      font-size: 15.5px;\n      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    \n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    \n    .specs-table tr:nth-child(even) {\n      background-color: #fafafa;\n    }\n    \n    .specs-table tr:hover td {\n      background-color: #f8fafc;\n      padding-left: 32px;\n      box-shadow: inset 4px 0 0 #8b5cf6;\n    }\n    \n    .spec-label {\n      font-weight: 650;\n      color: #1f2937;\n      width: 40%;\n      min-width: 200px;\n      position: relative;\n      padding-left: 12px;\n    }\n    \n    .spec-label:before {\n      content: '';\n      position: absolute;\n      left: 0;\n      top: 50%;\n      transform: translateY(-50%);\n      width: 6px;\n      height: 20px;\n      background: linear-gradient(180deg, #8b5cf6, #7c3aed);\n      border-radius: 3px;\n    }\n    \n    .spec-value {\n      color: #374151;\n      font-weight: 500;\n    }\n    \n    .spec-badge {\n      display: inline-block;\n      background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);\n      color: #7c3aed;\n      padding: 8px 18px;\n      border-radius: 25px;\n      font-weight: 700;\n      font-size: 13.5px;\n      margin: 4px 8px 4px 0;\n      border: 2px solid #ddd6fe;\n      transition: all 0.25s ease;\n      letter-spacing: 0.3px;\n    }\n    \n    .spec-badge:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 6px 20px rgba(139, 92, 246, 0.25);\n      border-color: #8b5cf6;\n    }\n    \n    .section-title {\n      font-size: 28px;\n      font-weight: 800;\n      color: #5b21b6;\n      margin: 36px 0 24px 0;\n      padding-bottom: 14px;\n      position: relative;\n      letter-spacing: -0.4px;\n    }\n    \n    .section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      width: 140px;\n      height: 5px;\n      background: linear-gradient(90deg, #8b5cf6, #7c3aed);\n      border-radius: 3px;\n    }\n    \n    .dimension-display {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 24px;\n      margin: 32px 0;\n    }\n    \n    .dimension-card {\n      background: white;\n      border: 2px solid #ede9fe;\n      border-radius: 14px;\n      padding: 26px;\n      text-align: center;\n      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .dimension-card:hover {\n      transform: translateY(-5px) scale(1.02);\n      box-shadow: 0 16px 40px rgba(139, 92, 246, 0.2);\n      border-color: #8b5cf6;\n    }\n    \n    .dimension-card:before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(90deg, #8b5cf6, #7c3aed);\n    }\n    \n    .dimension-label {\n      font-size: 13px;\n      color: #7c3aed;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      font-weight: 800;\n      margin-bottom: 10px;\n    }\n    \n    .dimension-value {\n      font-weight: 900;\n      color: #5b21b6;\n      font-size: 22px;\n      line-height: 1.3;\n    }\n    \n    .performance-highlight {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);\n      border-radius: 18px;\n      padding: 32px 36px;\n      margin: 36px 0;\n      border: 2px solid #ddd6fe;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .performance-highlight:before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -50%;\n      width: 200%;\n      height: 200%;\n      background: radial-gradient(circle at 70% 30%, rgba(139, 92, 246, 0.1) 0%, transparent 70%);\n    }\n    \n    .performance-item {\n      text-align: center;\n      flex: 1;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .performance-value {\n      font-size: 46px;\n      font-weight: 900;\n      color: #5b21b6;\n      line-height: 1;\n      margin-bottom: 8px;\n      text-shadow: 3px 3px 6px rgba(0,0,0,0.05);\n    }\n    \n    .performance-label {\n      color: #7c3aed;\n      font-weight: 700;\n      font-size: 15px;\n      text-transform: uppercase;\n      letter-spacing: 1.8px;\n    }\n    \n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 28px;\n      margin: 36px 0;\n    }\n    \n    .feature-card {\n      background: white;\n      border: 1px solid #e5e7eb;\n      border-radius: 14px;\n      padding: 30px;\n      transition: all 0.35s ease;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .feature-card:hover {\n      transform: translateY(-6px);\n      box-shadow: 0 20px 50px rgba(0,0,0,0.1);\n      border-color: #ddd6fe;\n    }\n    \n    .feature-card:before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 5px;\n      background: linear-gradient(90deg, #8b5cf6, #7c3aed);\n    }\n    \n    .feature-card:after {\n      content: '';\n      position: absolute;\n      top: 5px;\n      right: 20px;\n      width: 40px;\n      height: 40px;\n      background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.05) 100%);\n      border-radius: 50%;\n    }\n    \n    .feature-title {\n      font-weight: 800;\n      color: #5b21b6;\n      margin-bottom: 14px;\n      font-size: 18px;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .feature-desc {\n      color: #4b5563;\n      font-size: 15px;\n      line-height: 1.7;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .compatibility-note {\n      background: linear-gradient(135deg, #fef7ff 0%, #faf5ff 100%);\n      border-left: 5px solid #8b5cf6;\n      padding: 28px 32px;\n      border-radius: 0 12px 12px 0;\n      margin: 32px 0;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .compatibility-note:before {\n      content: '';\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 100px;\n      height: 100%;\n      background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.05));\n    }\n    \n    .compatibility-title {\n      color: #5b21b6;\n      font-weight: 800;\n      margin-bottom: 10px;\n      font-size: 17px;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .compatibility-text {\n      color: #6b7280;\n      font-size: 15.5px;\n      line-height: 1.7;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .replacement-notice {\n      background: linear-gradient(135deg, #fef3c7 0%, #fef9c3 100%);\n      border: 2px solid #fbbf24;\n      border-radius: 12px;\n      padding: 26px 30px;\n      margin: 32px 0;\n      position: relative;\n    }\n    \n    .replacement-title {\n      color: #92400e;\n      font-weight: 800;\n      margin-bottom: 10px;\n      font-size: 17px;\n    }\n    \n    .replacement-text {\n      color: #78350f;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n    \n    @media (max-width: 768px) {\n      .specs-table {\n        display: block;\n        overflow-x: auto;\n      }\n      \n      .specs-table th,\n      .specs-table td {\n        padding: 18px 22px;\n      }\n      \n      .performance-highlight {\n        flex-direction: column;\n        gap: 32px;\n        text-align: center;\n      }\n      \n      .dimension-display,\n      .feature-grid {\n        grid-template-columns: 1fr;\n      }\n      \n      .performance-value {\n        font-size: 40px;\n      }\n      \n      .section-title {\n        font-size: 24px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-specs-description\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eThe Nuova Simonelli FILTERKT1 water filter cartridge and cartridge head with flush valve is engineered to deliver premium water quality for professional espresso machines. This complete filtration system acts as a direct replacement for original Nuova Simonelli components, ensuring optimal performance and extended equipment lifespan.\u003c\/p\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eTechnical 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\"\u003e401982\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\"\u003e16 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDimensions (W × D × H)\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e4\" × 2 3\/8\" × 19 15\/16\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCompatible Models\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eNUOVART005 \u0026amp; NUOVART014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFilter Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-badge\"\u003eChlorine Reduction\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eTaste Improvement\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eMineral Control\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaximum Pressure\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e125 PSI\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaximum Temperature\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e100°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eService Flow Rate\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1 GPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWater Line Requirement\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e3\/8\" Cold Water Line\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eSanitary Quick Change\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFilter Cartridges\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"dimension-display\"\u003e\n\u003cdiv class=\"dimension-card\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eWidth\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e4\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-card\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eDepth\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e2 3\/8\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dimension-card\"\u003e\n\u003cdiv class=\"dimension-label\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"dimension-value\"\u003e19 15\/16\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-highlight\"\u003e\n\u003cdiv class=\"performance-item\"\u003e\n\u003cdiv class=\"performance-value\"\u003e1 GPM\u003c\/div\u003e\n\u003cdiv class=\"performance-label\"\u003eService Flow Rate\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-item\"\u003e\n\u003cdiv class=\"performance-value\"\u003e125 PSI\u003c\/div\u003e\n\u003cdiv class=\"performance-label\"\u003eMax Pressure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-item\"\u003e\n\u003cdiv class=\"performance-value\"\u003e100°F\u003c\/div\u003e\n\u003cdiv class=\"performance-label\"\u003eMax Temperature\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eComplete Filtration System\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIncludes both filter cartridge and cartridge head with integrated flush valve for a comprehensive replacement solution.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMineral Ion Prevention\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRemoves calcium and magnesium ions to prevent scale buildup and protect internal espresso machine components.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSanitary Quick Change\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDesigned for easy maintenance with sanitary quick-change connections that minimize downtime during cartridge replacement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEnhanced Espresso Quality\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEliminates chlorine taste and odor while controlling mineral content for superior espresso flavor and crema development.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"replacement-notice\"\u003e\n\u003cdiv class=\"replacement-title\"\u003eDirect OEM Replacement\u003c\/div\u003e\n\u003cdiv class=\"replacement-text\"\u003eThis cartridge and head assembly serves as a direct replacement for the original filtration components in Nuova Simonelli espresso machines, maintaining factory specifications and performance standards.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compatibility-note\"\u003e\n\u003cdiv class=\"compatibility-title\"\u003eInstallation Requirements\u003c\/div\u003e\n\u003cdiv class=\"compatibility-text\"\u003eRequires a dedicated 3\/8\" cold water line with shut-off valve and compression fitting. The system is designed for easy integration into existing espresso machine setups while providing professional-grade water treatment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003ePerformance Benefits\u003c\/h2\u003e\n\u003cp\u003eThis filtration system significantly extends espresso machine lifespan by preventing scale accumulation in boilers, heating elements, and valves. By removing impurities and controlling mineral content, it ensures consistently excellent espresso quality while reducing maintenance frequency and costs. The integrated flush valve design allows for proper system maintenance and cartridge replacement without compromising water quality or machine performance.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42870532472916,"sku":"401982","price":745.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_35_e1eb6636-a48f-44b3-be44-49fd65d71b90.png?v=1769262477","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/nuova-simonelli-filterkt1-standard-water-filter-cartridge-and-cartridge-head-with-flush-valve-for-espresso-machines","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}