Description
Price: $9.39 - $4.39
(as of Apr 26, 2024 03:46:13 UTC – Details)
The Duracell 301/386 Silver Oxide Button battery is designed to provide reliable power to specialty devices like watches, medical devices, digital thermometers, and other electronics. Duracell 301/386 Silver Oxide Button batteries are guaranteed for 3 years in storage, so you can be confident these batteries will be ready when you need them. From storm season to medical needs to the holidays, Duracell is the #1 trusted battery brand.
LONG-LASTING POWER – Duracell high power 301/386 batteries were also developed to provide reliable performance for digital thermometers, laser pointers, stopwatches, and more
GUARANTEED FOR 3 YEARS IN STORAGE – Duracell 301/386 Silver Oxide Button batteries are guaranteed for 3 years in storage, so you can be confident these batteries will be ready when you need them
BUILT FOR RELIABLE PERFORMANCE in a wide range of high-powered devices, the 301/386 is equivalent to SR43, SR43W, LR43, 386, 301, AG12, D386, 386(6), V386(548), V301, 226, SB-B8, 280-41, H, D, SR1142PW, 260, 280-01, and L114A battery types
#1 TRUSTED BATTERY BRAND – From storm season to medical needs to the holidays, Duracell is the #1 trusted battery brand
Product Dimensions | 0.25 x 1.75 x 3.5 inches |
---|---|
Item Weight | 0.141 ounces |
ASIN | B07GN777K9 |
Item model number | D301/386BPK |
Batteries | 1 Product Specific batteries required. |
Customer Reviews | 4.7 out of 5 stars |
Best Sellers Rank | #45,277 in Health & Household (See Top 100 in Health & Household) #259 in Coin & Button Cell Batteries |
Date First Available | July 1, 2009 |
Manufacturer | Duracell Distributing, Inc |
Country of Origin | Switzerland |
Feedback
Duracell 301/386 Silver Oxide Button Battery, 1 Count Pack, 301/386 Battery, Long-Lasting for Watches, Medical Devices, Toys, and More
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});