Adding product to your cart
* Materials: Onyx, Howlite, Labradorite, Vegan Cord
* Metals: Alloy
* 3 strap lengths available: Regular, Small & Large for inclusive sizing
* Compatible with 38mm - 44mm Apple Watch face
* 32mm magnetic slider
* Each watch strap has one clasp with closures at 33", 34", and 35" for inclusive sizing
* Handmade with Love and Carefully Manufactured
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