www.munchkin.com
Open in
urlscan Pro
18.66.112.3
Public Scan
URL:
https://www.munchkin.com/
Submission: On May 04 via manual from US — Scanned from DE
Submission: On May 04 via manual from US — Scanned from DE
Form analysis
4 forms found in the DOMGET https://www.munchkin.com/catalogsearch/result/
<form id="search_mini_form" class="lg:mt-0" action="https://www.munchkin.com/catalogsearch/result/" method="get" :class="mobileSearchOpen ? 'mt-4 mx-5 w-auto lg:w-full lg:mx-auto' : '' ">
<div id="algolia-searchbox" class="relative border border-light-gray rounded-full shadow-none" :class="resultsOpen ? 'rounded-full lg:rounded-none lg:rounded-t-2xl lg:shadow-md' : 'rounded-full shadow-none'">
<label class="sr-only" for="search">Search</label>
<input id="search" x-ref="searchInput" x-data="initAlgoliaAutoComplete()" @click="load()" @focus="load()" type="text" x-model="inputText" name="q"
class="w-full pl-5 text-base border-0 rounded-full pr-11 md:pr-12 lg:pr-20 h-9 input-text algolia-search-input focus:ring-transparent placeholder-dark-gray" autocomplete="on" spellcheck="false" autocorrect="off" autocapitalize="off"
placeholder="Search">
<!-- desktop 'X' -->
<div class="hidden lg:block">
<a class="absolute hidden pr-4 text-sm border-r right-12 top-2 text-nickel border-light-gray" :class="{ 'hidden': !resultsOpen }" @click="clickAwayExit()">
<span class="munch-icon-cross"></span>
</a>
</div>
<!-- search icon used on both -->
<span class="absolute text-lg cursor-pointer top-2 right-5 md:text-base munch-icon-search text-nickel lg:block" :class="{ 'hidden': mobileSearchOpen }" @click="searchIconClick()"></span>
<!-- mobile 'X' -->
<a class="absolute text-sm right-3 top-2 text-nickel lg:hidden" @click="clickAwayExit()">
<span class="munch-icon-cross hidden" :class="{ 'hidden': !mobileSearchOpen }"></span>
</a>
</div>
</form>
POST https://www.munchkin.com/customer/ajax/login/
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form" action="https://www.munchkin.com/customer/ajax/login/">
<div class="control">
<input type="hidden" value="" class="form-input" name="g-recaptcha-response">
</div>
<div class="fieldset login">
<div class="field email required">
<label class="label" for="customer-email">
<span>Email Address</span>
</label>
<div class="control">
<input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
</div>
</div>
<div class="field password required">
<label for="pass" class="label">
<span>Password</span>
</label>
<div class="control">
<input name="password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
</div>
</div>
<input name="context" type="hidden" value="checkout">
<div class="flex items-center justify-between pt-6 pb-2 actions-toolbar">
<button type="submit" class="inline-flex btn btn-primary"> Sign In </button>
<a href="https://www.munchkin.com/customer/account/forgotpassword/">
Forgot Your Password? </a>
</div>
</div>
</form>
POST https://www.munchkin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubXVuY2hraW4uY29tLw~~/
<form action="https://www.munchkin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubXVuY2hraW4uY29tLw~~/" method="post" id="nosto_addtocart_form">
<input name="form_key" type="hidden" value="oYmo6Akuh4rmXEjU">
</form>
POST https://www.munchkin.com/mu_newsletter/subscriber/new/
<form class="pt-10 lg:border-b form subscribe border-dark-gray" action="https://www.munchkin.com/mu_newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
<style>
.cmsb127-mb-3 {
margin-bottom: 0.75rem
}
.cmsb127-hidden {
display: none
}
.cmsb127-text-xl {
font-size: 20px
}
.cmsb127-text-lg {
font-size: 18px
}
.cmsb127-font-bold {
font-weight: 700
}
.cmsb127-uppercase {
text-transform: uppercase
}
</style>
<div class="cmsb127-mb-3 cmsb127-text-xl cmsb127-font-bold cmsb127-uppercase" :class="{'hidden': successMessage}">SIGN UP FOR EMAILS</div>
<div>
<p class="cmsb127-text-lg nova-regular">Stay up-to-date on our latest products, news, & offers and receive a code for 15% off your first purchase.</p>
</div>
<div class="mt-10 lg:flex lg:justify-between">
<div class="flex justify-center flex-grow gap-2 md:justify-start" :class="{'hidden': successMessage}">
<label for="newsletter-subscribe" class="sr-only"> Email Address </label>
<input name="email" type="email" required="" id="newsletter-subscribe" class="inline-flex w-full px-0 text-lg border-none rounded-none shadow-none form-input focus:outline-none focus:border-none focus:shadow-none"
placeholder="Enter your email">
<input name="form_key" type="hidden" value="oYmo6Akuh4rmXEjU">
</div>
<div class="flex justify-center border-t border-dark-gray lg:border-0" :class="{'hidden': successMessage}">
<button class="inline-flex flex-shrink-0 mt-4 text-xl font-bold leading-5 border-none text-dark-blue"> Submit <span class="ml-2 text-base munch-icon-right-arrow text-blue"></span>
</button>
</div>
</div>
<div>
<template x-if="displayErrorMessage">
<p class="flex items-center text-red">
<span class="inline-block w-8 h-8 mr-3">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</span>
<template x-for="errorMessage in errorMessages">
<span x-html="errorMessage"></span>
</template>
</p>
</template>
</div>
<div class="font-bold uppercase" x-text="successMessage"></div>
</form>
Text Content
Free standard shipping on orders $40+ Details Read our 2022 Sustainability Report About Join Who Press Podcast Social Impact Growing Green Giving Back Driving Equity Hamburger menu Path Shop by Product Feeding & Cups Bath & Diapering Health, Safety & Sleep Gear & Travel Mom's Health Gifting login logged in icon Log In About Join Who Press Podcast Social Impact Growing Green Giving Back Driving Equity Shop by Product Feeding & Cups Bath & Diapering Health, Safety & Sleep Gear & Travel Mom's Health Gifting Search login logged in icon 0 CHECKOUT USING YOUR ACCOUNT Email Address Password Sign In Forgot Your Password? This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of Service apply. CHECKOUT AS A NEW CUSTOMER Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account Shop Now NEW TO THE CREW & TRENDING Ultra-compact stroller. Ready to fly. Shop Sparrow™ A high chair that doesn't eat up space. Shop Float™ High Chair * About Our Snack Catcher “A pack of spill-proof Munchkin snack catchers… allow easy access for little hands but prevent Cheerios from flying everywhere.” * About Us “Since 1990, Munchkin has evolved into a brand that’s ubiquitous with parenthood…” * About Our Swing “Let them enjoy themselves with the Munchkin bluetooth swing that rocks and soothes so Mom doesn’t have to…” IT'S THE LITTLE THINGS, AND MORE Learn More About Us Our Mission is to be the most LOVED baby lifestyle brand in the world. At Munchkin, Inc. we believe there is no room in our world, our communities, or our company for actions, words, symbols or any other means of communication that directly or indirectly promote or convey HATE. Our company is made up of a diverse group of employees with differing backgrounds. We don't tolerate diversity, we EMBRACE it. We know this is exactly what fuels us to achieve our company mission because we feel a responsibility to create a more loving world in which we raise our children. LOVE IS LOVE IS LOVE IS LOVE. Learn More About Us StrollerCoaster A Parenting Podcast Start Listening Now Change Cannot Wait Learn About Our Social Impact front SIGN UP FOR EMAILS Stay up-to-date on our latest products, news, & offers and receive a code for 15% off your first purchase. Email Address Submit Help Contact Shipping Returns FAQs Instruction Manuals Product Registration Recalls Partnership Requests Copyright © 2023 Munchkin, Inc. All rights reserved. Message to Distributors Terms & Conditions Privacy Policy Accessibility Statement Patents USA United States Canada United Kingdom Deutschland Nederland España France