(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}/7
Description
Always wet floor after a shower ? We have a solution !
➖ Absorbent floor mat ➖ Absorbs water instantly ➖ Prevents slipping thanks to super suction ➖ Evaporates water quickly, preventing mold growth
Absorbent floor mat will keep you from slipping on wet floor Our non-slip floor mats are made of pvc+technical velvet, which dries faster than ordinary floor mats. Non-slip rubber bottom firm grip to increase safety and stability.
Keep the floor clean and dry to keep your home comfortable and clean
Where can be used? Suitable for bathroom, sink, kitchen, laundry room, living room, bedroom, entrance, etc.
Innovative Absorbent Floor Mat Helps reduce damage floor from sprinkles and oil stains. Good quality floor MATS do not decompose or compress over time, can be used continuously for a long time.
Easy To Clean: The floor mat is oil-proof and absorbs water quickly. It only needs to be cleaned with a brush or sponge, which saves your time and energy.
Innovative Absorbent Floor Mat will keep your floor dry It will always be comfortable for you to move around the house without fear of entering a puddle and slipping.
${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)