mremountain.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://mremountain.com/
Effective URL: https://mremountain.com/
Submission: On January 16 via api from US — Scanned from CA

Form analysis 7 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 custom-cart-drawer slideout-menu" style="--button_color: #fff; --button_background: #A3B247; --button_box_shadow: rgba(163, 178, 71, 0.4);">
    <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 custom-drawer-title">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 custom desktop">
						<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>
					<button type="button" class="cart-item-quantity-button cart-item-remove-button" data-amount="0" aria-label="Remove item"><svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M0.152174 1.36345L3.78872 5L0.152174 8.63655L1.36436 9.84873L5.00091 6.21218L8.63746 9.84873L9.84964 8.63655L6.21309 5L9.84964 1.36345L8.63746 0.151268L5.00091 3.78782L1.36436 0.151268L0.152174 1.36345Z" fill="#CA5252"/>
    </svg> Remove</button>
				</div>
				<div class="cart-item--quantity-price-wrapper custom mobile">
					<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>
		</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>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--total-price">
        <div class="custom-price">
          <span class="cart-item-price-text">Total:</span>
          <h4><span class="cart-item-total-price" id="cart-price"><span class="money"><span class="money">$0.00</span></span></span></h4>
        </div>
      </div>
      <div class="ajax-cart--checkout-add-note">
        <p>Add a note for the seller…</p>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
      <div class="slide-checkout-buttons">
        <a href="#sidr" class="custom-button secondary cart-menu-close">Continue Shopping</a>
        <button type="submit" name="checkout" class="cart-button-checkout custom-button">
          <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>
      </div>
      <div id="drawer-additional-checkout-buttons">
        <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
      </div>
    </div>
  </div>
  <input type="hidden" name="discount" data-discount-code="">
</form>

GET /pages/search-results-page

<form class="header-search" action="/pages/search-results-page" method="get" role="search">
  <input class="snize-input-style" type="search" name="q" value="" autocomplete="off" placeholder="Search...">
  <button type="submit" aria-label="Submit"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C9.76142 12 12 9.76142 12 7C12 4.23858 9.76142 2 7 2ZM0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7Z" fill="currentColor"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5001 16.5006C16.1096 16.8911 15.4764 16.8911 15.0859 16.5006L10.293 11.7077L11.7072 10.2935L16.5001 15.0864C16.8906 15.4769 16.8906 16.11 16.5001 16.5006Z" fill="currentColor"></path>
    </svg></button>
</form>

/pages/search-results-page

<form action="/pages/search-results-page">
  <div class="custom-mobile-search-wrapper">
    <input type="hidden" name="type" value="product,">
    <input id="search_text" name="q" type="text" size="20" placeholder="Search" value="" autocomplete="off" class="snize-input-style">
    <button id="search_submit" type="submit"><svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M7 2C4.23858 2 2 4.23858 2 7C2 9.76142 4.23858 12 7 12C9.76142 12 12 9.76142 12 7C12 4.23858 9.76142 2 7 2ZM0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7Z" fill="currentColor">
        </path>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M16.5001 16.5006C16.1096 16.8911 15.4764 16.8911 15.0859 16.5006L10.293 11.7077L11.7072 10.2935L16.5001 15.0864C16.8906 15.4769 16.8906 16.11 16.5001 16.5006Z" fill="currentColor"></path>
      </svg></button>
  </div>
</form>

POST /contact#CustomContact

<form method="post" action="/contact#CustomContact" id="CustomContact" accept-charset="UTF-8" class="contact-form" novalidate="novalidate"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="ccup-form"><input type="hidden" name="contact[tags]" value="newsletter">
    <div class="ccup-form-block full input-one-row">
      <input type="email" name="contact[email]" id="CustomContact-email" class="form-control" value="" placeholder="Your email" aria-label="Your email" aria-required="true" required="" autocorrect="off" autocapitalize="off">
      <div class="ccup-form-button-container">
        <button type="submit" class="custom-button" name="commit"> Subscribe </button>
      </div>
    </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>
  <label class="checkbox-wrapper" for="termsCheck" style="margin-top: 20px;font-weight:500;font-size: 14px;">
    <input class="terms-check-input" type="checkbox" id="termsCheck" required=""> I agree to receive emails, including exclusive deals and the latest news from MREmountain.
    <a class="footer-link" target="_blank" href="/pages/terms-and-conditions">&nbsp;Privacy Policy.</a>
  </label>
