shop.hbvl.be Open in urlscan Pro
2606:4700::6811:7dc1  Public Scan

Submitted URL: http://images.passendo.com/click/2/44387/7ec0b467c6efbe34af83aed7b9c9ba172c71403c99337c937eb5925595328797/355749
Effective URL: https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&utm_source=hbvl&utm_medium=banners&utm_camp...
Submission: On April 02 via api from BE — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://shop.hbvl.be/catalogsearch/result/

<form class="form minisearch relative" id="search_mini_form" action="https://shop.hbvl.be/catalogsearch/result/" method="get">
  <div class="backdrop hidden lg:block" x-show="backdropOpen" x-transition:enter="ease-in-out duration-500" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in-out duration-500"
    x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" @click="backdropOpen = false" @keydown.escape="backdropOpen = false" aria-label="Close panel" style="display: none;"></div>
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Zoek</span>
  </label>
  <div class="relative" :class="{'z-50' : backdropOpen }" @click="backdropOpen = true">
    <input id="search" x-ref="searchInput" autocomplete="off" name="q" value="" placeholder="Zoeken" maxlength="128" class="w-full p-2 text-grey focus:outline-none leading-normal transition appearance-none border-0" @focus.once="suggest"
      @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))" @focus="backdropOpen = true" @keydown="backdropOpen = true" @keydown.escape="close">
    <template x-if="result.length > 0">
      <div @click.outside="close" class="bg-white w-full leading-normal transition appearance-none text-grey-800 flex flex-col border
        border-container absolute max-h-96 overflow-y-auto">
        <div @click=" $nextTick(() => { close() });" class="cursor-pointer absolute top-4 right-4">
          <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 320 512" class="text-black" width="14" height="14"
            role="img"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
            <path
              d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z">
            </path>
            <title>xmark</title>
          </svg>
        </div>
        <template x-for="suggestionGroup in groups">
          <div data-section="1" class="mt-4" x-data="{ title: suggestionGroup.title, suggestions: suggestionGroup.suggestions}">
            <div x-show="suggestions.length > 0">
              <span class="text-l font-bold py-3 pl-4 text-left" x-text="title"></span>
            </div>
            <template x-for="suggestion in suggestions">
              <div tabindex="0" @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()"
                @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling) || focusNextSectionElement($refs.searchResults, $el)"
                class="qs-option-info-container cursor-pointer text-gray px-4 pb-3 lg:pt-3 transition-all hover:bg-container" @click="clickSuggestion(suggestion)" :data-title="suggestion.title ? suggestion.title : ''">
                <span x-html="suggestion.highlightedTitle"></span>
              </div>
            </template>
          </div>
        </template>
        <div x-show="suggestions.length > 0" class="mt-4" data-section="3">
          <template x-for="suggestion in suggestions">
            <div tabindex="1" class="not-last-child:border-b-0.5 border-container xl:border-none cursor-pointer hover:bg-primary-lighter
                            focus:bg-primary-lighter outline-none" @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || focusPrevSectionElement($refs.searchResults, $el)"
              @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling) || focusNextSectionElement($refs.searchResults, $el)" @click="clickSuggestion(suggestion)" :data-title="suggestion.title ? suggestion.title : ''">
              <span x-html="suggestion.highlightedTitle"></span>
            </div>
          </template>
        </div>
        <div x-show="products.length > 0" class="mt-4" data-section="2">
          <span class="text-black text-l font-bold py-3 pl-4 text-left"> Producten </span>
          <template x-for="suggestion in products">
            <div tabindex="2" class="qs-option-info-container cursor-pointer text-gray px-4 pb-3 lg:pt-3 transition-all hover:bg-container" @click="clickSuggestion(suggestion)" x-ref="searchProductSection" @keydown.enter="clickSuggestion(suggestion)"
              @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || focusPrevSectionElement($refs.searchResults, $el)" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)"
              :data-title="suggestion.title ? suggestion.title : ''">
              <span x-html="suggestion.highlightedTitle"></span>
            </div>
          </template>
        </div>
      </div>
    </template>
    <button type="submit" title="Zoek" class="cursor-pointer absolute top-1/2 right-5 -translate-y-1/2">
      <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" class="text-black" width="20" height="20"
        role="img"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
        <path
          d="M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z">
        </path>
        <title>magnifying-glass</title>
      </svg>
    </button>
  </div>
</form>

