Catheter Adapter
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@400;500;600;700&display=swap'); .cadwn-wrap { --brand-rich: #12507e; --brand-mid: #2b7bb5 ; --brand-soft: #e8f2fa; --brand-cream: #f7fafd; --text-primary: #232a30; --text-secondary: #5f6b75; --border: #dde6ee; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif !important; font-size: 17px !important; line-height: 1.6 !important; color: var(--text-primary); background: var(--brand-cream); max-width: 960px; margin: 0 auto; padding: 0 24px 8px; box-sizing: border-box; } .cadwn-wrap * { box-sizing: border-box; } .cadwn-hero { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center; padding: 48px 0 36px; border-bottom: 2px solid var(--text-primary); animation: cadwn-heroIn 0.6s ease-out both; } .cadwn-overline { font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brand-rich); margin: 0 0 16px; } .cadwn-hero h1 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(36px, 5vw, 52px) !important; font-weight: 400 !important; line-height: 1.08 !important; color: var(--text-primary); margin: 0 0 20px; } .cadwn-hero h1 em { font-style: italic; color: var(--brand-rich); } .cadwn-intro { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; line-height: 1.65 !important; color: var(--text-secondary); max-width: 480px; margin: 0 0 22px; } .cadwn-hbadge { display: inline-block; font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 1px; text-transform: uppercase; color: var(--brand-rich); background: var(--brand-soft); border: 1px solid var(--brand-mid); border-radius: 100px; padding: 8px 18px; transition: transform 0.2s ease; } .cadwn-hbadge:hover { transform: scale(1.05); } .cadwn-hero-product { position: relative; animation: cadwn-heroIn 0.8s ease-out 0.2s both; } .cadwn-hero-product img { width: 100%; max-width: 400px; max-height: 420px; object-fit: contain; display: block; margin: 0 auto; position: relative; z-index: 1; } .cadwn-hero-product::after { content: ''; position: absolute; bottom: 6%; left: 50%; transform: translateX(-50%); width: 62%; height: 28px; background: rgba(18, 80, 126, 0.18); filter: blur(22px); border-radius: 50%; z-index: 0; } .cadwn-creds { display: flex; flex-wrap: wrap; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--border); animation: cadwn-fadeUp 0.8s ease-out 0.1s both; } .cadwn-cred { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; color: var(--text-secondary); display: flex; align-items: center; gap: 8px; } .cadwn-cred-dot { width: 8px; height: 8px; background: var(--brand-mid); border-radius: 50%; flex-shrink: 0; } .cadwn-section { padding: 44px 0 0; animation: cadwn-fadeUp 0.8s ease-out both; } .cadwn-section-label { font-family: 'DM Sans', sans-serif !important; font-size: 11px !important; font-weight: 600 !important; letter-spacing: 2px; text-transform: uppercase; color: var(--brand-rich); margin: 0 0 12px; } .cadwn-section h2 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(28px, 3.5vw, 38px) !important; font-weight: 400 !important; line-height: 1.15 !important; color: var(--text-primary); margin: 0 0 20px; } .cadwn-section h2 em { font-style: italic; color: var(--brand-rich); } .cadwn-lead { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; line-height: 1.7 !important; color: var(--text-secondary); max-width: 660px; margin: 0 0 8px; } .cadwn-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 32px 0 40px; border-bottom: 1px solid var(--border); } .cadwn-num { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 48px !important; font-weight: 400 !important; color: var(--brand-mid); line-height: 1 !important; margin: 0 0 8px; } .cadwn-duo-item h3 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 22px !important; font-weight: 400 !important; line-height: 1.2 !important; color: var(--text-primary); margin: 0 0 10px; } .cadwn-duo-item p { font-family: 'DM Sans', sans-serif !important; font-size: 15px !important; line-height: 1.7 !important; color: var(--text-secondary); margin: 0; } .cadwn-bullets { list-style: none; padding: 0; margin: 8px 0 0; max-width: 680px; } .cadwn-bullets li { font-family: 'DM Sans', sans-serif !important; font-size: 16px !important; line-height: 1.5 !important; color: var(--text-primary); padding: 14px 0 14px 26px; border-bottom: 1px solid var(--border); position: relative; } .cadwn-bullets li::before { content: ''; position: absolute; left: 0; top: 22px; width: 8px; height: 8px; background: var(--brand-mid); border-radius: 50%; } .cadwn-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .cadwn-packs { padding: 26px 0 40px; border-bottom: 1px solid var(--border); animation: cadwn-fadeUp 0.8s ease-out 0.15s both; } .cadwn-packs-scroll { overflow-x: auto; } .cadwn-table { width: 100%; min-width: 320px; border-collapse: collapse; } .cadwn-table th, .cadwn-table td { padding: 16px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; } .cadwn-table th:first-child, .cadwn-table td:first-child { padding-left: 0; } .cadwn-table thead th { font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.4 !important; letter-spacing: 1.6px; text-transform: uppercase; color: var(--brand-rich); border-bottom: 2px solid var(--text-primary); padding-bottom: 12px; } .cadwn-table tbody th { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 21px !important; font-weight: 400 !important; line-height: 1.2 !important; white-space: nowrap; color: var(--text-primary); } .cadwn-table tbody td { font-family: 'DM Sans', sans-serif !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.6 !important; color: var(--text-secondary); } .cadwn-count { font-family: 'DM Sans', sans-serif !important; font-size: 15px !important; font-weight: 600 !important; line-height: 1.6 !important; color: var(--brand-rich) !important; white-space: nowrap; } .cadwn-table tbody tr:last-child th, .cadwn-table tbody tr:last-child td { border-bottom: none; } .cadwn-packs-note { font-family: 'DM Sans', sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.65 !important; color: var(--text-secondary); max-width: 660px; margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--border); } .cadwn-quote { padding: 40px 0; margin-top: 44px; border-top: 2px solid var(--text-primary); border-bottom: 1px solid var(--border); animation: cadwn-fadeUp 0.8s ease-out both; } .cadwn-quote blockquote { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(22px, 3vw, 30px) !important; font-weight: 400 !important; font-style: italic; line-height: 1.4 !important; color: var(--text-primary); margin: 0 0 16px; } .cadwn-quote cite { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; font-style: normal; letter-spacing: 1px; text-transform: uppercase; color: var(--brand-rich); } .cadwn-acc { padding: 44px 0 8px; animation: cadwn-fadeUp 0.8s ease-out both; } .cadwn-acc details { border-top: 1px solid var(--border); } .cadwn-acc details:last-child { border-bottom: 1px solid var(--border); } .cadwn-acc summary { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; font-weight: 600 !important; color: var(--text-primary); padding: 22px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; transition: color 0.2s ease; } .cadwn-acc summary:hover { color: var(--brand-rich); } .cadwn-acc summary::-webkit-details-marker { display: none; } .cadwn-acc summary::after { content: '+'; font-family: 'DM Serif Display', Georgia, serif !important; font-size: 26px !important; font-weight: 400 !important; color: var(--brand-rich); flex-shrink: 0; transition: transform 0.3s ease; } .cadwn-acc details[open] summary::after { content: '\2212'; } .cadwn-acc-body { font-family: 'DM Sans', sans-serif !important; font-size: 15px !important; line-height: 1.75 !important; color: var(--text-secondary); padding: 0 0 24px; max-width: 720px; } @keyframes cadwn-heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @keyframes cadwn-fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 680px) { .cadwn-hero { grid-template-columns: 1fr; gap: 28px; padding: 32px 0 28px; } .cadwn-hero-product { order: -1; } .cadwn-duo { grid-template-columns: 1fr; gap: 32px; } .cadwn-creds { gap: 20px 32px; } } @media (prefers-reduced-motion: reduce) { .cadwn-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } Addto Sterile catheter adapter for syringe-to-tubing connections A single-use adapter for IV therapy that links syringes to flexible tubing with a secure, sterile connection built for everyday clinical reliability. Choose a single adapter, a box of 100, or a case of 800. Made in USA Sterile & Single-Use Luer Lock Compatible Fits 3-8 mm Tubing Made in USA Why it works Secure IV connections, every time The catheter adapter bridges syringes and tubing so fluid transfers stay controlled and leak-resistant. Two connection features make it easy to fit into a range of setups. 01 Luer Lock and standard fitting The adapter is compatible with standard and Luer Lock fittings, giving you a quick, secure connection to syringes without extra hardware. 02 Universal tubing fit It adapts to all flexible tubing with lumina from 3 mm to 8 mm, so one adapter can serve a variety of medical requirements. The details Engineered for reliable transfer Small design choices add up to a connection you can trust during fluid handling and medication transfer. Sterile and disposable for safe, hygienic single use Positive-gripping ridges with a minimum lumen diameter of 2.35 mm Tapered design with an overall length of 38 mm for a secure fit Works with standard metal, glass tip, and disposable syringes Multi-purpose use across different medical applications Choose your pack One adapter, three pack sizes The Packaging option changes how many sterile adapters you receive, nothing else. Every pack holds the same single-use catheter adapter, so pick the quantity that fits how you work. Addto catheter adapter pack options. Each row is one choice from the Packaging option, with how many adapters it holds and a typical use. Packaging Adapters Typical use 1 Each 1 adapter A single sterile adapter to keep on hand or restock one at a time Box of 100 100 adapters The everyday box for a busy unit or procedure room Case of 800 800 adapters Eight boxes of 100 packed together as one case for bulk supply Every pack holds the same sterile, single-use catheter adapter, so the Packaging choice changes the quantity and nothing else. A case of 800 is simply eight boxes of 100. Availability of each option can vary. "One sterile, single-use adapter that connects syringes to flexible tubing from 3 to 8 mm, with a positive-grip lock you can rely on." Addto Catheter Adapter What is a catheter adapter used for? A catheter adapter connects a syringe to tubing during IV therapy, providing a secure, sterile path for fluid or medication transfer. This Addto adapter is designed for versatile, everyday clinical use. Is the catheter adapter compatible with Luer Lock syringes? Yes. It is compatible with both standard and Luer Lock fittings, allowing a quick and secure connection to syringes. What size tubing does the catheter adapter fit? The adapter fits all flexible tubing with a lumen from 3 mm to 8 mm, making it adaptable to a range of tubing sizes. Is the Addto catheter adapter sterile? Yes. It is sterile and disposable, intended for single use so each connection starts clean. The contents of an unopened, undamaged package are sterile. Can it be used with different syringe types? Yes. The tapered, 38 mm design provides a secure fit for standard metal, glass tip, and disposable syringes, supporting multi-purpose use. Where is the Addto catheter adapter made? The Addto catheter adapter is made in the USA, as noted on the product packaging. What pack sizes does the catheter adapter come in? It is offered three ways: a single adapter, a box of 100, or a case of 800 (eight boxes of 100). The sterile, single-use adapter is the same in every pack, so only the quantity changes. Availability of each option can vary.
More you might like
Related
Addto Catheter / Syringe Adapter-Catheter Adapter
Related
Cook Medical Catheter Luer Lock Adapter-Catheter Adapter
Related
Catheter Adapter
Related