McKesson Hand Sanitizing Wipe
@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'); .jrmwc-wrap { --brand-pri mary: #2f86d6; --brand-deep: #071426; --brand-glow: #2f86d6; --brand-surface: #10314f; --text-primary: #4a5f74; --text-muted: #6485a2; --border: #142433; font-family: 'Sora', -apple-system, sans-serif !important; font-size: 16px !important; line-height: 1.6 !important; color: var(--text-primary); max-width: 960px; margin: 0 auto; padding: 8px 16px 40px; box-sizing: border-box; } .jrmwc-wrap * { box-sizing: border-box; } .jrmwc-wrap p { margin: 0; } /* Hero */ .jrmwc-hero { background: linear-gradient(135deg, #e6f0fa 0%, #f5f8fc 100%); border: 1px solid #eceef4; border-radius: 20px; padding: 52px 48px 0; position: relative; overflow: hidden; margin-bottom: 44px; } .jrmwc-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(47,134,214,0.22) 0%, transparent 70%); pointer-events: none; } .jrmwc-hero-inner { display: grid; grid-template-columns: 1fr 400px; gap: 40px; align-items: center; position: relative; } .jrmwc-hero-overline { font-family: 'Bebas Neue', sans-serif !important; font-size: 16px !important; letter-spacing: 3px; color: var(--brand-glow); margin-bottom: 14px; } .jrmwc-hero h1 { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(40px, 6vw, 62px) !important; font-weight: 800 !important; line-height: 0.98 !important; letter-spacing: -1px; color: #171232; margin: 0 0 18px; text-transform: uppercase; } .jrmwc-hero h1 span { color: var(--brand-primary); } .jrmwc-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-bottom: 26px; } .jrmwc-badges { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 40px; } .jrmwc-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: 7px 16px; border-radius: 100px; transition: transform 0.2s ease; } .jrmwc-badge:hover { transform: scale(1.05); } .jrmwc-hero-product { align-self: end; } .jrmwc-hero-product img { width: 100%; max-width: 380px; max-height: 380px; object-fit: contain; display: block; margin: 0 auto; transform: translateY(6px); filter: drop-shadow(0 16px 30px rgba(16,35,60,0.18)); border-radius: 8px; } /* Stat strip */ .jrmwc-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 44px; } .jrmwc-stat { padding: 8px 18px; border-right: 1px solid var(--border); } .jrmwc-stat:last-child { border-right: none; } .jrmwc-stat-num { font-family: 'Bebas Neue', sans-serif !important; font-size: 50px !important; line-height: 1 !important; color: var(--brand-primary); margin-bottom: 4px; } .jrmwc-stat-label { font-family: 'Sora', sans-serif !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text-muted); } /* Section overline + title */ .jrmwc-sec-over { font-family: 'Bebas Neue', sans-serif !important; font-size: 16px !important; letter-spacing: 5px; text-transform: uppercase; color: var(--brand-glow); text-align: center; margin-bottom: 8px; } .jrmwc-sec-title { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(28px, 4vw, 40px) !important; font-weight: 800 !important; line-height: 1.05 !important; letter-spacing: -0.5px; text-transform: uppercase; color: #10233c; text-align: center; margin: 0 0 30px; } /* Text feature panels */ .jrmwc-panels { display: flex; flex-direction: column; gap: 4px; margin-bottom: 44px; } .jrmwc-panel { background: #f4f7fb; border-radius: 16px; padding: 34px 40px; } .jrmwc-panel.jrmwc-dark { background: #eaf2fa; border: 1px solid var(--border); } .jrmwc-tag { display: inline-block; font-family: 'Bebas Neue', sans-serif !important; font-size: 13px !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-primary); border: 1px solid var(--brand-primary); padding: 4px 12px; border-radius: 4px; margin-bottom: 14px; } .jrmwc-panel h3 { font-family: 'Barlow Condensed', sans-serif !important; font-size: clamp(24px, 3vw, 30px) !important; font-weight: 800 !important; line-height: 1.1 !important; letter-spacing: -0.5px; text-transform: uppercase; color: #10233c; margin: 0 0 10px; } .jrmwc-panel p { font-family: 'Sora', sans-serif !important; font-size: 15px !important; font-weight: 300 !important; line-height: 1.7 !important; color: var(--text-muted); max-width: 640px; } /* Pack options */ .jrmwc-packs-wrap { margin-bottom: 44px; } .jrmwc-packs-lead { font-family: 'Sora', sans-serif !important; font-size: 15px !important; font-weight: 300 !important; line-height: 1.7 !important; color: var(--text-muted); text-align: center; max-width: 620px; margin: 0 auto 26px; } .jrmwc-packs-scroll { overflow-x: auto; } .jrmwc-packs-table { width: 100%; min-width: 340px; border-collapse: collapse; background: #f4f7fb; border-radius: 16px; overflow: hidden; } .jrmwc-packs-table th, .jrmwc-packs-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid #dfe7f0; vertical-align: middle; } .jrmwc-packs-table thead th { font-family: 'Bebas Neue', sans-serif !important; font-size: 15px !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-primary); } .jrmwc-packs-table tbody th { font-family: 'Barlow Condensed', sans-serif !important; font-size: 22px !important; font-weight: 700 !important; line-height: 1.1 !important; text-transform: uppercase; color: #10233c; white-space: nowrap; } .jrmwc-packs-table td.jrmwc-pk-count { font-family: 'Bebas Neue', sans-serif !important; font-size: 30px !important; line-height: 1 !important; color: var(--brand-primary) !important; white-space: nowrap; } .jrmwc-packs-table tbody td { font-family: 'Sora', sans-serif !important; font-size: 14px !important; font-weight: 300 !important; line-height: 1.6 !important; color: var(--text-muted); } .jrmwc-packs-table tbody tr:last-child th, .jrmwc-packs-table tbody tr:last-child td { border-bottom: none; } .jrmwc-packs-note { font-family: 'Sora', sans-serif !important; font-size: 13px !important; font-weight: 300 !important; line-height: 1.65 !important; color: var(--text-muted); max-width: 640px; margin: 18px auto 0; text-align: center; } .jrmwc-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } /* Steps with line */ .jrmwc-steps-wrap { margin-bottom: 44px; } .jrmwc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; } .jrmwc-steps::before { content: ''; position: absolute; top: 24px; left: 16%; right: 16%; height: 2px; background: var(--border); z-index: 0; } .jrmwc-step { text-align: center; position: relative; z-index: 1; } .jrmwc-step-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--brand-primary); color: var(--brand-deep); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: 'Bebas Neue', sans-serif !important; font-size: 24px !important; } .jrmwc-step h4 { font-family: 'Barlow Condensed', sans-serif !important; font-size: 21px !important; font-weight: 700 !important; text-transform: uppercase; color: #10233c; margin: 0 0 8px; } .jrmwc-step p { font-family: 'Sora', sans-serif !important; font-size: 14px !important; font-weight: 300 !important; line-height: 1.6 !important; color: var(--text-muted); } /* Accordion */ .jrmwc-faq details { background: #f4f7fb; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 8px; overflow: hidden; } .jrmwc-faq summary { font-family: 'Sora', sans-serif !important; font-size: 15px !important; font-weight: 500 !important; padding: 18px 22px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text-primary); } .jrmwc-faq summary::-webkit-details-marker { display: none; } .jrmwc-faq summary::after { content: '+'; flex-shrink: 0; margin-left: 18px; width: 26px; height: 26px; border-radius: 50%; background: rgba(47,134,214,0.15); color: var(--brand-primary); display: flex; align-items: center; justify-content: center; font-size: 18px; } .jrmwc-faq details[open] summary::after { content: '\2212'; background: var(--brand-primary); color: var(--brand-deep); } .jrmwc-faq-body { padding: 0 22px 20px; } .jrmwc-faq-body p { font-family: 'Sora', sans-serif !important; font-size: 14px !important; font-weight: 300 !important; line-height: 1.7 !important; color: var(--text-muted); } /* Animations */ @keyframes jrmwcFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes jrmwcHeroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } .jrmwc-hero { animation: jrmwcHeroIn 0.6s ease-out both; } .jrmwc-hero-product img { animation: jrmwcHeroIn 0.8s ease-out 0.2s both; } .jrmwc-stats, .jrmwc-panels, .jrmwc-packs-wrap, .jrmwc-steps-wrap, .jrmwc-faq { animation: jrmwcFadeUp 0.8s ease-out both; } .jrmwc-stats { animation-delay: 0.1s; } .jrmwc-panels { animation-delay: 0.2s; } .jrmwc-packs-wrap { animation-delay: 0.25s; } .jrmwc-steps-wrap { animation-delay: 0.3s; } .jrmwc-faq { animation-delay: 0.4s; } /* Mobile */ @media (max-width: 680px) { .jrmwc-hero { padding: 40px 24px 0; } .jrmwc-hero-inner { grid-template-columns: 1fr; gap: 24px; } .jrmwc-hero-product img { max-width: 220px; } .jrmwc-stats { grid-template-columns: 1fr 1fr; gap: 20px 0; } .jrmwc-stat { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 16px; } .jrmwc-panel { padding: 26px 24px; } .jrmwc-steps { grid-template-columns: 1fr; gap: 28px; } .jrmwc-steps::before { display: none; } } @media (prefers-reduced-motion: reduce) { .jrmwc-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } McKesson Individually wrapped hand sanitizing wipes Cloth-like wipes with a 70% alcohol formula that clean and sanitize on the go, sealed one per packet and conditioned with aloe and vitamin E. 70% Alcohol Kills 99.9% of Germs Latex-Free Aloe + Vitamin E 70% Ethyl alcohol 99.9% Of germs killed 100 Packets per box 3 Skin conditioners What is inside Clean hands, wherever you are Alcohol formula 70% alcohol that kills 99.9% of germs Each cloth-like wipe is saturated with a 70% ethyl alcohol solution that kills up to 99.9% of most germs, giving hands a fast, effective clean when soap and water are not within reach. Grab and go Sealed one wipe per packet Every wipe is individually wrapped in its own packet, which keeps it fresh until you need it and makes it easy to tuck into a bag, pocket, glovebox, or first-aid kit for single-use convenience. Kind to skin Conditions as it cleans The formula is blended with aloe, glycerin, and vitamin E to help moisturize skin and prevent dryness. It is latex-free and safe to use on hands before eating or drinking. Pack sizes Choose the count you need The same individually wrapped 70% alcohol wipe, offered in three pack sizes. Only the quantity changes, so pick what fits how often you reach for one. McKesson hand sanitizing wipe pack sizes. Each row is one choice from the Packaging option, with its packet count and a typical use. Pack Packets Typical use 1 Each 1 A single sealed packet to keep one on hand or try the wipe. Box of 100 100 The everyday box for a home, desk, bag, or first-aid kit. Case of 1000 1000 The bulk pack for clinics, workplaces, and high-traffic areas. A case holds ten of the same 100-packet boxes, so a case of 1000 is 1000 of the identical single wipes. Availability of each option can vary. Simple to use Three steps to clean hands 1 Tear Open a single sealed packet and unfold the cloth-like wipe. 2 Wipe Clean hands thoroughly, front and back and between fingers. 3 Toss Throw the used wipe in the trash. Do not reuse and do not flush. Answers Hand sanitizing wipe FAQ How much alcohol is in McKesson hand sanitizing wipes? Each wipe is saturated with a 70% ethyl alcohol solution, the concentration widely used for effective hand sanitizing. It kills up to 99.9% of most germs. Are the wipes individually wrapped? Yes. Every wipe comes sealed in its own packet, so it stays fresh and is easy to carry one at a time. A standard box holds 100 packets, and the same wipes are also sold as a single packet or a case of ten boxes. What pack sizes are available? The wipes come three ways: a single packet, a box of 100, or a case of 1000, which is ten of those 100-packet boxes. The wipe itself is identical in each, so only the quantity changes. Availability of each option can vary. Do the wipes dry out your hands? The formula includes aloe, glycerin, and vitamin E, which help moisturize the skin and counter the dryness that alcohol-based products can sometimes cause. Are McKesson hand sanitizing wipes latex-free? Yes. The wipes are latex-free, making them a suitable everyday alternative to soap and water for people with latex sensitivities. Can I use these wipes before eating? Yes. They are designed to be safe for cleaning hands before eating or drinking, which makes them handy for meals away from a sink. Are these wipes flushable or reusable? No. Each wipe is single-use only. Throw it in the trash after use, and do not flush it. They are also not intended for use as a baby wipe.
More you might like
Related
McKesson Hand Sanitizing Wipes-Hand Sanitizing Wipe McKesson
Related
McKesson Instant Hand Sanitizing Wipes-Hand Sanitizing Wipe
Related
McKesson Hand Sanitizing Wipes McKesson McKesson Brand
Related