<form id="facet-filter-form" x-data="tweakwiseNavigationForm()"
  x-init="initForm({&quot;tweakwiseNavigationForm&quot;:{&quot;formFilters&quot;:false,&quot;ajaxFilters&quot;:true,&quot;seoEnabled&quot;:false,&quot;ajaxEndpoint&quot;:&quot;https:\/\/shop.hbvl.be\/tweakwise\/ajax\/navigation\/&quot;,&quot;filterSelector&quot;:&quot;#layered-filter-block&quot;,&quot;productListSelector&quot;:&quot;.products.wrapper&quot;,&quot;toolbarSelector&quot;:&quot;.toolbar.toolbar-products&quot;,&quot;ajaxCache&quot;:true}})">
  <div class="filter-options" id="narrow-by-list">
    <input type="hidden" name="__tw_ajax_type" value="category">
    <input type="hidden" name="__tw_object_id" value="540">
    <input type="hidden" name="__tw_original_url" value="mode/kleding.html">
    <input type="hidden" name="__tw_hash" value="8671b51b7ea929a3893865f40920d32469f0dfc31dd3ef0c85eb6a58ad8b5e81">
    <div class="filter-option my-4  " x-data="{ open: true, showTooltip: false }">
      <div class="filter-options-title flex justify-between items-center cursor-pointer hover:text-secondary-darker border-container cursor-pointer hover:text-secondary-darker" @click="open = !open">
        <span class="title text-md lg:text-lg font-semibold"> Kleur </span>
        <span class="py-1 px-1">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transition-transform transform duration-300 ease-in-out rotate-180" :class="open ? 'rotate-180' : ''">
            <path d="M19 9L12 16L5 9" stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </div>
      <div class="filter-options-content py-3 !block" :class="{ '!block': open, 'hidden': !open }">
        <div class="swatch-attribute swatch-layered color" x-data="initLayeredSwatch_color()" data-attribute-code="color" data-attribute-id="93">
          <div class="swatch-attribute-options clearfix flex flex-row flex-wrap">
            <a href="https://shop.hbvl.be/mode/kleding.html?ae-vervangenkleur%5B0%5D=Blauw&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" aria-label="Blauw" class="swatch-option-link-layered swatch-option cursor-pointer select-none m-1 flex border justify-center
                        ">

                    <label for="000000000000076d0000000000000000" class="swatch-option-inner cursor-pointer relative block select-none m-0 w-6 h-6" :class="{ 'w-6 h-6' : getSwatchType('1') !== 'text' }" :style="getSwatchBackgroundStyle('1', '#3d5b86', '')" @mouseenter.self="activeTooltipItem = {
                                attribute: '#3d5b86',
                                type: '1',
                                id: '70',
                                label: 'Blauw',
                                thumb: '',
                                value: '#3d5b86'
                            }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" style="background-color:#3d5b86">
                        <input id="000000000000076d0000000000000000" style="display: none" name="ae-vervangenkleur[]" type="checkbox" value="Blauw">
                                            </label>
                </a>
            <a href="https://shop.hbvl.be/mode/kleding.html?ae-vervangenkleur%5B0%5D=Zwart&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" aria-label="Zwart" class="swatch-option-link-layered swatch-option cursor-pointer select-none m-1 flex border justify-center
                        ">

                    <label for="00000000000007790000000000000000" class="swatch-option-inner cursor-pointer relative block select-none m-0 w-6 h-6" :class="{ 'w-6 h-6' : getSwatchType('1') !== 'text' }" :style="getSwatchBackgroundStyle('1', '#000000', '')" @mouseenter.self="activeTooltipItem = {
                                attribute: '#000000',
                                type: '1',
                                id: '66',
                                label: 'Zwart',
                                thumb: '',
                                value: '#000000'
                            }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" style="background-color:#000000">
                        <input id="00000000000007790000000000000000" style="display: none" name="ae-vervangenkleur[]" type="checkbox" value="Zwart">
                                            </label>
                </a>
            <a href="https://shop.hbvl.be/mode/kleding.html?ae-vervangenkleur%5B0%5D=Grijs&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" aria-label="Grijs" class="swatch-option-link-layered swatch-option cursor-pointer select-none m-1 flex border justify-center
                        ">

                    <label for="000000000000077d0000000000000000" class="swatch-option-inner cursor-pointer relative block select-none m-0 w-6 h-6" :class="{ 'w-6 h-6' : getSwatchType('1') !== 'text' }" :style="getSwatchBackgroundStyle('1', '#808080', '')" @mouseenter.self="activeTooltipItem = {
                                attribute: '#808080',
                                type: '1',
                                id: '78',
                                label: 'Grijs',
                                thumb: '',
                                value: '#808080'
                            }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" style="background-color:#808080">
                        <input id="000000000000077d0000000000000000" style="display: none" name="ae-vervangenkleur[]" type="checkbox" value="Grijs">
                                            </label>
                </a>
          </div>
          <template x-if="isTooltipVisible()">
            <div class="absolute pointer-events-none select-none" :style="getTooltipPosition()">
              <div class="shadow-lg">
                <div class="absolute top-0 left-0 z-10 min-w-20 p-2 -mt-6 text-sm leading-tight text-black
                    transform -translate-x-1/2 -translate-y-full bg-white rounded-lg shadow-lg text-center">
                  <template x-if="isVisualSwatch(activeTooltipItem.attribute, activeTooltipItem.item)">
                    <div class="inline-block border shadow-sm border-container" :style="getTooltipImageStyle(activeTooltipItem.attribute, activeTooltipItem.item)"></div>
                  </template>
                  <span class="mx-2 whitespace-nowrap subtitle" x-html="getTooltipLabel()"></span>
                </div>
                <svg class="absolute z-10 w-8 h-8 text-white transform -translate-x-1/5
                    -translate-y-8 fill-current stroke-current" width="12" height="12">
                  <rect x="12" y="-12" width="12" height="12" transform="rotate(45)" class="shadow-xl"></rect>
                </svg>
              </div>
            </div>
          </template>
        </div>
      </div>
    </div>
    <div class="filter-option my-4 border-t pt-5 " x-data="{ open: false, showTooltip: false }">
      <div class="filter-options-title flex justify-between items-center cursor-pointer hover:text-secondary-darker border-container cursor-pointer hover:text-secondary-darker" @click="open = !open">
        <span class="title text-md lg:text-lg font-semibold"> Maat </span>
        <span class="py-1 px-1">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transition-transform transform duration-300 ease-in-out" :class="open ? 'rotate-180' : ''">
            <path d="M19 9L12 16L5 9" stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </div>
      <div class="filter-options-content py-3 hidden" :class="{ '!block': open, 'hidden': !open }">
        <div x-data="initTweakwiseNavigationItems()" x-init="sortItems(0)">
          <ol class="items" x-ref="items">
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 36&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008520000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008520000000000000000" name="size[]" type="checkbox" value="Dames 36" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 36                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 37&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008560000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008560000000000000000" name="size[]" type="checkbox" value="Dames 37" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 37                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 38&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008550000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008550000000000000000" name="size[]" type="checkbox" value="Dames 38" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 38                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 39&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008530000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008530000000000000000" name="size[]" type="checkbox" value="Dames 39" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 39                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 40&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008540000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008540000000000000000" name="size[]" type="checkbox" value="Dames 40" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 40                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 40&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008510000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008510000000000000000" name="size[]" type="checkbox" value="Heren 40" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 40                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 41&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008500000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008500000000000000000" name="size[]" type="checkbox" value="Dames 41" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 41                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 41&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000077a0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000077a0000000000000000" name="size[]" type="checkbox" value="Heren 41" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 41                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 42&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000084c0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000084c0000000000000000" name="size[]" type="checkbox" value="Dames 42" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 42                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 42&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000084f0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000084f0000000000000000" name="size[]" type="checkbox" value="Heren 42" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 42                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Dames 43&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000084a0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000084a0000000000000000" name="size[]" type="checkbox" value="Dames 43" class="block w-4 h-4 mr-2 mt-1">

                                                        Dames 43                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 43&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000084d0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000084d0000000000000000" name="size[]" type="checkbox" value="Heren 43" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 43                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 44&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000084b0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000084b0000000000000000" name="size[]" type="checkbox" value="Heren 44" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 44                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 45&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000084e0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000084e0000000000000000" name="size[]" type="checkbox" value="Heren 45" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 45                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?size%5B0%5D=Heren 46&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000077b0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000077b0000000000000000" name="size[]" type="checkbox" value="Heren 46" class="block w-4 h-4 mr-2 mt-1">

                                                        Heren 46                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
          </ol>
          <a href="#" class="more-items underline cursor-pointer" @click.prevent="toggleShowMore(true, 0)" :class="{ 'hidden': moreItemsShow }">Meer tonen</a>
          <a href="#" class="less-items underline cursor-pointer hidden" @click.prevent="toggleShowMore(false, 0)" :class="{ 'block': moreItemsShow, 'hidden': !moreItemsShow }">Minder tonen</a>
        </div>
      </div>
    </div>
    <div class="filter-option my-4 border-t pt-5 " x-data="{ open: true, showTooltip: false }">
      <div class="filter-options-title flex justify-between items-center cursor-pointer hover:text-secondary-darker border-container cursor-pointer hover:text-secondary-darker" @click="open = !open">
        <span class="title text-md lg:text-lg font-semibold"> Type product </span>
        <span class="py-1 px-1">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transition-transform transform duration-300 ease-in-out rotate-180" :class="open ? 'rotate-180' : ''">
            <path d="M19 9L12 16L5 9" stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </div>
      <div class="filter-options-content py-3 !block" :class="{ '!block': open, 'hidden': !open }">
        <div x-data="initTweakwiseNavigationItems()" x-init="sortItems(0)">
          <ol class="items" x-ref="items">
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008390000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008390000000000000000" name="type_product[]" type="checkbox" checked="checked" value="Wandelschoenen" class="block w-4 h-4 mr-2 mt-1">

                                                        Wandelschoenen                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Badjas&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008400000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008400000000000000000" name="type_product[]" type="checkbox" value="Badjas" class="block w-4 h-4 mr-2 mt-1">

                                                        Badjas                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (2)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Broek&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008490000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008490000000000000000" name="type_product[]" type="checkbox" value="Broek" class="block w-4 h-4 mr-2 mt-1">

                                                        Broek                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Handschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008480000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008480000000000000000" name="type_product[]" type="checkbox" value="Handschoenen" class="block w-4 h-4 mr-2 mt-1">

                                                        Handschoenen                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item" :class="{ 'block': moreItemsShow, 'hidden': '' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Hoed&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008460000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008460000000000000000" name="type_product[]" type="checkbox" value="Hoed" class="block w-4 h-4 mr-2 mt-1">

                                                        Hoed                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Hoeden&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008470000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008470000000000000000" name="type_product[]" type="checkbox" value="Hoeden" class="block w-4 h-4 mr-2 mt-1">

                                                        Hoeden                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Jas&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008410000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008410000000000000000" name="type_product[]" type="checkbox" value="Jas" class="block w-4 h-4 mr-2 mt-1">

                                                        Jas                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (9)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Laarzen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008450000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008450000000000000000" name="type_product[]" type="checkbox" value="Laarzen" class="block w-4 h-4 mr-2 mt-1">

                                                        Laarzen                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (2)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Ondergoed&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008440000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008440000000000000000" name="type_product[]" type="checkbox" value="Ondergoed" class="block w-4 h-4 mr-2 mt-1">

                                                        Ondergoed                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (4)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Polo&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008420000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008420000000000000000" name="type_product[]" type="checkbox" value="Polo" class="block w-4 h-4 mr-2 mt-1">

                                                        Polo                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (2)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Poncho&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008430000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008430000000000000000" name="type_product[]" type="checkbox" value="Poncho" class="block w-4 h-4 mr-2 mt-1">

                                                        Poncho                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Sokken&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="00000000000008380000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="00000000000008380000000000000000" name="type_product[]" type="checkbox" value="Sokken" class="block w-4 h-4 mr-2 mt-1">

                                                        Sokken                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Trainingspak&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000083f0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000083f0000000000000000" name="type_product[]" type="checkbox" value="Trainingspak" class="block w-4 h-4 mr-2 mt-1">

                                                        Trainingspak                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Trui&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000083e0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000083e0000000000000000" name="type_product[]" type="checkbox" value="Trui" class="block w-4 h-4 mr-2 mt-1">

                                                        Trui                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (10)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Truien&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000083d0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000083d0000000000000000" name="type_product[]" type="checkbox" value="Truien" class="block w-4 h-4 mr-2 mt-1">

                                                        Truien                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (1)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=T-shirt&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000083c0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000083c0000000000000000" name="type_product[]" type="checkbox" value="T-shirt" class="block w-4 h-4 mr-2 mt-1">

                                                        T-shirt                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (3)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Wieleroutfit&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000083a0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000083a0000000000000000" name="type_product[]" type="checkbox" value="Wieleroutfit" class="block w-4 h-4 mr-2 mt-1">

                                                        Wieleroutfit                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (8)
                                </span>
                                                    </label>
                                    </a>
            </li>
            <li class="item hidden" :class="{ 'block': moreItemsShow, 'hidden': '1' &amp;&amp; !moreItemsShow }">
              <a href="https://shop.hbvl.be/mode/kleding.html?type_product%5B0%5D=Wandelschoenen&amp;type_product%5B1%5D=Wieleroutfits&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl" class="flex w-full py-1 mb-1 hover:text-black">
                                                                <label for="000000000000083b0000000000000000" class="block m-0 font-normal flex w-full">
                            <input id="000000000000083b0000000000000000" name="type_product[]" type="checkbox" value="Wieleroutfits" class="block w-4 h-4 mr-2 mt-1">

                                                        Wieleroutfits                            
                                                            <span class="count block text-gray-400 ml-auto">
                                    (8)
                                </span>
                                                    </label>
                                    </a>
            </li>
          </ol>
          <a href="#" class="more-items underline cursor-pointer" @click.prevent="toggleShowMore(true, 0)" :class="{ 'hidden': moreItemsShow }">Meer tonen</a>
          <a href="#" class="less-items underline cursor-pointer hidden" @click.prevent="toggleShowMore(false, 0)" :class="{ 'block': moreItemsShow, 'hidden': !moreItemsShow }">Minder tonen</a>
        </div>
      </div>
    </div>
    <div class="filter-option my-4 border-t pt-5 " x-data="{ open: true, showTooltip: false }">
      <div class="filter-options-title flex justify-between items-center cursor-pointer hover:text-secondary-darker border-container cursor-pointer hover:text-secondary-darker" @click="open = !open">
        <span class="title text-md lg:text-lg font-semibold"> Prijs </span>
        <span class="py-1 px-1">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="transition-transform transform duration-300 ease-in-out rotate-180" :class="open ? 'rotate-180' : ''">
            <path d="M19 9L12 16L5 9" stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          </svg>
        </span>
      </div>
      <div class="filter-options-content py-3 !block" :class="{ '!block': open, 'hidden': !open }">
        <div class="slider-attribute" id="attribute-slider-slider-ae-price" x-data="tweakwiseNavigationSlider()"
          x-init="initSlider({&quot;tweakwiseNavigationSliderWidget&quot;:{&quot;ajaxFilters&quot;:true,&quot;formFilters&quot;:false,&quot;filterUrl&quot;:&quot;https:\/\/shop.hbvl.be\/mode\/kleding.html?ae-price=%7B%7Bfrom%7D%7D-%7B%7Bto%7D%7D&amp;type_product%5B0%5D=Wandelschoenen&amp;utm_campaign=W24041_Wandelen_en_natuur&amp;utm_content=nieuwsbrief_imu&amp;utm_marketing_tactic=cross_promo&amp;utm_medium=banners&amp;utm_source=hbvl&quot;,&quot;prefix&quot;:&quot;<span class=\&quot;prefix\&quot;><\/span>&quot;,&quot;postfix&quot;:&quot;<span class=\&quot;postfix\&quot;><\/span>&quot;,&quot;container&quot;:&quot;#attribute-slider-slider-ae-price&quot;,&quot;min&quot;:79,&quot;max&quot;:100,&quot;currentMin&quot;:79,&quot;currentMax&quot;:100}})"
          data-is-price="">
          <div class="labels flex justify-between">
            <span class="min-value text-sm">
              <span class="prefix"></span>
              <span class="value">79</span>
              <span class="postfix"></span>
            </span>
            <span class="max-value text-sm">
              <span class="prefix"></span>
              <span class="value">100</span>
              <span class="postfix"></span>
            </span>
          </div>
          <div class="tw-range-slider slider noUi-target noUi-ltr noUi-horizontal noUi-txt-dir-ltr" x-ref="slider">
            <div class="noUi-base">
              <div class="noUi-connects">
                <div class="noUi-connect" style="transform: translate(0%, 0px) scale(1, 1);"></div>
              </div>
              <div class="noUi-origin" style="transform: translate(-100%, 0px); z-index: 5;">
                <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="79.0" aria-valuemax="100.0" aria-valuenow="79.0" aria-valuetext="79.00">
                  <div class="noUi-touch-area"></div>
                </div>
              </div>
              <div class="noUi-origin" style="transform: translate(0%, 0px); z-index: 4;">
                <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="79.0" aria-valuemax="100.0" aria-valuenow="100.0" aria-valuetext="100.00">
                  <div class="noUi-touch-area"></div>
                </div>
              </div>
            </div>
          </div>
          <div class="labels flex justify-between">
            <span class="current-min-value text-sm">
              <span class="prefix"></span>
              <span class="value">79</span>
              <span class="postfix"></span>
            </span>
            <span class="current-max-value text-sm">
              <span class="prefix"></span>
              <span class="value">100</span>
              <span class="postfix"></span>
            </span>
          </div>
          <div class="slider-inputs w-full flex justify-between pt-2">
            <div class="slider-min-wrapper w-2/5 mr-1">
              <label for="ae-price-min" class="text-sm mb-0">Vanaf</label>
              <input type="text" class="slider-min js-skip-submit w-full" id="ae-price-min" name="ae-price-min" value="79">
            </div>
            <div class="slider-max-wrapper w-2/5 ml-1">
              <label for="ae-price-max" class="text-sm mb-0">Aan</label>
              <input type="text" class="slider-max js-skip-submit w-full" id="ae-price-max" name="ae-price-max" value="100">
            </div>
            <input type="hidden" data-disabled-input="79-100" data-is-slider="true" disabled="disabled" id="slider-ae-price" class="slider-url-value" name="ae-price" value="79-100">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="flex flex-row justify-center items-center w-full h-full fixed select-none z-50" style="left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); background: rgba(255, 255, 255, 0.7); display: none;" x-show="isLoading"
    x-transition:enter="ease-out duration-200" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="ease-in duration-200" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0">
    <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" stroke="currentColor" class="text-primary" width="57" height="57" role="img">
      <g fill="none" fill-rule="evenodd">
        <g transform="translate(1 1)" stroke-width="2">
          <circle cx="5" cy="50" r="5">
            <animate attributeName="cy" begin="0s" dur="2.2s" values="50;5;50;50" calcMode="linear" repeatCount="indefinite"></animate>
            <animate attributeName="cx" begin="0s" dur="2.2s" values="5;27;49;5" calcMode="linear" repeatCount="indefinite"></animate>
          </circle>
          <circle cx="27" cy="5" r="5">
            <animate attributeName="cy" begin="0s" dur="2.2s" from="5" to="5" values="5;50;50;5" calcMode="linear" repeatCount="indefinite"></animate>
            <animate attributeName="cx" begin="0s" dur="2.2s" from="27" to="27" values="27;49;5;27" calcMode="linear" repeatCount="indefinite"></animate>
          </circle>
          <circle cx="49" cy="50" r="5">
            <animate attributeName="cy" begin="0s" dur="2.2s" values="50;50;5;50" calcMode="linear" repeatCount="indefinite"></animate>
            <animate attributeName="cx" from="49" to="49" begin="0s" dur="2.2s" values="49;5;27;49" calcMode="linear" repeatCount="indefinite"></animate>
          </circle>
        </g>
      </g>
      <title>loader</title>
    </svg>
    <div class="ml-10 text-primary text-xl"> Bezig met laden... </div>
  </div>
</form>

POST https://shop.hbvl.be/checkout/cart/add/uenc/%25uenc%25/product/10458/

<form method="post" action="https://shop.hbvl.be/checkout/cart/add/uenc/%25uenc%25/product/10458/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col
     w-full ">
  <input name="form_key" type="hidden" value="T6HjrnxbYII79X39"> <input type="hidden" name="product" value="10458">
  <a href="https://shop.hbvl.be/wandelschoenen-bogense-laag-travelin.html" class="flex max-h-[240px] product photo product-item-photo justify-center block " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;item_list_id&quot;:&quot;540&quot;,&quot;item_list_name&quot;:&quot;Lifestyle en mode\/Kleding en schoenen&quot;,&quot;items&quot;:[{&quot;item_name&quot;:&quot;Wandelschoenen Bogense laag - Travelin'&quot;,&quot;item_id&quot;:&quot;MAG00001148&quot;,&quot;price&quot;:89.95,&quot;index&quot;:null,&quot;item_category&quot;:&quot;Lifestyle en mode&quot;,&quot;item_list_name&quot;:&quot;Lifestyle en mode\/Kleding en schoenen&quot;,&quot;item_list_id&quot;:&quot;540&quot;,&quot;item_brand&quot;:&quot;Travelin'&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;Deelplan&quot;:&quot;10458&quot;}]}});">
        <img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover min-h-[240px] product-image-photo" @update-gallery-10458.window="$root.src = $event.detail" loading="eager" fetchpriority="high" is-first="1" src="https://shop.hbvl.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_bogense-low.jpg" width="450" height="300" alt="Wandelschoenen Bogense laag - Travelin'" title="Wandelschoenen Bogense laag - Travelin'">

    </a>
  <div class="product-info flex flex-col grow px-4 pb-4">
    <a class="mb-auto pb-3" href="https://shop.hbvl.be/wandelschoenen-bogense-laag-travelin.html" :id="`slide-desc-10458-${$id('slider-id')}`" tabindex="-1">
                        <div class="product-name mt-2 font-roboto-bold text-l ">
                <span class="product-item-link">
                     Wandelschoenen Bogense laag - Travelin'                </span>
            </div>
            <div class="product-subtitle text-sm">
                voor dames en heren             </div>

            
            <div class="pt-1" x-data="initPriceBox__660bc1f9055c3()" @update-prices-10458.window="updatePrice($event.detail);">
                <div class="price-box price-final_price" data-role="priceBox" data-product-id="10458" data-price-box="product-id-10458">    <span class="special-price">
        
