hyva.wickey.no Open in urlscan Pro
2a01:4f9:2a:12a8::2  Public Scan

Submitted URL: http://hyva.wickey.no/
Effective URL: https://hyva.wickey.no/
Submission Tags: phish.gg anti.fish automated Search All
Submission: On August 17 via api from DE — Scanned from NO

Form analysis 6 forms found in the DOM

GET https://hyva.wickey.no/catalogsearch/result/

<form class="form minisearch relative" id="search_mini_form" x-ref="form" action="https://hyva.wickey.no/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Søk</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" maxlength="128" class="w-full p-2 pr-8 rounded transition appearance-none outline-none border-1 border-darkgrey focus:ring-0 focus:border-darkgrey"
    @keydown.arrow-down.prevent="focusElement($el.querySelector('[tabindex]'))">
  <button type="submit" title="Søk" class="action search absolute top-3.5 right-2" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 17 17" fill="none" class="w-4 h-4 ">
      <path d="M12.25 12.25L16 16M14.125 7.5625C14.125 11.1869 11.1869 14.125 7.5625 14.125C3.93813 14.125 1 11.1869 1 7.5625C1 3.93813 3.93813 1 7.5625 1C11.1869 1 14.125 3.93813 14.125 7.5625Z" stroke="#413232" stroke-width="2"
        stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

GET https://hyva.wickey.no/catalogsearch/result/

<form class="form minisearch relative" id="search_mini_form" x-ref="form" action="https://hyva.wickey.no/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Søk</span>
  </label>
  <input id="search-mobile" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" maxlength="128" class="w-full p-2 pr-8 rounded transition appearance-none outline-none border-1 border-darkgrey focus:ring-0 focus:border-darkgrey"
    @keydown.arrow-down.prevent="focusElement($el.querySelector('[tabindex]'))">
  <button type="submit" title="Søk" class="action search absolute top-3.5 right-2" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 17 17" fill="none" class="w-4 h-4 ">
      <path d="M12.25 12.25L16 16M14.125 7.5625C14.125 11.1869 11.1869 14.125 7.5625 14.125C3.93813 14.125 1 11.1869 1 7.5625C1 3.93813 3.93813 1 7.5625 1C11.1869 1 14.125 3.93813 14.125 7.5625Z" stroke="#413232" stroke-width="2"
        stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

POST https://hyva.wickey.no/checkout/cart/add/uenc/%25uenc%25/product/1746/

<form method="post" action="https://hyva.wickey.no/checkout/cart/add/uenc/%25uenc%25/product/1746/" class="splide__slide item product product-item product_addtocart_form card card-interactive flex flex-col gap-1 w-full is-active is-visible"
  id="splide01-slide01" role="group" aria-roledescription="slide" aria-label="1 of 2" style="margin-right: 1rem; width: calc(((100% + 1rem) / 4) - 1rem);">
  <input name="form_key" type="hidden" value="AzgrDnRenQ9D8EKc"> <input type="hidden" name="product" value="1746">
  <a href="https://hyva.wickey.no/lekeborg-med-huske-smart-legend-150" class="product photo product-item-photo block flex-shrink-0 md:w-auto">   <div class="lg:min-h-[75px] mb-4">
            <div class="product-item-link block">
                Lekeborg Wickey Smart Legend 150            </div>
            <div class="rating-sale-wrapper flex justify-between mt-1">
                                <div class="showproduct-label ml-auto !static"></div>
            </div>
        </div>
        
