(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: Flavorful Vanilla Frappe Slushie
Mar 13, 2025
by greeneverhome
servings: 4
Ingredients:
2 cups milk
1 cup brewed coffee
1 teaspoon vanilla essence
8 tablespoons sugar
1 teaspoon vanilla-flavored powder
Steps:
1. Combine all ingredients in a large pitcher and whisk until the sugar is fully dissolved. 2. Pour the mixture into the slushie machine vessel. 3. Select “FRAPPE.” The preset will start at the default/optimal temperature. 4. Adjust the temperature control to illuminate 4 bars. 5. When the frozen drink attains the desired temperature, the machine will beep once and the display read "COOL". 6. Dispense and enjoy.