www.noppies.com Open in urlscan Pro
46.4.48.45  Public Scan

Submitted URL: https://noppies.org/
Effective URL: https://www.noppies.com/
Submission: On March 06 via api from US — Scanned from US

Form analysis 9 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Preferences</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Statistics</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

GET https://www.noppies.com/en-en/catalogsearch/result/

<form class="form minisearch w-full flex relative" id="search_mini_form" action="https://www.noppies.com/en-en/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Search entire store here..." maxlength="128" class="mini-search flex-1" @focus.once="suggest" @input.debounce.300="suggest"
    @click.outside="close" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
  <template x-if="suggestions.length > 0">
    <div class="w-full leading-normal transition appearance-none text-grey-800 flex flex-col border border-container absolute max-h-96 overflow-y-auto" style="z-index: 2;">
      <template x-for="suggestion in suggestions">
        <div class="bg-container-lighter even:bg-container" :class="suggestion.row_class ? suggestion.row_class : ''" role="option" tabindex="0" :data-title="suggestion.title ? suggestion.title : ''" @click="clickSuggestion(suggestion)"
          @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <template x-if="suggestion.type === 'product'">
            <div class="product-item flex p-2 cursor-pointer border-b border-container focus:bg-container-darker hover:bg-container-darker">
              <template x-if="suggestion.image">
                <img class="qs-option-image mr-2" :src="suggestion.image ? suggestion.image: ''" :alt="suggestion.title ? suggestion.title : ''">
              </template>
              <div class="qs-option-info-container">
                <div class="qs-option-name" x-text="suggestion.title"></div>
                <div class="price-box">
                  <template x-if="!hasSpecialPrice(suggestion)">
                    <span class="price-container">
                      <span class="price-wrapper">
                        <span x-html="formatPrice(suggestion.price)" class="price"></span>
                      </span>
                    </span>
                  </template>
                  <template x-if="hasSpecialPrice(suggestion)">
                    <span class="price-container">
                      <span class="old-price sly-old-price mr-1">
                        <span class="price-label hidden">Regular Price</span>
                        <span class="price-wrapper">
                          <span x-html="formatPrice(suggestion.price)" class="price font-regular line-through text-gray-900"></span>
                        </span>
                      </span>
                      <span class="special-price">
                        <span class="price-label hidden">Special Price</span>
                        <span class="price-wrapper">
                          <span x-html="formatPrice(suggestion.final_price)" class="price"></span>
                        </span>
                      </span>
                    </span>
                  </template>
                </div>
              </div>
            </div>
          </template>
          <template x-if="suggestion.type === 'suggestion'">
            <div class="w-full p-2 cursor-pointer border-b border-container focus:bg-container-darker hover:bg-container-darker">
              <span class="qs-option-name" x-text="suggestion.title"></span>
              <span aria-hidden="true" class="amount" x-text="suggestion.num_results"></span>
            </div>
          </template>
          <template x-if="suggestion.type === 'suggestion_group'">
            <div class="w-full cursor-pointer border-b border-container">
              <div class="qs-suggestion-heading font-bold p-2">
                <span x-text="suggestion.title"></span>
                <span x-text="suggestion.num_results"></span>
              </div>
              <template x-if="suggestion.suggestions &amp;&amp; suggestion.suggestions.length > 0">
                <div class="w-full">
                  <template x-for="subSuggestion in suggestion.suggestions">
                    <div class="qs-option w-full flex justify-between bg-container-lighter even:bg-container p-2 cursor-pointer border-t first-of-type:border-t-0 border-container hover:bg-container-darker" role="option" tabindex="0"
                      :data-title="suggestion.title ? suggestion.title : ''" @click="clickSuggestion(subSuggestion)" @keydown.enter="clickSuggestion(subSuggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling)"
                      @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
                      <span class="qs-option-name" x-text="subSuggestion.title"></span>
                      <span aria-hidden="true" class="amount" x-text="subSuggestion.num_results"></span>
                    </div>
                  </template>
                </div>
              </template>
            </div>
          </template>
        </div>
      </template>
    </div>
  </template>
  <button type="submit" title="Search" class="py-2 px-5 lg:px-7 bg-transparent absolute right-0 top-0 bottom-0" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 24" fill="none" aria-hidden="1">
      <g clip-path="url(#clip0_233_149)">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M4.00726 11.0508C4.00726 6.74194 7.50024 3.24895 11.8091 3.24895C16.1179 3.24895 19.6109 6.74194 19.6109 11.0508C19.6109 15.3596 16.1179 18.8526 11.8091 18.8526C7.50024 18.8526 4.00726 15.3596 4.00726 11.0508ZM11.8091 2C6.81046 2 2.7583 6.05216 2.7583 11.0508C2.7583 16.0493 6.81046 20.1015 11.8091 20.1015C14.0861 20.1015 16.1667 19.2606 17.7574 17.8725C18.3087 18.4197 18.8609 18.966 19.4131 19.5124C20.0053 20.0984 20.5975 20.6843 21.1887 21.2713C21.274 21.3546 21.3594 21.4389 21.4447 21.5232C21.5301 21.6075 21.6154 21.6918 21.7008 21.7751C21.9922 22.0624 22.5168 22.0873 22.804 21.7751C23.0913 21.4629 23.1121 20.9799 22.804 20.6718C22.2129 20.0848 21.6206 19.4989 21.0284 18.9129C20.4362 18.3269 19.844 17.741 19.2528 17.154C19.1675 17.0707 19.0821 16.9864 18.9968 16.902C18.945 16.8509 18.8932 16.7997 18.8414 16.7488C20.1035 15.193 20.8598 13.2102 20.8598 11.0508C20.8598 6.05216 16.8077 2 11.8091 2Z"
          fill="#333939"></path>
      </g>
      <defs>
        <clipPath id="clip0_233_149">
          <rect width="24" height="24" fill="white" transform="translate(0.790771)"></rect>
        </clipPath>
      </defs>
    </svg>
  </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-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="form-login-password" class="label" form="login-form">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-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="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Sign in </button>
      <a href="https://www.noppies.com/en-en/customer/account/forgotpassword/">
                                        Forgot your password?                                    </a>
    </div>
  </div>
