{"title":"Home First Aid Kits Australia","description":"\u003c!-- ============================================================\n     ASSURANCE FIRST AID KITS\n     Home \u0026 Family First Aid Kits Collection — Description HTML + Schema\n     Paste into Shopify Collection Description editor (HTML view)\n     ============================================================ --\u003e\n\n\u003c!-- SCHEMA MARKUP — CollectionPage + FAQPage --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"CollectionPage\",\n      \"name\": \"Home First Aid Kits Australia\",\n      \"description\": \"Home and family first aid kits designed for everyday Australian household injuries. Clinical-grade wound care, burn treatment, eye wash and CPR protection. Packed by hand in Dubbo, NSW. Organised clearly for fast response.\",\n      \"url\": \"https:\/\/assurancefirstaidkits.com.au\/collections\/home-first-aid-kits-australia\",\n      \"provider\": {\n        \"@type\": \"Organization\",\n        \"name\": \"Assurance First Aid Kits\",\n        \"url\": \"https:\/\/assurancefirstaidkits.com.au\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"streetAddress\": \"Suite 3, 20 Talbragar Street\",\n          \"addressLocality\": \"Dubbo\",\n          \"addressRegion\": \"NSW\",\n          \"postalCode\": \"2830\",\n          \"addressCountry\": \"AU\"\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the best first aid kit for home use in Australia?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"The best home first aid kit covers everyday injuries with clinical-grade supplies and clear organisation. Look for a kit that includes wound dressings, adhesive bandages, burn treatment, eye wash, conforming bandages and CPR barrier protection. Avoid kits that compete on piece count — focus on the quality and usability of what's inside.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do I need a first aid kit at home in Australia?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. Every Australian household should have accessible first aid equipment for common injuries. Cuts, burns, sprains, eye irritation and childhood injuries can happen at any time. Having a properly stocked, clearly organised kit at home means faster response and less stress when it matters.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How often should I check my home first aid kit?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Check your home first aid kit at least every 6 to 12 months, and immediately after items are used. Look for expired dressings, used or damaged supplies, and items that need replacing. A simple audit takes less than five minutes and ensures your kit is ready when you need it.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Are these kits suitable for families with children?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. These kits are designed to manage common childhood injuries and everyday household incidents including cuts, abrasions, minor burns, splinters and sprains. They are organised clearly so parents and caregivers can find what they need quickly under pressure.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What should a home first aid kit include in Australia?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"A proper Australian home first aid kit should include clinical-grade wound dressings, adhesive bandages in multiple sizes, conforming and crepe bandages, burn treatment supplies, eye wash, CPR barrier protection, disposable gloves, and tweezers for splinter removal. Avoid kits padded with low-quality items — every piece should be something you would actually use.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003c!-- ============================================================\n     VISIBLE COLLECTION DESCRIPTION\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  .afak-collection {\n    font-family: 'Montserrat', sans-serif;\n    color: #4a4a4a;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 0 48px 0;\n  }\n\n  .afak-collection h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 1.45em;\n    font-weight: 700;\n    color: #00804e;\n    margin: 40px 0 12px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #00804e;\n  }\n\n  .afak-collection h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 1.1em;\n    font-weight: 700;\n    color: #4a4a4a;\n    margin: 32px 0 10px 0;\n  }\n\n  .afak-collection p {\n    font-size: 0.97em;\n    line-height: 1.75;\n    margin: 0 0 14px 0;\n  }\n\n  \/* Kit cards *\/\n  .afak-kit-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 16px;\n    margin: 20px 0 28px 0;\n  }\n\n  .afak-kit-card {\n    border: 2px solid #e8e8e8;\n    border-radius: 10px;\n    padding: 20px 18px;\n    background: #faf8f6;\n    transition: border-color 0.2s ease;\n  }\n\n  .afak-kit-card:hover {\n    border-color: #00804e;\n  }\n\n  .afak-kit-card .kit-name {\n    font-weight: 700;\n    font-size: 1em;\n    color: #00804e;\n    margin-bottom: 6px;\n    display: block;\n  }\n\n  .afak-kit-card .kit-tag {\n    display: inline-block;\n    background: #00804e;\n    color: #fff;\n    font-size: 0.72em;\n    font-weight: 700;\n    padding: 2px 8px;\n    border-radius: 20px;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n\n  .afak-kit-card p {\n    font-size: 0.88em;\n    line-height: 1.6;\n    color: #4a4a4a;\n    margin: 0;\n  }\n\n  \/* Callout blocks *\/\n  .afak-callout-green {\n    background: #eaf5f0;\n    border-left: 4px solid #00804e;\n    border-radius: 6px;\n    padding: 16px 20px;\n    margin: 20px 0;\n    font-size: 0.95em;\n    line-height: 1.7;\n  }\n\n  .afak-callout-green strong {\n    color: #00804e;\n    display: block;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n\n  .afak-callout-amber {\n    background: #fffbf0;\n    border-left: 4px solid #e6a817;\n    border-radius: 6px;\n    padding: 16px 20px;\n    margin: 20px 0;\n    font-size: 0.95em;\n    line-height: 1.7;\n  }\n\n  .afak-callout-amber strong {\n    color: #b07d0a;\n    display: block;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n\n  .afak-callout-navy {\n    background: #f0f4fa;\n    border-left: 4px solid #1a3a5c;\n    border-radius: 6px;\n    padding: 16px 20px;\n    margin: 20px 0;\n    font-size: 0.95em;\n    line-height: 1.7;\n  }\n\n  .afak-callout-navy strong {\n    color: #1a3a5c;\n    display: block;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n\n  \/* Contents checklist *\/\n  .afak-contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n    gap: 10px;\n    margin: 16px 0 24px 0;\n  }\n\n  .afak-content-item {\n    background: #faf8f6;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 0.86em;\n    font-weight: 600;\n    color: #4a4a4a;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .afak-content-item::before {\n    content: '✓';\n    color: #00804e;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  \/* Scenarios — common home incidents *\/\n  .afak-scenarios {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 10px;\n    margin: 16px 0 24px 0;\n  }\n\n  .afak-scenario-item {\n    background: #faf8f6;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    padding: 14px;\n    font-size: 0.86em;\n    font-weight: 600;\n    color: #4a4a4a;\n    text-align: center;\n    line-height: 1.4;\n  }\n\n  \/* Audit checklist *\/\n  .afak-audit {\n    list-style: none;\n    padding: 0;\n    margin: 16px 0 24px 0;\n    counter-reset: audit-counter;\n  }\n\n  .afak-audit li {\n    counter-increment: audit-counter;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    margin-bottom: 12px;\n    font-size: 0.95em;\n    line-height: 1.6;\n  }\n\n  .afak-audit li::before {\n    content: counter(audit-counter);\n    background: #00804e;\n    color: #fff;\n    font-weight: 700;\n    font-size: 0.85em;\n    min-width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* Benefits of organisation *\/\n  .afak-benefits {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 12px;\n    margin: 16px 0 24px 0;\n  }\n\n  .afak-benefit-item {\n    background: #faf8f6;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n\n  .afak-benefit-item .benefit-heading {\n    font-weight: 700;\n    font-size: 0.92em;\n    color: #00804e;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .afak-benefit-item p {\n    font-size: 0.84em;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* FAQ accordion *\/\n  .afak-faq {\n    margin: 20px 0 28px 0;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n  }\n\n  .afak-faq details {\n    border-bottom: 1px solid #e0e0e0;\n  }\n\n  .afak-faq details:last-child {\n    border-bottom: none;\n  }\n\n  .afak-faq summary {\n    padding: 16px 20px;\n    font-weight: 600;\n    font-size: 0.95em;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: #faf8f6;\n    color: #4a4a4a;\n    transition: background 0.15s ease;\n  }\n\n  .afak-faq summary:hover {\n    background: #eaf5f0;\n  }\n\n  .afak-faq summary::after {\n    content: '+';\n    font-size: 1.3em;\n    font-weight: 300;\n    color: #00804e;\n    flex-shrink: 0;\n    margin-left: 12px;\n  }\n\n  .afak-faq details[open] summary::after {\n    content: '−';\n  }\n\n  .afak-faq .faq-answer {\n    padding: 14px 20px 18px;\n    font-size: 0.92em;\n    line-height: 1.75;\n    background: #fff;\n  }\n\n  \/* Blog links *\/\n  .afak-blog-links {\n    background: #faf8f6;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    padding: 20px 24px;\n    margin: 28px 0 20px 0;\n  }\n\n  .afak-blog-links p {\n    font-weight: 700;\n    font-size: 0.9em;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    color: #4a4a4a;\n    margin: 0 0 12px 0;\n  }\n\n  .afak-blog-links ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .afak-blog-links ul li {\n    margin-bottom: 10px;\n    padding-left: 18px;\n    position: relative;\n    font-size: 0.93em;\n  }\n\n  .afak-blog-links ul li::before {\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: #00804e;\n    font-weight: 700;\n  }\n\n  .afak-blog-links a {\n    color: #00804e;\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .afak-blog-links a:hover {\n    text-decoration: underline;\n  }\n\n  \/* Sign-off *\/\n  .afak-signoff {\n    text-align: center;\n    font-size: 0.88em;\n    color: #6a6a6a;\n    font-style: italic;\n    margin-top: 32px;\n    padding-top: 24px;\n    border-top: 1px solid #e0e0e0;\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 600px) {\n    .afak-kit-grid {\n      grid-template-columns: 1fr;\n    }\n    .afak-contents-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .afak-scenarios {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .afak-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .afak-collection h2 {\n      font-size: 1.2em;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"afak-collection\"\u003e\n\n  \u003ch2\u003eHome First Aid Kits for Australian Families\u003c\/h2\u003e\n\n  \u003cp\u003eEvery home should have a first aid kit. Not hidden in a cupboard. Not half-empty. Not filled with items nobody recognises. A proper home first aid kit is organised, stocked with supplies that actually work, and easy to access when something happens — because injuries don't wait for a good moment.\u003c\/p\u003e\n\n  \u003cp\u003eThis collection brings together home and family first aid kits designed for everyday Australian household use. Packed by hand in Dubbo, NSW with hospital-grade supplies. Organised clearly so parents and caregivers can find what they need fast.\u003c\/p\u003e\n\n  \u003cdiv class=\"afak-callout-green\"\u003e\n    \u003cstrong\u003eBuilt From Real Training Experience\u003c\/strong\u003e\n    Samantha Kerr, founder of Assurance First Aid Kits, has trained schools, families and community groups across regional NSW for 19 years. These kits are built from what actually gets reached for in a real household emergency — not what looks good in a product photo.\n  \u003c\/div\u003e\n\n  \u003c!-- KIT SELECTOR --\u003e\n  \u003ch3\u003eChoose the Right Kit for Your Home\u003c\/h3\u003e\n\n  \u003cdiv class=\"afak-kit-grid\"\u003e\n\n    \u003cdiv class=\"afak-kit-card\"\u003e\n      \u003cspan class=\"kit-tag\"\u003eSingles \u0026amp; Couples\u003c\/span\u003e\n      \u003cspan class=\"kit-name\"\u003eEssential Home Kit\u003c\/span\u003e\n      \u003cp\u003eCompact everyday coverage for smaller households and apartments. All the essentials without unnecessary bulk.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"afak-kit-card\"\u003e\n      \u003cspan class=\"kit-tag\"\u003eFamilies\u003c\/span\u003e\n      \u003cspan class=\"kit-name\"\u003eFamily First Aid Kit\u003c\/span\u003e\n      \u003cp\u003eBroader coverage for active households with children. More bandages, more dressings, more capacity for the unexpected.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"afak-kit-card\"\u003e\n      \u003cspan class=\"kit-tag\"\u003eRegional \u0026amp; Rural\u003c\/span\u003e\n      \u003cspan class=\"kit-name\"\u003eFamily 4WD Outdoor Kit\u003c\/span\u003e\n      \u003cp\u003eFor families in regional areas or homes further from emergency services. Comprehensive coverage with snake bite bandage included.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT HOME KITS COVER --\u003e\n  \u003ch2\u003eWhat a Home First Aid Kit Needs to Cover\u003c\/h2\u003e\n\n  \u003cp\u003eFamily life is unpredictable. School sport. Backyard projects. Kitchen accidents. Weekend activities. A proper home kit is stocked for the injuries that actually happen — not just the ones that look tidy on a packaging list.\u003c\/p\u003e\n\n  \u003cdiv class=\"afak-scenarios\"\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eCuts \u0026amp; lacerations\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eMinor burns \u0026amp; scalds\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eSprains \u0026amp; strains\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eSplinters\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eEye irritation\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eNosebleeds\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eAbrasions \u0026amp; gravel rash\u003c\/div\u003e\n    \u003cdiv class=\"afak-scenario-item\"\u003eChildhood injuries\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eWhat's Inside Our Home Kits\u003c\/h3\u003e\n\n  \u003cdiv class=\"afak-contents-grid\"\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eClinical-grade wound dressings\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eAdhesive bandages — multiple sizes\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eConforming \u0026amp; crepe bandages\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eBurn treatment supplies\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eEye wash\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eCPR barrier protection\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eDisposable gloves\u003c\/div\u003e\n    \u003cdiv class=\"afak-content-item\"\u003eTweezers for splinters\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"afak-callout-navy\"\u003e\n    \u003cstrong\u003eQuality Over Piece Count\u003c\/strong\u003e\n    Many home kits compete on how many items they contain. We focus on capability. Every item in an Assurance kit is hospital-grade and selected because it gets used in real household incidents — not to pad out a number on a box.\n  \u003c\/div\u003e\n\n  \u003c!-- WHY ORGANISATION MATTERS --\u003e\n  \u003ch2\u003eWhy Organisation Matters as Much as Contents\u003c\/h2\u003e\n\n  \u003cp\u003eIn a workplace, first aid is structured and practiced. At home, it often isn't. When something happens — a child cuts their hand, a burn from the stove, a sports injury on the weekend — the last thing you want to do is search through a disorganised box under pressure.\u003c\/p\u003e\n\n  \u003cdiv class=\"afak-benefits\"\u003e\n    \u003cdiv class=\"afak-benefit-item\"\u003e\n      \u003cspan class=\"benefit-heading\"\u003eFaster Response\u003c\/span\u003e\n      \u003cp\u003eFind what you need immediately — not after emptying the kit on the floor.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"afak-benefit-item\"\u003e\n      \u003cspan class=\"benefit-heading\"\u003eLess Stress\u003c\/span\u003e\n      \u003cp\u003eClear layout means calmer response. Calm response means better outcomes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"afak-benefit-item\"\u003e\n      \u003cspan class=\"benefit-heading\"\u003eEasy Restocking\u003c\/span\u003e\n      \u003cp\u003eOrganised kits make it obvious when something has been used and needs replacing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"afak-benefit-item\"\u003e\n      \u003cspan class=\"benefit-heading\"\u003eGreater Confidence\u003c\/span\u003e\n      \u003cp\u003eKnowing where everything is makes you more confident when it matters most.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KIT MAINTENANCE --\u003e\n  \u003ch2\u003eKeeping Your Home Kit Ready\u003c\/h2\u003e\n\n  \u003cp\u003eA first aid kit you haven't checked in two years is not a first aid kit — it's a storage box. Keeping your kit ready takes less than five minutes and should happen regularly.\u003c\/p\u003e\n\n  \u003col class=\"afak-audit\"\u003e\n    \u003cli\u003eCheck expiry dates on dressings, eye wash, and CPR barrier every 6–12 months\u003c\/li\u003e\n    \u003cli\u003eReplace any items used after every incident — don't wait for the next audit\u003c\/li\u003e\n    \u003cli\u003eCheck gloves for deterioration, especially if the kit is stored in a hot environment\u003c\/li\u003e\n    \u003cli\u003eMake sure everyone in the household knows where the kit is kept\u003c\/li\u003e\n    \u003cli\u003eConsider a restock pack so replacing items is quick and straightforward\u003c\/li\u003e\n  \u003c\/ol\u003e\n\n  \u003cdiv class=\"afak-callout-amber\"\u003e\n    \u003cstrong\u003eWhere to Keep Your Home First Aid Kit\u003c\/strong\u003e\n    Store your kit somewhere accessible to adults but out of reach of very young children — not locked away. A kitchen cupboard, laundry, or bathroom cabinet works well. Avoid storing in a car boot or shed where heat and humidity can degrade supplies faster. Check individual product expiry dates rather than relying on a single kit expiry.\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"afak-faq\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the best first aid kit for home use in Australia?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        The best home first aid kit covers everyday injuries with clinical-grade supplies and clear organisation. Look for wound dressings, adhesive bandages in multiple sizes, burn treatment, eye wash, conforming bandages and CPR barrier protection. Avoid kits that compete on piece count — focus on the quality and usability of what's inside.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo I need a first aid kit at home in Australia?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        Yes. Every Australian household should have accessible first aid equipment for common injuries. Cuts, burns, sprains, eye irritation and childhood injuries can happen at any time. Having a properly stocked, clearly organised kit at home means faster response and less stress when it matters.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow often should I check my home first aid kit?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        Check your home first aid kit at least every 6 to 12 months, and immediately after items are used. Look for expired dressings, used or damaged supplies, and items that need replacing. A simple audit takes less than five minutes and ensures your kit is ready when you need it.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre these kits suitable for families with children?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        Yes. These kits are designed to manage common childhood injuries and everyday household incidents including cuts, abrasions, minor burns, splinters and sprains. They are organised clearly so parents and caregivers can find what they need quickly under pressure.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat should a home first aid kit include in Australia?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        A proper Australian home first aid kit should include clinical-grade wound dressings, adhesive bandages in multiple sizes, conforming and crepe bandages, burn treatment supplies, eye wash, CPR barrier protection, disposable gloves, and tweezers for splinter removal. Every item should be something you would actually reach for in a real household incident.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- BLOG LINKS --\u003e\n  \u003cdiv class=\"afak-blog-links\"\u003e\n    \u003cp\u003eHelpful Guides for Australian Families\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"\/blogs\/our-blog\/what-first-aid-kit-do-you-really-need-at-home\"\u003eWhat First Aid Kit Do You Really Need at Home?\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"\/blogs\/our-blog\/what-should-be-in-a-first-aid-kit-2025-edition-australia\"\u003eWhat Should Be in a First Aid Kit — 2026 Australian Edition\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"\/blogs\/our-blog\/is-your-first-aid-kit-expired-what-safework-australia-expects\"\u003eIs Your First Aid Kit Expired? What to Check and When\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"\/blogs\/our-blog\/what-to-do-if-your-baby-chokes-first-aid-and-prevention-information\"\u003eWhat to Do If Your Baby Chokes — First Aid \u0026amp; Prevention\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"afak-signoff\"\u003e\n    Packed in Dubbo, NSW  ·  Dispatched within 48 hours  ·  Prepared at home. Calm when it counts.\u003cbr\u003e\n    \u003cem\u003eLast reviewed: March 2026\u003c\/em\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"slimline-vehicle-first-aid-kit","title":"Slimline Vehicle First Aid Kit","description":"\u003c!-- ============================================================\n     ASSURANCE FIRST AID KITS\n     Product: Slimline Vehicle First Aid Kit\n     Handle: slimline-vehicle-first-aid-kit\n     Paste into Shopify product description editor (HTML view)\n     Schema \u003cscript\u003e tag goes BEFORE the visible content\n     ============================================================ --\u003e\n\n\u003c!-- SCHEMA MARKUP --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Slimline Vehicle First Aid Kit\",\n  \"description\": \"WHS-compliant vehicle first aid kit suited to work vehicles and up to 5 people. Low-profile slimline soft pack design fits under a car seat, in a door pocket, or behind a panel. Hospital-grade contents including burn gel, eyewash, thermal blanket and full wound management supplies. Packed and inspected by hand in Dubbo, NSW.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Assurance First Aid Kits\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"AUD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Assurance First Aid Kits\",\n      \"url\": \"https:\/\/assurancefirstaidkits.com.au\"\n    }\n  }\n}\n\u003c\/script\u003e\n\n\u003c!-- VISIBLE PRODUCT DESCRIPTION --\u003e\n\u003cstyle\u003e\n  .afak-product {\n    font-family: 'Montserrat', sans-serif;\n    color: #4a4a4a;\n    max-width: 860px;\n  }\n\n  .afak-product p {\n    font-size: 0.97em;\n    line-height: 1.75;\n    margin: 0 0 16px 0;\n  }\n\n  .afak-product a {\n    color: #00804e;\n    text-decoration: underline;\n  }\n\n  .afak-product a:hover {\n    text-decoration: none;\n  }\n\n  .afak-benefits {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0 24px 0;\n  }\n\n  .afak-benefits li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid #e8e8e8;\n    font-size: 0.95em;\n    line-height: 1.7;\n  }\n\n  .afak-benefits li:last-child {\n    border-bottom: none;\n  }\n\n  .afak-benefits .check {\n    flex-shrink: 0;\n    width: 22px;\n    height: 22px;\n    background: #00804e;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n  }\n\n  .afak-benefits .check::after {\n    content: '✓';\n    color: #fff;\n    font-size: 0.75em;\n    font-weight: 700;\n  }\n\n  .afak-benefits strong {\n    color: #4a4a4a;\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .afak-ideal-buyer {\n    background: #f5faf7;\n    border-left: 4px solid #00804e;\n    border-radius: 6px;\n    padding: 16px 20px;\n    margin: 20px 0 0 0;\n    font-size: 0.95em;\n    line-height: 1.75;\n  }\n\n  .afak-ideal-buyer a {\n    color: #00804e;\n    text-decoration: underline;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"afak-product\"\u003e\n\n  \u003cp\u003eHospital-grade supplies in a pack flat enough to slide under a car seat. The Slimline Vehicle First Aid Kit is \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/whs-first-aid-kit-requirements-checklist-how-to-be-compliant-in-2026\"\u003eWHS compliant for work vehicles\u003c\/a\u003e and suited to up to 5 people — built for Australian roads, not for sitting in a glove box looking the part.\u003c\/p\u003e\n\n  \u003cp\u003eMost vehicle kits compromise on contents to hit a size. This one does not. The slimline profile comes from the pack design, not from cutting what is inside.\u003c\/p\u003e\n\n  \u003cul class=\"afak-benefits\"\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003eWHS compliant for workplace vehicles, suited to up to 5 people\u003c\/strong\u003e\n        \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/what-first-aid-do-i-have-to-have-for-my-business-in-australia\"\u003eUnder Australian WHS legislation, work vehicles are workplaces\u003c\/a\u003e — and must carry appropriate first aid equipment based on a risk assessment. Not sure what your vehicle kit needs to cover? Read our \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/whs-first-aid-kit-requirements-checklist-how-to-be-compliant-in-2026\"\u003eWHS compliance guide\u003c\/a\u003e before you decide.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003eSlimline soft pack — fits under a seat, in a door pocket, or behind a panel\u003c\/strong\u003e\n        Low profile and flexible enough to go where a rigid box cannot. No wasted space, no bulk. \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/is-your-car-first-aid-kit-actually-safe-enough-for-your-family\"\u003eMost car kits are not actually safe enough for the situations they are meant to cover\u003c\/a\u003e — the slimline profile here is a packaging decision, not a contents decision.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003eHospital-grade contents including burn gel sachets, povidone iodine swabs, sodium chloride eyewash ampoules, thermal blanket, and full wound management supplies\u003c\/strong\u003e\n        TGA-regulated throughout. Real gear for real emergencies on the road — not a token kit assembled to meet a minimum. \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/whs-first-aid-kit-contents-explained-what-you-must-include\"\u003eRead the full contents breakdown\u003c\/a\u003e to understand what each item covers.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003ePacked and inspected by hand in Dubbo, NSW — 12-month audit reminder included\u003c\/strong\u003e\n        Every item checked before dispatch. \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/first-aid-kit-maintenance-how-often-what-to-check-restock-whs-best-practice\"\u003eSafe Work Australia requires vehicle kits to be checked at least annually\u003c\/a\u003e and after every use. We send the audit reminder and maintenance checklist so your fleet stays compliant without you having to track it across every vehicle.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"afak-ideal-buyer\"\u003e\n    Popular with fleet operators, NDIS transport providers, mobile tradies, and families heading into regional or rural Australia where the next town is not close. If your vehicle carries more than 5 people or operates in a high-risk environment, use our \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/pages\/find-my-kit\"\u003ekit finder\u003c\/a\u003e to confirm the right coverage. Browse the full \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/collections\/car-first-aid-kits-australia\"\u003evehicle first aid kit range\u003c\/a\u003e to compare options, or the \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/collections\/whs-workplace-compliant-first-aid-kits\"\u003eWHS workplace range\u003c\/a\u003e if you also need a fixed-location kit for your site. Refill packs are available when it is time to restock.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Assurance First Aid Kits","offers":[{"title":"Default Title","offer_id":39426970943523,"sku":"WP5SL","price":139.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2495\/9452\/files\/slimline-vehicle-first-aid-kit-5388659.jpg?v=1756364472"},{"product_id":"workplace-first-aid-kit-5","title":"Workplace First Aid Kit 5","description":"\u003c!-- ============================================================\n     ASSURANCE FIRST AID KITS\n     Product: Workplace First Aid Kit 5\n     Handle: workplace-first-aid-kit-5\n     Paste into Shopify product description editor (HTML view)\n     Schema \u003cscript\u003e tag goes BEFORE the visible content\n     ============================================================ --\u003e\n\n\u003c!-- SCHEMA MARKUP --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Workplace First Aid Kit 5\",\n  \"description\": \"WHS-compliant first aid kit for low to moderate risk workplaces of up to 5 people. Compact enough for vehicles, site vehicles, and small workspaces. Rapid access colour-coded bag with fold-out mesh pouches. Hospital-grade contents packed and inspected by hand in Dubbo, NSW. Includes 12-month audit reminder.\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Assurance First Aid Kits\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"AUD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Assurance First Aid Kits\",\n      \"url\": \"https:\/\/assurancefirstaidkits.com.au\"\n    }\n  }\n}\n\u003c\/script\u003e\n\n\u003c!-- VISIBLE PRODUCT DESCRIPTION --\u003e\n\u003cstyle\u003e\n  .afak-product {\n    font-family: 'Montserrat', sans-serif;\n    color: #4a4a4a;\n    max-width: 860px;\n  }\n\n  .afak-product p {\n    font-size: 0.97em;\n    line-height: 1.75;\n    margin: 0 0 16px 0;\n  }\n\n  .afak-product a {\n    color: #00804e;\n    text-decoration: underline;\n  }\n\n  .afak-product a:hover {\n    text-decoration: none;\n  }\n\n  .afak-benefits {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0 24px 0;\n  }\n\n  .afak-benefits li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid #e8e8e8;\n    font-size: 0.95em;\n    line-height: 1.7;\n  }\n\n  .afak-benefits li:last-child {\n    border-bottom: none;\n  }\n\n  .afak-benefits .check {\n    flex-shrink: 0;\n    width: 22px;\n    height: 22px;\n    background: #00804e;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n  }\n\n  .afak-benefits .check::after {\n    content: '✓';\n    color: #fff;\n    font-size: 0.75em;\n    font-weight: 700;\n  }\n\n  .afak-benefits strong {\n    color: #4a4a4a;\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .afak-ideal-buyer {\n    background: #f5faf7;\n    border-left: 4px solid #00804e;\n    border-radius: 6px;\n    padding: 16px 20px;\n    margin: 20px 0 0 0;\n    font-size: 0.95em;\n    line-height: 1.75;\n  }\n\n  .afak-ideal-buyer a {\n    color: #00804e;\n    text-decoration: underline;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"afak-product\"\u003e\n\n  \u003cp\u003eThe compact end of our WHS workplace range — scaled for \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/what-first-aid-do-i-have-to-have-for-my-business-in-australia\"\u003elow to moderate risk workplaces of up to 5 people\u003c\/a\u003e, and sized to fit in a vehicle, ute, or small workspace without taking up bench space. The same rapid access colour-coded bag and hospital-grade contents as the Kit 10 — built for fewer people and tighter spaces.\u003c\/p\u003e\n\n  \u003cp\u003eMeets Safe Work Australia guidelines. Packed and inspected by hand in Dubbo, NSW. Includes a 12-month audit reminder so your kit stays compliant without you having to track it yourself.\u003c\/p\u003e\n\n  \u003cul class=\"afak-benefits\"\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003eMeets Safe Work Australia guidelines for low to moderate risk workplaces of up to 5 people\u003c\/strong\u003e\n        Contents are based on a workplace risk assessment as required under the WHS Code of Practice. Not sure if this kit is right for your workplace size or risk level? Read our \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/whs-first-aid-kit-requirements-checklist-how-to-be-compliant-in-2026\"\u003eWHS compliance guide\u003c\/a\u003e before you decide — getting the kit wrong costs more than getting it right the first time.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003eCompact enough for vehicles, site vehicles, and small workspaces\u003c\/strong\u003e\n        The Kit 5 is the right choice for a ute, van, or work vehicle where a full 10-person kit is more than you need. \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/whs-first-aid-kit-contents-explained-what-you-must-include\"\u003eWHS requirements apply to mobile workplaces and vehicles\u003c\/a\u003e as much as fixed sites — this kit covers both.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003eRapid access colour-coding system with fold-out mesh pouches and clear zippered sections\u003c\/strong\u003e\n        No digging, no guessing under pressure. Any staff member can find what they need immediately — not just the person who set the kit up. Hospital-grade contents including burn gel sachets, sodium chloride eyewash ampoules, and full wound management supplies.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n    \u003cli\u003e\n      \u003cspan class=\"check\"\u003e\u003c\/span\u003e\n      \u003cspan\u003e\n        \u003cstrong\u003e12-month audit reminder and maintenance checklist included\u003c\/strong\u003e\n        \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/is-your-first-aid-kit-expired-what-safework-australia-expects\"\u003eSafe Work Australia requires kits to be checked at least annually\u003c\/a\u003e and after every use — items must be within expiry and replaced promptly. We send the reminder so you do not have to remember. \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/first-aid-kit-maintenance-how-often-what-to-check-restock-whs-best-practice\"\u003eRead our maintenance guide\u003c\/a\u003e for the full audit and restock process.\n      \u003c\/span\u003e\n    \u003c\/li\u003e\n\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"afak-ideal-buyer\"\u003e\n    The right starting point for sole traders, small teams, home offices, and work vehicles. If your team has grown past 5 people or your risk level has changed, step up to the \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/products\/workplace-first-aid-kit-10\"\u003eWorkplace First Aid Kit 10\u003c\/a\u003e. Not sure which kit suits your workplace? Use our \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/pages\/find-my-kit\"\u003ekit finder\u003c\/a\u003e or browse the full \u003ca href=\"https:\/\/assurancefirstaidkits.com.au\/collections\/whs-workplace-compliant-first-aid-kits\"\u003eWHS workplace range\u003c\/a\u003e. Refill packs are available when it is time to restock.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Assurance First Aid Kits","offers":[{"title":"Default Title","offer_id":39427581050915,"sku":"WP5RB","price":149.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2495\/9452\/files\/workplace-first-aid-kit-5-2396252.jpg?v=1775306766"},{"product_id":"pocket-travel-first-aid-kit","title":"Pocket Travel First Aid Kit","description":"\u003ch3\u003ePersonal First Aid Kit\u003c\/h3\u003e\n\u003cp\u003ePerfect \u003ca href=\"https:\/\/assurance.training\/collections\/first-aid-kits\"\u003elittle travel first aid kit\u003c\/a\u003e-Blisters, splinters and all those painful and annoying niggles that can spoil a good walk.\u003c\/p\u003e\n\u003cp\u003eA convenient range of \u003ca href=\"https:\/\/assurance.training\/collections\/complete-first-aid-kit-restock-packs\"\u003efirst aid supplies,\u003c\/a\u003e this \u003ca href=\"https:\/\/assurance.training\/collections\/ifak-individual-first-aid-kit\"\u003epersonal first aid kit\u003c\/a\u003e is perfect for your every day adventures.\u003c\/p\u003e\n\u003cp\u003eNot to mention your furry friend or the kiddoes school bag.\u003c\/p\u003e\n\u003cp\u003eDont let the little things spoil your day!\u003c\/p\u003e","brand":"AERO","offers":[{"title":"Default Title","offer_id":40592173596707,"sku":"AEK10","price":11.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2495\/9452\/files\/pocket-travel-first-aid-kit-8581619.jpg?v=1752643915"},{"product_id":"assurance-family-first-aid-kit","title":"Assurance Family First Aid Kit","description":"\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eThe kit you hope you never need — and will be glad you have. The Assurance Family First Aid Kit is the rapid access colour-coded red bag packed with hospital-grade supplies for the injuries that actually happen at home, in the car, and on weekends away. Not a pharmacy shelf kit thrown in a zip bag — everything chosen, organised, and inspected by hand before it leaves Dubbo.\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eRapid access colour-coded bag that unfolds flat with every section labelled — so when something happens, you are not pulling items out one by one trying to find what you need. Read our guide on \u003ca class=\"underline underline underline-offset-2 decoration-1 decoration-current\/40 hover:decoration-current focus:decoration-current\" href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/what-first-aid-kit-do-you-really-need-at-home\"\u003ewhat first aid kit you really need at home\u003c\/a\u003e if you are trying to work out whether this is the right level of kit for your family\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eSnake bite bandage with tension indicator included as standard — because in Australia, a family kit that does not include proper snake bite response is a kit that is missing something important. The indicator removes the guesswork about pressure when you are stressed and need to act\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003eHospital-grade wound care including burn gel sachets, sodium chloride eyewash ampoules, multiple dressing sizes, nitrile gloves, disposable face shield, and thermal blanket — the difference between a kit that handles real injuries and one that handles grazed knees\u003c\/li\u003e\n\u003cli class=\"whitespace-normal break-words pl-2\"\u003ePacked and inspected by hand in Dubbo, NSW by Dan — every item checked before dispatch. Comes with a first aid guide and CPR chart, plus access to Sam's step-by-step instructional video library so your family knows how to use what is in the bag\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eSuits the home, the car, the caravan, and weekend adventures. If you are thinking about what to keep in your car specifically, read our guide on \u003ca class=\"underline underline underline-offset-2 decoration-1 decoration-current\/40 hover:decoration-current focus:decoration-current\" href=\"https:\/\/assurancefirstaidkits.com.au\/blogs\/our-blog\/is-your-car-first-aid-kit-actually-safe-enough-for-your-family\"\u003ewhether your car first aid kit is actually safe enough for your family\u003c\/a\u003e before deciding. Browse the full \u003ca class=\"underline underline underline-offset-2 decoration-1 decoration-current\/40 hover:decoration-current focus:decoration-current\" href=\"https:\/\/assurancefirstaidkits.com.au\/collections\/home-first-aid-kits-australia\"\u003ehome first aid kit range\u003c\/a\u003e to compare options.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\"\u003eWe also send you a 12-month audit reminder with a maintenance checklist so your kit stays current without you having to remember. Refill packs are available directly at assurancefirstaidkits.com.au.\u003c\/p\u003e","brand":"Assurance First Aid Kits","offers":[{"title":"Default Title","offer_id":40962574909475,"sku":"AF10LMB","price":189.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2495\/9452\/files\/assurance-family-first-aid-kit-5759606.jpg?v=1775258997"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2495\/9452\/collections\/home-first-aid-kits-2729515.jpg?v=1776849090","url":"https:\/\/assurancefirstaidkits.com.au\/collections\/home-first-aid-kits-australia.oembed","provider":"Assurance First Aid Kits ","version":"1.0","type":"link"}