Carbon Fiber Suitable For Apple 13 Mobile Phone Case Protective Cover

$25.99
$39.99
Save $14.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

MAIN FEATURES

  • Compatible Model: The shockproof case is compatible with iPhone 13 Only (Note: only phone case, not including phone screen protector and camera lens protector)

          

  • Carbon Fiber and TPU Material: It is made with high-quality carbon fiber and soft TPU with super anti-drop protection, with raised floating-point design on both sides, the phone case will not slip out of the hand easily and slim design slips into pockets quickly

          

  • Protect the Camera Lens and Screen: There is a raised lip around the camera (1.8mm) and screen (0.8mm), bump to keep it protected when dropped, with the case doesn’t affect the use of a screen protector and camera lens protector

          

  • Slim Fit, Sensitive Button: The buttons of this slim-fit cover are in the exact spot, both the volume button and the switch button can be easily pressed

SPECIFICATIONS

  • Material: TPU+carbon fiber
  • Weight: 30g

      Shipping:

      • Free Shipping Over $30.
      • Orders will be processed within 7 business days of ordering and shipped out the next day after the processing day. Orders will generally be delivered within 7 to 14 working days.

      Returns:Fast refund for any dissatisfaction within 15 days, 100% money-back guarantee.

      Note:

      • Due to manual measurements, please allow slight measurement deviations.
      • Due to the different display and lighting effects, the actual color of the item may be slightly different from the color displayed on the picture.
      1
      Select product
      Selected 0 item(s)
      Black/ For iPhone13
      Black/ For iPhone13 Pro
      Black/ For iPhone13 Pro Max
      Black/ For iPhone12
      Black/ For iPhone12 Pro
      Black/ For iPhone12 Pro Max
      Blue/ For iPhone13
      Blue/ For iPhone13 Pro
      Blue/ For iPhone13 Pro Max
      Blue/ For iPhone12
      Blue/ For iPhone12 Pro
      Blue/ For iPhone12 Pro Max
      class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)