<picture class="object-contain mx-auto max-h-[240px] my-2 product-image-photo">
            <source type="image/webp" srcset="https://hyva.wickey.no/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_legend_150_spielturm_814081_1.webp">
        <source type="image/jpg" srcset="https://hyva.wickey.no/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_legend_150_spielturm_814081_1.jpg">
    <img class="object-contain mx-auto max-h-[240px] my-2 product-image-photo" src="https://hyva.wickey.no/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_legend_150_spielturm_814081_1.jpg" loading="lazy" width="240" height="300" alt="Lekeborg Wickey Smart Legend 150  814081_k" title="Lekeborg Wickey Smart Legend 150  814081_k"></picture>

    </a>
  <div class="product-info flex justify-between items-end mt-auto">
    <script>
      function initPriceBox__64de61fa164dd() {
        return {
          finalPrice: 12789,
          numberOfPieces: 0,
          piecePriceSuffix: '',
          updatePrice(priceData) {
            this.finalPrice = priceData.finalPrice.amount;
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          },
          piecePrice() {
            return hyva.formatPrice(this.finalPrice / this.numberOfPieces) + ' ' + this.piecePriceSuffix
          }
        }
      }
    </script>
    <div x-data="initPriceBox__64de61fa164dd()" @update-prices-1746.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1746" data-price-box="product-id-1746"><span class="normal-price font-bold">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Så lav som</span>
            <span id="product-price-1746" data-price-amount="12789" data-price-type="finalPrice" class="price-wrapper "><span class="price">12.789,00 kr</span></span>
          </span>
        </span>
        <span class="old-price sly-old-price no-display">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Vanlig pris</span>
            <span id="old-price-1746" data-price-amount="15299" data-price-type="oldPrice" class="price-wrapper "><span class="price">15.299,00 kr</span></span>
          </span>
        </span>
      </div>
      <template x-if="numberOfPieces > 0">
        <div class="unit-price text-grey text-xs" x-html="piecePrice()"></div>
      </template>
    </div>
    <div class="flex flex-wrap justify-between items-center md:items-end gap-2">
      <button x-data="initWishlist(1746)" @click.prevent="addToWishlist()" @private-content-loaded.window="receiveWishlistData($event.detail.data)" aria-label="Legg til i ønskeliste" type="button"
        class="wishlist-toggle p-3 md:p-0 add-to-wishlist relative" :class="{added: added}" :disabled="loading">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 20 18" fill="currentColor" class="h-5 w-5" x-show="!loading" aria-hidden="true">
          <path
            d="M9.39589 16.7873L2.40103 9.50336C0.430791 7.45172 0.554862 4.08764 2.67041 2.19937C4.76919 0.326056 7.95148 0.689825 9.61002 2.99263L9.88886 3.37976L10.1677 2.99263C11.8263 0.689825 15.0085 0.326056 17.1073 2.19937C19.2229 4.08764 19.347 7.45172 17.3767 9.50336L10.3818 16.7873C10.1096 17.0708 9.66815 17.0708 9.39589 16.7873V16.7873Z"
            stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
        <div x-show="loading" class="h-5 w-5 loading-spinner" style="display: none;"></div>
      </button>
      <button class="w-auto btn btn-primary btn-green justify-center text-sm
                        mr-auto" aria-label="Legg i handlekurv" x-data="{ ... new Amasty.Cart.class.AddToCartButton({$el: $el})}" type="button" x-on:click.prevent="add">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 27 25" fill="none" class="h-6 w-6">
          <path d="M11 23.4999C11.6904 23.4999 12.25 22.9403 12.25 22.2499C12.25 21.5596 11.6904 20.9999 11 20.9999C10.3096 20.9999 9.75 21.5596 9.75 22.2499C9.75 22.9403 10.3096 23.4999 11 23.4999Z" stroke="#222" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M21 23.4999C21.6904 23.4999 22.25 22.9403 22.25 22.2499C22.25 21.5596 21.6904 20.9999 21 20.9999C20.3096 20.9999 19.75 21.5596 19.75 22.2499C19.75 22.9403 20.3096 23.4999 21 23.4999Z" stroke="#222" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M1 1H5.375C5.375 1 5.89117 3.28554 6.22191 4.75C6.88277 7.67624 7.79044 11.6953 8.32295 14.0531C8.58037 15.1929 9.59247 16 10.761 16H21.4946C22.6664 16 23.6809 15.1861 23.935 14.0424L26 4.75" stroke="#222" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M26 4.75H6.625" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://hyva.wickey.no/checkout/cart/add/uenc/%25uenc%25/product/2983/