<span x-data="" x-id="['product\u002Dprice\u002D10458']" class="price-container price-final_price tax weee">
            <span class="price-label">Speciale prijs</span>
        <span :id="$id('product\u002Dprice\u002D10458')" data-price-amount="89.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-10458-1"><span class="price">89<span class="decimals">,95</span></span></span>
        </span>
    </span>
    <span class="old-price">
        
<span x-data="" x-id="['old\u002Dprice\u002D10458']" class="price-container price-final_price tax weee">
            <span class="price-label">adviesprijs</span>
        <span :id="$id('old\u002Dprice\u002D10458')" data-price-amount="179.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-10458-1"><span class="price">179<span class="decimals">,95</span></span></span>
        </span>
    </span>

</div>            </div>

                            
    

<div x-data="initConfigurableSwatchOptions_10458()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" @resize.window="resizeEvent()" class="configurable-wrapper mb-2 relative">
    <div>
                                
                    <div class="swatch-attribute border-t last:border-b border-container
            color">
            <div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
                <template x-if="showSwatches">
                    <div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10458-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
                        <template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
                            
<div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10458-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template>
                    </div>
                </template><div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10458-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
                        <template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
                            
<div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10458-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10458-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-78-1" style="background-color:#808080">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10458-93" id="attribute-option-10458-78-1" value="78" required="required" aria-label="Grijs">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10458-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-643-1" style="background-color:#2d2a5c">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10458-93" id="attribute-option-10458-643-1" value="643" required="required" aria-label="navy">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                    </div>
            </div>
        </div>
                                
                    <div class="swatch-attribute border-t last:border-b border-container
            size">
            <div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
                <template x-if="showSwatches">
                    <div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10458-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
                        <template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
                            
