harthacnutsnukkid.com Open in urlscan Pro
104.248.82.214  Public Scan

URL: https://harthacnutsnukkid.com/
Submission: On May 06 via api from US — Scanned from NL

Form analysis 16 forms found in the DOM

GET https://harthacnutsnukkid.com/catalogsearch/result/

<form class="form minisearch relative h-inherit" id="search_mini_form" @submit="submitAction" action="https://harthacnutsnukkid.com/catalogsearch/result/" method="get" data-cy="search-form">
  <div class="control flex relative lg:z-20">
    <div class="relative flex-grow"><label class="sr-only" for="search">Search entire store here...</label> <span
        class="absolute top-0 right-4 bottom-0 flex items-center p2 p2-montserrat font-normal text-transparent bg-clip-text bg-gradient-black cursor-pointer" x-show="showCloseButton" @click="clearSearchInput" style="display: none;"><svg
          xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 22 22" fill="none" class="fill-current">
          <path d="M19 18.9998L3 2.99976" stroke="#494949" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M19 2.99925L3 18.9993" stroke="#494949" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span> <input id="search" x-model.debounce="searchInputValue" x-ref="searchInput" type="text" class="input--search w-full" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="xpeditio" maxlength="128"
        onblur="this.placeholder = 'What are you looking for?'" @focus="onFocus" :class="{ 'rounded-bl-none rounded-br-none': openSearchBar }" data-cy="search-input" data-lb-init="true"></div><button type="submit"
      class="btn btn-search btn-medium text-center text-sl font-montserrat font-medium leading-4.5 px-6.5 py-2 rounded-l-none lg:px-4" data-cy="search-button">Search</button>
  </div>
  <div data-cy="show-result-wrapper" x-show="showResults" :class="{ 'show-result': showResults }" class="show-result" style="display: none;">
    <div class="overflow-y-auto h-full" x-ref="scrolledSection" :class="{ 'pr-2' : isScrollbarVisible }">
      <div id="search_autocomplete" :class="{ 'open': show }" class="search-autocomplete w-full mt-4 lg:mt-0" x-show="show" style="display:none;">
        <div class="">
          <div class="m-auto w-full">
            <p class="hidden lowercase text-sm text-primary mb-4 lg:block" x-show="searchResults.length" x-text="getProductsFromSearchResultHtml" style="display: none;">0 Products</p><template x-for="(searchResult, index) in searchResults">
              <div><template
                  x-if="searchResult.url &amp;&amp; searchResult.type === 'product'"><a class="w-full block" :href="searchResult.url" :title="searchResult.title"><div class="flex py-3 border-b border-solid border-black" :class="{ 'border-none': (searchResults.length === index+1) }"><div class="flex-shrink-0 mr-4"><img :src="searchResult.image" :alt="searchResult.title" class="inline-block" width="90" height="90"></div><div class="flex flex-col"><span class="text-sm text-primary leading-3.75 p2-montserrat mb-0.5" x-html="searchResult.main_category"></span> <span class="font-medium text-sl2 text-primary" x-text="searchResult.title"></span> <span class="block search__price-box mt-auto" x-html="searchResult.price"></span></div></div></a></template>
              </div>
            </template>
          </div>
        </div>
      </div>
      <div class="mt-6 p2 p2-montserrat lg:mt-1 lg:px-0">
        <h3 class="p1 p1-montserrat text-primary mb-2 lg:mb-4">Most popular searches</h3>
        <ul class="flex flex-col space-y-4 font-medium">
          <li class="p4 leading-4"><a href="https://harthacnutsnukkid.com/catalogsearch/result/?q=nea">nea</a></li>
          <li class="p4 leading-4"><a href="https://harthacnutsnukkid.com/catalogsearch/result/?q=Stroller">Stroller</a></li>
          <li class="p4 leading-4"><a href="https://harthacnutsnukkid.com/catalogsearch/result/?q=livy">livy</a></li>
          <li class="p4 leading-4"><a href="https://harthacnutsnukkid.com/catalogsearch/result/?q=Trike">Trike</a></li>
          <li class="p4 leading-4"><a href="https://harthacnutsnukkid.com/catalogsearch/result/?q=Moov">Moov</a></li>
        </ul>
      </div>
      <div class="mt-4 p2 p2-montserrat lg:mt-4 lg:px-0" x-data="lastViewed" x-show="lastViewedItems.length" style="display: none;">
        <h3 class="p1 p1-montserrat text-primary mb-1">Last viewed</h3>
        <div class="flex flex-col space-y-1 font-medium"><template x-for="(item, index) in lastViewedItems">
            <div class="w-full pb-1 border-b border-primary" :class="{ 'border-none': (lastViewedItems.length === index+1) }">
              <a :href="item.link" :title="item.name" class="flex items-center"><figure class="mr-4 flex-shrink-0"><img loading="lazy" :src="item.img" width="52" height="52" :alt="item.name"></figure><p class="font-medium text-sl2 text-primary" x-text="item.name"></p></a>
            </div>
          </template></div>
      </div>
      <script>
        function lastViewed() {
          return {
            lastViewedItems: JSON.parse(localStorage.getItem('last-viewed-products')) || []
          }
        }
      </script>
    </div>
  </div>
