0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…

Free Littmann Spare Parts Postcard - Instructions on how to access

Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD
Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD

Free Littmann Spare Parts Postcard - Instructions on how to access

More Coming Soon
Item Code: 1-POSTCARD

Description

Invest in your career with a high-quality stethoscope—and get a free parts kit.

3M™ Littmann® Stethoscopes provide reliable and clear acoustics, making them excellent choices when you’re learning how to auscultate. Students can receive a free parts kit with the purchase of a 3M™ Littmann® Classic III™ Stethoscope, a 3M™ Littmann® Cardiology IV™ Stethoscope, or a Littmann® CORE Digital Stethoscope.

Quality and reliability in one convenient package.

Manufactured to the same high standards as all Littmann stethoscopes, the replacement parts in the kit fit seamlessly with your stethoscope.

The kit includes:

  • Two tunable single-piece diaphragms—one for the adult side and one for the pediatric side of the stethoscope chestpiece
  • One set of two snap tight soft-sealing eartips

Specifications

Brand

Littmann

Category

Littmann® Accessories and Parts

🚚 Get it fast: Free FedEx 2-Day Shipping on orders over $50 (Mainland USA)
Starting from
$0.00 / EA
/
1
LIST PRICE $0.00
%
Compare

Free Littmann Spare Parts Postcard - Instructions on how to access

Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD
Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD Free Littmann Spare Parts Postcard - Instructions on how to access - 1-POSTCARD
🚚 Get it fast: Free FedEx 2-Day Shipping on orders over $50 (Mainland USA)

Free Littmann Spare Parts Postcard - Instructions on how to access

More Coming Soon
Item Code: 1-POSTCARD
Starting from
$0.00 / EA
/
1
LIST PRICE $0.00
%
Compare

Description

Invest in your career with a high-quality stethoscope—and get a free parts kit.

3M™ Littmann® Stethoscopes provide reliable and clear acoustics, making them excellent choices when you’re learning how to auscultate. Students can receive a free parts kit with the purchase of a 3M™ Littmann® Classic III™ Stethoscope, a 3M™ Littmann® Cardiology IV™ Stethoscope, or a Littmann® CORE Digital Stethoscope.

Quality and reliability in one convenient package.

Manufactured to the same high standards as all Littmann stethoscopes, the replacement parts in the kit fit seamlessly with your stethoscope.

The kit includes:

  • Two tunable single-piece diaphragms—one for the adult side and one for the pediatric side of the stethoscope chestpiece
  • One set of two snap tight soft-sealing eartips

Specifications

Brand

Littmann

Category

Littmann® Accessories and Parts

SEARCH ×

/* PDP Line Reference text input */ /* "Engraving" label 3061 */ var saveCustomText = ''; var addProductTextField = function addProductTextField(savedText) { var productSummary = document.querySelector('.ex-product .product-summary.label_3061'); if (!productSummary) return; var inputWrap = document.createElement('div'); inputWrap.className = 'text-input-wrap'; inputWrap.innerHTML = /* html */"\n

OptionalFree Engraving (Normally $5.99)

\n \n \n "; var input = document.createElement('input'); input.className = 'product-text-input'; input.setAttribute('type', 'text'); input.setAttribute('name', 'product-text'); input.setAttribute('maxlength', 20); input.placeholder = 'Enter Text'; document.querySelectorAll('.product-shopping-actions-addtocart').forEach(function (item) { item.insertAdjacentHTML('beforeend', ''); }); if (savedText) { input.value = savedText; document.querySelectorAll('.lineref').forEach(function (lineref) { lineref.setAttribute('value', savedText); }); } inputWrap.append(input); inputWrap.insertAdjacentHTML('beforeend', /* html */"\n
20 Character limitcharacter(s) remaining
\n "); document.querySelectorAll('.product-summary .productdetails').forEach(function (item) { item.append(inputWrap.cloneNode(true)); }); document.querySelectorAll('.product-text-input').forEach(function (item) { item.addEventListener('keyup', function (e) { var customText = e.target.value; if (customText) { customText = customText.replaceAll(/[&/\\#,+()$~%.^'":*?<>{}]/g, ''); document.querySelectorAll('.lineref').forEach(function (lineref) { lineref.setAttribute('value', customText); }); saveCustomText = customText; var textLength = 20 - customText.length; e.target.closest('.text-input-wrap').querySelector('.char-remain').setAttribute('data-charleft', textLength); } else { e.target.closest('.text-input-wrap').querySelector('.char-remain').setAttribute('data-charleft', ''); } }); }); document.querySelectorAll('.custom-text-toggle').forEach(function (item) { item.addEventListener('click', function () { item.classList.toggle('nActive'); if (!item.classList.contains('nActive')) { item.closest('.text-input-wrap').querySelector('.product-text-input').value = ''; item.closest('.text-input-wrap').querySelector('.char-remain').setAttribute('data-charleft', ''); document.querySelectorAll('.lineref').forEach(function (lineref) { lineref.setAttribute('value', ''); }); } }); }); }; var addEngravingProduct = function addEngravingProduct() { var productSummary = document.querySelector('.ex-product .product-summary.label_3061'); if (!productSummary) return; document.addEventListener('cart-add-success', function (e) { console.log('cart-add-success'); var _e$detail$_parentEven; if ((_e$detail$_parentEven = e.detail._parentEvent.target.closest('.product-shopping-actions')) !== null && _e$detail$_parentEven !== void 0 && _e$detail$_parentEven.classList.contains('label_3061')) { var _document$querySelect; var quantity = e.detail.qty; var engravingText = (_document$querySelect = document.querySelector('.lineref')) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.value; if (engravingText) { console.log("B"); var engravingProduct = document.querySelector('.productsrelated [data-sku="ENGRAVING"]'); if (engravingProduct) { console.log(quantity); var _engravingProduct$que2; if (quantity > 1) { console.log("D"); var _engravingProduct$que; (_engravingProduct$que = engravingProduct.querySelector('.inputquantity')) === null || _engravingProduct$que === void 0 ? void 0 : _engravingProduct$que.setAttribute('value', quantity); } (_engravingProduct$que2 = engravingProduct.querySelector('.buttons.group button')) === null || _engravingProduct$que2 === void 0 ? void 0 : _engravingProduct$que2.click(); } } else { console.log('no engraving text'); } } }, false); }; addProductTextField(); addEngravingProduct(); function evoXProductChangeCallback() { addProductTextField(saveCustomText); addEngravingProduct(); }