<div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template>
                    </div>
                </template><div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10458-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
                        <template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
                            
<div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-752-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-752-1" value="752" required="required" aria-label="Dames 36">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 36</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-753-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-753-1" value="753" required="required" aria-label="Dames 37">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 37</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-754-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-754-1" value="754" required="required" aria-label="Dames 38">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 38</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-755-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-755-1" value="755" required="required" aria-label="Dames 39">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 39</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-756-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-756-1" value="756" required="required" aria-label="Dames 40">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 40</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-757-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-757-1" value="757" required="required" aria-label="Dames 41">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 41</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-758-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-758-1" value="758" required="required" aria-label="Dames 42">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 42</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-759-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-759-1" value="759" required="required" aria-label="Dames 43">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 43</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template><div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)" style="">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }">Heren 40</div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-761-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-761-1" value="761" required="required" aria-label="Heren 41">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 41</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-762-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-762-1" value="762" required="required" aria-label="Heren 42">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 42</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-763-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-763-1" value="763" required="required" aria-label="Heren 43">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 43</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-764-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-764-1" value="764" required="required" aria-label="Heren 44">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 44</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-765-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-765-1" value="765" required="required" aria-label="Heren 45">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 45</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10458-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10458-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10458-766-1" style="">
            <input :id="$id('attribute-option-10458-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10458-349" id="attribute-option-10458-766-1" value="766" required="required" aria-label="Heren 46">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 46</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                    </div>
            </div>
        </div>
            </div>
            <template x-if="isTooltipVisible()">
    <div class="absolute pointer-events-none select-none" :style="getTooltipPosition()">
        <div class="shadow-lg">
            <div class="absolute top-0 left-0 z-10 min-w-20 p-2 -mt-6 text-sm leading-tight text-black
                    transform -translate-x-1/2 -translate-y-full bg-white rounded-lg shadow-lg text-center">
            <template x-if="isVisualSwatch(activeTooltipItem.attribute, activeTooltipItem.item)">
                <div class="inline-block border shadow-sm border-container" :style="getTooltipImageStyle(activeTooltipItem.attribute, activeTooltipItem.item)"></div>
            </template>
                <span class="mx-2 whitespace-nowrap subtitle" x-html="getTooltipLabel()"></span>
            </div>
            <svg class="absolute z-10 w-8 h-8 text-white transform -translate-x-1/5
                    -translate-y-8 fill-current stroke-current" width="12" height="12">
                <rect x="12" y="-12" width="12" height="12" transform="rotate(45)" class="shadow-xl"></rect>
            </svg>
        </div>
    </div>
