madgesfood.com Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://madgesfood.com/
Submission: On July 24 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="fresh-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div data-free-shipping-msg="">
      <div id="shopify-section-free-shipping-msg" class="shopify-section">
        <div class="cart-free-shipping-encouragement">
          <div>
            <p>Spend $60.00 more and get free shipping!</p>
          </div>
          <div class="cart-free-shipping-encouragement__bar--bg">
            <div class="cart-free-shipping-encouragement__bar--progress" style="width: 0.0%;"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow animated" id="cart_dialog_label" style="visibility: visible;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="ajax-cart--top-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text hide">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price d-none"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h3 id="cart_drawer_subtotal">
          <span class="cart-total-price js-cart-total" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h3>
      </div>
      <p class="cart--shipping-message taxes-and-shipping-message hide">Taxes and <a href="/policies/shipping-policy">shipping</a> calculated at checkout </p>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn alt-focus cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner lds-dual-ring hide"></span>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <button class="btn btn-default cart-menu-close secondary-button alt-focus" type="button"> Continue Shopping </button>
      </div>
      <div class="ajax-cart--checkout-add-note hide">
        <label for="note">Add a note for the seller…</label>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
        	<article class="cart-item">
        		<div class="cart-item-image--wrapper">
        			<a class="cart-item-link" href="/product" tabindex="-1">
        				<img
        					class="cart-item-image"
        					src="/product/image.jpg"
        					alt=""
        				/>
        			</a>
        		</div>
        		<div class="cart-item-details--wrapper">
        			<h3 class="cart-item__title">
        				<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
        					<span class="cart-item-product-title"></span>
        					<span class="cart-item-variant-title hide"></span>
        					<span class="cart-item-selling-plan hide"></span>
        				</a>
        			</h3>

        			<div class="cart-item-price-wrapper">
        				<span class="sr-only">Now</span>
        				<span class="cart-item-price"></span>
        				<span class="sr-only">Was</span>
        				<span class="cart-item-price-original"></span>
        				<span class="cart-item-price-per-unit"></span>
        			</div>

        			<ul class="order-discount--cart-list" aria-label="Discount"></ul>

        			<div class="cart-item--quantity-remove-wrapper">
        				<div class="cart-item--quantity-wrapper">
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-decrease"
        						data-amount="-1"
        						aria-label="Reduce item quantity by one"
        					>-</button>
        					<input
        						type="text"
        						class="cart-item-quantity"
        						min="1"
        						pattern="[0-9]*"
        						aria-label="Quantity"
        					>
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-increase"
        						data-amount="1"
        						aria-label="Increase item quantity by one"
        					>+</button>
        				</div>

        				<div class="cart-item-remove-button-container">
        					<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-trash-2" viewBox="0 0 24 24"><path d="M3 6h18M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2M10 11v6M14 11v6"/></svg>
                  </button>
        				</div>
        			</div>
        		</div>
        	</article>
        </li>
      </script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="header_localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

POST /localization

<form method="post" action="/localization" id="header_localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

/search

<form id="search-page-form-header" action="/search">
  <input type="hidden" name="type" value="product,article,">
  <div id="search-wrapper">
    <label for="search_text" class="sr-only" id="search_label">Search our site MadgesFood</label>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search our store..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-search-types="product,article," data-show-prices="true"
      data-show-vendor="true" aria-hidden="true" tabindex="-1">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <span class="header-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 20">
            <circle cx="8.571" cy="8.571" r="8.071" stroke="currentColor"></circle>
            <path stroke="currentColor" d="M0-.5h8.081" transform="rotate(45 -10.316 23.87)"></path>
          </svg>
        </span>
      </button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Clear search query" type="button"> Clear </button>
    <button class="search-bar__button search-close alt-focus" id="search-bar--close" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

POST /contact#newsletter_footer_form

<form method="post" action="/contact#newsletter_footer_form" id="newsletter_footer_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper-footer">
    <input id="newsletter_text-footer" type="email" value="" placeholder="your@email.com" name="contact[email]" class="input-group-field email" aria-label="your@email.com" autocorrect="off" autocomplete="email" autocapitalize="off" required="">
    <button type="submit" id="newsletter_submit-footer" name="commit" aria-label="Join" class="btn"> Send </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer_localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"></form>

