Adding product to your cart
This trendy studded band is made of soft, genuine, real leather with a buckle closure
Made with genuine leather milled with superior craftsmanship
Top layer made of cowhide leather
Buckle made of 316L stainless steel
Fits wrist from 5.5in to 7.67in
Compatible with Apple Watch Series 1, 2, 3, 4, 5, 6, 7 and SE
Pyramid studs made of stainless steel
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