Q: How can I donate to your project?
A: Click here to donate! https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CL8WZWWNMF5MJ
Q: What is the difference between an manual and automatic mechanical watch?
A: An automatic watch is usually thicker to accommodate the rotor that spins to autowind the watch.
https://en.wikipedia.org/wiki/Automatic_watch
Q: How long will it take for me to receive my watch?
A: Each watch is individually crafted for you. Every component is ordered, and put together by me. Expect a crafting and delivery time of 40-60 days.
Q: What color buckle will I get if I order a leather strap?
A: I will match the finish of the buckle to the finish of the watch case.
Q: Will a magnet harm my watch?
A: It is best to keep magnets away from your mechanical watch. If the iron in your watch gets magnetized it can increase the friction or your movement, and slow it down.
Q: What about a warranty?
A: Per our Terms: There is NO warranty on anything you purchase. However we do stock parts and tools to repair it yourself. We also supply instructions and videos.
Q: What do you do with any money generated by this website?
A: All profit after expense goes directly back into the JewelryCycle project. Writing articles and how-tos. Making videos, open source designs, and crafting beautiful things.
// // Get screen dimensions, device pixel ration and set in a cookie. //
var screen_width = screen.width;
var devicePixelRatio = window.devicePixelRatio ? window.devicePixelRatio : 1;
document.cookie = 'resolution=' + screen_width + ',' + devicePixelRatio + '; SameSite=Strict; path=/';
(function () { function setHeaderTopSpacing() {
setTimeout(function() { var headerTop = document.querySelector('.header-top'); var headers = document.querySelectorAll('.header-wrapper .header,.header-wrapper .header-homepage');
for (var i = 0; i < headers.length; i++) { var item = headers[i]; item.style.paddingTop = headerTop.getBoundingClientRect().height + "px"; } var languageSwitcher = document.querySelector('.mesmerize-language-switcher'); if(languageSwitcher){ languageSwitcher.style.top = "calc( " + headerTop.getBoundingClientRect().height + "px + 1rem)" ; } }, 100); } window.addEventListener('resize', setHeaderTopSpacing); window.mesmerizeSetHeaderTopSpacing = setHeaderTopSpacing mesmerizeDomReady(setHeaderTopSpacing); })();