(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: Passion Fruit Frozen Juice Slushie
Apr 01, 2025
by greeneverhome
Servings: 2 Ingredients: 2 cups passion fruit juice 2 tablespoons sugar Preparation: 1.Put the juice and sugar into a large-sized pitcher and whisk to dissolve the sugar. 2.Pour the mixture into the GreenEver Slushie Machine vessel. 3.Select "FROZEN JUICE" mode. The preset will start at the default/optimal temperature, which is excellent for achieving the best texture. 4.If you prefer, you can adjust the temperature. 5.Once the frozen drink reaches the preset temperature, the display will show "COOL" indicating that it is ready. 6.Dispense and enjoy.