mremountain.eu Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://mremountain.eu/
Effective URL: https://mremountain.eu/
Submission: On January 19 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="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu">
    <a href="#sidr" class="slide-menu sidr-close-icon cart-menu-close"><i class="fas fa-times" aria-hidden="true"></i></a>
    <span class="h3">Your Cart</span>
    <div class="cart-error-box"></div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<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"></span>
					</a>

					<div class="cart-item--quantity-price-wrapper">
						<div class="cart-item--quantity-wrapper">
							<button type="button" class="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="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
						</div>

						<div class="cart-item-price"></div>
					</div>
				</div>
			</div>
		</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": "CAD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--total-price">
        <h4><span class="cart-item-total-price" id="cart-price"><span class="money">$0.00</span></span></h4>
        <span class="cart-item-price-text">total cart value</span>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn btn-success cart-button-checkout">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner fa fa-spinner fa-pulse fa-1x fa-fw hide"></span>
        </button>
        <br>
        <a href="#sidr" class="btn btn-default cart-menu-close">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/pages/search-results-page

<form id="search-page-form" action="/pages/search-results-page">
  <div id="search-wrapper">
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" class="snize-input-style">
    <div class="search_bar--controls">
      <input id="search_submit" type="submit" border="0" value="">
      <a href="#" class="search-show" title="Search">
							<i class="fas fa-times fa-2x"></i>
						</a>
    </div>
  </div>
</form>

/pages/search-results-page

<form id="search-page-form" action="/pages/search-results-page">
  <div id="search-wrapper">
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" class="snize-input-style">
    <div class="search_bar--controls">
      <input id="search_submit" type="submit" border="0" value="">
      <a href="#" class="search-show" title="Search">
							<i class="fas fa-times fa-2x"></i>
						</a>
    </div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_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">
  <p class="note form-success hide">
    <strong>THANK YOU - YOU'RE OFFICIALLY A REBEL!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Your email address" name="contact[email]" class="input-group-field email" aria-label="Translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <input type="submit" id="newsletter_submit" class="btn btn-default" name="commit" value="Sign Up">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_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">
  <p class="note form-success hide">
    <strong>THANK YOU - YOU'RE OFFICIALLY A REBEL!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Your email address" name="contact[email]" class="input-group-field email" aria-label="Translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <input type="submit" id="newsletter_submit" class="btn btn-default" name="commit" value="Sign Up">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_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">
  <p class="note form-success hide">
    <strong>THANK YOU - YOU'RE OFFICIALLY A REBEL!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Your email address" name="contact[email]" class="input-group-field email" aria-label="Translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <input type="submit" id="newsletter_submit" class="btn btn-default" name="commit" value="Sign Up">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_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">
  <p class="note form-success hide">
    <strong>THANK YOU - YOU'RE OFFICIALLY A REBEL!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Your email address" name="contact[email]" class="input-group-field email" aria-label="Translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <input type="submit" id="newsletter_submit" class="btn btn-default" name="commit" value="Sign Up">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</form>

/pages/search-results-page

<form id="search" action="/pages/search-results-page">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search" autocomplete="off" class="snize-input-style">
  </div>
</form>

Text Content

Your Cart



$0.00

total cart value
Place your order
Continue Shopping


Cyber Monday is NOW! 2026 USA MREs in stock! Free shipping! Click here!

 * Home
 * Collections
   * Foreign MREs and Combat Rations
   * USA MREs and Rations
   * Expedition Meals and Lightweight Food
   * MRE Related Items, Merch, Gift Cards and Caffeine
   * Survival items
 * Shop All
 * Blog
 * Contact Us



0


 * 
 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 0

 * Home
 * Collections
   * Foreign MREs and Combat Rations
   * USA MREs and Rations
   * Expedition Meals and Lightweight Food
   * MRE Related Items, Merch, Gift Cards and Caffeine
   * Survival items
 * Shop All
 * Blog
 * Contact Us

Free Shipping for all EU Countries!
 * Free Shipping for all EU Countries!
 * Free Shipping for all EU Countries!
 * Free Shipping for all EU Countries!

 * 
 * 

 * 
 * 
   
 * 
   
 * 

 1. 1
 2. 2


FEATURED COLLECTIONS


US MRE, First Strike Ration and Meal Cold Weather
International MREs and combat ration packs


AT MRE WE BREAK DOWN BARRIERS,


FROM OUR PRODUCTS TO OUR COMMUNITY


ALL RATIONS ARE HERE!

You do not need to wander around the Internet and risk your money with
unverified sellers, because we have collected rations for you from all over the
world in one place.


THIS IS THE BEST GIFT!

Our rations are an unusual and unforgettable gift for your near and dear ones.
This is a unique chance to experience another country and culture. You can take
your ration on a hike to get even more vivid impressions!


FAST FREE SHIPPING!

We use our EU warehouses to ship your order. That means you will be receiving
these amazing products in a short time! 


ONLY FRESH RATIONS!

The rations in our warehouses are stored in special conditions and we always
have only fresh rations available for order. We guarantee you a fresh and
undamaged ration or we will refund your money




JOIN THE MREMOUNTAIN COMMUNITY

We'll fill you in on the latest and you'll be the first to hear about sales and
discounts!

THANK YOU - YOU'RE OFFICIALLY A REBEL!




INSTAGRAM


Follow Us


ABOUT

Our goal is extraordinary customer service while bringing you the most rare,
exclusive MREs and combat rations from around the world!


SHOP

 * By Products
 * By Collections


LET US HELP YOU!

 * Blog
 * FAQs
 * Contact Us


JOIN OUR MAILING LIST

We’ll fill you in on the latest and you will be the first to hear about sales
and discounts!

THANK YOU - YOU'RE OFFICIALLY A REBEL!


 * 
 * 
 * 
 * 
 * 
 * 

© Copyright 2024. MREmountain.EU.

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

Inspection date 2024
You are purchasing 4 genuine Meal, Cold Weather(CLICK) Issued to the United
States Armed Forces for cold weather combat operations.
Your best choice for emergencies: less waste, compact, light weight
Compact
Lightweight
1500+ calories per MRE
VERY LONG SHELF LIFE

THANK YOU - YOU'RE OFFICIALLY A REBEL!



Inspection date 2024
You are purchasing 4 genuine Meal, Cold Weather(CLICK) Issued to the United
States Armed Forces for cold weather combat operations.
Your best choice for emergencies: less waste, compact, light weight
Compact
Lightweight
1500+ calories per MRE
VERY LONG SHELF LIFE

THANK YOU - YOU'RE OFFICIALLY A REBEL!




DEAR CUSTOMER!

We have made our EU store which delivers FREE throughout the EU. Please visit
our USA store at the link here

Visit USA Store

or

CONTINUE SHOPPING HERE DON'T SHOW ME THIS AGAIN




THANK YOU - YOU'RE OFFICIALLY A REBEL!


   
 * 
 * Home
 * Collections
 * Shop All
 * Blog
 * Contact Us
 * Log in
 * Create Account

   
 * 

   
 * 


×
Did you know you can earn points for signing up, making purchases and more?
Learn more
×
MREmountain Rewards