walk-store.com Open in urlscan Pro
2606:4700:20::ac43:4847  Public Scan

URL: https://walk-store.com/
Submission: On March 25 via api from US — Scanned from US

Form analysis 11 forms found in the DOM

GET https://walk-store.com/catalogsearch/result/

<form class="flex form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://walk-store.com/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <div class="w-full relative">
    <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" maxlength="128" class="w-full md:w-[13rem] lg:w-full xl:w-auto p-2 pl-5 text-lg leading-normal transition appearance-none text-grey-800
                lg:text-xl rounded-l-full border-gray-500 focus:!border-gray-500 focus:!ring-offset-0 focus:!ring-0 focus:!shadow-none" @focus.once="suggest" @input.debounce.300="suggest"
      @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
    <template x-if="suggestions.length > 0">
      <div class="absolute w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1">
        <template x-for="suggestion in suggestions">
          <div class=" flex justify-between p-2 bg-container-lighter even:bg-container mb-1 cursor-pointer
                                 border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
            <span x-text="suggestion.title"></span>
            <span x-text="suggestion.num_results"></span>
          </div>
        </template>
      </div>
    </template>
  </div>
  <button type="submit" title="Search" class="action search flex items-center justify-center no-underline h-[45px] lg:h-[46px] hover:text-black m-0 bg-gray-200  px-6  border-r border-t border-b border-gray-500 rounded-r-full" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48" class="w-6 h-6" role="img">
      <g transform="rotate(90 24 24)">
        <g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4">
          <path d="M21 38c9.389 0 17-7.611 17-17S30.389 4 21 4S4 11.611 4 21s7.611 17 17 17Z"></path>
          <path stroke-linecap="round" d="M26.657 14.343A7.975 7.975 0 0 0 21 12a7.975 7.975 0 0 0-5.657 2.343m17.879 18.879l8.485 8.485"></path>
        </g>
      </g>
      <title>search</title>
    </svg>
  </button>
</form>

GET https://walk-store.com/catalogsearch/result/

<form class="flex form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://walk-store.com/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <div class="w-full relative">
    <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" maxlength="128" class="w-full md:w-[13rem] lg:w-full xl:w-auto p-2 pl-5 text-lg leading-normal transition appearance-none text-grey-800
                lg:text-xl rounded-l-full border-gray-500 focus:!border-gray-500 focus:!ring-offset-0 focus:!ring-0 focus:!shadow-none" @focus.once="suggest" @input.debounce.300="suggest"
      @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
    <template x-if="suggestions.length > 0">
      <div class="absolute w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1">
        <template x-for="suggestion in suggestions">
          <div class=" flex justify-between p-2 bg-container-lighter even:bg-container mb-1 cursor-pointer
                                 border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
            <span x-text="suggestion.title"></span>
            <span x-text="suggestion.num_results"></span>
          </div>
        </template>
      </div>
    </template>
  </div>
  <button type="submit" title="Search" class="action search flex items-center justify-center no-underline h-[45px] lg:h-[46px] hover:text-black m-0 bg-gray-200  px-6  border-r border-t border-b border-gray-500 rounded-r-full" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 48 48" class="w-6 h-6" role="img">
      <g transform="rotate(90 24 24)">
        <g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4">
          <path d="M21 38c9.389 0 17-7.611 17-17S30.389 4 21 4S4 11.611 4 21s7.611 17 17 17Z"></path>
          <path stroke-linecap="round" d="M26.657 14.343A7.975 7.975 0 0 0 21 12a7.975 7.975 0 0 0-5.657 2.343m17.879 18.879l8.485 8.485"></path>
        </g>
      </g>
      <title>search</title>
    </svg>
  </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Endereço de Email</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Palavra-passe</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Iniciar Sessão </button>
      <a href="https://walk-store.com/customer/account/forgotpassword/">