POST /localization

<form method="post" action="/localization" id="mobile_nav_locale_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="mobile-menu mobile-menu-child mobile-menu-hidden type-subheading" id="mobile-menu-locale">
    <button type="button" class="btn-touch alt-focus mobile-menu-link mobile-menu-back type-subheading" data-link="mobile-menu--" tabindex="-1">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true">
        <polyline points="15 18 9 12 15 6"></polyline>
      </svg>
      <span class="mobile-menu-title">Back</span>
    </button>
    <fieldset class="mobile-menu__fieldset">
      <legend class="mobile-menu__fieldset-legend">Select Language</legend>
      <button type="submit" name="locale_code" class="mobile-menu__fieldset-btn alt-focus mobile-menu-link mobile-menu-locale-link mobile-menu-locale-selected" value="en" tabindex="-1"> English <svg xmlns="http://www.w3.org/2000/svg" width="24"
          height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </fieldset>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="mobile_nav_currency_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="mobile-menu mobile-menu-child mobile-menu-hidden type-subheading" id="mobile-menu-currency">
    <button type="button" class="btn-touch mobile-menu-back alt-focus mobile-menu-link type-subheading" data-link="mobile-menu--" tabindex="-1">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true">
        <polyline points="15 18 9 12 15 6"></polyline>
      </svg>
      <span class="mobile-menu-title">Back</span>
    </button>
    <fieldset class="mobile-menu__fieldset">
      <legend class="mobile-menu__fieldset-legend">Select Currency</legend>
      <button type="submit" name="currency_code" class="alt-focus mobile-menu-link mobile-menu-currency-link mobile-menu-currency-selected" value="USD" tabindex="-1"> USD $<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
          viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </fieldset>
  </div>
</form>

Text Content

Spend $60.00 more and get free shipping!




YOUR CART



Subtotal
$0.00


YOUR CART SUBTOTAL$0.00

Taxes and shipping calculated at checkout

Place your order

Continue Shopping
Add a note for the seller…

Your basket is empty
 * HOME
 * SHOP
    * Swag Store

 * RECIPES
 * ABOUT
    * Store Locator

 * 
 * 
 * Your Cart Subtotal$0.00
 * 






 * HOME
 * SHOP
    * Swag Store

 * RECIPES
 * ABOUT
    * Store Locator

 * 
 * 
 * Your Cart Subtotal$0.00



Search our site MadgesFood

Clear
Loading...





GUT HEALTH MADE EASY

& FERMENTALICIOUS

Shop Now



GUT HEALTH MADE EASY


WELCOME TO OUR STORE

Happy you are here! We want to be a apart of improving your body & mind with a
stronger gut.


KIMCHI


SAUERKRAUT


CULTURE SHOTS


BEVERAGE


VEGETABLES


SWAG


AS SEEN IN



Free Shipping Orders $60+ All other- Flat Rate $8

Shipping Policy


Amazing Customer Service Our customers ROCK! We're here to prove it.

New Store Locator Find us in your area

FIND US

 * 
   Free Shipping Orders $60+ All other- Flat Rate $8
   
   Shipping Policy

 * 
   Amazing Customer Service Our customers ROCK! We're here to prove it.
 * 
   New Store Locator Find us in your area
   
   FIND US




KIMCHI YOU CAN DRINK!


FEATURED PRODUCT

Sale
<img class="product-single__photo"
src="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleRight_1000x1000.jpg?v=1653414702"
data-sizes="auto" alt="Culture Shots: Kimchi" style="max-width: 3425px"
data-image-id="21854559043721"
data-zoom-img="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleRight.jpg?v=1653414702"
/>

Loading...

Loading...
<img class="product-single__photo"
src="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleFront_1000x1000.jpg?v=1653414702"
data-sizes="auto" alt="Culture Shots: Kimchi" style="max-width: 3425px"
data-image-id="21854558978185"
data-zoom-img="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleFront.jpg?v=1653414702"
/>

Loading...

