(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();
})();
Farfarello Cosplay
Aug 17, 2022
by YiLiao
Farfarello of Weiß Kreuz - Kapitel
Category: Anime
Completed: 100%
Cost: £ UK25-30
Hours to Make: 5-10
Inspiration: I've ran hot and cold with the idea of making Farfie for a year or so now. It was more a sudden whim that made me finally decide to do it and when a friend told me they were planning a Schuldich, I thought, why not?
Favorite Aspect: All of it really. But, I do love the costrast in bright colours, red, black, royal blue and silver/grey.
Least Favorite Aspect: Being blind in one eye >_< That _really_ messes with your perception of depth and can be quite disorientating after a while.