PROCare Underpads
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400&family=Plus+Jakarta+Sans:wght@400;500;600&display= swap'); .pcupd-wrap{ --brand-warm:#1f5bb5; --brand-warm-light:#3b7fd6; --brand-warm-tint:#eaf2fc; --brand-earth:#38867d; --brand-earth-light:#e4f1ef; --brand-cream:#fbfcfe; --brand-sand:#eef3f9; --text-primary:#232a33; --text-soft:#6b7480; --border:#e2e8f0; max-width:960px;margin:0 auto;padding:8px 16px; font-family:'Plus Jakarta Sans',-apple-system,sans-serif !important; font-size:16px !important;line-height:1.65 !important; color:var(--text-primary);background:var(--brand-cream); -webkit-font-smoothing:antialiased; } .pcupd-wrap *{box-sizing:border-box;} .pcupd-hero{text-align:center;padding:36px 0 0;} .pcupd-hero-product{background:var(--brand-sand);border-radius:32px;padding:44px 40px 34px;position:relative;overflow:hidden;} .pcupd-hero-product::before{content:'';position:absolute;top:-30%;left:-12%;width:320px;height:320px;background:radial-gradient(circle,rgba(31,91,181,0.12) 0%,transparent 70%);pointer-events:none;} .pcupd-hero-product::after{content:'';position:absolute;bottom:-30%;right:-12%;width:320px;height:320px;background:radial-gradient(circle,rgba(56,134,125,0.14) 0%,transparent 70%);pointer-events:none;} .pcupd-hero-product img{width:100%;max-width:440px;max-height:400px;object-fit:contain;display:block;margin:0 auto;position:relative;z-index:1;} .pcupd-overline{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:13px !important;font-weight:600 !important;line-height:1.4 !important;letter-spacing:1.5px;text-transform:uppercase;color:var(--brand-warm);margin:26px 0 12px;} .pcupd-hero h1{font-family:'Fraunces',Georgia,serif !important;font-size:clamp(32px,4.5vw,48px) !important;font-weight:600 !important;line-height:1.12 !important;color:var(--text-primary);margin:0 auto 16px;max-width:660px;} .pcupd-hero h1 em{font-style:italic;font-weight:400 !important;color:var(--brand-earth);} .pcupd-hero-desc{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:16px !important;font-weight:400 !important;line-height:1.6 !important;color:var(--text-soft);max-width:520px;margin:0 auto;} .pcupd-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:26px 0 6px;} .pcupd-badge{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:13px !important;font-weight:500 !important;line-height:1.4 !important;padding:8px 20px;border-radius:100px;background:var(--brand-warm-tint);color:var(--brand-warm);transition:transform 0.2s ease;} .pcupd-badge.pcupd-green{background:var(--brand-earth-light);color:var(--brand-earth);} .pcupd-badge:hover{transform:scale(1.05);} .pcupd-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:44px 0;} .pcupd-tile{background:var(--brand-sand);border-radius:20px;padding:30px 26px;transition:transform 0.25s ease,box-shadow 0.25s ease;} .pcupd-tile:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(31,91,181,0.1);} .pcupd-tile-icon{width:44px;height:44px;border-radius:12px;background:var(--brand-warm-tint);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px;} .pcupd-tile.pcupd-earth .pcupd-tile-icon{background:var(--brand-earth-light);} .pcupd-tile h3{font-family:'Fraunces',Georgia,serif !important;font-size:20px !important;font-weight:600 !important;line-height:1.2 !important;color:var(--text-primary);margin:0 0 8px;} .pcupd-tile p{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:14px !important;font-weight:400 !important;line-height:1.6 !important;color:var(--text-soft);margin:0;} .pcupd-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:48px 0;} .pcupd-content-media{background:var(--brand-sand);border-radius:24px;padding:24px;} .pcupd-content.pcupd-flip .pcupd-content-media{order:2;} .pcupd-content-media img{width:100%;max-height:none;object-fit:contain;display:block;border-radius:12px;background:#fff;} .pcupd-content-tag{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:12px !important;font-weight:600 !important;line-height:1.4 !important;letter-spacing:1.5px;text-transform:uppercase;color:var(--brand-warm);margin-bottom:10px;} .pcupd-content h2{font-family:'Fraunces',Georgia,serif !important;font-size:clamp(26px,3vw,34px) !important;font-weight:600 !important;line-height:1.15 !important;color:var(--text-primary);margin:0 0 16px;} .pcupd-content h2 em{font-style:italic;font-weight:400 !important;color:var(--brand-earth);} .pcupd-content>div>p{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:15px !important;font-weight:400 !important;line-height:1.7 !important;color:var(--text-soft);margin:0 0 16px;} .pcupd-checks{list-style:none;margin:0;padding:0;} .pcupd-checks li{display:flex;align-items:flex-start;gap:12px;font-family:'Plus Jakarta Sans',sans-serif !important;font-size:15px !important;font-weight:500 !important;line-height:1.5 !important;color:var(--text-primary);margin-bottom:12px;} .pcupd-check{width:22px;height:22px;border-radius:50%;background:var(--brand-earth-light);color:var(--brand-earth);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;margin-top:1px;} .pcupd-callout{background:var(--brand-warm);border-radius:20px;padding:34px 44px;display:flex;align-items:center;gap:28px;margin:48px 0;} .pcupd-callout-emoji{font-size:40px;line-height:1;flex-shrink:0;} .pcupd-callout p{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:18px !important;font-weight:500 !important;line-height:1.5 !important;color:#fff;margin:0;} .pcupd-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:48px 0;} .pcupd-gallery-item{background:var(--brand-sand);border-radius:16px;overflow:hidden;padding:14px;display:flex;align-items:center;justify-content:center;} .pcupd-gallery-item img{width:100%;height:auto;max-height:250px;object-fit:contain;transition:transform 0.4s ease;} .pcupd-gallery-item:hover img{transform:scale(1.04);} .pcupd-faq{margin:48px 0 8px;} .pcupd-faq-head{text-align:center;margin-bottom:26px;} .pcupd-faq-head h2{font-family:'Fraunces',Georgia,serif !important;font-size:clamp(26px,3.2vw,34px) !important;font-weight:600 !important;line-height:1.15 !important;color:var(--text-primary);margin:0;} .pcupd-acc{background:var(--brand-sand);border-radius:14px;margin-bottom:8px;overflow:hidden;transition:background 0.25s ease;} .pcupd-acc[open]{background:var(--brand-warm-tint);} .pcupd-acc summary{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:16px !important;font-weight:600 !important;line-height:1.45 !important;padding:16px 22px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;color:var(--text-primary);} .pcupd-acc summary::-webkit-details-marker{display:none;} .pcupd-acc summary::after{content:'+';font-family:'Fraunces',Georgia,serif !important;font-size:24px !important;font-weight:400 !important;line-height:1 !important;color:var(--brand-warm);flex-shrink:0;} .pcupd-acc[open] summary::after{content:'\2212';} .pcupd-acc-body{padding:0 22px 18px;} .pcupd-acc-body p{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:15px !important;font-weight:400 !important;line-height:1.7 !important;color:var(--text-soft);margin:0;} .pcupd-packs{margin:48px 0;} .pcupd-packs-head{text-align:center;max-width:600px;margin:0 auto 28px;} .pcupd-packs-head .pcupd-content-tag{margin-bottom:10px;} .pcupd-packs-head h2{font-family:'Fraunces',Georgia,serif !important;font-size:clamp(26px,3vw,34px) !important;font-weight:600 !important;line-height:1.15 !important;color:var(--text-primary);margin:0 0 14px;} .pcupd-packs-head h2 em{font-style:italic;font-weight:400 !important;color:var(--brand-earth);} .pcupd-packs-head p{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:15px !important;font-weight:400 !important;line-height:1.7 !important;color:var(--text-soft);margin:0;} .pcupd-pack-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:720px;margin:0 auto;} .pcupd-pack{background:var(--brand-sand);border-radius:20px;padding:30px 28px;text-align:left;} .pcupd-pack-count{font-family:'Fraunces',Georgia,serif !important;font-size:44px !important;font-weight:600 !important;line-height:1 !important;color:var(--brand-warm);margin-bottom:8px;} .pcupd-pack h3{font-family:'Fraunces',Georgia,serif !important;font-size:20px !important;font-weight:600 !important;line-height:1.2 !important;color:var(--text-primary);margin:0 0 8px;} .pcupd-pack p{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:14px !important;font-weight:400 !important;line-height:1.6 !important;color:var(--text-soft);margin:0;} .pcupd-packs-note{font-family:'Plus Jakarta Sans',sans-serif !important;font-size:13px !important;font-weight:400 !important;line-height:1.6 !important;color:var(--text-soft);text-align:center;max-width:640px;margin:20px auto 0;} @keyframes pcupdfadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}} @keyframes pcupdheroIn{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}} .pcupd-hero{animation:pcupdheroIn 0.6s ease-out both;} .pcupd-badges{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.12s;} .pcupd-tiles{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.2s;} .pcupd-content{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.28s;} .pcupd-callout{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.36s;} .pcupd-packs{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.4s;} .pcupd-gallery{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.42s;} .pcupd-faq{animation:pcupdfadeUp 0.8s ease-out both;animation-delay:0.48s;} @media (max-width:680px){ .pcupd-hero-product{padding:28px 22px 24px;border-radius:24px;} .pcupd-hero-product img{max-width:280px;} .pcupd-tiles{grid-template-columns:1fr;} .pcupd-content{grid-template-columns:1fr;gap:26px;} .pcupd-content.pcupd-flip .pcupd-content-media{order:0;} .pcupd-content-media{order:-1;} .pcupd-pack-grid{grid-template-columns:1fr;} .pcupd-callout{flex-direction:column;text-align:center;padding:30px 26px;} .pcupd-gallery{grid-template-columns:1fr 1fr;} } @media (prefers-reduced-motion:reduce){ .pcupd-wrap *{animation-duration:0.01ms !important;transition-duration:0.01ms !important;} } PROCare Disposable underpads that keep beds and chairs clean and dry PROCare disposable underpads deliver dependable protection and comfort for everyday incontinence care at home or in a facility. Generously sized at 21 by 34 inches and latex-free for sensitive skin. Available as a bag of 50 or a case of 150. Latex-Free 21" x 34" Disposable Overnight Use 💧 Moisture-proof barrier A poly backing helps keep beds, chairs, and other surfaces dry underneath the pad. 🧸 Soft nonwoven top A soft nonwoven top sheet stays comfortable against the skin while drawing moisture away. 🌙 Overnight strength Extra-strong construction keeps the pad durable even when wet, so it holds up overnight. Everyday protection Built for incontinence care day and night ✓Strong enough for overnight use ✓Extra-strong construction stays durable even when wet ✓Moisture-proof barrier helps keep chairs and surfaces dry ✓Soft nonwoven top sheet for lasting comfort Sized for adults A generous 21 by 34 inch pad The large 21 by 34 inch (53 by 86 cm) size gives ample coverage for beds and chairs, with a light-absorbency fluff core and a latex-free build that suits sensitive skin. Place the colored side down on the bed or chair, with the soft white absorbent side facing up. 🛡 Colored side down, soft white side up: an easy setup that keeps beds, chairs, and other surfaces protected. Choose your quantity Same underpad, two pack sizes Every option is the identical 21 by 34 inch PROCare underpad. Only the quantity changes, so you can match a single household or a busier care setting. 50 Bag of 50 A bag of 50 pads for everyday home use or a lighter stocking need. 150 Case of 150 A case of 150 pads, which is simply three bags of 50, for facilities and higher-volume care. Pad size, materials, and absorbency are the same in both options. Availability of each option can vary. Underpad FAQs What size are PROCare disposable underpads? Each pad measures 21 by 34 inches (53 by 86 cm), a generous size that covers most of a bed or chair seating area. Are PROCare underpads good for overnight use? Yes. They are strong enough for overnight use, with extra-strong construction that stays durable even when wet. Are these underpads latex-free? Yes. PROCare underpads are not made with natural rubber latex, which makes them suitable for people with latex sensitivities. Which side of the underpad faces up? Place the colored side down on the bed or chair surface, with the white absorbent side facing up toward the user. How many underpads come in a pack? PROCare underpads are offered in different quantity options, including a bag of 50 and a case of 150, so you can match personal use or a larger care setting. Can these underpads protect chairs and other surfaces? Yes. The moisture-proof barrier helps keep chairs, beds, and other surfaces dry, so they work well beyond the bed.
More you might like
ProCare Incontinence Underpads, Moisture-Proof, Absorbent, C
Related
ProCare Incontinence Underpads, Moisture-Proof, Absorbent,
Related
ProCare™ 21 X 36 Inch Disposable Underpads - 120/Case
Related