Adding product to your cart
Replacement band with a cuff design gives a sleek, classic aesthetic that you can add to your Apple Watch! Made of high quality stainless steel material.
Compatibility:
Compatible with 38/40/41mm or 42/44/45mm models of all Apple Watch Series 1-7 and SE
Easy To Adjust:
Adjustable; Fits 5.5”–8.5” wrists
Adjustable by locking the position on the tassel
3 Colors Available:
Choose from Black, Rose Gold, Gold and Silver
**Apple Watch is not included**
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device