www.teakea.nl Open in urlscan Pro
2606:4700:3031::6815:505  Public Scan

Submitted URL: https://trk.klclick2.com/ls/click?upn=9HhqGU4yCDh2vL4oeE8rUgJacQIZdA8a2pJ4-2Fd1BCb5axkMokoKhC2QGU8TXq1AklSsrSV6pYqwYvrq8D...
Effective URL: https://www.teakea.nl/wonen/woonaccessoires/decoratie-ladders?utm_source=Klaviyo&utm_medium=campaign&_kx=VZafAgo7uFP_p...
Submission: On December 24 via api from BE — Scanned from DE

Form analysis 25 forms found in the DOM

GET https://www.teakea.nl/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.teakea.nl/catalogsearch/result/" method="get" role="search">
  <div class=""><label class="sr-only" for="search">Waar ben je naar op zoek?</label> <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search"
      class="w-full p-5 text-base md:text-lg rounded-full leading-normal transition appearance-none text-grey-800 lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Waar ben je naar op zoek?"
      maxlength="60" @search-open.window.debounce.10=" $el.focus() $el.select() "><button href="#" class="p-5 -ml-20" x-on:input.debounce="getSearchResults()" "=""><svg xmlns=" http://www.w3.org/2000/svg" class="h-6 w-6 mb-[-4px]" fill="none"
      viewBox="0 0 24 24" stroke="black" stroke-width="2">
      <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>
    </button></div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-white border border-solid border-black z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4"><template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class=""><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
          </template><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template><template x-for="searchResult in searchResultByType">
            <div class="hover:bg-gray-100"> <template
                x-if="searchResult.type == 'term'"><a class="w-full block p-2" x-bind:href="'https://www.teakea.nl/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span></a></template>
              <template
                x-if="searchResult.type == 'product'"><a class="w-full block" :href="searchResult.url" :title="searchResult.title"><div class="grid grid-cols-4 gap-4 p-3"><div><img :src="searchResult.image" class="inline-block"></div><div class="col-span-3"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm font-bold" x-html="searchResult.price"></span></div></div></a></template>
              <template
                x-if="searchResult.type == 'category'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span> <span class="text-sm" x-text="searchResult.title"></span></a></template>
              <template
                x-if="searchResult.type == 'product_attribute'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span></a></template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script> <template x-if="searchResult.type == 'cms_page'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span></a></template>
            </div>
          </template></div>
      </template></div>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required"><label class="label" for="form-login-username" form="login-form"><span>Email adres</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>Wachtwoord</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="flex pagebuilder-button-secondary mx-auto mb-10">Login</button>
      <a href="https://www.teakea.nl/customer/account/forgotpassword/">Wachtwoord vergeten?</a></div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41526/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41526/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41526">
  <a href="https://www.teakea.nl/ladder-decoratie-ladder-teakhout-met-rvs-stijlen-naturel-175" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41526.window="$root.src = $event.detail" loading="eager" fetchpriority="high" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/a/ladder_stainless_natural_teak_mood_4__4.jpg" width="360" height="360" alt="Decoratie ladder Teakhout met RVS stijlen" title="Decoratie ladder Teakhout met RVS stijlen"></a>
  <a href="https://www.teakea.nl/ladder-decoratie-ladder-teakhout-met-rvs-stijlen-naturel-175" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/ladder-decoratie-ladder-teakhout-met-rvs-stijlen-naturel-175" :id="`slide-desc-41526-${$id('slider-id')}`">Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x175</a></div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41526'] = {
        "item_id": "RVS ladder-Naturel-175",
        "item_sku": "RVS ladder-Naturel-175",
        "magento_sku": "RVS ladder-Naturel-175",
        "magento_id": "41526",
        "item_name": "Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x175",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 79,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 0
      };
    </script>
    <script>
      function initPriceBox__6587f7b803745() {
        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 && (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__6587f7b803745()" @update-prices-41526.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41526" data-price-box="product-id-41526"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D41526']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D41526')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-41526-1"><span class="price">€&nbsp;79,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D41526']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D41526')" data-price-amount="139" data-price-type="oldPrice" class="price-wrapper " id="old-price-41526-1"><span class="price">€&nbsp;139,00</span></span> </span></span>
        <span> <b class="showdiscount">43% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto"
        aria-label="In winkelwagen Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x175"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25"
          height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41526)"
        aria-label="Voeg toe om te vergelijken Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41219/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41219/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41219">
  <a href="https://www.teakea.nl/vouwbare-houten-decoratie-kleding-ladder-naturel-teak-50x5x135-1" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41219.window="$root.src = $event.detail" loading="eager" fetchpriority="high" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/i/m/img_20221005_141752_wb.jpg" width="360" height="360" alt="Teak ladder Rustiek Vouwbaar 50 x 5 x 135" title="Teak ladder Rustiek Vouwbaar 50 x 5 x 135"></a>
  <a href="https://www.teakea.nl/vouwbare-houten-decoratie-kleding-ladder-naturel-teak-50x5x135-1" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/vouwbare-houten-decoratie-kleding-ladder-naturel-teak-50x5x135-1" :id="`slide-desc-41219-${$id('slider-id')}`">Vouwbare Houten Kleding Rek | Handdoekadder | Rustiek Teak | 50x5x135</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41219'] = {
        "item_id": "vouwbareladder135-rustiekteak",
        "item_sku": "vouwbareladder135-rustiekteak",
        "magento_sku": "vouwbareladder135-rustiekteak",
        "magento_id": "41219",
        "item_name": "Vouwbare Houten Kleding Rek | Handdoekadder | Rustiek Teak | 50x5x135",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 74.25,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 0
      };
    </script>
    <script>
      function initPriceBox__6587ff93b6580() {
        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 && (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__6587ff93b6580()" @update-prices-41219.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41219" data-price-box="product-id-41219"> <span x-data="" x-id="['product\u002Dprice\u002D41219']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D41219')" data-price-amount="74.25" data-price-type="finalPrice" class="price-wrapper " id="product-price-41219-1"><span class="price">€&nbsp;74,25</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto"
        aria-label="In winkelwagen Vouwbare Houten Kleding Rek | Handdoekadder | Rustiek Teak | 50x5x135"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25"
          height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41219)"
        aria-label="Voeg toe om te vergelijken Vouwbare Houten Kleding Rek | Handdoekadder | Rustiek Teak | 50x5x135" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41215/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41215/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41215">
  <a href="https://www.teakea.nl/whitewashed-teakea-decoratieladder-150" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41215.window="$root.src = $event.detail" loading="eager" fetchpriority="high" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/a/ladder_stainless_white_wash_mood_3__1.jpg" width="360" height="360" alt="Teakhouten ladder RVS stijlen 150 x 50 x5 " title="Teakhouten ladder RVS stijlen 150 x 50 x5 "></a>
  <a href="https://www.teakea.nl/whitewashed-teakea-decoratieladder-150" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/whitewashed-teakea-decoratieladder-150" :id="`slide-desc-41215-${$id('slider-id')}`">Decoratie ladder Teakhout met RVS Stijlen | White-Washed | 50x5x150</a></div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41215'] = {
        "item_id": "RVS ladder-whitewahed-150",
        "item_sku": "RVS ladder-whitewahed-150",
        "magento_sku": "RVS ladder-whitewahed-150",
        "magento_id": "41215",
        "item_name": "Decoratie ladder Teakhout met RVS Stijlen | White-Washed | 50x5x150",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 69,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 1
      };
    </script>
    <script>
      function initPriceBox__6587ff93c0d60() {
        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 && (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__6587ff93c0d60()" @update-prices-41215.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41215" data-price-box="product-id-41215"> <span x-data="" x-id="['product\u002Dprice\u002D41215']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D41215')" data-price-amount="69" data-price-type="finalPrice" class="price-wrapper " id="product-price-41215-1"><span class="price">€&nbsp;69,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto"
        aria-label="In winkelwagen Decoratie ladder Teakhout met RVS Stijlen | White-Washed | 50x5x150"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25"
          height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41215)"
        aria-label="Voeg toe om te vergelijken Decoratie ladder Teakhout met RVS Stijlen | White-Washed | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41212/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41212/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41212">
  <a href="https://www.teakea.nl/teakladder-decoratie-ladder-teakhout-met-rvs-stijlen-rustiek-teak-50x5x150" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41212.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/a/ladder_stainless_natural_teak_mood_2_.jpg" loading="lazy" width="360" height="360" alt="Teakhouten ladder RVS stijlen 150 x 50 x5 " title="Teakhouten ladder RVS stijlen 150 x 50 x5 "></a>
  <a href="https://www.teakea.nl/teakladder-decoratie-ladder-teakhout-met-rvs-stijlen-rustiek-teak-50x5x150" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakladder-decoratie-ladder-teakhout-met-rvs-stijlen-rustiek-teak-50x5x150" :id="`slide-desc-41212-${$id('slider-id')}`">Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x150</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41212'] = {
        "item_id": "RVS ladder-Naturel-150-nieuw",
        "item_sku": "RVS ladder-Naturel-150-nieuw",
        "magento_sku": "RVS ladder-Naturel-150-nieuw",
        "magento_id": "41212",
        "item_name": "Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x150",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 129,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 0
      };
    </script>
    <script>
      function initPriceBox__6587f907c6bd1() {
        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 && (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__6587f907c6bd1()" @update-prices-41212.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41212" data-price-box="product-id-41212"> <span x-data="" x-id="['product\u002Dprice\u002D41212']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D41212')" data-price-amount="129" data-price-type="finalPrice" class="price-wrapper " id="product-price-41212-1"><span class="price">€&nbsp;129,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto"
        aria-label="In winkelwagen Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x150"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25"
          height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41212)"
        aria-label="Voeg toe om te vergelijken Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41211/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41211/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41211">
  <a href="https://www.teakea.nl/vouwbare-houten-decoratie-ladder-naturel-teak-50x5x100" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41211.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/i/m/img_20221003_141356_wb_5.jpg" loading="lazy" width="360" height="360" alt="Teakhouten decoratieladder 100 cm hoog" title="Teakhouten decoratieladder 100 cm hoog"></a>
  <a href="https://www.teakea.nl/vouwbare-houten-decoratie-ladder-naturel-teak-50x5x100" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/vouwbare-houten-decoratie-ladder-naturel-teak-50x5x100" :id="`slide-desc-41211-${$id('slider-id')}`">Vouwbare Houten Kleding Ladder | Naturel Teak | 50x5x100</a></div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41211'] = {
        "item_id": "vouwbareladder100naturelteak",
        "item_sku": "vouwbareladder100naturelteak",
        "magento_sku": "vouwbareladder100naturelteak",
        "magento_id": "41211",
        "item_name": "Vouwbare Houten Kleding Ladder | Naturel Teak | 50x5x100",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 59.25,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 0
      };
    </script>
    <script>
      function initPriceBox__6587f83f20af9() {
        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 && (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__6587f83f20af9()" @update-prices-41211.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41211" data-price-box="product-id-41211"> <span x-data="" x-id="['product\u002Dprice\u002D41211']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D41211')" data-price-amount="59.25" data-price-type="finalPrice" class="price-wrapper " id="product-price-41211-1"><span class="price">€&nbsp;59,25</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Vouwbare Houten Kleding Ladder | Naturel Teak | 50x5x100"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41211)"
        aria-label="Voeg toe om te vergelijken Vouwbare Houten Kleding Ladder | Naturel Teak | 50x5x100" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41206/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41206/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41206">
  <a href="https://www.teakea.nl/vouwbare-decoratie-ladder-wit-50x5x100" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41206.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/i/m/img_20221005_133836_wb_1.jpg" loading="lazy" width="360" height="360" alt="Vouwbare decoratieladder 50x100" title="Vouwbare decoratieladder 50x100"></a>
  <a href="https://www.teakea.nl/vouwbare-decoratie-ladder-wit-50x5x100" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/vouwbare-decoratie-ladder-wit-50x5x100" :id="`slide-desc-41206-${$id('slider-id')}`">Vouwbare Kleding Ladder | White Oiled | 50x5x100</a></div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41206'] = {
        "item_id": "vouwbareladder100cmwit",
        "item_sku": "vouwbareladder100cmwit",
        "magento_sku": "vouwbareladder100cmwit",
        "magento_id": "41206",
        "item_name": "Vouwbare Kleding Ladder | White Oiled | 50x5x100",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 69,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 1
      };
    </script>
    <script>
      function initPriceBox__6587f83f28072() {
        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 && (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__6587f83f28072()" @update-prices-41206.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41206" data-price-box="product-id-41206"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D41206']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D41206')" data-price-amount="69" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-41206-1"><span class="price">€&nbsp;69,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D41206']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D41206')" data-price-amount="79" data-price-type="oldPrice" class="price-wrapper " id="old-price-41206-1"><span class="price">€&nbsp;79,00</span></span> </span></span>
        <span> <b class="showdiscount">13% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Vouwbare Kleding Ladder | White Oiled | 50x5x100"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41206)"
        aria-label="Voeg toe om te vergelijken Vouwbare Kleding Ladder | White Oiled | 50x5x100" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41197/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41197/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41197">
  <a href="https://www.teakea.nl/vouwbare-decoratie-ladder-naturel-teak-50x5x135-1" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41197.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/i/m/img_20221005_135443_wb.jpg" loading="lazy" width="360" height="360" alt="Vouwbare houten ladder 50 x 5 x 135 | Wit Teak" title="Vouwbare houten ladder 50 x 5 x 135 | Wit Teak"></a>
  <a href="https://www.teakea.nl/vouwbare-decoratie-ladder-naturel-teak-50x5x135-1" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/vouwbare-decoratie-ladder-naturel-teak-50x5x135-1" :id="`slide-desc-41197-${$id('slider-id')}`">Vouwbare Decoratie Ladder | White Oiled | 50x5x135</a></div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41197'] = {
        "item_id": "vouwbareladder135WhiteOlied",
        "item_sku": "vouwbareladder135WhiteOlied",
        "magento_sku": "vouwbareladder135WhiteOlied",
        "magento_id": "41197",
        "item_name": "Vouwbare Decoratie Ladder | White Oiled | 50x5x135",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 89,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 2
      };
    </script>
    <script>
      function initPriceBox__6587f83f297fa() {
        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 && (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__6587f83f297fa()" @update-prices-41197.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41197" data-price-box="product-id-41197"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D41197']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D41197')" data-price-amount="89" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-41197-1"><span class="price">€&nbsp;89,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D41197']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D41197')" data-price-amount="99" data-price-type="oldPrice" class="price-wrapper " id="old-price-41197-1"><span class="price">€&nbsp;99,00</span></span> </span></span>
        <span> <b class="showdiscount">10% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Vouwbare Decoratie Ladder | White Oiled | 50x5x135"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41197)"
        aria-label="Voeg toe om te vergelijken Vouwbare Decoratie Ladder | White Oiled | 50x5x135" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41174/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41174/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41174">
  <a href="https://www.teakea.nl/1-decoratie-ladder-teakhout-met-rvs-stijlen-white-washed-teak-50x5x175" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41174.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/a/ladder_stainless_white_wash_mood_1_.jpg" loading="lazy" width="360" height="360" alt="Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175" title="Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175"></a>
  <a href="https://www.teakea.nl/1-decoratie-ladder-teakhout-met-rvs-stijlen-white-washed-teak-50x5x175" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/1-decoratie-ladder-teakhout-met-rvs-stijlen-white-washed-teak-50x5x175" :id="`slide-desc-41174-${$id('slider-id')}`">Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41174'] = {
        "item_id": "RVS ladder-Teak-Whitewash-175-1",
        "item_sku": "RVS ladder-Teak-Whitewash-175-1",
        "magento_sku": "RVS ladder-Teak-Whitewash-175-1",
        "magento_id": "41174",
        "item_name": "Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 79,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 0
      };
    </script>
    <script>
      function initPriceBox__6587f436c3d36() {
        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 && (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__6587f436c3d36()" @update-prices-41174.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41174" data-price-box="product-id-41174"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D41174']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D41174')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-41174-1"><span class="price">€&nbsp;79,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D41174']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D41174')" data-price-amount="129" data-price-type="oldPrice" class="price-wrapper " id="old-price-41174-1"><span class="price">€&nbsp;129,00</span></span> </span></span>
        <span> <b class="showdiscount">39% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto"
        aria-label="In winkelwagen Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline"
          width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41174)"
        aria-label="Voeg toe om te vergelijken Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41170/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/41170/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="41170">
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x150-decoratieladder-teak-naturel-150-51" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-41170.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/i/m/img_20221003_143813_wb.jpg" loading="lazy" width="360" height="360" alt="Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135" title="Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135"></a>
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x150-decoratieladder-teak-naturel-150-51" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x150-decoratieladder-teak-naturel-150-51" :id="`slide-desc-41170-${$id('slider-id')}`">Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_41170'] = {
        "item_id": "vouwbareladder135",
        "item_sku": "vouwbareladder135",
        "magento_sku": "vouwbareladder135",
        "magento_id": "41170",
        "item_name": "Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 59,
        "item_category": "Decoratie ladders",
        "item_category2": "Handdoekladders",
        "item_category3": "Handdoekhouders",
        "index": 1
      };
    </script>
    <script>
      function initPriceBox__6587f436cb259() {
        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 && (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__6587f436cb259()" @update-prices-41170.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="41170" data-price-box="product-id-41170"> <span x-data="" x-id="['product\u002Dprice\u002D41170']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D41170')" data-price-amount="59" data-price-type="finalPrice" class="price-wrapper " id="product-price-41170-1"><span class="price">€&nbsp;59,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41170)"
        aria-label="Voeg toe om te vergelijken Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40829/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40829/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="40829">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-rustiek-wit-50x5x175-tk-dl-50-5-175-natural-wit-4" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-40829.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/a/ladder_oak_look_dimension_1.jpg" loading="lazy" width="360" height="360" alt="Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175 - Decoratieladder-Eiken-Naturel-1750-50-" title="Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175 - Decoratieladder-Eiken-Naturel-1750-50-"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-rustiek-wit-50x5x175-tk-dl-50-5-175-natural-wit-4" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-rustiek-wit-50x5x175-tk-dl-50-5-175-natural-wit-4" :id="`slide-desc-40829-${$id('slider-id')}`">Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_40829'] = {
        "item_id": "Decoratieladder-Eiken-Naturel-1750-50-",
        "item_sku": "Decoratieladder-Eiken-Naturel-1750-50-",
        "magento_sku": "Decoratieladder-Eiken-Naturel-1750-50-",
        "magento_id": "40829",
        "item_name": "Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 79,
        "item_category": "Badkameraccessoires",
        "item_category2": "Decoratie ladders",
        "item_category3": "Handdoekladders",
        "item_category4": "Handdoekhouders",
        "index": 2
      };
    </script>
    <script>
      function initPriceBox__6587f436ccc81() {
        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 && (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__6587f436ccc81()" @update-prices-40829.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="40829" data-price-box="product-id-40829"> <span x-data="" x-id="['product\u002Dprice\u002D40829']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D40829')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper " id="product-price-40829-1"><span class="price">€&nbsp;79,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40829)"
        aria-label="Voeg toe om te vergelijken Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40828/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40828/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="40828">
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-eiken-look-50x5x150-decoratieladder-eiken-naturel-150-50-1" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-40828.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/a/ladder_oak_look_150_cm.jpg" loading="lazy" width="360" height="360" alt="Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x150 - Decoratieladder-Eiken-Naturel-150-50-1" title="Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x150 - Decoratieladder-Eiken-Naturel-150-50-1"></a>
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-eiken-look-50x5x150-decoratieladder-eiken-naturel-150-50-1" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-eiken-look-50x5x150-decoratieladder-eiken-naturel-150-50-1" :id="`slide-desc-40828-${$id('slider-id')}`">Decoratie ladder | Naturel Eiken-Look | 50x5x150</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_40828'] = {
        "item_id": "Decoratieladder-Eiken-Naturel-150-50",
        "item_sku": "Decoratieladder-Eiken-Naturel-150-50",
        "magento_sku": "Decoratieladder-Eiken-Naturel-150-50",
        "magento_id": "40828",
        "item_name": "Decoratie ladder | Naturel Eiken-Look | 50x5x150",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 52.99,
        "item_category": "Badkameraccessoires",
        "item_category2": "Decoratie ladders",
        "item_category3": "Handdoekladders",
        "item_category4": "Handdoekhouders",
        "index": 3
      };
    </script>
    <script>
      function initPriceBox__6587f436cf5ad() {
        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 && (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__6587f436cf5ad()" @update-prices-40828.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="40828" data-price-box="product-id-40828"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D40828']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D40828')" data-price-amount="52.99" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-40828-1"><span class="price">€&nbsp;52,99</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D40828']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D40828')" data-price-amount="59" data-price-type="oldPrice" class="price-wrapper " id="old-price-40828-1"><span class="price">€&nbsp;59,00</span></span> </span></span>
        <span> <b class="showdiscount">10% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Decoratie ladder | Naturel Eiken-Look | 50x5x150"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40828)"
        aria-label="Voeg toe om te vergelijken Decoratie ladder | Naturel Eiken-Look | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40827/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40827/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="40827">
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x150-decoratieladder-teak-naturel-150-50" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-40827.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/n/v/nvq01293_1_1.jpg" loading="lazy" width="360" height="360" alt="Natuurlijke teakhouten decoratieladder, met een hoogte van 150 cm, een breedte van 50 cm en een diepte van 5 cm. De ladder heeft diverse horizontale sporten, gelijkmatig verdeeld over de lengte, en staat licht hellend voor extra stabiliteit. Het onbehande" title="Natuurlijke teakhouten decoratieladder, met een hoogte van 150 cm, een breedte van 50 cm en een diepte van 5 cm. De ladder heeft diverse horizontale sporten, gelijkmatig verdeeld over de lengte, en staat licht hellend voor extra stabiliteit. Het onbehande"></a>
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x150-decoratieladder-teak-naturel-150-50" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x150-decoratieladder-teak-naturel-150-50" :id="`slide-desc-40827-${$id('slider-id')}`">Teakhouten decoratie ladder | Naturel Teak | 50x5x150</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_40827'] = {
        "item_id": "Decoratieladder-Teak-Naturel-150-50",
        "item_sku": "Decoratieladder-Teak-Naturel-150-50",
        "magento_sku": "Decoratieladder-Teak-Naturel-150-50",
        "magento_id": "40827",
        "item_name": "Teakhouten decoratie ladder | Naturel Teak | 50x5x150",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 52.99,
        "item_category": "Badkameraccessoires",
        "item_category2": "Decoratie ladders",
        "item_category3": "Handdoekladders",
        "item_category4": "Handdoekhouders",
        "index": 4
      };
    </script>
    <script>
      function initPriceBox__6587f436d0e84() {
        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 && (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__6587f436d0e84()" @update-prices-40827.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="40827" data-price-box="product-id-40827"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D40827']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D40827')" data-price-amount="52.99" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-40827-1"><span class="price">€&nbsp;52,99</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D40827']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D40827')" data-price-amount="59" data-price-type="oldPrice" class="price-wrapper " id="old-price-40827-1"><span class="price">€&nbsp;59,00</span></span> </span></span>
        <span> <b class="showdiscount">10% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Teakhouten decoratie ladder | Naturel Teak | 50x5x150"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40827)"
        aria-label="Voeg toe om te vergelijken Teakhouten decoratie ladder | Naturel Teak | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40826/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/40826/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="40826">
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x175-decoratieladder-teak-naturel-175" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-40826.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/l/r/lr100319.jpg" loading="lazy" width="360" height="360" alt="Teakhouten decoratie ladder | Naturel Teak | 50x5x175 - Decoratieladder-Teak-Naturel-175" title="Teakhouten decoratie ladder | Naturel Teak | 50x5x175 - Decoratieladder-Teak-Naturel-175"></a>
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x175-decoratieladder-teak-naturel-175" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakhouten-decoratie-ladder-naturel-teak-50x5x175-decoratieladder-teak-naturel-175" :id="`slide-desc-40826-${$id('slider-id')}`">Teakhouten decoratie ladder | Naturel Teak | 50x5x175</a>
    </div>
    <div class="py-1 "> </div>
    <script>
      window['YIREO_GOOGLETAGMANAGER2_PRODUCT_DATA_ID_40826'] = {
        "item_id": "Decoratieladder-Teak-Naturel-175",
        "item_sku": "Decoratieladder-Teak-Naturel-175",
        "magento_sku": "Decoratieladder-Teak-Naturel-175",
        "magento_id": "40826",
        "item_name": "Teakhouten decoratie ladder | Naturel Teak | 50x5x175",
        "item_list_id": "72",
        "item_list_name": "Handdoekenrekken",
        "price": 79,
        "item_category": "Badkameraccessoires",
        "item_category2": "Decoratie ladders",
        "item_category3": "Handdoekladders",
        "item_category4": "Handdoekhouders",
        "index": 5
      };
    </script>
    <script>
      function initPriceBox__6587f436d23f5() {
        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 && (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__6587f436d23f5()" @update-prices-40826.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="40826" data-price-box="product-id-40826"> <span x-data="" x-id="['product\u002Dprice\u002D40826']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D40826')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper " id="product-price-40826-1"><span class="price">€&nbsp;79,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Teakhouten decoratie ladder | Naturel Teak | 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40826)"
        aria-label="Voeg toe om te vergelijken Teakhouten decoratie ladder | Naturel Teak | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/37317/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/37317/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="37317">
  <a href="https://www.teakea.nl/decoratieve-houten-ladder-teak-carved-wood-50x5x150-tk-dl-50-5-150-bruin-carved" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-37317.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/t/k/tk-dl-175x50x5-carved-front_1200x960_1.jpg" loading="lazy" width="360" height="360" alt="Decoratieve houten ladder Teak | Carved Wood | 50x5x150 - TK-DL-50-5-150-BRUIN-CARVED" title="Decoratieve houten ladder Teak | Carved Wood | 50x5x150 - TK-DL-50-5-150-BRUIN-CARVED"></a>
  <a href="https://www.teakea.nl/decoratieve-houten-ladder-teak-carved-wood-50x5x150-tk-dl-50-5-150-bruin-carved" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/decoratieve-houten-ladder-teak-carved-wood-50x5x150-tk-dl-50-5-150-bruin-carved" :id="`slide-desc-37317-${$id('slider-id')}`">Decoratieve houten ladder Teak | Carved Wood | 50x5x150</a>
    </div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f7202d464() {
        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 && (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__6587f7202d464()" @update-prices-37317.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="37317" data-price-box="product-id-37317"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D37317']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D37317')" data-price-amount="52.99" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-37317-1"><span class="price">€&nbsp;52,99</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D37317']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D37317')" data-price-amount="69" data-price-type="oldPrice" class="price-wrapper " id="old-price-37317-1"><span class="price">€&nbsp;69,00</span></span> </span></span>
        <span> <b class="showdiscount">23% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Decoratieve houten ladder Teak | Carved Wood | 50x5x150"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(37317)"
        aria-label="Voeg toe om te vergelijken Decoratieve houten ladder Teak | Carved Wood | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34498/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34498/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34498">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-black-teak-50x5x150-tk-dl-50x5x150-black" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34498.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/n/v/nvq01319.jpg" loading="lazy" width="360" height="360" alt="Houten decoratie ladder | Black Teak | 50x5x150 - TK-DL-50x5x150-BLACK" title="Houten decoratie ladder | Black Teak | 50x5x150 - TK-DL-50x5x150-BLACK"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-black-teak-50x5x150-tk-dl-50x5x150-black" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-black-teak-50x5x150-tk-dl-50x5x150-black" :id="`slide-desc-34498-${$id('slider-id')}`">Houten decoratie ladder | Black Teak | 50x5x150</a></div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f72026195() {
        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 && (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__6587f72026195()" @update-prices-34498.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34498" data-price-box="product-id-34498"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D34498']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D34498')" data-price-amount="52.99" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-34498-1"><span class="price">€&nbsp;52,99</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D34498']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D34498')" data-price-amount="59" data-price-type="oldPrice" class="price-wrapper " id="old-price-34498-1"><span class="price">€&nbsp;59,00</span></span> </span></span>
        <span> <b class="showdiscount">10% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Houten decoratie ladder | Black Teak | 50x5x150"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34498)"
        aria-label="Voeg toe om te vergelijken Houten decoratie ladder | Black Teak | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34497/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34497/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34497">
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-white-wash-50x5x150-5-stijlen-tk-dl-50x5x150-white-wash" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34497.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/n/v/nvq01317_1.jpg" loading="lazy" width="360" height="360" alt="Een witte teakhouten decoratieladder, 150 cm hoog, 50 cm breed en 5 cm diep. Deze ladder heeft meerdere sporten met gelijke tussenafstanden en staat licht achterover geleund voor stabiliteit. Het teakhout is afgewerkt met een witte verf, die een frisse en" title="Een witte teakhouten decoratieladder, 150 cm hoog, 50 cm breed en 5 cm diep. Deze ladder heeft meerdere sporten met gelijke tussenafstanden en staat licht achterover geleund voor stabiliteit. Het teakhout is afgewerkt met een witte verf, die een frisse en"></a>
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-white-wash-50x5x150-5-stijlen-tk-dl-50x5x150-white-wash" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakhouten-decoratie-ladder-white-wash-50x5x150-5-stijlen-tk-dl-50x5x150-white-wash" :id="`slide-desc-34497-${$id('slider-id')}`">Teakhouten decoratie ladder | White wash | 50x5x150 | 5 stijlen</a>
    </div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f7202c8f5() {
        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 && (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__6587f7202c8f5()" @update-prices-34497.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34497" data-price-box="product-id-34497"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D34497']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D34497')" data-price-amount="39" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-34497-1"><span class="price">€&nbsp;39,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D34497']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D34497')" data-price-amount="69" data-price-type="oldPrice" class="price-wrapper " id="old-price-34497-1"><span class="price">€&nbsp;69,00</span></span> </span></span>
        <span> <b class="showdiscount">43% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Teakhouten decoratie ladder | White wash | 50x5x150 | 5 stijlen"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34497)"
        aria-label="Voeg toe om te vergelijken Teakhouten decoratie ladder | White wash | 50x5x150 | 5 stijlen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34496/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34496/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34496">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-white-oiled-50x5x150-tk-dl-50x5x150-white-oiled" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34496.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/4/8/4899_natural_ladder_white_oiled_3_594x594_1.jpg" loading="lazy" width="360" height="360" alt="Houten decoratie ladder | White oiled | 50x5x150 - TK-DL-50x5x150-WHITE-OILED" title="Houten decoratie ladder | White oiled | 50x5x150 - TK-DL-50x5x150-WHITE-OILED"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-white-oiled-50x5x150-tk-dl-50x5x150-white-oiled" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-white-oiled-50x5x150-tk-dl-50x5x150-white-oiled" :id="`slide-desc-34496-${$id('slider-id')}`">Houten decoratie ladder | White oiled | 50x5x150</a></div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f7de1d304() {
        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 && (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__6587f7de1d304()" @update-prices-34496.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34496" data-price-box="product-id-34496"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D34496']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D34496')" data-price-amount="52.99" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-34496-1"><span class="price">€&nbsp;52,99</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D34496']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D34496')" data-price-amount="69" data-price-type="oldPrice" class="price-wrapper " id="old-price-34496-1"><span class="price">€&nbsp;69,00</span></span> </span></span>
        <span> <b class="showdiscount">23% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Houten decoratie ladder | White oiled | 50x5x150"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34496)"
        aria-label="Voeg toe om te vergelijken Houten decoratie ladder | White oiled | 50x5x150" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34495/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34495/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34495">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-rustiek-wit-50x5x175-tk-dl-50-5-175-natural-wit" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34495.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/t/k/tk-dl-50x5x175-rustiek-wit-1.jpg" loading="lazy" width="360" height="360" alt="Houten decoratie ladder | Rustiek Wit | 50x5x175 - TK-DL-50-5-175-NATURAL-WIT" title="Houten decoratie ladder | Rustiek Wit | 50x5x175 - TK-DL-50-5-175-NATURAL-WIT"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-rustiek-wit-50x5x175-tk-dl-50-5-175-natural-wit" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-rustiek-wit-50x5x175-tk-dl-50-5-175-natural-wit" :id="`slide-desc-34495-${$id('slider-id')}`">Houten decoratie ladder | Rustiek Wit | 50x5x175</a></div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f72026c9e() {
        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 && (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__6587f72026c9e()" @update-prices-34495.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34495" data-price-box="product-id-34495"> <span x-data="" x-id="['product\u002Dprice\u002D34495']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D34495')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper " id="product-price-34495-1"><span class="price">€&nbsp;79,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Houten decoratie ladder | Rustiek Wit | 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34495)"
        aria-label="Voeg toe om te vergelijken Houten decoratie ladder | Rustiek Wit | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34494/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34494/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34494">
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-rustiek-bruin-50x5x175-tk-dl-50-5-175-rustic-brown" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34494.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/t/e/teakea.nl-rustiek-bruine-decoratieladder-4_2.jpeg" loading="lazy" width="360" height="360" alt="Teakhouten decoratie ladder | Rustiek Bruin | 50x5x175 - TK-DL-50-5-175-RUSTIC-BROWN" title="Teakhouten decoratie ladder | Rustiek Bruin | 50x5x175 - TK-DL-50-5-175-RUSTIC-BROWN"></a>
  <a href="https://www.teakea.nl/teakhouten-decoratie-ladder-rustiek-bruin-50x5x175-tk-dl-50-5-175-rustic-brown" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/teakhouten-decoratie-ladder-rustiek-bruin-50x5x175-tk-dl-50-5-175-rustic-brown" :id="`slide-desc-34494-${$id('slider-id')}`">Teakhouten decoratie ladder | Rustiek Bruin | 50x5x175</a>
    </div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f720227f3() {
        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 && (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__6587f720227f3()" @update-prices-34494.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34494" data-price-box="product-id-34494"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D34494']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D34494')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-34494-1"><span class="price">€&nbsp;79,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D34494']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D34494')" data-price-amount="89" data-price-type="oldPrice" class="price-wrapper " id="old-price-34494-1"><span class="price">€&nbsp;89,00</span></span> </span></span>
        <span> <b class="showdiscount">11% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Teakhouten decoratie ladder | Rustiek Bruin | 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34494)"
        aria-label="Voeg toe om te vergelijken Teakhouten decoratie ladder | Rustiek Bruin | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34493/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34493/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34493">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-carved-bruin-50x5x175-tk-dl-50-5-175-bruin-carved" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34493.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/t/k/tk-dl-175x50x5-carved-diagonal_1200x960.jpg" loading="lazy" width="360" height="360" alt="Houten decoratie ladder | Carved Bruin | 50x5x175 - TK-DL-50-5-175-BRUIN-CARVED" title="Houten decoratie ladder | Carved Bruin | 50x5x175 - TK-DL-50-5-175-BRUIN-CARVED"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-carved-bruin-50x5x175-tk-dl-50-5-175-bruin-carved" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-carved-bruin-50x5x175-tk-dl-50-5-175-bruin-carved" :id="`slide-desc-34493-${$id('slider-id')}`">Houten decoratie ladder | Carved Bruin | 50x5x175</a></div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f7202a62c() {
        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 && (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__6587f7202a62c()" @update-prices-34493.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34493" data-price-box="product-id-34493"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D34493']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D34493')" data-price-amount="69" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-34493-1"><span class="price">€&nbsp;69,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D34493']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D34493')" data-price-amount="89" data-price-type="oldPrice" class="price-wrapper " id="old-price-34493-1"><span class="price">€&nbsp;89,00</span></span> </span></span>
        <span> <b class="showdiscount">22% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Houten decoratie ladder | Carved Bruin | 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34493)"
        aria-label="Voeg toe om te vergelijken Houten decoratie ladder | Carved Bruin | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34492/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34492/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34492">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-white-oiled-50x5x175-tk-dl-50-5-175-white-oiled" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34492.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/4/8/4899_natural_ladder_white_oiled_3_594x594.jpg" loading="lazy" width="360" height="360" alt="Houten decoratie ladder | White oiled | 50x5x175 - TK-DL-50-5-175-WHITE-OILED" title="Houten decoratie ladder | White oiled | 50x5x175 - TK-DL-50-5-175-WHITE-OILED"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-white-oiled-50x5x175-tk-dl-50-5-175-white-oiled" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-white-oiled-50x5x175-tk-dl-50-5-175-white-oiled" :id="`slide-desc-34492-${$id('slider-id')}`">Houten decoratie ladder | White oiled | 50x5x175</a></div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f7202df1c() {
        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 && (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__6587f7202df1c()" @update-prices-34492.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34492" data-price-box="product-id-34492"> <span class="special-price t"> <span x-data="" x-id="['product\u002Dprice\u002D34492']"
            class="price-container price-final_price tax weee"> <span class="price-label">Speciale prijs</span> <span :id="$id('product\u002Dprice\u002D34492')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "
              id="product-price-34492-1"><span class="price">€&nbsp;79,00</span></span> </span></span> <span class="old-price t"> <span x-data="" x-id="['old\u002Dprice\u002D34492']" class="price-container price-final_price tax weee"> <span
              class="price-label"></span> <span :id="$id('old\u002Dprice\u002D34492')" data-price-amount="89" data-price-type="oldPrice" class="price-wrapper " id="old-price-34492-1"><span class="price">€&nbsp;89,00</span></span> </span></span>
        <span> <b class="showdiscount">11% korting</b></span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Houten decoratie ladder | White oiled | 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34492)"
        aria-label="Voeg toe om te vergelijken Houten decoratie ladder | White oiled | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34491/

<form method="post" action="https://www.teakea.nl/checkout/cart/add/uenc/%25uenc%25/product/34491/" class="item product product-item product_addtocart_form card-interactive flex flex-col w-full p-1 rounded-xl "><input name="form_key" type="hidden"
    value="dtXwZMpmGe2ANYu3"> <input type="hidden" name="product" value="34491">
  <a href="https://www.teakea.nl/houten-decoratie-ladder-white-wash-50x5x175-tk-dl-50-5-175-white-wash" class="product photo product-item-photo block mx-auto mb-3 w-full " tabindex="-1"> <img class="hover:shadow-sm object-contain bg-container rounded-xl product-image-photo" x-data="" @update-gallery-34491.window="$root.src = $event.detail" src="https://www.teakea.nl/media/catalog/product/cache/7dc1e9718840a8113939ce8710547722/n/v/nvq01309.jpg" loading="lazy" width="360" height="360" alt="Houten decoratie ladder | White wash | 50x5x175 - TK-DL-50-5-175-WHITE-WASH" title="Houten decoratie ladder | White wash | 50x5x175 - TK-DL-50-5-175-WHITE-WASH"></a>
  <a href="https://www.teakea.nl/houten-decoratie-ladder-white-wash-50x5x175-tk-dl-50-5-175-white-wash" class="bg-[#639D02] items-center justify-center rounded-full rounded-br-none py-2 px-10 text-white mt-[-40px] hidden"> Bekijk product</a>
  <div class="product-info flex flex-col grow">
    <div class="h-[55px] overflow-hidden mt-2 mb-5 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.teakea.nl/houten-decoratie-ladder-white-wash-50x5x175-tk-dl-50-5-175-white-wash" :id="`slide-desc-34491-${$id('slider-id')}`">Houten decoratie ladder | White wash | 50x5x175</a></div>
    <div class="py-1 "></div>
    <script>
      function initPriceBox__6587f72028911() {
        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 && (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__6587f72028911()" @update-prices-34491.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34491" data-price-box="product-id-34491"> <span x-data="" x-id="['product\u002Dprice\u002D34491']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D34491')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper " id="product-price-34491-1"><span class="price">€&nbsp;79,00</span></span> </span> </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center hidden"> <button class="w-auto btn btn-primary justify-center text-sm mr-auto" aria-label="In winkelwagen Houten decoratie ladder | White wash | 50x5x175"><svg
          xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline">In winkelwagen</span></button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(34491)"
        aria-label="Voeg toe om te vergelijken Houten decoratie ladder | White wash | 50x5x175" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24"
          class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button> </div>
  </div>
</form>

POST https://www.teakea.nl/newsletter/subscriber/new/

<form class="form subscribe" action="https://www.teakea.nl/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail" aria-label="Inschrijven voor nieuwsbrief">
  <h3 class="font-bold"> Nieuwsbrief</h3>
  <div class="flex flex-wrap justify-center gap-2 md:justify-start">
    <p class="my-4 leading-loose"> Wil je op de hoogte blijven van ons assortiment en aanbiedingen? Meld je aan!</p><label for="newsletter-subscribe" class="sr-only">Email adres</label> <input name="email" type="email" required=""
      id="newsletter-subscribe" class="form-input inline-flex w-full rounded-full md:rounded-lg" placeholder="Voer je e-mailadres in" aria-describedby="footer-newsletter-heading"><input name="form_key" type="hidden" value="dtXwZMpmGe2ANYu3"> <button
      class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary w-full lg:w-1/2 text-center rounded-full rounded-br-none justify-center">Inschrijven</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

Ga direct door naar de inhoud
Gratis bezorging vanaf € 150
085-1302543 info@teakea.nl

Vandaag Gesloten


 * Wonen
   
    * Wonen
    * Bekijk alles
    * Tafels
    * Kasten Teak
    * Zitmeubelen
    * Woonaccessoires
    * Panelen & Werkbladen
    * Verlichting
    * Tegels | Vloertegels en Wandtegels

 * Badkamer
   
    * Badkamer
    * Bekijk alles
    * Badkamermeubel Hout
    * Waskommen
    * Sanitair
    * Badkameraccessoires

 * Teak tuinmeubelen
   
    * Teak tuinmeubelen
    * Bekijk alles
    * Tuinbanken Teak
    * Tuinstoelen Teak
    * Tuintafels Teak
    * Tuinsets Teak
    * Tuinhout Onderhoudsproducten

Contact
Home
Wonen chevron-down
 * Tafels
   * Eettafels
   * Salontafels Teak
   * Tafelbladen
   * Industriële tafelpoten
   * Bijzettafels
   * Wandtafels
   * Industriële eettafels
   * Boomstamtafels
 * Kasten Teak
   * Nachtkastjes
   * TV Meubelen
   * Dressoirs
   * Buffetkasten
   * Vitrinekasten
   * Ladekasten
   * Boekenkasten
   * Opbergkasten
   * Hangende TV Meubels
   * Wandkasten Maatwerk
 * Zitmeubelen
   * Banken
   * Eetkamerstoelen
   * Fauteuils
   * Krukjes en Poefjes
   * Eetkamerbanken
   * Barkrukken
 * Woonaccessoires
   * Decoratie ladders
   * Spiegels
   * Plakhout Wandpanelen Houtstrips
 * Panelen & Werkbladen
   * Massieve werkbladen
   * Massieve wastafelbladen
   * Wandplanken
 * Verlichting
   * Hanglampen
   * Plafonnieres
   * Vloerlampen
   * Tafellampen
   * Wandlampen
 * Tegels | Vloertegels en Wandtegels

Badkamer chevron-down
 * Badkamermeubel Hout
   * Wastafelbladen
   * Badkamerkasten
   * Zwevend badmeubel
   * Badmeubelsets
   * Baden - Ligbaden
 * Waskommen
   * Rivierstenen waskommen
   * Marmeren waskommen
   * Natuurstenen wastafelzuilen
   * Set van Twee Waskommen
   * Wasbakken - Wastafels
   * Fonteinen
 * Sanitair
   * Wastafelkranen
   * Tapkranen
   * Fonteinkranen
   * Bad & douchekranen
   * Afvoerplug, sifons en overige
   * Toiletten
   * Radiatoren
   * Sifons
   * Reinigen , Beschermen en Onderhoud
   * Hoekstopkraan
 * Badkameraccessoires
   * Bevestigingsmaterialen
   * Badkamerspiegels
   * Handdoekladders

Teak tuinmeubelen chevron-down
 * Tuinbanken Teak
   * Parkbanken
   * Opbergbank
   * Tennisbanken
   * Stationsbanken
 * Tuinstoelen Teak
   * Stapelbare tuinstoelen
   * Deckchairs & ligbedden
   * Vaste tuinstoelen
   * Verstelbare tuinstoelen
 * Tuintafels Teak
   * Tuin eettafels
   * Uitschuifbare Tuintafels
   * Inklapbare tuintafels
   * Tuin bijzettafels
   * Tuin Salontafels
 * Tuinsets Teak Tuinhout Onderhoudsproducten

Showroom
Contact

scale Vergelijk producten 0 item items search
Login Maak een account
Winkelwagen 0
Waar ben je naar op zoek?



MIJN WINKELWAGEN 10 OF 0 PRODUCTS IN CART DISPLAYED

Cart is empty
Cart is empty

x









Totaal:

Afrekenen of Bekijk winkelwagen
loader
Laden...
x

Login met je bestaande account

Email adres

Wachtwoord

Login Wachtwoord vergeten?


Afrekenen als een nieuwe klant

Waarom een account aanmaken?

 * Volg de status van je bestellingen op
 * Bekijk je vorige bestellingen
 * Reken sneller af

Maak een account
 1. Home
 2. Wonen
 3. Woonaccessoires
 4. Decoratie ladders


DECORATIE LADDERS

Ontdek bij Teakea een unieke collectie houten decoratie ladders die sfeer en
functionaliteit aan elk interieur toevoegen. Onze decoratie ladders, vervaardigd
uit het mooie  teakhout, bieden een natuurlijke en rustieke touch. Perfect voor
het ophangen van handdoeken in de badkamer, als stijlvolle boekenplank in de
woonkamer of als een uniek decoratief element in elke ruimte van je huis. Met
hun veelzijdige design en duurzaam materiaal zijn deze ladders een prachtige
aanvulling op zowel moderne als traditionele decors. Verkrijgbaar in
verschillende maten en afwerkingen, vind je bij Teakea de perfecte ladder die
past bij jouw smaak en interieurbehoeften. Voeg een element van charme en
elegantie toe aan je woning met de houten decoratie ladders. Bezoek nu onze
website of kom langs in de prachtige woonwinkel '' Studio de Geus '' en kies uit
de prachtige selectie  ladders om jouw ruimte een unieke uitstraling te geven.

Filters
FILTEREN

Skip to product list


MATERIAAL FILTER

    (products available) filter selected
    
 1. Hout (21products available) filter selected
    Hout 21
 2. Teakhout (5products available) filter selected
    Teakhout 5

Geen waarde die overeenkomt met zoekopdracht "null".

Toon meer+ Show less-


LEVERTIJD FILTER

    (products available) filter selected
    
 1. 1 tot 3 werkdagen (25products available) filter selected
    1 tot 3 werkdagen 25
 2. 12 weken (1products available) filter selected
    12 weken 1

Geen waarde die overeenkomt met zoekopdracht "null".

Toon meer+ Show less-


LENGTE FILTER

    (products available) filter selected
    
 1. 50 (24products available) filter selected
    50 24

Geen waarde die overeenkomt met zoekopdracht "null".

Toon meer+ Show less-
Rooster Lijst
Positie sort-descending

Page #1
Bekijk product
Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x175

Speciale prijs € 79,00 € 139,00 43% korting
In winkelwagen
Bekijk product
Vouwbare Houten Kleding Rek | Handdoekadder | Rustiek Teak | 50x5x135

€ 74,25
In winkelwagen
Bekijk product
Decoratie ladder Teakhout met RVS Stijlen | White-Washed | 50x5x150

€ 69,00
In winkelwagen
Bekijk product
Decoratie ladder Teakhout met RVS Stijlen | Rustiek Teak | 50x5x150

Speciale prijs € 66,75 € 119,00 44% korting
Niet op vooraad
Bekijk product
Decoratie ladder | Teakhout met RVS Stijlen | Naturel Teak | 50x5x150

€ 129,00
In winkelwagen
Bekijk product
Vouwbare Houten Kleding Ladder | Naturel Teak | 50x5x100

€ 59,25
In winkelwagen
Bekijk product
Vouwbare Kleding Ladder | White Oiled | 50x5x100

Speciale prijs € 69,00 € 79,00 13% korting
In winkelwagen
Bekijk product
Vouwbare Decoratie Ladder | White Oiled | 50x5x135

Speciale prijs € 89,00 € 99,00 10% korting
In winkelwagen
Bekijk product
Decoratie ladder Teakhout met RVS Stijlen | Rustiek Teak | 50x5x175

Speciale prijs € 74,25 € 129,00 42% korting
Niet op vooraad
Bekijk product
Decoratie ladder Teakhout met RVS Stijlen | White-Washed Teak | 50x5x175

Speciale prijs € 79,00 € 129,00 39% korting
In winkelwagen
Bekijk product
Vouwbare Houten Kleding Handdoekadder | Naturel Teak | 50x5x135

€ 59,00
In winkelwagen
Bekijk product
Teakhouten decoratie ladder | Naturel Eiken-Look| 50x5x175

€ 79,00
In winkelwagen
Bekijk product
Decoratie ladder | Naturel Eiken-Look | 50x5x150

Speciale prijs € 52,99 € 59,00 10% korting
In winkelwagen
Bekijk product
Teakhouten decoratie ladder | Naturel Teak | 50x5x150

Speciale prijs € 52,99 € 59,00 10% korting
In winkelwagen
Bekijk product
Teakhouten decoratie ladder | Naturel Teak | 50x5x175

€ 79,00
In winkelwagen
Bekijk product
Decoratieve houten ladder Teak | Carved Wood | 50x5x150

Speciale prijs € 52,99 € 69,00 23% korting
In winkelwagen
Bekijk product
Houten decoratie ladder | Black Teak | 50x5x150

Speciale prijs € 52,99 € 59,00 10% korting
In winkelwagen
Bekijk product
Teakhouten decoratie ladder | White wash | 50x5x150 | 5 stijlen

Speciale prijs € 39,00 € 69,00 43% korting
In winkelwagen
Bekijk product
Houten decoratie ladder | White oiled | 50x5x150

Speciale prijs € 52,99 € 69,00 23% korting
In winkelwagen
Bekijk product
Houten decoratie ladder | Rustiek Wit | 50x5x175

€ 79,00
In winkelwagen
Bekijk product
Teakhouten decoratie ladder | Rustiek Bruin | 50x5x175

Speciale prijs € 79,00 € 89,00 11% korting
In winkelwagen
Bekijk product
Houten decoratie ladder | Carved Bruin | 50x5x175

Speciale prijs € 69,00 € 89,00 22% korting
In winkelwagen
Bekijk product
Houten decoratie ladder | White oiled | 50x5x175

Speciale prijs € 79,00 € 89,00 11% korting
In winkelwagen
Bekijk product
Houten decoratie ladder | White wash | 50x5x175

€ 79,00
In winkelwagen
Toon volgende producten


Items 1-24 van 26

 1. 
 2. Je leest momenteel pagina 1
 3. Pagina 2
 4. Pagina Volgende

2
Weergeven 9 12 24 36

Natuurlijke materialen in je interieur brengen rust en balans. Kom je na een
lange werkdag thuis en word je omgeven door houten en stenen details, dan zul je
merken dat je weer gaat aarden en tot jezelf kunt komen. Kleed daarom je woning
aan met natuurlijke woonaccessoires.

Bekijk bijvoorbeeld onze unieke decoratieladders. Met de diverse uitvoeringen in
ons assortiment kun je alle kanten op. Geef de decoratieladder een mooie plek in
de woonkamer, slaapkamer of badkamer.


UNIEKE LADDERS SFEERVOL STILEREN

De decoratieladder is een veelzijdige woonaccessoire die je op allerlei manieren
stijlvol kunt aankleden. Zoek je in de woonkamer een plek voor je hangplanten,
hoe sfeervol is het dan om het teakhout van de decoratieladder hiermee vol te
hangen? Je brengt natuurlijke materialen op een creatieve manier samen en dat
straalt gegarandeerd rust uit.

Plaats een lichtsnoer in de decoratieladder die je vervolgens in de slaapkamer
aan de muur of het plafond ophangt. Een sfeervolle oplossing waarmee je ook van
je slaapkamer een rustoord maakt. En in de badkamer komt de decoratieladder goed
tot zijn recht voor het ophangen van handdoeken en badartikelen. Hierdoor creëer
je eenvoudig een hotel chique ruimte waar je niet meer uitkomt. Helemaal in
combinatie met een van onze massief houten badkamermeubels op maat die de
hotelluxe in de ruimte echt afmaakt.

Gebruik de decoratieladder alleen niet om er zelf in te klimmen. De ladder is
stevig in elkaar gezet, maar is niet in staat het gewicht van een volwassen
persoon te dragen.


DUURZAME EN RUSTIEKE DECORATIELADDERS

Net als in onze grote projecten als een eettafel, teak kast en tuinmeubilair zie
je de ambacht en het maatwerk van onze gespecialiseerde meubelmakers terug in de
decoratieladders. Ze zijn gemaakt van eiken- en teakhout en dat resulteert in
een warme uitstraling en hoge kwaliteit. Een deel van het hout is duurzaam
verkregen via houtplantages en bosbouwbeheerders en een ander deel is gerecycled
hout van oude huizen, boten en vloeren. Dat maakt dat iedere decoratieladder een
authentiek en karakteristiek uiterlijk heeft.

Bovendien vind je in ons assortiment decoratieladders in diverse kleuren. Naast
natuurlijk houtkleur zijn de ladders uitgevoerd met een coating in een fris
witte tint of een stoere zwarte uitvoering. Iedere decoratieladder heeft
rustieke details waardoor ieder item authentiek is.


DECORATIELADDER BESTELLEN BIJ TEAKEA

Richt je je interieur in met prachtige accessoires van natuurlijke materialen,
dan kan de decoratieladder niet ontbreken. Een uniek accessoire dat je geheel
naar eigen stijl aankleedt. Of houd de decoratieladder in zijn oorspronkelijke
staat en laat de natuurlijke uitstraling voor zichzelf spreken.

Plaats online je bestelling of kom langs in onze showroom. Daar vind je niet
alleen onze unieke decoratieladders, ook unieke houten meubelstukken die door
onze maatwerk meubelspecialisten met ambacht worden gemaakt.

Beleef onze nieuwe
showroom



KOMT U LANGS?

Bezoek de winkel



EIKEN EN TEAK MEUBELS VAN TEAKEA

Je woning inrichten met meubels die echt bij jouw stijl passen? Dat kan met
Teakea waar je een uitgebreid assortiment aantreft met prachtige eiken en teak
meubels. Wat het zo bijzonder maakt is de ambacht waarmee onze meubelmakers van
teak en eikenhout een unieke tafel, kast of badkamermeubel maken.

Laat je inspireren door onze unieke ontwerpen en ontdek de mogelijkheden voor
een meubelstuk dat voor jou op maat wordt gemaakt. Wil je meer informatie? Neem
dan vrijblijvend contact met ons op.


CREËER DE SFEER DIE JIJ VOOR OGEN HEBT

Ontdek de tijdloze elegantie en duurzaamheid van teak en eiken meubels. Creëer
de sfeer die jij voor ogen hebt in je huis met deze prachtige houtsoorten. Teak
staat bekend om zijn natuurlijke warmte en robuuste uitstraling, terwijl eiken
een subtiele en verfijnde touch toevoegt aan elk interieur. Teakmeubels zijn
niet alleen stijlvol, maar ook uiterst duurzaam. Het hout is bestand tegen
allerlei weersomstandigheden en behoudt zijn schoonheid door de jaren heen. De
rijke kleurvariaties en opvallende houtnerf van teak voegen karakter toe aan je
ruimte. Eiken meubels stralen een tijdloze klasse uit met hun lichte tinten en
fijne nerfpatronen. Of je nu gaat voor een klassieke inrichting of een modern
design, teak en eiken passen perfect bij diverse stijlen. Van eettafels en
stoelen tot kasten en dressoirs, deze houtsoorten bieden veelzijdige
mogelijkheden om je interieur te verrijken. Investeer in kwaliteit en geef je
huis een natuurlijke uitstraling met teak en eiken meubels. Ontdek de prachtige
combinatie van functionaliteit, schoonheid en een warme ambiance. Creëer de
ideale sfeer waarin jij je thuis voelt met tijdloze teak- en eikenmeubels.


AMBACHT EN VAKWERK IN ONZE TEAK MEUBELS

Ervaar het meesterschap van ambacht en vakwerk in onze teak meubels, vervaardigd
in-house in ons meubelatelier in Tolbert. Bij ons staan traditie en kwaliteit
centraal, wat resulteert in meubelstukken die niet alleen functioneel zijn maar
ook een artistiek statement maken. In ons ambachtelijke atelier worden teak
meubels met zorg en toewijding vervaardigd door vakmensen met jarenlange
ervaring. Elk stuk hout wordt met precisie geselecteerd en met de hand bewerkt
om de unieke eigenschappen van teak naar voren te brengen. Het resultaat is een
collectie meubels die getuigen van puur vakmanschap en een diep respect voor het
natuurlijke materiaal. Of je nu kiest voor een imposante teak eettafel, een
verfijnd dressoir of een comfortabele teak stoel, elk meubelstuk vertelt zijn
eigen verhaal. Het karakteristieke hout, de vakkundige afwerking en de aandacht
voor detail maken onze teak meubels tot tijdloze blikvangers in iedere ruimte.
Kies voor ambacht en vakwerk en breng de warmte en schoonheid van handgemaakte
teak meubels in je interieur. Ontdek de perfecte harmonie tussen functionaliteit
en kunst in elke creatie die ons meubelatelier verlaat. Met onze teak meubels
brengen we niet alleen meubels in huis, maar ook een stukje vakmanschap en
liefde voor het ambacht


ALTIJD EEN MEUBEL DIE BIJ JOU PAST

Ontdek een wereld van stijl en comfort bij Teakea in Tolbert, waar we altijd het
perfecte meubel hebben dat bij jou past. Onze showroom verwelkomt je met een
uitgebreide collectie teak en eiken meubels, vervaardigd met vakmanschap en
liefde voor het ambacht. Of je nu op zoek bent naar een tijdloze teak eettafel,
een elegante kast of een gezellige fauteuil, wij hebben de ideale match voor
jouw persoonlijke stijl en woonwensen. Laat je inspireren door de warme sfeer
van natuurlijke materialen en ervaar de kwaliteit van handgemaakte meubels die
je interieur naar een hoger niveau tillen. Ons deskundige team staat klaar om je
te begeleiden en adviseren bij het vinden van het meubelstuk dat perfect
aansluit op jouw smaak en behoeften. Breng een bezoek aan onze showroom in
Tolbert en dompel jezelf onder in de wereld van Teakea, waar elk meubel een
verhaal vertelt en waar we streven naar niets minder dan de hoogste standaard
van vakmanschap. Kom langs, ontdek, en vind het meubel dat jouw persoonlijkheid
en levensstijl weerspiegelt. Teakea in Tolbert, waar jouw ideale meubel altijd
op je wacht.

Back to Top chevron-right



VERGELIJK PRODUCTEN

Vergelijk Clear all

085-1302543 info@teakea.nl Vandaag open van 09:00-17:30


NAVIGATIE

 * Ons bedrijf
 * Showroom
 * Maatwerk
 * wonen
 * Badkamermeubel hout
 * Teak Tuinmeubelen
 * Teak Meubelen
 * Meubelmakerij Groningen
 * Uitschuifbare tuintafel


OVERIG

 * Algemene Voorwaarden
 * Privacy en Cookie Policy
 * Herroeping en Retouren
 * Garantie en Onderhoud
 * Zakelijk
 * Blog
 * Contact


SHOWROOM

Leuringslaan 40 9356VM Tolbert Ma - Vrij:09:00 – 17:30 Zaterdag:09:00 - 17:00
Zondag:Gesloten
Taal
Teakea chevron-down
Teakea international


NIEUWSBRIEF

Wil je op de hoogte blijven van ons assortiment en aanbiedingen? Meld je aan!

Email adres Inschrijven

exclamation-circle



8,5