<form method="post" action="https://hyva.wickey.no/checkout/cart/add/uenc/%25uenc%25/product/2983/" class="splide__slide item product product-item product_addtocart_form card card-interactive flex flex-col gap-1 w-full is-visible is-next"
  id="splide01-slide02" role="group" aria-roledescription="slide" aria-label="2 of 2" style="margin-right: 1rem; width: calc(((100% + 1rem) / 4) - 1rem);">
  <input name="form_key" type="hidden" value="AzgrDnRenQ9D8EKc"> <input type="hidden" name="product" value="2983">
  <a href="https://hyva.wickey.no/klatrestativ-med-huske-smart-zone" class="product photo product-item-photo block flex-shrink-0 md:w-auto">   <div class="lg:min-h-[75px] mb-4">
            <div class="product-item-link block">
                Klatrestativ Wickey Smart Zone            </div>
            <div class="rating-sale-wrapper flex justify-between mt-1">
                                <div class="showproduct-label ml-auto !static" style="position: relative;"><div class="amlabel-position-top-left-2983-prodwidget amlabel-position-wrapper" style="line-height: normal; position: absolute; display: block; width: 82px; height: 20px; top: 0px; left: 0px;"><div class="amasty-label-container
            amasty-label-container-1-2983-cat            amasty-label-for-2983            hidden amasty-label-salelabel" style="width: 100px; height: 50px; display: block; position: relative;" data-amlabel-order="1" x-data="{... new Amasty.Label.class.Item({
                id: &quot;1-2983-cat&quot;,
                $el: $el,
                mode: &quot;cat&quot;,
                isAdminArea: &quot;&quot;,
                config: {&quot;position&quot;:&quot;top-left&quot;,&quot;size&quot;:&quot;&quot;,&quot;path&quot;:&quot;.showproduct-label&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;2983&quot;,&quot;label&quot;:1,&quot;margin&quot;:10,&quot;alignment&quot;:0,&quot;order&quot;:1,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
                productId: &quot;2983&quot;,
                selector: &quot;.amasty-label-container-1-2983-cat&quot;
            })}" amlabel-js-observed="1">
        <div class="amlabel-text" style="padding: 0px 3px; position: absolute; box-sizing: border-box; white-space: nowrap; width: 100%;">
            SALE 25%        </div>

            </div></div></div>
            </div>
        </div>
        
<picture class="object-contain mx-auto max-h-[240px] my-2 product-image-photo">
            <source type="image/webp" srcset="https://hyva.wickey.no/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_zone_spielturm_818098_1_4.webp">
        <source type="image/jpg" srcset="https://hyva.wickey.no/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_zone_spielturm_818098_1_4.jpg">
    <img class="object-contain mx-auto max-h-[240px] my-2 product-image-photo" src="https://hyva.wickey.no/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_zone_spielturm_818098_1_4.jpg" loading="lazy" width="240" height="300" alt="Klatrestativ Wickey Smart Zone  818098_k" title="Klatrestativ Wickey Smart Zone  818098_k"></picture>


    
    </a>
  <div class="product-info flex justify-between items-end mt-auto">
    <script>
      function initPriceBox__64de61fb7ae83() {
        return {
          finalPrice: 9729,
          numberOfPieces: 0,
          piecePriceSuffix: '',
          updatePrice(priceData) {
            this.finalPrice = priceData.finalPrice.amount;
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          },
          piecePrice() {
            return hyva.formatPrice(this.finalPrice / this.numberOfPieces) + ' ' + this.piecePriceSuffix
          }
        }
      }
    </script>
    <div x-data="initPriceBox__64de61fb7ae83()" @update-prices-2983.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2983" data-price-box="product-id-2983"><span class="normal-price font-bold">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Så lav som</span>
            <span id="product-price-2983" data-price-amount="9729" data-price-type="finalPrice" class="price-wrapper "><span class="price">9.729,00 kr</span></span>
          </span>
        </span>
        <span class="old-price sly-old-price no-display">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Vanlig pris</span>
            <span id="old-price-2983" data-price-amount="12799" data-price-type="oldPrice" class="price-wrapper "><span class="price">12.799,00 kr</span></span>
          </span>
        </span>
      </div>
      <template x-if="numberOfPieces > 0">
        <div class="unit-price text-grey text-xs" x-html="piecePrice()"></div>
      </template>
    </div>
    <div class="flex flex-wrap justify-between items-center md:items-end gap-2">
      <button x-data="initWishlist(2983)" @click.prevent="addToWishlist()" @private-content-loaded.window="receiveWishlistData($event.detail.data)" aria-label="Legg til i ønskeliste" type="button"
        class="wishlist-toggle p-3 md:p-0 add-to-wishlist relative" :class="{added: added}" :disabled="loading">
        <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 20 18" fill="currentColor" class="h-5 w-5" x-show="!loading" aria-hidden="true">
          <path
            d="M9.39589 16.7873L2.40103 9.50336C0.430791 7.45172 0.554862 4.08764 2.67041 2.19937C4.76919 0.326056 7.95148 0.689825 9.61002 2.99263L9.88886 3.37976L10.1677 2.99263C11.8263 0.689825 15.0085 0.326056 17.1073 2.19937C19.2229 4.08764 19.347 7.45172 17.3767 9.50336L10.3818 16.7873C10.1096 17.0708 9.66815 17.0708 9.39589 16.7873V16.7873Z"
            stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
        <div x-show="loading" class="h-5 w-5 loading-spinner" style="display: none;"></div>
      </button>
      <button class="w-auto btn btn-primary btn-green justify-center text-sm
                        mr-auto" aria-label="Legg i handlekurv" x-data="{ ... new Amasty.Cart.class.AddToCartButton({$el: $el})}" type="button" x-on:click.prevent="add">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 27 25" fill="none" class="h-6 w-6">
          <path d="M11 23.4999C11.6904 23.4999 12.25 22.9403 12.25 22.2499C12.25 21.5596 11.6904 20.9999 11 20.9999C10.3096 20.9999 9.75 21.5596 9.75 22.2499C9.75 22.9403 10.3096 23.4999 11 23.4999Z" stroke="#222" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M21 23.4999C21.6904 23.4999 22.25 22.9403 22.25 22.2499C22.25 21.5596 21.6904 20.9999 21 20.9999C20.3096 20.9999 19.75 21.5596 19.75 22.2499C19.75 22.9403 20.3096 23.4999 21 23.4999Z" stroke="#222" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M1 1H5.375C5.375 1 5.89117 3.28554 6.22191 4.75C6.88277 7.67624 7.79044 11.6953 8.32295 14.0531C8.58037 15.1929 9.59247 16 10.761 16H21.4946C22.6664 16 23.6809 15.1861 23.935 14.0424L26 4.75" stroke="#222" stroke-width="2"
            stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M26 4.75H6.625" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://hyva.wickey.no/newsletter/subscriber/new/

<form class="form subscribe" action="https://hyva.wickey.no/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="flex flex-col gap-2 mb-2 md:flex-row">
    <label for="newsletter-subscribe" class="sr-only"> E-post adresse </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full max-w-none" placeholder="Epost adresse">
    <input name="form_key" type="hidden" value="AzgrDnRenQ9D8EKc">
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <button class="btn btn-primary"> Abonner </button>
  </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" width="24" height="24">
            <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>
</form>

Name: mc-embedded-subscribe-formPOST https://wickey.us16.list-manage.com/subscribe/post?u=2970fc7ea6b2820ad70c1d828&id=9434b84ac6

<form id="mc-embedded-subscribe-form" class="validate" action="https://wickey.us16.list-manage.com/subscribe/post?u=2970fc7ea6b2820ad70c1d828&amp;id=9434b84ac6" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
  <div id="mc_embed_signup_scroll">
    <div class="mc-wrapper">
      <div class="mc-field-group"><input id="mce-EMAIL" class="required email" name="EMAIL" type="email" value="" placeholder="Epostadresse"></div>
      <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
      <div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_2970fc7ea6b2820ad70c1d828_9434b84ac6" type="text" value=""></div>
      <div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Be om det nå"></div>
    </div>
  </div>
</form>

Text Content

Spar i 35%!Få det nå

Søk

Service

KONTAKT OG SERVICE

Du har spørsmål eller trenger hjelp? Vi er her for deg og gir gjerne råd!

 * FAQ's
 * Montasjevideo
 * Kontaktskjema

 *  
   Kundeservice +44 (0) 75 - 330 - 808 024 0
   
   Mandag - fredag 9:00 - 16:00 unntatt helligdagerv

0 produkt elementer
Ønskeliste
Logg inn Opprette en Konto
Cart 0
Wickey NO
 * 
   wickey.nl
 * 
   wickey.de
 * 
   wickey.at
 * 
   wickey.ch
 * 
   wickey.fr
 * 
   wickey.be
 * 
   wickey.it
 * 
   wickey.es
 * 
   wickey.pl
 * 
   wickey.dk
 * 
   wickey.cz
 * 
   wickey.se
 * 
   wickey.hu
 * 
   wickey.co.uk
 * 
   wickey.ie
 * 
   wickey.pt
 * 
   wickey.ro
 * 
   wickey.lu
 * 
   wickey.sk
 * 
   wickey.hr
 * 
   wickey.bg
 * 
   wickey.nl
 * 
   wickey.nl
 * 
   wickey.nl

 * Hjem
 * Lekestativ
    * Lekestativ
   
   
 * Huskestativ
 * SALE!
 * Tilbehør
    * Tilbehør til lekestativ
    * Forankring og fallunderlag
    * Tilbehør til lekestativ
    * Klatre og turne
    * Sklier
    * Huskeseter og tilbehør
    * Forankring og fallunderlag
    * Huskeseter og tilbehør
   
   
 * Forankring og fallunderlag
 * Sklier
 * PRO
 * Inspiration

Søk
 * Lekestativ
    * Lekestativ

 * Huskestativ
    * Huskestativ
   
    * Huskeseter og tilbehør

 * Tilbehør
    * Tilbehør
      * Forankring og fallunderlag
      * Tilbehør til lekestativ
      * Huskeseter og tilbehør
      * Klatre og turne
      * Sklier

 * PRO
 * SALE!


Hopp til innhold
 * Huskestativ Show all
 * Tilbehør Show all
 * Fallunderlag og forankring Show all
 * Huskeseter og tilbehør Show all
 * PRO Show all

Onze bestsellers

Lekeborg Wickey Smart Legend 150

Så lav som 12.789,00 kr Vanlig pris 15.299,00 kr


Klatrestativ Wickey Smart Zone
SALE 25%
Så lav som 9.729,00 kr Vanlig pris 12.799,00 kr


View more Bestsellers


DERFOR WICKEY


MAKSIMAL SIKKERHET

Sikkerheten til barna dine er selvsagt det aller viktigste for oss. Derfor
innestår vi med vårt Wickey kvalitetsstempel for den høyeste kvalitet og
maksimal sikkerhet.


LEKESTATIVER DESIGNED IN GERMANY

Trykkimpregnert treverk av gran og furu fra Europa gir våre lekeapparater deres
individuelle karakter. På alle lekeapparatene av tre gir vi 10 års garanti¹.


ERFARING GJØR UTSLAGET

Vi er spesielt stolte over å ha begeistret millioner av tilfredse kunder fra
hele Europa med produktene våre. I det store vareutvalget vårt finner alle
familier sitt perfekte lekeapparat av tre.


KUNDESTØTTE

Har du spørsmål eller trenger du hjelp? Hos Wickey har du personlige og
toppmoderne digitale hjelpere til din disposisjon.

Mer informasjon her



LEKESTATIV, HUSKER OG SANDKASSER FRA WICKEY

Wickey anser seg som pioner når det gjelder utviklingen av høykvalitets
lekestativ og utendørs lekeapparater for barn. De kreative og omsorgsfullt
utformede lekeapparatene våre i tre forvandler både hager og offentlige
lekeplasser til vidunderlig eventyrparadis for pirater og prinsesser! Enten det
er husker, klatrestativ, sandkasser eller lekestativ med sklie – alle Wickeys
lekeapparater overbeviser med sin høye kvalitet og sitt unike design.

Kombiner et lekestativ med et huskestativ, eller utvid lekehus med en sandkasse
– kreativiteten kjenner ingen grenser! Fargerikt tilbehør til klatrestativet
eller til lekehuset på stolper gjør lekeopplevelsen perfekt. Ved siden av lek og
moro, er vi særlig opptatt av barnas sikkerhet. Derfor bruker vi bare
høykvalitets, trykkimpregnert treverk til hagelekeapparatene våre.
Impregneringen beskytter treet mot vær og vind og sikrer det et langt liv.
Oppdag de uendelige lekemulighetene Wickey har å by på, og skap ditt eget
personlige lekparadis!

 * Kontaktskjema Vi står til din tjeneste med råd og dåd
 * +44 (0) 330-808 024 0 Mandag - fredag 9.00-16.00 óra
   
   

Nyhetsbrev

Register now and get a 25€ discount code.

E-post adresse

Abonner



This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of
Service apply.

I would like to receive information, competitions and offers relating to the
Wickey range. The dispatch takes place in accordance with our data protection
declaration and you can unsubscribe from the newsletter at any time.


NEWSLETTER

Eksklusive tilbud, utlodninger og informasjon

Jeg vil gjerne få tilsendt opplysninger, gevinstspill og tilbud knyttet
til Wickeys vareutvalg. Utsending skjer i samsvar med vår personvernerklæring og
du kan når som helst avbestille nyhetsbrevene.


FØLG OSS PÅ

 * 
 * 
 * 
 * 

Copyright Wickey © 2023. All Rights Reserved. Kolofon | Personvernerklæring |
Forretningsvilkår | Angrerett | Fatmoose.no

¹ Den nevnte garantien gjelder for alt treverket vårt, hvis du kjøper ankeret
vårt samtidig. I alle andre tilfeller gjelder lovfestet garanti. Vil du ha mer
informasjon om garantien og hva den omfatter, finner du det i garantierklæringen
vår.

* gjelder for det norske fastlandet, det tas forbehold om spesialbestemmelser

Close in false's



Sammenlign 0 Produkter

Sammenlign 0 Produkter