Collection: Products

143 products
  • SOUR PUNCH BITES NOT SO SOUR SWEET BITES
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • SOUR PUNCH BITES TROPICAL
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • SPICY SRIRACHA
    Regular price
    from $4.99
    Sale price
    from $4.99
    Regular price
    Unit price
    per 
    Sold out
  • STARBURST GUMMI DUOS
    Regular price
    $1.49
    Sale price
    $1.49
    Regular price
    Unit price
    per 
    Sold out
  • STARBURST JELLO - CHERRY
    Regular price
    $0.39
    Sale price
    $0.39
    Regular price
    Unit price
    per 
    Sold out
  • STARBURST JELLO - LEMON
    Regular price
    $0.39
    Sale price
    $0.39
    Regular price
    Unit price
    per 
    Sold out
  • STARBURST ORIGINAL
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • SWEET TARTS ORIGINAL
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • SWEET TARTS ROLL
    Regular price
    $1.99
    Sale price
    $1.99
    Regular price
    Unit price
    per 
    Sold out
  • TOASTY THAI GREEN CHILI
    Regular price
    from $4.99
    Sale price
    from $4.99
    Regular price
    Unit price
    per 
    Sold out
  • TOOTSIE CARAMEL APPLE POPS
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • TWISTED THAI CURRY
    Regular price
    from $4.99
    Sale price
    from $4.99
    Regular price
    Unit price
    per 
    Sold out
  • TWIZZLERS GUMMIES - STRAWBERRY
    Regular price
    $2.49
    Sale price
    $2.49
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS FREEZIES
    Regular price
    $3.99
    Sale price
    $3.99
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR BLACK CHERRY SODA
    Regular price
    $2.69
    Sale price
    $2.69
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR LEMON SODA
    Regular price
    $2.69
    Sale price
    $2.69
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR TAFFY - ORIGINAL
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR TAFFY - TROPICAL FUSION
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • WAR HEADS SOUR WATERMELON SODA
    Regular price
    $2.69
    Sale price
    $2.69
    Regular price
    Unit price
    per 
    Sold out
  • WARHEADS LIL WORMS NEW SOUR FRUITY FLAVOURS
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • WARHEADS SOUR JELLY BEANS
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • WHITE CHEDDAR
    Regular price
    from $4.99
    Sale price
    from $4.99
    Regular price
    Unit price
    per 
    Sold out
  • WHOPPERS
    Regular price
    $3.99
    Sale price
    $3.99
    Regular price
    Unit price
    per 
    Sold out
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; } } } } })();