(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();
})();
Welcome
It's a pleasure to meet you here.
We are a small team focusing on original product development, but marketing is not our strong point.
Some parts of our website may not look as refined and perfect as we imagined, but please believe that our efforts are sincere. We realize how difficult it is for a small passionate team to grow in today's online world, which is why we thank you from the bottom of our hearts for the trust you have given us. We strive to meet your needs while providing more cost-effective and better services. - SuperSharge
We are committed to ensuring your satisfaction with any product you have ordered from us. If you are not satisfied with an item, you may return it to us within 30 days of receipt for a full refund.
Free Shipping
We are committed to ensuring your satisfaction with any product you have ordered from us. If you are not satisfied with an item, you may return it to us within 30 days of receipt for a full refund or exchange, provided that the product is unused, in its original packaging, and in the same condition as when you received it.
Flexible Payment
We are committed to ensuring your satisfaction with any product you have ordered from us. If you are not satisfied with an item, you may return it to us within 30 days of receipt for a full refund or exchange, provided that the product is unused, in its original packaging, and in the same condition as when you received it.