hyva.wickey.pt Open in urlscan Pro
95.216.18.87  Public Scan

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

Form analysis 8 forms found in the DOM

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

<form class="form minisearch relative" id="search_mini_form" x-ref="form" action="https://hyva.wickey.pt/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="" 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="Search" 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.pt/catalogsearch/result/

<form class="form minisearch relative" id="search_mini_form" x-ref="form" action="https://hyva.wickey.pt/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</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="Search" 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.pt/checkout/cart/add/uenc/%25uenc%25/product/6723/

<form method="post" action="https://hyva.wickey.pt/checkout/cart/add/uenc/%25uenc%25/product/6723/" 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 4" style="margin-right: 1rem; width: calc(((100% + 1rem) / 4) - 1rem);">
  <input name="form_key" type="hidden" value="U1DfxzsfoYuwhIJM"> <input type="hidden" name="product" value="6723">
  <a href="https://hyva.wickey.pt/parque-infantil-com-estrutura-de-escalada-rocketflyer" 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">
                Parque infantil Wickey RocketFlyer            </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.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_multiflyer_holzdach_spielturm_814646_1_3.webp">
        <source type="image/jpg" srcset="https://hyva.wickey.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_multiflyer_holzdach_spielturm_814646_1_3.jpg">
    <img class="object-contain mx-auto max-h-[240px] my-2 product-image-photo" src="https://hyva.wickey.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_multiflyer_holzdach_spielturm_814646_1_3.jpg" loading="lazy" width="240" height="300" alt="Parque infantil Wickey RocketFlyer  1000512_k" title="Parque infantil Wickey RocketFlyer  1000512_k"></picture>

    </a>
  <div class="product-info flex justify-between items-end mt-auto">
    <script>
      function initPriceBox__64de6201421f7() {
        return {
          finalPrice: 819.95,
          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__64de6201421f7()" @update-prices-6723.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6723" data-price-box="product-id-6723"><span class="normal-price font-bold">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="product-price-6723" data-price-amount="819.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">819,95 €</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">Regular Price</span>
            <span id="old-price-6723" data-price-amount="1079.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">1.079,95 €</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(6723)" @click.prevent="addToWishlist()" @private-content-loaded.window="receiveWishlistData($event.detail.data)" aria-label="Adicionar à Lista de Desejos" 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="Adicionar ao carrinho" 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.pt/checkout/cart/add/uenc/%25uenc%25/product/1746/

<form method="post" action="https://hyva.wickey.pt/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-visible is-next"
  id="splide01-slide02" role="group" aria-roledescription="slide" aria-label="2 of 4" style="margin-right: 1rem; width: calc(((100% + 1rem) / 4) - 1rem);">
  <input name="form_key" type="hidden" value="U1DfxzsfoYuwhIJM"> <input type="hidden" name="product" value="1746">
  <a href="https://hyva.wickey.pt/parque-infantil-com-baloico-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">
                Parque Infantil 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.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_legend_150_spielturm_814081_1.webp">
        <source type="image/jpg" srcset="https://hyva.wickey.pt/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.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_legend_150_spielturm_814081_1.jpg" loading="lazy" width="240" height="300" alt="Parque Infantil Wickey Smart Legend 150  814081_k" title="Parque Infantil Wickey Smart Legend 150  814081_k"></picture>

    </a>
  <div class="product-info flex justify-between items-end mt-auto">
    <script>
      function initPriceBox__64de6207832dc() {
        return {
          finalPrice: 1199.95,
          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__64de6207832dc()" @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">As low as</span>
            <span id="product-price-1746" data-price-amount="1199.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">1.199,95 €</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">Regular Price</span>
            <span id="old-price-1746" data-price-amount="1479.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">1.479,95 €</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="Adicionar à Lista de Desejos" 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="Adicionar ao carrinho" 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.pt/checkout/cart/add/uenc/%25uenc%25/product/2983/

<form method="post" action="https://hyva.wickey.pt/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"
  id="splide01-slide03" role="group" aria-roledescription="slide" aria-label="3 of 4" style="margin-right: 1rem; width: calc(((100% + 1rem) / 4) - 1rem);">
  <input name="form_key" type="hidden" value="U1DfxzsfoYuwhIJM"> <input type="hidden" name="product" value="2983">
  <a href="https://hyva.wickey.pt/parque-infantil-com-escalada-com-baloico-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">
                Parque Infantil com Escalada 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: 80px; 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 15%        </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.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_zone_spielturm_818098_1_4.webp">
        <source type="image/jpg" srcset="https://hyva.wickey.pt/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.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/w/_/w_smart_zone_spielturm_818098_1_4.jpg" loading="lazy" width="240" height="300" alt="Parque Infantil com Escalada Wickey Smart Zone  818098_k" title="Parque Infantil com Escalada Wickey Smart Zone  818098_k"></picture>


    
    </a>
  <div class="product-info flex justify-between items-end mt-auto">
    <script>
      function initPriceBox__64de620ccf932() {
        return {
          finalPrice: 979.95,
          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__64de620ccf932()" @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">As low as</span>
            <span id="product-price-2983" data-price-amount="979.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">979,95 €</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">Regular Price</span>
            <span id="old-price-2983" data-price-amount="1179.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">1.179,95 €</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="Adicionar à Lista de Desejos" 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="Adicionar ao carrinho" 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.pt/checkout/cart/add/uenc/%25uenc%25/product/9354/

<form method="post" action="https://hyva.wickey.pt/checkout/cart/add/uenc/%25uenc%25/product/9354/" class="splide__slide item product product-item product_addtocart_form card card-interactive flex flex-col gap-1 w-full is-visible"
  id="splide01-slide04" role="group" aria-roledescription="slide" aria-label="4 of 4" style="margin-right: 1rem; width: calc(((100% + 1rem) / 4) - 1rem);">
  <input name="form_key" type="hidden" value="U1DfxzsfoYuwhIJM"> <input type="hidden" name="product" value="9354">
  <a href="https://hyva.wickey.pt/casa-sobre-pilares-com-escada-de-seguranca-smart-seaway" 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">
                Casa sobre pilares Wickey Smart Seaway            </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-9354-prodwidget amlabel-position-wrapper" style="line-height: normal; position: absolute; display: block; width: 83px; height: 20px; top: 0px; left: 0px;"><div class="amasty-label-container
            amasty-label-container-1-9354-cat            amasty-label-for-9354            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-9354-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;9354&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;9354&quot;,
                selector: &quot;.amasty-label-container-1-9354-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 30%        </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.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/s/m/smart_seaway_spielturm_820804_1_n.webp">
        <source type="image/jpg" srcset="https://hyva.wickey.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/s/m/smart_seaway_spielturm_820804_1_n.jpg">
    <img class="object-contain mx-auto max-h-[240px] my-2 product-image-photo" src="https://hyva.wickey.pt/media/catalog/product/cache/6635387c734c03c6775b25c7b96a2384/s/m/smart_seaway_spielturm_820804_1_n.jpg" loading="lazy" width="240" height="300" alt="Casa sobre pilares Wickey Smart Seaway  820804_k" title="Casa sobre pilares Wickey Smart Seaway  820804_k"></picture>


    
    </a>
  <div class="product-info flex justify-between items-end mt-auto">
    <script>
      function initPriceBox__64de6213f1791() {
        return {
          finalPrice: 1319.95,
          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__64de6213f1791()" @update-prices-9354.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="9354" data-price-box="product-id-9354"><span class="normal-price font-bold">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">As low as</span>
            <span id="product-price-9354" data-price-amount="1319.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">1.319,95 €</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">Regular Price</span>
            <span id="old-price-9354" data-price-amount="1879.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">1.879,95 €</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(9354)" @click.prevent="addToWishlist()" @private-content-loaded.window="receiveWishlistData($event.detail.data)" aria-label="Adicionar à Lista de Desejos" 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="Adicionar ao carrinho" 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.pt/newsletter/subscriber/new/

<form class="form subscribe" action="https://hyva.wickey.pt/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"> Endereço de Email </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full max-w-none" placeholder="Endereço de email">
    <input name="form_key" type="hidden" value="U1DfxzsfoYuwhIJM">
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <button class="btn btn-primary"> Subscrever </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=43bfe7135e

<form id="mc-embedded-subscribe-form" class="validate" action="https://wickey.us16.list-manage.com/subscribe/post?u=2970fc7ea6b2820ad70c1d828&amp;id=43bfe7135e" 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="Endereço de e-mail"></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_43bfe7135e" type="text" value=""></div>
      <div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Pedir agora"></div>
    </div>
  </div>
</form>

Text Content

Poupe até 40%!Aproveite já

Search

Serviço

CONTACTO & ASSISTÊNCIA

Tem alguma dúvida ou precisa de ajuda? Estamos aqui para ajudar e fazêmo-lo com
gosto!

 * Perguntas frequentes
 * Vídeo de montagem
 * Formulário de contacto

 *  
   Serviço ao cliente +351 (0) 308 802 309
   
   Segunda-feira - Sexta-feira 8.00 - 15.00 excepto feriados públicos

0 artigo artigos
Lista de desejos
Iniciar Sessão Criar uma Conta
Cart 0
Wickey PT
 * 
   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.no
 * 
   wickey.co.uk
 * 
   wickey.ie
 * 
   wickey.ro
 * 
   wickey.lu
 * 
   wickey.sk
 * 
   wickey.hr
 * 
   wickey.bg
 * 
   wickey.nl
 * 
   wickey.nl
 * 
   wickey.nl

 * Início
 * Parque infantil
    * Parque infantil
      * Parque infantil
   
   
 * Baloiços
 * PROMOÇĀO!
 * Acessórios
    * Acessórios
      * Ancoragem e pavimentos de segurança
      * Acessórios para parque infantil
      * Escalada e ginástica
      * Escorregas
      * Acessórios para baloiço
   
   
 * Ancoragem e pavimentos de segurança
 * Escorregas
 * Inspiration

Search
 * Parque infantil
    * Parque infantil

 * Baloiços
    * Baloiços
   
    * Acessórios para baloiço

 * Acessórios
    * Acessórios
      * Ancoragem e pavimentos de segurança
      * Acessórios para parque infantil
      * Acessórios para baloiço
      * Escalada e ginástica
      * Escorregas

 * PROMOÇĀO!


Ir para o Conteúdo
 * Parque infantil Show all
 * Baloiços Show all
 * Acessórios Show all
 * Ancoragem e pavimentos de segurança Show all
 * Acessórios para baloiço Show all
 * PRO Show all

Onze bestsellers

Parque infantil Wickey RocketFlyer

As low as 819,95 € Regular Price 1.079,95 €


Parque Infantil Wickey Smart Legend 150

As low as 1.199,95 € Regular Price 1.479,95 €


Parque Infantil com Escalada Wickey Smart Zone
SALE 15%
As low as 979,95 € Regular Price 1.179,95 €


Casa sobre pilares Wickey Smart Seaway
SALE 30%
As low as 1.319,95 € Regular Price 1.879,95 €


View more Bestsellers


RAZÕES PARA ESCOLHER A WICKEY


SEGURANÇA MÁXIMA

A segurança das crianças é, obviamente, a nossa prioridade. Por isso, colocamos
o selo de qualidade Wickey que garante a máxima qualidade e a máxima segurança.


PARQUES INFANTIS CONCEBIDOS NA ALEMANHA

A madeira de pinho e abeto com impregnação autoclave, proveniente da Europa,
confere o seu carácter individual aos nossos equipamentos para parques infantis.
Garantia¹ de 10 anos a todos os nossos equipamentos de madeira


A EXPERIÊNCIA PREVALECE

Estamos particularmente orgulhosos por os nossos produtos impressionarem milhões
de clientes satisfeitos por toda a Europa. Na nossa vasta gama, cada família
encontra o equipamento de madeira perfeito para si.


APOIO AO CLIENTE

Tem alguma dúvida ou precisa de ajuda? Na Wickey, oferecemos-lhe ajuda
personalizada e ajuda digital de última geração.

Mais informações



ANÓNIMO

Portugal

5

“Gostei, da qualidade, preço, facilidade de montagem, recomendo a wickey”


JÁ 79 CLIENTES DEIXARAM UMA AVALIAÇÃO

Estrelas 4,6 799 avaliações

Ler mais avaliações




ENCOMENDAR PARQUES INFANTIS, BALOIÇOS E CAIXA DE AREIA INFANTIL ONLINE NA WICKEY

Bem-vindo à loja online da Wickey, a sua especialista em parques infantis e
brinquedos de jardim, projetados e fabricados por nós para as suas crianças. Os
equipamentos para parques infantis em madeira são adequados tanto para jardins
domésticos, como também para parques infantis públicos. Quer seja um baloiço,
uma torre de escalada, uma caixa de areia infantil para crianças ou um parque
infantil com escorrega: Todos os nossos brinquedos para exterior conquistam
através da elevada qualidade, design único e preços atrativos!

Deseja ampliar o seu parque infantil com uma armação para baloiço, uma casinha
para brincar ou uma caixa de areia infantil? Ou quer instalar adicionalmente um
baloiço infantil no jardim? Não há qualquer problema, pois os nossos brinquedos
de jardim da Wickey podem ser combinados! Pode construir você mesmo o parque
infantil juntamente com a sua família. As suas crianças irão adorar poder
ajudá-lo ativamente. Em todos os brinquedos para jardim da Wickey, desde os
parques infantis com escalada e as casas sobre pilares até às caixas de areia
infantis, utilizámos exclusivamente madeira de elevada qualidade. Por isso,
beneficia de uma garantia de 10 anos em todos os brinquedos de jardim em madeira
impermeabilizada da Wickey. Descubra agora o modelo preferido de toda a família!

 * Formulário para contacto Estamos ao seu inteiro dispor, para ajudar e/ou
   aconselhar
 * +351 (0)308 802 309 Segunda-feira - Sexta-feira 8.00 - 15.00
   
 * Perguntas frequentes Respostas abrangentes às questões mais importantes

Newsletter

Register now and get a 25€ discount code.

Endereço de Email

Subscrever



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

Informações, ofertas e concursos exclusivos

Gostaria de receber informações, ofertas e concursos sobre a gama de produtos
Wickey. O envio é efetuado conforme o disposto na nossa Política de
Privacidade e pode revogar o consentimento para receber a newsletter a todo o
momento.


SIGA-NOS

 * 
 * 
 * 
 * 

Copyright Wickey © 2023. All Rights Reserved. Informação legal | Política de
privacidade | Termos e Condições de Serviço | Direito de rescisão | Lista de
distribuidores

¹ A garantia indicada é válida para todas as peças de madeira, com compra
simultânea dos nossos acessórios de ancoragem. Para qualquer outro caso,
aplica-se a garantia legal de dois anos. Pode encontrar na nossa Declaração de
Garantia mais informações sobre o escopo da garantia e a sua reivindicação.

*válido para Portugal continental, sujeito a regulamentos especiais

Close in false's



Comparar 0 Produtos

Comparar 0 Produtos