</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="customer-email"><span>Email Address</span></label>
      <div class="control"><input name="username" x-ref="customer-email" 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"></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">Sign In</button> <a href="https://harthacnutsnukkid.com/customer/account/forgotpassword/">Forgot Your Password?</a>
    </div>
  </div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1716/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1716/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1716">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1713/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1713/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1713">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1710/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1710/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1710">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1488/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1488/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1488">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1485/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1485/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1485">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1456/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1456/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1456">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1762/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1762/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1762">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1332/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1332/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1332">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1331/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1331/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1331">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1330/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1330/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="Vb3NWLD8meX0yIXV"> <input type="hidden" name="product" value="1330">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1278/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1278/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="FBn3BYT38NyI9ICq"> <input type="hidden" name="product" value="1278">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1277/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1277/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="FBn3BYT38NyI9ICq"> <input type="hidden" name="product" value="1277">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

POST https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1261/

<form class="mt-4 justify-self-end" method="POST" action="https://harthacnutsnukkid.com/checkout/cart/add/uenc/aHR0cHM6Ly9raW5kZXJrcmFmdC5jby51ay8%2C/product/1261/" x-data="addToCartSimple(1)" @submit.prevent="submitForm()"><input name="form_key"
    type="hidden" value="FBn3BYT38NyI9ICq"> <input type="hidden" name="product" value="1261">
  <div class="mt-auto pt-5.6 flex flex-wrap justify-center items-center border-t border-grays-2"><button class="btn btn-primary font-medium p2 p2-montserrat" :disabled="disabled">Add to cart</button></div>
</form>

<form class="flex flex-col" x-show="step === 0" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="field"><label for="newsletter-subscribe" class="label mb-2 text-sl4 font-normal"><span>Email Address</span> <span class="text-status-red">*</span></label>
    <div class="relative input-box"><input name="email" type="email" required="" id="newsletter-subscribe" class="form-input w-full mb-2 lg:mb-4 bg-white text-sl4 p-2.75" x-ref="input" placeholder="Email Address" data-cy="email-input"></div>
  </div><input name="form_key" type="hidden" value="Vb3NWLD8meX0yIXV">
  <div class="newsletter-agreements flex mb-4" x-ref="newsletter-agreements" data-cy="newsletter-agreements"> <input type="hidden" name="gdpr_container" value="newsletter">
    <div class="order-2">
      <div class="flex order-2 input-gdpr-checkbox-without-content-additional gdpr-agreement-input"><input id="11-6637dbf1b37a2" type="checkbox" name="agreement[11]" value="1" data-role="gdpr-input" class="checkbox checkbox--big"
          data-validate="{required:true}" required="required"><label for="11-6637dbf1b37a2" class="label"> * I want to receive personalized commercial information, and therefore I consent to the processing of my personal data for the purpose of
          sending marketing information about products and services of 4Kraft sp. z o.o. with its registered office in Poznań and to receive commercial information sent by 4Kraft sp. z o.o. to the e-mail address provided by me for the purpose of
          direct marketing. <span class="block mt-3">You can withdraw your consent at any time by clicking on the link in our newsletter. At the same time, I consent to the automated processing, including profiling of my personal data regarding my
            activity on the Kinderkraft.co.uk website and on social profiles, using the e-mail address provided by me when creating an account, as well as based on my purchase history on Kinderkraft.co.uk, by using them to evaluate certain
            information, in particular to analyse or forecast and adjust the marketing activities of 4Kraft sp. z o.o. to my personal preferences. I consent to automated decision making based on profiling my data in order to receive personalized
            commercial and marketing information from 4Kraft sp. z o.o. ** </span>
          <span class="block mt-3">The Controller of your personal data is 4Kraft sp. z o.o. - detailed information can be found <a class="underline" href="/privacy-policy#newsletter">HERE</a>.</span>
          <span class="block mt-3"> ** Dear User, personalized marketing activities are based on the use of cookie technology and are closely related to the consent to the use of cookies for statistical and marketing purposes, therefore, if you want
            to receive commercial information dedicated to you - please check the detailed information on how you can change your consent settings in our <a class="underline" href="/privacy-policy#cookie-settings">Privacy Policy</a> and in the Cookie
            Settings in the footer of the home page.</span> <em>*</em> </label></div>
    </div>
  </div><button :disabled="disableButton" class="btn btn-primary flex justify-center lg:mr-auto" data-cy="subscribe-button"><span>Sign up</span> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="16" viewBox="0 0 24 16">
      <path
        d="M23.0303 8.53058C23.3232 8.23768 23.3232 7.76281 23.0303 7.46992L18.2574 2.69694C17.9645 2.40405 17.4896 2.40405 17.1967 2.69694C16.9038 2.98984 16.9038 3.46471 17.1967 3.75761L21.4393 8.00025L17.1967 12.2429C16.9038 12.5358 16.9038 13.0107 17.1967 13.3035C17.4896 13.5964 17.9645 13.5964 18.2574 13.3035L23.0303 8.53058ZM0.5 8.75024L22.5 8.75025L22.5 7.25025L0.5 7.25024L0.5 8.75024Z">
      </path>
    </svg>
  </button>
