(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}/22
Description
1. High Quality & Waterproof Leather
High-quality leather helps to be Water Resistant, Wind Resistant & Chemical Resistant. Keep your feet warm in cold winter and Minimize Odor. Ensure all-day dry, comfortable by blocking rain or snow, and easy to clean with a cloth.
2. Super 360 ° Warm
They come with Warm Lining Design, not only can keep your feet warm in freezing winter, but also without losing fashion.
These awesome boots have double natural stitching and can be worn with the collar up or folded down, to go with almost anything you wear.
3. Damping & Arch Support
Our premium damping and arch support outsole mean you can walk for a few hours non-stop without getting tired legs.
High-quality PU leather helps to be Water Resistant, Wind Resistant & Chemical Resistant. Keep your feet warm in cold winter and minimize Odor. Ensure all-day dry, comfortable by blocking rain or snow, and easy to clean with cloths.
The Slippers have a casual style for everyday wear. Fit for many occasions, meet your different matching items, perfect for autumn, winter dresses, such as shorts, skirts, jeans, coats, etc. Great gift for teens, girls, women, and ladies of all ages. Ideal for daily life, vacation, office, sunny or rainy day, winter, autumn.
${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)