</form>

POST https://www.noppies.com/en-en/newsletter/subscriber/new/

<form class="mt-5 w-full md:flex lg:mt-3" action="https://www.noppies.com/en-en/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <label class="sr-only" for="newsletter-subscribe" aria-label="Email address"> Email address </label>
  <input type="email" name="email" id="newsletter-subscribe" required="" placeholder="Enter your email address" class="border-gray-300 bg-white w-full p-3 mb-2 border rounded-md shadow-sm
                          placeholder:text-gray-400 outline-none focus:ring-blue-700 focus:ring-1
                          md:w-auto md:grow md:mb-0 md:mr-2">
  <input name="form_key" type="hidden" value="dqxKI24IMt6mbtqy"> <button type="submit" class="newsletter-form-submit-btn" form="newsletter-validate-detail">
    <span> Subscribe <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="18" aria-hidden="1">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 5 7 7m0 0-7 7m7-7H3"></path>
      </svg>
    </span>
  </button>
  <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" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" aria-hidden="1">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

Powered by Cookiebot
 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


NOPPIES USES COOKIES

We use cookies to personalise content and ads, to provide social media features
and to analyse our traffic. We also share information about your use of our site
with our social media, advertising and analytics partners who may combine it
with other information that you’ve provided to them or that they’ve collected
from your use of their services.

Consent Selection
Necessary

Preferences

Statistics

Marketing

