20 Random Packs of Kool-Aid for .99 cents

20 Random Packs of Kool-Aid for .99 cents

Regular price
$0.99
Sale price
$0.99
Regular price
Sold out
Unit price
per 
Shipping calculated at checkout.

20 Random Packs of Kool-Aid for .99 cents

🛑
PLEASE NOTE THESE ARE PAST THEIR BEST BEFORE. DATE RANGE IS 2022-2023🛑 (we still drink them lol)

Packs will be handed out at random. You may not choose. Your packs will include some of the 19 following flavours:

Berry Cherry
Cherry
Grape
Ice blue raspberry
Lemon lime
Lemonade
Mandarina
Mandarina-Tangerine
Mixed Berry
Orange
Peach Mango
Pina-Pineapple
Pink Lemonade
Sharkleberry
Strawberry
Strawberry Kiwi
Strawberry lemonade
Tropical Punch
Watermelon

script> function hulkappsCheckoutClick() { return false; } (function() { //Polyfill for endsWith - starts if (!String.prototype.endsWith) { String.prototype.endsWith = function(search, this_len) { if (this_len === undefined || this_len > this.length) { this_len = this.length; } return this.substring(this_len - search.length, this_len) === search; }; } //Polyfill for endsWith - ends var cartForms = []; var formsInPage = document.querySelectorAll('form'); if(formsInPage) { for(var i = 0; i < formsInPage.length; i++) { if( (formsInPage[i].method === 'post') && (formsInPage[i].action.endsWith('/cart') || formsInPage[i].action.endsWith('/cart/') || formsInPage[i].action.indexOf('/cart?') > -1) ) { cartForms.push(formsInPage[i]); } } } if(cartForms.length) { var checkoutButton1 = cartForms[0].querySelector("button[name='checkout'][type='submit']"); if(checkoutButton1) { checkoutButton1.disabled = true; } else { checkoutButton1 = cartForms[0].querySelector("input[name='checkout'][type='submit']"); if(checkoutButton1){ checkoutButton1.disabled = true; } } if(cartForms.length > 1) { var checkoutButton2 = cartForms[1].querySelector("button[name='checkout'][type='submit']"); if(checkoutButton2) { checkoutButton2.disabled = true; } else { checkoutButton2 = cartForms[1].querySelector("input[name='checkout'][type='submit']"); if(checkoutButton2){ checkoutButton2.disabled = true; } } } } })();