Esqueceste-te da Palavra-passe? </a>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7636/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7636/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="7636">
  <a href="https://walk-store.com/on-cloudvista-sapatilhas-homem.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-7636.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/s/a/sapatilhas-homem-on-cloudvista00001.jpg" loading="lazy" width="750" height="1000" alt="Cloudvista" title="Cloudvista">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/on-cloudvista-sapatilhas-homem.html">
Sapatilhas On-Running Cloudvista </a>
    </div>
    <script>
      function initPriceBox__6600cce4e6e91() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce4e6e91()" @update-prices-7636.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7636" data-price-box="product-id-7636"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-7636" data-price-amount="159.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">159,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7572/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7572/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="7572">
  <a href="https://walk-store.com/on-the-roger-advantage-sapatilhas-homem.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-7572.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/s/a/sapatilhas-homem-on-roger00001.jpg" loading="lazy" width="750" height="1000" alt="The Roger Advantage" title="The Roger Advantage">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/on-the-roger-advantage-sapatilhas-homem.html">
Sapatilhas On-Running The Roger Advantage </a>
    </div>
    <script>
      function initPriceBox__6600cce4f2dc2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce4f2dc2()" @update-prices-7572.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7572" data-price-box="product-id-7572"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-7572" data-price-amount="149.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">149,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7544/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7544/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="7544">
  <a href="https://walk-store.com/lacoste-tclip-sapatilhas-mulher-nova-colecao-r-1.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #A90202;color:white;">-15%</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-7544.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/5/0/5012123965734_1.jpg" loading="lazy" width="750" height="1000" alt="T-Clip" title="T-Clip">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/lacoste-tclip-sapatilhas-mulher-nova-colecao-r-1.html">
Sapatilhas Lacoste T-Clip </a>
    </div>
    <script>
      function initPriceBox__6600cce504eb5() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce504eb5()" @update-prices-7544.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7544" data-price-box="product-id-7544"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-7544" data-price-amount="72.21" data-price-type="finalPrice" class="price-wrapper "><span class="price">72,21&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price sly-old-price no-display">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="old-price-7544" data-price-amount="84.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">84,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7439/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7439/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="7439">
  <a href="https://walk-store.com/new-balance-550-sapatilhas-mulher-r-2.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-7439.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/1/9/197375511658_1.jpg" loading="lazy" width="750" height="1000" alt="550" title="550">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/new-balance-550-sapatilhas-mulher-r-2.html">
Sapatilhas New Balance 550 </a>
    </div>
    <script>
      function initPriceBox__6600cce50bc54() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce50bc54()" @update-prices-7439.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7439" data-price-box="product-id-7439"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-7439" data-price-amount="89.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">89,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7431/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7431/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="7431">
  <a href="https://walk-store.com/new-balance-550-sapatilhas-homem.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #A90202;color:white;">-15%</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-7431.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/1/9/194768756993_1.jpg" loading="lazy" width="750" height="1000" alt="550" title="550">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/new-balance-550-sapatilhas-homem.html">
Sapatilhas New Balance 550 </a>
    </div>
    <script>
      function initPriceBox__6600cce5120b7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce5120b7()" @update-prices-7431.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7431" data-price-box="product-id-7431"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-7431" data-price-amount="118.96" data-price-type="finalPrice" class="price-wrapper "><span class="price">118,96&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price sly-old-price no-display">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="old-price-7431" data-price-amount="139.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">139,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7349/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/7349/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="7349">
  <a href="https://walk-store.com/skechers-uno-shimmer-sapatilhas-mulher.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #A90202;color:white;">-15%</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-7349.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/1/9/196311398858_1.jpg" loading="lazy" width="750" height="1000" alt="Uno - Shimmer" title="Uno - Shimmer">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/skechers-uno-shimmer-sapatilhas-mulher.html">
