(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}/19
Description
💀 ''The skull tries to break through any obstacle in front of it'',Salute to all riders.
💀This black leather forkbag is definitely a unique combination for your motorcycle.They are black leather forkbags made of a unique combination of black leather and personalized skulls,Lashing straps included. Does not require additional fastening.
💀Whether you're looking for something classic or timeless in style, or hoping for a new discovery, we're pleased to offer the perfect handmade leather bag to meet and exceed your expectations.
💀Purely Handmade & Unique Design
💀Dimensions: 24 × 13 × 7 + 6 cm (skull)
💀4 ties and 2 fixing straps included
💀Tip: Our products are purely handmade by designers. Due to the impact of the epidemic, our logistics time may be delayed for a few days. We have always believed that good works of art are worth waiting for. Thank you for your trust and support to us.
${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)