{"product_id":"water-purification-quick-reference-card","title":"Water Purification Quick Reference Card","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400\u0026amp;family=Source+Sans+3:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --green-dark:    #1a3a17;\n  --green-primary: #2d5a27;\n  --green-mid:     #3d7a35;\n  --green-pale:    #eef5ec;\n  --green-sage:    #a8c8a4;\n  --green-light:   #d4eacf;\n  --cream-warm:    #faf7f2;\n  --cream:         #f5f0e8;\n  --sand:          #e8e2d5;\n  --amber-deep:    #c8860a;\n  --navy:          #1a2a3a;\n  --navy-mid:      #243448;\n  --text-body:     #3d3d3d;\n  --text-muted:    #5a5a5a;\n  --text-light:    #888888;\n  --border:        #d8d2c8;\n  --border-light:  #e8e3db;\n  --white:         #ffffff;\n}\n\nbody {\n  font-family: 'Source Sans 3', sans-serif;\n  font-size: 15px; line-height: 1.7;\n  color: var(--text-body); background: var(--white);\n  -webkit-font-smoothing: antialiased; padding: 32px 20px;\n}\n\n.product-desc { max-width: 780px; margin: 0 auto; padding: 0; }\n\n\/* ── HERO ── *\/\n.hero {\n  background: var(--navy); border-radius: 12px;\n  padding: 38px 42px 34px; margin-bottom: 6px;\n  position: relative; overflow: hidden;\n}\n.hero::before {\n  content: ''; position: absolute; inset: 0;\n  background: repeating-linear-gradient(45deg,rgba(255,255,255,0.015) 0px,rgba(255,255,255,0.015) 1px,transparent 1px,transparent 22px);\n  pointer-events: none;\n}\n.hero::after {\n  content: ''; position: absolute; top: -50px; right: -50px;\n  width: 200px; height: 200px; border-radius: 50%;\n  background: rgba(45,90,39,0.15); pointer-events: none;\n}\n.hero-eyebrow {\n  display: inline-block; background: var(--green-primary); color: var(--white);\n  font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;\n  padding: 5px 14px; border-radius: 4px; margin-bottom: 18px; position: relative; z-index: 1;\n}\n.hero-title {\n  font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 900;\n  color: #f0ece4; line-height: 1.2; margin-bottom: 10px; position: relative; z-index: 1;\n}\n.hero-title em { color: var(--green-sage); font-style: italic; }\n.hero-subtitle {\n  font-family: 'Playfair Display', serif; font-size: 14px; font-style: italic;\n  color: #8a9e88; margin-bottom: 16px; position: relative; z-index: 1;\n}\n.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; margin-top: 6px; }\n.hero-badge {\n  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14);\n  color: #b8ceb6; font-size: 11px; font-weight: 600;\n  letter-spacing: 0.06em; padding: 4px 12px; border-radius: 20px;\n}\n\n\/* ── QUESTION HOOK ── *\/\n.question-hook {\n  background: var(--green-dark); border-radius: 10px;\n  padding: 26px 36px; margin: 16px 0; position: relative; overflow: hidden;\n}\n.question-hook::before {\n  content: ''; position: absolute; top: -30px; right: -30px;\n  width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,0.04);\n}\n.question-hook p {\n  font-family: 'Playfair Display', serif; font-size: 19px; font-style: italic;\n  color: var(--green-sage); line-height: 1.65; position: relative; z-index: 1;\n}\n.question-hook p strong { color: #ffffff; font-style: normal; }\n\n\/* ── HOOK \/ BODY COPY ── *\/\n.hook {\n  background: var(--cream-warm); border: 1px solid var(--border-light);\n  border-radius: 10px; padding: 28px 36px; margin: 16px 0;\n}\n.hook p { font-size: 15.5px; color: var(--text-body); line-height: 1.75; margin-bottom: 12px; }\n.hook p:last-child { margin-bottom: 0; }\n.hook .pull {\n  font-family: 'Playfair Display', serif; font-size: 17px; font-style: italic;\n  color: var(--green-dark); display: block; margin: 10px 0 16px;\n  padding-left: 16px; border-left: 3px solid var(--green-sage);\n}\n\n\/* ── CHECKLISTS BLOCK ── *\/\n.checklists-block {\n  background: var(--cream); border: 1px solid var(--border);\n  border-radius: 10px; padding: 24px 28px; margin: 16px 0;\n}\n.checklists-label {\n  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;\n  color: var(--text-muted); margin-bottom: 16px; display: flex; align-items: center; gap: 10px;\n}\n.checklists-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }\n.checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n.checklist-item {\n  background: var(--white); border: 1px solid var(--border-light);\n  border-radius: 8px; padding: 12px 14px; display: flex; align-items: center; gap: 10px;\n}\n.ci-icon {\n  flex-shrink: 0; width: 28px; height: 28px; background: var(--green-pale);\n  border-radius: 6px; display: flex; align-items: center; justify-content: center;\n}\n.ci-icon svg { width: 15px; height: 15px; stroke: var(--green-primary); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n.checklist-item-title { font-size: 13px; font-weight: 700; color: var(--green-dark); line-height: 1.3; }\n\n\/* ── FEATURES BLOCK ── *\/\n.features-block {\n  background: var(--sand); border: 1px solid var(--border);\n  border-radius: 10px; padding: 28px 32px; margin: 16px 0;\n}\n.features-label {\n  font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;\n  color: var(--text-muted); margin-bottom: 18px; display: flex; align-items: center; gap: 10px;\n}\n.features-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }\n.feature-row {\n  display: flex; align-items: flex-start; gap: 14px;\n  padding: 10px 0; border-bottom: 1px solid var(--border-light);\n}\n.feature-row:last-child { border-bottom: none; padding-bottom: 0; }\n.feature-row:first-of-type { padding-top: 0; }\n.feature-check {\n  width: 22px; height: 22px; background: var(--green-primary); border-radius: 50%;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;\n}\n.feature-check svg { width: 12px; height: 12px; fill: none; stroke: white; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }\n.feature-text { font-size: 14.5px; color: var(--text-body); line-height: 1.6; }\n.feature-text strong { color: var(--green-dark); }\n\n\/* ── INSTANT STRIP ── *\/\n.instant-strip {\n  background: var(--green-primary); border-radius: 10px;\n  padding: 20px 28px; margin: 16px 0; display: flex; align-items: center; gap: 20px;\n}\n.instant-badge {\n  flex-shrink: 0; width: 58px; height: 58px; border-radius: 50%;\n  background: var(--green-sage); display: flex; align-items: center; justify-content: center;\n}\n.instant-text h3 { font-size: 15px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }\n.instant-text p { font-size: 13px; color: var(--green-light); line-height: 1.55; }\n\n\/* ── CLOSING ── *\/\n.closing {\n  background: var(--green-primary); border-radius: 10px; padding: 30px 36px;\n  margin: 16px 0; position: relative; overflow: hidden; text-align: center;\n}\n.closing::before { content: ''; position: absolute; bottom: -40px; right: -40px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,0.05); }\n.closing::after { content: ''; position: absolute; top: -30px; left: -30px; width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,0.04); }\n.closing h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #ffffff; line-height: 1.3; margin-bottom: 10px; position: relative; z-index: 1; }\n.closing p { font-size: 15px; color: var(--green-sage); line-height: 1.7; position: relative; z-index: 1; margin-bottom: 8px; }\n.closing p:last-child { margin-bottom: 0; }\n.closing strong { color: #ffffff; }\n\n\/* ── DIVIDER ── *\/\n.divider-row { display: flex; align-items: center; gap: 12px; margin: 20px 0; }\n.divider-row::before, .divider-row::after { content: ''; flex: 1; height: 1px; background: var(--border-light); }\n.divider-pill { font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-light); white-space: nowrap; }\n\n\/* ── BRAND FOOTER ── *\/\n.brand-footer { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 0 4px; }\n.brand-footer::before, .brand-footer::after { content: ''; flex: 1; height: 1px; background: var(--border-light); }\n.brand-link { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; color: var(--green-mid); text-decoration: none; text-transform: uppercase; }\n\n\/* ── ANIMATIONS ── *\/\n@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }\n.product-desc \u003e * { animation: fadeUp 0.45s ease both; }\n.product-desc \u003e *:nth-child(1)  { animation-delay: 0.05s; }\n.product-desc \u003e *:nth-child(2)  { animation-delay: 0.10s; }\n.product-desc \u003e *:nth-child(3)  { animation-delay: 0.15s; }\n.product-desc \u003e *:nth-child(4)  { animation-delay: 0.20s; }\n.product-desc \u003e *:nth-child(5)  { animation-delay: 0.25s; }\n.product-desc \u003e *:nth-child(6)  { animation-delay: 0.29s; }\n.product-desc \u003e *:nth-child(7)  { animation-delay: 0.33s; }\n.product-desc \u003e *:nth-child(8)  { animation-delay: 0.37s; }\n.product-desc \u003e *:nth-child(9)  { animation-delay: 0.41s; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-desc\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n  \u003cspan class=\"hero-eyebrow\"\u003ePrintable · Instant PDF Download · Emergency Ready\u003c\/span\u003e\n  \u003ch1 class=\"hero-title\"\u003eWater Purification\u003cbr\u003e\u003cem\u003eQuick Reference Card\u003c\/em\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"hero-subtitle\"\u003eEverything your family needs to store, purify, and manage safe water — on one printable card.\u003c\/p\u003e\n  \u003cp style=\"color:#b8ceb6;font-size:13px;margin-top:10px;position:relative;z-index:1;\"\u003eDownload today. Print at home. Keep it where it counts.\u003c\/p\u003e\n  \u003cdiv class=\"hero-meta\"\u003e\n    \u003cspan class=\"hero-badge\"\u003ePurification Methods\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eStorage Targets\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eSafety Reminders\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eBeginner-Friendly\u003c\/span\u003e\n    \u003cspan class=\"hero-badge\"\u003eBinder \u0026amp; Go-Bag Ready\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"question-hook\"\u003e\n  \u003cp\u003eIf the water stopped flowing tonight, would your family know exactly how much to store, how to make it safe, and \u003cstrong\u003ewhat the warning signs of contamination actually look like?\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hook\"\u003e\n  \u003cp\u003eMost families know they should have water stored for an emergency — but when it comes to actually doing it, the details get fuzzy. How many gallons per person? How long does boiled water stay safe? What if you only have bleach? These aren't questions you want to be googling when the power is out and the tap is running dry.\u003c\/p\u003e\n  \u003cspan class=\"pull\"\u003eThis quick-reference card puts every answer at your fingertips — before, during, and after an emergency.\u003c\/span\u003e\n  \u003cp\u003eDesigned to be printed once and kept forever, it covers water storage targets, purification methods, daily need references, safety rules, and the warning signs your water may not be safe to drink — all laid out in a clear, easy-to-scan format anyone in the family can use at a glance.\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eNo searching. No second-guessing. Just clear guidance when it matters most.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"checklists-block\"\u003e\n  \u003cdiv class=\"checklists-label\"\u003eEverything included on this printable card\u003c\/div\u003e\n  \u003cdiv class=\"checklist-grid\"\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 11-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003eWater Purification Methods\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z\"\u003e\u003c\/path\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cpath d=\"M16 10a4 4 0 01-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003eEmergency Water Storage Targets\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003eWater Safety \u0026amp; Storage Rules\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 00-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 010 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003eDaily Water Need References\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"9,11 12,14 22,4\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M21 12v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003eWarning Signs for Unsafe Water\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6,9 6,2 18,2 18,9\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M6 18H4a2 2 0 01-2-2v-5a2 2 0 012-2h16a2 2 0 012 2v5a2 2 0 01-2 2h-2\"\u003e\u003c\/path\u003e\u003crect x=\"6\" y=\"14\" width=\"12\" height=\"8\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003ePrintable Quick-Reference Format\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"checklist-item\"\u003e\n      \u003cdiv class=\"ci-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"checklist-item-title\"\u003eBeginner-Friendly Layout\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-block\"\u003e\n  \u003cdiv class=\"features-label\"\u003eWhy prepared families keep this card close\u003c\/div\u003e\n\n  \u003cdiv class=\"feature-row\"\u003e\n    \u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eFast answers under pressure\u003c\/strong\u003e — designed to be scanned in seconds, not read like a manual, so you can act quickly when time matters.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-row\"\u003e\n    \u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eCovers every purification method\u003c\/strong\u003e — boiling, bleach treatment, filtration, and more, so you're covered no matter what supplies you have on hand.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-row\"\u003e\n    \u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eStorage targets you can actually plan around\u003c\/strong\u003e — per-person daily quantities clearly stated so you can build your supply with confidence.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-row\"\u003e\n    \u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eKnow before you drink\u003c\/strong\u003e — clear warning signs for contamination mean you'll never have to guess whether your water is safe.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-row\"\u003e\n    \u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eGoes anywhere your preparedness plan does\u003c\/strong\u003e — tuck it in your binder, laminate it for the kitchen, or slip it into your go-bag for portable peace of mind.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-row\"\u003e\n    \u003cdiv class=\"feature-check\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n    \u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eBeginner-friendly by design\u003c\/strong\u003e — no jargon, no assumptions. Clear enough for every member of the family to understand and use independently.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"instant-strip\"\u003e\n  \u003cdiv class=\"instant-badge\"\u003e\n    \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2d5a27\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"instant-text\"\u003e\n    \u003ch3\u003eInstant Download — Ready to Use Today\u003c\/h3\u003e\n    \u003cp\u003eDownload your PDF immediately after purchase, print it at home, and laminate it for long-term use. Keep one with your emergency supplies, one in your preparedness binder, and one in your go-bag.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"divider-row\"\u003e\u003cspan class=\"divider-pill\"\u003eWater Purification Quick Reference Card\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"closing\"\u003e\n  \u003ch2\u003eSafe water knowledge, always within reach.\u003c\/h2\u003e\n  \u003cp\u003eEmergencies don't wait for you to look things up — and now you won't have to. One card. Every answer. Ready when your family needs it most.\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eDownload your Water Purification Quick Reference Card today and face any water emergency with confidence.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"brand-footer\"\u003e\u003ca class=\"brand-link\" href=\"https:\/\/readyfamilyplanner.com\" target=\"_blank\"\u003ereadyfamilyplanner.com\u003c\/a\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Ready Family Planner","offers":[{"title":"Default Title","offer_id":53727949095276,"sku":null,"price":2.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8606\/7308\/files\/Planner_website_images_of_45.jpg?v=1779110590","url":"https:\/\/readyfamilyplanner.com\/products\/water-purification-quick-reference-card","provider":"Ready Family Planner","version":"1.0","type":"link"}