Sapatilhas Skechers Uno - Shimmer </a>
    </div>
    <script>
      function initPriceBox__6600cce51939d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce51939d()" @update-prices-7349.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7349" data-price-box="product-id-7349"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-7349" data-price-amount="76.46" data-price-type="finalPrice" class="price-wrapper "><span class="price">76,46&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price sly-old-price no-display">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="old-price-7349" data-price-amount="89.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">89,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/6153/

<form method="post" action="https://walk-store.com/checkout/cart/add/uenc/%25uenc%25/product/6153/" class="item product product-item product_addtocart_form flex flex-col w-full ">
  <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q"> <input type="hidden" name="product" value="6153">
  <a href="https://walk-store.com/new-balance-530-sapatilhas-mulher-7-r.html" class="product photo product-item-photo block mx-auto  relative" tabindex="-1">
<div class="absolute top-2 flex flex-row justify-between w-full">
<div class="ml-2 mr-2 py-2 px-4 font-semibold border-1 rounded" style="background-color: #D9D9D9;">NOVO</div>
</div>
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6153.window="$root.src = $event.detail" src="https://walk-store.com/media/catalog/product/cache/007dc6e82fffa21641861782cc7abc49/s/a/sapatilhas-mulher-530-nb-walkstore00001_1.jpeg" loading="lazy" width="750" height="1000" alt="530" title="530">
</a>
  <div class="border-b-2 pt-3 product-info flex flex-col grow pb-3 pr-2 justify-end pl-2.5">
    <div class="mt-2 mb-1 items-center justify-center text-primary  font-normal text-sm ">
      <a class="product-item-link uppercase hover:underline" href="https://walk-store.com/new-balance-530-sapatilhas-mulher-7-r.html">
Sapatilhas New Balance 530 </a>
    </div>
    <script>
      function initPriceBox__6600cce5205c6() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__6600cce5205c6()" @update-prices-6153.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6153" data-price-box="product-id-6153"><span class="normal-price">
          <span class="price-container price-final_price tax weee rewards_earn">
            <span id="product-price-6153" data-price-amount="119.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">119,95&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="justify-center pt-3 flex items-center gap-2">
      <div class="w-auto justify-center mr-auto">
        <div class="text-right">
          <p class="flex items-center justify-end align-middle available gap-x-2 stock" title="Disponibilidade">
            <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span>
            <span>Em stock</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</form>

POST https://walk-store.com/newsletter/subscriber/new/

