Use discount code 'STACKSALAMI' at checkout to create a stack and save on shipping until you'd like your cards shipped to you!



Break #76: 2022 Bowman 4-Box Mixer (2 Jumbo, 2 Blaster) - Random Teams

Regular price $69.00

We have 12 in stock.
Tax included.
  • This break will Break when full, meaning as soon as it fills, it will be added to the queue to be opened the next time we are live on YouTube. This is not a scheduled break. 
  • Break includes 4 sealed boxes of 2022 Bowman (2 Jumbo and 2 Blaster)
  • Break format: Random Teams
  • Total of 30 spots will be made available in this break!
  • All cards ship
  • Break will be broadcasted LIVE on our YouTube channel (full break and hit recap to be posted shortly after the break)
  • 3% of break proceeds will be put aside to go towards the 2nd Annual Grand Salami National MEGA Break. For every $50 spent between now and then, you will get 1 raffle ticket in your name. All 15 spots in the break will be raffled off! Full details on Twitter here

document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id^=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });