(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();
})();
Recipe: Frozen Banana Milkshake! 🍌
Mar 05, 2025
by greeneverhome
Servings: 4
Ingredients:
✔️ 2 4¼ cups of banana-flavored milk 🥛🍌
✔️ 4 tbsp syrup (adjust sweetness to taste) 🥄
Steps: 1️⃣ Prepare the ingredients – Grab your banana-flavored milk and syrup. 2️⃣ Mix it up – Pour the banana milk into a slush machine, then add 4 tbsp of syrup. 3️⃣ Freeze & blend – Start the slush machine and let it create a perfectly smooth, icy texture. 4️⃣ Serve & enjoy – Scoop the finished Frozen Banana Milkshake into a glass or cup. 5️⃣ Sip & indulge – Grab a straw and enjoy this creamy, refreshing banana delight! 😍