<img class="product-single__photo"
src="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleLeft_1000x1000.jpg?v=1653414702"
data-sizes="auto" alt="Culture Shots: Kimchi" style="max-width: 3425px"
data-image-id="21854559010953"
data-zoom-img="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleLeft.jpg?v=1653414702"
/>

Loading...

<img class="product-single__photo"
src="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleRight_1000x1000.jpg?v=1653414702"
data-sizes="auto" alt="Culture Shots: Kimchi" style="max-width: 3425px"
data-image-id="21854559043721"
data-zoom-img="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleRight.jpg?v=1653414702"
/>

Loading...

Loading...
<img class="product-single__photo"
src="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleFront_1000x1000.jpg?v=1653414702"
data-sizes="auto" alt="Culture Shots: Kimchi" style="max-width: 3425px"
data-image-id="21854558978185"
data-zoom-img="//madgesfood.com/cdn/shop/products/CS_Kimchi12ozBottleFront.jpg?v=1653414702"
/>

Loading...


2004-0112


CULTURE SHOTS: KIMCHI

Sorry, currently out of stock

Probiotics and electrolytes all in one shot. Amazing flavor!! A favorite around
Madge's.

This is a multi-shot 12 oz. bottle.  Drink a shot daily to build a stronger gut
microbiome.

Great for:

 * Post work-out recovery
 * Muscle cramps
 * Lady cramps
 * Hang-over relief
 * dehydration relief
 * when you have the blah, blah, blahs

Made from the brine of our Kimchi.  

Ingredients: Brine made from (Napa cabbage, daikon, Korean red pepper, garlic,
ginger, sea vegetables, and mushroom powder)

Storage & Handling:  We recommend refrigeration, but this product can handle
ambient temperatures.

Shelf-life: 1 year


DELICIOUSNESS!


FROM THE BLOG


KIMCHI BRINED BABY BACK RIBS

April 28, 2020
Have some kimchi brine leftover when you finish the jar? Start saving that
leftover kimchi "juice" to make these deliciously cooked ribs. We partnered
with...
Read more


THE PERFECT {FERMENTED} MICHELADA 🍻

April 28, 2020
⁣Ingredients for Base:⁣•Madge's Food Company Fermented Bloody Mix ⁣Available in
Regular or Spicy⁣•Mexican Beer of Choice - we used Corona
Light⁣•Ice⁣⁣Garnishes:⁣•Chamoy for the rim⁣•Tajín for the...
Read more


KETO KIMCHI CONCOCTION

April 28, 2020
Keto-friendly Kimchi & Broth drink 😋We always talk about how our Kimchi is full
of amazing probiotics and it’s importance to gut health. Now, we’ve paired...
Read more

Back to top


LINKS

 * Home
 * Shop
 * Shipping Policy
 * Refund Policy
 * Terms of Service
 * Privacy Policy


LINKS

 * Home
 * Shop
 * Shipping Policy
 * Refund Policy
 * Terms of Service
 * Privacy Policy


CONTACT US

Madge's Food Company

503 Chestnut St

San Antonio, TX 78202



Customer Service:

(512) 355-0551

Email inquiries: info@madgesfood.com






GET CONNECTED

 * Facebook icon
   
   Facebook

 * Twitter icon
   
   Twitter

 * Instagram icon
   
   Instagram

 * YouTube icon
   
   YouTube

 * TikTok icon
   
   TikTok

 * LinkedIn icon
   
   LinkedIn


JOIN OUR MAILING LIST

Thanks for Joining!

Send
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2023 MadgesFood | Powered by Shopify


 * Log in
 * Create Account
 * Language
   Back Select Language English
 * Currency
   Back Select Currency USD $
    * Facebook icon
    * Twitter icon
    * Instagram icon
    * YouTube icon
    * TikTok icon
    * LinkedIn icon

Back
 * 

Back
 * 


Help Desk/FAQ
FAQ Categories
General
Shipping
Refunds & Returns
HOW TO BUY


General Questions
I THOUGHT ALL KIMCHI IS VEGAN?
General
I LEFT MY JAR OF KIMCHI ON THE COUNTER FOR ONE DAY, IS IT STILL GOOD?
General
How long does it takes to ship?
Shipping
How much is shipping?
Shipping
What stores in my area carry Madge's
HOW TO BUY



by RoarTheme