(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();
})();
Shipping policy
Orders typically arrive within5–11 business days. This is an estimate, and actual delivery times may vary based on your location and unforeseen circumstances.
Customers are responsible for providingaccurate and complete shipping informationat checkout. We cannot guarantee delivery to incorrect or incomplete addresses. Please contact us immediately if an address correction is needed before your order is processed. If your package is already in transit, we will attempt to update the address, but cannot guarantee changes can be made.
We arenot liable for delays or failed deliveriescaused by incorrect addresses, customs issues, or factors beyond our control. We encourage customers to track their orders and reach out to us for assistance if needed.
Some countries may experience additional delays or requirements due tocustoms regulations. If an order is undeliverable due to customs restrictions, it may be returned and canceled. In such cases, refunds (if applicable) will be subject to return shipping and processing fees.