www.anguage.top Open in urlscan Pro
2606:4700:3033::ac43:8413  Public Scan

URL: https://www.anguage.top/
Submission: On December 21 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

GET /a/search

<form action="/a/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input form-input-placeholder" id="Search-In-Modal" type="search" name="q" value="" placeholder="I’m looking for" autocomplete="off">
    <input type="hidden" name="options[prefix]" value="last">
    <label class="field__label hiddenLabels" for="Search-In-Modal"> I’m looking for </label>
    <button class="button search__button field__button focus-inset" aria-label="Search">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="icon-search">
        <path
          d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
        </path>
      </svg>
    </button>
  </div>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-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="newsletter-form__field-wrapper">
    <div class="field">
      <label class="field__label hiddenLabels" for="NewsletterForm--footer"> Your email </label>
      <input id="NewsletterForm--footer" type="email" name="contact[email]" class="field__input form-input-placeholder" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="enter your email address">
    </div>
    <button type="submit" class="button newsletter-form__button" name="commit" id="Subscribe" style="--button-width: 150px"> Submit </button>
  </div>
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = $('.background-overlay');
          popup.show();
          overlay.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
            overlay.hide();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
            overlay.hide();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
</form>

POST /contact#ContactPopup

<form method="post" action="/contact#ContactPopup" id="ContactPopup" accept-charset="UTF-8" class="newsletter-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="newsletter-form__field-wrapper">
    <div class="form-field field">
      <input id="NewsletterForm--Popup" type="email" name="contact[email]" class="field__input form-input-placeholder" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="enter your email address">
      <label class="field__label hiddenLabels" for="NewsletterForm--Popup"> Your email </label>
    </div>
    <script>
      window.onload = (event) => {
        if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
          var newsletterMessagePopup = (function() {
            var popup = document.getElementById('halo-newsletter-message-popup'),
              message = popup.getElementsByClassName('newsletter-message')[0],
              messageText = "This email has been registered!"
            document.body.classList.add('newsletter-message-show');
            message.innerHTML = '<div class="alertBox alertBox--error">\
                                                        <p class="alertBox-message">' + messageText + '</p>\
                                                    </div>';
            setCookie('newsletter-popup', 'closed', 1);
          })();
          var newURL = location.href.split("?")[0];
          window.history.pushState('object', document.title, newURL);

          function setCookie(cname, cvalue, exdays) {
            const d = new Date();
            d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
            const expires = 'expires=' + d.toUTCString();
            document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/';
          }
        }
      };
    </script>
    <button type="submit" class="button button--primary newsletter-form__button" name="commit" id="Subscribe"> Submit </button>
  </div>
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post" class="auth-form auth-form-2">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="form-field">
    <label class="form-label" for="customer_email"> Email Address <em>*</em>
    </label>
    <input id="customer_email" class="form-input form-input-placeholder" type="email" value="" name="customer[email]" required="" placeholder="Email Address">
  </div>
  <div class="form-field">
    <label class="form-label" for="customer_password"> Password <em>*</em>
    </label>
    <input id="customer_password" class="form-input form-input-placeholder" type="password" value="" required="" placeholder="Password" name="customer[password]">
  </div>
  <div class="form-actions auth-actions text-center">
    <input type="submit" class="button button-1 button-login" value="Log in">
    <a class="auth-link link link-underline" href="/account/login#recover">
                        <span class="text">Forgot your password?</span>
                    </a>
    <a href="/account/register" class="button button-2 button-register">
                        Create account
                    </a>
  </div>
</form>

GET /a/search

<form action="/a/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input form-input-placeholder" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search products..." autocomplete="off">
    <input type="hidden" name="options[prefix]" value="last">
    <label class="field__label hiddenLabels" for="Search-In-Modal"> Search </label>
    <button class="button search__button field__button focus-inset" aria-label="Search">
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
        <path
          d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429688 21 19 21 C 14.570313 21 11 17.429688 11 13 C 11 8.570313 14.570313 5 19 5 Z">
        </path>
      </svg>
    </button>
  </div>
</form>

Text Content

Holiday Stocking Stuffers Shop Now
Skip to content
Contact Us 877- 222-9692
Shop with Ease 30-day Return Policy