</template>
    </div>
            
                    </a>
    <div class="button-wrapper flex flex-wrap justify-center items-center">
      <a class="cursor-pointer w-auto btn btn-primary justify-center text-sm
                            mr-auto                            " href="https://shop.hbvl.be/wandelschoenen-bogense-laag-travelin.html">
                                    <span class="inline">
                            Bekijk en bestel                        </span>
                            </a>
    </div>
  </div>
</form>

POST https://shop.hbvl.be/checkout/cart/add/uenc/%25uenc%25/product/10459/

<form method="post" action="https://shop.hbvl.be/checkout/cart/add/uenc/%25uenc%25/product/10459/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col
     w-full ">
  <input name="form_key" type="hidden" value="T6HjrnxbYII79X39"> <input type="hidden" name="product" value="10459">
  <a href="https://shop.hbvl.be/wandelschoenen-bogense-hoog-travelin.html" class="flex max-h-[240px] product photo product-item-photo justify-center block " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;item_list_id&quot;:&quot;540&quot;,&quot;item_list_name&quot;:&quot;Lifestyle en mode\/Kleding en schoenen&quot;,&quot;items&quot;:[{&quot;item_name&quot;:&quot;Wandelschoenen Bogense hoog - Travelin'&quot;,&quot;item_id&quot;:&quot;MAG00001149&quot;,&quot;price&quot;:99.95,&quot;index&quot;:null,&quot;item_category&quot;:&quot;Lifestyle en mode&quot;,&quot;item_list_name&quot;:&quot;Lifestyle en mode\/Kleding en schoenen&quot;,&quot;item_list_id&quot;:&quot;540&quot;,&quot;item_brand&quot;:&quot;Travelin'&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;Deelplan&quot;:&quot;10459&quot;}]}});">
        <img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover min-h-[240px] product-image-photo" @update-gallery-10459.window="$root.src = $event.detail" loading="eager" fetchpriority="high" is-first="0" src="https://shop.hbvl.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_bogense-high.jpg" width="450" height="300" alt="Wandelschoenen Bogense hoog - Travelin'" title="Wandelschoenen Bogense hoog - Travelin'">

    </a>
  <div class="product-info flex flex-col grow px-4 pb-4">
    <a class="mb-auto pb-3" href="https://shop.hbvl.be/wandelschoenen-bogense-hoog-travelin.html" :id="`slide-desc-10459-${$id('slider-id')}`" tabindex="-1">
                        <div class="product-name mt-2 font-roboto-bold text-l ">
                <span class="product-item-link">
                     Wandelschoenen Bogense hoog - Travelin'                </span>
            </div>
            <div class="product-subtitle text-sm">
                voor dames en heren             </div>

            
            <div class="pt-1" x-data="initPriceBox__660bc4d97044d()" @update-prices-10459.window="updatePrice($event.detail);">
                <div class="price-box price-final_price" data-role="priceBox" data-product-id="10459" data-price-box="product-id-10459">    <span class="special-price">
        
<span x-data="" x-id="['product\u002Dprice\u002D10459']" class="price-container price-final_price tax weee">
            <span class="price-label">Speciale prijs</span>
        <span :id="$id('product\u002Dprice\u002D10459')" data-price-amount="99.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-10459-1"><span class="price">99<span class="decimals">,95</span></span></span>
        </span>
    </span>
    <span class="old-price">
        
<span x-data="" x-id="['old\u002Dprice\u002D10459']" class="price-container price-final_price tax weee">
            <span class="price-label">adviesprijs</span>
        <span :id="$id('old\u002Dprice\u002D10459')" data-price-amount="189.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-10459-1"><span class="price">189<span class="decimals">,95</span></span></span>
        </span>
    </span>

</div>            </div>

                            
    

<div x-data="initConfigurableSwatchOptions_10459()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" @resize.window="resizeEvent()" class="configurable-wrapper mb-2 relative">
    <div>
                                
                    <div class="swatch-attribute border-t last:border-b border-container
            color">
            <div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
                <template x-if="showSwatches">
                    <div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10459-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
                        <template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
                            
<div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10459-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template>
                    </div>
                </template><div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10459-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
                        <template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
                            
<div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10459-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10459-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-78-1" style="background-color:#808080">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10459-93" id="attribute-option-10459-78-1" value="78" required="required" aria-label="Grijs">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10459-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-643-1" style="background-color:#2d2a5c">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10459-93" id="attribute-option-10459-643-1" value="643" required="required" aria-label="navy">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                    </div>
            </div>
        </div>
                                
                    <div class="swatch-attribute border-t last:border-b border-container
            size">
            <div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
                <template x-if="showSwatches">
                    <div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10459-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
                        <template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
                            
<div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template>
                    </div>
                </template><div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10459-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
                        <template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
                            
<div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-752-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-752-1" value="752" required="required" aria-label="Dames 36">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 36</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-753-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-753-1" value="753" required="required" aria-label="Dames 37">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 37</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-754-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-754-1" value="754" required="required" aria-label="Dames 38">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 38</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-755-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-755-1" value="755" required="required" aria-label="Dames 39">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 39</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-756-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-756-1" value="756" required="required" aria-label="Dames 40">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 40</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-757-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-757-1" value="757" required="required" aria-label="Dames 41">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 41</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-758-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-758-1" value="758" required="required" aria-label="Dames 42">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 42</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-759-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-759-1" value="759" required="required" aria-label="Dames 43">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 43</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-760-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-760-1" value="760" required="required" aria-label="Heren 40">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 40</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-761-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-761-1" value="761" required="required" aria-label="Heren 41">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 41</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-762-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-762-1" value="762" required="required" aria-label="Heren 42">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 42</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-763-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-763-1" value="763" required="required" aria-label="Heren 43">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 43</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-764-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-764-1" value="764" required="required" aria-label="Heren 44">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 44</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-765-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-765-1" value="765" required="required" aria-label="Heren 45">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 45</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10459-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10459-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10459-766-1" style="">
            <input :id="$id('attribute-option-10459-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10459-349" id="attribute-option-10459-766-1" value="766" required="required" aria-label="Heren 46">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 46</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                    </div>
            </div>
        </div>
            </div>
            <template x-if="isTooltipVisible()">
    <div class="absolute pointer-events-none select-none" :style="getTooltipPosition()">
        <div class="shadow-lg">
            <div class="absolute top-0 left-0 z-10 min-w-20 p-2 -mt-6 text-sm leading-tight text-black
                    transform -translate-x-1/2 -translate-y-full bg-white rounded-lg shadow-lg text-center">
            <template x-if="isVisualSwatch(activeTooltipItem.attribute, activeTooltipItem.item)">
                <div class="inline-block border shadow-sm border-container" :style="getTooltipImageStyle(activeTooltipItem.attribute, activeTooltipItem.item)"></div>
            </template>
                <span class="mx-2 whitespace-nowrap subtitle" x-html="getTooltipLabel()"></span>
            </div>
            <svg class="absolute z-10 w-8 h-8 text-white transform -translate-x-1/5
                    -translate-y-8 fill-current stroke-current" width="12" height="12">
                <rect x="12" y="-12" width="12" height="12" transform="rotate(45)" class="shadow-xl"></rect>
            </svg>
        </div>
    </div>
</template>
    </div>
            
                    </a>
    <div class="button-wrapper flex flex-wrap justify-center items-center">
      <a class="cursor-pointer w-auto btn btn-primary justify-center text-sm
                            mr-auto                            " href="https://shop.hbvl.be/wandelschoenen-bogense-hoog-travelin.html">
                                    <span class="inline">
                            Bekijk en bestel                        </span>
                            </a>
    </div>
  </div>
</form>

POST https://shop.hbvl.be/checkout/cart/add/uenc/%25uenc%25/product/10457/

