(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();
})();
1/1
${data.index + 1}/${data.total}
Description
Air Force 1
Initially released in 1982, the Air Force 1 was designed by footwear designer Bruce Kilgore and became the first basketball shoe to utilize 's innovative "Air" technology. Its distinct silhouette, characterized by a chunky sole and perforated toe box, transitioned the Air Force 1 from basketball courts to the streets, becoming a lifestyle staple. Over the years, the Air Force 1 has been reimagined in various designs, materials, and limited editions. It has also seen numerous high-profile collaborations with other brands, artists, and designers, including names like Louis Vuitton, CLOT, and Billie Eilish, further enhancing the sneaker's iconic status in the world of streetwear and fashion.