(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/4
Description
🔥Click On "ADD TO CART" To Get Yours Now!🔥
Shipping>>Worldwide Express Shipping Available
💯Payments Via PayPal® and CreditCard.
🎉Email:hezizi0215@gmail.com
DETAILS
Polyester
Tie-dye
Super Stretchy
High quality is our priority
Wide leg
Two large pockets left and right
Hand or machine wash cold
Size: please check measurements carefully
Please allow 0.5-1" difference due to vmanual measurement
Different monitor settings means colors may differ slightly
Runs true to size
1" = 2.54cm
Size (in)
Bust
Waist
Hip
Length
S
38.58
36.22
42.5
59.84
M
40.55
38.19
44.5
60.24
L
42.52
40.16
46.5
60.63
XL
44.49
42.13
48.4
61.02
2XL
46.46
44.09
50.4
61.42
3XL
48.43
46.06
52.4
61.81
SHIPPING
We ship to worldwide.🌎
PAYMENT
PayPal is welcomed here.
If you don't have a PayPal account, we accept all credit cards: just select 'PayPal' and click the 'Pay with Debit or Credit Card' button.
OUR GUARANTEE
We take pride in our products as we believe they are amazing. However, we understand that buying things online can be daunting, especially for the first time, so we will provide excellent service.
If you don't have a positive experience for any reason, we will do whatever it takes to make sure you are satisfied with your purchase.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)