Show details
 * Necessary 14
   
   Necessary cookies help make a website usable by enabling basic functions like
   page navigation and access to secure areas of the website. The website cannot
   function properly without these cookies.
    * Cookiebot
      2
      Learn more about this provider
      1.gifUsed to count the number of sessions to the website, necessary for
      optimizing CMP product delivery.
      Expiry: SessionType: Pixel
      CookieConsentStores the user's cookie consent state for the current domain
      Expiry: 1 yearType: HTTP
    * Google
      1
      Learn more about this provider
      test_cookieUsed to check if the user's browser supports cookies.
      Expiry: 1 dayType: HTTP
    * Noppies
      10
      Learn more about this provider
      form_keyEnsures visitor browsing-security by preventing cross-site request
      forgery. This cookie is essential for the security of the website and
      visitor.
      Expiry: 1 dayType: HTTP
      mage-cache-sessidThis cookie is used in context with load balancing - This
      optimizes the response rate between the visitor and the site, by
      distributing the traffic load on multiple network links or servers.
      Expiry: 1 dayType: HTTP
      mage-cache-storageUsed to optimize the loading speed on the website. This
      is done by pre-loading some procedures in the visitors' browser.
      Expiry: PersistentType: HTML
      mage-cache-timeoutThis cookie is necessary for the cache function. A cache
      is used by the website to optimize the response time between the visitor
      and the website. The cache is usually stored on the visitor’s browser.
      Expiry: PersistentType: HTML
      mage-messagesNecessary for the functionality of the website's chat-box
      function.
      Expiry: SessionType: HTTP
      new-sessionPending
      Expiry: SessionType: HTML
      PHPSESSIDPreserves user session state across page requests.
      Expiry: 1 dayType: HTTP
      private_content_versionThis cookie is necessary for the cache function. A
      cache is used by the website to optimize the response time between the
      visitor and the website. The cache is usually stored on the visitor’s
      browser.
      Expiry: 400 daysType: HTTP
      private_content_versionThis cookie is necessary for the cache function. A
      cache is used by the website to optimize the response time between the
      visitor and the website. The cache is usually stored on the visitor’s
      browser.
      Expiry: PersistentType: HTML
      recently_viewed_productsPending
      Expiry: PersistentType: HTML
    * Pinterest
      1
      Learn more about this provider
      is_euDetermines whether the user is located within the EU and therefore is
      subject to EU's data privacy regulations.
      Expiry: SessionType: HTML

 * Preferences 2
   
   Preference cookies enable a website to remember information that changes the
   way the website behaves or looks, like your preferred language or the region
   that you are in.
    * Noppies
      1
      Learn more about this provider
      section_data_idsUsed in context with the shopping cart functionality.
      Remembers any wish-list products and visitor credentials when checking
      out.
      Expiry: 1 dayType: HTTP
    * static.widget.trengo.eu
      1
      Trengo_VisitorTokenIdentifies the visitor across devices and visits, in
      order to optimize the chat-box function on the website.
      Expiry: PersistentType: HTML

 * Statistics 14
   
   Statistic cookies help website owners to understand how visitors interact
   with websites by collecting and reporting information anonymously.
    * Google
      6
      Learn more about this provider
      collectUsed to send data to Google Analytics about the visitor's device
      and behavior. Tracks the visitor across devices and marketing channels.
      Expiry: SessionType: Pixel
      _gaRegisters a unique ID that is used to generate statistical data on how
      the visitor uses the website.
      Expiry: 2 yearsType: HTTP
      _ga_#Used by Google Analytics to collect data on the number of times a
      user has visited the website as well as dates for the first and most
      recent visit.
      Expiry: 2 yearsType: HTTP
      _gatUsed by Google Analytics to throttle request rate
      Expiry: 1 dayType: HTTP
      _gidRegisters a unique ID that is used to generate statistical data on how
      the visitor uses the website.
      Expiry: 1 dayType: HTTP
      tdRegisters statistical data on users' behaviour on the website. Used for
      internal analytics by the website operator.
      Expiry: SessionType: Pixel
    * Hotjar
      5
      Learn more about this provider
      hjActiveViewportIdsThis cookie contains an ID string on the current
      session. This contains non-personal information on what subpages the
      visitor enters – this information is used to optimize the visitor's
      experience.
      Expiry: PersistentType: HTML
      hjViewportIdSaves the user's screen size in order to adjust the size of
      images on the website.
      Expiry: SessionType: HTML
      _hjSession_#Collects statistics on the visitor's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been read.
      Expiry: 1 dayType: HTTP
      _hjSessionUser_#Collects statistics on the visitor's visits to the
      website, such as the number of visits, average time spent on the website
      and what pages have been read.
      Expiry: 1 yearType: HTTP
      _hjTLDTestRegisters statistical data on users' behaviour on the website.
      Used for internal analytics by the website operator.
      Expiry: SessionType: HTTP
    * New Relic
      1
      Learn more about this provider
      NRBA_SESSIONCollects data on the user’s navigation and behavior on the
      website. This is used to compile statistical reports and heatmaps for the
      website owner.
      Expiry: PersistentType: HTML
    * Noppies
      1
      Learn more about this provider
      last_visited_storeDetermines when the visitor last visited the different
      subpages on the website, as well as sets a timestamp for when the session
      started.
      Expiry: 1 dayType: HTTP
    * Squeezely
      1
      Learn more about this provider
      _gd#Pending
      Expiry: SessionType: HTTP

 * Marketing 47
   
   Marketing cookies are used to track visitors across websites. The intention
   is to display ads that are relevant and engaging for the individual user and
   thereby more valuable for publishers and third party advertisers.
    * Meta Platforms, Inc.
      3
      Learn more about this provider
      lastExternalReferrerDetects how the user reached the website by
      registering their last URL-address.
      Expiry: PersistentType: HTML
      lastExternalReferrerTimeDetects how the user reached the website by
      registering their last URL-address.
      Expiry: PersistentType: HTML
      _fbpUsed by Facebook to deliver a series of advertisement products such as
      real time bidding from third party advertisers.
      Expiry: 3 monthsType: HTTP
    * Google
      6
      Learn more about this provider
      IDEUsed by Google DoubleClick to register and report the website user's
      actions after viewing or clicking one of the advertiser's ads with the
      purpose of measuring the efficacy of an ad and to present targeted ads to
      the user.
      Expiry: 1 yearType: HTTP
      pagead/landing [x2]Collects data on visitor behaviour from multiple
      websites, in order to present more relevant advertisement - This also
      allows the website to limit the number of times that they are shown the
      same advertisement.
      Expiry: SessionType: Pixel
      ads/ga-audiencesUsed by Google AdWords to re-engage visitors that are
      likely to convert to customers based on the visitor's online behaviour
      across websites.
      Expiry: SessionType: Pixel
      pagead/1p-user-list/#Tracks if the user has shown interest in specific
      products or events across multiple websites and detects how the user
      navigates between sites. This is used for measurement of advertisement
      efforts and facilitates payment of referral-fees between websites.
      Expiry: SessionType: Pixel
      _gcl_auUsed by Google AdSense for experimenting with advertisement
      efficiency across websites using their services.
      Expiry: 3 monthsType: HTTP
    * Pinterest
      4
      Learn more about this provider
      _pin_unauthUsed by Pinterest to track the usage of services.
      Expiry: 1 yearType: HTTP
      _pinterest_ct_uaUsed by Pinterest to track the usage of services.
      Expiry: 1 yearType: HTTP
      ar_debugPending
      Expiry: 1 yearType: HTTP
      v3/Used by Pinterest to track the usage of services.
      Expiry: SessionType: Pixel
    * Squeezely
      5
      Learn more about this provider
      sqzl_session_idCollects data on visitors. This information is used to
      assign visitors into segments, making website advertisement more
      efficient.
      Expiry: 1 dayType: HTTP
      _fbpThis cookie is used by Facebook to target advertisement based on user
      behavior and preferences across multiple websites. The cookie contains an
      encrypted ID which allows Facebook to identify the user across websites.
      Expiry: PersistentType: HTML
      sqzl_session_idCollects data on visitors. This information is used to
      assign visitors into segments, making website advertisement more
      efficient.
      Expiry: PersistentType: HTML
      sqzllocalCollects data related to the user's visits to the website, such
      as the number of visits, average time spent on the website and what pages
      have been loaded, with the purpose of displaying targeted ads.
      Expiry: PersistentType: HTML
      tPending
      Expiry: SessionType: Pixel
    * YouTube
      22
      Learn more about this provider
      #-#Pending
      Expiry: SessionType: HTML
      iU5q-!O9@$Registers a unique ID to keep statistics of what videos from
      YouTube the user has seen.
      Expiry: SessionType: HTML
      LAST_RESULT_ENTRY_KEYUsed to track user’s interaction with embedded
      content.
      Expiry: SessionType: HTTP
      LogsDatabaseV2:V#||LogsRequestsStorePending
      Expiry: PersistentType: IDB
      nextIdUsed to track user’s interaction with embedded content.
      Expiry: SessionType: HTTP
      remote_sidNecessary for the implementation and functionality of YouTube
      video-content on the website.
      Expiry: SessionType: HTTP
      requestsUsed to track user’s interaction with embedded content.
      Expiry: SessionType: HTTP
      ServiceWorkerLogsDatabase#SWHealthLogNecessary for the implementation and
      functionality of YouTube video-content on the website.
      Expiry: PersistentType: IDB
      TESTCOOKIESENABLEDUsed to track user’s interaction with embedded content.
      Expiry: 1 dayType: HTTP
      VISITOR_INFO1_LIVETries to estimate the users' bandwidth on pages with
      integrated YouTube videos.
      Expiry: 180 daysType: HTTP
      VISITOR_PRIVACY_METADATAStores the user's cookie consent state for the
      current domain
      Expiry: 180 daysType: HTTP
      YSCRegisters a unique ID to keep statistics of what videos from YouTube
      the user has seen.
      Expiry: SessionType: HTTP
      yt.innertube::nextIdRegisters a unique ID to keep statistics of what
      videos from YouTube the user has seen.
      Expiry: PersistentType: HTML
      ytidb::LAST_RESULT_ENTRY_KEYStores the user's video player preferences
      using embedded YouTube video
      Expiry: PersistentType: HTML
      YtIdbMeta#databasesUsed to track user’s interaction with embedded content.
      Expiry: PersistentType: IDB
      yt-remote-cast-availableStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-cast-installedStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-connected-devicesStores the user's video player preferences
      using embedded YouTube video
      Expiry: PersistentType: HTML
      yt-remote-device-idStores the user's video player preferences using
      embedded YouTube video
      Expiry: PersistentType: HTML
      yt-remote-fast-check-periodStores the user's video player preferences
      using embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-session-appStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
      yt-remote-session-nameStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML
    * connect.getflowbox.com
      1
      _flowboxNecessary for the implementation of Instagram picture-gallery onto
      the website.
      Expiry: 2 yearsType: HTTP
    * squeezely.tech
      www.noppies.com
      
      3
      sqzllocal [x3]Collects visitor data related to the user's visits to the
      website, such as the number of visits, average time spent on the website
      and what pages have been loaded, with the purpose of displaying targeted
      ads.
      Expiry: 30 yearsType: HTTP
    * static.widget.trengo.eu
      1
      Trengo_SessionTracks the individual sessions on the website, allowing the
      website to compile statistical data from multiple visits. This data can
      also be used to create leads for marketing purposes.
      Expiry: SessionType: HTML
    * www.noppies.com
      static.widget.trengo.eu
      
      2
      Trengo_Visitor [x2]Tracks the individual sessions on the website, allowing
      the website to compile statistical data from multiple visits. This data
      can also be used to create leads for marketing purposes.
      Expiry: PersistentType: HTML

 * Unclassified 2
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
    * Google
      2
      Learn more about this provider
      gtmPageCountPending
      Expiry: PersistentType: HTML
      gtmPageCountLastUrlPending
      Expiry: PersistentType: HTML

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 3/3/24 by Cookiebot