</form>

Text Content

Order processing time may be extended due to a warehouse outage on 6 May 2024.


 * Free delivery
 * 10-year warranty
 * 100 days for a free return


Menu
Search
Search entire store here...
Search

0 Products




MOST POPULAR SEARCHES

 * nea
 * Stroller
 * livy
 * Trike
 * Moov


LAST VIEWED





   Product categories

 * Pushchairs
      Pushchairs
    * by Type
      Travel System Bundles 3in1 Travel Systems Prams Buggies Compact Strollers
      All Pushchairs
    * Add-ons
      Bags and Backpacks Spare parts

 * Car seats
      Car seats
    * I-size
      Infant (From birth to 15 months) Toddler (15 months - 4 years) Child (3.5
      years - 12 years) All Car Seats
    * Isofix Bases

 * Children's Room
   Children's Room
   Baby Beds Bedside Cots Wooden Cots Travel Cots All Baby Beds
   Playmats All Playmats
   Bouncers All Bouncers
   Safety gates All Safety Gates
   Baby Swings

 * High Chairs
      High Chairs
      by Type Multifunctional by Age from Birth from 6 months
    * All High Chairs

 * Bikes & Tricycles
   Bikes & Tricycles
   by Age from 12 months from 24 months from 36 months
   by Type Balance Bikes Tricycles Riders Kids Scooters
   
   All Bikes

 * Baby Carriers
 * Bundles
 * Other
 * Sale!
      Sale!
    * Bouncers and Rockers
    * Car Seats
    * High Chairs
    * Wooden Cotbeds
    * Travel Cots and Cradles
    * Playmats
    * Baby Carriers
    * Balance Bikes
    * Tricycles
    * Bags and Backpacks
    * Prams
    * Buggies and Strollers
    * All Products on Sale

 * Inspirations
   Inspirations
   Products New Products Bestsellers
   Collections Nature Vibes Freedom
   Prestigious ranges Kinderkraft Select

 * Blog

Your account
 * Favourite products
 * Kinderkraft advice
 * Help & Service
 * About us

Country

United Kingdom

Polska

France

Italia

Deutschland

España / Portugal

Österreich

Belgique
Sign In Create an Account


CART OVERVIEW(0)

Added to cart

Colour:

:

Colour:

:

pc pcs



The lowest price of the last 30 days before the discount:

Shopping Cart Total
0
Go to cart

Your cart is empty

Your cart is empty



United Kingdom

Polska

France

Italia

Deutschland

España / Portugal

Österreich

Belgique


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
Skip to Content



Spring is here

Bring a little bit of spring into your life!

Check it out


Car Seats

Select a perfect car seat for your child!

Check it out


Adventure Awaits

Find all the products you need for your journey!

Check it out



Highchairs

Choose the perfect highchair for your family gatherings!

Check it out


Car Seats

Select a car seat that will provide comfort and safety for your child!

Check it out


Outdoor

Provide your child with unforgettable moments outdoors with our products!

Check it out



