Collection: CANDY

193 products
  • MRS BUTTERWORTHS SYRUP - 1 GALLON JUG - 3.8L
    Regular price
    $9.99
    Sale price
    $9.99
    Regular price
    Unit price
    per 
    Sold out
  • MARSHMALLOW STRAWBERRY ICE CREAM CONES
    Regular price
    $1.99
    Sale price
    $1.99
    Regular price
    Unit price
    per 
    Sold out
  • MARSHMALLOW FRUIT SLICES
    Regular price
    $1.99
    Sale price
    $1.99
    Regular price
    Unit price
    per 
    Sold out
  • CEREAL MARSHMALLOWS - 107g BAG
    Regular price
    $9.99
    Sale price
    $9.99
    Regular price
    Unit price
    per 
    Sold out
  • SMARTIES SQUEEZE CANDY
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • TOOTSIE ROLL FRUIT CHEW MINI BITES
    Regular price
    $3.25
    Sale price
    $3.25
    Regular price
    Unit price
    per 
    Sold out
  • NOW & THEN - SHELL SHOCKED SOUR
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • SNACK PACK - BAKERY EDITION - BANANA CREAM PIE
    Regular price
    $0.89
    Sale price
    $0.89
    Regular price
    Unit price
    per 
    Sold out
  • KOOL-AID SOUR GUMMIES
    Regular price
    $1.49
    Sale price
    $1.49
    Regular price
    Unit price
    per 
    Sold out
  • SKITTLES GUMMIES - ORIGINAL
    Regular price
    $2.49
    Sale price
    $2.49
    Regular price
    Unit price
    per 
    Sold out
  • MINION GUMMIES
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • SOUR PUNCH BITES BLUE RASPBERRY
    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
  • WHOPPERS
    Regular price
    $3.99
    Sale price
    $3.99
    Regular price
    Unit price
    per 
    Sold out
  • MAYNARDS WINE GUMS
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • LOTSA FIZZ
    Regular price
    $2.99
    Sale price
    $2.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
  • STARBURST ORIGINAL
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • NERDS BIG CHEWY
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • MIKE AND IKE BERRY BLAST
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • SOUR PATCH KIDS - GRAPE
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • GIANT CARNIVAL POPS
    Regular price
    $1.99
    Sale price
    $1.99
    Regular price
    Unit price
    per 
    Sold out
  • MIKE AND IKE SOUR WATERMELON
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • MIKE AND IKE RED RAGEOUS
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • MIKE AND IKE JOLLY JOES GRAPE
    Regular price
    $2.99
    Sale price
    $2.99
    Regular price
    Unit price
    per 
    Sold out
  • JELL-O JELLY BEANS
    Regular price
    $4.99
    Sale price
    $4.99
    Regular price
    Unit price
    per 
    Sold out
  • DUBBLE BUBBLE GUMBALL CARTON
    Regular price
    $8.50
    Sale price
    $8.50
    Regular price
    Unit price
    per 
    Sold out
  • PINK ELEPHANT POPCORN
    Regular price
    $3.99
    Sale price
    $3.99
    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
  • NERDS ORIGINAL
    Regular price
    $3.25
    Sale price
    $3.25
    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
  • JUNIOR MINTS
    Regular price
    $3.75
    Sale price
    $3.75
    Regular price
    Unit price
    per 
    Sold out
  • MINI CHARLESTON CHEW - VANILLA
    Regular price
    $3.75
    Sale price
    $3.75
    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; } } } } })();