(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 Vodka Collins
Mar 04, 2025
by greeneverhome
Servings: 4 Ingredients: 2 ¾ cups soda ½ cup Torani syrup ½ cup Smirnoff vodka (40% ABV) 2 tbsp fresh lemon juice
Steps:: 1️⃣ Gather your ingredients – soda, Torani syrup, Smirnoff vodka, and fresh lemon juice. 2️⃣ Mix everything in a large container, stirring well to combine. 3️⃣ Pour the mixture into a slush machine and select the SPIKED SLUSH mode. 4️⃣ Start the machine and let it do its magic until you get a smooth, icy consistency. 5️⃣ Scoop the frozen cocktail into a glass and get ready to chill. 6️⃣ Sip, relax, and enjoy your homemade Frozen Vodka Collins – the refreshing drink!