[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]


Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your
consent.


Do not sell or share my personal information
Deny Allow selection Customize

Allow all
Powered by Cookiebot by Usercentrics
Skip to Content
 * Buy now, pay later
 * Delivery within 4 working days
 * Most sustainable choice
 * Since 1991

Customer service
Language

English

Nederlands (BE) Français (BE) Deutsch Deutsch (AT) Nederlands (NL) Français (FR)
menu

Search
Regular Price Special Price


Login
Sign in Create an account
My Wish List Toggle minicart, You have no items in your shopping cart. 0
 * Baby
   * all
   * * all
     * Shop all
     * Shop new
     * Shop sale
   * * all
     * Tops
       * all
       * Dresses
       * Playsuits
       * Jackets
       * Jumpers
       * Shirts
       * T-shirts
       * Cardigans
     * Bottoms
       * all
       * Jeans
       * Leggings
       * Trousers
   * * all
     * Other
       * all
       * Baby basics
       * Hats
       * Premature baby clothes
       * Pyjamas
       * Sets
       * Socks
       * Occasion wear - Celebrations
   * * all
     
     * Shop new collection
 * Children
   * all
   * * all
     * Shop all
     * Shop new
     * Shop sale
   * * all
     * Tops
       * all
       * Cardigans
       * Coats
       * Dresses
       * Jumpers
       * Shirts
       * T-shirts
   * * all
     * Bottoms
       * all
       * Jeans
       * Leggings
       * Skirts
       * Trousers
       * Shorts
     * Other
       * all
       * Pyjamas
       * Occasion wear - Celebrations
   * * all
     
     * Shop new collection
 * Maternity
   * all
   * * all
     * Shop all
     * Shop new
     * Shop sale
   * * all
     * Tops
       * all
       * Blouses
       * Cardigans
       * Dresses
       * Jackets & blazers
       * Jumpers
       * Shirts
       * T-shirts
       * Tops
       * Tunics
     * Bottoms
       * all
       * Jeans
       * Jumpsuits
       * Leggings
       * Flared
       * Skirts
       * Tights
       * Trousers
   * * all
     * Lingerie
       * all
       * Bras
       * Slips
     * Maternity Essentials
       * all
       * Denims & bottoms
       * Lingerie
       * Lounge- & nightwear
       * Postpartum & nursing
       * Seamless
       * Tops & dresses
     * Other
       * all
       * Belly bands
       * Nightwear
       * Swimwear
       * Sportswear
   * * all
     
     * Shop new collection
 * Breastfeeding
   * all
   * * all
     * Shop all
     * Shop new
     * Shop sale
   * * all
     * Tops
       * all
       * Bras
       * Dresses
       * Shirts
       * T-shirts
       * Tops
       * NIghtwear & loungewear
   * * all
     
     * Shop nursing bras
 * Home & sleep
   * all
   * * all
     * Shop all
     * Shop new
   * * all
     * Sleep
       * all
       * Blankets
       * Duvet covers
       * Fitted sheets
       * Sheets
       * Sleeping bags
     * Out and about
       * all
       * Changing bags
       * Footmuffs
   * * all
     * Caring & At home
       * all
       * Baby nests
       * Bath capes & towel wraps
       * Bibs, cloths & baskets
       * Changing mat covers
       * Cot bumpers
       * Hydrophilic cloths
       * Nursing pillows & pillows
       * Playpen bags
       * Playpen blankets
   * * all
     
     * Shop sleeping
 * New
 * Sale
 * * 
   * Advice
   * Sustainability
 * Language
   
   English
   
   Nederlands (BE) Français (BE) Deutsch Deutsch (AT) Nederlands (NL) Français
   (FR)

