McKesson Hand Sanitizing Wipes
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@600;700;800&family=Sora:wght@300;400;500;600&display=swap'); .mkwip-wrap { --brand-pri mary: #2b8fd6; --brand-deep: #071a2c; --brand-glow: #2b8fd6; --brand-surface: #10344f; --brand-panel: #0c2740; --text-primary: #4a5f74; --text-muted: #7092ac; --border: #14283a; max-width: 960px; margin: 0 auto; padding: 8px 16px 40px; background: #ffffff; font-family: 'Sora', -apple-system, sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.6 !important; color: #12212e; -webkit-font-smoothing: antialiased; } .mkwip-wrap * { box-sizing: border-box; } /* Hero */ .mkwip-hero { background: linear-gradient(135deg, #e5f1fa 0%, #f5f8fc 100%); border: 1px solid #eceef4; border-radius: 20px; padding: 52px 48px 0; position: relative; overflow: hidden; margin-bottom: 12px; animation: mkwip-heroIn 0.6s ease-out both; } .mkwip-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(43,143,214,0.28) 0%, transparent 70%); pointer-events: none; } .mkwip-hero-inner { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: center; position: relative; z-index: 1; } .mkwip-hero-overline { font-family: 'Bebas Neue', sans-serif !important; font-size: 17px !important; font-weight: 400 !important; letter-spacing: 3px; color: var(--brand-glow); margin-bottom: 12px; } .mkwip-hero h1 { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(44px, 7vw, 72px) !important; font-weight: 800 !important; line-height: 0.95 !important; letter-spacing: -1px; color: #171232; margin: 0 0 18px; text-transform: uppercase; } .mkwip-hero h1 span { color: var(--brand-glow); } .mkwip-hero-sub { font-family: 'Sora', sans-serif !important; font-size: 16px !important; font-weight: 300 !important; line-height: 1.7 !important; color: #4a5f74; max-width: 440px; margin: 0 0 26px; } .mkwip-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 40px; } .mkwip-hero-badge { font-family: 'Bebas Neue', sans-serif !important; font-size: 14px !important; letter-spacing: 2px; color: var(--text-primary); background: #ffffff; border: 1px solid #e6ebf2; backdrop-filter: blur(4px); padding: 8px 16px; border-radius: 100px; transition: transform 0.2s ease; } .mkwip-hero-badge:hover { transform: scale(1.05); } .mkwip-hero-product img { width: 100%; max-width: 340px; max-height: 440px; object-fit: contain; display: block; margin: 0 auto; transform: translateY(8px); filter: drop-shadow(0 16px 30px rgba(16,35,60,0.18)); animation: mkwip-heroIn 0.8s ease-out 0.2s both; } /* Stat strip */ .mkwip-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--brand-panel); border-radius: 16px; overflow: hidden; margin-bottom: 12px; animation: mkwip-fadeUp 0.8s ease-out 0.1s both; } .mkwip-stat { padding: 28px 20px; text-align: center; border-right: 1px solid var(--border); } .mkwip-stat:last-child { border-right: none; } .mkwip-stat-num { font-family: 'Bebas Neue', sans-serif !important; font-size: 46px !important; font-weight: 400 !important; line-height: 1 !important; color: var(--brand-primary); letter-spacing: 1px; } .mkwip-stat-label { font-family: 'Sora', sans-serif !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 8px; } /* Feature blocks */ .mkwip-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 4px; border-radius: 16px; overflow: hidden; min-height: 340px; animation: mkwip-fadeUp 0.8s ease-out both; } .mkwip-feature-text { padding: 44px 42px; display: flex; flex-direction: column; justify-content: center; background: #f4f7fb; } .mkwip-feature-text.mkwip-dark { background: #e9f3fa; } .mkwip-tag { display: inline-block; font-family: 'Bebas Neue', sans-serif !important; font-size: 13px !important; letter-spacing: 2px; text-transform: uppercase; color: var(--brand-primary); border: 1px solid var(--brand-primary); padding: 4px 12px; border-radius: 4px; margin-bottom: 16px; width: fit-content; } .mkwip-feature-text h3 { font-family: 'Barlow Condensed', sans-serif !important; font-size: 30px !important; font-weight: 800 !important; line-height: 1.05 !important; letter-spacing: -0.5px; text-transform: uppercase; color: #10233c; margin: 0 0 14px; } .mkwip-feature-text p { font-family: 'Sora', sans-serif !important; font-size: 15px !important; font-weight: 300 !important; line-height: 1.7 !important; color: #4a5f74; margin: 0; } .mkwip-feature-img { background: #f4f7fa; display: flex; align-items: center; justify-content: center; padding: 28px; } .mkwip-feature-img img { width: 100%; max-height: 300px; object-fit: contain; display: block; } .mkwip-feature.mkwip-flip .mkwip-feature-img { order: -1; } /* Steps */ .mkwip-steps { padding: 44px 0 8px; text-align: center; animation: mkwip-fadeUp 0.8s ease-out both; } .mkwip-steps h2 { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(30px, 4vw, 42px) !important; font-weight: 800 !important; line-height: 1.05 !important; text-transform: uppercase; letter-spacing: -0.5px; color: #12212e; margin: 0 0 34px; } .mkwip-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; } .mkwip-steps-grid::before { content: ''; position: absolute; top: 24px; left: 16%; right: 16%; height: 2px; background: #d8e4ee; z-index: 0; } .mkwip-step { position: relative; z-index: 1; padding: 0 8px; } .mkwip-step-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--brand-primary); color: #ffffff; font-family: 'Bebas Neue', sans-serif !important; font-size: 26px !important; line-height: 48px !important; margin: 0 auto 16px; } .mkwip-step h4 { font-family: 'Barlow Condensed', sans-serif !important; font-size: 20px !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.3px; color: #12212e; margin: 0 0 6px; } .mkwip-step p { font-family: 'Sora', sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.6 !important; color: #5a7387; margin: 0; } /* Accordion */ .mkwip-faq { padding: 44px 0 0; animation: mkwip-fadeUp 0.8s ease-out both; } .mkwip-faq h2 { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(30px, 4vw, 42px) !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: -0.5px; color: #12212e; margin: 0 0 22px; } .mkwip-faq details { background: #f4f7fa; border: 1px solid #e2ebf2; border-radius: 10px; margin-bottom: 8px; overflow: hidden; } .mkwip-faq summary { font-family: 'Sora', sans-serif !important; font-size: 16px !important; font-weight: 500 !important; line-height: 1.4 !important; padding: 18px 22px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: #12212e; transition: background 0.2s ease; } .mkwip-faq details[open] summary { background: #eaf3fb; } .mkwip-faq summary::-webkit-details-marker { display: none; } .mkwip-faq summary::after { content: '+'; font-family: 'Bebas Neue', sans-serif !important; font-size: 26px !important; color: var(--brand-primary); flex-shrink: 0; line-height: 1 !important; } .mkwip-faq details[open] summary::after { content: '\2212'; } .mkwip-faq .mkwip-faq-body { padding: 4px 22px 20px; font-family: 'Sora', sans-serif !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.7 !important; color: #4d6577; } /* Pack options */ .mkwip-packs { padding: 44px 0 8px; animation: mkwip-fadeUp 0.8s ease-out both; } .mkwip-packs h2 { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(30px, 4vw, 42px) !important; font-weight: 800 !important; line-height: 1.05 !important; text-transform: uppercase; letter-spacing: -0.5px; color: #12212e; margin: 0 0 22px; } .mkwip-packs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; } .mkwip-pack-card { background: #f4f7fa; border: 1px solid #e2ebf2; border-radius: 14px; padding: 26px 28px; } .mkwip-pack-name { font-family: 'Barlow Condensed', sans-serif !important; font-size: 26px !important; font-weight: 800 !important; line-height: 1.05 !important; text-transform: uppercase; letter-spacing: -0.3px; color: #10233c; } .mkwip-pack-count { font-family: 'Bebas Neue', sans-serif !important; font-size: 22px !important; font-weight: 400 !important; line-height: 1 !important; letter-spacing: 1px; color: var(--brand-primary); margin: 6px 0 12px; } .mkwip-pack-card p { font-family: 'Sora', sans-serif !important; font-size: 14px !important; font-weight: 300 !important; line-height: 1.7 !important; color: #4a5f74; margin: 0; } .mkwip-packs-note { font-family: 'Sora', sans-serif !important; font-size: 14px !important; font-weight: 300 !important; line-height: 1.7 !important; color: #5a7387; max-width: 660px; margin: 22px 0 0; } @keyframes mkwip-heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @keyframes mkwip-fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 680px) { .mkwip-hero { padding: 40px 26px 0; } .mkwip-hero-inner { grid-template-columns: 1fr; gap: 24px; } .mkwip-hero-product img { max-width: 200px; } .mkwip-stats { grid-template-columns: 1fr 1fr; } .mkwip-stat:nth-child(2) { border-right: none; } .mkwip-stat { border-bottom: 1px solid var(--border); } .mkwip-feature { grid-template-columns: 1fr; } .mkwip-feature.mkwip-flip .mkwip-feature-img { order: 0; } .mkwip-steps-grid { grid-template-columns: 1fr; } .mkwip-steps-grid::before { display: none; } .mkwip-packs-grid { grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { .mkwip-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } McKesson Hand sanitizing wipes that clean on contact Instant sanitizing skin wipes saturated with a 65.9% ethyl alcohol solution, ready wherever soap and water are not. Wipe on, let dry, no rinsing needed. 65.9% Ethyl Alcohol 160 Wipes Per Canister No Rinse Needed 65.9% Ethyl Alcohol 99.99% Of Germs Killed 160 Wipes Per Canister 5.5"×7.9" Wipe Size One At A Time Snap-lid canister dispensing Pull, twist, and snap off a single wipe at a 90 degree angle. The center-pull canister feeds the next wipe into place and the snap lid seals tight between uses to keep the remaining wipes fresh and prevent evaporation. Antiseptic Cleansing Kills up to 99.99% of germs Each wipe carries a 65.9% ethyl alcohol antiseptic solution for effective hand hygiene before and after patient contact, or before eating and drinking. Generously sized at 5.5 by 7.9 inches so one wipe covers both hands. Kind To Skin Moisturizers built in Formulated with aloe, glycerin, and Vitamin E (tocopheryl acetate) to help condition skin through repeated use. For external use only, and not intended for use as a baby wipe. How to dispense 1 Pull the center sheet Remove the cover, discard the seal, and pull the center wipe from the roll. 2 Thread the lid Twist the wipe to a point and thread it through the dispenser hole, then replace the cover. 3 Snap off at 90° Pull out a wipe and snap it off. The next wipe is queued and ready to go. Hand sanitizing wipes FAQ What percentage of alcohol is in McKesson hand sanitizing wipes? Each wipe is saturated with a 65.9% ethyl alcohol solution, listed as the active antiseptic ingredient. That concentration is designed for effective hand hygiene when soap and water are not available. Do these hand wipes work without water or rinsing? Yes. Apply a wipe thoroughly onto your hands and allow it to dry. No rinsing is required. Discard each wipe after a single use and dispose of it in the trash, not the toilet. Are McKesson sanitizing wipes gentle on hands? They are formulated with moisturizing ingredients including aloe, glycerin, and Vitamin E to help condition skin. Discontinue use if irritation or redness develops. For external use only. Can I use these wipes before eating? They are suitable for sanitizing hands before and after patient contact and are safe to use before eating and drinking. Note that they are not intended for use as a baby wipe. How many wipes come in a canister and what size are they? Each canister holds 160 wipes, and each wipe measures 5.5 by 7.9 inches (14 by 20 cm), large enough to cover both hands. How should I store the canister? Store between 53.6 and 93.2 degrees Fahrenheit (12 to 34 degrees Celsius). Keep the lid closed when not in use to prevent the wipes from drying out. Flammable, so keep away from fire and flame.
More you might like
Related
McKesson Hand Sanitizing Wipes McKesson McKesson Brand
Related
Mckesson Hand Sanitizing Wipes
Related
McKesson Hand Sanitizing Wipes
Related