FIND BY CATEGORY

 * Prams and pushchairs

 * Bikes & Trikes

 * Car seats

 * Baby cots

 * Bouncers and rockers

 * Baby carriers

 * Furniture

 * Play mats

 * High chairs





MOST POPULAR

Prams Car seats Cots High chairs Bikes

 * 3in1 Travel Systems Travel System 3in1 B-TOUR PRO dark grey
   £299.00
   
   Add to cart
 * 3in1 Travel Systems Travel System 3in1 B-TOUR PRO light grey
   £299.00
   
   Add to cart
 * 3in1 Travel Systems Travel System 3in1 B-TOUR PRO black
   £299.00
   
   Add to cart



 * Toddler Car seat XRIDER i-Size grey
   Regular Price £189.00 Special Price £149.00
   Lowest price in 30 days before discount: £109.00
   Add to cart
 * Toddler Car seat XRIDER i-Size black
   Regular Price £189.00 Special Price £149.00
   Lowest price in 30 days before discount: £109.00
   Add to cart
 * Toddler Car seat XPEDITION 2 i-Size grey
   £159.00
   
   Add to cart



 * Travel Cots Cot 2in1 JOY LIGHT grey
   Regular Price £79.00 Special Price £44.90
   Lowest price in 30 days before discount: £79.00
   Add to cart



 * Multifunctional High Chair FOLDEE pink
   Regular Price £89.00 Special Price £49.90
   Lowest price in 30 days before discount: £59.00
   Add to cart
 * Multifunctional High Chair FOLDEE grey
   Regular Price £89.00 Special Price £49.90
   Lowest price in 30 days before discount: £59.00
   Add to cart
 * Multifunctional High Chair FOLDEE green
   Regular Price £89.00 Special Price £49.90
   Lowest price in 30 days before discount: £59.00
   Add to cart



 * From 24 months Balance bike TOVE mint
   Regular Price £49.00 Special Price £34.90
   Lowest price in 30 days before discount: £34.90
   Add to cart
 * From 24 months Balance bike TOVE beige
   Regular Price £49.00 Special Price £34.90
   Lowest price in 30 days before discount: £34.90
   Add to cart
 * Metal balance bikes Balance bike 2WAY NEXT pink
   Regular Price £49.00 Special Price £34.90
   Lowest price in 30 days before discount: £34.90
   Add to cart






10-YEAR WARRANTY

Kinderkraft products are designed
having the highest quality standards
in mind, which is why we give you
the possibility to benefit from
a 10-year warranty.

See more

Best products

£449.00

3in1 Travel System PRIME 2 PRO

Stylish pushchair for special tasks

See more
£89.00

Car seat COMFORT UP i-Size

Car seat tailored to your car

See more



Best Products

Ideal for learning to ride a bike.

Tricycle 4TRIKE

% £49.90
Lowest price in 30 days before discount: £54.90
See more

Multifunctional and reliable.

Tricycle AVEO

% £99.00
Lowest price in 30 days before discount: £99.00
See more



NATURE VIBES

 * Nature Vibes Collection

 * Pram NEA

 * Buggy ROUTE

 * Compact Stroller INDY 2

 * Baby Carrier MILO

 * Bag TREASUREBAG




THANK YOU FOR YOUR
APPRECIATION!

Our award-winning products

See more

OUR MISSION

Easy with kids

We make it easy for parents and children to discover the world together,
delivering the products at affordable prices, combining excellent functionality
and the best quality.





Fast delivery
With an order over £50, you always have delivery for £0!

10 years of warranty
Extension of product warranty up to 10 years

100 days for return, free of charge
If the product irdered does not suit you, you can return it within 100 days at
our expense!

Get 5% discount on your first shopping!

Subscribe to the Newsletter

Email Address *

* I want to receive personalized commercial information, and therefore I consent
to the processing of my personal data for the purpose of sending marketing
information about products and services of 4Kraft sp. z o.o. with its registered
office in Poznań and to receive commercial information sent by 4Kraft sp. z o.o.
to the e-mail address provided by me for the purpose of direct marketing. You
can withdraw your consent at any time by clicking on the link in our newsletter.
At the same time, I consent to the automated processing, including profiling of
my personal data regarding my activity on the Kinderkraft.co.uk website and on
social profiles, using the e-mail address provided by me when creating an
account, as well as based on my purchase history on Kinderkraft.co.uk, by using
them to evaluate certain information, in particular to analyse or forecast and
adjust the marketing activities of 4Kraft sp. z o.o. to my personal preferences.
I consent to automated decision making based on profiling my data in order to
receive personalized commercial and marketing information from 4Kraft sp. z o.o.
** The Controller of your personal data is 4Kraft sp. z o.o. - detailed
information can be found HERE. ** Dear User, personalized marketing activities
are based on the use of cookie technology and are closely related to the consent
to the use of cookies for statistical and marketing purposes, therefore, if you
want to receive commercial information dedicated to you - please check the
detailed information on how you can change your consent settings in our Privacy
Policy and in the Cookie Settings in the footer of the home page. *
Sign up

