Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch
Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch

Fluoroelastomer Band Titanium Case Retrofit Kit For Apple Watch

Price
$599.00
$325.00
Save  $274.00
Kit Material Color
Please select a kit material color
color
Please select a color
size
Please select a size
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

undefined

  • If you are not satisfied with the goods received, please contact us within 15 days after receipt, we will give you the best help!Please don't worry!
  • Fast refund Guarantee>> full refund depend on the situation.
  • Shipping>>Worldwide Express Shipping Available.
  • Handling time>> Ship fastest after payment.

Designed to give your Apple Watch a different look.

The band is made of Fluoroelastomer and the buckle is made of stainless steel.

The special hidden press folding buckle makes the whole set more advanced and refined.

The entire case is made of titanium.

The craftsmanship and details of the entire set are impeccable and come in high-quality double layer packing in wooden box.

  • Band Material: Fluoroelastomer
  • Buckle Material: Stainless steel
  • Buckle Type: Special press folding buckle
  • Case Thickness: 13.8mm
  • Band Fits: 165mm-230mm wists
  • Case Size: 54.5mm * 31mm
  • Compatibility Models: Apple Watch 4, 5, 6, 7
  • Compatibility Case Size: 44mm, 45mm
  • Total weight: about 112g
  • Case Weight: about 63g

undefined

Box Include As Follows

  • Titanium case x 1
  • Fluoroelastomer band x 1
  • Stainless steel buckle x 1
  • Back cover screw x 5
  • Screwdriver x 1
  • Silicone protective case x 1

The Apple Watch appears in the picture only to better show the product, the Retrofit Kit excluding Apple Watch.

The Retrofit Kit doesn’t affect the water resistant of the apple watch, but we do not recommend customers to wear the kit for swimming or surfing.