{"title":"Depend Real Fit","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Depend Real Fit underwear for men and women. Looks and feels like real underwear. 3-in-1 protection with fast absorption, odour control, and a discreet fit. Fast delivery, NDIS instant checkout.\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@300;400;500;600\u0026amp;family=Fraunces:ital,wght@0,700;0,900;1,700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy:    #1A2744;\n    --blue:    #2B4A8C;\n    --blush:   #E8C4B8;\n    --slate:   #6B7F9E;\n    --white:   #FAFAFA;\n    --offwhite:#F2F0ED;\n    --charcoal:#2E2E2E;\n    --mid:     #6E6E6E;\n    --rule:    #DDD8D2;\n\n    --display: 'Fraunces', Georgia, serif;\n    --body:    'DM Sans', system-ui, sans-serif;\n\n    --max: 1140px;\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(--white);\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ── HERO ───────────────────────────────────────── *\/\n  .hero {\n    background: var(--navy);\n    color: var(--white);\n    padding: clamp(3rem, 10vw, 7rem) var(--pad);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 80% 50%, rgba(43,74,140,0.6) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 3rem;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero-eyebrow {\n    font-family: var(--body);\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--blush);\n    margin-bottom: 1rem;\n  }\n\n  .hero h1 {\n    font-family: var(--display);\n    font-size: clamp(2.5rem, 5vw, 4rem);\n    font-weight: 900;\n    line-height: 1.05;\n    margin-bottom: 1.25rem;\n  }\n\n  .hero h1 em {\n    font-style: italic;\n    color: var(--blush);\n  }\n\n  .hero-lead {\n    font-size: 1.1rem;\n    font-weight: 300;\n    color: rgba(250,250,250,0.85);\n    max-width: 480px;\n    margin-bottom: 2rem;\n    line-height: 1.7;\n  }\n\n  .hero-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n  }\n\n  .badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.4rem;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: var(--white);\n    font-size: 0.8rem;\n    font-weight: 500;\n    padding: 0.4rem 0.9rem;\n    border-radius: 2rem;\n  }\n\n  .hero-visual {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1.5rem;\n  }\n\n  \/* Signature element: the \"looks like real underwear\" comparison *\/\n  .comparison {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1rem;\n    width: 100%;\n    max-width: 360px;\n  }\n\n  .comparison-item {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 1rem;\n    padding: 1.5rem 1rem;\n    text-align: center;\n    transition: background 0.3s;\n  }\n\n  .comparison-item:hover { background: rgba(255,255,255,0.12); }\n\n  .comparison-icon {\n    font-size: 2.5rem;\n    margin-bottom: 0.5rem;\n    display: block;\n  }\n\n  .comparison-label {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: rgba(250,250,250,0.6);\n    margin-bottom: 0.25rem;\n  }\n\n  .comparison-desc {\n    font-size: 0.85rem;\n    color: rgba(250,250,250,0.9);\n  }\n\n  .vs-divider {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .three-in-one {\n    background: rgba(232,196,184,0.15);\n    border: 1px solid rgba(232,196,184,0.3);\n    border-radius: 0.75rem;\n    padding: 1rem 1.25rem;\n    display: flex;\n    gap: 1.5rem;\n    justify-content: center;\n    width: 100%;\n    max-width: 360px;\n  }\n\n  .three-in-one-item {\n    text-align: center;\n    flex: 1;\n  }\n\n  .three-in-one-icon { font-size: 1.25rem; display: block; margin-bottom: 0.25rem; }\n\n  .three-in-one-label {\n    font-size: 0.7rem;\n    font-weight: 500;\n    color: var(--blush);\n    display: block;\n  }\n\n  \/* ── SECTION WRAPPER ─────────────────────────────── *\/\n  .section {\n    padding: clamp(3rem, 7vw, 5rem) var(--pad);\n  }\n\n  .section-inner {\n    max-width: var(--max);\n    margin: 0 auto;\n  }\n\n  .section-eyebrow {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 0.75rem;\n  }\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.25rem;\n  }\n\n  .section-title em {\n    font-style: italic;\n    color: var(--blue);\n  }\n\n  .section-lead {\n    font-size: 1.05rem;\n    color: var(--mid);\n    max-width: 620px;\n    line-height: 1.7;\n    margin-bottom: 2.5rem;\n  }\n\n  hr.rule {\n    border: none;\n    border-top: 1px solid var(--rule);\n    margin: 0;\n  }\n\n  \/* ── PRODUCT CARDS ───────────────────────────────── *\/\n  .products { background: var(--offwhite); }\n\n  .product-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 1.5rem;\n    margin-top: 0.5rem;\n  }\n\n  .product-card {\n    background: var(--white);\n    border-radius: 1.25rem;\n    overflow: hidden;\n    border: 1px solid var(--rule);\n    transition: box-shadow 0.25s, transform 0.25s;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .product-card:hover {\n    box-shadow: 0 12px 32px rgba(26,39,68,0.1);\n    transform: translateY(-3px);\n  }\n\n  .product-card-header {\n    padding: 2rem 1.5rem 1.25rem;\n    display: flex;\n    flex-direction: column;\n    gap: 0.5rem;\n    position: relative;\n  }\n\n  .product-for {\n    font-size: 0.68rem;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.75rem;\n    border-radius: 2rem;\n    display: inline-block;\n    width: fit-content;\n  }\n\n  .for-women { background: #FBF0EC; color: #9B4C34; }\n  .for-men   { background: #EDF1F8; color: #2B4A8C; }\n\n  .product-card-name {\n    font-family: var(--display);\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.2;\n  }\n\n  .product-card-absorbency {\n    display: flex;\n    align-items: center;\n    gap: 0.35rem;\n    font-size: 0.8rem;\n    color: var(--mid);\n    font-weight: 500;\n  }\n\n  .drop { color: var(--blue); font-size: 0.75rem; }\n  .drop-empty { color: var(--rule); font-size: 0.75rem; }\n\n  .product-card-body {\n    padding: 0 1.5rem 1.5rem;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .product-card-desc {\n    font-size: 0.9rem;\n    color: var(--mid);\n    line-height: 1.65;\n    margin-bottom: 1.25rem;\n    flex: 1;\n  }\n\n  .product-features {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.4rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .product-features li {\n    font-size: 0.82rem;\n    color: var(--charcoal);\n    display: flex;\n    align-items: flex-start;\n    gap: 0.5rem;\n  }\n\n  .product-features li::before {\n    content: '✓';\n    color: var(--blue);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 0.05em;\n  }\n\n  .btn {\n    display: inline-block;\n    font-family: var(--body);\n    font-size: 0.875rem;\n    font-weight: 600;\n    text-decoration: none;\n    padding: 0.75rem 1.5rem;\n    border-radius: 0.5rem;\n    transition: background 0.2s, transform 0.15s;\n    text-align: center;\n    cursor: pointer;\n    border: none;\n  }\n\n  .btn-primary {\n    background: var(--navy);\n    color: var(--white);\n  }\n\n  .btn-primary:hover {\n    background: var(--blue);\n    transform: translateY(-1px);\n  }\n\n  .btn-outline {\n    background: transparent;\n    color: var(--navy);\n    border: 2px solid var(--navy);\n  }\n\n  .btn-outline:hover {\n    background: var(--navy);\n    color: var(--white);\n  }\n\n  \/* ── WHY REAL FIT ─────────────────────────────────── *\/\n  .why {\n    background: var(--white);\n  }\n\n  .why-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.75rem;\n    margin-top: 1rem;\n  }\n\n  .feature-item {\n    display: grid;\n    grid-template-columns: 3rem 1fr;\n    gap: 1rem;\n    align-items: start;\n  }\n\n  .feature-icon-wrap {\n    width: 3rem;\n    height: 3rem;\n    border-radius: 0.75rem;\n    background: var(--offwhite);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.25rem;\n    flex-shrink: 0;\n  }\n\n  .feature-title {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 0.25rem;\n  }\n\n  .feature-desc {\n    font-size: 0.875rem;\n    color: var(--mid);\n    line-height: 1.6;\n  }\n\n  .protection-card {\n    background: var(--navy);\n    color: var(--white);\n    border-radius: 1.5rem;\n    padding: 2.5rem;\n    position: sticky;\n    top: 2rem;\n  }\n\n  .protection-card-title {\n    font-family: var(--display);\n    font-size: 1.5rem;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    line-height: 1.2;\n  }\n\n  .protection-card-title em {\n    font-style: italic;\n    color: var(--blush);\n  }\n\n  .protection-card-sub {\n    font-size: 0.875rem;\n    color: rgba(250,250,250,0.65);\n    margin-bottom: 2rem;\n    line-height: 1.6;\n  }\n\n  .protection-pillars {\n    display: flex;\n    flex-direction: column;\n    gap: 1rem;\n    margin-bottom: 2rem;\n  }\n\n  .pillar {\n    display: grid;\n    grid-template-columns: 2.5rem 1fr;\n    gap: 0.75rem;\n    align-items: center;\n  }\n\n  .pillar-num {\n    width: 2.5rem;\n    height: 2.5rem;\n    border-radius: 50%;\n    background: rgba(232,196,184,0.2);\n    border: 1px solid rgba(232,196,184,0.4);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--display);\n    font-size: 1rem;\n    font-weight: 700;\n    color: var(--blush);\n  }\n\n  .pillar-text { font-size: 0.875rem; color: rgba(250,250,250,0.9); line-height: 1.5; }\n  .pillar-text strong { color: var(--white); display: block; font-size: 0.9rem; }\n\n  .protection-note {\n    font-size: 0.775rem;\n    color: rgba(250,250,250,0.5);\n    line-height: 1.5;\n    border-top: 1px solid rgba(255,255,255,0.1);\n    padding-top: 1.25rem;\n  }\n\n  \/* ── WHO IT'S FOR ─────────────────────────────────── *\/\n  .who { background: var(--offwhite); }\n\n  .who-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 1.25rem;\n    margin-top: 0.5rem;\n  }\n\n  .who-card {\n    background: var(--white);\n    border: 1px solid var(--rule);\n    border-radius: 1rem;\n    padding: 1.5rem;\n  }\n\n  .who-icon { font-size: 1.75rem; margin-bottom: 0.75rem; display: block; }\n\n  .who-title {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 0.5rem;\n  }\n\n  .who-desc {\n    font-size: 0.85rem;\n    color: var(--mid);\n    line-height: 1.6;\n  }\n\n  \/* ── TRUST BAR ────────────────────────────────────── *\/\n  .trust-bar {\n    background: var(--navy);\n    padding: 2rem var(--pad);\n  }\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 {\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n    color: var(--white);\n  }\n\n  .trust-icon { font-size: 1.5rem; }\n\n  .trust-label {\n    font-size: 0.85rem;\n    font-weight: 500;\n    color: rgba(250,250,250,0.9);\n  }\n\n  .trust-sub {\n    font-size: 0.72rem;\n    color: rgba(250,250,250,0.5);\n    display: block;\n  }\n\n  \/* ── FAQ ──────────────────────────────────────────── *\/\n  .faq { background: var(--white); }\n\n  .faq-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1.25rem;\n    margin-top: 0.5rem;\n  }\n\n  details.faq-item {\n    border: 1px solid var(--rule);\n    border-radius: 0.875rem;\n    overflow: hidden;\n    transition: border-color 0.2s;\n  }\n\n  details.faq-item[open] { border-color: var(--blue); }\n\n  details.faq-item summary {\n    padding: 1.25rem 1.5rem;\n    font-size: 0.9rem;\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\n  details.faq-item summary::after {\n    content: '+';\n    font-size: 1.25rem;\n    font-weight: 300;\n    color: var(--slate);\n    flex-shrink: 0;\n    margin-left: 1rem;\n    transition: transform 0.2s;\n  }\n\n  details.faq-item[open] summary::after {\n    content: '−';\n  }\n\n  .faq-answer {\n    padding: 0 1.5rem 1.25rem;\n    font-size: 0.875rem;\n    color: var(--mid);\n    line-height: 1.7;\n    border-top: 1px solid var(--rule);\n    padding-top: 1rem;\n  }\n\n  \/* ── CTA ──────────────────────────────────────────── *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);\n    color: var(--white);\n    text-align: center;\n    padding: clamp(3.5rem, 8vw, 6rem) var(--pad);\n  }\n\n  .cta-section .section-title {\n    color: var(--white);\n    margin-bottom: 1rem;\n  }\n\n  .cta-section .section-title em { color: var(--blush); }\n\n  .cta-lead {\n    font-size: 1rem;\n    color: rgba(250,250,250,0.8);\n    max-width: 560px;\n    margin: 0 auto 2.5rem;\n    line-height: 1.7;\n  }\n\n  .cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    justify-content: center;\n  }\n\n  .btn-light {\n    background: var(--white);\n    color: var(--navy);\n    font-weight: 700;\n  }\n\n  .btn-light:hover {\n    background: var(--blush);\n    transform: translateY(-1px);\n  }\n\n  .btn-ghost {\n    background: transparent;\n    color: var(--white);\n    border: 2px solid rgba(255,255,255,0.4);\n    font-weight: 500;\n  }\n\n  .btn-ghost:hover {\n    border-color: var(--white);\n    background: rgba(255,255,255,0.1);\n  }\n\n  \/* ── GUIDES ───────────────────────────────────────── *\/\n  .guides { background: var(--offwhite); }\n\n  .guides-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 0.5rem;\n  }\n\n  .guide-card {\n    background: var(--white);\n    border: 1px solid var(--rule);\n    border-radius: 0.875rem;\n    padding: 1.25rem 1.5rem;\n    text-decoration: none;\n    color: inherit;\n    display: flex;\n    gap: 0.75rem;\n    align-items: flex-start;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n\n  .guide-card:hover {\n    border-color: var(--blue);\n    box-shadow: 0 4px 16px rgba(26,39,68,0.08);\n  }\n\n  .guide-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 0.1rem; }\n\n  .guide-title {\n    font-size: 0.875rem;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 0.25rem;\n    line-height: 1.35;\n  }\n\n  .guide-sub {\n    font-size: 0.78rem;\n    color: var(--mid);\n    line-height: 1.5;\n  }\n\n  \/* ── NDIS STRIP ───────────────────────────────────── *\/\n  .ndis-strip {\n    background: #EDF1F8;\n    border-top: 1px solid #C8D4E8;\n    padding: 1.5rem 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.9rem; color: var(--navy); }\n  .ndis-text strong { font-weight: 600; }\n  .ndis-text span { color: var(--mid); font-size: 0.825rem; display: block; margin-top: 0.2rem; }\n\n  \/* ── RESPONSIVE ───────────────────────────────────── *\/\n  @media (max-width: 768px) {\n    .hero-inner { grid-template-columns: 1fr; }\n    .hero-visual { display: none; }\n    .why-grid { grid-template-columns: 1fr; }\n    .protection-card { position: static; }\n    .faq-grid { grid-template-columns: 1fr; }\n    .trust-bar-inner { justify-content: center; }\n  }\n\n  @media (max-width: 560px) {\n    .product-grid { grid-template-columns: 1fr; }\n    .who-grid { grid-template-columns: 1fr; }\n    .guides-grid { grid-template-columns: 1fr; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    *, *::before, *::after { transition: none !important; animation: none !important; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ─────────────────────────────────────────── --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eDepend Real Fit\u003c\/p\u003e\n\u003ch1\u003eUnderwear that\u003cbr\u003e\u003cem\u003efeels like underwear.\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-lead\"\u003eBecause managing bladder leakage shouldn't mean giving up the things you love wearing. Depend Real Fit is designed to look, feel, and move like your regular undies — while delivering serious protection all day and all night.\u003c\/p\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"badge\"\u003e⚡ Fast absorption\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🌬️ Breathable fabric\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🛡️ Up to 12 hours\u003c\/span\u003e \u003cspan class=\"badge\"\u003e💧 Odour control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-visual\"\u003e\n\u003cdiv class=\"comparison\"\u003e\n\u003cdiv class=\"comparison-item\"\u003e\n\u003cspan class=\"comparison-icon\"\u003e👗\u003c\/span\u003e\n\u003cp class=\"comparison-label\"\u003eLooks like\u003c\/p\u003e\n\u003cp class=\"comparison-desc\"\u003eRegular underwear. Completely discreet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-item\"\u003e\n\u003cspan class=\"comparison-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cp class=\"comparison-label\"\u003eWorks like\u003c\/p\u003e\n\u003cp class=\"comparison-desc\"\u003eClinical-grade protection against leakage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"three-in-one\"\u003e\n\u003cdiv class=\"three-in-one-item\"\u003e\n\u003cspan class=\"three-in-one-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"three-in-one-label\"\u003eFast Absorb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"three-in-one-item\"\u003e\n\u003cspan class=\"three-in-one-icon\"\u003e🌿\u003c\/span\u003e \u003cspan class=\"three-in-one-label\"\u003eOdour Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"three-in-one-item\"\u003e\n\u003cspan class=\"three-in-one-icon\"\u003e✨\u003c\/span\u003e \u003cspan class=\"three-in-one-label\"\u003eDiscreet Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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 \u003cspan\u003ePurchase directly using your NDIS funding — no invoices, no waiting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"tel:1300604499\" class=\"btn btn-outline\" style=\"font-size: 0.85rem; padding: 0.6rem 1.25rem;\"\u003e📞 Call 1300 604 499\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── PRODUCTS ───────────────────────────────────────── --\u003e\n\u003csection class=\"section products\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eThe Range\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eReal Fit for \u003cem\u003ewomen and men\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eFive products covering the full Real Fit range: regular and super protection for women, overnight defence for both men and women, and a dedicated daytime option for men. All designed to move with you without giving anything away.\u003c\/p\u003e\n\u003cdiv class=\"product-grid\"\u003e\n\u003c!-- Women's Regular --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003cspan class=\"product-for for-women\"\u003eFor Women\u003c\/span\u003e\n\u003ch3 class=\"product-card-name\"\u003eReal Fit Regular\u003c\/h3\u003e\n\u003cdiv class=\"product-card-absorbency\"\u003e\n\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop-empty\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop-empty\"\u003e●\u003c\/span\u003e \u003cspan style=\"margin-left: 0.25rem;\"\u003eModerate absorbency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003cp class=\"product-card-desc\"\u003eThe everyday option for women managing moderate bladder leakage. Soft cotton-like fabric, a feminine elastic waistband, and tear-away sides for easy changes. Discreet under clothing, reliable all day.\u003c\/p\u003e\n\u003cul class=\"product-features\"\u003e\n\u003cli\u003e3-in-1 protection: fast absorption, odour control, discreet fit\u003c\/li\u003e\n\u003cli\u003eUp to 12 hours of all-day protection\u003c\/li\u003e\n\u003cli\u003eCotton-like breathable fabric\u003c\/li\u003e\n\u003cli\u003eFeminine elastic waistband and leg elastics\u003c\/li\u003e\n\u003cli\u003eTear-away sides for easy removal\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/products\/depend-realfit-underwear-regular-for-women\" class=\"btn btn-primary\"\u003eView Product\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Women's Super --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003cspan class=\"product-for for-women\"\u003eFor Women\u003c\/span\u003e\n\u003ch3 class=\"product-card-name\"\u003eReal Fit Super\u003c\/h3\u003e\n\u003cdiv class=\"product-card-absorbency\"\u003e\n\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop-empty\"\u003e●\u003c\/span\u003e \u003cspan style=\"margin-left: 0.25rem;\"\u003eHigh absorbency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003cp class=\"product-card-desc\"\u003eFor women who need a step up in protection without stepping up in bulk. The Super delivers higher absorbency in the same discreet, underwear-like format — ideal for heavier leakage or busier days when changing isn't always an option.\u003c\/p\u003e\n\u003cul class=\"product-features\"\u003e\n\u003cli\u003eAdvanced absorbent core that locks moisture away instantly\u003c\/li\u003e\n\u003cli\u003eBody-hugging contoured leg elastics\u003c\/li\u003e\n\u003cli\u003eBuilt-in odour-neutralising technology\u003c\/li\u003e\n\u003cli\u003eLooks and feels like regular underwear under any outfit\u003c\/li\u003e\n\u003cli\u003eSuitable for day and overnight use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/products\/depend-realfit-underwear-super-for-women\" class=\"btn btn-primary\"\u003eView Product\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Women's Night Defence --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003cspan class=\"product-for for-women\"\u003eFor Women — Night\u003c\/span\u003e\n\u003ch3 class=\"product-card-name\"\u003eReal Fit Night Defence\u003c\/h3\u003e\n\u003cdiv class=\"product-card-absorbency\"\u003e\n\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e \u003cspan style=\"margin-left: 0.25rem;\"\u003eMaximum absorbency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003cp class=\"product-card-desc\"\u003eOvernight protection for women that actually works through the night. The Night Defence is built with higher absorbency and a secure fit designed for all sleeping positions — so you wake up dry, not anxious about what happened while you were asleep.\u003c\/p\u003e\n\u003cul class=\"product-features\"\u003e\n\u003cli\u003eExtended absorbent core for overnight wear\u003c\/li\u003e\n\u003cli\u003eSecure fit for all sleeping positions\u003c\/li\u003e\n\u003cli\u003eAdvanced odour control through the night\u003c\/li\u003e\n\u003cli\u003eSoft, breathable cotton-like fabric for comfortable sleep\u003c\/li\u003e\n\u003cli\u003eLooks and feels like real underwear, even in bed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/products\/depend-realfit-underwear-night-defence-for-women-large\" class=\"btn btn-primary\"\u003eView Product\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Men's Regular --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003cspan class=\"product-for for-men\"\u003eFor Men\u003c\/span\u003e\n\u003ch3 class=\"product-card-name\"\u003eReal Fit Underwear\u003c\/h3\u003e\n\u003cdiv class=\"product-card-absorbency\"\u003e\n\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop-empty\"\u003e●\u003c\/span\u003e \u003cspan style=\"margin-left: 0.25rem;\"\u003eHigh absorbency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003cp class=\"product-card-desc\"\u003eDesigned specifically for male anatomy with a front-positioned absorbent core and all-around leg elastics for robust leakage protection. Soft, breathable, and built to look like regular underwear — even up close.\u003c\/p\u003e\n\u003cul class=\"product-features\"\u003e\n\u003cli\u003eShaped for male anatomy with targeted front protection\u003c\/li\u003e\n\u003cli\u003eAll-around leg elastics keep it securely in place\u003c\/li\u003e\n\u003cli\u003e3-in-1 protection system: absorb, neutralise, secure\u003c\/li\u003e\n\u003cli\u003eAdapts to movement without shifting or bunching\u003c\/li\u003e\n\u003cli\u003eSuitable for moderate to heavy bladder leakage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/products\/depend-realfit-underwear-for-men\" class=\"btn btn-primary\"\u003eView Product\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Men's Night Defence --\u003e\n\u003cdiv class=\"product-card\"\u003e\n\u003cdiv class=\"product-card-header\"\u003e\n\u003cspan class=\"product-for for-men\"\u003eFor Men — Night\u003c\/span\u003e\n\u003ch3 class=\"product-card-name\"\u003eReal Fit Night Defence\u003c\/h3\u003e\n\u003cdiv class=\"product-card-absorbency\"\u003e\n\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e\u003cspan class=\"drop\"\u003e●\u003c\/span\u003e \u003cspan style=\"margin-left: 0.25rem;\"\u003eMaximum absorbency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-card-body\"\u003e\n\u003cp class=\"product-card-desc\"\u003eThe overnight option for men, built with an extended absorbent core and side guards for added leak protection in every sleeping position. Rest easy knowing you're covered until morning, without any disruption to how you sleep.\u003c\/p\u003e\n\u003cul class=\"product-features\"\u003e\n\u003cli\u003eLongest absorbent core in the Real Fit range\u003c\/li\u003e\n\u003cli\u003eSide guards for all-position overnight leak protection\u003c\/li\u003e\n\u003cli\u003eAdvanced odour control — wake up feeling fresh\u003c\/li\u003e\n\u003cli\u003eSoft cotton-like fabric for uninterrupted comfort\u003c\/li\u003e\n\u003cli\u003eFits like real underwear, even in bed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/products\/depend-realfit-underwear-night-defence-for-men-large\" class=\"btn btn-primary\"\u003eView Product\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"rule\"\u003e\u003c!-- ── WHY REAL FIT ────────────────────────────────────── --\u003e\n\u003csection class=\"section why\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"section-eyebrow\"\u003eWhy Real Fit\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eNot just absorbent.\u003cbr\u003e\u003cem\u003eActually comfortable.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eDepend Real Fit was engineered to close the gap between protection and comfort — something that clinical pull-up briefs and basic pads have never quite managed.\u003c\/p\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e🧵\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-title\"\u003eCotton-like, breathable fabric\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eSoft against the skin and breathable throughout the day, so you're not battling heat and discomfort on top of everything else.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-title\"\u003eFast absorption core\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eMoisture is pulled away from the surface quickly, so there's no lingering wetness — just dry confidence within seconds of a leak.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e🌿\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-title\"\u003eWorry-free odour control\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eOdour-neutralising technology built into the fabric, so you can go about your day without constantly second-guessing yourself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e✂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-title\"\u003eTear-away sides\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eEasy removal without the awkward manoeuvring. Pull them down or tear them off — whichever works for the situation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e🎽\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"feature-title\"\u003eDiscreet under clothing\u003c\/p\u003e\n\u003cp class=\"feature-desc\"\u003eNo lines, no bulk, no rustling. Real Fit sits flat under everyday clothing — jeans, work trousers, skirts — without announcing itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"protection-card\"\u003e\n\u003cp class=\"section-eyebrow\" style=\"color: var(--blush); margin-bottom: 0.75rem;\"\u003e3-in-1 Protection System\u003c\/p\u003e\n\u003ch3 class=\"protection-card-title\"\u003eOne product.\u003cbr\u003e\u003cem\u003eThree jobs done.\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cp class=\"protection-card-sub\"\u003eEvery Depend Real Fit product is built around the same three-layer protection system — because reliable protection means addressing absorption, odour, and fit all at once, not just one of them.\u003c\/p\u003e\n\u003cdiv class=\"protection-pillars\"\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"pillar-text\"\u003e\n\u003cstrong\u003eFast absorption\u003c\/strong\u003e Locks moisture away from the skin surface almost immediately, keeping you dry even after a sudden or heavy leak.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"pillar-text\"\u003e\n\u003cstrong\u003eOdour neutralisation\u003c\/strong\u003e Built-in odour-control technology neutralises unwanted smells rather than just masking them.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar\"\u003e\n\u003cdiv class=\"pillar-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"pillar-text\"\u003e\n\u003cstrong\u003eSecure, discreet fit\u003c\/strong\u003e Elasticated waistband and leg openings that hold the product in place through movement without digging in or shifting.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"protection-note\"\u003eAll Depend Real Fit products are dermatologically tested and free from artificial colours. Suitable for moderate to heavy bladder leakage. Up to 12 hours protection for daytime variants; Night Defence is formulated for extended overnight wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"rule\"\u003e\u003c!-- ── WHO IT'S FOR ────────────────────────────────────── --\u003e\n\u003csection class=\"section who\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eWho It's For\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eMade for people who\u003cbr\u003e\u003cem\u003ehaven't slowed down.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eBladder leakage affects 1 in 3 Australians over the age of 30. Real Fit is for the ones who refuse to let it change what they do or how they live.\u003c\/p\u003e\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\"\u003eActive adults\u003c\/p\u003e\n\u003cp class=\"who-desc\"\u003eWalking, exercising, travelling, working — Real Fit moves with you and stays in place, so leakage doesn't become the reason you sit something out.\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\"\u003eAnyone managing overnight leakage\u003c\/p\u003e\n\u003cp class=\"who-desc\"\u003eNight Defence is available for both men and women — maximum absorbency, secure fit in every sleeping position, so you wake up dry and rested.\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 who care about discretion\u003c\/p\u003e\n\u003cp class=\"who-desc\"\u003eNo visible lines under clothing. No rustling when you move. No shape that gives anything away. Real Fit is designed to be invisible.\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 transitioning from pads\u003c\/p\u003e\n\u003cp class=\"who-desc\"\u003eIf pads keep shifting, leaking, or just feel uncomfortable, Real Fit is worth trying. The all-in-one format is more secure and more convenient for many people.\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\"\u003eCarers and support workers\u003c\/p\u003e\n\u003cp class=\"who-desc\"\u003eTear-away sides make assisted changes much simpler, and the underwear format is more dignified than a clinical slip or tabbed brief for mobile individuals.\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\"\u003eContinence products including Depend Real Fit are commonly funded under the NDIS. Our 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\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 \u003cspan class=\"trust-sub\"\u003eDispatched within 1–2 business days\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 \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\"\u003e3,000+ five-star reviews\u003c\/span\u003e \u003cspan class=\"trust-sub\"\u003eFrom carers, patients, and healthcare professionals\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 \u003cspan class=\"trust-sub\"\u003eNo invoices, no waiting, no runaround\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── GUIDES ──────────────────────────────────────────── --\u003e\n\u003csection class=\"section guides\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eHelpful Guides\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eWorth reading\u003cbr\u003e\u003cem\u003ebefore you buy.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"guides-grid\"\u003e\n\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/blogs\/all\/choosing-the-right-incontinence-products-pads-vs-underwear\" class=\"guide-card\"\u003e\u003cspan class=\"guide-icon\"\u003e📖\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"guide-title\"\u003ePads vs incontinence underwear: how to choose\u003c\/p\u003e\n\u003cp class=\"guide-sub\"\u003eA practical comparison of both formats to help you decide what works best for your situation and lifestyle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/blogs\/all\/lifestyle-tips-for-managing-incontinence-confidently\" class=\"guide-card\"\u003e\u003cspan class=\"guide-icon\"\u003e🏃♀️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"guide-title\"\u003eLifestyle tips for managing incontinence confidently\u003c\/p\u003e\n\u003cp class=\"guide-sub\"\u003ePractical strategies for staying active, social, and comfortable while managing bladder leakage day to day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/blogs\/all\/discreet-continence-products-for-community-outings\" class=\"guide-card\"\u003e\u003cspan class=\"guide-icon\"\u003e🚶♀️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"guide-title\"\u003eDiscreet continence products for community outings\u003c\/p\u003e\n\u003cp class=\"guide-sub\"\u003eWhat to look for when you need reliable protection away from home — and how Real Fit fits into that picture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/blogs\/all\/the-hidden-emotional-toll-of-incontinence-and-how-to-support-patients\" class=\"guide-card\"\u003e\u003cspan class=\"guide-icon\"\u003e🤝\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cp class=\"guide-title\"\u003eThe emotional side of incontinence: how to support someone\u003c\/p\u003e\n\u003cp class=\"guide-sub\"\u003eFor carers, family members, and support workers — understanding what people managing incontinence actually need.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"rule\"\u003e\u003c!-- ── FAQ ────────────────────────────────────────────── --\u003e\n\u003csection class=\"section faq\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently asked\u003cbr\u003e\u003cem\u003eabout Real Fit.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow is Real Fit different from a regular pull-up brief?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eMost pull-up incontinence briefs are functional but clinical — they feel like what they are. Depend Real Fit is specifically engineered to replicate the look and feel of regular underwear: cotton-like fabric, a fitted waistband, contoured leg openings, and a silhouette that sits flat under clothing. The protection is equivalent or better, but the wearing experience is significantly closer to what most people are used to.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat's the difference between Regular and Super absorbency for women?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eRegular handles moderate bladder leakage and is the everyday option for most women. Super steps up the absorbency level for heavier leakage, longer wear periods, or situations where changing isn't always possible — like long travel days or extended time away from a bathroom. Both deliver the same underwear-like fit; the difference is purely in how much they can absorb.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eHow long does Depend Real Fit last before needing to be changed?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe daytime variants — Regular for Women, Super for Women, and Real Fit for Men — offer up to 12 hours of protection. In practice, most people change more frequently than that based on leakage volume and personal preference. Night Defence for Women and Night Defence for Men are both formulated for extended overnight wear and designed to last a full night without requiring a change.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan Real Fit be worn during exercise or active use?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The all-around elasticated leg openings and body-fitting design keep the product securely in place during movement, which is one of the main advantages over pad-based protection. Many people find Real Fit significantly more reliable during walking, exercise, or physically active days than pads that can shift out of position.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eIs there a specific Real Fit product for women, and one for men?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The women's range — Regular, Super, and Night Defence — features a feminine-shaped absorbent core, a feminine elastic waistband, and a design contoured for the female body. The men's range — Real Fit Underwear and Night Defence — features a front-positioned absorbent core designed for male anatomy, with all-around leg elastics for a secure fit. Using the right gender-specific product makes a meaningful difference to fit and protection.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eAre Depend Real Fit products NDIS-funded?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eContinence products including Depend Real Fit are commonly funded under the NDIS through the Continence Aids Payment Scheme or under a participant's plan. The specifics depend on how the need has been documented and your individual plan. Check with your support coordinator or plan manager to confirm what's covered. Our NDIS instant checkout makes purchasing straightforward once funding is confirmed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eWhat size should I order?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eDepend Real Fit is sized by waist and hip measurement. Check the size guide on individual product pages — each listing shows the waist circumference range for each size. If you're between sizes, it's generally better to size up for comfort and to ensure the leg elastics sit properly without digging in. If you're not sure, give us a call on 1300 604 499 and we'll help you work it out.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eCan I order in bulk for aged care or a facility?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. We supply aged care facilities, disability support providers, and healthcare organisations with bulk quantities. Call us on 1300 604 499 for volume pricing and to discuss ongoing supply arrangements through APEX, our B2B platform.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ── CTA ─────────────────────────────────────────────── --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv style=\"max-width: var(--max); margin: 0 auto;\"\u003e\n\u003cp class=\"section-eyebrow\" style=\"color: var(--blush); text-align: center; margin-bottom: 0.75rem;\"\u003eReady to order?\u003c\/p\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eGet back to \u003cem\u003eliving your life.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"cta-lead\"\u003eBrowse the full Depend Real Fit range above, or give us a call if you need help choosing the right product, sorting out NDIS funding, or placing a bulk order for a facility.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca href=\"tel:1300604499\" class=\"btn btn-light\"\u003e📞 Call 1300 604 499\u003c\/a\u003e \u003ca href=\"https:\/\/www.platinumhealthsupply.com.au\/collections\/depend\" class=\"btn btn-ghost\"\u003eBrowse all Depend products\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"depend-realfit-underwear-for-men","title":"Depend 男士舒适贴身内裤","description":"\u003cp\u003e\u003cstrong\u003e产品说明：\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"flex-1 overflow-hidden\"\u003e\n\n\u003cdiv class=\"react-scroll-to-bottom--css-glfrn-79elbk h-full\"\u003e\n\n\u003cdiv class=\"react-scroll-to-bottom--css-glfrn-1n7m0yu\"\u003e\n\n\u003cdiv class=\"flex flex-col text-sm pb-9\"\u003e\n\n\u003cdiv class=\"w-full text-token-text-primary\" dir=\"auto\" data-testid=\"conversation-turn-19\" data-scroll-anchor=\"true\"\u003e\n\n\u003cdiv class=\"py-2 juice:py-[18px] px-3 text-base md:px-4 m-auto md:px-5 lg:px-1 xl:px-5\"\u003e\n\n\u003cdiv class=\"mx-auto flex flex-1 gap-3 text-base juice:gap-4 juice:md:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\"\u003e\n\n\u003cdiv class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\n\u003cdiv class=\"flex-col gap-1 md:gap-3\"\u003e\n\n\u003cdiv class=\"flex flex-grow flex-col max-w-full\"\u003e\n\n\u003cdiv class=\"min-h-[20px] text-message flex flex-col items-start whitespace-pre-wrap break-words [.text-message+\u0026amp;]:mt-5 juice:w-full juice:items-end overflow-x-auto gap-3\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"3a4775b3-bd30-4478-a562-aa540525f9ff\"\u003e\n\n\u003cdiv class=\"markdown prose w-full break-words dark:prose-invert dark\"\u003e\n\n\u003cp\u003e隆重推出专为男士设计的 Depend Realfit 内裤，这是解决严重膀胱失禁的终极方案，提供三重保护，确保全天无忧的舒适和自信。这款内裤旨在提供卓越的异味控制、快速吸收和隐秘舒适的贴合感，正在彻底改变男士管理失禁的方式。\u003c\/p\u003e\n\n\u003cp\u003e告别对异味的担忧——Depend Realfit 内裤能有效中和异味，让您自信而隐秘地度过一天。凭借快速吸收能力，这款内裤能迅速锁住水分，让您在任何情况下都感觉干爽舒适。\u003c\/p\u003e\n\n\u003cp\u003e但这不仅仅是关于保护——Depend Realfit 内裤的设计旨在像真正的内裤一样贴合和舒适，提供您可以信赖的隐秘和舒适贴合感。这些内裤采用全方位腿部弹性设计，提供全方位防漏保护，让您自由自信地活动。\u003c\/p\u003e\n\n\u003cp\u003e无论您是在工作、与朋友外出，还是与家人共度时光，Depend Realfit 男士内裤都能为您提供充分生活所需的可靠性和舒适感。体验 Depend Realfit 内裤带来的不同，每次穿着都能重拾自信和尊严。\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mt-1 flex gap-3 empty:hidden juice:-ml-3\"\u003e  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003e更多问题：\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e仍然不确定此产品是否适合您的预期用途？请通过“联系我们”页面与我们的一位销售代表联系。\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Depend","offers":[{"title":"中号 \/ 每包8件","offer_id":48691442876736,"sku":"19605\/P","price":19.69,"currency_code":"AUD","in_stock":true},{"title":"中号 \/ 每箱4包","offer_id":48691443728704,"sku":"19605\/C","price":78.76,"currency_code":"AUD","in_stock":true},{"title":"大型 \/ 每包8件","offer_id":48691441992000,"sku":"19606\/P","price":21.34,"currency_code":"AUD","in_stock":true},{"title":"大型 \/ 每箱4包","offer_id":48691442843968,"sku":"19606\/C","price":85.36,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/19605_480df02b-8e7a-45c0-877c-ea259373ea47.png?v=1748592945"},{"product_id":"depend-realfit-underwear-night-defence-for-men-large","title":"Depend Real Fit 男士内裤式纸尿裤 夜用型 大码","description":"\u003cp\u003e隆重推出 Depend Real Fit 男士夜用防护内裤，这是夜间防护的终极解决方案，确保您能舒适自信地安睡。这款内裤采用先进技术，旨在提供无与伦比的吸收性、气味控制和防漏保护，让您整晚安枕无忧。\u003c\/p\u003e\n\u003cp\u003eDepend Real Fit 夜用防护内裤采用我们最长的吸收芯，能迅速锁住水分，即使长时间穿着也能保持干爽舒适。有了这款内裤卓越的吸收性，告别夜间中断，告别不间断的睡眠。\u003c\/p\u003e\n\u003cp\u003e不仅如此，Depend Real Fit 夜用防护内裤还提供先进的气味控制技术，确保您每天早上醒来时感觉清新自信。无需再担心不必要的异味——这款内裤能有效中和异味，让您安心入睡，没有任何顾虑。\u003c\/p\u003e\n\u003cp\u003e为提供额外的防漏保护，这款内裤配备了侧护，确保您整晚免受渗漏和意外的困扰。有了 Depend Real Fit 夜用防护内裤，您可以安心入睡，因为您知道自己得到了全方位的保护。\u003c\/p\u003e\n\u003cp\u003e这款内裤采用柔软的棉质面料制成，像真正的内裤一样舒适贴合，确保您安睡时没有任何不适或刺激。告别笨重不舒适的夜间防护——Depend Real Fit 夜用防护内裤完美融合了舒适性和性能。\u003c\/p\u003e\n\u003cp\u003e体验 Depend Real Fit 男士夜用防护内裤带来的不同，夜复一夜地享受安宁的睡眠。告别无忧的夜晚，醒来时感觉神清气爽，自信而有尊严地迎接新的一天。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e更多问题：\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e仍然不确定此产品是否适合您的预期用途？请通过联系我们页面联系我们的销售代表之一。\u003c\/p\u003e","brand":"Depend","offers":[{"title":"每包8件","offer_id":48691444613440,"sku":"91018\/P","price":22.0,"currency_code":"AUD","in_stock":true},{"title":"每箱4包","offer_id":48691444711744,"sku":"91018\/C","price":88.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/Depend-Real-Fit-Underwear-Night-Defence-For-Men-Large.png?v=1757468622"},{"product_id":"depend-realfit-underwear-night-defence-for-women-large","title":"Depend Real Fit 女士安睡内裤 大码","description":"\u003cp\u003e隆重推出专为女性设计的 Depend Real Fit Night Defence 夜用安心裤，它是夜间防护的终极解决方案，确保您能舒适自信地安睡。这些安心裤采用先进技术，旨在提供无与伦比的吸收性、异味控制和防漏保护，让您整夜安枕无忧。\u003c\/p\u003e\n\u003cp\u003eDepend Real Fit Night Defence 安心裤采用我们最长的吸水核心，可快速锁住水分，即使长时间穿着也能保持干爽舒适。告别夜间干扰，安享不间断的睡眠，这得益于这款安心裤卓越的吸收性能。\u003c\/p\u003e\n\u003cp\u003e但这还不是全部——Depend Real Fit Night Defence 安心裤还提供先进的异味控制技术，确保您每天醒来都感到清新自信。无需再担心不必要的异味——这些安心裤可有效中和异味，让您安心入睡，没有任何顾虑。\u003c\/p\u003e\n\u003cp\u003e为提供额外的防漏保护，这些安心裤配备了侧边护翼，确保您整夜免受渗漏和意外的困扰。有了 Depend Real Fit Night Defence 安心裤，您可以安心入睡，因为您知道自己受到了全方位的保护。\u003c\/p\u003e\n\u003cp\u003e这些安心裤采用柔软的棉质面料制成，像真正的内裤一样舒适贴合，确保您睡得舒适，没有任何不适或刺激。告别笨重不适的夜间防护——Depend Real Fit Night Defence 安心裤完美融合了舒适性和功能性。\u003c\/p\u003e\n\u003cp\u003e体验 Depend Real Fit Night Defence 女士安心裤的与众不同，每晚都能安享宁静的睡眠。告别担忧的夜晚，醒来时感到神清气爽，自信而有尊严地迎接新的一天。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e更多问题：\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e仍然不确定此产品是否适合您的预期用途？请通过“联系我们”页面与我们的一位销售代表联系。\u003c\/p\u003e","brand":"Depend","offers":[{"title":"每包8个","offer_id":48691445694784,"sku":"21555\/P","price":22.0,"currency_code":"AUD","in_stock":true},{"title":"每箱 4 包","offer_id":48691445760320,"sku":"21555\/C","price":88.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/21555_e40d6ccc-7bbb-4805-bed7-cf730c79d839.png?v=1748592943"},{"product_id":"depend-realfit-underwear-regular-for-women","title":"Depend 臻选适动女士内裤式纸尿裤 常规型","description":"\u003cp\u003e\u003cstrong\u003e产品说明：\u003cbr\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e隆重推出专为女性设计的 Depend Realfit 普通款内裤，它是全天候防护的终极解决方案，提供三重保护，让您无忧享受舒适和自信。这款一次性内裤采用先进技术，旨在提供卓越的气味控制、快速吸收和隐秘舒适的穿着体验，让您全天安心。\u003c\/p\u003e\n\u003cp\u003e穿上 Depend Realfit 普通款内裤，您将享受长达 12 小时的可靠保护，确保您从早到晚保持干爽舒适。告别对渗漏和意外的担忧——这款内裤提供全天候保护，穿着合身，感觉就像普通内裤一样。\u003c\/p\u003e\n\u003cp\u003e但它不仅仅是保护——Depend Realfit 普通款内裤还提供先进的气味控制技术，确保您全天保持清新和自信。不再担心异味——这款内裤能有效中和异味，让您无论面对何种情况都能保持自信和舒适。\u003c\/p\u003e\n\u003cp\u003e这款内裤采用隐秘舒适的设计，穿着感觉就像普通内裤一样，确保您能轻松自信地活动。无论您是在工作、外出办事还是与亲人共度时光，Depend Realfit 普通款内裤都能完美融合舒适性和功能性。\u003c\/p\u003e\n\u003cp\u003e体验 Depend Realfit 普通款女性内裤带来的不同，享受全天候保护，让您尽情享受生活，不打折扣。告别烦恼的日子，自信而有尊严地拥抱每一个时刻。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e更多问题：\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e仍然不确定本产品是否适合您的预期用途？请通过“联系我们”页面联系我们的销售代表。\u003c\/p\u003e","brand":"Depend","offers":[{"title":"中号 \/ 每包8个","offer_id":48691446645056,"sku":"19635\/P","price":16.5,"currency_code":"AUD","in_stock":true},{"title":"中号 \/ 每箱4包","offer_id":48691447464256,"sku":"19635\/C","price":66.0,"currency_code":"AUD","in_stock":true},{"title":"大型 \/ 每包8个","offer_id":48691445793088,"sku":"19636\/P","price":17.49,"currency_code":"AUD","in_stock":true},{"title":"大型 \/ 每箱4包","offer_id":48691446579520,"sku":"19636\/C","price":69.96,"currency_code":"AUD","in_stock":true},{"title":"特大号 \/ 每包8个","offer_id":48691447497024,"sku":"19604\/P","price":22.2,"currency_code":"AUD","in_stock":true},{"title":"特大号 \/ 每箱4包","offer_id":48691452576064,"sku":"19604\/C","price":88.25,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/19635_3d849e8b-7a7a-432a-90ca-7e85bd03e5e7.png?v=1748592941"},{"product_id":"depend-realfit-underwear-super-for-women","title":"Depend Real Fit 女性超强吸收内裤","description":"\u003ch3 data-start=\"175\" data-end=\"221\"\u003eDepend RealFit 女性超薄内裤\u003c\/h3\u003e\n\u003cp data-start=\"222\" data-end=\"292\"\u003e\u003cstrong data-start=\"222\" data-end=\"292\"\u003e自信与舒适兼备——隐秘防护，随身而动\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"294\" data-end=\"706\"\u003eDepend RealFit 女性超薄内裤让您重获自由与舒适——专为追求隐秘、卓越吸收力且具有天然内裤般感觉的女性精心设计。无论您面临中度至重度漏尿困扰，还是只想在外出时安心无忧，本产品都能提供时尚、安全的贴合感，宛如真正的内裤，让您自信满满地度过每一天。\u003c\/p\u003e\n\u003ch3 data-start=\"713\" data-end=\"740\"\u003e\u003c\/h3\u003e\n\u003ch3 data-start=\"713\" data-end=\"740\"\u003e主要特点与优势\u003c\/h3\u003e\n\u003cul data-start=\"742\" data-end=\"1517\"\u003e\n\n\u003cli data-start=\"742\" data-end=\"905\"\u003e\n\n\u003cp data-start=\"744\" data-end=\"905\"\u003e\u003cstrong data-start=\"744\" data-end=\"767\"\u003e真实内裤触感\u003c\/strong\u003e\u003cbr data-start=\"767\" data-end=\"770\"\u003e采用优质棉感面料精制而成，外观和触感都像日常内裤一样——柔软、透气，在衣物下隐秘无痕。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"907\" data-end=\"1061\"\u003e\n\n\u003cp data-start=\"909\" data-end=\"937\"\u003e\u003cstrong data-start=\"909\" data=\"937\"\u003e值得信赖的超强吸收力\u003c\/strong\u003e\u003cbr data-start=\"937\" data-end=\"940\"\u003e采用先进的吸收芯，瞬间锁住湿气和异味，让您长时间保持干爽清新。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1063\" data-end=\"1202\"\u003e\n\n\u003cp data-start=\"1065\" data-end=\"1202\"\u003e\u003cstrong data-start=\"1065\" data-end=\"1085\"\u003e贴身剪裁\u003c\/strong\u003e\u003cbr data-start=\"1085\" data-end=\"1088\"\u003e修身弹性腰带和轮廓分明的腿部弹性设计提供安全贴合感，随身体而动。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1204\" data-end=\"1352\"\u003e\n\n\u003cp data-start=\"1206\" data-end=\"1352\"\u003e\u003cstrong data-start=\"1206\" data-end=\"1234\"\u003e异味控制技术\u003c\/strong\u003e\u003cbr data-start=\"1234\" data-end=\"1237\"\u003e内置异味中和技术，即使在忙碌时刻也能全天保持清新。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1354\" data-end=\"1517\"\u003e\n\n\u003cp data-start=\"1356\" data-end=\"1517\"\u003e\u003cstrong data-start=\"1356\" data-end=\"1385\"\u003e隐秘、女性化设计\u003c\/strong\u003e\u003cbr data-start=\"1385\" data-end=\"1388\"\u003e采用中性女性化颜色和光滑表面设计——非常隐秘，您会忘记自己穿着失禁防护用品。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 data-start=\"1524\" data-end=\"1570\"\u003e产品变体与定制选项\u003c\/h3\u003e\n\u003cul data-start=\"1572\" data-end=\"1940\"\u003e\n\n\u003cli data-start=\"1572\" data-end=\"1708\"\u003e\n\n\u003cp data-start=\"1574\" data-end=\"1596\"\u003e\u003cstrong data-start=\"1574\" data-end=\"1593\"\u003e可用尺码\u003c\/strong\u003e：\u003c\/p\u003e\n\n\u003cul data-start=\"1599\" data-end=\"1708\"\u003e\n\n\u003cli data-start=\"1599\" data-end=\"1636\"\u003e\n\n\u003cp data-start=\"1601\" data-end=\"1636\"\u003e小\/中码 (S\/M): 55–85厘米腰围\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1639\" data-end=\"1668\"\u003e\n\n\u003cp data-start=\"1641\" data-end=\"1668\"\u003e大码 (L): 80–110厘米腰围\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1671\" data-end=\"1708\"\u003e\n\n\u003cp data-start=\"1673\" data-end=\"1708\"\u003e加大码 (XL): 105–140厘米腰围\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1710\" data-end=\"1786\"\u003e\n\n\u003cp data-start=\"1712\" data-end=\"1786\"\u003e\u003cstrong data-start=\"1712\" data-end=\"1722\"\u003e颜色\u003c\/strong\u003e：柔和桃色\/裸色调，在衣物下呈现自然外观\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1787\" data-end=\"1867\"\u003e\n\n\u003cp data-start=\"1789\" data-end=\"1867\"\u003e\u003cstrong data-start=\"1789\" data-end=\"1809\"\u003e吸收级别\u003c\/strong\u003e：超强——适用于中度至重度漏尿\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"1868\" data-end=\"1940\"\u003e\n\n\u003cp data-start=\"1870\" data-end=\"1940\"\u003e\u003cstrong data-start=\"1870\" data-end=\"1883\"\u003e包装\u003c\/strong\u003e：有8片装和整箱装，可供批量采购\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\u003chr data-start=\"1942\" data-end=\"1945\"\u003e\n\u003ch3 data-start=\"1947\" data-end=\"1975\"\u003e为何选择本产品？\u003c\/h3\u003e\n\u003col data-start=\"1977\" data-end=\"2290\"\u003e\n\n\u003cli data-start=\"1977\" data-end=\"2049\"\u003e\n\n\u003cp data-start=\"1980\" data-end=\"2049\"\u003e设计旨在提供真实内裤般的触感和贴合度——不臃肿，不像医疗用品。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"2050\" data-end=\"2115\"\u003e\n\n\u003cp data-start=\"2053\" data-end=\"2115\"\u003e提供可靠的保护，同时具有隐秘、女性化的设计。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"2116\" data-end=\"2180\"\u003e\n\n\u003cp data-start=\"2119\" data-end=\"2180\"\u003e非常适合自信管理失禁的主动女性。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"2181\" data-end=\"2231\"\u003e\n\n\u003cp data-start=\"2184\" data-end=\"2231\"\u003e高吸收力，让您白天黑夜都保持干爽。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\u003cli data-start=\"2232\" data-end=\"2290\"\u003e\n\n\u003cp data-start=\"2235\" data-end=\"2290\"\u003e由 Depend 提供支持——值得信赖的失禁护理领导品牌。\u003c\/p\u003e\n\n\n\u003c\/li\u003e\n\n\n\u003c\/ol\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3 data-start=\"2297\" data-end=\"2332\"\u003e如何索取更多信息\u003c\/h3\u003e\n\u003cp data-start=\"2334\" data-end=\"2416\"\u003e需要帮助选择合适的尺码或吸收级别吗？我们的团队随时为您服务！\u003c\/p\u003e\n\u003cp data-start=\"2420\" data-end=\"2451\"\u003e\u003cstrong data-start=\"2423\" data-end=\"2434\"\u003e致电我们\u003c\/strong\u003e：1300 60 44 99\u003c\/p\u003e\n\u003cp data-start=\"2454\" data-end=\"2540\"\u003e\u003cstrong data-start=\"2457\" data-end=\"2469\"\u003e发送邮件至\u003c\/strong\u003e：\u003ca data-start=\"2471\" data-end=\"2538\" class=\"cursor-pointer\" rel=\"noopener\"\u003ecustomercare@phsgroup.com.au\u003c\/a\u003e\u003c\/p\u003e\n\u003cp data-start=\"2543\" data-end=\"2595\"\u003e\u003cstrong data-start=\"2546\" data-end=\"2559\"\u003e在线聊天\u003c\/strong\u003e：工作时间内可用*\u003c\/p\u003e\n\u003cp data-start=\"2598\" data-end=\"2671\"\u003e\u003cstrong data-start=\"2601\" data-end=\"2622\"\u003e到店参观\u003c\/strong\u003e：Unit 2\/51 Trafalgar Rd, Epping, Victoria 3076\u003c\/p\u003e\n\u003cp data-start=\"2598\" data-end=\"2671\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"2678\" data-end=\"2811\"\u003e立即使用 Depend RealFit 掌控您的舒适与自信——隐秘、女性化失禁防护的终极之选。\u003c\/p\u003e","brand":"Depend","offers":[{"title":"中号 \/ 每包8个","offer_id":48691454148928,"sku":"19645\/P","price":21.78,"currency_code":"AUD","in_stock":true},{"title":"中号 \/ 每箱4包","offer_id":48691454869824,"sku":"19645\/C","price":87.12,"currency_code":"AUD","in_stock":true},{"title":"大型 \/ 每包8个","offer_id":48691452641600,"sku":"19646\/P","price":23.27,"currency_code":"AUD","in_stock":true},{"title":"大型 \/ 每箱4包","offer_id":48691453395264,"sku":"19646\/C","price":93.06,"currency_code":"AUD","in_stock":true},{"title":"特大号 \/ 每包8个","offer_id":48691455459648,"sku":"19647\/P","price":23.43,"currency_code":"AUD","in_stock":true},{"title":"特大号 \/ 每箱4包","offer_id":48691456278848,"sku":"19647\/C","price":93.72,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0794\/5938\/5664\/files\/19645_2517268e-4908-45f8-84d6-fa566d1b44aa.png?v=1748592940"}],"url":"https:\/\/www.platinumhealthsupply.com.au\/zh\/collections\/depend-real-fit.oembed","provider":"Platinum Health Supply","version":"1.0","type":"link"}