(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}/20
Description
We are happy to offer you a comfor pair of shoe that will complete your whole week look! Introducing the Women's Beathable Comfortable Casual Sneakers!
Our Leather Elastic Comfy Women Slip On support your feet using 3 Arch Advantage Design, soft and smooth sole, memory foam, durable uppers so you could wear them out for a night on the town.
Easy to take your spring look to the top!
PROVIDE GOOD ARCH SUPPORT
Distribute Pressure Evenly
Correct Poor Posture
Super Comfortable For All Day Walking
Super Soft Women's Walking Shoes have several different colors and patterns for your choice. We aim to provide comfortable shoes and good service to every user. We always stand behind our customers, try our best to be your best choice.
Style You Want, Comfort You Crave
Our Ortho-Motion™ footbed technology delivers Three-Zone Comfort with Ultimate Arch Support for a difference you can feel.
Slip Resistance
This shoe's sizing is equivalent to street shoe size. Width between medium and wide
Women's Walking Shoes Sock Sneakers
Super lightweight and flexible just like socks, breathable and smooth fabric provide great freedom and comfortable feeling. Let you enjoy your travel on holidays.
MD out-sole with air cushion. The high-quality rubber material is non-slip and wear-resistant. Platform measures approximately 1.96"
Perforated arch for ventilation and breathability. Classic air cushion design makes these shoes are perfect work shoes for those who need to stand or walk for a long time.
SUITABLE FOR ANY OCCASIONS
These shoes are suitable for any daily used, such as long-time standing work, walking, casual, floor shoes, plantar fasciitis, nursing, fishing, gardening, dress, shopping, travel, driving, jazz, tap dance, street jazz, ballet, folk dance, Zumba, athletic, workout.
${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)