<form method="post" action="https://shop.hbvl.be/checkout/cart/add/uenc/%25uenc%25/product/10457/" class="p-0 item product product-item product_addtocart_form card card-interactive rounded-[3px] flex flex-col
     w-full ">
  <input name="form_key" type="hidden" value="T6HjrnxbYII79X39"> <input type="hidden" name="product" value="10457">
  <a href="https://shop.hbvl.be/wandelschoenen-trige-travelin.html" class="flex max-h-[240px] product photo product-item-photo justify-center block " tabindex="-1" onclick="window.dataLayer.push({ecommerce: null});
        window.dataLayer.push({&quot;event&quot;:&quot;select_item&quot;,&quot;ecommerce&quot;:{&quot;item_list_id&quot;:&quot;540&quot;,&quot;item_list_name&quot;:&quot;Lifestyle en mode\/Kleding en schoenen&quot;,&quot;items&quot;:[{&quot;item_name&quot;:&quot;Wandelschoenen Trige - Travelin'&quot;,&quot;item_id&quot;:&quot;MAG00001147&quot;,&quot;price&quot;:79.95,&quot;index&quot;:null,&quot;item_category&quot;:&quot;Lifestyle en mode&quot;,&quot;item_list_name&quot;:&quot;Lifestyle en mode\/Kleding en schoenen&quot;,&quot;item_list_id&quot;:&quot;540&quot;,&quot;item_brand&quot;:&quot;Travelin'&quot;,&quot;item_stock_status&quot;:&quot;In stock&quot;,&quot;item_sale_product&quot;:&quot;No&quot;,&quot;item_reviews_count&quot;:&quot;0&quot;,&quot;item_reviews_score&quot;:&quot;0&quot;,&quot;Deelplan&quot;:&quot;10457&quot;}]}});">
        <img x-data="initImage($el)" x-init="checkForLazyLoad()" class="hover:shadow-sm object-cover min-h-[240px] product-image-photo" @update-gallery-10457.window="$root.src = $event.detail" loading="eager" fetchpriority="high" is-first="0" src="https://shop.hbvl.be/media/catalog/product/cache/36006df1fabc79f8cf27a94fae7dcba6/h/o/hoofdbeeld_trige.jpg" width="450" height="300" alt="Wandelschoenen Trige - Travelin'" title="Wandelschoenen Trige - Travelin'">

    </a>
  <div class="product-info flex flex-col grow px-4 pb-4">
    <a class="mb-auto pb-3" href="https://shop.hbvl.be/wandelschoenen-trige-travelin.html" :id="`slide-desc-10457-${$id('slider-id')}`" tabindex="-1">
                        <div class="product-name mt-2 font-roboto-bold text-l ">
                <span class="product-item-link">
                     Wandelschoenen Trige - Travelin'                </span>
            </div>
            <div class="product-subtitle text-sm">
                voor dames en heren             </div>

            
            <div class="pt-1" x-data="initPriceBox__660bc1295051b()" @update-prices-10457.window="updatePrice($event.detail);">
                <div class="price-box price-final_price" data-role="priceBox" data-product-id="10457" data-price-box="product-id-10457">    <span class="special-price">
        
<span x-data="" x-id="['product\u002Dprice\u002D10457']" class="price-container price-final_price tax weee">
            <span class="price-label">Speciale prijs</span>
        <span :id="$id('product\u002Dprice\u002D10457')" data-price-amount="79.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-10457-1"><span class="price">79<span class="decimals">,95</span></span></span>
        </span>
    </span>
    <span class="old-price">
        
<span x-data="" x-id="['old\u002Dprice\u002D10457']" class="price-container price-final_price tax weee">
            <span class="price-label">adviesprijs</span>
        <span :id="$id('old\u002Dprice\u002D10457')" data-price-amount="159.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-10457-1"><span class="price">159<span class="decimals">,95</span></span></span>
        </span>
    </span>

</div>            </div>

                            
    

<div x-data="initConfigurableSwatchOptions_10457()" x-init="findAllowedAttributeOptions(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" @resize.window="resizeEvent()" class="configurable-wrapper mb-2 relative">
    <div>
                                
                    <div class="swatch-attribute border-t last:border-b border-container
            color">
            <div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
                <template x-if="showSwatches">
                    <div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10457-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
                        <template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
                            
<div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10457-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template>
                    </div>
                </template><div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10457-93" role="radiogroup" x-bind="scrollEvents" aria-label="Kleur">
                        <template x-for="(item, index) in optionConfig.attributes[93].options" :key="item.id">
                            
<div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10457-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10457-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-66-1" style="background-color:#000000">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10457-93" id="attribute-option-10457-66-1" value="66" required="required" aria-label="Zwart">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; optionIsActive(93, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10457-93">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker w-6 h-6" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[93] === item.id),
                'border-container-darker':
                    (selectedValues[93] !== item.id),
                'w-6 h-6' : !isTextSwatch(93, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('93',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '93',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-643-1" style="background-color:#2d2a5c">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[93]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(93, $event.target.value)" x-on:click="clearOptionIfActive(93, item.id)" x-model="selectedValues[93]" :required="getAllowedAttributeOptions(93).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(93, item.id)" aria-describedby="attribute-label-10457-93" id="attribute-option-10457-643-1" value="643" required="required" aria-label="navy">
            <template x-if="isTextSwatch(93, item.id)">
                <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>

    <template x-if="optionIsEnabled(93, item.id) &amp;&amp; !optionIsActive(93, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(93, item.id),
                                                    }" :style="getSwatchBackgroundStyle('93',item.id)">
            <div x-html="getSwatchText(93, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(93, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                    </div>
            </div>
        </div>
                                
                    <div class="swatch-attribute border-t last:border-b border-container
            size">
            <div class="w-full overflow-x-hidden swatch-attribute-options min-h-14">
                <template x-if="showSwatches">
                    <div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10457-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
                        <template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
                            
<div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template>
                    </div>
                </template><div class="flex flex-nowrap w-full overflow-auto snap items-center py-1" id="attribute-label-10457-349" role="radiogroup" x-bind="scrollEvents" aria-label="Maat">
                        <template x-for="(item, index) in optionConfig.attributes[349].options" :key="item.id">
                            
<div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                        </template><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-752-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-752-1" value="752" required="required" aria-label="Dames 36">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 36</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-753-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-753-1" value="753" required="required" aria-label="Dames 37">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 37</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-754-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-754-1" value="754" required="required" aria-label="Dames 38">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 38</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-755-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-755-1" value="755" required="required" aria-label="Dames 39">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 39</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-756-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-756-1" value="756" required="required" aria-label="Dames 40">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 40</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-757-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-757-1" value="757" required="required" aria-label="Dames 41">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 41</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-758-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-758-1" value="758" required="required" aria-label="Dames 42">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 42</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-759-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-759-1" value="759" required="required" aria-label="Dames 43">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Dames 43</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-760-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-760-1" value="760" required="required" aria-label="Heren 40">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 40</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-761-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-761-1" value="761" required="required" aria-label="Heren 41">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 41</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-762-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-762-1" value="762" required="required" aria-label="Heren 42">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 42</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-763-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-763-1" value="763" required="required" aria-label="Heren 43">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 43</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-764-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-764-1" value="764" required="required" aria-label="Heren 44">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 44</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-765-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-765-1" value="765" required="required" aria-label="Heren 45">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 45</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div><div x-id="['attribute-option-10457-'+item.id]">
    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; optionIsActive(349, item.id)">
        <label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template>
        </label>
    </template><label :for="$id('attribute-option-10457-'+item.id)" class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label hover:text-black hover:border-container-lighter hover:ring-2 hover:ring-black border-container-darker" :class="{
                'text-black border-container-lighter ring-2 ring-black':
                    (selectedValues[349] === item.id),
                'border-container-darker':
                    (selectedValues[349] !== item.id),
                'w-6 h-6' : !isTextSwatch(349, item.id),
                'text-black border-container-lighter ring-2 ring-black/50' : focusedLabel === item.id
            }" :style="getSwatchBackgroundStyle('349',item.id)" @mouseenter.self="activeTooltipItem = {
                    attribute: '349',
                    item: item.id
                }; tooltipPositionElement = $event.target;" @mouseleave.self="activeTooltipItem = false" for="attribute-option-10457-766-1" style="">
            <input :id="$id('attribute-option-10457-'+item.id)" :value="item.id" name="super_attribute[349]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1" x-on:focus="focusLabel(item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(349, $event.target.value)" x-on:click="clearOptionIfActive(349, item.id)" x-model="selectedValues[349]" :required="getAllowedAttributeOptions(349).filter(
                    attributeOption => selectedValues[attributeOption]
                ).length === 0" :aria-label="getSwatchText(349, item.id)" aria-describedby="attribute-label-10457-349" id="attribute-option-10457-766-1" value="766" required="required" aria-label="Heren 46">
            <template x-if="isTextSwatch(349, item.id)">
                <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true"></div>
            </template><div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap" aria-hidden="true">Heren 46</div>
        </label>

    <template x-if="optionIsEnabled(349, item.id) &amp;&amp; !optionIsActive(349, item.id)">
        <div class="swatch-option relative rounded shadow-sm cursor-pointer transition-all select-none bg-container-lighter product-option-value-label" :class="{
                                                        'w-6 h-6' : !isTextSwatch(349, item.id),
                                                    }" :style="getSwatchBackgroundStyle('349',item.id)">
            <div x-html="getSwatchText(349, item.id)" class="whitespace-nowrap pointer-events-none select-none" :class="{ 'sr-only' : !isTextSwatch(349, item.id) }"></div>
            <svg class="absolute inset-0 w-full h-full text-gray-500 bg-white/25">
                <line x1="0" y1="100%" x2="100%" y2="0" class="stroke-current stroke-1"></line>
            </svg>
        </div>
    </template>
