Description
Price: $25.99
(as of Apr 26, 2024 10:22:59 UTC – Details)
From the brand
amBand is a global leader in smartwatch accessories, known for creating classic, bold, and stylish products. Over the past few years, we’ve sought out feedback from wearability experts, watch designers, and over 2 million case and band users to make our products even better.
With amBand, you can elevate your smartwatch and make it more protective and attractive. Upgrade your smartwatch with amBand today and experience the difference for yourself!
Popular Apple Watch Band Case
Popular Apple Watch Band Case
Light but Tough: Premium TPU band decorated with the metal patch, comfortable, durable and full of mechanical sense.
Smooth Operating: Clicky button and precise cutouts ensure operate smoothly with the button, screen and crown.
Widely Compatible: Adjustable strap fits most wrists (5.71″-8.74″), suitable for all Apple Watch series (42/44/45mm).
Exclusive Watch Faces: Scan the QR code on the package, get your own classic watch face for free.
Product Dimensions | 4.2 x 2.4 x 3.9 inches |
---|---|
Item Weight | 1.8 ounces |
ASIN | B0BYZ7DG65 |
Item model number | UK-MTG-42/44/45mm-Starlight |
Customer Reviews | 4.5 out of 5 stars |
Best Sellers Rank | #111 in Cell Phones & Accessories (See Top 100 in Cell Phones & Accessories) #1 in Smartwatch Cases with Band |
Special features | Durable, Adjustable, Scratch Resistant |
Other display features | Jewelry |
Form Factor | Basic Case |
Color | Starlight |
Department | Unisex Adult |
Manufacturer | amBand |
Country of Origin | China |
Date First Available | March 28, 2023 |
Units | 1 count |
Thickness | 3 Millimeters |
Warranty & Support
Feedback
amBand Bands Compatible with Apple Watch 9/8/7 45mm, M1 Sport Series Rugged Case with TPU Strap Military Protective Tough Cover Bumper for iWatch SE2/SE/6/5/4/3 44mm 42mm Men Starlight
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
);
}
});