{"product_id":"water-tank-inlet-filter-da04kt8fg3ic73dbt9p0","title":"Water Tank Inlet Filter.","description":"\u003cstyle\u003e\n\/* =========================================================\n   HOMELYLUX WATER FILTER - PREMIUM LANDING PAGE\n   ========================================================= *\/\n\n.hl-water-filter {\n  --hl-blue: #087ea4;\n  --hl-dark: #083b52;\n  --hl-cyan: #13a9c9;\n  --hl-green: #13a67a;\n  --hl-light: #f2fbfd;\n  --hl-border: #dcecef;\n  --hl-text: #334b57;\n  --hl-muted: #6b7c84;\n  --hl-white: #ffffff;\n\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 10px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  color: var(--hl-text);\n  line-height: 1.6;\n}\n\n.hl-water-filter *,\n.hl-water-filter *::before,\n.hl-water-filter *::after {\n  box-sizing: border-box;\n}\n\n\/* =========================================================\n   TOP TRUST BAR\n   ========================================================= *\/\n\n.hl-trustbar {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 28px;\n  padding: 12px 15px;\n  margin-bottom: 18px;\n  background: #f5fbfc;\n  border: 1px solid var(--hl-border);\n  border-radius: 14px;\n  font-size: 13px;\n  font-weight: 600;\n  color: #47616c;\n}\n\n.hl-trustbar span {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.hl-hero {\n  position: relative;\n  overflow: hidden;\n  background:\n    radial-gradient(circle at 85% 15%, rgba(19,169,201,.18), transparent 30%),\n    linear-gradient(135deg, #e9f9fc 0%, #ffffff 52%, #effaf7 100%);\n  border-radius: 30px;\n  padding: 55px 50px;\n  margin-bottom: 28px;\n  border: 1px solid #d8edf1;\n}\n\n.hl-hero-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 45px;\n  align-items: center;\n}\n\n.hl-hero-content {\n  position: relative;\n  z-index: 2;\n}\n\n.hl-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: #ffffff;\n  color: var(--hl-blue);\n  border: 1px solid #c9e8ee;\n  border-radius: 50px;\n  padding: 8px 16px;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: .6px;\n  margin-bottom: 18px;\n}\n\n.hl-hero h1 {\n  font-size: 46px;\n  line-height: 1.08;\n  letter-spacing: -1.4px;\n  color: var(--hl-dark);\n  margin: 0 0 18px;\n  font-weight: 850;\n}\n\n.hl-hero h1 span {\n  color: var(--hl-blue);\n}\n\n.hl-hero-sub {\n  font-size: 17px;\n  color: var(--hl-muted);\n  max-width: 560px;\n  margin-bottom: 24px;\n}\n\n.hl-hero-points {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-bottom: 24px;\n}\n\n.hl-hero-point {\n  background: rgba(255,255,255,.85);\n  border: 1px solid #d8eaee;\n  border-radius: 9px;\n  padding: 8px 12px;\n  font-size: 13px;\n  font-weight: 700;\n  color: #365967;\n}\n\n.hl-hero-image {\n  position: relative;\n  text-align: center;\n}\n\n.hl-hero-image::before {\n  content: \"\";\n  position: absolute;\n  width: 310px;\n  height: 310px;\n  border-radius: 50%;\n  background: rgba(19,169,201,.10);\n  left: 50%;\n  top: 50%;\n  transform: translate(-50%,-50%);\n}\n\n.hl-hero-image img {\n  position: relative;\n  z-index: 2;\n  width: 100%;\n  max-width: 500px;\n  height: auto;\n  object-fit: contain;\n  filter: drop-shadow(0 20px 25px rgba(8,59,82,.13));\n}\n\n.hl-micron-badge {\n  position: absolute;\n  z-index: 4;\n  right: 5%;\n  top: 5%;\n  width: 105px;\n  height: 105px;\n  border-radius: 50%;\n  background: linear-gradient(135deg,#087ea4,#0cae87);\n  color: white;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 12px 30px rgba(8,126,164,.25);\n}\n\n.hl-micron-badge strong {\n  font-size: 28px;\n  line-height: 1;\n}\n\n.hl-micron-badge small {\n  font-size: 10px;\n  margin-top: 4px;\n  font-weight: 700;\n}\n\n\/* =========================================================\n   SECTION COMMON\n   ========================================================= *\/\n\n.hl-section {\n  background: #fff;\n  border: 1px solid var(--hl-border);\n  border-radius: 24px;\n  padding: 42px;\n  margin-bottom: 28px;\n}\n\n.hl-section-head {\n  text-align: center;\n  max-width: 760px;\n  margin: 0 auto 30px;\n}\n\n.hl-section-head h2 {\n  font-size: 31px;\n  line-height: 1.2;\n  color: var(--hl-dark);\n  margin: 0 0 10px;\n  font-weight: 850;\n}\n\n.hl-section-head p {\n  color: var(--hl-muted);\n  margin: 0;\n  font-size: 15px;\n}\n\n\/* =========================================================\n   PROBLEM SECTION\n   ========================================================= *\/\n\n.hl-problem {\n  background: linear-gradient(180deg,#ffffff,#f8fcfd);\n}\n\n.hl-problem-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 15px;\n}\n\n.hl-problem-card {\n  padding: 23px 18px;\n  background: #fff;\n  border: 1px solid #e2edf0;\n  border-radius: 17px;\n  text-align: center;\n  transition: transform .2s ease;\n}\n\n.hl-problem-card:hover {\n  transform: translateY(-3px);\n}\n\n.hl-problem-icon {\n  width: 52px;\n  height: 52px;\n  margin: 0 auto 12px;\n  border-radius: 15px;\n  background: #eef9fb;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 25px;\n}\n\n.hl-problem-card h3 {\n  font-size: 16px;\n  color: var(--hl-dark);\n  margin: 0 0 6px;\n}\n\n.hl-problem-card p {\n  margin: 0;\n  font-size: 13px;\n  color: var(--hl-muted);\n}\n\n\/* =========================================================\n   5 MICRON SECTION\n   ========================================================= *\/\n\n.hl-micron-section {\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(135deg,#063c55,#087ea4);\n  color: #fff;\n  border-radius: 25px;\n  padding: 42px;\n  margin-bottom: 28px;\n}\n\n.hl-micron-section::after {\n  content: \"5\";\n  position: absolute;\n  right: 35px;\n  bottom: -65px;\n  font-size: 250px;\n  font-weight: 900;\n  opacity: .05;\n  line-height: 1;\n}\n\n.hl-micron-grid {\n  display: grid;\n  grid-template-columns: 210px 1fr;\n  align-items: center;\n  gap: 35px;\n  position: relative;\n  z-index: 2;\n}\n\n.hl-micron-number {\n  width: 190px;\n  height: 190px;\n  border: 2px solid rgba(255,255,255,.35);\n  border-radius: 50%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  background: rgba(255,255,255,.08);\n  box-shadow: inset 0 0 35px rgba(255,255,255,.06);\n}\n\n.hl-micron-number strong {\n  font-size: 58px;\n  line-height: 1;\n}\n\n.hl-micron-number span {\n  font-size: 14px;\n  margin-top: 8px;\n  opacity: .85;\n  font-weight: 700;\n}\n\n.hl-micron-copy h2 {\n  font-size: 32px;\n  margin: 0 0 10px;\n  color: white;\n}\n\n.hl-micron-copy p {\n  margin: 0;\n  max-width: 700px;\n  color: rgba(255,255,255,.86);\n  font-size: 16px;\n}\n\n\/* =========================================================\n   FEATURES\n   ========================================================= *\/\n\n.hl-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 16px;\n}\n\n.hl-feature {\n  padding: 24px;\n  border-radius: 18px;\n  background: linear-gradient(145deg,#f6fcfd,#ffffff);\n  border: 1px solid #dcecef;\n}\n\n.hl-feature-icon {\n  width: 48px;\n  height: 48px;\n  border-radius: 14px;\n  background: #e8f8fa;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 23px;\n  margin-bottom: 15px;\n}\n\n.hl-feature h3 {\n  margin: 0 0 7px;\n  font-size: 17px;\n  color: var(--hl-dark);\n}\n\n.hl-feature p {\n  margin: 0;\n  color: var(--hl-muted);\n  font-size: 14px;\n}\n\n\/* =========================================================\n   BENEFITS SPLIT\n   ========================================================= *\/\n\n.hl-benefits-grid {\n  display: grid;\n  grid-template-columns: .9fr 1.1fr;\n  gap: 45px;\n  align-items: center;\n}\n\n.hl-benefit-image {\n  text-align: center;\n}\n\n.hl-benefit-image img {\n  width: 100%;\n  max-width: 480px;\n  border-radius: 20px;\n  object-fit: contain;\n}\n\n.hl-benefit-content h2 {\n  font-size: 30px;\n  color: var(--hl-dark);\n  margin: 0 0 10px;\n  line-height: 1.2;\n}\n\n.hl-benefit-content \u003e p {\n  color: var(--hl-muted);\n  margin-bottom: 20px;\n}\n\n.hl-check-list {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n}\n\n.hl-check-list li {\n  position: relative;\n  padding: 10px 0 10px 34px;\n  border-bottom: 1px solid #edf1f2;\n  font-size: 14px;\n  color: #435a65;\n}\n\n.hl-check-list li:last-child {\n  border-bottom: 0;\n}\n\n.hl-check-list li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 9px;\n  width: 23px;\n  height: 23px;\n  border-radius: 50%;\n  background: #13a67a;\n  color: #fff;\n  text-align: center;\n  line-height: 23px;\n  font-size: 12px;\n  font-weight: 900;\n}\n\n\/* =========================================================\n   PACK OPTIONS\n   ========================================================= *\/\n\n.hl-pack-section {\n  background:\n    radial-gradient(circle at 10% 10%,rgba(19,169,201,.08),transparent 30%),\n    #f8fcfd;\n}\n\n.hl-pack-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 14px;\n  margin-top: 25px;\n}\n\n.hl-pack {\n  position: relative;\n  text-align: center;\n  padding: 25px 14px;\n  border-radius: 18px;\n  background: #fff;\n  border: 2px solid #dcecef;\n  transition: all .2s ease;\n}\n\n.hl-pack:hover {\n  transform: translateY(-4px);\n  border-color: var(--hl-blue);\n  box-shadow: 0 12px 30px rgba(8,126,164,.12);\n}\n\n.hl-pack.popular {\n  border-color: var(--hl-green);\n  box-shadow: 0 10px 25px rgba(19,166,122,.10);\n}\n\n.hl-popular {\n  position: absolute;\n  top: -12px;\n  left: 50%;\n  transform: translateX(-50%);\n  white-space: nowrap;\n  background: #13a67a;\n  color: #fff;\n  padding: 5px 13px;\n  border-radius: 30px;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: .5px;\n}\n\n.hl-pack-icon {\n  font-size: 29px;\n  margin-bottom: 8px;\n}\n\n.hl-pack h3 {\n  margin: 0;\n  color: var(--hl-dark);\n  font-size: 23px;\n}\n\n.hl-pack p {\n  margin: 5px 0 0;\n  color: var(--hl-muted);\n  font-size: 12px;\n}\n\n\/* =========================================================\n   APPLICATIONS\n   ========================================================= *\/\n\n.hl-application-grid {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 12px;\n}\n\n.hl-application {\n  background: #f7fbfc;\n  border: 1px solid #e0edf0;\n  border-radius: 14px;\n  padding: 16px;\n  text-align: center;\n  font-size: 13px;\n  font-weight: 700;\n  color: #3b5965;\n}\n\n\/* =========================================================\n   SPECIFICATIONS\n   ========================================================= *\/\n\n.hl-specs {\n  width: 100%;\n  border-collapse: collapse;\n  overflow: hidden;\n  border-radius: 14px;\n}\n\n.hl-specs tr:nth-child(even) {\n  background: #f7fbfc;\n}\n\n.hl-specs td {\n  padding: 14px 16px;\n  border-bottom: 1px solid #e6eef0;\n  font-size: 14px;\n}\n\n.hl-specs td:first-child {\n  width: 38%;\n  font-weight: 750;\n  color: var(--hl-dark);\n}\n\n\/* =========================================================\n   INSTALLATION\n   ========================================================= *\/\n\n.hl-install-grid {\n  display: grid;\n  grid-template-columns: repeat(5,1fr);\n  gap: 12px;\n}\n\n.hl-step {\n  text-align: center;\n  padding: 20px 12px;\n  background: #f7fbfc;\n  border: 1px solid #dfedf0;\n  border-radius: 16px;\n}\n\n.hl-step-number {\n  width: 38px;\n  height: 38px;\n  margin: 0 auto 12px;\n  background: var(--hl-blue);\n  color: #fff;\n  border-radius: 50%;\n  line-height: 38px;\n  font-weight: 800;\n}\n\n.hl-step h3 {\n  font-size: 14px;\n  margin: 0 0 6px;\n  color: var(--hl-dark);\n}\n\n.hl-step p {\n  font-size: 12px;\n  color: var(--hl-muted);\n  margin: 0;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.hl-faq {\n  max-width: 850px;\n  margin: auto;\n}\n\n.hl-faq details {\n  border-bottom: 1px solid #dfeaec;\n  padding: 0;\n}\n\n.hl-faq summary {\n  cursor: pointer;\n  list-style: none;\n  padding: 18px 5px;\n  font-size: 15px;\n  font-weight: 750;\n  color: var(--hl-dark);\n  position: relative;\n  padding-right: 35px;\n}\n\n.hl-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.hl-faq summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 5px;\n  font-size: 22px;\n  font-weight: 400;\n  color: var(--hl-blue);\n}\n\n.hl-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.hl-faq-answer {\n  padding: 0 5px 18px;\n  font-size: 14px;\n  color: var(--hl-muted);\n}\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.hl-final {\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n  padding: 50px 25px;\n  background: linear-gradient(135deg,#063c55,#087ea4,#0c9d7b);\n  color: #fff;\n  border-radius: 28px;\n  margin-bottom: 20px;\n}\n\n.hl-final h2 {\n  color: #fff;\n  font-size: 34px;\n  line-height: 1.2;\n  margin: 0 0 12px;\n}\n\n.hl-final p {\n  max-width: 700px;\n  margin: 0 auto;\n  color: rgba(255,255,255,.88);\n  font-size: 15px;\n}\n\n.hl-final-badges {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 24px;\n}\n\n.hl-final-badges span {\n  background: rgba(255,255,255,.12);\n  border: 1px solid rgba(255,255,255,.22);\n  padding: 8px 13px;\n  border-radius: 30px;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width: 800px) {\n\n  .hl-water-filter {\n    padding: 6px;\n  }\n\n  .hl-trustbar {\n    gap: 12px;\n    flex-wrap: wrap;\n    font-size: 11px;\n  }\n\n  .hl-hero {\n    padding: 32px 20px;\n    border-radius: 22px;\n  }\n\n  .hl-hero-grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n\n  .hl-hero h1 {\n    font-size: 34px;\n  }\n\n  .hl-hero-sub {\n    font-size: 15px;\n  }\n\n  .hl-hero-image {\n    order: -1;\n  }\n\n  .hl-hero-image img {\n    max-width: 340px;\n  }\n\n  .hl-micron-badge {\n    width: 82px;\n    height: 82px;\n    right: 5%;\n  }\n\n  .hl-micron-badge strong {\n    font-size: 23px;\n  }\n\n  .hl-section {\n    padding: 27px 18px;\n    border-radius: 20px;\n  }\n\n  .hl-section-head h2 {\n    font-size: 25px;\n  }\n\n  .hl-problem-grid,\n  .hl-feature-grid,\n  .hl-pack-grid,\n  .hl-application-grid {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n  .hl-micron-section {\n    padding: 30px 20px;\n  }\n\n  .hl-micron-grid {\n    grid-template-columns: 1fr;\n    text-align: center;\n  }\n\n  .hl-micron-number {\n    margin: auto;\n  }\n\n  .hl-micron-copy h2 {\n    font-size: 27px;\n  }\n\n  .hl-benefits-grid {\n    grid-template-columns: 1fr;\n    gap: 25px;\n  }\n\n  .hl-benefit-content h2 {\n    font-size: 26px;\n  }\n\n  .hl-install-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .hl-final h2 {\n    font-size: 27px;\n  }\n}\n\n@media(max-width: 480px) {\n\n  .hl-problem-grid,\n  .hl-feature-grid,\n  .hl-pack-grid,\n  .hl-application-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .hl-hero h1 {\n    font-size: 30px;\n  }\n\n  .hl-pack {\n    padding: 22px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hl-water-filter\"\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003cdiv class=\"hl-trustbar\"\u003e\n\u003cspan\u003e💧 5 Micron Filtration\u003c\/span\u003e \u003cspan\u003e🛡️ Cleaner Water Storage\u003c\/span\u003e \u003cspan\u003e🔧 Easy Installation\u003c\/span\u003e \u003cspan\u003e♻️ Low Maintenance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hl-hero\"\u003e\n\u003cdiv class=\"hl-hero-grid\"\u003e\n\u003cdiv class=\"hl-hero-content\"\u003e\n\u003cdiv class=\"hl-pill\"\u003e💧 WATER TANK PROTECTION\u003c\/div\u003e\n\u003ch1\u003eKeep Your Water Tank \u003cspan\u003eCleaner \u0026amp; Sediment-Free\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hl-hero-sub\"\u003eStop dirt, sand, rust particles, silt and unwanted sediments from entering your overhead water tank with a simple \u003cstrong\u003e5 Micron Inlet Filtration System.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"hl-hero-points\"\u003e\n\u003cdiv class=\"hl-hero-point\"\u003e✓ 5 Micron Filtration\u003c\/div\u003e\n\u003cdiv class=\"hl-hero-point\"\u003e✓ Easy Installation\u003c\/div\u003e\n\u003cdiv class=\"hl-hero-point\"\u003e✓ Low Maintenance\u003c\/div\u003e\n\u003cdiv class=\"hl-hero-point\"\u003e✓ Household Friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-hero-image\"\u003e\n\u003cdiv class=\"hl-micron-badge\"\u003e\n\u003cstrong\u003e5μm\u003c\/strong\u003e \u003csmall\u003eFILTRATION\u003c\/small\u003e\n\u003c\/div\u003e\n{% if product.images.size \u0026gt; 0 %}  {% endif %}\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROBLEM --\u003e\n\u003csection class=\"hl-section hl-problem\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eWhat Is Entering Your Water Tank?\u003c\/h2\u003e\n\u003cp\u003eWater from borewells, municipal lines and tankers can carry unwanted particles that eventually settle inside your storage tank.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-problem-grid\"\u003e\n\u003cdiv class=\"hl-problem-card\"\u003e\n\u003cdiv class=\"hl-problem-icon\"\u003e🏖️\u003c\/div\u003e\n\u003ch3\u003eSand \u0026amp; Silt\u003c\/h3\u003e\n\u003cp\u003eFine sediments can enter through the water supply line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-problem-card\"\u003e\n\u003cdiv class=\"hl-problem-icon\"\u003e🟤\u003c\/div\u003e\n\u003ch3\u003eRust Particles\u003c\/h3\u003e\n\u003cp\u003eOld pipelines can carry rust particles into your tank.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-problem-card\"\u003e\n\u003cdiv class=\"hl-problem-icon\"\u003e🍂\u003c\/div\u003e\n\u003ch3\u003eDirt \u0026amp; Debris\u003c\/h3\u003e\n\u003cp\u003eUnwanted suspended particles can accumulate over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-problem-card\"\u003e\n\u003cdiv class=\"hl-problem-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eSediment Build-Up\u003c\/h3\u003e\n\u003cp\u003eParticles settle at the bottom of your water storage tank.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5 MICRON --\u003e\n\u003csection class=\"hl-micron-section\"\u003e\n\u003cdiv class=\"hl-micron-grid\"\u003e\n\u003cdiv class=\"hl-micron-number\"\u003e\n\u003cstrong\u003e5\u003c\/strong\u003e \u003cspan\u003eMICRON\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-micron-copy\"\u003e\n\u003ch2\u003eFine Sediment Filtration\u003c\/h2\u003e\n\u003cp\u003eDesigned to act as the first line of defense at your tank inlet, helping reduce fine dirt, sand, silt, rust particles and suspended impurities before they enter your water storage tank.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eWhy Choose This Water Tank Inlet Filter?\u003c\/h2\u003e\n\u003cp\u003eA simple filtration step designed to help maintain a cleaner water-storage system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature-grid\"\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003e5 Micron Filtration\u003c\/h3\u003e\n\u003cp\u003eHelps capture fine dirt, sand, silt, rust particles and suspended impurities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eCleaner Water Storage\u003c\/h3\u003e\n\u003cp\u003eHelps reduce sediment accumulation inside your overhead water tank.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eDesigned to be installed directly on the tank inlet line with minimal effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e♻️\u003c\/div\u003e\n\u003ch3\u003eLow Maintenance\u003c\/h3\u003e\n\u003cp\u003eSimple to clean or replace when required depending on water quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3\u003eHousehold Friendly\u003c\/h3\u003e\n\u003cp\u003eSuitable for common residential overhead and storage tanks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🚰\u003c\/div\u003e\n\u003ch3\u003eMultiple Water Sources\u003c\/h3\u003e\n\u003cp\u003eSuitable for municipal, borewell and tanker water systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-benefits-grid\"\u003e\n\u003cdiv class=\"hl-benefit-content\"\u003e\n\u003ch2\u003eCleaner Tank.\u003cbr\u003eLess Sediment.\u003c\/h2\u003e\n\u003cp\u003eInstall filtration at the point where water enters your tank and help reduce unwanted particles from reaching your storage system.\u003c\/p\u003e\n\u003cul class=\"hl-check-list\"\u003e\n\u003cli\u003eReduces dirt entering the water tank\u003c\/li\u003e\n\u003cli\u003eHelps minimize sediment buildup\u003c\/li\u003e\n\u003cli\u003eHelps maintain cleaner stored water\u003c\/li\u003e\n\u003cli\u003eMay reduce frequent tank cleaning\u003c\/li\u003e\n\u003cli\u003eHelps protect plumbing fixtures from sediment particles\u003c\/li\u003e\n\u003cli\u003eSimple solution for everyday household water storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACK OPTIONS --\u003e\n\u003csection class=\"hl-section hl-pack-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eChoose Your Pack\u003c\/h2\u003e\n\u003cp\u003eSelect the quantity that suits your home, apartment or commercial water-storage requirement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-pack-grid\"\u003e\n\u003cdiv class=\"hl-pack\"\u003e\n\u003cdiv class=\"hl-pack-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003ePack of 2\u003c\/h3\u003e\n\u003cp\u003e2 Water Tank Inlet Filters\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-pack popular\"\u003e\n\u003cdiv class=\"hl-popular\"\u003ePOPULAR CHOICE\u003c\/div\u003e\n\u003cdiv class=\"hl-pack-icon\"\u003e💧💧\u003c\/div\u003e\n\u003ch3\u003ePack of 4\u003c\/h3\u003e\n\u003cp\u003e4 Water Tank Inlet Filters\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-pack\"\u003e\n\u003cdiv class=\"hl-pack-icon\"\u003e💧💧💧\u003c\/div\u003e\n\u003ch3\u003ePack of 6\u003c\/h3\u003e\n\u003cp\u003e6 Water Tank Inlet Filters\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-pack\"\u003e\n\u003cdiv class=\"hl-pack-icon\"\u003e💧💧💧💧\u003c\/div\u003e\n\u003ch3\u003ePack of 8\u003c\/h3\u003e\n\u003cp\u003e8 Water Tank Inlet Filters\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IDEAL FOR --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eIdeal For\u003c\/h2\u003e\n\u003cp\u003eSuitable for different household and water-storage applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-application-grid\"\u003e\n\u003cdiv class=\"hl-application\"\u003e🏠 Residential Homes\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e🏢 Apartments\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e🏡 Farmhouses\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e🏭 Commercial Buildings\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e🚰 Municipal Water\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e💦 Borewell Water\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e🚛 Tanker Water\u003c\/div\u003e\n\u003cdiv class=\"hl-application\"\u003e🏘️ Overhead Tanks\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eCompatible With Common Water Tanks\u003c\/h2\u003e\n\u003cp\u003eSuitable for most common rooftop and overhead household water tanks, including popular tank brands such as Sintex®, Plasto®, Supreme®, Penguin® and other compatible systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"hl-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFilter Type\u003c\/td\u003e\n\u003ctd\u003eWater Tank Inlet Filter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFiltration Rating\u003c\/td\u003e\n\u003ctd\u003e5 Micron\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApplication\u003c\/td\u003e\n\u003ctd\u003eOverhead \u0026amp; Storage Water Tanks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Location\u003c\/td\u003e\n\u003ctd\u003eTank Inlet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Water Source\u003c\/td\u003e\n\u003ctd\u003eMunicipal, Borewell \u0026amp; Tanker Water\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eWashable \/ Replaceable as applicable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eSimple Installation\u003c\/h2\u003e\n\u003cp\u003eGet your filter installed in a few simple steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-install-grid\"\u003e\n\u003cdiv class=\"hl-step\"\u003e\n\u003cdiv class=\"hl-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eTurn Off\u003c\/h3\u003e\n\u003cp\u003eTurn off the water supply before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-step\"\u003e\n\u003cdiv class=\"hl-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eConnect\u003c\/h3\u003e\n\u003cp\u003eConnect the filter to the tank inlet line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-step\"\u003e\n\u003cdiv class=\"hl-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eSeal\u003c\/h3\u003e\n\u003cp\u003eEnsure the connection is properly sealed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-step\"\u003e\n\u003cdiv class=\"hl-step-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eCheck\u003c\/h3\u003e\n\u003cp\u003eRestore water supply and check water flow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-step\"\u003e\n\u003cdiv class=\"hl-step-number\"\u003e5\u003c\/div\u003e\n\u003ch3\u003eMaintain\u003c\/h3\u003e\n\u003cp\u003eClean or replace periodically as required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hl-section\"\u003e\n\u003cdiv class=\"hl-section-head\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is a 5 Micron water tank inlet filter?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eIt is a sediment filtration product installed at the water tank inlet to help reduce fine dirt, sand, silt, rust particles and suspended impurities before they enter the tank.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should the filter be installed?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eThe filter is designed to be installed on the water inlet line before water enters the overhead or storage tank.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used with borewell water?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eYes. It can be used with common water sources such as municipal, borewell and tanker water, subject to the installation setup and water conditions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow often should the filter be cleaned?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eCleaning or replacement frequency depends on the quality and sediment level of your incoming water. Check the filter periodically and maintain it as required.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat pack sizes are available?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eYou can choose from Pack of 2, Pack of 4, Pack of 6 and Pack of 8 according to your requirement.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"hl-final\"\u003e\n\u003ch2\u003eGive Your Water Tank a Cleaner First Line of Defense\u003c\/h2\u003e\n\u003cp\u003eReduce unwanted sediment entering your overhead water tank with a simple 5 Micron inlet filtration solution.\u003c\/p\u003e\n\u003cdiv class=\"hl-final-badges\"\u003e\n\u003cspan\u003e💧 5 Micron Filtration\u003c\/span\u003e \u003cspan\u003e🛡️ Cleaner Storage\u003c\/span\u003e \u003cspan\u003e🔧 Easy Installation\u003c\/span\u003e \u003cspan\u003e♻️ Low Maintenance\u003c\/span\u003e \u003cspan\u003e📦 Pack 2 \/ 4 \/ 6 \/ 8\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"37585","offers":[{"title":"Pack of 2 \/ Pack of 2","offer_id":46348502237370,"sku":"DS107650","price":314.0,"currency_code":"INR","in_stock":true},{"title":"Pack of 4 \/ Pack of 4","offer_id":46348502270138,"sku":"DS107651","price":379.0,"currency_code":"INR","in_stock":true},{"title":"Pack of 6 \/ Pack of 6","offer_id":46348502302906,"sku":"DS107652","price":439.0,"currency_code":"INR","in_stock":true},{"title":"Pack of 8 \/ Pack of 8","offer_id":46348502335674,"sku":"DS107653","price":499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0552\/8194\/2714\/files\/cmimgopt-e614b9d1-0a87-4c52-8ef4-f277fdf99176.webp?v=1786798513","url":"https:\/\/www.digimall.store\/products\/water-tank-inlet-filter-da04kt8fg3ic73dbt9p0","provider":"DigiMall","version":"1.0","type":"link"}