My account
Customer service



MY CART 1000 OF 0 PRODUCTS IN CART DISPLAYED

You have no items in your shopping cart.
You have no items in your shopping cart.

x







pencil trash

Subtotal:

Checkout View and edit shopping cart
x
loader
Loading...
x

Checkout using your account

Email Address

Password

Sign in Forgot your password?


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
x
New collectionReady for spring
Discover the most beautiful items for moms-to-be, babies, and kidsShop now
Shop by category
Maternity
Baby
Kids
Sleep & home
SoftMaternity Essentials
Made from SENSIL Breeze for maximum support and comfort
Read moreShop now


SPRING FAVORITES

Noppies
Casual trousers flared Heja - Light Sand
As low as 44.99
View product
essential
Noppies
Dress Evansville - Antique White
As low as 69.99
View product
new
Noppies
Dress Amelie - Burlwood
As low as 99.99
View product
essential
Noppies
Longsleeve Davenport - Whisper White
As low as 22.99
View product
new
See more

Spring favorites

See more
Noppies
Casual trousers flared Heja - Light Sand
As low as 44.99
View product
essential
Noppies
Dress Evansville - Antique White
As low as 69.99
View product
new
Noppies
Dress Amelie - Burlwood
As low as 99.99
View product
essential
Noppies
Longsleeve Davenport - Whisper White
As low as 22.99
View product
new
Noppies
Summer jacket Ellisville - Reversible - Whitecap Gray
As low as 69.99
View product
new
reversible
Noppies
Dungarees Chantilly - Whitecap Gray
As low as 37.99
View product
new
Noppies
Parka Rey - White Pepper
As low as 159.99
View product
essential
new
Noppies
Longsleeve Elgin - Whitecap Gray
As low as 39.99
View product
new
Noppies
Blouse Jamila - Black
As low as 64.99
View product
new
Noppies
Dress Cologne - Whitecap Gray
As low as 37.99
View product
new
Noppies
Shirt Deerfield - Blue Mirage
As low as 44.99
View product
new
Noppies
Longsleeve Brandfort - Doe
As low as 19.99
View product
new
Noppies
Jumper Janelle - Light Sand
As low as 59.99
View product
new
arrow-left

arrow-right
SmartSustainable baby basics
Made from soft materials that stay beautiful
Shop now
SustainabilityNoppies is B Corp certified
The choices we make today have an impact on the quality of life for future
generations. That's why we dedicate ourselves every day to making the world a
bit fairer and more sustainable.
Read more

Inspiration fromm other parents

Use @noppiesofficial on Instagram to inspire other parents (to be)


See more

INFORMATION

heroicons/outline/minus heroicons/outline/plus
 * Customer service
 * B2B Portal
 * FAQ
 * Delivery
 * Returns
 * Payments
 * Size chart

COMPANY

heroicons/outline/minus heroicons/outline/plus
 * About noppies
 * Our mission
 * Our brands
 * Sustainability
 * Store locator

FOLLOW US

heroicons/outline/minus heroicons/outline/plus
 * Instagram
 * TikTok
 * Facebook
 * Pinterest
 * LinkedIn
 * Youtube


SIGN UP FOR OUR NEWSLETTER

The latest collections, great deals, and advice from our designers and experts.
You'll find it all in our newsletter. Stay informed and subscribe

Email address Subscribe




 * 
 * 
 * 

 * ©Nine and Co
 * Privacy policy