Sign Up to
Our Newsletter
Log in
Menu Close
 * Strollers
     Strollers
   * Go to Strollers
   * Single Strollers
   * Double Strollers
   * Lightweight Strollers
   * Travel Systems
   * Jogging Strollers
   * Strollers Accessories
 * Car Seats
     Car Seats
   * Go to Car Seats
   * Infant Car Seats
   * Convertible Car Seats
   * Booster Car Seats
   * Car Seat Accessories
 * Feeding
     Feeding
   * Go to Feeding
   * High Chairs
   * Booster Seats
   * Bottles
   * Breastfeeding
   * Mealtime
   * Food Preparation & Storage
   * Pacifiers & Accessories
 * Toys
     Toys
   * Go to Toys
   * Stroller & Car Seat Toys
   * Plush
   * Teething Toys
   * Baby Toys
   * Learning & S.T.E.M
   * Building Blocks & Sets
   * Puzzles & Games
   * Trikes, Scooters & Ride-ons
 * Nursery
     Nursery
   * Go to Nursery
   * Baby Furniture & Decor
        Nursery
      * Go to Baby Furniture & Decor
      * Cribs & Bassinets
      * Dressers
      * Nursery Decor
      * Gliders
   
   * Mattresses & Covers
   * Diapering & Baby Care
   * Swaddle & More
   * Clothing
 * Gear
     Gear
   * Go to Gear
   * Carriers
   * Diaper Bags
   * Bouncers
   * Bath
   * Baby Monitors
   * Mobiles
   * Safety
   * Pack & Play
   * Humidifiers & Air Purifiers
   * Activity Centers & Walkers
   * Bike Seats, Trailers & Wagons
 * Brands
 * Gifts
     Gifts
   * Go to Gifts
   * Gifts For Newborns
   * Gifts For Mom and Dad
   * Gifts For Preschoolers
   * Gift Cards
 * Registry
     Registry
   * Go to Registry
   * Create Baby Registry
   * Manage Your Baby Registry
   * Find a Baby Registry
 * Blog

Search Close
I’m looking for
00 items
Cart
00 items
Log in
Cart
00 items


POPULAR ITEMS

AnbBaby
UPPAbaby
UPPAbaby VISTA V2 Stroller
Regular price $19.99 Earn 0 Anbbaby Points
Regular price Sale price $19.99
Unit price /  per 
AnbBaby
UPPAbaby
UPPAbaby MESA MAX Infant Car Seat
Regular price $19.99 Earn 0 Anbbaby Points
Regular price Sale price $19.99
Unit price /  per 
AnbBaby
DOONA
DOONA Infant Car Seat Stroller With Latch Base
Regular price $19.99 Earn 0 Anbbaby Points
Regular price Sale price $19.99
Unit price /  per 
AnbBaby
NUNA
NUNA PIPA Lite LX Infant Car Seat with Base
Regular price $19.99 Earn 0 Anbbaby Points
Regular price Sale price $19.99
Unit price /  per 
SHOW MORE


#ANBBABYBRANDFEATURE


NUNA

Adventures in parenthood have shown NUNA that practical and Beauty is the
perfect balance when it comes to gear. NUNA Designs around your life.
Shop Now


DOONA

Doona is a visionary company committed to improving and simplifying the lives of
parents and their babies by introducing innovative products and solutions.
Shop Now


MAXI COSI

For 35 years Maxi Cosi has designed every product, every feature, thoughtfully
to help parents make their day to day activites just a little bit easier.
Shop Now
 * 1
 * 2
 * 3


LATEST BLOG POSTS


5 TIPS FOR HOW TO ENJOY THE HOLIDAYS WHILE PREGNANT


Will you be pregnant during the holidays this year? Here’s how to make the most
of the holiday season.
Read more


NUT ALLERGIES: HOW TO SPOT THEM & WHAT PARENTS NEED TO KNOW


Learn the signs of nut allergies in children so you know what to watch out for
and how to respond.
Read more


SAFE & CHIC: WHY WE LOVE MAGNETIC ME MINKY PRAMS FOR BABIES


More than just a stylish accessory, the Magnetic Me Minky Pram offers a world of
comfort and convenience.
Read more



CUSTOMER SERVICE

 * 877-BABY-NYC
 * Privacy Policy
 * Refund Policy
 * Returns
 * Shipping Policy
 * Terms of Service


ABOUT US

 * About Us
 * Contact Us
 * Blog
 * Become an Affiliate
 * Baby Registry


BROWSE CATEGORIES

 * Strollers
 * Car Seats
 * Feeding
 * Toys
 * Nursery
 * Gear
 * Gift Cards


NEWSLETTER SIGN UP

Sign up for exclusive updates, new arrivals & insider only discounts
Your email
Submit


STAY CONNECTED

 * Facebook
 * Instagram
 * Pinterest
 * TikTok
 * YouTube
 * Twitter

© 2023 ANB BABY. All Rights Reserved.

 * Home
 * Search
 * Collection
 * Account
 * Cart
   00 items

 * Choosing a selection results in a full page refresh.

Thanks for subscribing!

This email has been registered!




SHOP THE LOOK



Close



CHOOSE OPTIONS





Close



JOIN OUR MAILING LIST

Sign Up for exclusive updates, new arrivals & insider only discounts
Your email
Submit
 * Facebook
 * Instagram
 * Pinterest
 * TikTok
 * YouTube
 * Twitter

No, thanks



RECENTLY VIEWED

Sorry, there are no products.


SOCIAL

 * Facebook
   Facebook
 * Instagram
   Instagram
 * Pinterest
   Pinterest
 * TikTok
   TikTok
 * YouTube
   YouTube
 * Twitter
   Twitter
 * Newsletter Sign-up
   Newsletter Sign-up



Close

EDIT OPTION


is added to your shopping cart.
Continue Shopping View Cart
this is just a warning

Login Close
Email Address *
Password *
Forgot your password? Create account
Close
Search
Close
Search

Menu Close
Sign In Create an Account