</div>
                    </div>
            </div>
        </div>
            </div>
            <template x-if="isTooltipVisible()">
    <div class="absolute pointer-events-none select-none" :style="getTooltipPosition()">
        <div class="shadow-lg">
            <div class="absolute top-0 left-0 z-10 min-w-20 p-2 -mt-6 text-sm leading-tight text-black
                    transform -translate-x-1/2 -translate-y-full bg-white rounded-lg shadow-lg text-center">
            <template x-if="isVisualSwatch(activeTooltipItem.attribute, activeTooltipItem.item)">
                <div class="inline-block border shadow-sm border-container" :style="getTooltipImageStyle(activeTooltipItem.attribute, activeTooltipItem.item)"></div>
            </template>
                <span class="mx-2 whitespace-nowrap subtitle" x-html="getTooltipLabel()"></span>
            </div>
            <svg class="absolute z-10 w-8 h-8 text-white transform -translate-x-1/5
                    -translate-y-8 fill-current stroke-current" width="12" height="12">
                <rect x="12" y="-12" width="12" height="12" transform="rotate(45)" class="shadow-xl"></rect>
            </svg>
        </div>
    </div>
</template>
    </div>
            
                    </a>
    <div class="button-wrapper flex flex-wrap justify-center items-center">
      <a class="cursor-pointer w-auto btn btn-primary justify-center text-sm
                            mr-auto                            " href="https://shop.hbvl.be/wandelschoenen-trige-travelin.html">
                                    <span class="inline">
                            Bekijk en bestel                        </span>
                            </a>
    </div>
  </div>
</form>

Text Content

WELKOM BIJ HET BELANG VAN LIMBURG!

Mediahuis en derden gebruiken cookies en vergelijkbare technieken (“cookies”)
voor het opslaan en/of openen van informatie op een apparaat, functionele en
analytische doeleinden, advertentie- en contentmeting, inzichten in het publiek
en productontwikkeling, social media-functionaliteiten, gepersonaliseerde
advertenties en gepersonaliseerde content. Daarbij kunnen persoonsgegevens
worden verwerkt, zoals informatie over uw apparaat, uw browser en uw gebruik van
de website.

Door op "Akkoord" te klikken, gaat u hiermee akkoord. Wil u niet alle soorten
cookies toestaan, klik dan op “Stel voorkeuren in”. U kan uw voorkeuren op elk
moment aanpassen via de link "Privacy voorkeuren beheren" onderaan elke pagina.
Wenst u meer uitleg over het gebruik van uw gegevens? Lees dan ons privacybeleid
en cookiebeleid.

Onze partners en wij verwerken als volgt gegevens:Gepersonaliseerde advertenties
en content, advertentie- en contentmetingen, doelgroepenonderzoek en
ontwikkeling van diensten, Informatie op een apparaat opslaan en/of openen,
Social Media, Uitgebreide meting

Bekijk onze 5 partners
Meer informatie →Akkoord en sluiten


Zoek
xmark


Producten

magnifying-glass
Toggle minicart, Cart is empty cart-shopping 0

circle-question Klantendienst

magnifying-glass Volg je bestelling

Aanmelden
Cart cart-shopping 0

Winkelwagen

minus plus





Subtotaal:


Bekijk winkelwagen Afrekenen bestelling
loader
Bezig met laden...
 * Home
 * Fietsen chevron-down
     
   
   * Alle fietsen chevron-right
     
      * Stadsfiets Vivid
        
      * Stadsfiets Vivid Plus
        
      * Stadsfiets Solid
        
      * Plooifiets Hopper
        
      * Stadsfiets Spirit
        
      * Speed pedelec Fuell
        
   
   * Accessoires chevron-right
     
      * Fietsaccessoires
        
      * Batterijen
        
   
   * Service chevron-right
     
      * Service
        
      * Lenen
        
      * Fietsverzekering
        
      * Leasing
        
      * Inruilen oude e-bike
        
   
   * Fietsenwinkels
   
   * Help & contact
   
   * Reviews
   
   * Blog
 * Elektro chevron-down
     
   
   * Beeld en geluid
   
   * Computer en gadgets
   
   * Gereedschap
   
   * Huishoudelijke apparaten
   
   * Keukentoestellen
   
   * Kantoor en school
   
   * Sport
   
   * Tuin en klussen
   
   * Verlichting
   
   * Verwarmen en verkoelen
   
   * Wellness en verzorging
 * Huis & tuin chevron-down
     
   
   * Bed en bad chevron-right
     
      * Bed
        Boxsprings Dekbedden Dekbedovertrekken Hoeslakens Matrassen
        Matrasbeschermers Toppers Hoofdkussens Plaids
      * Bad
        Handdoeken Badhanddoeken Washandjes Badjassen Badmatten
   
   * Gereedschap
   
   * Huishouden
   
   * Interieur
   
   * Kantoor en school
   
   * Koken en tafelen
   
   * Meubels
   
   * Muziek
   
   * Tuin en terras
   
   * Verlichting
   
   * Verwarmen en verkoelen
   
   * Verzorging
 * Boeken chevron-down
     
   
   * Fictie
   
   * Kinderboeken
   
   * Kookboeken
   
   * Non-fictie
   
   * Romans
   
   * Thrillers
 * Wijn chevron-down
     
   
   * Rode wijn
   
   * Witte wijn
   
   * Mousserende wijn
 * Lifestyle & mode chevron-down
     
   
   * Accessoires
   
   * Kleding en schoenen
   
   * Koffers en reistassen
 * Sport chevron-down
     
   
   * Fietsen
   
   * Sportaccessoires
   
   * Wielrennen
 * Reizen chevron-down
     
   
   * Cruises
   
   * Natuurvakanties
   
   * Verre bestemmingen
   
   * Zonvakanties
   
   * Cultuurvakanties
   
   * Fiets- & wandelvakantie
 * Duurzaam wonen chevron-down
     
   
   * Dak isoleren
   
   * Gaele - energie
   
   * Gevel isoleren
   
   * Ventilatie
   
   * Vochtbestrijding
   
   * Warmtepompen
   
   * Warmtepompboilers
   
   * Zonnepanelen
 * Tickets
 * Outlet
 * Laatste kans

