Iphone 15 PC Case

Exquisite Hand-Drawn Floral Art Phone Case, Adding a Unique Touch of Nature's Beauty to Your Device.

$12.99
(Tax included)
Color:  TPU Thickened Cover
Size:  IP15 Pro-6.1in
Quantity
people are viewing this right now
/** @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);

Description

iPhone 15 Soft Glass Case

Product Details
Size Information
Packaging Specifications
Product Alias
iPhone 15 Soft Glass Case (Three Layers)
Chinese Name
iPhone 15 Soft Glass Case (Three Layers)
English Name
iPhone 15 Soft Glass Case
SPU Code
ESJ3025
Production Process
UV Printing
Product Code
12095
Product Material
TPU+Acrylic

Other Descriptions

Design Description: Full Print, Single-Sided Print

Material Description: TPU + Acrylic

Product Performance: Shockproof, anti-fall, scratch-resistant, separate button, independent feel, sensitive and insensitive to the phone, stick to it, fit, no deviation, no deformation, high flexibility, easy to install and remove, no yellowing, high-quality material, not easy to age.

Applicable Models: 6.1in suitable for iPhone 15 Pro, 6.7in suitable for iPhone 15 Pro Max.

Special Note: The size data is for reference only. An error of 0.5cm is within the normal range.

Size Information

Size Thickness (cm) Width (cm) Length (cm)
IP15 Pro - 6.1in 1.2 cm 7.3 cm 14.9 cm
IP15 Pro Max - 6.7in 1.2 cm 8 cm 16.2 cm

*Size data is for reference only, as measurement methods may vary. Please refer to the actual product for precise measurements.

Packaging Specifications

Size Package Size (cm) Package Size (in) Package Volume (cm³) Package Volume (in³) Package Weight (g) Package Weight (lb)
IP15 Pro - 6.1in (Thick with Lens Protection) 15.00 * 7.50 * 1.20 5.91 * 2.95 * 0.47 135.00 8.24 64.00 0.14
IP15 Pro - 6.1in (Thin without Lens Protection) 15.00 * 7.50 * 1.20 5.91 * 2.95 * 0.47 135.00 8.24 57.00 0.13
IP15 Pro Max - 6.7in (Thick without Lens Protection) 17.00 * 11.00 * 1.20 6.69 * 4.33 * 0.47 224.40 13.69 60.00 0.13
IP15 Pro Max - 6.7in (Thick with Lens Protection) 17.00 * 11.00 * 1.20 6.69 * 4.33 * 0.47 224.40 13.69 68.00 0.15