Mckesson Super 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'); .qvxmt-wrap { --brand-warm: #cf5f3a; --brand-warm-light: #e2764f; --brand-warm-tint: #fbf0ea; --brand-earth: #4e8560; --brand-earth-light: #e7f1ea; --brand-cream: #fdfbf8; --brand-sand: #f4efe8; --text-primary: #2d2a26; --text-soft: #7d7770; --border: #e8e3da; font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important; font-size: 17px !important; line-height: 1.6 !important; color: var(--text-primary); max-width: 960px; margin: 0 auto; background: var(--brand-cream); padding: 8px 20px 40px; box-sizing: border-box; } .qvxmt-wrap * { box-sizing: border-box; } .qvxmt-wrap p { margin: 0 0 14px; } /* Hero */ .qvxmt-hero { text-align: center; padding: 40px 0 0; } .qvxmt-hero-product { background: var(--brand-sand); border-radius: 32px; padding: 40px 40px 28px; position: relative; overflow: hidden; } .qvxmt-hero-product::before { content: ''; position: absolute; top: -60px; left: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(207,95,58,0.12) 0%, transparent 70%); pointer-events: none; } .qvxmt-hero-product::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 240px; height: 240px; background: radial-gradient(circle, rgba(78,133,96,0.12) 0%, transparent 70%); pointer-events: none; } .qvxmt-hero-product img { position: relative; width: 100%; max-width: 460px; max-height: 420px; object-fit: contain; display: block; margin: 0 auto; } .qvxmt-overline { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-warm); margin: 28px 0 12px; } .qvxmt-hero h1 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(32px, 4.5vw, 48px) !important; font-weight: 600 !important; line-height: 1.1 !important; margin: 0 auto 18px; max-width: 640px; color: var(--text-primary); } .qvxmt-hero h1 em { font-style: italic; font-weight: 400 !important; color: var(--brand-earth); } .qvxmt-hero-sub { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 17px !important; color: var(--text-soft); max-width: 540px; margin: 0 auto; } /* Badges */ .qvxmt-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 32px 0 8px; } .qvxmt-badge { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; font-weight: 500 !important; padding: 9px 20px; border-radius: 100px; background: var(--brand-warm-tint); color: var(--brand-warm); transition: transform 0.2s ease; } .qvxmt-badge:hover { transform: scale(1.05); } .qvxmt-badge.qvxmt-green { background: var(--brand-earth-light); color: var(--brand-earth); } /* Section header */ .qvxmt-sec-head { text-align: center; padding: 48px 0 4px; } .qvxmt-sec-head .qvxmt-tag { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-warm); display: block; margin-bottom: 10px; } .qvxmt-sec-head h2 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(26px, 3.4vw, 36px) !important; font-weight: 600 !important; line-height: 1.15 !important; margin: 0 auto; max-width: 620px; } .qvxmt-sec-head h2 em { font-style: italic; font-weight: 400 !important; color: var(--brand-earth); } /* Feature tiles */ .qvxmt-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 8px; } .qvxmt-tile { background: var(--brand-sand); border-radius: 20px; padding: 30px 26px; transition: transform 0.25s ease, box-shadow 0.25s ease; } .qvxmt-tile:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.07); } .qvxmt-tile-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--brand-warm-tint); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; } .qvxmt-tile.qvxmt-earth-tile .qvxmt-tile-icon { background: var(--brand-earth-light); } .qvxmt-tile h3 { font-family: 'Fraunces', Georgia, serif !important; font-size: 20px !important; font-weight: 600 !important; line-height: 1.2 !important; margin: 0 0 8px; } .qvxmt-tile p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15px !important; line-height: 1.6 !important; color: var(--text-soft); margin: 0; } /* Content section */ .qvxmt-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 44px 0; } .qvxmt-content-img { background: var(--brand-sand); border-radius: 24px; padding: 28px; overflow: hidden; } .qvxmt-content-img img { width: 100%; max-height: 340px; object-fit: contain; display: block; border-radius: 8px; animation: qvxmtScaleIn 0.7s ease-out both; } .qvxmt-content.qvxmt-flip .qvxmt-content-img { order: -1; } .qvxmt-content-text .qvxmt-tag { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-earth); display: block; margin-bottom: 10px; } .qvxmt-content.qvxmt-flip .qvxmt-content-text .qvxmt-tag { color: var(--brand-warm); } .qvxmt-content-text h2 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(24px, 3vw, 32px) !important; font-weight: 600 !important; line-height: 1.15 !important; margin: 0 0 14px; } .qvxmt-content-text h2 em { font-style: italic; font-weight: 400 !important; color: var(--brand-earth); } .qvxmt-content-text p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 16px !important; line-height: 1.7 !important; color: var(--text-soft); } .qvxmt-checks { list-style: none; padding: 0; margin: 18px 0 0; } .qvxmt-checks li { display: flex; align-items: flex-start; gap: 12px; font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15px !important; line-height: 1.5 !important; color: var(--text-primary); margin-bottom: 12px; } .qvxmt-check { flex-shrink: 0; 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: 12px; margin-top: 1px; } /* Callout banner */ .qvxmt-callout { background: var(--brand-earth); border-radius: 20px; padding: 36px 44px; display: flex; align-items: center; gap: 28px; margin: 24px 0 8px; } .qvxmt-callout-icon { font-size: 40px; flex-shrink: 0; } .qvxmt-callout p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 17px !important; line-height: 1.55 !important; color: #fff; margin: 0; } .qvxmt-callout strong { font-weight: 600 !important; } /* FAQ */ .qvxmt-faq { padding: 44px 0 0; } .qvxmt-faq details { background: var(--brand-sand); border-radius: 14px; margin-bottom: 10px; overflow: hidden; } .qvxmt-faq summary { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 16px !important; font-weight: 600 !important; padding: 18px 22px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text-primary); } .qvxmt-faq details[open] summary { background: var(--brand-warm-tint); } .qvxmt-faq summary::-webkit-details-marker { display: none; } .qvxmt-faq summary::after { content: '+'; font-family: 'Fraunces', Georgia, serif !important; font-size: 24px !important; color: var(--brand-warm); flex-shrink: 0; margin-left: 18px; } .qvxmt-faq details[open] summary::after { content: '\2212'; } .qvxmt-faq-body { padding: 4px 22px 20px; } .qvxmt-faq-body p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15px !important; line-height: 1.7 !important; color: var(--text-soft); margin: 0; } /* Animations */ @keyframes qvxmtFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes qvxmtScaleIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } } .qvxmt-badges, .qvxmt-sec-head, .qvxmt-tiles, .qvxmt-content, .qvxmt-callout, .qvxmt-faq { animation: qvxmtFadeUp 0.8s ease-out both; } .qvxmt-badges { animation-delay: 0.05s; } .qvxmt-tiles { animation-delay: 0.15s; } .qvxmt-content { animation-delay: 0.2s; } .qvxmt-callout { animation-delay: 0.25s; } .qvxmt-faq { animation-delay: 0.3s; } /* Mobile */ @media (max-width: 680px) { .qvxmt-tiles { grid-template-columns: 1fr; } .qvxmt-content { grid-template-columns: 1fr; gap: 24px; } .qvxmt-content.qvxmt-flip .qvxmt-content-img { order: 0; } .qvxmt-callout { flex-direction: column; text-align: center; gap: 16px; } .qvxmt-hero-product { padding: 28px 24px 20px; border-radius: 24px; } } @media (prefers-reduced-motion: reduce) { .qvxmt-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } /* Variant matrix */ .qvxmt-matrix-wrap { margin: 26px 0 0; overflow-x: auto; } .qvxmt-matrix { width: 100%; min-width: 460px; border-collapse: separate; border-spacing: 0; border: 1.5px solid var(--border); border-radius: 18px; overflow: hidden; background: var(--brand-cream); } .qvxmt-matrix caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; } .qvxmt-matrix th, .qvxmt-matrix td { padding: 14px 14px; text-align: center; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); vertical-align: middle; } .qvxmt-matrix thead th { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.35 !important; letter-spacing: 0.6px; text-transform: uppercase; color: var(--brand-warm); background: var(--brand-warm-tint); } .qvxmt-matrix thead th:first-child { background: var(--brand-sand); color: var(--text-soft); } .qvxmt-matrix tbody th { text-align: left; background: var(--brand-sand); font-family: 'Fraunces', Georgia, serif !important; font-size: 18px !important; font-weight: 600 !important; line-height: 1.15 !important; color: var(--brand-earth); white-space: nowrap; } .qvxmt-matrix tr th:last-child, .qvxmt-matrix tr td:last-child { border-right: none; } .qvxmt-matrix tbody tr:last-child th, .qvxmt-matrix tbody tr:last-child td { border-bottom: none; } .qvxmt-yes { display: inline-block; width: 26px; height: 26px; line-height: 26px !important; border-radius: 50%; background: var(--brand-earth-light); color: var(--brand-earth); font-size: 14px !important; font-weight: 700 !important; } .qvxmt-no { display: inline-block; width: 16px; height: 2px; background: var(--border); vertical-align: middle; } .qvxmt-matrix-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin: 16px 0 0; } .qvxmt-legend-item { display: inline-flex; align-items: center; gap: 8px; font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; color: var(--text-soft); } .qvxmt-matrix-note { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13.5px !important; line-height: 1.6 !important; color: var(--text-soft); text-align: center; margin: 16px auto 0; max-width: 680px; } McKesson Super Underpads Stay-dry disposable underpads for beds and chairs Moderate-absorbency bed pads built with a polymer core that pulls wetness away and holds it, so surfaces stay dry and skin stays comfortable. Moderate Absorbency Latex-Free Unisex Fit FSA Eligible Why caregivers reach for them Protection that works quietly in the background π§ Super-absorbent core Polymer technology locks wetness deep inside the pad and helps keep odor under control between changes. πΏ Kind to skin The core neutralizes the pH of urine, and the soft nonwoven topsheet stays gentle against sensitive skin. π Leak-guard backing A green poly backsheet forms a moisture barrier that shields the mattress, chair, or seat underneath. Inside the pad A fast-wicking fluff and polymer core Each underpad is engineered to move fluid off the surface quickly, then hold it where it cannot wick back. β Nonwoven bonded topsheet speeds fluid acquisition β Fluff and polymer core builds a robust, stable mat β Heat-sealed nonwoven edges feel soft, not scratchy Sized for real life Fits beds, chairs, and exam tables Choose the coverage that suits the setting, from a narrow chair seat to a full mattress. Every size carries the same moderate-absorbency protection. β Available in 23 x 36 in, 30 x 30 in, and 30 x 36 in β Unisex design for any patient or resident β Disposable for simple, hygienic cleanup Sizes and pack options Choose your size and case McKesson Super Underpads sizes and the pack options offered in each Size Bag of 10 Case of 100 Case of 150 23 x 36 in β β 30 x 30 in β β β 30 x 36 in β β β Offered Not offered in this size Not every size ships in every pack. The 30 x 30 inch pad comes in all three, the 23 x 36 inch pad skips the case of 100, and the 30 x 36 inch pad skips the case of 150. The pad itself is the same in every option: a bag holds 10 pads and a case holds 100 or 150 of that same pad. Availability of each option can vary. π©Έ A small skin-care habit: swapping a damp underpad promptly helps keep fragile skin dry and comfortable, night or day. Good to know Questions about Super Underpads What size McKesson Super Underpad should I choose? They come in 23 x 36 inch, 30 x 30 inch, and 30 x 36 inch. Smaller pads suit chairs, wheelchair seats, and narrow beds, while the 30 x 36 inch size gives broader coverage for standard mattresses and exam tables. Do McKesson Super Underpads come in bulk? Yes. Depending on the size, they are offered as a bag of 10 or as a case of 100 or 150. The 30 x 30 inch size comes in all three, while the 23 x 36 inch and 30 x 36 inch sizes come in a bag plus one case size. The pad is identical in every option, so a case simply holds more of the same pads. How absorbent are McKesson Super Underpads? These are rated for moderate absorbency. The polymer-enhanced core draws fluid in and locks it away, which helps keep the top surface dry and supports odor control between changes. Are these disposable underpads latex-free? Yes. McKesson Super Underpads are not made with natural rubber latex, which makes them a suitable choice for people with latex sensitivities. Can I use them on chairs and car seats, not just beds? Yes. The waterproof poly backsheet protects whatever surface sits beneath the pad, so they work well on recliners, wheelchairs, dining chairs, and vehicle seats in addition to beds. Do McKesson Super Underpads help with odor? The super-absorbent polymer traps wetness deep inside the pad rather than letting it sit on the surface, which helps reduce odor until the pad is changed.