{"title":"iCare","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eiCare Medical Group Homecare Beds, Mattresses \u0026amp; Cushions | Platinum Health Supply\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"iCare Medical Group homecare beds, ActiveX mattresses, pressure care cushions, pillows, and the VMotion recliner chair. Australian-made, OT-recommended, NDIS-fundable. Fast delivery, Epping showroom.\"\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,600;0,700;0,900;1,600;1,700\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy:      #1E2B3A;\n    --slate:     #2E3F52;\n    --purple:    #7B4FA0;\n    --purple-mid:#9B6DC0;\n    --purple-pale:#F2EBF9;\n    --purple-light:#DDD0EE;\n    --warm-white:#FAF9F7;\n    --offwhite:  #F2F0EB;\n    --charcoal:  #252520;\n    --mid:       #686860;\n    --rule:      #DDD9D0;\n\n    --display: 'Playfair Display', Georgia, serif;\n    --body:    'Inter', system-ui, sans-serif;\n    --max: 1120px;\n    --pad: clamp(1.25rem, 5vw, 3rem);\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: var(--body);\n    font-size: 1rem;\n    line-height: 1.65;\n    color: var(--charcoal);\n    background: var(--warm-white);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── HERO ────────────────────────────────── *\/\n  .hero {\n    background: var(--navy);\n    color: #fff;\n    padding: clamp(3.5rem, 10vw, 7rem) var(--pad) clamp(2.5rem, 6vw, 4rem);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -30%;\n    right: -5%;\n    width: 500px;\n    height: 500px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(123,79,160,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, var(--purple), transparent 60%);\n  }\n\n  .hero-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.1fr 0.9fr;\n    gap: 4rem;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero-kicker {\n    font-family: var(--body);\n    font-size: 0.68rem;\n    font-weight: 600;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--purple-mid);\n    margin-bottom: 1.1rem;\n  }\n\n  .hero h1 {\n    font-family: var(--display);\n    font-size: clamp(2.25rem, 5vw, 3.75rem);\n    font-weight: 700;\n    line-height: 1.1;\n    margin-bottom: 1.5rem;\n  }\n\n  .hero h1 em {\n    font-style: italic;\n    color: rgba(255,255,255,0.65);\n  }\n\n  .hero-lead {\n    font-size: 1rem;\n    font-weight: 300;\n    color: rgba(255,255,255,0.75);\n    line-height: 1.8;\n    max-width: 480px;\n    margin-bottom: 2rem;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.6rem;\n  }\n\n  .hero-tag {\n    font-size: 0.7rem;\n    font-weight: 500;\n    padding: 0.35rem 0.85rem;\n    border-radius: 2rem;\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.14);\n    color: rgba(255,255,255,0.85);\n  }\n\n  \/* ── SIGNATURE: Sleep system layer diagram ── *\/\n  .sleep-system {\n    display: flex;\n    flex-direction: column;\n    gap: 0.5rem;\n  }\n\n  .system-label {\n    font-family: var(--body);\n    font-size: 0.65rem;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.35);\n    margin-bottom: 0.5rem;\n    text-align: center;\n  }\n\n  .layer {\n    border-radius: 0.625rem;\n    padding: 0.9rem 1.25rem;\n    display: flex;\n    align-items: center;\n    gap: 0.875rem;\n    transition: background 0.2s;\n    cursor: default;\n  }\n\n  .layer:hover { background: rgba(255,255,255,0.06) !important; }\n\n  .layer-1 {\n    background: rgba(123,79,160,0.25);\n    border: 1px solid rgba(123,79,160,0.4);\n    margin: 0 1rem;\n  }\n\n  .layer-2 {\n    background: rgba(123,79,160,0.15);\n    border: 1px solid rgba(123,79,160,0.25);\n    margin: 0 0.5rem;\n  }\n\n  .layer-3 {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n\n  .layer-4 {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.08);\n    margin: 0 0.25rem;\n  }\n\n  .layer-icon { font-size: 1.1rem; flex-shrink: 0; }\n\n  .layer-info { flex: 1; }\n\n  .layer-name {\n    font-family: var(--display);\n    font-size: 0.875rem;\n    font-weight: 600;\n    color: #fff;\n    line-height: 1.2;\n    margin-bottom: 0.1rem;\n  }\n\n  .layer-desc {\n    font-size: 0.7rem;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.4;\n  }\n\n  .layer-arrow {\n    font-size: 0.65rem;\n    color: var(--purple-mid);\n    opacity: 0;\n    transition: opacity 0.2s;\n  }\n\n  .layer:hover .layer-arrow { opacity: 1; }\n\n  \/* ── NDIS STRIP ───────────────────────────── *\/\n  .ndis-strip {\n    background: var(--purple-pale);\n    border-bottom: 1px solid var(--purple-light);\n    padding: 1.25rem var(--pad);\n  }\n\n  .ndis-strip-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 1rem;\n    justify-content: space-between;\n  }\n\n  .ndis-text { font-size: 0.875rem; color: var(--navy); }\n  .ndis-text strong { font-weight: 600; }\n  .ndis-text span { color: var(--mid); font-size: 0.8rem; display: block; margin-top: 0.15rem; }\n\n  \/* ── SECTIONS ─────────────────────────────── *\/\n  .section { padding: clamp(3rem, 7vw, 5rem) var(--pad); }\n  .section-inner { max-width: var(--max); margin: 0 auto; }\n  .section-alt { background: var(--offwhite); }\n\n  .section-title {\n    font-family: var(--display);\n    font-size: clamp(1.75rem, 3.5vw, 2.5rem);\n    font-weight: 700;\n    line-height: 1.15;\n    color: var(--navy);\n    margin-bottom: 1.1rem;\n  }\n\n  .section-title em { font-style: italic; color: var(--purple); }\n\n  .section-lead {\n    font-size: 1rem;\n    color: var(--mid);\n    max-width: 600px;\n    line-height: 1.75;\n    margin-bottom: 2.5rem;\n  }\n\n  hr.rule { border: none; border-top: 1px solid var(--rule); margin: 0; }\n\n  \/* ── ABOUT STRIP ─────────────────────────── *\/\n  .about-strip {\n    background: var(--slate);\n    color: #fff;\n    padding: 1.5rem var(--pad);\n  }\n\n  .about-strip-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 1.5rem;\n    justify-content: space-between;\n  }\n\n  .about-text { font-size: 0.875rem; color: rgba(255,255,255,0.8); max-width: 720px; line-height: 1.65; }\n  .about-text strong { color: #fff; font-weight: 600; }\n\n  \/* ── PRODUCT CATEGORY GRID ───────────────── *\/\n  .cat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));\n    gap: 1.25rem;\n  }\n\n  .cat-card {\n    background: var(--warm-white);\n    border: 1px solid var(--rule);\n    border-radius: 1.25rem;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n\n  .cat-card:hover {\n    box-shadow: 0 10px 28px rgba(30,43,58,0.1);\n    transform: translateY(-2px);\n  }\n\n  .cat-card-accent { height: 4px; background: var(--purple); }\n  .cat-card-accent.beds { background: linear-gradient(90deg, var(--navy), var(--purple)); }\n  .cat-card-accent.mattress { background: linear-gradient(90deg, var(--purple), var(--purple-mid)); }\n  .cat-card-accent.cushion { background: linear-gradient(90deg, #8B5CF6, #C084FC); }\n  .cat-card-accent.pillow { background: linear-gradient(90deg, var(--purple-mid), #D8B4FE); }\n  .cat-card-accent.seating { background: linear-gradient(90deg, var(--slate), var(--navy)); }\n\n  .cat-card-body {\n    padding: 1.5rem;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .cat-icon { font-size: 1.75rem; margin-bottom: 0.875rem; display: block; }\n\n  .cat-title {\n    font-family: var(--display);\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 0.75rem;\n    line-height: 1.25;\n  }\n\n  .cat-desc {\n    font-size: 0.875rem;\n    color: var(--mid);\n    line-height: 1.65;\n    margin-bottom: 1.1rem;\n    flex: 1;\n  }\n\n  .cat-products {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.4rem;\n    margin-bottom: 1.25rem;\n  }\n\n  .prod-tag {\n    font-size: 0.65rem;\n    font-weight: 600;\n    padding: 0.25rem 0.65rem;\n    border-radius: 2rem;\n    background: var(--purple-pale);\n    color: var(--purple);\n    border: 1px solid var(--purple-light);\n    white-space: nowrap;\n  }\n\n  \/* ── BUTTONS ──────────────────────────────── *\/\n  .btn {\n    display: inline-block;\n    font-family: var(--body);\n    font-size: 0.825rem;\n    font-weight: 600;\n    text-decoration: none;\n    padding: 0.7rem 1.35rem;\n    border-radius: 0.5rem;\n    transition: background 0.15s, transform 0.15s, opacity 0.15s;\n    text-align: center;\n    cursor: pointer;\n    border: none;\n  }\n\n  .btn-navy { background: var(--navy); color: #fff; }\n  .btn-navy:hover { background: var(--slate); transform: translateY(-1px); }\n\n  .btn-purple { background: var(--purple); color: #fff; }\n  .btn-purple:hover { opacity: 0.9; transform: translateY(-1px); }\n\n  .btn-outline-navy { background: transparent; color: var(--navy); border: 2px solid var(--navy); }\n  .btn-outline-navy:hover { background: var(--navy); color: #fff; }\n\n  .btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }\n  .btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.08); }\n\n  \/* ── ACTIVEX SECTION ──────────────────────── *\/\n  .activex { background: var(--warm-white); }\n\n  .activex-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: start;\n  }\n\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-top: 0.5rem;\n  }\n\n  .feature-item {\n    display: grid;\n    grid-template-columns: 2.75rem 1fr;\n    gap: 1rem;\n    align-items: start;\n  }\n\n  .feature-icon {\n    width: 2.75rem;\n    height: 2.75rem;\n    border-radius: 0.625rem;\n    background: var(--purple-pale);\n    border: 1px solid var(--purple-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.1rem;\n    flex-shrink: 0;\n  }\n\n  .feature-title {\n    font-family: var(--display);\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 0.25rem;\n    line-height: 1.3;\n  }\n\n  .feature-desc {\n    font-size: 0.85rem;\n    color: var(--mid);\n    line-height: 1.65;\n  }\n\n  .activex-card {\n    background: var(--navy);\n    color: #fff;\n    border-radius: 1.5rem;\n    padding: 2.25rem;\n    position: sticky;\n    top: 2rem;\n  }\n\n  .activex-kicker {\n    font-size: 0.65rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--purple-mid);\n    margin-bottom: 0.75rem;\n  }\n\n  .activex-title {\n    font-family: var(--display);\n    font-size: 1.4rem;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 0.75rem;\n  }\n\n  .activex-title em { font-style: italic; color: rgba(255,255,255,0.6); }\n\n  .activex-body {\n    font-size: 0.875rem;\n    color: rgba(255,255,255,0.7);\n    line-height: 1.7;\n    margin-bottom: 1.75rem;\n  }\n\n  .activex-specs {\n    display: flex;\n    flex-direction: column;\n    gap: 0.85rem;\n    margin-bottom: 1.75rem;\n  }\n\n  .spec-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 0.85rem;\n    color: rgba(255,255,255,0.85);\n    line-height: 1.5;\n  }\n\n  .spec-dot {\n    width: 1.4rem;\n    height: 1.4rem;\n    border-radius: 50%;\n    background: rgba(123,79,160,0.3);\n    border: 1px solid rgba(123,79,160,0.5);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.6rem;\n    flex-shrink: 0;\n    margin-top: 0.1rem;\n    color: var(--purple-mid);\n  }\n\n  .activex-note {\n    font-size: 0.72rem;\n    color: rgba(255,255,255,0.35);\n    line-height: 1.55;\n    border-top: 1px solid rgba(255,255,255,0.1);\n    padding-top: 1.25rem;\n  }\n\n  \/* ── OT STRIP ──────────────────────────────── *\/\n  .ot-strip {\n    background: var(--purple-pale);\n    border-top: 1px solid var(--purple-light);\n    border-bottom: 1px solid var(--purple-light);\n    padding: 1.75rem var(--pad);\n  }\n\n  .ot-strip-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 1.5rem;\n    justify-content: space-between;\n  }\n\n  .ot-text { font-size: 0.9rem; color: var(--navy); max-width: 680px; line-height: 1.65; }\n  .ot-text strong { font-weight: 600; }\n\n  \/* ── WHO ──────────────────────────────────── *\/\n  .who-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));\n    gap: 1rem;\n  }\n\n  .who-card {\n    background: var(--warm-white);\n    border: 1px solid var(--rule);\n    border-radius: 0.875rem;\n    padding: 1.4rem;\n    border-top: 3px solid var(--purple);\n  }\n\n  .who-icon { font-size: 1.5rem; display: block; margin-bottom: 0.65rem; }\n  .who-title { font-family: var(--display); font-size: 0.9rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }\n  .who-desc { font-size: 0.83rem; color: var(--mid); line-height: 1.6; }\n\n  \/* ── TRUST BAR ────────────────────────────── *\/\n  .trust-bar { background: var(--navy); padding: 1.75rem var(--pad); }\n\n  .trust-bar-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    gap: 1.5rem;\n    align-items: center;\n  }\n\n  .trust-item { display: flex; align-items: center; gap: 0.65rem; }\n  .trust-icon { font-size: 1.3rem; }\n  .trust-label { font-family: var(--display); font-size: 0.825rem; font-weight: 600; color: #fff; }\n  .trust-sub { font-size: 0.68rem; color: rgba(255,255,255,0.4); display: block; }\n\n  \/* ── FAQ ──────────────────────────────────── *\/\n  .faq-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1rem;\n  }\n\n  details.faq-item {\n    border: 1px solid var(--rule);\n    border-radius: 0.75rem;\n    overflow: hidden;\n    transition: border-color 0.2s;\n  }\n\n  details.faq-item[open] { border-color: var(--purple); }\n\n  details.faq-item summary {\n    padding: 1.1rem 1.35rem;\n    font-family: var(--display);\n    font-size: 0.875rem;\n    font-weight: 600;\n    color: var(--navy);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    user-select: none;\n    line-height: 1.4;\n  }\n\n  details.faq-item summary::-webkit-details-marker { display: none; }\n  details.faq-item summary::after { content: '+'; font-size: 1.2rem; font-weight: 300; color: var(--mid); flex-shrink: 0; margin-left: 1rem; }\n  details.faq-item[open] summary::after { content: '−'; }\n\n  .faq-answer {\n    padding: 0 1.35rem 1.1rem;\n    font-size: 0.85rem;\n    color: var(--mid);\n    line-height: 1.7;\n    border-top: 1px solid var(--rule);\n    padding-top: 1rem;\n  }\n\n  \/* ── TESTIMONIALS ─────────────────────────── *\/\n  .testimonial-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 1.25rem;\n  }\n\n  .testimonial-card {\n    background: var(--warm-white);\n    border: 1px solid var(--rule);\n    border-radius: 1rem;\n    padding: 1.5rem;\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n  }\n\n  .testimonial-quote {\n    font-family: var(--display);\n    font-size: 0.95rem;\n    font-style: italic;\n    color: var(--navy);\n    line-height: 1.65;\n    flex: 1;\n  }\n\n  .testimonial-attr {\n    font-size: 0.78rem;\n    color: var(--mid);\n    font-weight: 500;\n  }\n\n  .testimonial-product {\n    font-size: 0.68rem;\n    font-weight: 600;\n    color: var(--purple);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n    display: block;\n  }\n\n  \/* ── CTA ──────────────────────────────────── *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--navy) 0%, #0D1825 100%);\n    color: #fff;\n    text-align: center;\n    padding: clamp(3.5rem, 8vw, 6rem) var(--pad);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-section::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(circle at 70% 50%, rgba(123,79,160,0.12) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .cta-section .section-title { color: #fff; position: relative; z-index: 1; }\n  .cta-section .section-title em { color: var(--purple-mid); }\n\n  .cta-lead {\n    font-size: 0.975rem;\n    color: rgba(255,255,255,0.7);\n    max-width: 520px;\n    margin: 0 auto 2.25rem;\n    line-height: 1.75;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    justify-content: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ── RESPONSIVE ───────────────────────────── *\/\n  @media (max-width: 820px) {\n    .hero-inner { grid-template-columns: 1fr; }\n    .sleep-system { display: none; }\n    .activex-grid { grid-template-columns: 1fr; }\n    .activex-card { position: static; }\n    .faq-grid { grid-template-columns: 1fr; }\n    .trust-bar-inner { justify-content: center; }\n    .about-strip-inner { flex-direction: column; gap: 1rem; }\n    .ot-strip-inner { flex-direction: column; gap: 1rem; }\n  }\n\n  @media (max-width: 560px) {\n    .cat-grid { grid-template-columns: 1fr; }\n    .who-grid { grid-template-columns: 1fr; }\n    .testimonial-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    *, *::before, *::after { transition: none !important; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ── HERO ──────────────────────────────────────── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv\u003e\n      \u003cp class=\"hero-kicker\"\u003eiCare Medical Group — Australian Homecare\u003c\/p\u003e\n      \u003ch1\u003ePremium homecare beds,\u003cbr\u003emattresses \u003cem\u003e\u0026amp; more,\u003c\/em\u003e\u003cbr\u003emade in Australia.\u003c\/h1\u003e\n      \u003cp class=\"hero-lead\"\u003eiCare Medical Group designs and manufactures homecare beds, pressure care mattresses, therapeutic pillows, seating, and cushioning for people who want to stay at home. Backed by occupational therapists, used in homes and aged care facilities across Australia, and built to a standard that makes a genuine difference to how people sleep, sit, and move.\u003c\/p\u003e\n      \u003cdiv class=\"hero-tags\"\u003e\n        \u003cspan class=\"hero-tag\"\u003e🇦🇺 Made in Melbourne\u003c\/span\u003e\n        \u003cspan class=\"hero-tag\"\u003e🧠 OT-recommended\u003c\/span\u003e\n        \u003cspan class=\"hero-tag\"\u003e💜 ActiveX™ technology\u003c\/span\u003e\n        \u003cspan class=\"hero-tag\"\u003e📋 NDIS-fundable\u003c\/span\u003e\n        \u003cspan class=\"hero-tag\"\u003e🏠 Designed for home\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Signature: layered sleep system diagram --\u003e\n    \u003cdiv class=\"sleep-system\"\u003e\n      \u003cp class=\"system-label\"\u003eThe iCare sleep system — from base to surface\u003c\/p\u003e\n\n      \u003cdiv class=\"layer layer-1\"\u003e\n        \u003cspan class=\"layer-icon\"\u003e🛏️\u003c\/span\u003e\n        \u003cdiv class=\"layer-info\"\u003e\n          \u003cp class=\"layer-name\"\u003eHomecare Bed\u003c\/p\u003e\n          \u003cp class=\"layer-desc\"\u003eIC111, IC333, IC333 Premium — four-function profiling, height adjust, fall-safe low design\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"layer-arrow\"\u003e→\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"layer layer-2\"\u003e\n        \u003cspan class=\"layer-icon\"\u003e🟣\u003c\/span\u003e\n        \u003cdiv class=\"layer-info\"\u003e\n          \u003cp class=\"layer-name\"\u003eActiveX™ Mattress or Topper\u003c\/p\u003e\n          \u003cp class=\"layer-desc\"\u003eIC20, IC30 Gel-Infused, ActiveX Topper — pressure care, immersion, firm edge support\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"layer-arrow\"\u003e→\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"layer layer-3\"\u003e\n        \u003cspan class=\"layer-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003cdiv class=\"layer-info\"\u003e\n          \u003cp class=\"layer-name\"\u003eMattress Protection\u003c\/p\u003e\n          \u003cp class=\"layer-desc\"\u003eWaterproof terry protector — hygienic, breathable, easy to launder\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"layer-arrow\"\u003e→\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"layer layer-4\"\u003e\n        \u003cspan class=\"layer-icon\"\u003e😴\u003c\/span\u003e\n        \u003cdiv class=\"layer-info\"\u003e\n          \u003cp class=\"layer-name\"\u003ePillow \u0026amp; Head Support\u003c\/p\u003e\n          \u003cp class=\"layer-desc\"\u003eVisco Classic, Visco Cloud, ActiveX Contour, Body Pillow — cervical alignment, positioning\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"layer-arrow\"\u003e→\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"layer layer-4\" style=\"margin-top:0.25rem; border-top: 1px dashed rgba(255,255,255,0.1);\"\u003e\n        \u003cspan class=\"layer-icon\"\u003e🪑\u003c\/span\u003e\n        \u003cdiv class=\"layer-info\"\u003e\n          \u003cp class=\"layer-name\"\u003eSeating \u0026amp; Cushioning\u003c\/p\u003e\n          \u003cp class=\"layer-desc\"\u003eVMotion Recliner, pressure cushions, coccyx wedge, bed wedge, lumbar support\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"layer-arrow\"\u003e→\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── NDIS STRIP ─────────────────────────────── --\u003e\n\u003cdiv class=\"ndis-strip\"\u003e\n  \u003cdiv class=\"ndis-strip-inner\"\u003e\n    \u003cdiv class=\"ndis-text\"\u003e\n      \u003cstrong\u003eNDIS Instant Checkout available\u003c\/strong\u003e\n      \u003cspan\u003ePurchase iCare products directly using your NDIS funding. No invoices, no waiting. Call 1300 604 499 for equipment guidance.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"tel:1300604499\" class=\"btn btn-purple\" style=\"font-size:0.825rem; padding:0.6rem 1.25rem; white-space:nowrap;\"\u003e📞 Call 1300 604 499\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── ABOUT STRIP ────────────────────────────── --\u003e\n\u003cdiv class=\"about-strip\"\u003e\n  \u003cdiv class=\"about-strip-inner\"\u003e\n    \u003cp class=\"about-text\"\u003e\u003cstrong\u003eiCare Medical Group\u003c\/strong\u003e is a division of Sleep Systems, based in Laverton North, Victoria. They manufacture homecare beds, mattresses, cushioning, and accessories for people who want the functional benefits of clinical equipment in a product that actually looks and feels at home. Every product is backed by OT expertise and designed to support independent living.\u003c\/p\u003e\n    \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-outline-white\" style=\"white-space:nowrap;\"\u003eBrowse the range\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── PRODUCT CATEGORIES ──────────────────────── --\u003e\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat's in the\u003cbr\u003e\u003cem\u003eiCare collection.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"section-lead\"\u003eThe iCare range covers the bed, the mattress, the surface it sits on, and the support around it — a complete sleep and rest system for people managing health conditions, recovering from surgery, or needing long-term care support at home.\u003c\/p\u003e\n\n    \u003cdiv class=\"cat-grid\"\u003e\n\n      \u003c!-- Homecare Beds --\u003e\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cdiv class=\"cat-card-accent beds\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cat-card-body\"\u003e\n          \u003cspan class=\"cat-icon\"\u003e🛏️\u003c\/span\u003e\n          \u003ch3 class=\"cat-title\"\u003eHomecare Beds\u003c\/h3\u003e\n          \u003cp class=\"cat-desc\"\u003eiCare's homecare beds are built to bring hospital-grade function into a domestic setting without looking like hospital equipment. Four-function profiling — head lift, knee break, height adjust, and Trendelenburg positioning — in a design that fits a real bedroom. The IC333 Premium Homecare Bed and IC111 Deluxe Bed Base are the flagship models, with dual-motor power and safe working loads suited to a wide range of body types. A detachable headboard option keeps the bedroom looking like a bedroom.\u003c\/p\u003e\n          \u003cdiv class=\"cat-products\"\u003e\n            \u003cspan class=\"prod-tag\"\u003eIC333 Premium\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eIC111 Deluxe Bed Base\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eIcare Headboard\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-navy\"\u003eShop beds\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Mattresses \u0026 Toppers --\u003e\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cdiv class=\"cat-card-accent mattress\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cat-card-body\"\u003e\n          \u003cspan class=\"cat-icon\"\u003e🟣\u003c\/span\u003e\n          \u003ch3 class=\"cat-title\"\u003eActiveX™ Mattresses \u0026amp; Toppers\u003c\/h3\u003e\n          \u003cp class=\"cat-desc\"\u003eiCare's ActiveX material is a proprietary gel-infused foam blend designed for pressure injury prevention, temperature regulation, and comfortable immersion. The IC20 Medium ActiveX Mattress balances pressure care and repositioning ease. The IC30 Gel-Infused adds a cooling layer for people who sleep hot. The ActiveX Topper upgrades an existing mattress without requiring a full replacement — a practical option for people not yet on a homecare bed. The King size is available for the topper.\u003c\/p\u003e\n          \u003cdiv class=\"cat-products\"\u003e\n            \u003cspan class=\"prod-tag\"\u003eIC20 ActiveX Mattress\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eIC30 Gel-Infused Medium\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eActiveX Topper — King\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eWaterproof Terry Protector\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eMattress Protection\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-navy\"\u003eShop mattresses\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Pillows --\u003e\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cdiv class=\"cat-card-accent pillow\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cat-card-body\"\u003e\n          \u003cspan class=\"cat-icon\"\u003e😴\u003c\/span\u003e\n          \u003ch3 class=\"cat-title\"\u003eTherapeutic Pillows\u003c\/h3\u003e\n          \u003cp class=\"cat-desc\"\u003eiCare's pillow range uses ActiveX gel bead technology and visco memory foam to support cervical alignment, reduce pressure on the neck and shoulders, and help maintain comfortable positioning through the night. The Visco Classic and Visco Cloud are memory foam options at different loft heights. The ActiveX Contour Neck Pillow uses gel beads for a pillow that can be moulded to individual shape preferences. The Body Pillow serves a different function — full-length positioning support for spine, hip, and leg alignment during sleep.\u003c\/p\u003e\n          \u003cdiv class=\"cat-products\"\u003e\n            \u003cspan class=\"prod-tag\"\u003eVisco Classic\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eVisco Cloud\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eActiveX Contour Neck\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eBody Pillow\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-navy\"\u003eShop pillows\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Cushions \u0026 Positioning --\u003e\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cdiv class=\"cat-card-accent cushion\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cat-card-body\"\u003e\n          \u003cspan class=\"cat-icon\"\u003e💜\u003c\/span\u003e\n          \u003ch3 class=\"cat-title\"\u003eCushions \u0026amp; Positioning Aids\u003c\/h3\u003e\n          \u003cp class=\"cat-desc\"\u003ePressure care and positioning cushions for use in chairs, wheelchairs, and in bed. The Donut Cushion relieves coccyx pressure for people with tailbone pain. The Coccyx Wedge Cushion does similar work with a wedge angle that also improves seated posture. The Bed Wedge positions the upper body for reflux management, post-surgical recovery, or respiratory support. The Reform Seat Support and Half Lumbar Cushion address lumbar and lower back support in both seated and supine positions. The Pressure Pad is a flat pressure-relieving overlay for targeted use.\u003c\/p\u003e\n          \u003cdiv class=\"cat-products\"\u003e\n            \u003cspan class=\"prod-tag\"\u003eDonut Cushion\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eCoccyx Wedge\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eBed Wedge\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eReform Seat Support\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eHalf Lumbar Cushion\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003ePressure Pad\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-navy\"\u003eShop cushions\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- VMotion Recliner --\u003e\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cdiv class=\"cat-card-accent seating\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cat-card-body\"\u003e\n          \u003cspan class=\"cat-icon\"\u003e🪑\u003c\/span\u003e\n          \u003ch3 class=\"cat-title\"\u003eVMotion Recliner Chair\u003c\/h3\u003e\n          \u003cp class=\"cat-desc\"\u003eThe VMotion is iCare's powered lift and recline chair — a clinical product with a domestic aesthetic. Four QuietDrive electric actuators combine rise-and-recline with an eight-point customisable comfort interface. It's suitable for home and clinical facility settings and addresses pressure care, postural support, and independent mobility in a single piece of furniture. The rise function assists people who struggle to stand from a standard chair, reducing carer burden and supporting independence. Available in a choice of fabrics.\u003c\/p\u003e\n          \u003cdiv class=\"cat-products\"\u003e\n            \u003cspan class=\"prod-tag\"\u003eVMotion Recliner Chair\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eFour QuietDrive actuators\u003c\/span\u003e\n            \u003cspan class=\"prod-tag\"\u003eRise \u0026amp; recline\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-navy\"\u003eView VMotion Chair\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr class=\"rule\"\u003e\n\n\u003c!-- ── ACTIVEX SECTION ──────────────────────────── --\u003e\n\u003csection class=\"section activex section-alt\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003cdiv class=\"activex-grid\"\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"section-title\"\u003eWhy iCare products\u003cbr\u003e\u003cem\u003eperform differently.\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"section-lead\"\u003eiCare builds products around the specific functional needs of people managing health conditions at home — not around cost reduction. That shows up in the materials, the engineering, and the clinical thinking behind each product.\u003c\/p\u003e\n\n        \u003cdiv class=\"feature-list\"\u003e\n          \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🟣\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"feature-title\"\u003eActiveX™ proprietary material\u003c\/p\u003e\n              \u003cp class=\"feature-desc\"\u003eiCare's ActiveX gel bead technology is the material used across their mattresses, toppers, pillows, and cushions. It's designed to distribute pressure evenly, regulate temperature, and conform to body shape without losing its structural support — which matters for people who spend extended time in bed or seated.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🏠\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"feature-title\"\u003eClinical function, domestic design\u003c\/p\u003e\n              \u003cp class=\"feature-desc\"\u003eiCare's core positioning is that homecare equipment shouldn't look like hospital equipment. Their beds, chairs, and bedding are designed to fit aesthetically into a real home — a meaningful consideration for people who are going to live with this equipment every day, and for families setting up a care space for a loved one.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🧠\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"feature-title\"\u003eOT-developed and OT-prescribed\u003c\/p\u003e\n              \u003cp class=\"feature-desc\"\u003eiCare products are developed with input from occupational therapists and are regularly prescribed by OTs for clients with complex positioning, pressure care, and mobility needs. Clinical resource support and training programmes are available for therapists through iCare's dealer network.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🏭\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"feature-title\"\u003eAustralian manufacturing\u003c\/p\u003e\n              \u003cp class=\"feature-desc\"\u003eiCare manufactures in Laverton North, Victoria. Made-to-order production means products aren't sitting in a warehouse — they're built when ordered. New products and solutions are released regularly, and the local manufacturing model means supply reliability that imported alternatives can't always match.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-item\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e💜\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"feature-title\"\u003eBuilt for long-term use\u003c\/p\u003e\n              \u003cp class=\"feature-desc\"\u003eiCare beds feature dual-lift motors with up to 12,000 newtons of lifting power, heavy-duty castors, and safe working loads that accommodate bariatric users. These are products designed to perform under daily clinical-level use for years, not consumer durability standards.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"activex-card\"\u003e\n          \u003cp class=\"activex-kicker\"\u003eActiveX™ Technology\u003c\/p\u003e\n          \u003ch3 class=\"activex-title\"\u003eThe material behind\u003cbr\u003e\u003cem\u003ethe comfort.\u003c\/em\u003e\n\u003c\/h3\u003e\n          \u003cp class=\"activex-body\"\u003eActiveX is iCare's proprietary gel bead and foam material — the same technology used across their mattresses, toppers, pillows, and cushions. It's what distinguishes iCare's pressure care products from standard foam alternatives.\u003c\/p\u003e\n\n          \u003cdiv class=\"activex-specs\"\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n              \u003cspan class=\"spec-dot\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eGel-infused beads distribute pressure evenly across bony prominences to reduce pressure injury risk\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n              \u003cspan class=\"spec-dot\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eTemperature-regulating properties help prevent the heat build-up that worsens pressure injury risk and disrupts sleep\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n              \u003cspan class=\"spec-dot\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eMoulds to body shape for immersion and support without bottoming out under sustained weight\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n              \u003cspan class=\"spec-dot\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eFirm edge support on ActiveX mattresses allows safer in-bed transfers and repositioning\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n              \u003cspan class=\"spec-dot\"\u003e✓\u003c\/span\u003e\n              \u003cspan\u003eUsed across the full iCare range — mattresses, toppers, pillows, and cushions — for consistent pressure care outcomes\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cp class=\"activex-note\"\u003eActiveX mattresses are available in firm (IC15), medium (IC20), and soft (IC25) immersion profiles. The IC30 adds a gel-infused cooling layer. Selection should be guided by a clinician or OT based on the individual's pressure care risk, weight, and mobility.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── OT STRIP ───────────────────────────────── --\u003e\n\u003cdiv class=\"ot-strip\"\u003e\n  \u003cdiv class=\"ot-strip-inner\"\u003e\n    \u003cp class=\"ot-text\"\u003eiCare products are \u003cstrong\u003eregularly prescribed by occupational therapists\u003c\/strong\u003e across Australia for clients with pressure care needs, postural support requirements, and reduced mobility. If you're an OT sourcing iCare products for a client, our team can assist with product selection, NDIS documentation, and delivery to your client's home. Call us on 1300 604 499 or visit our Epping showroom to see iCare products in person.\u003c\/p\u003e\n    \u003ca href=\"tel:1300604499\" class=\"btn btn-purple\" style=\"white-space:nowrap;\"\u003e📞 Speak to our team\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003chr class=\"rule\"\u003e\n\n\u003c!-- ── TESTIMONIALS ────────────────────────────── --\u003e\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat people say about\u003cbr\u003e\u003cem\u003eiCare products.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"section-lead\"\u003eTestimonials sourced directly from iCare Medical Group's own published materials.\u003c\/p\u003e\n\n    \u003cdiv class=\"testimonial-grid\"\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cp class=\"testimonial-quote\"\u003e\"Previously I only got 3–4 hours per night. I now sleep for more than 6 hours. The bed is amazing.\"\u003c\/p\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"testimonial-attr\"\u003eKay L — End User, QLD Australia\u003c\/p\u003e\n          \u003cspan class=\"testimonial-product\"\u003eIC333™ Homecare Bed\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cp class=\"testimonial-quote\"\u003e\"I have been most impressed with the performance of the M1 bariatric mattress for a severely affected brain injured client that is unable to roll or reposition himself. We were experiencing pressure sores up until the prescription of this mattress and iCare bed.\"\u003c\/p\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"testimonial-attr\"\u003eShane M — Occupational Therapist, Australia\u003c\/p\u003e\n          \u003cspan class=\"testimonial-product\"\u003eM1 Medical Mattress + IC333 Bed\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"testimonial-card\"\u003e\n        \u003cp class=\"testimonial-quote\"\u003e\"My clients have had great success using the iCare ActiveX mattress overlay. It is compact but comfortable, and provides that extra bit of pressure relief without having to transition to an entirely new mattress.\"\u003c\/p\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"testimonial-attr\"\u003eOrla B — Occupational Therapist, New Zealand\u003c\/p\u003e\n          \u003cspan class=\"testimonial-product\"\u003eActiveX™ Overlay\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── WHO ─────────────────────────────────────── --\u003e\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWho the iCare range\u003cbr\u003e\u003cem\u003eis designed for.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"section-lead\"\u003eiCare products serve a specific group of people — those managing complex care needs who want to do so at home, with equipment that actually helps rather than just occupies space.\u003c\/p\u003e\n\n    \u003cdiv class=\"who-grid\"\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cspan class=\"who-icon\"\u003e🏠\u003c\/span\u003e\n        \u003cp class=\"who-title\"\u003ePeople wanting to stay at home\u003c\/p\u003e\n        \u003cp class=\"who-desc\"\u003eiCare's stated mission is keeping people in the comfort of their own homes. Their beds and mattresses bring clinical capability into a domestic setting without requiring a move to residential care.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cspan class=\"who-icon\"\u003e🩺\u003c\/span\u003e\n        \u003cp class=\"who-title\"\u003ePeople with pressure care needs\u003c\/p\u003e\n        \u003cp class=\"who-desc\"\u003eThe ActiveX mattress and cushion range is specifically designed for pressure injury prevention and management — for anyone spending extended time in bed or seated, including people with neurological conditions, limited mobility, or post-surgical needs.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cspan class=\"who-icon\"\u003e🧓\u003c\/span\u003e\n        \u003cp class=\"who-title\"\u003eOlder Australians\u003c\/p\u003e\n        \u003cp class=\"who-desc\"\u003eFall-safe low bed designs, rise-and-recline chair functions, and positioning support address the specific challenges of ageing at home — reduced mobility, increased fall risk, and the need for equipment that doesn't require a carer to operate.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cspan class=\"who-icon\"\u003e🧠\u003c\/span\u003e\n        \u003cp class=\"who-title\"\u003eOccupational therapists\u003c\/p\u003e\n        \u003cp class=\"who-desc\"\u003eiCare products are OT-developed and OT-prescribed. If you're sourcing for a client, our team can assist with selection, NDIS documentation, and trial arrangements. We can also visit our Epping showroom with a client for in-person assessment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cspan class=\"who-icon\"\u003e👨‍👩‍👧\u003c\/span\u003e\n        \u003cp class=\"who-title\"\u003eFamily carers\u003c\/p\u003e\n        \u003cp class=\"who-desc\"\u003eSetting up a care space at home for a parent or partner is a significant undertaking. iCare's products reduce carer burden — powered height adjustment reduces manual handling risk, and positioning aids reduce the frequency of assisted repositioning during the night.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cspan class=\"who-icon\"\u003e📋\u003c\/span\u003e\n        \u003cp class=\"who-title\"\u003eNDIS participants\u003c\/p\u003e\n        \u003cp class=\"who-desc\"\u003eiCare beds, mattresses, and cushioning are commonly funded under the NDIS as assistive technology. An OT assessment and recommendation is typically required for AT funding. Our NDIS instant checkout makes purchasing straightforward once funding is confirmed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── TRUST BAR ────────────────────────────────── --\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n  \u003cdiv class=\"trust-bar-inner\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cspan class=\"trust-icon\"\u003e🚚\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"trust-label\"\u003eFast nationwide delivery\u003c\/span\u003e\n        \u003cspan class=\"trust-sub\"\u003eDispatched within 1–2 business days for in-stock items\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cspan class=\"trust-icon\"\u003e🏪\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"trust-label\"\u003eEpping showroom\u003c\/span\u003e\n        \u003cspan class=\"trust-sub\"\u003eSee and try iCare products in person before buying\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cspan class=\"trust-icon\"\u003e💰\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"trust-label\"\u003ePrice match guarantee\u003c\/span\u003e\n        \u003cspan class=\"trust-sub\"\u003eFind it cheaper? We'll match it.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n      \u003cspan class=\"trust-icon\"\u003e📋\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"trust-label\"\u003eNDIS instant checkout\u003c\/span\u003e\n        \u003cspan class=\"trust-sub\"\u003ePurchase directly under your NDIS plan\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── FAQ ──────────────────────────────────────── --\u003e\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-inner\"\u003e\n    \u003ch2 class=\"section-title\"\u003eCommon questions about\u003cbr\u003e\u003cem\u003eiCare products.\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-grid\"\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eWhat is iCare Medical Group and where are they based?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eiCare Medical Group is a division of Sleep Systems, an Australian company based in Laverton North, Victoria. They manufacture homecare beds, mattresses, cushioning, seating, and accessories for people needing care at home. Their products are made to order in their Melbourne factory and supplied through dealer networks across Australia and New Zealand.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eWhat is ActiveX™ material and what makes it different from standard foam?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eActiveX is iCare's proprietary gel-infused bead material used across their mattresses, toppers, pillows, and cushions. Unlike standard foam, which provides even but static support, ActiveX gel beads conform to body shape for individualised pressure distribution, regulate temperature to reduce heat build-up, and maintain their structural properties over time without the progressive compression that causes standard foam to lose effectiveness. It's the core technology behind iCare's pressure injury prevention claims.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eHow do I choose between the IC20 and IC30 mattress?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eBoth are ActiveX mattresses with medium immersion — the main difference is that the IC30 adds a gel-infused cooling layer, making it the better choice for people who sleep hot or have temperature regulation concerns. The IC20 is the standard medium option for pressure care with good immersion and firm edge support for repositioning. For anyone unsure, involvement from an OT or GP is recommended to match the mattress to the individual's pressure care risk and mobility.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eAre iCare homecare beds funded by the NDIS?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eiCare homecare beds, mattresses, and cushioning are commonly funded under the NDIS as assistive technology. An occupational therapist assessment and recommendation is typically required to justify AT funding for beds and mattresses. Cushioning and positioning aids may fall under consumables or AT depending on the product and the participant's plan. Check with your support coordinator or plan manager to confirm what's covered, and use our NDIS instant checkout once funding is confirmed.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eCan I trial iCare products before purchasing?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eYes. We carry iCare products at our Epping showroom where you can see and try them in person. This is particularly worth doing for beds and the VMotion recliner, where fit, feel, and function are important before committing. You can also visit with your occupational therapist for a joint assessment. Call us on 1300 604 499 to check what's currently on the showroom floor before making the trip.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eWhat's the difference between the IC333 and the IC111 bed?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eBoth are four-function homecare beds with head lift, knee break, height adjustment, and Trendelenburg positioning. The IC333 Premium is iCare's flagship model with a heavier-duty build, higher safe working load, unlimited under-bed clearance, and eight heavy-duty castors — suited to more complex care needs. The IC111 Deluxe is a domestic-looking option with head lift and knee break, available in split queen and split king sizes, and is compatible with the full iCare accessory range. Your OT can advise which model is appropriate for a specific clinical situation.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eWhat is the VMotion Recliner Chair and who is it for?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eThe VMotion is iCare's powered lift-and-recline chair, featuring four QuietDrive electric actuators that combine rise, recline, and an eight-point customisable comfort interface. It's designed for people who have difficulty standing from a seated position, need postural support during extended sitting, or require pressure management in their seating as well as their bed. It suits both home and clinical facility settings, and is available in a range of fabrics. As with other iCare AT products, it may be fundable under the NDIS with an OT recommendation.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003eHow long does iCare product delivery take?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-answer\"\u003eiCare products are made to order in their Melbourne factory. In-stock items through Platinum Health are dispatched within 1–2 business days. For made-to-order items, lead times can vary — iCare has noted approximately 8 months lead time on some products during high-demand periods. Check individual product pages or call us on 1300 604 499 to confirm current lead times before ordering, particularly for beds and mattresses.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── CTA ───────────────────────────────────────── --\u003e\n\u003csection class=\"cta-section\"\u003e\n  \u003cdiv style=\"max-width: var(--max); margin: 0 auto;\"\u003e\n    \u003ch2 class=\"section-title\"\u003eBrowse iCare or\u003cbr\u003e\u003cem\u003etalk to our team.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"cta-lead\"\u003eBrowse the full iCare range above, visit our Epping showroom to try products in person, or call 1300 604 499 for NDIS guidance, OT referrals, and equipment selection help.\u003c\/p\u003e\n    \u003cdiv class=\"cta-buttons\"\u003e\n      \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/icare\" class=\"btn btn-purple\"\u003eBrowse iCare range\u003c\/a\u003e\n      \u003ca href=\"tel:1300604499\" class=\"btn btn-outline-white\"\u003e📞 Call 1300 604 499\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","products":[{"product_id":"icare-ic30-medium-activex-gel-infused-mattress","title":"Icare IC30 中等凝胶注入记忆棉床垫","description":"\u003ch1\u003eIcare IC30 中等ActiveX凝胶注入床垫 – 支撑性舒适\u003c\/h1\u003e\n\u003cp\u003eIcare IC30 中等ActiveX凝胶注入床垫旨在为寻求舒适和耐用性的个体提供均衡的支撑和压力缓解。这款床垫注入了冷却凝胶，有助于调节温度，同时提供中等硬度，适用于家庭护理、老年护理和康复环境中的日常使用。\u003c\/p\u003e\n\u003cp\u003eIC30床垫有多种尺寸可供选择，是那些需要可靠舒适和支撑以促进安宁睡眠和身心健康的人士的理想选择。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择Icare IC30 中等ActiveX凝胶注入床垫？\u003c\/h2\u003e\n\u003cp\u003e这款床垫将ActiveX材料与凝胶注入技术相结合，提供卓越的舒适性和压力再分配。它对有压疮风险的个体特别有益，提供一个能适应身体轮廓并保持凉爽睡眠环境的支撑表面。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eActiveX材料：\u003c\/strong\u003e响应身体形状和运动，提供个性化支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e凝胶注入：\u003c\/strong\u003e有助于调节温度，提供更凉爽的睡眠表面。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e中等硬度：\u003c\/strong\u003e均衡舒适，适合广泛用户。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e压力缓解：\u003c\/strong\u003e降低压疮风险，提升睡眠质量。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用设计：\u003c\/strong\u003e专为家庭和护理环境中的长期使用而打造。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用尺寸\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e单人床：\u003c\/strong\u003e适合个人用户的紧凑选择。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长单人床：\u003c\/strong\u003e为身材较高的人提供额外长度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e加大单人床：\u003c\/strong\u003e更宽的设计，增加舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e双人床：\u003c\/strong\u003e适用于共享或更大的睡眠安排。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长双人床：\u003c\/strong\u003e延长长度以获得额外空间。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e大号床：\u003c\/strong\u003e宽敞选择，提供最大舒适度。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e尺寸和规格\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e型号：\u003c\/strong\u003e长单人床\u003cbr\u003e\u003cstrong\u003e安全工作负荷（SWL）：\u003c\/strong\u003e30–200公斤\u003cbr\u003e\u003cstrong\u003e长度：\u003c\/strong\u003e203厘米\u003cbr\u003e\u003cstrong\u003e宽度：\u003c\/strong\u003e90厘米\u003cbr\u003e\u003cstrong\u003e厚度：\u003c\/strong\u003e20厘米\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e型号：\u003c\/strong\u003e长加大单人床\u003cbr\u003e\u003cstrong\u003e安全工作负荷（SWL）：\u003c\/strong\u003e30–200公斤\u003cbr\u003e\u003cstrong\u003e长度：\u003c\/strong\u003e203厘米\u003cbr\u003e\u003cstrong\u003e宽度：\u003c\/strong\u003e107厘米\u003cbr\u003e\u003cstrong\u003e厚度：\u003c\/strong\u003e20厘米\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e型号：\u003c\/strong\u003e长双人床\u003cbr\u003e\u003cstrong\u003e安全工作负荷（SWL）：\u003c\/strong\u003e30–200公斤\u003cbr\u003e\u003cstrong\u003e长度：\u003c\/strong\u003e203厘米\u003cbr\u003e\u003cstrong\u003e宽度：\u003c\/strong\u003e135厘米\u003cbr\u003e\u003cstrong\u003e厚度：\u003c\/strong\u003e20厘米\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e型号：\u003c\/strong\u003e长大号床\u003cbr\u003e\u003cstrong\u003e安全工作负荷（SWL）：\u003c\/strong\u003e30–200公斤\u003cbr\u003e\u003cstrong\u003e长度：\u003c\/strong\u003e203厘米\u003cbr\u003e\u003cstrong\u003e宽度：\u003c\/strong\u003e152厘米\u003cbr\u003e\u003cstrong\u003e厚度：\u003c\/strong\u003e20厘米\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e有压疮风险的个体\u003c\/li\u003e\n\n\u003cli\u003e日常睡眠的普遍舒适和支撑\u003c\/li\u003e\n\n\u003cli\u003e用于家庭护理、老年护理或康复环境\u003c\/li\u003e\n\n\u003cli\u003e需要温度调节寝具的用户\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用方法\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e将床垫放置在合适的床架或床基上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e定位：\u003c\/strong\u003e确保床垫对齐且稳定。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e覆盖：\u003c\/strong\u003e根据需要使用合适的床上用品和保护罩。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e检查：\u003c\/strong\u003e确认用户的舒适度和支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e定期旋转或检查以确保使用寿命。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正宗医疗保健产品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e有竞争力的价格，并提供批量订购选项\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速可靠的运输\u003c\/li\u003e\n\n\u003cli\u003e友好专业的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e体验Icare IC30 中等ActiveX凝胶注入床垫带来的支撑性舒适。立即订购或联系我们获取批量采购选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 购买全系列移动和日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\"\u003e 联系批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"icare","offers":[{"title":"单个 \/ 每个","offer_id":50915801596224,"sku":"IC30S","price":1055.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个","offer_id":50915801628992,"sku":"IC30LS","price":1095.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个","offer_id":49832135754048,"sku":"IC30KS","price":1165.0,"currency_code":"AUD","in_stock":true},{"title":"双击 \/ 每个","offer_id":50915801661760,"sku":"IC30D","price":1630.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度浮点数 \/ 每个","offer_id":50915801694528,"sku":"IC30LD","price":1680.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个","offer_id":50915801727296,"sku":"IC30Q","price":1740.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare_IC30_Medium_ActiveX_Gel_Infused_Mattress_1.png?v=1766110634"},{"product_id":"i-care-waterproof-terry-mattress-protector-with-30cm-skirt","title":"Icare 防水毛巾布床垫保护罩带 30 厘米围边","description":"\u003ch1\u003eIcare 防水毛圈床垫保护罩，带 30 厘米裙边 – 可靠的床垫保护\u003c\/h1\u003e\n\u003cp\u003eIcare 防水毛圈床垫保护罩，带 30 厘米裙边，是一种实用的解决方案，可保护您的床垫免受溢出物、意外和日常磨损。它采用柔软的毛圈表面和防水衬垫设计，提供舒适感，同时确保持久保护。\u003c\/p\u003e\n\u003cp\u003e这款床垫保护罩非常适合家庭、老年护理和医疗保健环境使用，有助于保持卫生并延长床垫的使用寿命。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Icare 防水毛圈床垫保护罩？\u003c\/h2\u003e\n\u003cp\u003e这款保护罩将舒适性与功能性相结合，提供透气的毛圈织物表面和安全的 30 厘米裙边，以适应大多数床垫。它易于清洗和重复使用，是家庭和护理人员经济实惠且环保的选择。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e防水衬垫：\u003c\/strong\u003e保护床垫免受溢出物、意外和湿气的影响。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e柔软的毛圈表面：\u003c\/strong\u003e舒适透气，带来安稳睡眠。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e30 厘米裙边：\u003c\/strong\u003e确保与大多数标准床垫完美贴合。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e可重复使用设计：\u003c\/strong\u003e可机洗，方便且可持续。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用质量：\u003c\/strong\u003e经久耐用，可承受家庭和护理环境中的日常使用。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003e适合日常使用，提供可靠的防水保护和舒适的毛圈表面。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用说明\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e保护床垫免受溢出物和意外\u003c\/li\u003e\n\n\u003cli\u003e老年护理或家庭环境中的排泄管理\u003c\/li\u003e\n\n\u003cli\u003e保持床垫卫生并延长使用寿命\u003c\/li\u003e\n\n\u003cli\u003e日常家庭使用，让您高枕无忧\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用方法\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e像床单一样将保护罩放在床垫上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e固定：\u003c\/strong\u003e确保 30 厘米的裙边塞入床垫下方，以实现紧密贴合。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e使用：\u003c\/strong\u003e舒适睡眠，并提供额外保护，防止溢出物和意外。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e清洗：\u003c\/strong\u003e根据护理说明定期取下并机洗。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply 购物？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正品医疗保健产品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e具有批量订单选项的具竞争力的价格\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚范围内的快速可靠运输\u003c\/li\u003e\n\n\u003cli\u003e友好且知识渊博的客户支持团队\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 防水毛圈床垫保护罩（带 30 厘米裙边）保护您的床垫。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 选购全系列移动和日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\"\u003e 联系批量订单 \u003c\/a\u003e\u003c\/p\u003e","brand":"Platinum Health Supply","offers":[{"title":"每个","offer_id":49832275542336,"sku":"ICMPKS","price":69.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare_Waterproof_Terry_Mattress_Protector_with_30cm_Skirt_1.png?v=1766379476"},{"product_id":"i-care-activex-topper-mattress-king-single","title":"Icare ActiveX 加厚床垫 - 特大单人床","description":"\u003ch1\u003eIcare ActiveX 床垫套 – 超大单人床舒适度与减压\u003c\/h1\u003e\n\u003cp\u003eIcare ActiveX 超大单人床垫套旨在提高舒适度、支撑力和减压效果，帮助个人获得更好的睡眠质量。这款床垫套采用先进的 ActiveX 材料制成，可适应身体轮廓，减少压力点并促进安稳睡眠。\u003c\/p\u003e\n\u003cp\u003e这款床垫套非常适合养老院、残疾人支持机构和家庭环境，为需要额外缓冲和支撑的人士提供实用的解决方案。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为什么选择 Icare ActiveX 床垫套？\u003c\/h2\u003e\n\u003cp\u003e这款床垫套结合了创新的减压技术和耐用的结构。ActiveX 材料可根据体温和体重做出响应，确保个性化的舒适度和支撑。它特别适用于有压疮风险或寻求更高睡眠质量的人士。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eActiveX 技术：\u003c\/strong\u003e适应身体轮廓，提供减压和舒适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e超大单人床尺寸：\u003c\/strong\u003e宽敞的尺寸，适合单人使用。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e压疮护理支撑：\u003c\/strong\u003e有助于降低压疮风险。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用品质：\u003c\/strong\u003e专为医疗保健和家庭环境中的长期使用而设计。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e改善睡眠：\u003c\/strong\u003e促进安稳舒适的睡眠。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e超大单人床：\u003c\/strong\u003e适合需要额外舒适和支撑的单人用户。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e尺寸和规格\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e安全工作负载 (SWL)：\u003c\/strong\u003e30–215kg\u003cbr\u003e\u003cstrong\u003e长度：\u003c\/strong\u003e203cm\u003cbr\u003e\u003cstrong\u003e宽度：\u003c\/strong\u003e107cm\u003cbr\u003e\u003cstrong\u003e深度：\u003c\/strong\u003e5cm\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e有压疮或皮肤破损风险的人士。\u003c\/li\u003e\n\n\u003cli\u003e寻求更高舒适度和睡眠质量的用户。\u003c\/li\u003e\n\n\u003cli\u003e养老院和残疾人支持环境。\u003c\/li\u003e\n\n\u003cli\u003e需要日常生活辅助用品的 NDIS 参与者。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e如何使用\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e将床垫套铺在现有床垫上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e放置：\u003c\/strong\u003e确保其平整并与床对齐。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e放松：\u003c\/strong\u003e躺下，享受增强的舒适度和支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e定期旋转并遵循保养说明以延长使用寿命。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为什么选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正版医疗和舒适产品的授权经销商。\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格，并提供批量订单选项。\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚各地快速可靠的运输。\u003c\/li\u003e\n\n\u003cli\u003e为护理人员和医疗保健提供者提供友好、专业的支持。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare ActiveX 床垫套 – 超大单人床升级您的睡眠舒适度。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 选购全系列移动和日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\"\u003e 联系我们批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"ILS","offers":[{"title":"每个","offer_id":50459931967808,"sku":"S11244","price":549.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-ActiveX-Topper-Mattress.png?v=1766379940"},{"product_id":"icare-headboard","title":"伊卡尔床头板","description":"\u003ch1\u003eIcare 床头板 – 时尚实用的卧室配件\u003c\/h1\u003e\n\u003cp\u003eIcare 单人床头板，鸽灰色乙烯基饰面，是您卧室配置中时尚实用的补充。它旨在与 Icare 床具相得益彰，提供额外的舒适度、稳定性和精致外观，适用于家庭、老年护理和医院环境。\u003c\/p\u003e\n\u003cp\u003e这款床头板采用耐用的鸽灰色乙烯基材料制成，既增强了功能性又美观大方，营造出温馨的氛围，同时确保长期可靠性。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Icare 床头板？\u003c\/h2\u003e\n\u003cp\u003e这款床头板专为与 Icare 床具无缝集成而设计。其乙烯基饰面易于清洁且经久耐用，而鸽灰色则为任何护理环境增添了现代、宁静的氛围。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用乙烯基饰面：\u003c\/strong\u003e易于清洁和维护，经久耐用。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e时尚鸽灰色：\u003c\/strong\u003e为卧室增添现代、宁静的美感。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e支撑设计：\u003c\/strong\u003e为用户提供稳定性和舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e单人尺寸：\u003c\/strong\u003e完美适合单人 Icare 床具。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e易于安装：\u003c\/strong\u003e设计用于与 Icare 床架无缝配合。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e单人 – 乙烯基鸽灰色：\u003c\/strong\u003e标准型号，提供耐用性和风格。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用指征\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e改善家庭或老年护理环境的卧室美感\u003c\/li\u003e\n\n\u003cli\u003e为使用 Icare 床具的个人提供支撑性舒适度\u003c\/li\u003e\n\n\u003cli\u003e适用于医院和临床环境\u003c\/li\u003e\n\n\u003cli\u003e在护理机构中营造温馨的氛围\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e如何使用\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e确保床已稳固放置。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e安装：\u003c\/strong\u003e按照说明将床头板安装到 Icare 床架上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e调整：\u003c\/strong\u003e确认稳定性和对齐。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e根据需要用湿布擦拭清洁。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e享受：\u003c\/strong\u003e享受额外的舒适和风格。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正版医疗保健产品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e具有批量订单选项的竞争力价格\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚范围内的快速配送\u003c\/li\u003e\n\n\u003cli\u003e友好且知识渊博的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 床头板 – 单人乙烯基鸽灰色，为您的卧室增添舒适和时尚。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 选购全系列移动和日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"单个 \/ 黑胶鸽 \/ 每个","offer_id":50948277174592,"sku":"HB333SVD","price":380.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-Headboard.png?v=1754435167"},{"product_id":"icare-ic333-homecare-bed","title":"Icare IC333 高级居家护理床","description":"\u003ch1\u003eIcare IC333 高级家用护理床 – 舒适、安全与时尚\u003c\/h1\u003e\n\u003cp\u003eIcare IC333 高级家用护理床旨在为家庭护理和老年护理环境提供卓越的舒适性、安全性和功能性。IC333 提供多种尺寸选项、广泛的织物颜色和可选附件，可灵活满足个人需求，同时保持时尚外观。是护理人员、护士、老年护理提供者、NDIS 参与者以及寻求高级家庭护理解决方案的日常消费者的理想选择。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点与优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e卓越舒适：\u003c\/strong\u003e 可调节位置，提供最佳休息和支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e坚固耐用：\u003c\/strong\u003e 专为家庭护理环境中的长期使用而设计。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e可定制设计：\u003c\/strong\u003e 提供多种尺寸、面料和可选配件。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e注重安全：\u003c\/strong\u003e 可选侧栏和床下照明可增强患者安全性。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e时尚外观：\u003c\/strong\u003e 多种面料颜色可供选择，适合任何卧室装饰。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长单人床：\u003c\/strong\u003e 紧凑尺寸，适合个人使用，提供卓越舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长双人床：\u003c\/strong\u003e 更宽选项，适合共用或宽敞的睡眠需求。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e分体式大号床：\u003c\/strong\u003e 双重调节，适用于需要独立定位的夫妇。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e超大单人床：\u003c\/strong\u003e 额外长度和宽度，增强舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e大号床：\u003c\/strong\u003e 标准大号床尺寸，具有高级调节功能。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e分体式特大号床：\u003c\/strong\u003e 双重控制，为夫妇提供最大灵活性。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e面料颜色\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e野牛棕：\u003c\/strong\u003e 温暖的泥土色调，营造自然外观。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e薄雾灰：\u003c\/strong\u003e 柔和的灰色，带来宁静的美感。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e黑色：\u003c\/strong\u003e 经典黑色，带来时尚外观。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e沙色：\u003c\/strong\u003e 中性米色，适合多功能造型。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e石板灰：\u003c\/strong\u003e 深灰色，适合现代内饰。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e玛瑙黑：\u003c\/strong\u003e 浓郁的黑色，带来高级质感。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e银色：\u003c\/strong\u003e 浅金属色调，尽显优雅。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e烟灰色：\u003c\/strong\u003e 柔和的灰色，营造低调风格。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e石色：\u003c\/strong\u003e 天然石色调，具有永恒的魅力。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e乙烯基灰褐色：\u003c\/strong\u003e 浅灰色柔软乙烯基饰面。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e乙烯基乌木色：\u003c\/strong\u003e 耐用乙烯基，深黑色。\u003c\/li\u003e\n\n\u003cli\u003e\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e尺寸与规格\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长单人床 (IC333LS)：\u003c\/strong\u003e 床垫 203 厘米 (长) x 90 厘米 (宽)，安全工作负荷 (SWL) 200 千克，30 个气囊。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e超大单人床 (IC333KS)：\u003c\/strong\u003e 床垫 203 厘米 (长) x 107 厘米 (宽)，安全工作负荷 (SWL) 200 千克，30 个气囊。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长双人床 (IC333D)：\u003c\/strong\u003e 床垫 203 厘米 (长) x 135 厘米 (宽)，安全工作负荷 (SWL) 300 千克，增强型致动器。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e一体式大号床 (IC333Q)：\u003c\/strong\u003e 床垫 203 厘米 (长) x 152 厘米 (宽)，安全工作负荷 (SWL) 300 千克，单手控制。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e分体式大号床 (IC333SQ)：\u003c\/strong\u003e 床垫每侧 203 厘米 (长) x 75 厘米 (宽)，安全工作负荷 (SWL) 300 千克，独立手控。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/ul\u003e\n\u003ch3\u003e床垫与床架\u003c\/h3\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长度：\u003c\/strong\u003e 床垫 203 厘米，床架 215 厘米（所有型号）\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e宽度：\u003c\/strong\u003e\n\u003cul\u003e\n\n\u003cli\u003e长单人床 – 床垫 90 厘米，床架 96 厘米\u003c\/li\u003e\n\n\u003cli\u003e超大单人床 – 床垫 107 厘米，床架 112 厘米\u003c\/li\u003e\n\n\u003cli\u003e长双人床 – 床垫 135 厘米，床架 140 厘米\u003c\/li\u003e\n\n\u003cli\u003e一体式大号床 – 床垫 152 厘米，床架 158 厘米\u003c\/li\u003e\n\n\u003cli\u003e分体式大号床 – 床垫每侧 75 厘米，床架 158 厘米\u003cbr\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e高度范围：\u003c\/strong\u003e 22 厘米 – 66 厘米\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e安全工作负荷 (SWL)：\u003c\/strong\u003e 200 千克（单人\/超大单人床），300 千克（双人\/大号\/分体式大号床）\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch3\u003e致动器\u003c\/h3\u003e\n\u003cul\u003e\n\n\u003cli\u003e长单人床和超大单人床 – 1x6000N 头部，1x6000N 膝部，2x6000N 高度\u003c\/li\u003e\n\n\u003cli\u003e长双人床 – 1x6000N 头部，1x6000N 膝部，2x8000N 高度\u003c\/li\u003e\n\n\u003cli\u003e一体式大号床 – 与双人床相同，单手控制\u003c\/li\u003e\n\n\u003cli\u003e分体式大号床 – 每侧：1x6000N 头部，1x6000N 膝部；共享：2x8000N 高度，独立手控\u003c\/li\u003e\n\n\u003cli\u003e分体式特大号床 – 每侧与长单人床相同\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e可选附件\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e床头板：\u003c\/strong\u003e 时尚饰面，与卧室装饰相得益彰。\u003c\/li\u003e\n\n\u003cstrong\u003e脚踏板：\u003c\/strong\u003e 提供完整安全的床架。\n\u003cli\u003e\n\n\u003cstrong\u003e侧栏：\u003c\/strong\u003e 防止跌倒，增强安全性。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e床下照明：\u003c\/strong\u003e 提高夜间能见度和安全性。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e家庭护理和老年护理环境\u003c\/li\u003e\n\n\u003cli\u003e需要可调节位置的患者\u003c\/li\u003e\n\n\u003cli\u003e寻求卓越舒适性和安全性的个人\u003c\/li\u003e\n\n\u003cli\u003e需要独立床铺调节的夫妇\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e授权经销商，销售正品\u003c\/li\u003e\n\n\u003cli\u003e有竞争力的价格和批量折扣\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速发货\u003c\/li\u003e\n\n\u003cli\u003e专业友好的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e体验 Icare IC333 高级家用护理床的卓越舒适性和安全性。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 浏览全系列行动辅助与日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact\"\u003e 批量订购请联系我们 \u003c\/a\u003e\u003c\/p\u003e","brand":"icare","offers":[{"title":"长单 \/ 每个 \/ 野牛 (黑胶唱片)","offer_id":51335881032000,"sku":"IC333LSVBSN","price":3826.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 迷雾","offer_id":51335880835392,"sku":"IC333LSMST","price":3565.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 黑色电影","offer_id":51335880868160,"sku":"IC333LSNR","price":3565.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 沙色（人造革）","offer_id":50948304470336,"sku":"IC333LSVSND","price":3826.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 石板 (乙烯基)","offer_id":51335881097536,"sku":"IC333LSVSLT","price":3826.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 缟玛瑙","offer_id":51335880900928,"sku":"IC333LSONX","price":3565.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 银","offer_id":51335880933696,"sku":"IC333LSSLVR","price":3565.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 烟雾","offer_id":51335880966464,"sku":"IC333LSSMK","price":3565.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 斯通","offer_id":51335880999232,"sku":"IC333LSSTN","price":3565.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 鸽子 (黑胶)","offer_id":51335880802624,"sku":"IC333LSVDV","price":3826.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个 \/ 乌木 (黑胶)","offer_id":51335881064768,"sku":"IC333LSVE","price":3826.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 野牛 (黑胶唱片)","offer_id":51335881687360,"sku":"IC333KSVBSN","price":3979.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 迷雾","offer_id":51335881490752,"sku":"IC333KSMST","price":3755.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 黑色电影","offer_id":51335881523520,"sku":"IC333KSNR","price":3755.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 沙色（人造革）","offer_id":51335880376640,"sku":"IC333KSVSND","price":3979.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 石板 (乙烯基)","offer_id":51335881752896,"sku":"IC333KSVSLT","price":3979.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 缟玛瑙","offer_id":51335881556288,"sku":"IC333KSONX","price":3755.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 银","offer_id":51335881589056,"sku":"IC333KSSLVR","price":3755.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 烟雾","offer_id":51335881621824,"sku":"IC333KSSMK","price":3755.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 斯通","offer_id":51335881654592,"sku":"IC333KSSTN","price":3755.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 鸽子 (黑胶)","offer_id":51335881457984,"sku":"IC333KSVDV","price":3979.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个 \/ 乌木 (黑胶)","offer_id":51335881720128,"sku":"IC333KSVE","price":3979.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 野牛 (黑胶唱片)","offer_id":51335881359680,"sku":"IC333DVBSN","price":6740.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 迷雾","offer_id":51335881163072,"sku":"IC333DMST","price":6450.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 黑色电影","offer_id":51335881195840,"sku":"IC333DNR","price":6450.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 沙色（人造革）","offer_id":51335880343872,"sku":"IC333DVSND","price":6740.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 石板 (乙烯基)","offer_id":51335881425216,"sku":"IC333DVSLT","price":6740.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 缟玛瑙","offer_id":51335881228608,"sku":"IC333DONX","price":6450.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 银","offer_id":51335881261376,"sku":"IC333DSLVR","price":6450.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 烟雾","offer_id":51335881294144,"sku":"IC333DSMK","price":6450.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 斯通","offer_id":51335881326912,"sku":"IC333DSTN","price":6450.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 鸽子 (黑胶)","offer_id":51335881130304,"sku":"IC333DVDV","price":6740.0,"currency_code":"AUD","in_stock":true},{"title":"长双精度型 \/ 每个 \/ 乌木 (黑胶)","offer_id":51335881392448,"sku":"IC333DVE","price":6740.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 野牛 (黑胶唱片)","offer_id":51335882015040,"sku":"IC333QVBSN","price":6819.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 迷雾","offer_id":51335881818432,"sku":"IC333QMST","price":6520.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 黑色电影","offer_id":51335881851200,"sku":"IC333QNR","price":6520.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 沙色（人造革）","offer_id":51335880409408,"sku":"IC333QVSND","price":6819.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 石板 (乙烯基)","offer_id":51335882080576,"sku":"IC333QVSLT","price":6819.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 缟玛瑙","offer_id":51335881883968,"sku":"IC333QONX","price":6520.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 银","offer_id":51335881916736,"sku":"IC333QSLVR","price":6520.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 烟雾","offer_id":51335881949504,"sku":"IC333QSMK","price":6520.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 斯通","offer_id":51335881982272,"sku":"IC333QSTN","price":6520.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 鸽子 (黑胶)","offer_id":51335881785664,"sku":"IC333QVDV","price":6819.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个 \/ 乌木 (黑胶)","offer_id":51335882047808,"sku":"IC333QVE","price":6819.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 野牛 (黑胶唱片)","offer_id":51335882342720,"sku":"IC333SQVBSN","price":7992.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 迷雾","offer_id":51335882146112,"sku":"IC333SQMST","price":7826.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 黑色电影","offer_id":51335882178880,"sku":"IC333SQNR","price":7826.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 沙色（人造革）","offer_id":51335880442176,"sku":"IC333SQVSND","price":7992.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 石板 (乙烯基)","offer_id":51335882408256,"sku":"IC333SQVSLT","price":7992.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 缟玛瑙","offer_id":51335882211648,"sku":"IC333SQONX","price":7826.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 银","offer_id":51335882244416,"sku":"IC333SQSLVR","price":7826.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 烟雾","offer_id":51335882277184,"sku":"IC333SQSMK","price":7826.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 斯通","offer_id":51335882309952,"sku":"IC333SQSTN","price":7826.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 鸽子 (黑胶)","offer_id":51335882113344,"sku":"IC333SQVDV","price":7992.0,"currency_code":"AUD","in_stock":true},{"title":"拆分皇后 \/ 每个 \/ 乌木 (黑胶)","offer_id":51335882375488,"sku":"IC333SQVE","price":7992.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-IC333-Homecare-Bed_2.png?v=1765234483"},{"product_id":"icare-activex-contour-neck-pillow","title":"Icare ActiveX 轮廓颈枕","description":"\u003ch1\u003eIcare ActiveX 弧形颈枕 – 支撑舒适，安享睡眠\u003c\/h1\u003e\n\u003cp\u003eIcare ActiveX 弧形颈枕旨在为您提供最佳的颈部支撑和舒适度，助您安享休憩。这款枕头适用于家庭、养老机构和医院环境，有助于保持正确的对齐姿势，同时减轻颈部和肩部的压力。\u003c\/p\u003e\n\u003cp\u003e它采用 ActiveX 材料制成，可根据用户的体形进行调整，提供个性化的支撑和压力缓解，让您睡得更安稳。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Icare ActiveX 弧形颈枕？\u003c\/h2\u003e\n\u003cp\u003e这款枕头专为支撑颈部自然曲线而设计，非常适合感到不适或僵硬的人群。其弧形设计和响应式材料确保舒适耐用，帮助用户获得更好的睡眠质量和放松。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点与优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e弧形设计：\u003c\/strong\u003e支撑颈部自然曲线，改善对齐姿势。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eActiveX 材料：\u003c\/strong\u003e适应身体形状，提供个性化舒适感和压力缓解。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e经久耐用：\u003c\/strong\u003e专为家庭和护理环境的长期使用而设计。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e易于维护：\u003c\/strong\u003e可拆卸枕套，方便清洁。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e舒适支撑：\u003c\/strong\u003e休息时减轻颈部和肩部的压力。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003e适合大多数用户的日常弧形颈枕。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e睡眠或休息期间的颈部支撑\u003c\/li\u003e\n\n\u003cli\u003e缓解僵硬或不适人群的症状\u003c\/li\u003e\n\n\u003cli\u003e家庭、养老机构或医院环境中的日常使用\u003c\/li\u003e\n\n\u003cli\u003e改善睡眠质量的舒适辅助工具\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用方法\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e将枕头放置在需要支撑的床或椅子上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e定位：\u003c\/strong\u003e使颈部与弧形轮廓对齐，以获得最佳支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e休息：\u003c\/strong\u003e在睡眠或放松期间使用，以减轻压力并提高舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e根据需要拆下并清洗枕套。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e存放：\u003c\/strong\u003e不使用时，请存放在清洁干燥的地方。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply 购物？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e授权经销商，销售正品医疗保健产品\u003c\/li\u003e\n\n\u003cli\u003e价格具有竞争力，提供批量订购选项\u003c\/li\u003e\n\n\u003cli\u003e全澳大利亚快速配送\u003c\/li\u003e\n\n\u003cli\u003e友好且知识渊博的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备好订购了吗？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare ActiveX 弧形颈枕，提升睡眠质量和舒适度。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 购买全部助行和日常用品系列 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51159562092864,"sku":"ICP2","price":93.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-ActiveX-Contour-Neck-Pillow.png?v=1760344953"},{"product_id":"icare-activex-ic20-mattress","title":"Icare ActiveX IC20 床垫","description":"\u003ch1\u003eIcare ActiveX IC20床垫 – 减压舒适\u003c\/h1\u003e\n\u003cp\u003eIcare ActiveX IC20床垫是一款优质减压床垫，旨在提供卓越的舒适性和支撑。该床垫适用于需要长期护理的个人、老年护理机构和NDIS参与者，有助于减轻压力点，改善睡眠质量。\u003c\/p\u003e\n\u003cp\u003eIC20床垫采用先进的ActiveX泡沫技术精心制作，可适应身体轮廓，为有压疮风险的人提供舒适和临床支持。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为什么选择Icare ActiveX IC20床垫？\u003c\/h2\u003e\n\u003cp\u003eIC20床垫旨在提供有效的压力再分配，使其成为行动不便或长时间卧床人士的理想选择。其耐用的结构和多种尺寸确保了其适用于各种护理环境，同时为使用者保持舒适和尊严。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点与优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eActiveX泡沫：\u003c\/strong\u003e响应体热和压力，提供最佳支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e减压：\u003c\/strong\u003e有助于降低压疮和不适的风险。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用设计：\u003c\/strong\u003e专为护理环境中的长期使用而打造。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e注重舒适：\u003c\/strong\u003e提供安宁的睡眠和改善的幸福感。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e多种尺寸：\u003c\/strong\u003e有多种尺寸可供选择，以适应不同的床架。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e单人：\u003c\/strong\u003e个人使用的标准尺寸。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长单人：\u003c\/strong\u003e为高个用户提供额外长度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e特大单人：\u003c\/strong\u003e更宽的选择，增加舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e短双人：\u003c\/strong\u003e适合小空间的紧凑型双人尺寸。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长双人：\u003c\/strong\u003e双人床的加长尺寸。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e大号：\u003c\/strong\u003e提供最大舒适度的宽敞尺寸。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e分体大号：\u003c\/strong\u003e适用于可调节床的灵活选项。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e压疮预防和管理\u003c\/li\u003e\n\n\u003cli\u003e长期护理和老年护理环境\u003c\/li\u003e\n\n\u003cli\u003e为NDIS参与者提供支持\u003c\/li\u003e\n\n\u003cli\u003e行动不便的个人\u003c\/li\u003e\n\n\u003cli\u003e日常舒适和睡眠支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e如何使用\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e将床垫放置在合适的床架或可调节底座上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e定位：\u003c\/strong\u003e确保床垫居中且稳定。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e覆盖：\u003c\/strong\u003e根据需要使用合适的床上用品或床垫保护套。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e护理：\u003c\/strong\u003e定期旋转以保持均匀磨损。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e清洁：\u003c\/strong\u003e用温和的清洁剂擦拭，并遵循保养说明。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为什么选择Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003eIcare正品授权经销商\u003c\/li\u003e\n\n\u003cli\u003e有竞争力的价格和批量订购选项\u003c\/li\u003e\n\n\u003cli\u003e全澳大利亚快速配送\u003c\/li\u003e\n\n\u003cli\u003e友好且知识渊博的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003eIcare ActiveX IC20床垫为日常护理需求提供可靠的减压和舒适。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 选购全系列移动辅助和日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"单个 \/ 每个","offer_id":50970068287808,"sku":"IC2S","price":579.0,"currency_code":"AUD","in_stock":true},{"title":"长单 \/ 每个","offer_id":50970068255040,"sku":"IC2LS","price":899.0,"currency_code":"AUD","in_stock":true},{"title":"大单人床 \/ 每个","offer_id":50970068222272,"sku":"IC2KS","price":999.0,"currency_code":"AUD","in_stock":true},{"title":"短双精度浮点数 \/ 每个","offer_id":50970068353344,"sku":"IC2D","price":1207.5,"currency_code":"AUD","in_stock":true},{"title":"长双精度浮点数 \/ 每个","offer_id":50970068320576,"sku":"IC2LD","price":1799.0,"currency_code":"AUD","in_stock":true},{"title":"王后 \/ 每个","offer_id":50970068386112,"sku":"IC2Q","price":1899.0,"currency_code":"AUD","in_stock":true},{"title":"分床大号双人床 \/ 每个","offer_id":50970068418880,"sku":"IC2SQ","price":2100.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-ActiveX-IC20-Mattress.png?v=1755212847"},{"product_id":"i-care-bed-wedge","title":"Icare 床用楔形垫","description":"\u003ch1\u003eIcare 床楔——支撑舒适，助您休息和康复\u003c\/h1\u003e\n\u003cp\u003eIcare 床楔是一种多功能定位辅助工具，旨在休息时提供舒适、支撑和改善姿势。它适用于家庭、老年护理和医院环境，有助于抬高身体，减轻不适，促进更好的呼吸和血液循环。\u003c\/p\u003e\n\u003cp\u003e这款床楔采用支撑性泡沫制成，有助于缓解压力，非常适合在睡眠或康复期间需要额外舒适的人群。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Icare 床楔？\u003c\/h2\u003e\n\u003cp\u003e这款床楔专为抬高上半身或腿部而设计，可缓解反流、呼吸不适或肿胀等疾病。其耐用的设计确保长期使用，而其支撑性结构则增强了舒适度和放松感。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e支撑性泡沫：\u003c\/strong\u003e提供坚固而舒适的抬高。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e多功能用途：\u003c\/strong\u003e可放置在背部、腿部或脚部下方。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e缓解压力：\u003c\/strong\u003e有助于减轻休息时的劳损和不适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e改善姿势：\u003c\/strong\u003e促进更好的呼吸和血液循环。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用品质：\u003c\/strong\u003e专为家庭和护理环境中的长期使用而设计。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用变体\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003e适合大多数用户的日常床楔。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e抬高以缓解反流或呼吸不适\u003c\/li\u003e\n\n\u003cli\u003e为行动不便者提供支撑\u003c\/li\u003e\n\n\u003cli\u003e休息或康复期间缓解压力\u003c\/li\u003e\n\n\u003cli\u003e在家庭、老年护理或医院环境中日常使用\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e如何使用\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e将床楔放置在需要支撑的床或椅子上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e定位：\u003c\/strong\u003e将身体舒适地放在床楔上，以达到抬高效果。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e休息：\u003c\/strong\u003e在睡眠或放松期间使用，以减轻不适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e保持床楔清洁干燥，以供长期使用。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e存放：\u003c\/strong\u003e不使用时，请将其放置在安全、干燥的地方。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正版医疗保健产品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格和批量订购选项\u003c\/li\u003e\n\n\u003cli\u003e快速、澳大利亚全境配送\u003c\/li\u003e\n\n\u003cli\u003e友好且知识渊博的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备好订购了吗？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 床楔增强舒适度和恢复。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 购买全系列移动和日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51089276010816,"sku":"IC172","price":115.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/I--care-Bed-Wedge.png?v=1758868374"},{"product_id":"icare-vmotion-recliner-chair","title":"Icare VMotion 休闲躺椅","description":"\u003ch1\u003eIcare VMotion 躺椅 – 个性化舒适与支撑\u003c\/h1\u003e\n\u003cp\u003eIcare VMotion 躺椅是一款多功能座椅解决方案，旨在提供个性化的舒适和支撑。这款躺椅适用于老年护理、居家环境和医疗机构，提供可调节的硬度和时尚的外观，以满足个人需求。\u003c\/p\u003e\n\u003cp\u003eVMotion 躺椅有布艺和乙烯基两种选择，集耐用性、舒适性和易维护性于一体，是个人和护理人员日常使用的理想选择。\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e为何选择 Icare VMotion 躺椅？\u003c\/h2\u003e\n\u003cp\u003e这款躺椅旨在适应用户的舒适偏好，提供三种硬度选项和多种颜色，以适应不同的环境。它为放松、恢复和日常护理提供可靠的支撑，同时保持现代实用的设计。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点与优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e可调节硬度：\u003c\/strong\u003e提供软、中、硬选项，以满足个人舒适需求。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e时尚外观：\u003c\/strong\u003e选择绒面鼠尾草色、绒面野牛棕色、乙烯基缟玛瑙色或乙烯基干邑色。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用结构：\u003c\/strong\u003e专为居家和医疗环境的长期使用而设计。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e易于清洁：\u003c\/strong\u003e乙烯基选项为护理人员和机构提供简单的维护。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e支撑性倾斜：\u003c\/strong\u003e专为日常使用中的放松和提升舒适度而设计。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用变体\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e软：\u003c\/strong\u003e轻柔的缓冲，提供最大舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e中：\u003c\/strong\u003e为日常使用提供均衡支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e硬：\u003c\/strong\u003e为需要更坚固座椅的人提供额外支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用颜色\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e绒面鼠尾草色：\u003c\/strong\u003e柔和宁静的布艺饰面。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e绒面野牛棕色：\u003c\/strong\u003e温暖大地的色调，带来居家感。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e乙烯基缟玛瑙色：\u003c\/strong\u003e时尚现代，易于清洁。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e乙烯基干邑色：\u003c\/strong\u003e丰富经典的饰面，打造永恒的风格。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e尺寸与规格\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e安全工作载荷 (SWL)：\u003c\/strong\u003e170 公斤\u003cbr\u003e\u003cstrong\u003e座椅尺寸：\u003c\/strong\u003e50 × 50 厘米\u003cbr\u003e\u003cstrong\u003e座椅高度（地板到顶部）：\u003c\/strong\u003e50 厘米\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e使用指征\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e在家中需要支撑性躺椅的个人。\u003c\/li\u003e\n\n\u003cli\u003e需要舒适日常座椅的老年护理居民。\u003c\/li\u003e\n\n\u003cli\u003e寻求耐用且易于维护的躺椅的医疗机构。\u003c\/li\u003e\n\n\u003cli\u003e偏好个性化硬度和风格选项的用户。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e如何使用\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e放置：\u003c\/strong\u003e将躺椅放置在稳定、平坦的表面上。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e选择：\u003c\/strong\u003e选择适合您需求的硬度和颜色变体。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e调整：\u003c\/strong\u003e将椅子倾斜到所需的舒适位置。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e放松：\u003c\/strong\u003e坐下来享受个性化支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e定期使用适当的布艺或乙烯基护理产品进行清洁。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e授权经销正品医疗产品。\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格和批量订单选项。\u003c\/li\u003e\n\n\u003cli\u003e全澳大利亚快速可靠的运输。\u003c\/li\u003e\n\n\u003cli\u003e友好专业的客户支持团队。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e立即选择您偏好的硬度和颜色，或联系我们获取批量采购选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 购买所有助行与日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"绒面革鼠尾草 \/ 软","offer_id":51181665845568,"sku":"ICVM89S-S","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"绒面革鼠尾草 \/ 中号","offer_id":51181665878336,"sku":"ICVM89M-S","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"绒面革鼠尾草 \/ 公司","offer_id":51181665911104,"sku":"ICVM89F-S","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"绒面野牛皮 \/ 软","offer_id":51181665943872,"sku":"ICVM89S-B","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"绒面野牛皮 \/ 中号","offer_id":51181665976640,"sku":"ICVM89M-B","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"绒面野牛皮 \/ 公司","offer_id":51181666009408,"sku":"ICVM89F-B","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"黑胶玛瑙 \/ 软","offer_id":51181666042176,"sku":"ICVM89S-LO","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"黑胶玛瑙 \/ 中号","offer_id":51181666074944,"sku":"ICVM89M-LO","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"黑胶玛瑙 \/ 公司","offer_id":51181666107712,"sku":"ICVM89F-LO","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"乙烯基干邑色 \/ 软","offer_id":51181666140480,"sku":"ICVM89S-LC","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"乙烯基干邑色 \/ 中号","offer_id":51181666173248,"sku":"ICVM89M-LC","price":2800.0,"currency_code":"AUD","in_stock":true},{"title":"乙烯基干邑色 \/ 公司","offer_id":51181666206016,"sku":"ICVM89F-LC","price":2800.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-VMotion-Recliner-Chair_4.png?v=1768789830"},{"product_id":"icare-visco-classic-pillow","title":"Icare Visco 经典枕","description":"\u003ch1\u003eIcare Visco 经典枕头\u003c\/h1\u003e\n\u003cp\u003eIcare Visco 经典枕头是一款优质记忆棉枕头，旨在为头部、颈部和肩部提供卓越的舒适度和支撑。其粘弹性泡沫可根据身体的自然形状进行调整，缓解压力点并促进正确的脊柱对齐。这款枕头配有透气柔软的枕套，确保凉爽安稳的睡眠体验。\u003c\/p\u003e\n\u003cp\u003eIcare Visco 经典枕头适用于护理人员、护士、老年护理服务提供者、NDIS 参与者和日常消费者，适用于临床和家庭护理环境。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e粘弹性记忆棉：\u003c\/strong\u003e适应身体轮廓，提供个性化支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e缓解压力：\u003c\/strong\u003e减轻颈部、肩部和脊柱的压力。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e透气枕套：\u003c\/strong\u003e促进空气流通，保持枕头凉爽。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e经典设计：\u003c\/strong\u003e传统枕头形状，提供通用舒适感。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用结构：\u003c\/strong\u003e专为在临床和家庭护理环境中长期使用而设计。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003eIcare Visco 经典枕头，提供日常舒适和支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用指征\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e缓解颈部和肩部疼痛\u003c\/li\u003e\n\n\u003cli\u003e改善睡眠时的脊柱对齐\u003c\/li\u003e\n\n\u003cli\u003e为康复和恢复提供支持\u003c\/li\u003e\n\n\u003cli\u003e增强日常使用的舒适度\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正品移动和日常生活辅助工具的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格和批量折扣\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速发货\u003c\/li\u003e\n\n\u003cli\u003e专业友好的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e体验 Icare Visco 经典枕头的舒适和支撑。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 购买全系列移动和日常生活辅助工具 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51229072425280,"sku":"ICP1","price":96.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-Visco-Classic-Pillow.png?v=1761889506"},{"product_id":"icare-visco-cloud-pillow","title":"Icare Visco 云朵枕","description":"\u003ch1\u003eIcare Visco Cloud 枕头\u003c\/h1\u003e\n\u003cp\u003eIcare Visco Cloud 枕头是一款优质舒适辅助产品，旨在提供卓越的头部、颈部和肩部支撑。它采用粘弹性记忆棉制成，可贴合身体的自然形状，缓解压力点并促进正确的脊柱对齐。其柔软透气的枕套可增强气流，确保凉爽舒适的睡眠体验。\u003c\/p\u003e\n\u003cp\u003eIcare Visco Cloud 枕头是护理人员、护士、老年护理提供者、NDIS 参与者和普通消费者理想的选择，非常适合临床和家庭护理环境。\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e主要特点与优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e粘弹性记忆棉：\u003c\/strong\u003e贴合身体轮廓，提供个性化支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e压力缓解：\u003c\/strong\u003e减轻颈部、肩部和脊柱的压力。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e透气枕套：\u003c\/strong\u003e促进气流并保持枕头凉爽。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e人体工学设计：\u003c\/strong\u003e支持健康的姿势和安稳的睡眠。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用结构：\u003c\/strong\u003e经久耐用，提供持久的舒适和支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003eIcare Visco Cloud 枕头，提供普遍的舒适和支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用说明\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e缓解颈部和肩部疼痛\u003c\/li\u003e\n\n\u003cli\u003e改善睡眠时的脊柱对齐\u003c\/li\u003e\n\n\u003cli\u003e支持康复和恢复\u003c\/li\u003e\n\n\u003cli\u003e增强日常使用的舒适度\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正品移动辅助和日常生活辅助用品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格和批量折扣\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速发货\u003c\/li\u003e\n\n\u003cli\u003e专业友好的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e体验 Icare Visco Cloud 枕头的卓越舒适和支撑。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 选购全系列移动辅助和日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51229112598848,"sku":"ICP3","price":88.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-Visco-Cloud-Pillow.png?v=1761890152"},{"product_id":"icare-donut-cushion","title":"Icare 甜甜圈坐垫（尾骨支撑）","description":"\u003ch1\u003eIcare 甜甜圈坐垫，用于尾骨支撑\u003c\/h1\u003e\n\u003cp\u003eIcare 甜甜圈坐垫是一种专业的坐垫，旨在减轻尾骨、尾椎骨和下脊柱的压力。其符合人体工程学的甜甜圈形设计有助于减轻长时间坐着、术后恢复或尾骨损伤引起的不适。这款坐垫采用高密度泡沫和透气罩制成，在家庭、办公室、旅行或临床环境中提供持久的舒适和支撑。\u003c\/p\u003e\n\u003cp\u003eIcare 甜甜圈坐垫非常适合护理人员、护士、老年护理服务提供者、NDIS 参与者和普通消费者，可促进日常生活中的舒适度、姿势和尊严。\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e缓解压力：\u003c\/strong\u003e减轻尾骨和下背部的压力。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e甜甜圈形设计：\u003c\/strong\u003e提供有针对性的支撑和舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e高密度泡沫：\u003c\/strong\u003e确保耐用性和坚固的支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e透气罩：\u003c\/strong\u003e在长时间使用时保持用户凉爽和舒适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e多功能用途：\u003c\/strong\u003e适用于家庭、办公室、汽车和临床环境。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003eIcare 甜甜圈坐垫，用于尾骨支撑和压力缓解。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e尺寸和规格\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e长度：\u003c\/strong\u003e43厘米\u003cbr\u003e\u003cstrong\u003e宽度：\u003c\/strong\u003e43厘米\u003cbr\u003e\u003cstrong\u003e高度：\u003c\/strong\u003e10厘米\u003cbr\u003e\u003cstrong\u003e中心孔：\u003c\/strong\u003e11厘米\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用说明\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e尾骨疼痛缓解和损伤恢复\u003c\/li\u003e\n\n\u003cli\u003e术后舒适和康复\u003c\/li\u003e\n\n\u003cli\u003e长时间坐着时的支撑\u003c\/li\u003e\n\n\u003cli\u003e一般姿势和脊柱对齐辅助\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为什么选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正品助行和日常生活辅助用品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格和批量折扣\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速发货\u003c\/li\u003e\n\n\u003cli\u003e专业友好的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 甜甜圈坐垫缓解压力并增强舒适度，用于尾骨支撑。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 选购全系列助行和日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51229171548480,"sku":"IC166","price":49.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-Donut-Cushion.png?v=1761892198"},{"product_id":"icare-coccyx-wedge-cushion","title":"Icare 尾骨楔形坐垫","description":"\u003ch1\u003eIcare 尾骨楔形坐垫\u003c\/h1\u003e\n\u003cp\u003eIcare 尾骨楔形坐垫是一种支撑性坐垫，旨在减轻尾骨和下脊椎的压力。其楔形设计通过向前倾斜骨盆来促进更好的姿势，从而减轻尾骨和腰部的压力。这款坐垫采用高密度泡沫和透气罩，在家庭、办公室或临床环境中日常使用时均能提供舒适性和耐用性。\u003c\/p\u003e\n\u003cp\u003eIcare 尾骨楔形坐垫非常适合护理人员、护士、老年护理提供者、NDIS 参与者和日常消费者，可提高舒适度并支持脊柱健康。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e压力缓解：\u003c\/strong\u003e减轻尾骨和下背部的压力。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e楔形设计：\u003c\/strong\u003e有助于保持直立姿势和骨盆对齐。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e高密度泡沫：\u003c\/strong\u003e提供坚固、支撑性的坐感舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e透气罩：\u003c\/strong\u003e在长时间使用期间保持使用者凉爽舒适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e多功能用途：\u003c\/strong\u003e适用于家庭、办公室、汽车和临床环境。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准：\u003c\/strong\u003eIcare 尾骨楔形坐垫，提供通用舒适度和姿势支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e缓解尾骨和下背部疼痛\u003c\/li\u003e\n\n\u003cli\u003e姿势矫正和脊柱对齐\u003c\/li\u003e\n\n\u003cli\u003e康复或恢复期间的支撑\u003c\/li\u003e\n\n\u003cli\u003e长时间坐姿的舒适性\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正品移动和日常生活辅助工具的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e有竞争力的价格和批量折扣\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速发货\u003c\/li\u003e\n\n\u003cli\u003e专业友好的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 尾骨楔形坐垫改善姿势并缓解压力。立即订购或联系我们了解批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 购买全套移动和日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51229187244352,"sku":"IC171","price":33.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-Coccyx-Wedge-Cushion.png?v=1761893553"},{"product_id":"icare-body-pillow","title":"Icare 抱枕","description":"\u003ch1\u003eIcare 身体枕\u003c\/h1\u003e\n\u003cp\u003eIcare 身体枕是一种支撑性强、用途广泛的舒适辅助用品，旨在改善睡眠质量和身体姿势。它采用柔软透气的材料制成，为侧睡者、孕妇和需要额外支撑的人提供全身支撑。其符合人体工程学的设计有助于缓解压力点、减少辗转反侧，并促进安稳睡眠。\u003c\/p\u003e\n\u003cp\u003eIcare 身体枕适用于护理人员、护士、养老机构提供者、国家残疾保险计划 (NDIS) 参与者和普通消费者，是临床和家庭护理环境的理想选择。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e全身支撑：\u003c\/strong\u003e对齐脊椎、臀部和肩部，提高舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e缓解压力：\u003c\/strong\u003e休息时减轻关节和肌肉的压力。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e柔软透气：\u003c\/strong\u003e采用优质材料制成，整夜舒适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e用途广泛：\u003c\/strong\u003e适用于侧睡者、孕妇支撑和康复需求。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用设计：\u003c\/strong\u003e专为临床和家庭护理环境中的长期使用而打造。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003eIcare 身体枕，提供普遍的舒适和支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用指征\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e改善睡眠姿势和对齐\u003c\/li\u003e\n\n\u003cli\u003e孕期支撑和舒适\u003c\/li\u003e\n\n\u003cli\u003e康复和定位辅助\u003c\/li\u003e\n\n\u003cli\u003e日常使用的普遍舒适感\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e正版移动和日常生活辅助用品的授权经销商\u003c\/li\u003e\n\n\u003cli\u003e有竞争力的价格和批量折扣\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚全境快速发货\u003c\/li\u003e\n\n\u003cli\u003e专业友好的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 身体枕提高舒适度和睡眠质量。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 购买全系列移动和日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"每个","offer_id":51229250912576,"sku":"ICP9","price":172.5,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare-Body-Pillow.png?v=1761895010"},{"product_id":"icare-half-lumbar-cushion","title":"Icare 半腰垫","description":"\u003ch1\u003eIcare 半腰垫 – 针对性背部支撑与舒适\u003c\/h1\u003e\n\u003cp\u003eIcare 半腰垫是一款支撑性坐垫，旨在为下背部提供有针对性的缓解。它小巧多功能，有助于保持正确的姿势，减轻劳损，并提升居家、办公室或旅行时的舒适度。\u003c\/p\u003e\n\u003cp\u003e这款坐垫是背部不适人士、护理人员和 NDIS 参与者的理想选择，为日常生活支持提供了实用的解决方案。\u003c\/p\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Icare 半腰垫？\u003c\/h2\u003e\n\u003cp\u003e这款坐垫采用优质支撑泡沫和符合人体工程学的设计，可舒适地贴合下背部。其半尺寸外形易于放置和携带，可拆卸的坐垫套确保维护简单。非常适合那些寻求日常姿势支撑和缓解下背部紧张的人士。\u003c\/p\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点与优势\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e针对性腰部支撑：\u003c\/strong\u003e缓解下背部不适。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e紧凑设计：\u003c\/strong\u003e半尺寸坐垫，便于携带和多功能使用。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e改善姿势：\u003c\/strong\u003e促进脊柱正确对齐。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e耐用质量：\u003c\/strong\u003e支撑泡沫结构，经久耐用。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e可拆卸坐垫套：\u003c\/strong\u003e易于清洁和维护。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e标准型：\u003c\/strong\u003e适用于大多数需要日常腰部支撑的用户。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e下背部不适或劳损人士。\u003c\/li\u003e\n\n\u003cli\u003e坐姿需要姿势支撑的用户。\u003c\/li\u003e\n\n\u003cli\u003e老年护理和残疾支持环境。\u003c\/li\u003e\n\n\u003cli\u003e寻求日常生活辅助的 NDIS 参与者。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用方法\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e准备：\u003c\/strong\u003e将坐垫放置在椅子下背部区域。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e调整：\u003c\/strong\u003e调整至舒适位置，以获得有针对性的支撑。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e放松：\u003c\/strong\u003e以正确姿势坐下，享受更佳的舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e根据需要拆下坐垫套并清洗。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择 Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e授权经销商，销售正品医疗和舒适产品。\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格，并提供批量订单选项。\u003c\/li\u003e\n\n\u003cli\u003e澳大利亚各地快速可靠的运输服务。\u003c\/li\u003e\n\n\u003cli\u003e为护理人员和医疗保健提供者提供友好、专业的支持。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e使用 Icare 半腰垫改善姿势，缓解背部劳损。立即订购或联系我们获取批量供应选项。\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\"\u003e 选购全系列助行与日常生活用品 \u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\" style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\"\u003e 联系我们进行批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"icare","offers":[{"title":"每个","offer_id":51343125905728,"sku":"IC170","price":28.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/icare-half-lumbar-cushion-purple-yellow-orthopedic-pillow.png?v=1765502035"},{"product_id":"icare-ic111-deluxe-bed-base-smoke-surround","title":"Icare IC111 豪华床架（烟灰色环绕）","description":"\u003ch2\u003eIcare IC111豪华床架（烟灰色环绕）– 可调节舒适度，提供休息和支撑\u003c\/h2\u003e\n\u003cp\u003eIcare IC111豪华床架是一款优质可调节床，旨在提升舒适度、支撑性和独立性。其时尚的烟灰色环绕表面可无缝融入现代卧室，同时为行动不便、患有慢性病或寻求改善睡眠质量的用户提供实用功能。\u003c\/p\u003e\n\u003cp\u003eIC111有长单人床和特大单人床两种尺寸可选，可进行平稳、安静的调节，帮助用户找到理想的休息、阅读或护理姿势。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择Icare IC111豪华床架？\u003c\/h2\u003e\n\u003cp\u003eIC111专为舒适和易用性而设计，适用于家庭护理、老年护理和残疾支持环境。其可调节的头部和足部位置有助于减轻压力、改善血液循环并支持更好的呼吸。烟灰色环绕增添了现代感，同时保持了耐用性和稳定性。\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e主要特点和优点\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e可调节定位：\u003c\/strong\u003e头部和足部可平稳升降，提供个性化舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e烟灰色环绕表面：\u003c\/strong\u003e现代耐用的框架，适合各种卧室风格。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e静音操作：\u003c\/strong\u003e低噪音电机确保调节过程中干扰最小。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e增强支撑：\u003c\/strong\u003e有助于减轻长期卧床用户的压力并提高舒适度。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e兼容Icare床垫：\u003c\/strong\u003e与Icare床垫系列完美搭配。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e可用型号\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e长单人床：\u003c\/strong\u003e适合需要紧凑型可调节床的个人用户。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e特大单人床：\u003c\/strong\u003e提供额外宽度，增加舒适度和支撑。\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003e尺寸和规格\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e安全工作载荷（SWL）：\u003c\/strong\u003e200公斤\u003cbr\u003e\u003cstrong\u003e长单人床尺寸：\u003c\/strong\u003e203 × 90厘米\u003cbr\u003e\u003cstrong\u003e特大单人床尺寸：\u003c\/strong\u003e203 × 107厘米\u003cbr\u003e\u003cstrong\u003e头部抬升角度：\u003c\/strong\u003e62°\u003cbr\u003e\u003cstrong\u003e膝部弯曲角度：\u003c\/strong\u003e42°\u003c\/p\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e使用适应症\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e行动不便需要可调节支撑\u003c\/li\u003e\n\n\u003cli\u003e慢性疼痛、关节炎或循环问题\u003c\/li\u003e\n\n\u003cli\u003e术后恢复和康复\u003c\/li\u003e\n\n\u003cli\u003e家庭护理、残疾支持和老年护理环境\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e如何使用\u003c\/h2\u003e\n\u003col\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e放置：\u003c\/strong\u003e将床架放置在平坦、稳定的表面上，留出足够的移动空间。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e连接：\u003c\/strong\u003e将床插入电源插座，并确保手控器可触及。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e调节：\u003c\/strong\u003e根据需要使用遥控器升高或降低头部和足部。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e支撑：\u003c\/strong\u003e找到最舒适的休息、阅读或护理姿势。\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e维护：\u003c\/strong\u003e保持床周围区域畅通，以确保安全操作。\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e为何选择Platinum Health Supply？\u003c\/h2\u003e\n\u003cul\u003e\n\n\u003cli\u003e值得信赖的真正移动和日常生活设备供应商\u003c\/li\u003e\n\n\u003cli\u003e具有竞争力的价格，提供批量或机构订单选项\u003c\/li\u003e\n\n\u003cli\u003e快速、可靠的澳大利亚全国配送\u003c\/li\u003e\n\n\u003cli\u003e友好、专业的客户支持\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003e准备订购？\u003c\/h2\u003e\n\u003cp\u003e选择Icare IC111豪华床架，享受可靠的舒适度、支撑和现代设计。如需批量订购或帮助，我们的团队随时为您服务。\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e 选购全系列移动和日常生活用品 \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\"\u003e 联系我们批量订购 \u003c\/a\u003e\u003c\/p\u003e","brand":"icare","offers":[{"title":"长单 \/ 每个","offer_id":51413053505856,"sku":"S314921","price":2599.0,"currency_code":"AUD","in_stock":true},{"title":"特大单人床 \/ 每个","offer_id":51413053866304,"sku":"S316431","price":2899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare_IC111_Deluxe_Bed_Base_Smoke_Surround_1.png?v=1767673674"},{"product_id":"icare-reform-seat-support","title":"Icare Reform Seat Support","description":"\u003ch2\u003eIcare Reform Seat Support – Ergonomic Pressure Relief Cushion\u003c\/h2\u003e\n\u003cp\u003eThe Icare Reform Seat Support is a specialised cushion designed to provide cradled pressure relief and enhanced comfort. Made with high-density charcoal-infused ActiveX™ foam, it helps reduce pressure points while supporting posture and stability. This cushion is ideal for aged care, rehabilitation, disability support, and everyday use where seating comfort and safety are essential.\u003c\/p\u003e\n\u003cp\u003eWith its unique moulded design and anti-slip base, the Icare Reform Seat Support offers reliable positioning and long-lasting durability, making it a trusted choice for carers, nurses, and individuals seeking improved seating support.\u003c\/p\u003e\n\u003ch2\u003eWhy Choose Icare Reform Seat Support?\u003c\/h2\u003e\n\u003cp\u003eThis cushion combines advanced materials with ergonomic shaping to deliver superior comfort and pressure relief. The charcoal-infused ActiveX™ foam regulates temperature while reducing pressure, and the specialised zones provide targeted support for the thighs, coccyx, and lower back. Its anti-slip base ensures stability, making it suitable for wheelchairs, chairs, and recliners.\u003c\/p\u003e\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCharcoal-infused ActiveX™ foam:\u003c\/strong\u003e High-density, slow-forming material for pressure relief and temperature regulation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eErgonomic moulded design:\u003c\/strong\u003e Supports posture and reduces pressure points across a larger area.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCoccyx cutout:\u003c\/strong\u003e Relieves tailbone pressure for added comfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePommel ridge:\u003c\/strong\u003e Helps reduce adduction risk and improve positioning.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAnti-slip base:\u003c\/strong\u003e Keeps cushion securely in place on seating surfaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable construction:\u003c\/strong\u003e Designed for long-term use in home and care environments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eAvailable Variants\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e480mm x 420mm x 110mm:\u003c\/strong\u003e Standard size seat support cushion.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eIndications for Use\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eIndividuals at risk of pressure injuries\u003c\/li\u003e\n\u003cli\u003eUsers requiring enhanced seating comfort and posture support\u003c\/li\u003e\n\u003cli\u003eAged care and rehabilitation settings\u003c\/li\u003e\n\u003cli\u003eDisability support and everyday seating needs\u003c\/li\u003e\n\u003cli\u003eTailbone or lower back discomfort\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eHow to Use\u003c\/h2\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Place the cushion on a stable chair, wheelchair, or recliner.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Ensure the coccyx cutout and moulded zones align with the user’s body.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSit:\u003c\/strong\u003e Use the cushion during daily activities for comfort and support.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjust:\u003c\/strong\u003e Check positioning regularly to maintain stability and posture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Wipe clean or follow manufacturer’s instructions for maintenance.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003ch2\u003eWhy Shop with Platinum Health Supply?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAuthorised distributor of genuine Icare products\u003c\/li\u003e\n\u003cli\u003eCompetitive pricing with bulk order options\u003c\/li\u003e\n\u003cli\u003eFast, reliable Australia-wide shipping\u003c\/li\u003e\n\u003cli\u003eExpert support for carers, nurses, and NDIS participants\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eReady to Order?\u003c\/h2\u003e\n\u003cp\u003eImprove seating comfort and reduce pressure risks with the Icare Reform Seat Support. Order online today or contact our team for bulk supply options.\u003c\/p\u003e\n\u003cp\u003e\u003ca style=\"background: #0073e6; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block; margin-right: 10px;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\"\u003e Shop Full Mobility \u0026amp; Daily Living Range \u003c\/a\u003e \u003ca style=\"background: #28a745; color: #fff; padding: 10px 20px; text-decoration: none; border-radius: 4px; font-weight: bold; display: inline-block;\" href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\"\u003e Contact for Bulk Orders \u003c\/a\u003e\u003c\/p\u003e","brand":"Icare Medical Group","offers":[{"title":"Each","offer_id":52895790498112,"sku":"ICR1","price":184.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare_Reform_Seat_Support_1.png?v=1782435199"},{"product_id":"icare-pressure-pad","title":"Icare Pressure Pad","description":"\u003ch2\u003eIcare Pressure Pad – Targeted Pressure Relief Cushion\u003c\/h2\u003e\n\n\u003cp\u003eThe Icare Pressure Pad is a versatile cushion designed to provide targeted pressure relief for heels, sacral, and coccyx areas. Made with high-quality foam and a plush washable cover, it helps reduce discomfort and the risk of pressure injuries. Its anti-slip base ensures stability, making it suitable for use in wheelchairs, recliners, or on beds.\u003c\/p\u003e\n\n\u003cp\u003eIdeal for aged care, rehabilitation, and disability support, the Icare Pressure Pad offers comfort and protection for individuals requiring extra support in vulnerable areas.\u003c\/p\u003e\n\n\u003ch2\u003eWhy Choose Icare Pressure Pad?\u003c\/h2\u003e\n\n\u003cp\u003eThis cushion is designed to be multi-purpose, offering relief in several key pressure zones. Its compact size makes it easy to position where needed, while the durable materials ensure long-lasting performance. The washable cover adds convenience for carers and healthcare providers.\u003c\/p\u003e\n\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMulti-purpose design:\u003c\/strong\u003e Provides relief for heels, sacral, and coccyx areas.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlush washable cover:\u003c\/strong\u003e Easy to clean and maintain for hygiene.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAnti-slip base:\u003c\/strong\u003e Keeps the cushion securely in place.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable foam core:\u003c\/strong\u003e Offers consistent support and comfort.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePortable size:\u003c\/strong\u003e Convenient for use in different settings.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eAvailable Variants\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e91cm x 45cm:\u003c\/strong\u003e Standard size pressure pad for versatile use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eIndications for Use\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eHeel pressure relief\u003c\/li\u003e\n\u003cli\u003eSacral and coccyx support\u003c\/li\u003e\n\u003cli\u003eIndividuals at risk of pressure injuries\u003c\/li\u003e\n\u003cli\u003eAged care and rehabilitation environments\u003c\/li\u003e\n\u003cli\u003eDaily comfort for wheelchair or bed users\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eHow to Use\u003c\/h2\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Place the cushion on a stable surface such as a chair, wheelchair, or bed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Align the cushion under the heels, sacral, or coccyx area as required.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Ensure the anti-slip base is in contact with the surface to prevent movement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUse:\u003c\/strong\u003e Sit or lie comfortably with the cushion providing targeted support.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Remove and wash the cover regularly to maintain hygiene.\u003c\/li\u003e\n\u003c\/ol\u003e\n\n\u003ch2\u003eWhy Shop with Platinum Health Supply?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAuthorised distributor of genuine Icare products\u003c\/li\u003e\n\u003cli\u003eCompetitive pricing with bulk order options\u003c\/li\u003e\n\u003cli\u003eFast, reliable Australia-wide shipping\u003c\/li\u003e\n\u003cli\u003eExpert support for carers, nurses, and NDIS participants\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eReady to Order?\u003c\/h2\u003e\n\u003cp\u003eProvide targeted comfort and protection with the Icare Pressure Pad. Order online today or contact our team for bulk supply options.\u003c\/p\u003e\n\u003cp\u003e \n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/mobility-daily-living\" style=\"background:#0073e6; color:#fff; padding:10px 20px; text-decoration:none; border-radius:4px; font-weight:bold; display:inline-block; margin-right:10px;\"\u003e \n\tShop Full Mobility \u0026amp; Daily Living Range \n\u003c\/a\u003e \n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/pages\/contact-us\" style=\"background:#28a745; color:#fff; padding:10px 20px; text-decoration:none; border-radius:4px; font-weight:bold; display:inline-block;\"\u003e \n\tContact for Bulk Orders \n\u003c\/a\u003e \n\u003c\/p\u003e \n","brand":"Icare Medical Group","offers":[{"title":"Each","offer_id":53045309210944,"sku":"IC194","price":107.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare_Pressure_Pad_1.png?v=1782436027"},{"product_id":"icare-mattress-protection-long-double","title":"Icare Mattress Protection - Long Double","description":"\u003ch2\u003eIcare Mattress Protection – Long Double Comfort \u0026amp; Hygiene\u003c\/h2\u003e\n\n\u003cp\u003eThe Icare Mattress Protection Long Double is designed to safeguard your mattress from spills, stains, and moisture. Perfect for healthcare, aged care, and everyday home use, it provides reliable waterproof coverage while maintaining comfort for the user.\u003c\/p\u003e\n\n\u003cp\u003eWith its durable construction and easy-care design, this mattress protector helps extend the life of your bedding and ensures a cleaner, healthier sleep environment.\u003c\/p\u003e\n\n\u003ch2\u003eWhy Choose Icare Mattress Protection – Long Double?\u003c\/h2\u003e\n\n\u003cp\u003eThis protector offers peace of mind by combining practicality with comfort. It is ideal for carers, healthcare providers, and families seeking dependable mattress protection that supports hygiene and wellbeing.\u003c\/p\u003e\n\n\u003ch2\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWaterproof protection:\u003c\/strong\u003e Shields mattresses from spills, stains, and moisture.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable design:\u003c\/strong\u003e Long-lasting material suitable for daily use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComfortable surface:\u003c\/strong\u003e Maintains a pleasant sleeping environment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy care:\u003c\/strong\u003e Simple to clean and maintain for ongoing hygiene.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong double size:\u003c\/strong\u003e Perfect fit for long double mattresses in home or care settings.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eIndications for Use\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDaily mattress protection in home settings\u003c\/li\u003e\n\u003cli\u003eAged care facilities and healthcare environments\u003c\/li\u003e\n\u003cli\u003eIncontinence and hygiene management\u003c\/li\u003e\n\u003cli\u003eFamilies seeking long-term bedding protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eHow to Use\u003c\/h2\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Place the protector flat over the mattress.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSecure:\u003c\/strong\u003e Ensure corners and edges are tucked in for a snug fit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCover:\u003c\/strong\u003e Add fitted sheet or bedding over the protector.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaintain:\u003c\/strong\u003e Wash regularly according to care instructions.\u003c\/li\u003e\n\u003c\/ol\u003e\n\n\u003ch2\u003eWhy Shop with Platinum Health Supply?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eGenuine products:\u003c\/strong\u003e Authorised distributor of trusted healthcare brands.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompetitive pricing:\u003c\/strong\u003e Affordable options with bulk discounts available.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFast delivery:\u003c\/strong\u003e Reliable, Australia-wide shipping.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExpert support:\u003c\/strong\u003e Friendly team ready to assist with product enquiries.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eFunding \u0026amp; Eligibility\u003c\/h2\u003e\n\u003cp\u003ePriced under the NDIS Low Cost Assistive Technology threshold ($1,500) – generally no quote or prior NDIA approval is needed, so it can be purchased directly from a participant’s Core (Consumables) budget, including leftover quarterly funds. Also a Support at Home approved item (Low funding tier, no professional assessment required).\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eGeneral guide only – participants should confirm current budget and category with their plan manager.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2\u003eReady to Order?\u003c\/h2\u003e\n\u003cp\u003eOrder today or contact our team for personalised advice.\u003c\/p\u003e","brand":"Aidacare","offers":[{"title":"Default Title","offer_id":52706555232576,"sku":"ICMPLD","price":75.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Icare_Mattress_Protection_Long_Double_1.png?v=1782796092"}],"url":"https:\/\/www.platinumhealthsupply.com.au\/zh\/collections\/icare.oembed","provider":"Platinum Health Supply","version":"1.0","type":"link"}