</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" style="--button_color: #fff; --button_background: #A3B247; --button_box_shadow: rgba(163, 178, 71, 0.4);">
    <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="" class="custom-button" 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" style="--button_color: #fff; --button_background: #A3B247; --button_box_shadow: rgba(163, 178, 71, 0.4);">
    <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="" class="custom-button" name="commit" value="Sign Up">
  </div>
  <i class="fas fa-spinner fa-pulse fa-2x fa-fw newsletter-spinner hide"></i>
</form>

Text Content

Your Cart


Total:

$0.00

Add a note for the seller…

Continue Shopping Place your order


FREE survival kit with purchase of any USA MREs! $50 value! Click here!

FREE survival kit with purchase of any USA MREs! $50 value! Click here!

Got A Question? Write Us

CUSTOMERSERVICE@MREMOUNTAIN.COM

Our Staff Are Available 24/7
0
Clearance SectionMRE ComponentsSurvival ItemsLAST CHRISTMAS OFFERUS MREsForeign
MREsLong-Term FoodVintage MREs
Log in

Got A Question? Write Us

CUSTOMERSERVICE@MREMOUNTAIN.COM

Our Staff Are Available 24/7
 * 
 * 

 * 
 * 
   
 * 
   
 * 
   
 * 

 1. 1
 2. 2
 3. 3


FEATURED PRODUCTS

USA MRE Full Case of 12

$159.99

USA Military MRE Meal Ready To Eat Set of 4

$44.99

USA MRE Pepperoni Pizza Slice

$39.99

USA Meal Cold Weather set of 4

$84.99


EXPLORE OUR DIFFERENT CATEGORIES

US MREs and Rations

International MREs and Rations

Tactical and survival gear

At MREmountain We Break Down Barriers


FROM OUR PRODUCTS TO OUR COMMUNITY

Only fresh rations

Our rations and MREs are stored in special conditions and we always have fresh
rations. We guarantee a fresh and undamaged ration

The world in one place

Don't risk your money with unverified sellers. We have rations from all over the
world, available here!

This is the best gift

Our rations are an unforgettable gift for your loved ones. A unique chance to
experience another nation and culture!

-->


JOIN THE MREMOUNTAIN COMMUNITY

We'll fill you in on the latest and you'll be the first to hear about sales and
discounts! FREE PREMIUM SUBSCRIPTION INSTEAD OF 4.99 MONTHLY!

Subscribe


SHOP

Wholesale and Contract Inquiries
MREs and 24 Hour Combat Rations
Pizza, Snacks, Coffee and MRE components
Tactical and Survival Gear


LET US HELP YOU!

About us
Contact Us
FAQs
Privacy Policy
Terms of Service
Blog


SHOPPING

Search
Wholesale and Contract Inquiries
Foreign MREs
USA MREs and Meal Cold Weather
MRE Related and caffeine
Vintage MREs and Collectibles
Product List
Back To Home


JOIN OUR MAILING LIST

THANK YOU - YOU'RE OFFICIALLY A REBEL!


I agree to receive emails, including exclusive deals and the latest news from
MREmountain.  Privacy Policy.
© 2024 My MREmountain. All rights reserved.


🎄Secure your Christmas Gifts!🎄

These unique items will be the highlight of the year —be the hero who introduces
their favorite presents

EXPLORE CHRISTMAS DEALS HERE (CLICK)

THANK YOU - YOU'RE OFFICIALLY A REBEL!


 * 
 * 
 * 

🎄Secure your Christmas Gifts!🎄

These unique items will be the highlight of the year —be the hero who introduces
their favorite presents

EXPLORE CHRISTMAS DEALS HERE (CLICK)

THANK YOU - YOU'RE OFFICIALLY A REBEL!


 * 
 * 
 * 


DEAR CUSTOMER!

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

Visit EU Store

or

CONTINUE SHOPPING HERE DON'T SHOW ME THIS AGAIN





THANK YOU - YOU'RE OFFICIALLY A REBEL!



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