(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: Mango Grape Slush
Mar 10, 2025
by greeneverhome
Ingredients:
½ cup mango 🥭
1 cup grapes 🍇
1 apple 🍏
2 oranges 🍊
1¾ cups water 💧
3 tbsp syrup (adjust to taste) 🥄
Instructions:
1️⃣ Prepare the fruit – Wash, peel (if needed), and cut into small pieces. 2️⃣ Blend – Add all fruit, ⅖ cup water, and syrup to a blender. Blend until smooth. 3️⃣ Freeze – Pour the juice into a slush machine, add 1¼ cups water, and start the machine. 4️⃣ Serve & Enjoy – Once slushy, scoop into a glass and enjoy with a spoon or straw!