menu x
Home
Fietsen chevron-right
chevron-left Fietsen
Alle fietsen chevron-right
Accessoires chevron-right
Service chevron-right
Fietsenwinkels
Help & contact
Reviews
Blog
chevron-left Alle fietsen
Stadsfiets Vivid
Stadsfiets Vivid Plus
Stadsfiets Solid
Plooifiets Hopper
Stadsfiets Spirit
Speed pedelec Fuell
chevron-left Accessoires
Fietsaccessoires
Batterijen
chevron-left Service
Service
Lenen
Fietsverzekering
Leasing
Inruilen oude e-bike
chevron-left Fietsenwinkels
chevron-left Help & contact
chevron-left Reviews
chevron-left Blog
Elektro chevron-right
chevron-left Elektro
Beeld en geluid
Computer en gadgets
Gereedschap
Huishoudelijke apparaten
Keukentoestellen
Kantoor en school
Sport
Tuin en klussen
Verlichting
Verwarmen en verkoelen
Wellness en verzorging
chevron-left Beeld en geluid
chevron-left Computer en gadgets
chevron-left Gereedschap
chevron-left Huishoudelijke apparaten
chevron-left Keukentoestellen
chevron-left Kantoor en school
chevron-left Sport
chevron-left Tuin en klussen
chevron-left Verlichting
chevron-left Verwarmen en verkoelen
chevron-left Wellness en verzorging
Huis & tuin chevron-right
chevron-left Huis & tuin
Bed en bad chevron-right
Gereedschap
Huishouden
Interieur
Kantoor en school
Koken en tafelen
Meubels
Muziek
Tuin en terras
Verlichting
Verwarmen en verkoelen
Verzorging
chevron-left Bed en bad
Bed chevron-right
chevron-left Bed
Boxsprings
Dekbedden
Dekbedovertrekken
Hoeslakens
Matrassen
Matrasbeschermers
Toppers
Hoofdkussens
Plaids
Bad chevron-right
chevron-left Bad
Handdoeken
Badhanddoeken
Washandjes
Badjassen
Badmatten
chevron-left Gereedschap
chevron-left Huishouden
chevron-left Interieur
chevron-left Kantoor en school
chevron-left Koken en tafelen
chevron-left Meubels
chevron-left Muziek
chevron-left Tuin en terras
chevron-left Verlichting
chevron-left Verwarmen en verkoelen
chevron-left Verzorging
Boeken chevron-right
chevron-left Boeken
Fictie
Kinderboeken
Kookboeken
Non-fictie
Romans
Thrillers
chevron-left Fictie
chevron-left Kinderboeken
chevron-left Kookboeken
chevron-left Non-fictie
chevron-left Romans
chevron-left Thrillers
Wijn chevron-right
chevron-left Wijn
Rode wijn
Witte wijn
Mousserende wijn
chevron-left Rode wijn
chevron-left Witte wijn
chevron-left Mousserende wijn
Lifestyle & mode chevron-right
chevron-left Lifestyle & mode
Accessoires
Kleding en schoenen
Koffers en reistassen
chevron-left Accessoires
chevron-left Kleding en schoenen
chevron-left Koffers en reistassen
Sport chevron-right
chevron-left Sport
Fietsen
Sportaccessoires
Wielrennen
chevron-left Fietsen
chevron-left Sportaccessoires
chevron-left Wielrennen
Reizen chevron-right
chevron-left Reizen
Cruises
Natuurvakanties
Verre bestemmingen
Zonvakanties
Cultuurvakanties
Fiets- & wandelvakantie
chevron-left Cruises
chevron-left Natuurvakanties
chevron-left Verre bestemmingen
chevron-left Zonvakanties
chevron-left Cultuurvakanties
chevron-left Fiets- & wandelvakantie
Duurzaam wonen chevron-right
chevron-left Duurzaam wonen
Dak isoleren
Gaele - energie
Gevel isoleren
Ventilatie
Vochtbestrijding
Warmtepompen
Warmtepompboilers
Zonnepanelen
chevron-left Dak isoleren
chevron-left Gaele - energie
chevron-left Gevel isoleren
chevron-left Ventilatie
chevron-left Vochtbestrijding
chevron-left Warmtepompen
chevron-left Warmtepompboilers
chevron-left Zonnepanelen
Tickets
Outlet
Laatste kans
My profile

circle-question Klantendienst

magnifying-glass Volg je bestelling

 1. Home
 2. > Lifestyle en mode
 3. > Kleding en schoenen


KLEDING EN SCHOENEN


sliders Filteren op
Kleur

Maat
 1.  Dames 36 (3)
 2.  Dames 37 (3)
 3.  Dames 38 (3)
 4.  Dames 39 (3)
 5.  Dames 40 (3)
 6.  Heren 40 (3)
 7.  Dames 41 (3)
 8.  Heren 41 (3)
 9.  Dames 42 (3)
 10. Heren 42 (3)
 11. Dames 43 (3)
 12. Heren 43 (3)
 13. Heren 44 (3)
 14. Heren 45 (3)
 15. Heren 46 (3)

Meer tonen Minder tonen
Type product
 1.  Wandelschoenen (3)
 2.  Badjas (2)
 3.  Broek (1)
 4.  Handschoenen (1)
 5.  Hoed (1)
 6.  Hoeden (1)
 7.  Jas (9)
 8.  Laarzen (2)
 9.  Ondergoed (4)
 10. Polo (2)
 11. Poncho (1)
 12. Sokken (1)
 13. Trainingspak (1)
 14. Trui (10)
 15. Truien (1)
 16. T-shirt (3)
 17. Wieleroutfit (8)
 18. Wieleroutfits (8)

Meer tonen Minder tonen
Prijs
79 100

79 100
Vanaf
Aan
loader
Bezig met laden...
 * Wandelschoenen Bogense laag - Travelin'
   voor dames en heren
   Speciale prijs 89,95 adviesprijs 179,95
   Dames 36
   
   Dames 37
   
   Dames 38
   
   Dames 39
   
   Dames 40
   
   Dames 41
   
   Dames 42
   
   Dames 43
   
   Heren 40
   Heren 41
   
   Heren 42
   
   Heren 43
   
   Heren 44
   
   Heren 45
   
   Heren 46
   
   
   Bekijk en bestel
 * Wandelschoenen Bogense hoog - Travelin'
   voor dames en heren
   Speciale prijs 99,95 adviesprijs 189,95
   Dames 36
   
   Dames 37
   
   Dames 38
   
   Dames 39
   
   Dames 40
   
   Dames 41
   
   Dames 42
   
   Dames 43
   
   Heren 40
   
   Heren 41
   
   Heren 42
   
   Heren 43
   
   Heren 44
   
   Heren 45
   
   Heren 46
   
   
   Bekijk en bestel
 * Wandelschoenen Trige - Travelin'
   voor dames en heren
   Speciale prijs 79,95 adviesprijs 159,95
   Dames 36
   
   Dames 37
   
   Dames 38
   
   Dames 39
   
   Dames 40
   
   Dames 41
   
   Dames 42
   
   Dames 43
   
   Heren 40
   
   Heren 41
   
   Heren 42
   
   Heren 43
   
   Heren 44
   
   Heren 45
   
   Heren 46
   
   
   Bekijk en bestel

3 Items


Toon 25 50 100


ONZE SERVICE

 * awesomeicons/solid/lock Veilig en betrouwbaar
 * awesomeicons/solid/exchange-alt Gemakkelijk retourneren
 * awesomeicons/solid/map-marker-alt Volg jouw bestelling
 * awesomeicons/regular/edit Blog

KLANTENDIENST

 * awesomeicons/solid/phone-alt Contact
 * awesomeicons/regular/question-circle Veelgestelde vragen

VOOR BEDRIJVEN

 * Zakelijke contacten

VOORWAARDEN

   
   
   
 * Informatie vooraf & algemene voorwaarden
 * Privacy policy
 * Privacy beheren

BETAAL VEILIG MET:




GELEVERD DOOR:





chevron-up