<form class="form subscribe" action="https://walk-store.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="mb-3  text-base font-bold tracking-widest title-font"> Newsletter </div>
  <div class="flex justify-center gap-2 md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> Endereço de Email </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input text-black inline-flex w-full rounded-sm border-0 focus:!border-0 focus:rounded-sm focus:!shadow-none focus:!ring-0" placeholder="Email">
    <input name="form_key" type="hidden" value="aPA6SnGtMqxgCd9q">
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn font-semibold btn-primary bg-[#7F7F7F] text-black hover:bg-[#7F7F7F] hover:text-black  border-0 hover:border-0 rounded-sm"> 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" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

The wishlist name can't be left blank
x

Utilizamos cookies para melhorar a navegação dos nossos utilizadores.

Para cumprir com a nova legislação de privacidade, precisamos de pedir o teu
consentimento para continuar a usar cookies.

Lê a política de privacidade

Permitir Cookies
x

Utilizamos cookies para melhorar a navegação dos nossos utilizadores.

Para cumprir com a nova legislação de privacidade, precisamos de pedir o teu
consentimento para continuar a usar cookies.

Lê a política de privacidade

Permitir Cookies
Ir para o Conteúdo

Entrega grátis para compras superiores a 50€ para Portugal continental e Espanha

flag-icon-pt PT chevron-down
flag-icon-es ES
HOMEM


CALÇADO

 * Sapatilhas
 * Botas
 * Chinelos
 * Sapatos


ROUPA

 * T-Shirts
 * Hoodies & Sweatshirts
 * Calções
 * Casacos
 * Joggers & Calças de Fato Treino


ACESSÓRIOS

 * Mochilas
 * Chapéus & Gorros
 * Meias
 * Roupa Interior
 * Outros

MULHER


CALÇADO

 * Sapatilhas
 * Botas


ROUPA

 * T-shirts & Tops
 * Hoodies & Sweatshirts
 * Calções
 * Casacos
 * Leggings
 * Joggers & Calças de Fato Treino


ACESSÓRIOS

 * Mochilas
 * Chapéus & Gorros
 * Meias
 * Outros

MARCAS
PROMOÇÕES
NOVIDADES
Homem chevron-right
chevron-left Homem Ver tudo Calçado Homem
Sapatilhas Homem Botas Homem Chinelos Homem Ver tudo
Roupa Homem
T-shirts Homem Hoodies & Sweatshirts Homem Calções Homem Casacos Homem Joggers &
Calças de Fato Treino Homem Ver tudo
Acessórios Homem
Mochilas Homem Chapéus & Gorros Homem Meias Homem Roupa Interior Homem Outros
Ver tudo
Mulher chevron-right
chevron-left Mulher Ver tudo Calçado Mulher
Sapatilhas Mulher Botas Mulher Chinelos Mulher Ver tudo
Roupa Mulher
T-shirts & Tops Mulher Hoodies & Sweatshirts Mulher Calções Mulher Casacos
Mulher Leggings Mulher Joggers & Calças de Fato Treino Mulher Ver tudo
Acessórios Mulher
Mochilas Mulher Chapéus & Gorros Mulher Meias Mulher Outros Ver tudo
Marcas
Promoções
Novidades
Search

search
Iniciar Sessão Criar conta
Cart shopping-bag 0
Search

search
x


O MEU CARRINHO

x







pencil trash

Subtotal:

Finalizar Compra ou Ver e editar carrinho
loader
Carregando...
x

Finaliza a compra utilizando a tua conta

Endereço de Email

Palavra-passe

Iniciar Sessão Esqueceste-te da Palavra-passe?


Finalizar compra como um novo cliente

Criar conta oferece muitas vantagens:

 * Ver encomenda e estado do envio
 * Acompanhar o histórico da encomenda
 * Finalizar a compra mais rápido

Criar conta

x
chevron-left

chevron-right

Escolhe as Melhores Marcas

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

Homem
Mulher
Promoções
Novidades
Marcas

Pagamentos Seguros

Envios Rápidos

Qualidade Garantida

Produtos Oficiais

Mais Vendidos
chevron-left chevron-right
chevron-left chevron-right
NOVO
Sapatilhas On-Running Cloudvista
159,95 €

Em stock

NOVO
Sapatilhas On-Running The Roger Advantage
149,95 €

Em stock

NOVO
-15%
Sapatilhas Lacoste T-Clip
72,21 € 84,95 €

Em stock

NOVO
Sapatilhas New Balance 550
89,95 €

Em stock

NOVO
-15%
Sapatilhas New Balance 550
118,96 € 139,95 €

Em stock

NOVO
-15%
Sapatilhas Skechers Uno - Shimmer
76,46 € 89,95 €

Em stock

NOVO
Sapatilhas New Balance 530
119,95 €

Em stock

ARRISCAS?

Estás a um passo da aventura.

Encontra o teu caminho!

DE A A Z!

Grande variedade de marcas com o máximo conforto e durabilidade.

Compra Agora



WALKSTORE

 * Sobre Nós
 * A Minha Conta
 * Informação da Encomenda
 * Contactos

INFORMAÇÕES

 * FAQS
 * Política de Privacidade
 * Termos e Condições
 * Envios e Devoluções
 * Livro de Reclamações

MÉTODOS DE PAGAMENTO

REDES SOCIAIS



CONTATE-NOS

info@walk-store.com

+351 914 120 696


Chamada para rede móvel nacional



Newsletter
Endereço de Email

Subscrever

exclamation-circle

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

© 2024 WALKSTORE — Todos os direitos reservados

Magento by Waterstone