Thank you! We have sent you an e-mail asking you to confirm your subscription to
the Kinderkraft newsletter.

Click on the link sent in the message and enjoy the best offers prepared
especially for you and your child.

Enter a different e-mail address



KINDERKRAFT ADVICE

Latest Popular

 * Why don't all car seats are tested by the ADAC?
   
   Why don't all car seats are tested by the ADAC? Should a car seat which has
   not been tested by the ADAC be considered as unsafe? How does ADAC crash-test
   the car seats? Those are the most frequently asked questions when it comes to
   the car seats.

 * 10 Fun Indoor Activities for children under 3 years of age
   
   Do you lack ideas for creative play? Or maybe your little one still wants to
   play something new, and despite being very imaginative, you begin to run out
   of your creativity reserves for coming up with interesting activities?

 * How to dress your child for autumn and winter walks?
   
   In this article, we'll provide tips on dressing your child for autumn and
   winter strolls, avoiding overheating or chilling. We'll also share a few
   tricks to ensure you're always prepared for any situation.

 * What Christmas gift for a child?
 * What should you focus on when choosing a car seat?

See more



 * Baby monitor
 * Non-contact baby thermometer
 * Nursing bras
 * Stroller – which one to choose and when to start using it
 * What should you buy for an infant? A list of handy accessories

See more





Parenthood is an adventure. Everyone who becomes a parent learns just how true
this is. You discover how many things in your life are happening for the first
time: the first walk, first nights with your baby, first smile, first playtime
and first progress – words, gestures, and new emotions. In each of these
situations, you're accompanied by children's products and accessories:
pushchairs, cots, bouncers, play mat, bikes and many other helpers in your
everyday activities.

You're looking for the best solutions, and we make sure that the ones you choose
when trusting us are safe, functional and tailored to your needs. And that
Kinderkraft products last you for many years and ensure convenient use. It's
about both children and their parents!

WHICH PRODUCTS DO WE OFFER?

 * Pushchairs – multi-functional 2-in-1 and 3-in-1 models, which are ideal as
   your baby's first pushchair (pram bodies) and accompany your little one as
   they grow (strollers). Our pushchairs are easy to steer and are suitable for
   uneven terrain to make every walk comfortable. They include lightweight
   models that are perfect for city trips, as well as off-road pushchairs for
   families who prefer more-difficult trails.
 * Car seats – these are subjected to stringent testing and equipped with safe
   and sturdy installation systems. Their quality and safety are confirmed by
   international certificates. We offer car seats for children of various height
   and weight, enabling you to best tailor the product to your youngster's
   needs.
 * Bikes – balance bikes and tricycles, wooden and metal, ideal as the first
   bike for your child or little vehicle for independent older children. Our
   bikes prepare your little cyclist to change over to a classic two-wheeler!
 * Cots – classic, travel and co-sleeper cots: our cots ensure restful and safe
   sleep for your baby.
 * High chairs – assistance in first independent meals. High chair models
   include foldable chairs and ones that grow with your baby, converting into a
   chair for studying or playing.
 * Mats – educational and foam. They'll help you create a private playground for
   your little one, providing them with a developmental activity and a private
   space for everyday activities.
 * Rockers and bouncers – always ready to take the burden from you and keep your
   youngster busy with gentle rocking, music and toys included in the set.
   Available in classic and electronic versions.
 * Baby carriers – designed in such a way as to look after your little one's
   delicate hip joints, ergonomic carriers allow you to build closeness with
   your bundle of joy. Your hands will be free and you'll have freedom of
   movement, while still looking after your baby.

We're aware of the situations in which you may need support, and we know how to
help you in your everyday challenges. We're with you when you're looking for the
perfect bike for your little one, overcoming high kerbs, carrying a pushchair up
four flights of stairs and wanting as much room as possible in your home. We're
everywhere where things can be made easier!

Expand