aj.takechic.shop Open in urlscan Pro
2606:4700::6811:f777  Public Scan

Submitted URL: http://aj.takechic.shop/search
Effective URL: https://aj.takechic.shop/search
Submission: On October 30 via api from US — Scanned from DE

Form analysis 59 forms found in the DOM

<form>
  <input name="variant_id" type="hidden" value="${data.variants[0].id}">
  <button type="button" class="product-snippet__quick-shop-btn button-secondary" role="addToCart" data-quick-shop="${data.handle}" data-track-product-id="${data.id}" data-track="click" data-track-content="add_to_cart" data-track-source="quick_shop">
    Add to cart </button>
</form>

<form is="spz-form" id="${form_id}__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input spz-for="variant in data.variants" type="radio" id="${form_id}__${variant.id}" name="variant_id" value="${variant.id}" @change="${form_id}.addToCart">
    <label spz-for="variant in data.variants" for="${form_id}__${variant.id}"> ${variant.title}/<spz-currency value="${variant.price}" layout="container" container-class="product-snippet__price"></spz-currency><spz-currency
        value="${variant.compare_at_price}" layout="container" container-class="product-snippet__compare-at-price" spz-if="${(+variant.compare_at_price)>(+variant.price)}"></spz-currency>
    </label>
  </div>
</form>

GET /search

<form id="header_search_form_pc" class="header__search-form relative flex" action="/search" method="get">
  <div class="md:flex-1 relative items-stretch">
    <input @input-debounced="header_search_lightbox.open();header_search_predictive_render.rerender(data=event.value, redo=true);" class="header__search-input m-0 w-full type-text-font-family" autocomplete="off" type="text" name="q"
      placeholder="Search products">
    <button type="submit" class="header__search-icon absolute m-0 p-0 text-0 type-text-font-family cursor-pointer" tabindex="-1"><svg class="" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
        <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
          fill="currentColor"></path>
      </svg></button>
    <span onclick="header_search_form_pc.reset()" @tap="header_search_lightbox.close();" class="header__search-icon-close hidden items-center justify-center absolute m-0 p-0 type-text-font-family text-0 rounded-full cursor-pointer" tabindex="-2"><svg
        class="" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
          fill="currentColor"></path>
      </svg></span>
  </div>
  <button type="submit" class="header__search-submit-btn lg:hidden m-0 type-text-font-family">Search</button>
</form>

GET

<form id="app-smart-search-form-35" class="smart-search-form" method="GET" is="spz-form" @submit="app-smart-search-35.handleSearchSubmit(value=event.q);">
  <div class="smart-search-input-content">
    <svg class="icon-search " width="18" height="18" xmlns="http://www.w3.org/2000/svg">
      <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
        fill="currentColor"></path>
    </svg>
    <input class="smart-search-input" type="search" name="q" spz-if="${data.isOpenAutoThink}" @input-debounced="app-smart-search-35.handleFormInput(keyword=event.value);" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <input class="smart-search-input" type="search" name="q" spz-else="">
    <ljs-carousel class="hot-keyword-carousel" spz-if="${data.isOpenFindKeyword}" layout="container" loop="" autoplay="" delay="3000" direct="vertical" @slideend="app-smart-search-35.handleFindKeyword(index=event.index);">
      <span class="hot-keyword line-clamp-1" spz-for="(item,index) in data.findKeywordList" key="index">${item}</span>
    </ljs-carousel>
    <button class="smart-search-reset-btn" type="reset" @tap="app-smart-search-form-35.clear();app-smart-search-35.handleFormInput(keyword='');">
      <svg class="icon_header_input_close icon-smart-search-reset" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
          fill="currentColor"></path>
      </svg>
    </button>
  </div>
  <button type="submit" class="smart-search-submit-btn button-primary tw-primary-btn tw-primary-light-btn">
    <svg class="icon-search " width="18" height="18" xmlns="http://www.w3.org/2000/svg">
      <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
        fill="currentColor"></path>
    </svg>
  </button>
</form>

<form is="spz-form" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3" name="variant_id" value="4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__0d430907-a60f-4cb6-93d1-c8c38d21795c" name="variant_id" value="0d430907-a60f-4cb6-93d1-c8c38d21795c"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__0d430907-a60f-4cb6-93d1-c8c38d21795c"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__489cc209-940c-4102-a022-ece32409304c" name="variant_id" value="489cc209-940c-4102-a022-ece32409304c"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__489cc209-940c-4102-a022-ece32409304c"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e" name="variant_id" value="3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__662ffc03-d4a5-4b09-871b-6035093ae237" name="variant_id" value="662ffc03-d4a5-4b09-871b-6035093ae237"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__662ffc03-d4a5-4b09-871b-6035093ae237"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__ee49ac7f-bf39-4834-bac0-b7caf4eab493" name="variant_id" value="ee49ac7f-bf39-4834-bac0-b7caf4eab493"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__ee49ac7f-bf39-4834-bac0-b7caf4eab493"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__e132379d-d5ad-4e76-a570-87dbf85efa0e" name="variant_id" value="e132379d-d5ad-4e76-a570-87dbf85efa0e"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__e132379d-d5ad-4e76-a570-87dbf85efa0e"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__681089a6-8547-4be6-960e-e17fb75e02f4" name="variant_id" value="681089a6-8547-4be6-960e-e17fb75e02f4"
      @change="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3.addToCart">
    <label for="product-form-header-0332b02b-a348-4799-b2c6-df865a4ef446--3__681089a6-8547-4be6-960e-e17fb75e02f4"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__dbcd4b0d-3c17-4106-afdc-c697cc5772dd" name="variant_id" value="dbcd4b0d-3c17-4106-afdc-c697cc5772dd"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__dbcd4b0d-3c17-4106-afdc-c697cc5772dd"> S/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__ee281c99-e612-413c-b1c2-40f611c46f0e" name="variant_id" value="ee281c99-e612-413c-b1c2-40f611c46f0e"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__ee281c99-e612-413c-b1c2-40f611c46f0e"> M/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__f987df6e-fe5e-417b-98c8-933c29fc9530" name="variant_id" value="f987df6e-fe5e-417b-98c8-933c29fc9530"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__f987df6e-fe5e-417b-98c8-933c29fc9530"> L/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__1a9969d8-3c3c-4961-953c-f19f947193d8" name="variant_id" value="1a9969d8-3c3c-4961-953c-f19f947193d8"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__1a9969d8-3c3c-4961-953c-f19f947193d8"> XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__f20ee88b-620c-44af-9f78-31ce6d8289b2" name="variant_id" value="f20ee88b-620c-44af-9f78-31ce6d8289b2"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__f20ee88b-620c-44af-9f78-31ce6d8289b2"> 2XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__bc28596f-8679-45a9-b2f9-240e476f7cde" name="variant_id" value="bc28596f-8679-45a9-b2f9-240e476f7cde"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__bc28596f-8679-45a9-b2f9-240e476f7cde"> 3XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__ea33a300-e1a7-4c4a-a3a3-cb0552542e97" name="variant_id" value="ea33a300-e1a7-4c4a-a3a3-cb0552542e97"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__ea33a300-e1a7-4c4a-a3a3-cb0552542e97"> 4XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__f64a9aed-f8e4-4f01-b32f-2075aeb94456" name="variant_id" value="f64a9aed-f8e4-4f01-b32f-2075aeb94456"
      @change="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5.addToCart">
    <label for="product-form-header-408e1f54-08a5-4ba2-a337-8799afb0b88b--3-5__f64a9aed-f8e4-4f01-b32f-2075aeb94456"> 5XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__ee3b1da7-dd86-4290-9986-cc4cff57f565" name="variant_id" value="ee3b1da7-dd86-4290-9986-cc4cff57f565"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__ee3b1da7-dd86-4290-9986-cc4cff57f565"> S/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62" name="variant_id" value="806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62"> M/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__6c260111-f445-4a66-9424-21c128a0d4da" name="variant_id" value="6c260111-f445-4a66-9424-21c128a0d4da"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__6c260111-f445-4a66-9424-21c128a0d4da"> L/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__bf8a02c4-52ec-4a4d-a410-f5b3acf4a111" name="variant_id" value="bf8a02c4-52ec-4a4d-a410-f5b3acf4a111"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__bf8a02c4-52ec-4a4d-a410-f5b3acf4a111"> XL/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19" name="variant_id" value="2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19"> 2XL/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__b698acf1-be92-4128-874f-a8f435712855" name="variant_id" value="b698acf1-be92-4128-874f-a8f435712855"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__b698acf1-be92-4128-874f-a8f435712855"> 3XL/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__2eebe0e3-c22a-41fc-a55a-2197fd560db9" name="variant_id" value="2eebe0e3-c22a-41fc-a55a-2197fd560db9"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__2eebe0e3-c22a-41fc-a55a-2197fd560db9"> 4XL/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__3234328f-a234-4b15-90ab-96c0cfdcdc8f" name="variant_id" value="3234328f-a234-4b15-90ab-96c0cfdcdc8f"
      @change="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6.addToCart">
    <label for="product-form-header-1210a708-f8e6-42d1-8eab-23d145d177b6--3-5-6__3234328f-a234-4b15-90ab-96c0cfdcdc8f"> 5XL/<span class="money product-snippet__price notranslate">€42.50</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
  </div>
</form>

GET

<form id="app-smart-search-form-66" class="smart-search-form" method="GET" is="spz-form" @submit="app-smart-search-66.handleSearchSubmit(value=event.q);">
  <div class="smart-search-input-content">
    <svg class="icon-search " width="18" height="18" xmlns="http://www.w3.org/2000/svg">
      <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
        fill="currentColor"></path>
    </svg>
    <input class="smart-search-input" type="search" name="q" spz-if="${data.isOpenAutoThink}" @input-debounced="app-smart-search-66.handleFormInput(keyword=event.value);" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <input class="smart-search-input" type="search" name="q" spz-else="">
    <ljs-carousel class="hot-keyword-carousel" spz-if="${data.isOpenFindKeyword}" layout="container" loop="" autoplay="" delay="3000" direct="vertical" @slideend="app-smart-search-66.handleFindKeyword(index=event.index);">
      <span class="hot-keyword line-clamp-1" spz-for="(item,index) in data.findKeywordList" key="index">${item}</span>
    </ljs-carousel>
    <button class="smart-search-reset-btn" type="reset" @tap="app-smart-search-form-66.clear();app-smart-search-66.handleFormInput(keyword='');">
      <svg class="icon_header_input_close icon-smart-search-reset" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
          fill="currentColor"></path>
      </svg>
    </button>
  </div>
  <button type="submit" class="smart-search-submit-btn button-primary tw-primary-btn tw-primary-light-btn">
    <svg class="icon-search " width="18" height="18" xmlns="http://www.w3.org/2000/svg">
      <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
        fill="currentColor"></path>
    </svg>
  </button>
</form>

GET /search

<form id="header_search_form_md" class="header__search-form relative flex" action="/search" method="get">
  <div class="md:flex-1 relative items-stretch">
    <input @input-debounced="header_search_lightbox.open();header_search_predictive_render.rerender(data=event.value, redo=true);" class="header__search-input m-0 w-full type-text-font-family" autocomplete="off" type="text" name="q"
      placeholder="Search products">
    <button type="submit" class="header__search-icon absolute m-0 p-0 text-0 type-text-font-family cursor-pointer" tabindex="-1"><svg class="" width="18" height="18" xmlns="http://www.w3.org/2000/svg">
        <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
        <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
          fill="currentColor"></path>
      </svg></button>
    <span onclick="header_search_form_md.reset()" @tap="header_search_lightbox.close();" class="header__search-icon-close hidden items-center justify-center absolute m-0 p-0 type-text-font-family text-0 rounded-full cursor-pointer" tabindex="-2"><svg
        class="" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
          fill="currentColor"></path>
      </svg></span>
  </div>
  <button type="submit" class="header__search-submit-btn lg:hidden m-0 type-text-font-family">Search</button>
</form>

GET

<form id="app-smart-search-form-28" class="smart-search-form" method="GET" is="spz-form" @submit="app-smart-search-28.handleSearchSubmit(value=event.q);">
  <div class="smart-search-input-content">
    <svg class="icon-search " width="18" height="18" xmlns="http://www.w3.org/2000/svg">
      <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
        fill="currentColor"></path>
    </svg>
    <input class="smart-search-input" type="search" name="q" spz-if="${data.isOpenAutoThink}" @input-debounced="app-smart-search-28.handleFormInput(keyword=event.value);" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <input class="smart-search-input" type="search" name="q" spz-else="">
    <ljs-carousel class="hot-keyword-carousel" spz-if="${data.isOpenFindKeyword}" layout="container" loop="" autoplay="" delay="3000" direct="vertical" @slideend="app-smart-search-28.handleFindKeyword(index=event.index);">
      <span class="hot-keyword line-clamp-1" spz-for="(item,index) in data.findKeywordList" key="index">${item}</span>
    </ljs-carousel>
    <button class="smart-search-reset-btn" type="reset" @tap="app-smart-search-form-28.clear();app-smart-search-28.handleFormInput(keyword='');">
      <svg class="icon_header_input_close icon-smart-search-reset" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2.746 1.992a.2.2 0 0 0-.283 0l-.471.471a.2.2 0 0 0 0 .283L5.245 6 1.992 9.25a.2.2 0 0 0 0 .283l.471.472a.2.2 0 0 0 .283 0L6 6.753l3.252 3.253a.2.2 0 0 0 .283 0l.472-.472a.2.2 0 0 0 0-.283L6.753 6l3.253-3.253a.2.2 0 0 0 0-.283l-.472-.471a.2.2 0 0 0-.283 0L6 5.245 2.746 1.992z"
          fill="currentColor"></path>
      </svg>
    </button>
  </div>
  <button type="submit" class="smart-search-submit-btn button-primary tw-primary-btn tw-primary-light-btn">
    <svg class="icon-search " width="18" height="18" xmlns="http://www.w3.org/2000/svg">
      <path opacity=".01" fill="currentColor" d="M0 0h18v18H0z"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M12.41 13.885a6.923 6.923 0 1 1 .839-.728l3.412 3.413a.554.554 0 0 1-.783.783l-3.462-3.462a.383.383 0 0 1-.006-.006Zm1.713-5.577a5.815 5.815 0 1 1-11.63 0 5.815 5.815 0 0 1 11.63 0Z"
        fill="currentColor"></path>
    </svg>
  </button>
</form>

GET /search

<form class="search-form mt-12 flex items-center justify-between" id="search-form" action="/search" method="get">
  <div class="search-form-item relative flex-1 border">
    <input class="search-form-input clear text-base w-full h-full" placeholder="Search Results" id="search-form-input" type="text" name="q" value="" maxlength="1024"
      @input-debounced="search-list.refresh(keyword=event.value);search_result_summary_sync.toggleClass(class='hidden',force=true);SPZ.replaceUrlState(q=event.value, reload=false);search-result-summary-empty.rerender(data=event.value);">
  </div>
  <button class="search-form-submit-btn flex-shrink-0 button-primary" type="submit">Search</button>
</form>

<form is="spz-form" id="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__46c6e0c8-f2ad-467e-8324-488f43a68f35" name="variant_id" value="46c6e0c8-f2ad-467e-8324-488f43a68f35"
      @change="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save.addToCart">
    <label for="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__46c6e0c8-f2ad-467e-8324-488f43a68f35"> S/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__06cd5d4b-dc53-4b0a-ab7e-672788d1e363" name="variant_id" value="06cd5d4b-dc53-4b0a-ab7e-672788d1e363"
      @change="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save.addToCart">
    <label for="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__06cd5d4b-dc53-4b0a-ab7e-672788d1e363"> M/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__64dbcfe4-1ff1-4c66-bed6-59278139a982" name="variant_id" value="64dbcfe4-1ff1-4c66-bed6-59278139a982"
      @change="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save.addToCart">
    <label for="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__64dbcfe4-1ff1-4c66-bed6-59278139a982"> L/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__199f5e6c-3c23-497f-8a63-23a6ae41a116" name="variant_id" value="199f5e6c-3c23-497f-8a63-23a6ae41a116"
      @change="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save.addToCart">
    <label for="product-form-1539426916825-0265537c-d6f0-46c0-a71b-957e6b2387b4-save__199f5e6c-3c23-497f-8a63-23a6ae41a116"> XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__ca3804b1-86d1-4aac-b404-52cb317b4b58" name="variant_id" value="ca3804b1-86d1-4aac-b404-52cb317b4b58"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__ca3804b1-86d1-4aac-b404-52cb317b4b58"> S/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__bec13777-9f0e-4d55-8944-fbb51180059b" name="variant_id" value="bec13777-9f0e-4d55-8944-fbb51180059b"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__bec13777-9f0e-4d55-8944-fbb51180059b"> M/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__52686382-1f62-462c-bcee-3d8af97d1bc9" name="variant_id" value="52686382-1f62-462c-bcee-3d8af97d1bc9"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__52686382-1f62-462c-bcee-3d8af97d1bc9"> L/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__80a2fd0d-1cdd-4dd3-a8d0-0b6c4ea3713b" name="variant_id" value="80a2fd0d-1cdd-4dd3-a8d0-0b6c4ea3713b"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__80a2fd0d-1cdd-4dd3-a8d0-0b6c4ea3713b"> XL/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__097f3344-b4cf-4adc-ac30-047fb8c7d92e" name="variant_id" value="097f3344-b4cf-4adc-ac30-047fb8c7d92e"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__097f3344-b4cf-4adc-ac30-047fb8c7d92e"> 2XL/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__86c72ffb-aacd-4106-b0f1-85829d8ca63f" name="variant_id" value="86c72ffb-aacd-4106-b0f1-85829d8ca63f"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__86c72ffb-aacd-4106-b0f1-85829d8ca63f"> 3XL/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__70ad2379-4782-401d-a78c-9b82a994ae95" name="variant_id" value="70ad2379-4782-401d-a78c-9b82a994ae95"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__70ad2379-4782-401d-a78c-9b82a994ae95"> 4XL/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
    <input type="radio" id="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__41d151f3-1f11-4dd8-b038-46070c5c23ec" name="variant_id" value="41d151f3-1f11-4dd8-b038-46070c5c23ec"
      @change="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save.addToCart">
    <label for="product-form-1539426916825-026688f8-29ce-44fe-a7a7-4385e1982d83-save__41d151f3-1f11-4dd8-b038-46070c5c23ec"> 5XL/<span class="money product-snippet__price notranslate">€36.03</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__d3e41c6f-7e02-4433-8c99-ffafea9df6f7" name="variant_id" value="d3e41c6f-7e02-4433-8c99-ffafea9df6f7"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__d3e41c6f-7e02-4433-8c99-ffafea9df6f7"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__26cd46ab-c5d7-4f73-a8bd-eb4e4c120a5e" name="variant_id" value="26cd46ab-c5d7-4f73-a8bd-eb4e4c120a5e"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__26cd46ab-c5d7-4f73-a8bd-eb4e4c120a5e"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__33229538-ae77-4415-be85-4b4b2e91caae" name="variant_id" value="33229538-ae77-4415-be85-4b4b2e91caae"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__33229538-ae77-4415-be85-4b4b2e91caae"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__d899a3b8-ab68-4052-b968-cbe03c218444" name="variant_id" value="d899a3b8-ab68-4052-b968-cbe03c218444"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__d899a3b8-ab68-4052-b968-cbe03c218444"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__f8a4b139-5da0-4445-b89c-57b8aa1313b9" name="variant_id" value="f8a4b139-5da0-4445-b89c-57b8aa1313b9"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__f8a4b139-5da0-4445-b89c-57b8aa1313b9"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__4d4b5b9c-dd50-4339-a053-28e8d87d538a" name="variant_id" value="4d4b5b9c-dd50-4339-a053-28e8d87d538a"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__4d4b5b9c-dd50-4339-a053-28e8d87d538a"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__c5daa487-bd18-495c-a666-b7168d57b401" name="variant_id" value="c5daa487-bd18-495c-a666-b7168d57b401"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__c5daa487-bd18-495c-a666-b7168d57b401"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__60712ba8-7170-4452-8cba-0f327d6d8e43" name="variant_id" value="60712ba8-7170-4452-8cba-0f327d6d8e43"
      @change="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save.addToCart">
    <label for="product-form-1539426916825-02775c25-f674-4c18-851f-bd15ac05bc62-save__60712ba8-7170-4452-8cba-0f327d6d8e43"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__ff36ec2a-178e-451c-849f-89547e79a16b" name="variant_id" value="ff36ec2a-178e-451c-849f-89547e79a16b"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__ff36ec2a-178e-451c-849f-89547e79a16b"> S/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__943de78e-2aaa-4535-b6a4-c20e10dc5797" name="variant_id" value="943de78e-2aaa-4535-b6a4-c20e10dc5797"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__943de78e-2aaa-4535-b6a4-c20e10dc5797"> M/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__bf2261fb-e82e-4c41-81bc-bf93f8079110" name="variant_id" value="bf2261fb-e82e-4c41-81bc-bf93f8079110"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__bf2261fb-e82e-4c41-81bc-bf93f8079110"> L/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__202c899f-db4b-4c68-bc3d-3ea39d46877c" name="variant_id" value="202c899f-db4b-4c68-bc3d-3ea39d46877c"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__202c899f-db4b-4c68-bc3d-3ea39d46877c"> XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__00d46461-42d4-48ab-987b-f6b7e3fb1a11" name="variant_id" value="00d46461-42d4-48ab-987b-f6b7e3fb1a11"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__00d46461-42d4-48ab-987b-f6b7e3fb1a11"> 2XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__86e2231b-7805-41e5-89c1-d8f9101c2f40" name="variant_id" value="86e2231b-7805-41e5-89c1-d8f9101c2f40"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__86e2231b-7805-41e5-89c1-d8f9101c2f40"> 3XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__7333adad-ecbb-4bdf-b5cb-28cc7a70ab1d" name="variant_id" value="7333adad-ecbb-4bdf-b5cb-28cc7a70ab1d"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__7333adad-ecbb-4bdf-b5cb-28cc7a70ab1d"> 4XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__ef415502-a88f-4ea5-aeac-9f095ac1f340" name="variant_id" value="ef415502-a88f-4ea5-aeac-9f095ac1f340"
      @change="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save.addToCart">
    <label for="product-form-1539426916825-02847e1c-59a6-4bdf-92a2-810a2bb0dad0-save__ef415502-a88f-4ea5-aeac-9f095ac1f340"> 5XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__25dc1734-0a48-494f-9e8a-c6b1ef9c6d83" name="variant_id" value="25dc1734-0a48-494f-9e8a-c6b1ef9c6d83"
      @change="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save.addToCart">
    <label for="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__25dc1734-0a48-494f-9e8a-c6b1ef9c6d83"> Small-Pink/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__aba9b51d-e1da-4d97-a1f8-a45e9455cae4" name="variant_id" value="aba9b51d-e1da-4d97-a1f8-a45e9455cae4"
      @change="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save.addToCart">
    <label for="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__aba9b51d-e1da-4d97-a1f8-a45e9455cae4"> Small-Green/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__2bcc35fb-a220-45bc-abd9-166706fa67e7" name="variant_id" value="2bcc35fb-a220-45bc-abd9-166706fa67e7"
      @change="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save.addToCart">
    <label for="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__2bcc35fb-a220-45bc-abd9-166706fa67e7"> Medium-Pink/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__0ba74504-d228-403a-a596-5b202ed3d78c" name="variant_id" value="0ba74504-d228-403a-a596-5b202ed3d78c"
      @change="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save.addToCart">
    <label for="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__0ba74504-d228-403a-a596-5b202ed3d78c"> Medium-Green/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__ef27a160-9e20-4cba-a99e-c9fe7f7f9472" name="variant_id" value="ef27a160-9e20-4cba-a99e-c9fe7f7f9472"
      @change="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save.addToCart">
    <label for="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__ef27a160-9e20-4cba-a99e-c9fe7f7f9472"> Large-Pink/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__21bffb00-0c27-4288-a5e5-95f481da6a67" name="variant_id" value="21bffb00-0c27-4288-a5e5-95f481da6a67"
      @change="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save.addToCart">
    <label for="product-form-1539426916825-02e54327-ff23-4a22-9a37-bac01d49765d-save__21bffb00-0c27-4288-a5e5-95f481da6a67"> Large-Green/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3" name="variant_id" value="4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__0d430907-a60f-4cb6-93d1-c8c38d21795c" name="variant_id" value="0d430907-a60f-4cb6-93d1-c8c38d21795c"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__0d430907-a60f-4cb6-93d1-c8c38d21795c"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__489cc209-940c-4102-a022-ece32409304c" name="variant_id" value="489cc209-940c-4102-a022-ece32409304c"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__489cc209-940c-4102-a022-ece32409304c"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e" name="variant_id" value="3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__662ffc03-d4a5-4b09-871b-6035093ae237" name="variant_id" value="662ffc03-d4a5-4b09-871b-6035093ae237"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__662ffc03-d4a5-4b09-871b-6035093ae237"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__ee49ac7f-bf39-4834-bac0-b7caf4eab493" name="variant_id" value="ee49ac7f-bf39-4834-bac0-b7caf4eab493"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__ee49ac7f-bf39-4834-bac0-b7caf4eab493"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__e132379d-d5ad-4e76-a570-87dbf85efa0e" name="variant_id" value="e132379d-d5ad-4e76-a570-87dbf85efa0e"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__e132379d-d5ad-4e76-a570-87dbf85efa0e"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__681089a6-8547-4be6-960e-e17fb75e02f4" name="variant_id" value="681089a6-8547-4be6-960e-e17fb75e02f4"
      @change="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1539426916825-0332b02b-a348-4799-b2c6-df865a4ef446-save__681089a6-8547-4be6-960e-e17fb75e02f4"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__8a7240c0-66a3-4e67-9134-94b89145a4c1" name="variant_id" value="8a7240c0-66a3-4e67-9134-94b89145a4c1"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__8a7240c0-66a3-4e67-9134-94b89145a4c1"> S/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__d0004e7b-ee98-49d8-9317-49497116b935" name="variant_id" value="d0004e7b-ee98-49d8-9317-49497116b935"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__d0004e7b-ee98-49d8-9317-49497116b935"> M/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__07100795-5243-4581-ae60-f7a3e8bac81a" name="variant_id" value="07100795-5243-4581-ae60-f7a3e8bac81a"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__07100795-5243-4581-ae60-f7a3e8bac81a"> L/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__9887e9a0-d8a2-4e37-992b-a41420b1c2ec" name="variant_id" value="9887e9a0-d8a2-4e37-992b-a41420b1c2ec"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__9887e9a0-d8a2-4e37-992b-a41420b1c2ec"> XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__8c9e2db3-fbef-4d27-a0c2-61e9f090f7e6" name="variant_id" value="8c9e2db3-fbef-4d27-a0c2-61e9f090f7e6"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__8c9e2db3-fbef-4d27-a0c2-61e9f090f7e6"> 2XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__f1ea8e2a-bacb-42df-9bcd-49ccf9259e7c" name="variant_id" value="f1ea8e2a-bacb-42df-9bcd-49ccf9259e7c"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__f1ea8e2a-bacb-42df-9bcd-49ccf9259e7c"> 3XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__fb4cc3e7-63d9-4d7a-93bf-599a01519646" name="variant_id" value="fb4cc3e7-63d9-4d7a-93bf-599a01519646"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__fb4cc3e7-63d9-4d7a-93bf-599a01519646"> 4XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__6e361e13-f492-4981-9a07-4d794e859de8" name="variant_id" value="6e361e13-f492-4981-9a07-4d794e859de8"
      @change="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save.addToCart">
    <label for="product-form-1539426916825-033b0d56-3b96-4328-aa8e-d59482371d8b-save__6e361e13-f492-4981-9a07-4d794e859de8"> 5XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__813e5c89-343a-4d84-bc95-b28fa5d99047" name="variant_id" value="813e5c89-343a-4d84-bc95-b28fa5d99047"
      @change="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save.addToCart">
    <label for="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__813e5c89-343a-4d84-bc95-b28fa5d99047"> S/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__922fc9d6-87fe-4852-978b-54a6024d46b2" name="variant_id" value="922fc9d6-87fe-4852-978b-54a6024d46b2"
      @change="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save.addToCart">
    <label for="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__922fc9d6-87fe-4852-978b-54a6024d46b2"> M/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__a78ccbe3-3021-45aa-8a0e-4740070fbae3" name="variant_id" value="a78ccbe3-3021-45aa-8a0e-4740070fbae3"
      @change="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save.addToCart">
    <label for="product-form-1539426916825-03538cc7-2633-4b58-ae29-9f93586e13b6-save__a78ccbe3-3021-45aa-8a0e-4740070fbae3"> L/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__87e1807f-1108-414b-9d58-79a0fedb4fdb" name="variant_id" value="87e1807f-1108-414b-9d58-79a0fedb4fdb"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__87e1807f-1108-414b-9d58-79a0fedb4fdb"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__5f19303c-dfe1-4143-8856-058c5502c2ce" name="variant_id" value="5f19303c-dfe1-4143-8856-058c5502c2ce"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__5f19303c-dfe1-4143-8856-058c5502c2ce"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__79d2b734-6c39-441e-b0df-25069e62d661" name="variant_id" value="79d2b734-6c39-441e-b0df-25069e62d661"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__79d2b734-6c39-441e-b0df-25069e62d661"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__5c7430e2-d711-47b1-a8b9-33644fe436e1" name="variant_id" value="5c7430e2-d711-47b1-a8b9-33644fe436e1"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__5c7430e2-d711-47b1-a8b9-33644fe436e1"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__78734949-69df-491d-85d5-e7b44145e94d" name="variant_id" value="78734949-69df-491d-85d5-e7b44145e94d"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__78734949-69df-491d-85d5-e7b44145e94d"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__b5bd4923-9e77-4ea9-b86f-ebda21460084" name="variant_id" value="b5bd4923-9e77-4ea9-b86f-ebda21460084"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__b5bd4923-9e77-4ea9-b86f-ebda21460084"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__43476651-e51b-4ed4-a28f-a5537e89a42f" name="variant_id" value="43476651-e51b-4ed4-a28f-a5537e89a42f"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__43476651-e51b-4ed4-a28f-a5537e89a42f"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__3aa6e7e8-1235-4f40-abd9-7aa6759b928e" name="variant_id" value="3aa6e7e8-1235-4f40-abd9-7aa6759b928e"
      @change="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save.addToCart">
    <label for="product-form-1539426916825-036f885d-9a54-4cc1-92cf-c4cdabc99fe2-save__3aa6e7e8-1235-4f40-abd9-7aa6759b928e"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__86c639c6-c2ed-4459-978e-2afa0bdfd19e" name="variant_id" value="86c639c6-c2ed-4459-978e-2afa0bdfd19e"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__86c639c6-c2ed-4459-978e-2afa0bdfd19e"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__c1711238-9dff-4880-9d3d-0b01d958380c" name="variant_id" value="c1711238-9dff-4880-9d3d-0b01d958380c"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__c1711238-9dff-4880-9d3d-0b01d958380c"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__297f014b-17dc-49a6-8071-a2fd315d192f" name="variant_id" value="297f014b-17dc-49a6-8071-a2fd315d192f"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__297f014b-17dc-49a6-8071-a2fd315d192f"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__ee19553c-9252-4454-a9fe-964ffa22feda" name="variant_id" value="ee19553c-9252-4454-a9fe-964ffa22feda"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__ee19553c-9252-4454-a9fe-964ffa22feda"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__f7da6eea-97f9-46b6-98d2-231c9de1a207" name="variant_id" value="f7da6eea-97f9-46b6-98d2-231c9de1a207"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__f7da6eea-97f9-46b6-98d2-231c9de1a207"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__91e2676c-4c8a-4dde-8976-5337693b2a86" name="variant_id" value="91e2676c-4c8a-4dde-8976-5337693b2a86"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__91e2676c-4c8a-4dde-8976-5337693b2a86"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__f66e3c6d-7a91-40b9-aa6c-2c6cb795d1dd" name="variant_id" value="f66e3c6d-7a91-40b9-aa6c-2c6cb795d1dd"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__f66e3c6d-7a91-40b9-aa6c-2c6cb795d1dd"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
    <input type="radio" id="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__f617fe08-59a7-40d1-9ac6-6c9c7e4d2580" name="variant_id" value="f617fe08-59a7-40d1-9ac6-6c9c7e4d2580"
      @change="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save.addToCart">
    <label for="product-form-1539426916825-038444ef-7e63-4371-ba41-aeb30417bcc1-save__f617fe08-59a7-40d1-9ac6-6c9c7e4d2580"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€46.20</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__e9d5d0c6-d93c-455f-a6bb-743794094ce0" name="variant_id" value="e9d5d0c6-d93c-455f-a6bb-743794094ce0"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__e9d5d0c6-d93c-455f-a6bb-743794094ce0"> S/<span class="money product-snippet__price notranslate">€16.63</span><span
        class="money product-snippet__compare-at-price notranslate">€29.57</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__3b518433-473d-4750-9630-b4b9320d2985" name="variant_id" value="3b518433-473d-4750-9630-b4b9320d2985"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__3b518433-473d-4750-9630-b4b9320d2985"> M/<span class="money product-snippet__price notranslate">€17.56</span><span
        class="money product-snippet__compare-at-price notranslate">€30.49</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__a141bcff-2b87-40d5-b3ca-58c88e2e2975" name="variant_id" value="a141bcff-2b87-40d5-b3ca-58c88e2e2975"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__a141bcff-2b87-40d5-b3ca-58c88e2e2975"> L/<span class="money product-snippet__price notranslate">€18.48</span><span
        class="money product-snippet__compare-at-price notranslate">€31.42</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__41c2c7c2-c8cb-4bcd-a4c2-7e5b37b1cef8" name="variant_id" value="41c2c7c2-c8cb-4bcd-a4c2-7e5b37b1cef8"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__41c2c7c2-c8cb-4bcd-a4c2-7e5b37b1cef8"> XL/<span class="money product-snippet__price notranslate">€19.40</span><span
        class="money product-snippet__compare-at-price notranslate">€32.34</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__75ae2b17-1a08-4ec7-aa4e-617f18c2a363" name="variant_id" value="75ae2b17-1a08-4ec7-aa4e-617f18c2a363"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__75ae2b17-1a08-4ec7-aa4e-617f18c2a363"> 2XL/<span class="money product-snippet__price notranslate">€20.33</span><span
        class="money product-snippet__compare-at-price notranslate">€33.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__9974dbf0-f245-46c5-bc84-42519eda14b5" name="variant_id" value="9974dbf0-f245-46c5-bc84-42519eda14b5"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__9974dbf0-f245-46c5-bc84-42519eda14b5"> 3XL/<span class="money product-snippet__price notranslate">€21.25</span><span
        class="money product-snippet__compare-at-price notranslate">€34.19</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__4f3466f4-d94d-4350-869d-dc98500b63dd" name="variant_id" value="4f3466f4-d94d-4350-869d-dc98500b63dd"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__4f3466f4-d94d-4350-869d-dc98500b63dd"> 4XL/<span class="money product-snippet__price notranslate">€22.18</span><span
        class="money product-snippet__compare-at-price notranslate">€35.12</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__da49f600-b61b-4271-9cdf-9661d4503369" name="variant_id" value="da49f600-b61b-4271-9cdf-9661d4503369"
      @change="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save.addToCart">
    <label for="product-form-1539426916825-03c62831-08d6-4068-b15e-86477fee0d43-save__da49f600-b61b-4271-9cdf-9661d4503369"> 5XL/<span class="money product-snippet__price notranslate">€23.10</span><span
        class="money product-snippet__compare-at-price notranslate">€36.04</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__6fbdcda1-3c07-4a1e-b7de-e44569cbf616" name="variant_id" value="6fbdcda1-3c07-4a1e-b7de-e44569cbf616"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__6fbdcda1-3c07-4a1e-b7de-e44569cbf616"> S/<span class="money product-snippet__price notranslate">€16.63</span><span
        class="money product-snippet__compare-at-price notranslate">€29.57</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__67d00954-ad6b-40e8-a47e-28608467c565" name="variant_id" value="67d00954-ad6b-40e8-a47e-28608467c565"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__67d00954-ad6b-40e8-a47e-28608467c565"> M/<span class="money product-snippet__price notranslate">€17.56</span><span
        class="money product-snippet__compare-at-price notranslate">€30.49</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__9399c99b-f4ec-48c3-a860-54e5ef4a93d2" name="variant_id" value="9399c99b-f4ec-48c3-a860-54e5ef4a93d2"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__9399c99b-f4ec-48c3-a860-54e5ef4a93d2"> L/<span class="money product-snippet__price notranslate">€18.48</span><span
        class="money product-snippet__compare-at-price notranslate">€31.42</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__2fff3027-c68a-4adb-8bbc-9286ccbcffe5" name="variant_id" value="2fff3027-c68a-4adb-8bbc-9286ccbcffe5"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__2fff3027-c68a-4adb-8bbc-9286ccbcffe5"> XL/<span class="money product-snippet__price notranslate">€19.40</span><span
        class="money product-snippet__compare-at-price notranslate">€32.34</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__4023227e-3490-4cb1-b2e4-379cbc2d56a1" name="variant_id" value="4023227e-3490-4cb1-b2e4-379cbc2d56a1"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__4023227e-3490-4cb1-b2e4-379cbc2d56a1"> 2XL/<span class="money product-snippet__price notranslate">€20.33</span><span
        class="money product-snippet__compare-at-price notranslate">€33.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__b543ca6c-230d-4f6d-8518-6e25aeb3f270" name="variant_id" value="b543ca6c-230d-4f6d-8518-6e25aeb3f270"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__b543ca6c-230d-4f6d-8518-6e25aeb3f270"> 3XL/<span class="money product-snippet__price notranslate">€21.25</span><span
        class="money product-snippet__compare-at-price notranslate">€34.19</span>
    </label>
    <input type="radio" id="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__4152927c-e340-4b06-842a-7d8f68b9530d" name="variant_id" value="4152927c-e340-4b06-842a-7d8f68b9530d"
      @change="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save.addToCart">
    <label for="product-form-1539426916825-03db426c-0103-4bc5-886d-dc5a9791da95-save__4152927c-e340-4b06-842a-7d8f68b9530d"> 4XL/<span class="money product-snippet__price notranslate">€22.18</span><span
        class="money product-snippet__compare-at-price notranslate">€35.12</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__e51be66c-b877-49b6-9eb4-6f27d9d6b477" name="variant_id" value="e51be66c-b877-49b6-9eb4-6f27d9d6b477"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__e51be66c-b877-49b6-9eb4-6f27d9d6b477"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__7e9cacfd-f6f9-4478-bee8-b6600667eb9c" name="variant_id" value="7e9cacfd-f6f9-4478-bee8-b6600667eb9c"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__7e9cacfd-f6f9-4478-bee8-b6600667eb9c"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__ce8e3bfd-a39e-4f25-9862-517d6600a78c" name="variant_id" value="ce8e3bfd-a39e-4f25-9862-517d6600a78c"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__ce8e3bfd-a39e-4f25-9862-517d6600a78c"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__628ed5c1-0422-4cd6-8623-f2665c924ff3" name="variant_id" value="628ed5c1-0422-4cd6-8623-f2665c924ff3"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__628ed5c1-0422-4cd6-8623-f2665c924ff3"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__d23f8d90-42b7-4c4e-9b81-b0411fb91014" name="variant_id" value="d23f8d90-42b7-4c4e-9b81-b0411fb91014"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__d23f8d90-42b7-4c4e-9b81-b0411fb91014"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__45ae4a48-18d8-41ce-924c-dabd84fcf6a3" name="variant_id" value="45ae4a48-18d8-41ce-924c-dabd84fcf6a3"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__45ae4a48-18d8-41ce-924c-dabd84fcf6a3"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__806848f3-1dc4-4182-ad8a-79fafbb2c74b" name="variant_id" value="806848f3-1dc4-4182-ad8a-79fafbb2c74b"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__806848f3-1dc4-4182-ad8a-79fafbb2c74b"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
    <input type="radio" id="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__e42e2395-bff5-410f-9006-3a64936660ca" name="variant_id" value="e42e2395-bff5-410f-9006-3a64936660ca"
      @change="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save.addToCart">
    <label for="product-form-1539426916825-047111a3-21d4-4779-ae52-dbef15f3d958-save__e42e2395-bff5-410f-9006-3a64936660ca"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€53.90</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__e18b365b-87a1-43be-9256-50f6fd801dfb" name="variant_id" value="e18b365b-87a1-43be-9256-50f6fd801dfb"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__e18b365b-87a1-43be-9256-50f6fd801dfb"> Baby*0-6M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__34386028-23d8-4800-ba24-da4d44ab3403" name="variant_id" value="34386028-23d8-4800-ba24-da4d44ab3403"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__34386028-23d8-4800-ba24-da4d44ab3403"> Baby*6-12M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__390f7cb7-3cce-4b4e-b0c3-bfa2c90ff451" name="variant_id" value="390f7cb7-3cce-4b4e-b0c3-bfa2c90ff451"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__390f7cb7-3cce-4b4e-b0c3-bfa2c90ff451"> Baby*12-18M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__3dff2624-dbd0-42ba-9266-88206be4da68" name="variant_id" value="3dff2624-dbd0-42ba-9266-88206be4da68"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__3dff2624-dbd0-42ba-9266-88206be4da68"> Baby*18-24M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__5dd8b156-74ea-4a6d-a1b9-c89f5c8422f3" name="variant_id" value="5dd8b156-74ea-4a6d-a1b9-c89f5c8422f3"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__5dd8b156-74ea-4a6d-a1b9-c89f5c8422f3"> Kids*2-3Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__83369ded-05da-402d-af2d-128b1d72b107" name="variant_id" value="83369ded-05da-402d-af2d-128b1d72b107"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__83369ded-05da-402d-af2d-128b1d72b107"> Kids*4-5Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__c1d028ad-3b9b-4c7b-bfc8-f80c59cab83d" name="variant_id" value="c1d028ad-3b9b-4c7b-bfc8-f80c59cab83d"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__c1d028ad-3b9b-4c7b-bfc8-f80c59cab83d"> Kids*6-7Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__ae266163-6902-48a6-97a1-3a94a4669f61" name="variant_id" value="ae266163-6902-48a6-97a1-3a94a4669f61"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__ae266163-6902-48a6-97a1-3a94a4669f61"> Kids*8-9Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__f7b22b1a-2d5e-4895-b0d1-bc1a360a5610" name="variant_id" value="f7b22b1a-2d5e-4895-b0d1-bc1a360a5610"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__f7b22b1a-2d5e-4895-b0d1-bc1a360a5610"> Kids*10-11Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__d48e5d90-fbbd-4986-8bb3-f217454af9cb" name="variant_id" value="d48e5d90-fbbd-4986-8bb3-f217454af9cb"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__d48e5d90-fbbd-4986-8bb3-f217454af9cb"> Kids*11-12Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__e12d5d23-3ffb-4a69-b917-8714e5d15cf0" name="variant_id" value="e12d5d23-3ffb-4a69-b917-8714e5d15cf0"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__e12d5d23-3ffb-4a69-b917-8714e5d15cf0"> Women*S/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__a7def362-48a1-40a6-a3fa-597501b91b10" name="variant_id" value="a7def362-48a1-40a6-a3fa-597501b91b10"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__a7def362-48a1-40a6-a3fa-597501b91b10"> Women*M/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__528d284c-0add-4a4a-903b-9ae9e6a9cefd" name="variant_id" value="528d284c-0add-4a4a-903b-9ae9e6a9cefd"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__528d284c-0add-4a4a-903b-9ae9e6a9cefd"> Women*L/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__778756fb-89b0-4366-aba9-72944d3eb5a4" name="variant_id" value="778756fb-89b0-4366-aba9-72944d3eb5a4"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__778756fb-89b0-4366-aba9-72944d3eb5a4"> Women*XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__d0d709e5-6cf6-486b-8999-7851579a5ba8" name="variant_id" value="d0d709e5-6cf6-486b-8999-7851579a5ba8"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__d0d709e5-6cf6-486b-8999-7851579a5ba8"> Women*2XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__9b863a48-d3da-4302-99cf-d7386023546d" name="variant_id" value="9b863a48-d3da-4302-99cf-d7386023546d"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__9b863a48-d3da-4302-99cf-d7386023546d"> Women*3XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__0443203c-7447-4197-a0ee-3e31a0c961f9" name="variant_id" value="0443203c-7447-4197-a0ee-3e31a0c961f9"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__0443203c-7447-4197-a0ee-3e31a0c961f9"> Men*M/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__6d5ebc3c-bb4b-445d-85ff-7af3066d414f" name="variant_id" value="6d5ebc3c-bb4b-445d-85ff-7af3066d414f"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__6d5ebc3c-bb4b-445d-85ff-7af3066d414f"> Men*L/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__af39989a-08b0-4683-b4b4-acd1b7f800ad" name="variant_id" value="af39989a-08b0-4683-b4b4-acd1b7f800ad"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__af39989a-08b0-4683-b4b4-acd1b7f800ad"> Men*XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__187d7f8e-ba61-4dc5-b8b1-e136e48f35fd" name="variant_id" value="187d7f8e-ba61-4dc5-b8b1-e136e48f35fd"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__187d7f8e-ba61-4dc5-b8b1-e136e48f35fd"> Men*2XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__575e5183-3dff-4d8c-b421-cce464dfb78c" name="variant_id" value="575e5183-3dff-4d8c-b421-cce464dfb78c"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__575e5183-3dff-4d8c-b421-cce464dfb78c"> Men*3XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__faa8d10c-49ed-45b5-be64-69420e38916f" name="variant_id" value="faa8d10c-49ed-45b5-be64-69420e38916f"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__faa8d10c-49ed-45b5-be64-69420e38916f"> Pets*S/<span class="money product-snippet__price notranslate">€14.77</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__8ebd02f9-593c-4dfa-bd2b-b77161552c13" name="variant_id" value="8ebd02f9-593c-4dfa-bd2b-b77161552c13"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__8ebd02f9-593c-4dfa-bd2b-b77161552c13"> Pets*M/<span class="money product-snippet__price notranslate">€14.77</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__aff48d0a-310b-4af5-bc2a-70288bd6fdc7" name="variant_id" value="aff48d0a-310b-4af5-bc2a-70288bd6fdc7"
      @change="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save.addToCart">
    <label for="product-form-1539426916825-0480ea6b-cb1d-4ff3-a87f-4ccd7c2a742f-save__aff48d0a-310b-4af5-bc2a-70288bd6fdc7"> Pets*L/<span class="money product-snippet__price notranslate">€14.77</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__b507e2c0-9fb2-429c-9cec-a59804d0b50e" name="variant_id" value="b507e2c0-9fb2-429c-9cec-a59804d0b50e"
      @change="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save.addToCart">
    <label for="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__b507e2c0-9fb2-429c-9cec-a59804d0b50e"> Black-S/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__dd70b7d1-d45b-4152-a029-8dd83583ad49" name="variant_id" value="dd70b7d1-d45b-4152-a029-8dd83583ad49"
      @change="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save.addToCart">
    <label for="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__dd70b7d1-d45b-4152-a029-8dd83583ad49"> Black-M/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__81540fec-f88a-4bcc-b431-80372175de41" name="variant_id" value="81540fec-f88a-4bcc-b431-80372175de41"
      @change="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save.addToCart">
    <label for="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__81540fec-f88a-4bcc-b431-80372175de41"> Black-L/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__76964254-a0f5-4d5f-97b5-5859b0394eee" name="variant_id" value="76964254-a0f5-4d5f-97b5-5859b0394eee"
      @change="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save.addToCart">
    <label for="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__76964254-a0f5-4d5f-97b5-5859b0394eee"> Cream-S/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__553beb9f-f1b9-4959-9a8d-daae3949f824" name="variant_id" value="553beb9f-f1b9-4959-9a8d-daae3949f824"
      @change="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save.addToCart">
    <label for="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__553beb9f-f1b9-4959-9a8d-daae3949f824"> Cream-M/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__34bb13db-27c4-49c7-9261-4fe89e1e0184" name="variant_id" value="34bb13db-27c4-49c7-9261-4fe89e1e0184"
      @change="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save.addToCart">
    <label for="product-form-1539426916825-0489e1b1-271d-4633-bfe8-8d4fae750ac2-save__34bb13db-27c4-49c7-9261-4fe89e1e0184"> Cream-L/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__1c502ad7-fd48-4602-b7a0-35b0f8d101af" name="variant_id" value="1c502ad7-fd48-4602-b7a0-35b0f8d101af"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__1c502ad7-fd48-4602-b7a0-35b0f8d101af"> S/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__a5c3b8b8-94aa-40fe-8a1e-12e415a01584" name="variant_id" value="a5c3b8b8-94aa-40fe-8a1e-12e415a01584"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__a5c3b8b8-94aa-40fe-8a1e-12e415a01584"> M/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__2f0f370b-02c5-48c4-a519-635ea305b0c1" name="variant_id" value="2f0f370b-02c5-48c4-a519-635ea305b0c1"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__2f0f370b-02c5-48c4-a519-635ea305b0c1"> L/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__c9e0ec7c-1e08-4f9c-acde-36a1143c60e5" name="variant_id" value="c9e0ec7c-1e08-4f9c-acde-36a1143c60e5"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__c9e0ec7c-1e08-4f9c-acde-36a1143c60e5"> XL/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__0a20831b-7571-4e10-903a-e208f3f55fe8" name="variant_id" value="0a20831b-7571-4e10-903a-e208f3f55fe8"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__0a20831b-7571-4e10-903a-e208f3f55fe8"> 2XL/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__4c00fa4c-c47b-428a-b28e-bc71b2ede255" name="variant_id" value="4c00fa4c-c47b-428a-b28e-bc71b2ede255"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__4c00fa4c-c47b-428a-b28e-bc71b2ede255"> 3XL/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__d0e23658-ab45-41a9-88f7-154d08dbc57a" name="variant_id" value="d0e23658-ab45-41a9-88f7-154d08dbc57a"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__d0e23658-ab45-41a9-88f7-154d08dbc57a"> 4XL/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__c3108c83-5c59-47f7-a51e-4a3452d9b7cb" name="variant_id" value="c3108c83-5c59-47f7-a51e-4a3452d9b7cb"
      @change="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save.addToCart">
    <label for="product-form-1539426916825-04d66cdf-8ce4-4805-bbe6-d54540485452-save__c3108c83-5c59-47f7-a51e-4a3452d9b7cb"> 5XL/<span class="money product-snippet__price notranslate">€36.96</span><span
        class="money product-snippet__compare-at-price notranslate">€73.91</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__950c2ecd-7fdc-4ede-a36c-5f6132ac3e93" name="variant_id" value="950c2ecd-7fdc-4ede-a36c-5f6132ac3e93"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__950c2ecd-7fdc-4ede-a36c-5f6132ac3e93"> S/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__4bfa2386-6794-4f10-ae19-042def28ec23" name="variant_id" value="4bfa2386-6794-4f10-ae19-042def28ec23"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__4bfa2386-6794-4f10-ae19-042def28ec23"> M/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__5d5683e4-8184-4336-bfaf-1a0ea70e0212" name="variant_id" value="5d5683e4-8184-4336-bfaf-1a0ea70e0212"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__5d5683e4-8184-4336-bfaf-1a0ea70e0212"> L/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__a408aff0-85b7-41b4-ae6c-add8818da8e5" name="variant_id" value="a408aff0-85b7-41b4-ae6c-add8818da8e5"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__a408aff0-85b7-41b4-ae6c-add8818da8e5"> XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__e9a30b21-d097-4a95-847f-69fc485b222b" name="variant_id" value="e9a30b21-d097-4a95-847f-69fc485b222b"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__e9a30b21-d097-4a95-847f-69fc485b222b"> 2XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__022aa741-831d-4e4f-89fe-c38bfd1c56ff" name="variant_id" value="022aa741-831d-4e4f-89fe-c38bfd1c56ff"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__022aa741-831d-4e4f-89fe-c38bfd1c56ff"> 3XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__34f7e731-3595-415b-849d-bb214ce3361d" name="variant_id" value="34f7e731-3595-415b-849d-bb214ce3361d"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__34f7e731-3595-415b-849d-bb214ce3361d"> 4XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__018614d7-81fc-4869-8c98-661586a863bb" name="variant_id" value="018614d7-81fc-4869-8c98-661586a863bb"
      @change="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save.addToCart">
    <label for="product-form-1539426916825-04e471f8-02f8-47ad-9f9c-b6a8b1cf3004-save__018614d7-81fc-4869-8c98-661586a863bb"> 5XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__43beadb1-10b6-402c-a2a4-19cdf19eec04" name="variant_id" value="43beadb1-10b6-402c-a2a4-19cdf19eec04"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__43beadb1-10b6-402c-a2a4-19cdf19eec04"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__60a5e410-56d8-44f4-9106-76bce4c4dec3" name="variant_id" value="60a5e410-56d8-44f4-9106-76bce4c4dec3"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__60a5e410-56d8-44f4-9106-76bce4c4dec3"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__0a369318-c27d-4072-a0b1-2cf76fda0db7" name="variant_id" value="0a369318-c27d-4072-a0b1-2cf76fda0db7"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__0a369318-c27d-4072-a0b1-2cf76fda0db7"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__74bd273c-4742-44bc-a4de-dbc85be083e1" name="variant_id" value="74bd273c-4742-44bc-a4de-dbc85be083e1"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__74bd273c-4742-44bc-a4de-dbc85be083e1"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__0917ea7f-9937-4734-adeb-067341f15cb0" name="variant_id" value="0917ea7f-9937-4734-adeb-067341f15cb0"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__0917ea7f-9937-4734-adeb-067341f15cb0"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__cee61f49-9b27-4c0d-a424-9acedf57dc41" name="variant_id" value="cee61f49-9b27-4c0d-a424-9acedf57dc41"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__cee61f49-9b27-4c0d-a424-9acedf57dc41"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__d63ae658-a719-4a1e-aca9-550f8f2a7dc4" name="variant_id" value="d63ae658-a719-4a1e-aca9-550f8f2a7dc4"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__d63ae658-a719-4a1e-aca9-550f8f2a7dc4"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__71dbef3b-c15c-4d6e-bcac-a3ee0cf072ee" name="variant_id" value="71dbef3b-c15c-4d6e-bcac-a3ee0cf072ee"
      @change="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save.addToCart">
    <label for="product-form-1539426916825-05418f06-2d52-4ac5-a413-7e35b66e1b08-save__71dbef3b-c15c-4d6e-bcac-a3ee0cf072ee"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__cf3bc31e-40ee-41c3-9ebf-06af6827bc6a" name="variant_id" value="cf3bc31e-40ee-41c3-9ebf-06af6827bc6a"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__cf3bc31e-40ee-41c3-9ebf-06af6827bc6a"> S/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__9d3a8249-5e07-4627-9ae5-853c5dba8cfe" name="variant_id" value="9d3a8249-5e07-4627-9ae5-853c5dba8cfe"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__9d3a8249-5e07-4627-9ae5-853c5dba8cfe"> M/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__4e729da0-d526-436b-adda-e889e3777f50" name="variant_id" value="4e729da0-d526-436b-adda-e889e3777f50"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__4e729da0-d526-436b-adda-e889e3777f50"> L/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__a3e106c4-8584-4d91-ae45-6b580df501dd" name="variant_id" value="a3e106c4-8584-4d91-ae45-6b580df501dd"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__a3e106c4-8584-4d91-ae45-6b580df501dd"> XL/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__a7d0c38d-bfba-48ef-9ab2-0b97cb20ce8e" name="variant_id" value="a7d0c38d-bfba-48ef-9ab2-0b97cb20ce8e"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__a7d0c38d-bfba-48ef-9ab2-0b97cb20ce8e"> 2XL/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__5f0d8ed9-9361-4c9b-baaa-69a8fc136eda" name="variant_id" value="5f0d8ed9-9361-4c9b-baaa-69a8fc136eda"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__5f0d8ed9-9361-4c9b-baaa-69a8fc136eda"> 3XL/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__30650fb3-5df5-4a5d-aed2-22ff227b75b0" name="variant_id" value="30650fb3-5df5-4a5d-aed2-22ff227b75b0"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__30650fb3-5df5-4a5d-aed2-22ff227b75b0"> 4XL/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__d7cad47d-b142-4841-99cc-72da12751f43" name="variant_id" value="d7cad47d-b142-4841-99cc-72da12751f43"
      @change="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save.addToCart">
    <label for="product-form-1539426916825-059ed9d0-8102-4d40-82b4-af510df1b6de-save__d7cad47d-b142-4841-99cc-72da12751f43"> 5XL/<span class="money product-snippet__price notranslate">€27.70</span><span
        class="money product-snippet__compare-at-price notranslate">€46.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__71718e0d-5130-496e-bf26-e68330d65374" name="variant_id" value="71718e0d-5130-496e-bf26-e68330d65374"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__71718e0d-5130-496e-bf26-e68330d65374"> S/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__e013766e-749a-4e44-8bc7-9722813e2ebf" name="variant_id" value="e013766e-749a-4e44-8bc7-9722813e2ebf"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__e013766e-749a-4e44-8bc7-9722813e2ebf"> M/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__aa095cf0-58c1-4e89-a273-4a5876221d86" name="variant_id" value="aa095cf0-58c1-4e89-a273-4a5876221d86"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__aa095cf0-58c1-4e89-a273-4a5876221d86"> L/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__aa763691-7f74-4be7-b301-2daa55d30550" name="variant_id" value="aa763691-7f74-4be7-b301-2daa55d30550"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__aa763691-7f74-4be7-b301-2daa55d30550"> XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__fc5cf68e-d3b3-4f6e-acd4-068bee3895d8" name="variant_id" value="fc5cf68e-d3b3-4f6e-acd4-068bee3895d8"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__fc5cf68e-d3b3-4f6e-acd4-068bee3895d8"> 2XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__22372d02-47f6-4a5a-9deb-03b1eef2db18" name="variant_id" value="22372d02-47f6-4a5a-9deb-03b1eef2db18"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__22372d02-47f6-4a5a-9deb-03b1eef2db18"> 3XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__81bc6506-096a-4381-8c02-507ce72f7d7e" name="variant_id" value="81bc6506-096a-4381-8c02-507ce72f7d7e"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__81bc6506-096a-4381-8c02-507ce72f7d7e"> 4XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
    <input type="radio" id="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__28837004-58b5-4abe-bc49-10b02675e235" name="variant_id" value="28837004-58b5-4abe-bc49-10b02675e235"
      @change="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save.addToCart">
    <label for="product-form-1539426916825-05d5370a-d0a1-4765-b585-ea9458e17c8e-save__28837004-58b5-4abe-bc49-10b02675e235"> 5XL/<span class="money product-snippet__price notranslate">€49.89</span><span
        class="money product-snippet__compare-at-price notranslate">€83.16</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__ddbf6ce2-a736-4a3f-b689-3ad3ed91ed13" name="variant_id" value="ddbf6ce2-a736-4a3f-b689-3ad3ed91ed13"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__ddbf6ce2-a736-4a3f-b689-3ad3ed91ed13"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__8090de0e-760b-41c5-8898-220d30e04333" name="variant_id" value="8090de0e-760b-41c5-8898-220d30e04333"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__8090de0e-760b-41c5-8898-220d30e04333"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__923cefb6-5e05-498e-bc64-2059d5f36ca2" name="variant_id" value="923cefb6-5e05-498e-bc64-2059d5f36ca2"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__923cefb6-5e05-498e-bc64-2059d5f36ca2"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__bef0a861-7f92-4a32-a94f-d67a59db2ae2" name="variant_id" value="bef0a861-7f92-4a32-a94f-d67a59db2ae2"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__bef0a861-7f92-4a32-a94f-d67a59db2ae2"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__53531eb5-3679-4ed5-b3de-0b44b361b221" name="variant_id" value="53531eb5-3679-4ed5-b3de-0b44b361b221"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__53531eb5-3679-4ed5-b3de-0b44b361b221"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__4ededacf-2b7f-4f12-90a7-ec98eabf778f" name="variant_id" value="4ededacf-2b7f-4f12-90a7-ec98eabf778f"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__4ededacf-2b7f-4f12-90a7-ec98eabf778f"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__f88e4ccb-430d-41bd-952b-727d11a9b665" name="variant_id" value="f88e4ccb-430d-41bd-952b-727d11a9b665"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__f88e4ccb-430d-41bd-952b-727d11a9b665"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__3c78f00c-b0f4-404e-89b6-4876447d6e10" name="variant_id" value="3c78f00c-b0f4-404e-89b6-4876447d6e10"
      @change="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save.addToCart">
    <label for="product-form-1539426916825-062c679d-f4aa-404d-bcda-34980adbd6a0-save__3c78f00c-b0f4-404e-89b6-4876447d6e10"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__29ebc2ba-78a3-40af-be07-ab569712e8fe" name="variant_id" value="29ebc2ba-78a3-40af-be07-ab569712e8fe"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__29ebc2ba-78a3-40af-be07-ab569712e8fe"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__f0fa3c5f-3b09-4695-b8f3-7a393d09708f" name="variant_id" value="f0fa3c5f-3b09-4695-b8f3-7a393d09708f"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__f0fa3c5f-3b09-4695-b8f3-7a393d09708f"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__68271214-71a2-4da9-83ab-672ebcfb4073" name="variant_id" value="68271214-71a2-4da9-83ab-672ebcfb4073"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__68271214-71a2-4da9-83ab-672ebcfb4073"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__351dea47-6e58-4412-a213-bf0d28d02483" name="variant_id" value="351dea47-6e58-4412-a213-bf0d28d02483"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__351dea47-6e58-4412-a213-bf0d28d02483"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__b04900f6-79ea-4780-bed1-3a3aad010060" name="variant_id" value="b04900f6-79ea-4780-bed1-3a3aad010060"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__b04900f6-79ea-4780-bed1-3a3aad010060"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__32838c41-8951-4b3d-9438-f6ad6cd43d01" name="variant_id" value="32838c41-8951-4b3d-9438-f6ad6cd43d01"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__32838c41-8951-4b3d-9438-f6ad6cd43d01"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__6b4b4bc0-878d-4227-a4d9-828195cd6628" name="variant_id" value="6b4b4bc0-878d-4227-a4d9-828195cd6628"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__6b4b4bc0-878d-4227-a4d9-828195cd6628"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
    <input type="radio" id="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__82be3647-6e76-4012-bbc7-6e04ffa53dc0" name="variant_id" value="82be3647-6e76-4012-bbc7-6e04ffa53dc0"
      @change="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save.addToCart">
    <label for="product-form-1539426916825-06f6d0f0-ef7d-4402-96ff-b6fb6e78d8df-save__82be3647-6e76-4012-bbc7-6e04ffa53dc0"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€67.76</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__28f8a48f-fad5-4832-a434-4c4a2a112792" name="variant_id" value="28f8a48f-fad5-4832-a434-4c4a2a112792"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__28f8a48f-fad5-4832-a434-4c4a2a112792"> S/<span class="money product-snippet__price notranslate">€21.25</span><span
        class="money product-snippet__compare-at-price notranslate">€29.57</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__6ce0d1ad-167d-486d-8b0b-ed99f267fc81" name="variant_id" value="6ce0d1ad-167d-486d-8b0b-ed99f267fc81"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__6ce0d1ad-167d-486d-8b0b-ed99f267fc81"> M/<span class="money product-snippet__price notranslate">€22.18</span><span
        class="money product-snippet__compare-at-price notranslate">€30.49</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__b3c81320-09a7-45cb-b265-cadc462f6ed0" name="variant_id" value="b3c81320-09a7-45cb-b265-cadc462f6ed0"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__b3c81320-09a7-45cb-b265-cadc462f6ed0"> L/<span class="money product-snippet__price notranslate">€23.10</span><span
        class="money product-snippet__compare-at-price notranslate">€31.42</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__b77eaee1-78ee-49cd-8876-0c30825f6ab4" name="variant_id" value="b77eaee1-78ee-49cd-8876-0c30825f6ab4"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__b77eaee1-78ee-49cd-8876-0c30825f6ab4"> XL/<span class="money product-snippet__price notranslate">€24.03</span><span
        class="money product-snippet__compare-at-price notranslate">€32.34</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__05d3ac43-aac2-4a33-9503-f9d55e3be4fe" name="variant_id" value="05d3ac43-aac2-4a33-9503-f9d55e3be4fe"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__05d3ac43-aac2-4a33-9503-f9d55e3be4fe"> 2XL/<span class="money product-snippet__price notranslate">€24.95</span><span
        class="money product-snippet__compare-at-price notranslate">€33.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__f6085c5f-509f-499f-af37-b64b4e6f8b7e" name="variant_id" value="f6085c5f-509f-499f-af37-b64b4e6f8b7e"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__f6085c5f-509f-499f-af37-b64b4e6f8b7e"> 3XL/<span class="money product-snippet__price notranslate">€25.87</span><span
        class="money product-snippet__compare-at-price notranslate">€34.19</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__a03168a0-23bc-4859-9e32-3afcdd4863c9" name="variant_id" value="a03168a0-23bc-4859-9e32-3afcdd4863c9"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__a03168a0-23bc-4859-9e32-3afcdd4863c9"> 4XL/<span class="money product-snippet__price notranslate">€26.80</span><span
        class="money product-snippet__compare-at-price notranslate">€35.12</span>
    </label>
    <input type="radio" id="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__bc1188cf-f6ef-489a-a6c1-e89aa4a84a46" name="variant_id" value="bc1188cf-f6ef-489a-a6c1-e89aa4a84a46"
      @change="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save.addToCart">
    <label for="product-form-1539426916825-076a0434-71c7-4046-ad73-e4cc8d76b008-save__bc1188cf-f6ef-489a-a6c1-e89aa4a84a46"> 5XL/<span class="money product-snippet__price notranslate">€27.72</span><span
        class="money product-snippet__compare-at-price notranslate">€36.04</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__09a7db27-2c2e-4f10-aa6b-3cbb077dcbfd" name="variant_id" value="09a7db27-2c2e-4f10-aa6b-3cbb077dcbfd"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__09a7db27-2c2e-4f10-aa6b-3cbb077dcbfd"> S/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__a10c0fb2-fe49-47db-be44-10218a186192" name="variant_id" value="a10c0fb2-fe49-47db-be44-10218a186192"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__a10c0fb2-fe49-47db-be44-10218a186192"> M/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__463ad6b3-9d1e-45ae-94c6-ca856fffb654" name="variant_id" value="463ad6b3-9d1e-45ae-94c6-ca856fffb654"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__463ad6b3-9d1e-45ae-94c6-ca856fffb654"> L/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__9daa7596-0edb-481c-a38c-db43cc7fbb8a" name="variant_id" value="9daa7596-0edb-481c-a38c-db43cc7fbb8a"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__9daa7596-0edb-481c-a38c-db43cc7fbb8a"> XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__4399f558-d39f-40b1-97a3-468b32e1536a" name="variant_id" value="4399f558-d39f-40b1-97a3-468b32e1536a"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__4399f558-d39f-40b1-97a3-468b32e1536a"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__af235feb-b7ec-40a0-bdaf-631b2b9d363d" name="variant_id" value="af235feb-b7ec-40a0-bdaf-631b2b9d363d"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__af235feb-b7ec-40a0-bdaf-631b2b9d363d"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__3ac9e168-86cb-44c9-854b-52af6aa9e7cf" name="variant_id" value="3ac9e168-86cb-44c9-854b-52af6aa9e7cf"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__3ac9e168-86cb-44c9-854b-52af6aa9e7cf"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__5d61b3c9-17ae-4b37-9d7b-5a5aefda39ce" name="variant_id" value="5d61b3c9-17ae-4b37-9d7b-5a5aefda39ce"
      @change="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save.addToCart">
    <label for="product-form-1539426916825-08544b0a-fa30-4659-914b-3fd8b8cdf5ad-save__5d61b3c9-17ae-4b37-9d7b-5a5aefda39ce"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__91fcce6f-f5ab-420b-928f-95a5b01a4d26" name="variant_id" value="91fcce6f-f5ab-420b-928f-95a5b01a4d26"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__91fcce6f-f5ab-420b-928f-95a5b01a4d26"> S/<span class="money product-snippet__price notranslate">€21.25</span><span
        class="money product-snippet__compare-at-price notranslate">€29.57</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__184e41d4-be2d-44ca-9ead-a479991a739a" name="variant_id" value="184e41d4-be2d-44ca-9ead-a479991a739a"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__184e41d4-be2d-44ca-9ead-a479991a739a"> M/<span class="money product-snippet__price notranslate">€22.18</span><span
        class="money product-snippet__compare-at-price notranslate">€30.49</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__2c331c41-5ab4-47fa-9020-1403571a5cb1" name="variant_id" value="2c331c41-5ab4-47fa-9020-1403571a5cb1"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__2c331c41-5ab4-47fa-9020-1403571a5cb1"> L/<span class="money product-snippet__price notranslate">€23.10</span><span
        class="money product-snippet__compare-at-price notranslate">€31.42</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__b65dfd82-311b-49b8-aa89-6586a42f6806" name="variant_id" value="b65dfd82-311b-49b8-aa89-6586a42f6806"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__b65dfd82-311b-49b8-aa89-6586a42f6806"> XL/<span class="money product-snippet__price notranslate">€24.03</span><span
        class="money product-snippet__compare-at-price notranslate">€32.34</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__8d74ff39-40c5-4d5b-8bfe-81a342cf3686" name="variant_id" value="8d74ff39-40c5-4d5b-8bfe-81a342cf3686"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__8d74ff39-40c5-4d5b-8bfe-81a342cf3686"> 2XL/<span class="money product-snippet__price notranslate">€24.95</span><span
        class="money product-snippet__compare-at-price notranslate">€33.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__64f397ad-2662-49b8-818d-28432ebd5a24" name="variant_id" value="64f397ad-2662-49b8-818d-28432ebd5a24"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__64f397ad-2662-49b8-818d-28432ebd5a24"> 3XL/<span class="money product-snippet__price notranslate">€25.87</span><span
        class="money product-snippet__compare-at-price notranslate">€34.19</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__e4340d0c-97aa-4453-b35a-c5d437b42bcc" name="variant_id" value="e4340d0c-97aa-4453-b35a-c5d437b42bcc"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__e4340d0c-97aa-4453-b35a-c5d437b42bcc"> 4XL/<span class="money product-snippet__price notranslate">€26.80</span><span
        class="money product-snippet__compare-at-price notranslate">€35.12</span>
    </label>
    <input type="radio" id="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__2a5946b1-13c0-49ab-9a85-34034e4077b9" name="variant_id" value="2a5946b1-13c0-49ab-9a85-34034e4077b9"
      @change="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save.addToCart">
    <label for="product-form-1539426916825-08d36b4a-6e26-4bc5-b23a-045ea53af4ef-save__2a5946b1-13c0-49ab-9a85-34034e4077b9"> 5XL/<span class="money product-snippet__price notranslate">€27.72</span><span
        class="money product-snippet__compare-at-price notranslate">€36.04</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__5492efb5-1f39-4d4d-a5a7-c42853ad95d5" name="variant_id" value="5492efb5-1f39-4d4d-a5a7-c42853ad95d5"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__5492efb5-1f39-4d4d-a5a7-c42853ad95d5"> S/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__52013b7a-624d-4b1b-9798-10fd865de5ac" name="variant_id" value="52013b7a-624d-4b1b-9798-10fd865de5ac"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__52013b7a-624d-4b1b-9798-10fd865de5ac"> M/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__ae8f992c-e4ac-4746-a5b6-40cd92101366" name="variant_id" value="ae8f992c-e4ac-4746-a5b6-40cd92101366"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__ae8f992c-e4ac-4746-a5b6-40cd92101366"> L/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__181e45a7-32a5-419c-a9c6-980ea9c45d20" name="variant_id" value="181e45a7-32a5-419c-a9c6-980ea9c45d20"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__181e45a7-32a5-419c-a9c6-980ea9c45d20"> XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__b6d5bebf-435c-4b22-8654-6f17bdb83b2a" name="variant_id" value="b6d5bebf-435c-4b22-8654-6f17bdb83b2a"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__b6d5bebf-435c-4b22-8654-6f17bdb83b2a"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__55b04d33-3276-445a-9005-359112c6d44d" name="variant_id" value="55b04d33-3276-445a-9005-359112c6d44d"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__55b04d33-3276-445a-9005-359112c6d44d"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__1e9d69bc-d0fe-4b51-a6a6-c8af0ed29f63" name="variant_id" value="1e9d69bc-d0fe-4b51-a6a6-c8af0ed29f63"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__1e9d69bc-d0fe-4b51-a6a6-c8af0ed29f63"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
    <input type="radio" id="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__843b199a-96e2-4faf-8acd-247362567d7e" name="variant_id" value="843b199a-96e2-4faf-8acd-247362567d7e"
      @change="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save.addToCart">
    <label for="product-form-1539426916825-0906a011-3a96-477f-b187-bbaab66b495b-save__843b199a-96e2-4faf-8acd-247362567d7e"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__7cc36d8a-8cc0-436e-844d-a1833790a87c" name="variant_id" value="7cc36d8a-8cc0-436e-844d-a1833790a87c"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__7cc36d8a-8cc0-436e-844d-a1833790a87c"> S/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__95d04714-e5b7-4911-8504-f4309d06d825" name="variant_id" value="95d04714-e5b7-4911-8504-f4309d06d825"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__95d04714-e5b7-4911-8504-f4309d06d825"> M/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__9aab57af-cf37-4d76-8ef7-f4116716c7ec" name="variant_id" value="9aab57af-cf37-4d76-8ef7-f4116716c7ec"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__9aab57af-cf37-4d76-8ef7-f4116716c7ec"> L/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__603496a4-acf3-4e38-bcc5-dde3f6bd365f" name="variant_id" value="603496a4-acf3-4e38-bcc5-dde3f6bd365f"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__603496a4-acf3-4e38-bcc5-dde3f6bd365f"> XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__9d8d5e1e-1a31-4754-af6c-ed9e90fcec8a" name="variant_id" value="9d8d5e1e-1a31-4754-af6c-ed9e90fcec8a"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__9d8d5e1e-1a31-4754-af6c-ed9e90fcec8a"> 2XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__d97be366-840f-41e7-8819-d7e34610a6d5" name="variant_id" value="d97be366-840f-41e7-8819-d7e34610a6d5"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__d97be366-840f-41e7-8819-d7e34610a6d5"> 3XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__86dc17db-d82c-4c24-b7c0-3021cd3a5c98" name="variant_id" value="86dc17db-d82c-4c24-b7c0-3021cd3a5c98"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__86dc17db-d82c-4c24-b7c0-3021cd3a5c98"> 4XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__d1190f81-03df-4bfe-8685-38b0ddee21f9" name="variant_id" value="d1190f81-03df-4bfe-8685-38b0ddee21f9"
      @change="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save.addToCart">
    <label for="product-form-1539426916825-09136199-45dc-49e1-94e9-2475dbbbbc5e-save__d1190f81-03df-4bfe-8685-38b0ddee21f9"> 5XL/<span class="money product-snippet__price notranslate">€22.53</span><span
        class="money product-snippet__compare-at-price notranslate">€37.55</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__4cd6d3be-ce57-4482-9844-c4956e08b00c" name="variant_id" value="4cd6d3be-ce57-4482-9844-c4956e08b00c"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__4cd6d3be-ce57-4482-9844-c4956e08b00c"> Baby*0-6M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__6b9c8b1d-bb7c-41b9-b5b5-677b494d35f5" name="variant_id" value="6b9c8b1d-bb7c-41b9-b5b5-677b494d35f5"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__6b9c8b1d-bb7c-41b9-b5b5-677b494d35f5"> Baby*6-12M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__610f0ddb-cdcc-4b3f-8301-8cd49b3b2275" name="variant_id" value="610f0ddb-cdcc-4b3f-8301-8cd49b3b2275"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__610f0ddb-cdcc-4b3f-8301-8cd49b3b2275"> Baby*12-18M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__a8f5e532-cee3-4fab-a75c-b7796a40b8db" name="variant_id" value="a8f5e532-cee3-4fab-a75c-b7796a40b8db"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__a8f5e532-cee3-4fab-a75c-b7796a40b8db"> Baby*18-24M/<span class="money product-snippet__price notranslate">€18.47</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__ff68b188-02e0-4d4a-9d5e-5ce650024359" name="variant_id" value="ff68b188-02e0-4d4a-9d5e-5ce650024359"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__ff68b188-02e0-4d4a-9d5e-5ce650024359"> Kids*2-3Years/<span class="money product-snippet__price notranslate">€28.64</span><span
        class="money product-snippet__compare-at-price notranslate">€45.17</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__c50e685a-aa95-430c-993a-f2917ccbeac7" name="variant_id" value="c50e685a-aa95-430c-993a-f2917ccbeac7"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__c50e685a-aa95-430c-993a-f2917ccbeac7"> Kids*4-5Years/<span class="money product-snippet__price notranslate">€28.64</span><span
        class="money product-snippet__compare-at-price notranslate">€45.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__6ed05cf8-5734-4a22-b451-b7dd9ff04a4f" name="variant_id" value="6ed05cf8-5734-4a22-b451-b7dd9ff04a4f"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__6ed05cf8-5734-4a22-b451-b7dd9ff04a4f"> Kids*6-7Years/<span class="money product-snippet__price notranslate">€28.64</span><span
        class="money product-snippet__compare-at-price notranslate">€45.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__08413abd-6dcb-4f53-ba2a-342f93d0ad7a" name="variant_id" value="08413abd-6dcb-4f53-ba2a-342f93d0ad7a"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__08413abd-6dcb-4f53-ba2a-342f93d0ad7a"> Kids*8-9Years/<span class="money product-snippet__price notranslate">€28.64</span><span
        class="money product-snippet__compare-at-price notranslate">€45.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__ddafc220-c834-42fb-af49-8e446c01dc50" name="variant_id" value="ddafc220-c834-42fb-af49-8e446c01dc50"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__ddafc220-c834-42fb-af49-8e446c01dc50"> Kids*10-11Years/<span class="money product-snippet__price notranslate">€28.64</span><span
        class="money product-snippet__compare-at-price notranslate">€45.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__d774523c-54bf-44f5-8e03-e9c1201a5b39" name="variant_id" value="d774523c-54bf-44f5-8e03-e9c1201a5b39"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__d774523c-54bf-44f5-8e03-e9c1201a5b39"> Kids*11-12Years/<span class="money product-snippet__price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__c7a49f45-f6c3-4b2f-8a39-3e6920d8fa36" name="variant_id" value="c7a49f45-f6c3-4b2f-8a39-3e6920d8fa36"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__c7a49f45-f6c3-4b2f-8a39-3e6920d8fa36"> Women*S/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__ccf9630e-46c4-4d66-b254-13a59c9ad41e" name="variant_id" value="ccf9630e-46c4-4d66-b254-13a59c9ad41e"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__ccf9630e-46c4-4d66-b254-13a59c9ad41e"> Women*M/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__f81ff6b2-956f-430d-907f-faec294b63a3" name="variant_id" value="f81ff6b2-956f-430d-907f-faec294b63a3"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__f81ff6b2-956f-430d-907f-faec294b63a3"> Women*L/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__7853e403-53d6-496f-8671-dafdd095e472" name="variant_id" value="7853e403-53d6-496f-8671-dafdd095e472"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__7853e403-53d6-496f-8671-dafdd095e472"> Women*XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__e0ffcc1b-2b2e-43d0-bc43-f8128453f6e7" name="variant_id" value="e0ffcc1b-2b2e-43d0-bc43-f8128453f6e7"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__e0ffcc1b-2b2e-43d0-bc43-f8128453f6e7"> Women*2XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__f123aa80-86df-4a07-b3d4-9b598f0c8ff9" name="variant_id" value="f123aa80-86df-4a07-b3d4-9b598f0c8ff9"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__f123aa80-86df-4a07-b3d4-9b598f0c8ff9"> Women*3XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__364646c6-2058-4a92-91e0-350ac471ebfd" name="variant_id" value="364646c6-2058-4a92-91e0-350ac471ebfd"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__364646c6-2058-4a92-91e0-350ac471ebfd"> Men*M/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__d4d8d639-791b-45e0-aa16-f377c761a0df" name="variant_id" value="d4d8d639-791b-45e0-aa16-f377c761a0df"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__d4d8d639-791b-45e0-aa16-f377c761a0df"> Men*L/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__bd7ea860-a5b6-43ba-9fd2-eb69f53bba89" name="variant_id" value="bd7ea860-a5b6-43ba-9fd2-eb69f53bba89"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__bd7ea860-a5b6-43ba-9fd2-eb69f53bba89"> Men*XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__bc0210b1-6fd9-4719-91b5-bd7fec1fa315" name="variant_id" value="bc0210b1-6fd9-4719-91b5-bd7fec1fa315"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__bc0210b1-6fd9-4719-91b5-bd7fec1fa315"> Men*2XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__b7e52664-462a-408c-9abd-5c3bb5f0a187" name="variant_id" value="b7e52664-462a-408c-9abd-5c3bb5f0a187"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__b7e52664-462a-408c-9abd-5c3bb5f0a187"> Men*3XL/<span class="money product-snippet__price notranslate">€48.97</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__3eecfdca-adf1-4838-a8b6-ea7fa9d3e310" name="variant_id" value="3eecfdca-adf1-4838-a8b6-ea7fa9d3e310"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__3eecfdca-adf1-4838-a8b6-ea7fa9d3e310"> Pets*S/<span class="money product-snippet__price notranslate">€18.47</span><span
        class="money product-snippet__compare-at-price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__bdc420d7-5b69-48ac-8702-ef5d11b05d87" name="variant_id" value="bdc420d7-5b69-48ac-8702-ef5d11b05d87"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__bdc420d7-5b69-48ac-8702-ef5d11b05d87"> Pets*M/<span class="money product-snippet__price notranslate">€18.47</span><span
        class="money product-snippet__compare-at-price notranslate">€28.64</span>
    </label>
    <input type="radio" id="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__3618d291-f471-4895-9cc7-4e3a0b49dd47" name="variant_id" value="3618d291-f471-4895-9cc7-4e3a0b49dd47"
      @change="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save.addToCart">
    <label for="product-form-1539426916825-091ae587-c856-4ed0-bca3-8cd775ee77e3-save__3618d291-f471-4895-9cc7-4e3a0b49dd47"> Pets*L/<span class="money product-snippet__price notranslate">€18.47</span><span
        class="money product-snippet__compare-at-price notranslate">€28.64</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__2f736ff8-c43c-4a2f-8a3a-cbfbb2a6d788" name="variant_id" value="2f736ff8-c43c-4a2f-8a3a-cbfbb2a6d788"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__2f736ff8-c43c-4a2f-8a3a-cbfbb2a6d788"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__7ed3ac2a-9975-40e9-b9e3-bb66c9cfaa54" name="variant_id" value="7ed3ac2a-9975-40e9-b9e3-bb66c9cfaa54"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__7ed3ac2a-9975-40e9-b9e3-bb66c9cfaa54"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__1ebaa4a1-dc44-45be-a240-d338859addda" name="variant_id" value="1ebaa4a1-dc44-45be-a240-d338859addda"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__1ebaa4a1-dc44-45be-a240-d338859addda"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__dcf46fbe-f840-4323-88b0-7de4c8833ec9" name="variant_id" value="dcf46fbe-f840-4323-88b0-7de4c8833ec9"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__dcf46fbe-f840-4323-88b0-7de4c8833ec9"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__28557168-51c4-45fb-9cab-dfb8cba50fc1" name="variant_id" value="28557168-51c4-45fb-9cab-dfb8cba50fc1"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__28557168-51c4-45fb-9cab-dfb8cba50fc1"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__13723950-3885-4a9d-8783-6a061edb196d" name="variant_id" value="13723950-3885-4a9d-8783-6a061edb196d"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__13723950-3885-4a9d-8783-6a061edb196d"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__243e61cd-22a3-4e53-8bda-e6ce20987294" name="variant_id" value="243e61cd-22a3-4e53-8bda-e6ce20987294"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__243e61cd-22a3-4e53-8bda-e6ce20987294"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__2d6e2b49-1f9a-44ff-8507-c9a77f4fee52" name="variant_id" value="2d6e2b49-1f9a-44ff-8507-c9a77f4fee52"
      @change="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save.addToCart">
    <label for="product-form-1539426916825-09ac523c-fd52-4427-86a1-50c6acb5029f-save__2d6e2b49-1f9a-44ff-8507-c9a77f4fee52"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€63.75</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__ca83d383-79ad-4975-bbff-4809b53e748f" name="variant_id" value="ca83d383-79ad-4975-bbff-4809b53e748f"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__ca83d383-79ad-4975-bbff-4809b53e748f"> S/<span class="money product-snippet__price notranslate">€21.25</span><span
        class="money product-snippet__compare-at-price notranslate">€29.57</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__ac236c74-6e31-408a-a932-feb688a8db3a" name="variant_id" value="ac236c74-6e31-408a-a932-feb688a8db3a"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__ac236c74-6e31-408a-a932-feb688a8db3a"> M/<span class="money product-snippet__price notranslate">€22.18</span><span
        class="money product-snippet__compare-at-price notranslate">€30.49</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__0223fc59-732a-4ebf-8665-8ae326b8dbee" name="variant_id" value="0223fc59-732a-4ebf-8665-8ae326b8dbee"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__0223fc59-732a-4ebf-8665-8ae326b8dbee"> L/<span class="money product-snippet__price notranslate">€23.10</span><span
        class="money product-snippet__compare-at-price notranslate">€31.42</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__e67d2269-7252-4e26-a6a4-584294ac1ed3" name="variant_id" value="e67d2269-7252-4e26-a6a4-584294ac1ed3"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__e67d2269-7252-4e26-a6a4-584294ac1ed3"> XL/<span class="money product-snippet__price notranslate">€24.03</span><span
        class="money product-snippet__compare-at-price notranslate">€32.34</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__debafcc9-a151-4d67-aa2a-af33b7df8ed5" name="variant_id" value="debafcc9-a151-4d67-aa2a-af33b7df8ed5"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__debafcc9-a151-4d67-aa2a-af33b7df8ed5"> 2XL/<span class="money product-snippet__price notranslate">€24.95</span><span
        class="money product-snippet__compare-at-price notranslate">€33.27</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__8ab9938b-dd0f-4c21-853b-0bcc9d9520fe" name="variant_id" value="8ab9938b-dd0f-4c21-853b-0bcc9d9520fe"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__8ab9938b-dd0f-4c21-853b-0bcc9d9520fe"> 3XL/<span class="money product-snippet__price notranslate">€25.87</span><span
        class="money product-snippet__compare-at-price notranslate">€34.19</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__da8671c9-3196-4231-b92a-730d85fa42b0" name="variant_id" value="da8671c9-3196-4231-b92a-730d85fa42b0"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__da8671c9-3196-4231-b92a-730d85fa42b0"> 4XL/<span class="money product-snippet__price notranslate">€26.80</span><span
        class="money product-snippet__compare-at-price notranslate">€35.12</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__aa5cb12e-ea06-4226-aa41-e3918ab5197b" name="variant_id" value="aa5cb12e-ea06-4226-aa41-e3918ab5197b"
      @change="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save.addToCart">
    <label for="product-form-1539426916825-09ad0c2c-a611-4f34-b680-5fac49693cff-save__aa5cb12e-ea06-4226-aa41-e3918ab5197b"> 5XL/<span class="money product-snippet__price notranslate">€27.72</span><span
        class="money product-snippet__compare-at-price notranslate">€36.04</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__6de1afae-9d34-4e72-9122-e85cfdc691e2" name="variant_id" value="6de1afae-9d34-4e72-9122-e85cfdc691e2"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__6de1afae-9d34-4e72-9122-e85cfdc691e2"> S/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__8f90e1fa-8c19-4331-ac05-989c7b600a02" name="variant_id" value="8f90e1fa-8c19-4331-ac05-989c7b600a02"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__8f90e1fa-8c19-4331-ac05-989c7b600a02"> M/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__6b460f3b-ed61-4b85-b2f3-1d7299e54eb8" name="variant_id" value="6b460f3b-ed61-4b85-b2f3-1d7299e54eb8"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__6b460f3b-ed61-4b85-b2f3-1d7299e54eb8"> L/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__5e6950bc-4754-41d8-afa9-2210f004c1fb" name="variant_id" value="5e6950bc-4754-41d8-afa9-2210f004c1fb"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__5e6950bc-4754-41d8-afa9-2210f004c1fb"> XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__076cb591-dfbf-4951-95bd-40fb1d214376" name="variant_id" value="076cb591-dfbf-4951-95bd-40fb1d214376"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__076cb591-dfbf-4951-95bd-40fb1d214376"> 2XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__3dd1d3e4-4210-41f2-80dd-06cad175ab2b" name="variant_id" value="3dd1d3e4-4210-41f2-80dd-06cad175ab2b"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__3dd1d3e4-4210-41f2-80dd-06cad175ab2b"> 3XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__5089dac3-2fea-408f-b9da-16d5a0056ffa" name="variant_id" value="5089dac3-2fea-408f-b9da-16d5a0056ffa"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__5089dac3-2fea-408f-b9da-16d5a0056ffa"> 4XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__0938aa90-f7e5-4cad-a1e7-7f24290603c0" name="variant_id" value="0938aa90-f7e5-4cad-a1e7-7f24290603c0"
      @change="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save.addToCart">
    <label for="product-form-1539426916825-09d938e2-17d8-4e1a-8320-315844129eb4-save__0938aa90-f7e5-4cad-a1e7-7f24290603c0"> 5XL/<span class="money product-snippet__price notranslate">€34.18</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__5e8f5e86-ea12-4290-80b4-2d8a301e56c5" name="variant_id" value="5e8f5e86-ea12-4290-80b4-2d8a301e56c5"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__5e8f5e86-ea12-4290-80b4-2d8a301e56c5"> S/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__91ca91c6-39e7-4e30-9a9b-51db2c75121d" name="variant_id" value="91ca91c6-39e7-4e30-9a9b-51db2c75121d"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__91ca91c6-39e7-4e30-9a9b-51db2c75121d"> M/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__541d7b78-f951-4e9f-be61-603f31dfd2cc" name="variant_id" value="541d7b78-f951-4e9f-be61-603f31dfd2cc"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__541d7b78-f951-4e9f-be61-603f31dfd2cc"> L/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__fac83c8b-09e7-4c64-99f2-cac8bf633cf0" name="variant_id" value="fac83c8b-09e7-4c64-99f2-cac8bf633cf0"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__fac83c8b-09e7-4c64-99f2-cac8bf633cf0"> XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__f92e4174-2b01-4303-b7c4-e8f4675e4a7a" name="variant_id" value="f92e4174-2b01-4303-b7c4-e8f4675e4a7a"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__f92e4174-2b01-4303-b7c4-e8f4675e4a7a"> 2XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__b63f151e-79d4-4fe2-a6fb-01e58d15759c" name="variant_id" value="b63f151e-79d4-4fe2-a6fb-01e58d15759c"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__b63f151e-79d4-4fe2-a6fb-01e58d15759c"> 3XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__5a36c131-d104-4214-b583-f068dae56149" name="variant_id" value="5a36c131-d104-4214-b583-f068dae56149"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__5a36c131-d104-4214-b583-f068dae56149"> 4XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
    <input type="radio" id="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__f4bffb95-ad2a-4123-8f09-6ea107494f12" name="variant_id" value="f4bffb95-ad2a-4123-8f09-6ea107494f12"
      @change="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save.addToCart">
    <label for="product-form-1539426916825-09ebe07e-80c2-4e25-8d6e-1a542f2aeb79-save__f4bffb95-ad2a-4123-8f09-6ea107494f12"> 5XL/<span class="money product-snippet__price notranslate">€32.33</span><span
        class="money product-snippet__compare-at-price notranslate">€64.67</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__42f9b1b1-27bc-48c9-b468-484285fee9db" name="variant_id" value="42f9b1b1-27bc-48c9-b468-484285fee9db"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__42f9b1b1-27bc-48c9-b468-484285fee9db"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__fe78157a-aef9-4722-b097-814e9b83d331" name="variant_id" value="fe78157a-aef9-4722-b097-814e9b83d331"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__fe78157a-aef9-4722-b097-814e9b83d331"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__55cf032e-1961-4143-abdf-cdb053418c5d" name="variant_id" value="55cf032e-1961-4143-abdf-cdb053418c5d"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__55cf032e-1961-4143-abdf-cdb053418c5d"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__95858043-d5df-4121-9c80-3c1b7219e9b0" name="variant_id" value="95858043-d5df-4121-9c80-3c1b7219e9b0"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__95858043-d5df-4121-9c80-3c1b7219e9b0"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__62feca89-199b-48de-8c1a-bd26eaae9be2" name="variant_id" value="62feca89-199b-48de-8c1a-bd26eaae9be2"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__62feca89-199b-48de-8c1a-bd26eaae9be2"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__669af75c-86a4-4122-a695-6d5140286d17" name="variant_id" value="669af75c-86a4-4122-a695-6d5140286d17"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__669af75c-86a4-4122-a695-6d5140286d17"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__2f18ede4-eada-44d4-9919-590c8c130e5f" name="variant_id" value="2f18ede4-eada-44d4-9919-590c8c130e5f"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__2f18ede4-eada-44d4-9919-590c8c130e5f"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__cbf0e6f8-680b-4b39-a581-49772c6a2d9c" name="variant_id" value="cbf0e6f8-680b-4b39-a581-49772c6a2d9c"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-save__cbf0e6f8-680b-4b39-a581-49772c6a2d9c"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__4d26b869-47ca-46d1-a9a0-7cbbe338fd60" name="variant_id" value="4d26b869-47ca-46d1-a9a0-7cbbe338fd60"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__4d26b869-47ca-46d1-a9a0-7cbbe338fd60"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__d7d2afee-65a9-4d96-96cb-48551134d6ac" name="variant_id" value="d7d2afee-65a9-4d96-96cb-48551134d6ac"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__d7d2afee-65a9-4d96-96cb-48551134d6ac"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__95c73ac3-06d2-4824-9be1-c655e597e160" name="variant_id" value="95c73ac3-06d2-4824-9be1-c655e597e160"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__95c73ac3-06d2-4824-9be1-c655e597e160"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__da30d73d-2cb6-40dd-92d7-18f126bbf88d" name="variant_id" value="da30d73d-2cb6-40dd-92d7-18f126bbf88d"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__da30d73d-2cb6-40dd-92d7-18f126bbf88d"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__fe553b9b-c488-440b-a2bb-64849bda6ca0" name="variant_id" value="fe553b9b-c488-440b-a2bb-64849bda6ca0"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__fe553b9b-c488-440b-a2bb-64849bda6ca0"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__4569defb-32e5-437d-ae63-8ef27df2d190" name="variant_id" value="4569defb-32e5-437d-ae63-8ef27df2d190"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__4569defb-32e5-437d-ae63-8ef27df2d190"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__9dc97fff-0da3-4aee-8dda-37d014aa39b3" name="variant_id" value="9dc97fff-0da3-4aee-8dda-37d014aa39b3"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__9dc97fff-0da3-4aee-8dda-37d014aa39b3"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__42a23cab-de89-4b3f-b240-fbe517fc43d3" name="variant_id" value="42a23cab-de89-4b3f-b240-fbe517fc43d3"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-save__42a23cab-de89-4b3f-b240-fbe517fc43d3"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3" name="variant_id" value="4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__0d430907-a60f-4cb6-93d1-c8c38d21795c" name="variant_id" value="0d430907-a60f-4cb6-93d1-c8c38d21795c"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__0d430907-a60f-4cb6-93d1-c8c38d21795c"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__489cc209-940c-4102-a022-ece32409304c" name="variant_id" value="489cc209-940c-4102-a022-ece32409304c"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__489cc209-940c-4102-a022-ece32409304c"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e" name="variant_id" value="3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__662ffc03-d4a5-4b09-871b-6035093ae237" name="variant_id" value="662ffc03-d4a5-4b09-871b-6035093ae237"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__662ffc03-d4a5-4b09-871b-6035093ae237"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__ee49ac7f-bf39-4834-bac0-b7caf4eab493" name="variant_id" value="ee49ac7f-bf39-4834-bac0-b7caf4eab493"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__ee49ac7f-bf39-4834-bac0-b7caf4eab493"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__e132379d-d5ad-4e76-a570-87dbf85efa0e" name="variant_id" value="e132379d-d5ad-4e76-a570-87dbf85efa0e"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__e132379d-d5ad-4e76-a570-87dbf85efa0e"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__681089a6-8547-4be6-960e-e17fb75e02f4" name="variant_id" value="681089a6-8547-4be6-960e-e17fb75e02f4"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-save__681089a6-8547-4be6-960e-e17fb75e02f4"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__763c29a0-2898-4641-bbc9-a24764890a30" name="variant_id" value="763c29a0-2898-4641-bbc9-a24764890a30"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__763c29a0-2898-4641-bbc9-a24764890a30"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__f216df1a-8e7a-4135-a95f-8f93a25cd124" name="variant_id" value="f216df1a-8e7a-4135-a95f-8f93a25cd124"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__f216df1a-8e7a-4135-a95f-8f93a25cd124"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__0241a14e-beb4-417f-b583-affab38d46cf" name="variant_id" value="0241a14e-beb4-417f-b583-affab38d46cf"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__0241a14e-beb4-417f-b583-affab38d46cf"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__a29bf07e-1f69-4594-882d-fa40c586ab87" name="variant_id" value="a29bf07e-1f69-4594-882d-fa40c586ab87"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__a29bf07e-1f69-4594-882d-fa40c586ab87"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__175de838-f555-4b40-8b7f-ee130b3e9138" name="variant_id" value="175de838-f555-4b40-8b7f-ee130b3e9138"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__175de838-f555-4b40-8b7f-ee130b3e9138"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__508ba144-def2-4d70-8b4a-fc23ac37ff2c" name="variant_id" value="508ba144-def2-4d70-8b4a-fc23ac37ff2c"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__508ba144-def2-4d70-8b4a-fc23ac37ff2c"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__6a0f1663-89a6-401c-819b-16f9b7fd37aa" name="variant_id" value="6a0f1663-89a6-401c-819b-16f9b7fd37aa"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__6a0f1663-89a6-401c-819b-16f9b7fd37aa"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__6d151700-fa2b-4666-a99b-6767ad209983" name="variant_id" value="6d151700-fa2b-4666-a99b-6767ad209983"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-save__6d151700-fa2b-4666-a99b-6767ad209983"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__25d85312-15eb-444f-b7d0-ff9e9f06aa5a" name="variant_id" value="25d85312-15eb-444f-b7d0-ff9e9f06aa5a"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__25d85312-15eb-444f-b7d0-ff9e9f06aa5a"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__ca6bbee6-ead2-46a4-baa0-8209002d2d8a" name="variant_id" value="ca6bbee6-ead2-46a4-baa0-8209002d2d8a"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__ca6bbee6-ead2-46a4-baa0-8209002d2d8a"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__185dc0ac-8851-4df9-ada4-b1bca323c41d" name="variant_id" value="185dc0ac-8851-4df9-ada4-b1bca323c41d"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__185dc0ac-8851-4df9-ada4-b1bca323c41d"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__46466876-929c-4c29-a952-f24fe1973adb" name="variant_id" value="46466876-929c-4c29-a952-f24fe1973adb"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__46466876-929c-4c29-a952-f24fe1973adb"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__9cf3bf69-47a4-4b82-8daf-be7b65679734" name="variant_id" value="9cf3bf69-47a4-4b82-8daf-be7b65679734"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__9cf3bf69-47a4-4b82-8daf-be7b65679734"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__dc2886b0-03b9-46ee-a8e0-7fc8f090f382" name="variant_id" value="dc2886b0-03b9-46ee-a8e0-7fc8f090f382"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__dc2886b0-03b9-46ee-a8e0-7fc8f090f382"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__e3946e91-789e-41c0-9a62-72cef1bef2a6" name="variant_id" value="e3946e91-789e-41c0-9a62-72cef1bef2a6"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__e3946e91-789e-41c0-9a62-72cef1bef2a6"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__cc80b282-a916-4be7-882c-56ad9c05b752" name="variant_id" value="cc80b282-a916-4be7-882c-56ad9c05b752"
      @change="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save.addToCart">
    <label for="product-form-1727143149676-83cc1732-49a7-41f9-8268-0efa6ce21563-save__cc80b282-a916-4be7-882c-56ad9c05b752"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__c96403b6-3bd4-4840-aa67-f0afda7fbd75" name="variant_id" value="c96403b6-3bd4-4840-aa67-f0afda7fbd75"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__c96403b6-3bd4-4840-aa67-f0afda7fbd75"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__7d690c4b-304c-4447-8393-f425069459a1" name="variant_id" value="7d690c4b-304c-4447-8393-f425069459a1"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__7d690c4b-304c-4447-8393-f425069459a1"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__f6da9ebb-34cb-4d6b-9025-ffb13f641302" name="variant_id" value="f6da9ebb-34cb-4d6b-9025-ffb13f641302"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__f6da9ebb-34cb-4d6b-9025-ffb13f641302"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__710f9612-3ad1-46e0-8772-0bf6ae4697f6" name="variant_id" value="710f9612-3ad1-46e0-8772-0bf6ae4697f6"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__710f9612-3ad1-46e0-8772-0bf6ae4697f6"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__715de380-f7e4-4bcb-a4c7-aff63a1901cb" name="variant_id" value="715de380-f7e4-4bcb-a4c7-aff63a1901cb"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__715de380-f7e4-4bcb-a4c7-aff63a1901cb"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__a1f06989-e476-4115-a46d-b4c7240e97ac" name="variant_id" value="a1f06989-e476-4115-a46d-b4c7240e97ac"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__a1f06989-e476-4115-a46d-b4c7240e97ac"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__877066d4-04a0-4525-aa9b-bcd5954aa0b3" name="variant_id" value="877066d4-04a0-4525-aa9b-bcd5954aa0b3"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__877066d4-04a0-4525-aa9b-bcd5954aa0b3"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__d26be2ca-15ba-47a3-a2a2-fd6f989a7de6" name="variant_id" value="d26be2ca-15ba-47a3-a2a2-fd6f989a7de6"
      @change="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save.addToCart">
    <label for="product-form-1727143149676-eebe8fe4-a336-4dac-9ad2-2c87c275b166-save__d26be2ca-15ba-47a3-a2a2-fd6f989a7de6"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__4eb1d54b-1a91-4909-a1cd-18f2c8973193" name="variant_id" value="4eb1d54b-1a91-4909-a1cd-18f2c8973193"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__4eb1d54b-1a91-4909-a1cd-18f2c8973193"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__238f1187-b206-4eb0-9024-dd68799b8b15" name="variant_id" value="238f1187-b206-4eb0-9024-dd68799b8b15"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__238f1187-b206-4eb0-9024-dd68799b8b15"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__0688928e-f164-4034-a00a-ece92f408bac" name="variant_id" value="0688928e-f164-4034-a00a-ece92f408bac"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__0688928e-f164-4034-a00a-ece92f408bac"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__1b303c84-6f8c-4c2e-8b83-cbb7447bbe5b" name="variant_id" value="1b303c84-6f8c-4c2e-8b83-cbb7447bbe5b"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__1b303c84-6f8c-4c2e-8b83-cbb7447bbe5b"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__9e489702-a74d-4de3-aa82-4547561a6c0d" name="variant_id" value="9e489702-a74d-4de3-aa82-4547561a6c0d"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__9e489702-a74d-4de3-aa82-4547561a6c0d"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__7aaf0026-296d-4c12-b38b-699050d3474a" name="variant_id" value="7aaf0026-296d-4c12-b38b-699050d3474a"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__7aaf0026-296d-4c12-b38b-699050d3474a"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__e0f82b26-f2fc-4027-ae63-d3188d2a84ea" name="variant_id" value="e0f82b26-f2fc-4027-ae63-d3188d2a84ea"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__e0f82b26-f2fc-4027-ae63-d3188d2a84ea"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__f041d86d-6da0-4221-8aa0-a76215d64005" name="variant_id" value="f041d86d-6da0-4221-8aa0-a76215d64005"
      @change="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save.addToCart">
    <label for="product-form-1727143149676-0d89e7e9-5a4e-41d4-b44d-3334357570a4-save__f041d86d-6da0-4221-8aa0-a76215d64005"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__c3fd477c-fa70-4d4d-b64e-9c7fd83c91dd" name="variant_id" value="c3fd477c-fa70-4d4d-b64e-9c7fd83c91dd"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__c3fd477c-fa70-4d4d-b64e-9c7fd83c91dd"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__b6b380d5-d5b5-4a26-af43-363afdfa7890" name="variant_id" value="b6b380d5-d5b5-4a26-af43-363afdfa7890"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__b6b380d5-d5b5-4a26-af43-363afdfa7890"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__13cd7a47-7178-497c-828d-f37c7d5ae3ce" name="variant_id" value="13cd7a47-7178-497c-828d-f37c7d5ae3ce"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__13cd7a47-7178-497c-828d-f37c7d5ae3ce"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__e6b390ec-9f6d-4714-933c-b9dc17c94df6" name="variant_id" value="e6b390ec-9f6d-4714-933c-b9dc17c94df6"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__e6b390ec-9f6d-4714-933c-b9dc17c94df6"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__78861d2d-aff7-4c46-8499-bd790c0d14d4" name="variant_id" value="78861d2d-aff7-4c46-8499-bd790c0d14d4"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__78861d2d-aff7-4c46-8499-bd790c0d14d4"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__af23f037-6a5d-4f9c-92b8-389f84f8894d" name="variant_id" value="af23f037-6a5d-4f9c-92b8-389f84f8894d"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__af23f037-6a5d-4f9c-92b8-389f84f8894d"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__33432382-42a1-4ac1-b58a-c5fa6c469ce5" name="variant_id" value="33432382-42a1-4ac1-b58a-c5fa6c469ce5"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__33432382-42a1-4ac1-b58a-c5fa6c469ce5"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__869a6c2d-0638-4282-8ab6-7d7f7a304ce7" name="variant_id" value="869a6c2d-0638-4282-8ab6-7d7f7a304ce7"
      @change="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save.addToCart">
    <label for="product-form-1727143149676-35d22cef-c12c-4a05-b920-fbb94a8b2e3b-save__869a6c2d-0638-4282-8ab6-7d7f7a304ce7"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__42f9b1b1-27bc-48c9-b468-484285fee9db" name="variant_id" value="42f9b1b1-27bc-48c9-b468-484285fee9db"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__42f9b1b1-27bc-48c9-b468-484285fee9db"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__fe78157a-aef9-4722-b097-814e9b83d331" name="variant_id" value="fe78157a-aef9-4722-b097-814e9b83d331"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__fe78157a-aef9-4722-b097-814e9b83d331"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__55cf032e-1961-4143-abdf-cdb053418c5d" name="variant_id" value="55cf032e-1961-4143-abdf-cdb053418c5d"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__55cf032e-1961-4143-abdf-cdb053418c5d"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__95858043-d5df-4121-9c80-3c1b7219e9b0" name="variant_id" value="95858043-d5df-4121-9c80-3c1b7219e9b0"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__95858043-d5df-4121-9c80-3c1b7219e9b0"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__62feca89-199b-48de-8c1a-bd26eaae9be2" name="variant_id" value="62feca89-199b-48de-8c1a-bd26eaae9be2"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__62feca89-199b-48de-8c1a-bd26eaae9be2"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__669af75c-86a4-4122-a695-6d5140286d17" name="variant_id" value="669af75c-86a4-4122-a695-6d5140286d17"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__669af75c-86a4-4122-a695-6d5140286d17"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__2f18ede4-eada-44d4-9919-590c8c130e5f" name="variant_id" value="2f18ede4-eada-44d4-9919-590c8c130e5f"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__2f18ede4-eada-44d4-9919-590c8c130e5f"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__cbf0e6f8-680b-4b39-a581-49772c6a2d9c" name="variant_id" value="cbf0e6f8-680b-4b39-a581-49772c6a2d9c"
      @change="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md.addToCart">
    <label for="product-form-1727143149676-ed0e1361-b29a-40ff-8eb6-f99fd9a5cbae-md__cbf0e6f8-680b-4b39-a581-49772c6a2d9c"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__4d26b869-47ca-46d1-a9a0-7cbbe338fd60" name="variant_id" value="4d26b869-47ca-46d1-a9a0-7cbbe338fd60"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__4d26b869-47ca-46d1-a9a0-7cbbe338fd60"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__d7d2afee-65a9-4d96-96cb-48551134d6ac" name="variant_id" value="d7d2afee-65a9-4d96-96cb-48551134d6ac"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__d7d2afee-65a9-4d96-96cb-48551134d6ac"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__95c73ac3-06d2-4824-9be1-c655e597e160" name="variant_id" value="95c73ac3-06d2-4824-9be1-c655e597e160"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__95c73ac3-06d2-4824-9be1-c655e597e160"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__da30d73d-2cb6-40dd-92d7-18f126bbf88d" name="variant_id" value="da30d73d-2cb6-40dd-92d7-18f126bbf88d"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__da30d73d-2cb6-40dd-92d7-18f126bbf88d"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__fe553b9b-c488-440b-a2bb-64849bda6ca0" name="variant_id" value="fe553b9b-c488-440b-a2bb-64849bda6ca0"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__fe553b9b-c488-440b-a2bb-64849bda6ca0"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__4569defb-32e5-437d-ae63-8ef27df2d190" name="variant_id" value="4569defb-32e5-437d-ae63-8ef27df2d190"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__4569defb-32e5-437d-ae63-8ef27df2d190"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__9dc97fff-0da3-4aee-8dda-37d014aa39b3" name="variant_id" value="9dc97fff-0da3-4aee-8dda-37d014aa39b3"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__9dc97fff-0da3-4aee-8dda-37d014aa39b3"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__42a23cab-de89-4b3f-b240-fbe517fc43d3" name="variant_id" value="42a23cab-de89-4b3f-b240-fbe517fc43d3"
      @change="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md.addToCart">
    <label for="product-form-1727143149676-f1e16c77-0376-46dc-8d9f-757ef174693d-md__42a23cab-de89-4b3f-b240-fbe517fc43d3"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3" name="variant_id" value="4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__4f15d7fa-1761-422f-83b1-8d8d7ae59ed3"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__0d430907-a60f-4cb6-93d1-c8c38d21795c" name="variant_id" value="0d430907-a60f-4cb6-93d1-c8c38d21795c"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__0d430907-a60f-4cb6-93d1-c8c38d21795c"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__489cc209-940c-4102-a022-ece32409304c" name="variant_id" value="489cc209-940c-4102-a022-ece32409304c"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__489cc209-940c-4102-a022-ece32409304c"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e" name="variant_id" value="3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__662ffc03-d4a5-4b09-871b-6035093ae237" name="variant_id" value="662ffc03-d4a5-4b09-871b-6035093ae237"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__662ffc03-d4a5-4b09-871b-6035093ae237"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__ee49ac7f-bf39-4834-bac0-b7caf4eab493" name="variant_id" value="ee49ac7f-bf39-4834-bac0-b7caf4eab493"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__ee49ac7f-bf39-4834-bac0-b7caf4eab493"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__e132379d-d5ad-4e76-a570-87dbf85efa0e" name="variant_id" value="e132379d-d5ad-4e76-a570-87dbf85efa0e"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__e132379d-d5ad-4e76-a570-87dbf85efa0e"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__681089a6-8547-4be6-960e-e17fb75e02f4" name="variant_id" value="681089a6-8547-4be6-960e-e17fb75e02f4"
      @change="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md.addToCart">
    <label for="product-form-1727143149676-0332b02b-a348-4799-b2c6-df865a4ef446-md__681089a6-8547-4be6-960e-e17fb75e02f4"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form is="spz-form" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__form">
  <div class="product_snippet__atc_tooltip_content">
    <input type="radio" name="variant_id" value="" checked="">
    <label disabled="">Choose an option</label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__763c29a0-2898-4641-bbc9-a24764890a30" name="variant_id" value="763c29a0-2898-4641-bbc9-a24764890a30"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__763c29a0-2898-4641-bbc9-a24764890a30"> S/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__f216df1a-8e7a-4135-a95f-8f93a25cd124" name="variant_id" value="f216df1a-8e7a-4135-a95f-8f93a25cd124"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__f216df1a-8e7a-4135-a95f-8f93a25cd124"> M/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__0241a14e-beb4-417f-b583-affab38d46cf" name="variant_id" value="0241a14e-beb4-417f-b583-affab38d46cf"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__0241a14e-beb4-417f-b583-affab38d46cf"> L/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__a29bf07e-1f69-4594-882d-fa40c586ab87" name="variant_id" value="a29bf07e-1f69-4594-882d-fa40c586ab87"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__a29bf07e-1f69-4594-882d-fa40c586ab87"> XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__175de838-f555-4b40-8b7f-ee130b3e9138" name="variant_id" value="175de838-f555-4b40-8b7f-ee130b3e9138"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__175de838-f555-4b40-8b7f-ee130b3e9138"> 2XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__508ba144-def2-4d70-8b4a-fc23ac37ff2c" name="variant_id" value="508ba144-def2-4d70-8b4a-fc23ac37ff2c"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__508ba144-def2-4d70-8b4a-fc23ac37ff2c"> 3XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__6a0f1663-89a6-401c-819b-16f9b7fd37aa" name="variant_id" value="6a0f1663-89a6-401c-819b-16f9b7fd37aa"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__6a0f1663-89a6-401c-819b-16f9b7fd37aa"> 4XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
    <input type="radio" id="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__6d151700-fa2b-4666-a99b-6767ad209983" name="variant_id" value="6d151700-fa2b-4666-a99b-6767ad209983"
      @change="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md.addToCart">
    <label for="product-form-1727143149676-83063391-e3d4-4720-bd34-f9797313d1ce-md__6d151700-fa2b-4666-a99b-6767ad209983"> 5XL/<span class="money product-snippet__price notranslate">€23.92</span>
    </label>
  </div>
</form>

<form>
  <div class="quick-shop-content rounded-global-small">
    <div class="quick-shop-inner-content">
      <spz-variants name="quick-shop-variant" id="quick-shop-variants" class="pointer-events-none" layout="container" template="quick-shop-variant-template" spz-if="${product_options &amp;&amp; product_options.length > 0}"
        @mouseout="${mouse_out_event}" interact="hover" interference="" ${mouse_over_event}=""></spz-variants>
      <button class="relative mt-5 lg:mt-6 button-primary flex items-center justify-center body-plus-2  type-text-font-family rounded-btn quick-shop_atc_btn" type="button" role="addToCart" data-track="click" data-track-content="add_to_cart"
        data-track-source="add_to_cart">
        <span role="content">${statusLan}</span>
        <spz-render id="quick-shop-btn-price" layout="container" template="quick-shop-button-price-template" manual=""></spz-render>
        <div class="loading items-center justify-center absolute inset-0" role="loading" show="">
          <div class="loading-bounce"></div>
        </div>
      </button>
    </div>
  </div>
</form>

<form>
  <div class="quick-shop-content rounded-global-small">
    <div class="quick-shop-inner-content">
      <spz-variants name="quick-shop-variant" id="quick-shop-variants" class="pointer-events-none" layout="container" template="quick-shop-variant-template" spz-if="${product_options &amp;&amp; product_options.length > 0}"
        @mouseout="${mouse_out_event}" interact="hover" interference="" ${mouse_over_event}=""></spz-variants>
      <button class="relative mt-5 lg:mt-6 button-primary flex items-center justify-center body-plus-2  type-text-font-family rounded-btn quick-shop_atc_btn" type="button" role="addToCart" data-track="click" data-track-content="add_to_cart"
        data-track-source="add_to_cart">
        <span role="content">${statusLan}</span>
        <spz-render id="quick-shop-btn-price" layout="container" template="quick-shop-button-price-template" manual=""></spz-render>
        <div class="loading items-center justify-center absolute inset-0" role="loading" show="">
          <div class="loading-bounce"></div>
        </div>
      </button>
    </div>
  </div>
</form>

<form class="">
  <div class="zb-flex">
    <a href="${product.url}?${toQuery({ aid: 'smart_recommend.2.' + data.id, ifb: product.ifb || '', cfb: product.cfb || '', scm: product.scm || data.scm || '', ssp: data.ssp || '' })}" impr="1" imprevt="1" class="zb-w-[132px] zb-mr-4 rtl:zb-ml-4 rtl:zb-mr-0" data-prdct="${product.id}" data-ifb="${product.ifb || ''}" data-cfb="${product.cfb || ''}" data-scm="${product.scm || data.scm || ''}" data-spm="${productIndex}"> <ljs-render layout="container" id="smart_cart_pop_image_${product.id}" template="smart_cart_pop_image_template" manual=""></ljs-render> </a>
    <div class="zb-flex zb-flex-col zb-flex-grow zb-justify-between">
      <div>
        <div class="zb-line-clamp-2 zb-text-sm zb-mb-2">${product.title}</div> <ljs-render layout="container" id="smart_cart_pop_price_${product.id}" template="smart_cart_pop_price_template" manual=""></ljs-render>
      </div>
      <div>
        <div class="zb-relative zb-w-full zb-cursor-pointer">
          <div class="zb-border zb-border-solid zb-border-[#eee] zb-px-3 zb-py-[10px] zb-flex zb-items-center zb-justify-between zb-font-semibold zb-text-sm zb-rounded-sm"
            @tap="smart_pop_variant-select-${product.id}.toggleClass(class=zb-rotate-180);smart_cart_pop_variant_${product.id}_mobile.toggleClass(class=zb-hidden);smart_cart_pop_variant_${product.id}_pc.toggleClass(class=smart_cart_pop_variant_pc_show,force=true);smart_cart_pop_variant_modal_${product.id}.open"
            spz-if="${!!(product.options &amp;&amp; product.options.length &amp;&amp; product.options.length > 0) &amp;&amp; data.config.variant_select_visible}"> <ljs-render manual="" layout="container" id="smart_cart_pop_variant_text_${product.id}"
              template="smart_cart_pop_variant_text_template"></ljs-render> <svg id="smart_pop_variant-select-${product.id}" width="12" height="8" class="zb-ml-2" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M6.00002 7.06738C6.19244 7.06775 6.38498 6.99453 6.5318 6.84772C6.54504 6.83447 6.55769 6.82086 6.56973 6.8069L11.1251 2.25152C11.418 1.95863 11.418 1.48375 11.1251 1.19086C10.8322 0.897968 10.3573 0.897968 10.0645 1.19086L6.00003 5.25529L1.9356 1.19086C1.64271 0.897968 1.16784 0.897968 0.874943 1.19086C0.58205 1.48375 0.58205 1.95863 0.874943 2.25152L5.43033 6.8069C5.44237 6.82086 5.45502 6.83447 5.46826 6.84772C5.61507 6.99453 5.8076 7.06775 6.00002 7.06738Z"
                fill="#0A1533"></path>
            </svg> </div> <ljs-lightbox layout="nodisplay" disable-unmount="" class="smart_cart_pop_lightbox_pc" id="smart_cart_pop_variant_modal_${product.id}" @close="smart_pop_variant-select-${product.id}.toggleClass(class=zb-rotate-180);">
            <div id="smart_cart_pop_variant_${product.id}_pc" class="zb-hidden"><ljs-variants id="smart_cart_pop_variants_${product.id}"
                class="md:!zb-absolute md:zb-top-[50px] md:zb-w-full md:zb-left-0 md:zb-z-30 md:zb-bg-white zb-max-h-[280px] zb-overflow-y-auto md:zb-shadow-pop" layout="container" template="smart_cart_pop_variant_template"
                onclick="event.stopPropagation()" disabled-dj-event="" interference=""> </ljs-variants></div>
          </ljs-lightbox>
        </div>
        <div class="zb-mt-3"> <button product-id="${product.id}" id="smart_cart_pop_atc_btn_${product.id}"
            class="zb-flex zb-items-center zb-justify-center zb-w-full zb-text-white zb-py-[10px] zb-h-9 zb-text-xs zb-font-normal zb-border-none zb-rounded-[4px] smart_cart_pop_atc_btn_bg" type="button" role="addToCart"
            @tap="smart_cart_pop_loading_${product.id}.toggleClass(class=zb-hidden);smart_cart_pop_atc_${product.id}.toggleClass(class=zb-hidden);smart_cart_pop_atc_btn_${product.id}.toggleClass(class=zb-pointer-events-none);custom-func.addATCHook(activity_id='${data.id}',ifb='${product.ifb}',cfb='${product.cfb}',scm='${product.scm || data.scm}',ssp='${data.ssp}',spm='${data.spmBase}.${productIndex}')">
            <ljs-render layout="container" id="smart_cart_pop_atc_${product.id}" template="smart_cart_pop_atc_template" mamual="" class="notranslate"> </ljs-render>
            <div id="smart_cart_pop_added_${product.id}" class="zb-hidden"><span class="zb-flex zb-justify-center zb-gap-1"><svg width="14" height="15" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
                  <path
                    d="M8 16.5006C3.58171 16.5006 0 12.9183 0 8.5C0 4.08171 3.58171 0.5 8 0.5C12.4183 0.5 16 4.08171 16 8.5C16 12.9183 12.4183 16.5006 8 16.5006ZM8 2.04344C4.21314 2.04344 1.54287 4.71371 1.54287 8.50057C1.54287 12.2874 4.21314 14.9577 8 14.9577C11.7869 14.9577 14.4571 12.2874 14.4571 8.50057C14.4571 4.71371 11.7869 2.04344 8 2.04344ZM7.26057 11.1909L7.12229 11.3286L7.09543 11.3017C7.02286 11.336 6.94286 11.3577 6.85714 11.3577C6.73543 11.3577 6.62857 11.3109 6.536 11.2463L6.52229 11.2594L6.45371 11.1909C6.45314 11.1903 6.45314 11.1903 6.45257 11.1897L4.09771 8.83486L4.90629 8.02686L6.85714 9.97771L11.1629 5.67143L11.9714 6.48L7.26171 11.1897C7.26114 11.1903 7.26114 11.1903 7.26057 11.1909Z"
                    fill="white"></path>
                </svg>Added</span></div>
            <div id="smart_cart_pop_loading_${product.id}" class="zb-hidden">
              <div class="smart_cart_pop_loading"></div>
            </div>
          </button> </div>
      </div>
    </div>
  </div>
  <div id="smart_cart_pop_variant_${product.id}_mobile" class="zb-hidden md:zb-hidden"><ljs-variants id="smart_cart_pop_variants_${product.id}"
      class="md:!zb-absolute md:zb-top-[50px] md:zb-w-full md:zb-left-0 md:zb-z-30 md:zb-bg-white zb-max-h-[280px] zb-overflow-y-auto md:zb-shadow-pop" layout="container" template="smart_cart_pop_variant_template" onclick="event.stopPropagation()"
      disabled-dj-event="" interference=""> </ljs-variants></div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

${(function(){ const get_random_six_digits = () => { return
Math.random().toString().slice(-6) }; const wholesale_enabled = false; const
setting_product_image_display = "natural"; const product_image = data.image;
const secondary_image = data.secondImage; const image_width =
product_image.width; let image_height = product_image.height;
if(setting_product_image_display == '100%'){ image_height = image_width }else
if(setting_product_image_display == '133.33%'){ image_height = image_width *
1.3333; }; const product_image_hover_on = true && !!secondary_image.src; const
has_save_label = true && ((+data.compare_at_price) > (+data.price)); const
is_single_variant = data.variants.length == 1; const min_price_variant_href =
(data.min_price_variant && data.min_price_variant.available) ?
data.min_price_variant.withinUrl : data.withinUrl; const retail_price_max =
data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE =
3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const
image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id
= 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id =
'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' +
get_random_six_digits(); const mixed_wholesale = data.mixed_wholesale; return `
${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Save ` : '' }`
: "Sold out" }
Mixed Lot


${DATA.TITLE}

${ data.price_min != data.price_max ? `From ` : ` ` }
+${data.remainInvisibleThumbCount}
Add to cart
Add to cart
Choose an option ${variant.title}/
Sold out ` })()}

Free Shipping Orders $69+




Free Shipping Orders $69+


TAKECHIC


Search
${item}
Recently searched
 * ${item}

Hot searches
 * 
   ${item.word}


Results
${item.highlightHtml}
const TAG = 'spz-custom-smart-search-location'; const
SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const
THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960;
const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement {
constructor(element) { super(element); this.mobileHeaderPluginParentEle = null;
} static deferredMount() { return false; } isLayoutSupported(layout) { return
layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init();
this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) {
return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch();
console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self
=== window.top && !window.__isLoadAppSmartSearch__) {
window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if
(this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else {
this.addMobileSmartSearch(); } } listenerResize() {
window.removeEventListener('resize', window.smartSearchResizeCallback);
window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => {
this.init(); }, DELAY ); window.addEventListener('resize',
window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList =
window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return
mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek',
'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); }
showMobileSmartSearch() { this.mobileHeaderPluginParentEle =
this.getMobileHeaderPluginParentEle();
this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); }
getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = {
nova: '.header__mobile #header__plugin-container', hero: '.header__icons
.tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile
#header__plugin-container', wind: '#header-icons
.flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const
headerPluginParentSelector = this.combineMultipleSelectors(
Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return
document.querySelector(headerPluginParentSelector); }
setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) {
return; } const containHidden = pluginParentEle.classList.contains('md:hidden');
const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if
(containHidden || containTwHidden) {
Array.from(pluginParentEle.children).forEach((pluginElement) => { if
(!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display =
'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); }
else { const smartSearchPluginElement =
Array.from(pluginParentEle.children).find( (pluginElement) => { return
this.hasSmartSearchPlugin(pluginElement); } );
smartSearchPluginElement.style.display = 'block'; } }
hasSmartSearchPlugin(pluginElement) { return (
pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) ||
pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length
> 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle =
this.getMobileHeaderIconsEle(); this.smartSearchWrapEle =
this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); }
getMobileHeaderIconsEle() { // Must be the parent element of the plugin const
MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container
.flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout
.header__icons', boost: '.header__mobile-bottom
.tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector
= this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) );
return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() {
const smartSearchWrapEle =
document.querySelector(this.getSmartSearchWrapSelector()); if
(!smartSearchWrapEle) { return null; } return smartSearchWrapEle; }
appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; }
this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin',
this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION
= { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of
ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = {
[PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash:
'#menu-drawer .plugin__header-content', boost: '.header__drawer' },
[PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash:
'#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } };
const MbPluginPositionInTheme = [
...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]),
...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ];
return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if
(pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if
(pre.includes(ancestor)) { return pre; } return `${pre},${ancestor}
.app-smart-product-search-wrap`; }, ''); }
combineMultipleSelectors(selectorList) { return selectorList.reduce((pre,
selector) => { if (pre === '') { return `${selector}`; } if
(pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); }
} SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);

Powered by Google Übersetzer
Bahasa
Indonesia,English,Deutsch,Français,한국어,Español,Português,日本語,العربية,Русский,Italiano,Polski,Nederlands,svenska,norsk,Lietuvis,Latvietis,Suomalainen,Ελληνικά,dansk,Magyar
EUR
 * United States Dollars (USD)
 * Euro (EUR)
 * United Kingdom Pounds (GBP)
 * Canadian Dollars (CAD)
 * Afghan Afghani (AFN)
 * Albanian Lek (ALL)
 * Algerian Dinar (DZD)
 * Angolan Kwanza (AOA)
 * Argentine Pesos (ARS)
 * Armenian Dram (AMD)
 * Aruban Florin (AWG)
 * Australian Dollars (AUD)
 * Barbadian Dollar (BBD)
 * Azerbaijani Manat (AZN)
 * Bangladesh Taka (BDT)
 * Bahamian Dollar (BSD)
 * Bahraini Dinar (BHD)
 * Belarusian Ruble (BYN)
 * Belize Dollar (BZD)
 * Bhutanese Ngultrum (BTN)
 * Bosnia and Herzegovina Convertible Mark (BAM)
 * Brazilian Real (BRL)
 * Bolivian Boliviano (BOB)
 * Botswana Pula (BWP)
 * Brunei Dollar (BND)
 * Bulgarian Lev (BGN)
 * Burmese Kyat (MMK)
 * Cambodian Riel (KHR)
 * Cape Verdean escudo (CVE)
 * Cayman Dollars (KYD)
 * Central African CFA Franc (XAF)
 * Chilean Peso (CLP)
 * Chinese Yuan Renminbi (CNY)
 * Colombian Peso (COP)
 * Comorian Franc (KMF)
 * Congolese franc (CDF)
 * Costa Rican Colones (CRC)
 * Croatian Kuna (HRK)
 * Czech Koruny (CZK)
 * Danish Kroner (DKK)
 * Dominican Peso (DOP)
 * East Caribbean Dollar (XCD)
 * Egyptian Pound (EGP)
 * Ethiopian Birr (ETB)
 * CFP Franc (XPF)
 * Fijian Dollars (FJD)
 * Gambian Dalasi (GMD)
 * Ghanaian Cedi (GHS)
 * Guatemalan Quetzal (GTQ)
 * Guyanese Dollar (GYD)
 * Georgian Lari (GEL)
 * Haitian Gourde (HTG)
 * Honduran Lempira (HNL)
 * Hong Kong Dollars (HKD)
 * Hungarian Forint (HUF)
 * Icelandic Kronur (ISK)
 * Indian Rupees (INR)
 * Indonesian Rupiah (IDR)
 * Israeli New Shekel (NIS)
 * Jamaican Dollars (JMD)
 * Japanese Yen (JPY)
 * Jersey Pound (JEP)
 * Jordanian Dinar (JOD)
 * Kazakhstani Tenge (KZT)
 * Kenyan Shilling (KES)
 * Kuwaiti Dinar (KWD)
 * Kyrgyzstani Som (KGS)
 * Laotian Kip (LAK)
 * Latvian Lati (LVL)
 * Lebanese Pounds (LBP)
 * Lesotho Loti (LSL)
 * Liberian Dollar (LRD)
 * Malagasy Ariary (MGA)
 * Macedonia Denar (MKD)
 * Macanese Pataca (MOP)
 * Malawian Kwacha (MWK)
 * Maldivian Rufiyaa (MVR)
 * Mexican Pesos (MXN)
 * Malaysian Ringgits (MYR)
 * Mauritian Rupee (MUR)
 * Moldovan Leu (MDL)
 * Moroccan Dirham (MAD)
 * Mongolian Tugrik (MNT)
 * Mozambican Metical (MZN)
 * Namibian Dollar (NAD)
 * Nepalese Rupee (NPR)
 * Netherlands Antillean Guilder (ANG)
 * New Zealand Dollars (NZD)
 * Nicaraguan Córdoba (NIO)
 * Nigerian Naira (NGN)
 * Norwegian Kroner (NOK)
 * Omani Rial (OMR)
 * Pakistani Rupee (PKR)
 * Papua New Guinean Kina (PGK)
 * Paraguayan Guarani (PYG)
 * Peruvian Nuevo Sol (PEN)
 * Philippine Peso (PHP)
 * Polish Zlotych (PLN)
 * Qatari Rial (QAR)
 * Romanian Lei (RON)
 * Russian Rubles (RUB)
 * Rwandan Franc (RWF)
 * Samoan Tala (WST)
 * Saudi Riyal (SAR)
 * Sao Tome And Principe Dobra (STD)
 * Serbian dinar (RSD)
 * Seychellois Rupee (SCR)
 * Singapore Dollars (SGD)
 * Sudanese Pound (SDG)
 * Syrian Pound (SYP)
 * South African Rand (ZAR)
 * South Korean Won (KRW)
 * South Sudanese Pound (SSP)
 * Solomon Islands Dollar (SBD)
 * Sri Lankan Rupees (LKR)
 * Surinamese Dollar (SRD)
 * Swazi Lilangeni (SZL)
 * Swedish Kronor (SEK)
 * Swiss Francs (CHF)
 * Taiwan Dollars (TWD)
 * Thai baht (THB)
 * Tanzanian Shilling (TZS)
 * Trinidad and Tobago Dollars (TTD)
 * Tunisian Dinar (TND)
 * Turkish Lira (TRY)
 * Turkmenistani Manat (TMT)
 * Ugandan Shilling (UGX)
 * Ukrainian Hryvnia (UAH)
 * United Arab Emirates Dirham (AED)
 * Uruguayan Pesos (UYU)
 * Uzbekistan som (UZS)
 * Vanuatu Vatu (VUV)
 * Venezuelan Bolivares (VEF)
 * Vietnamese đồng (VND)
 * West African CFA franc (XOF)
 * Yemeni Rial (YER)
 * Zambian Kwacha (ZMW)

 * Log in
 * Create an account

${data.data && data.data.count}

 * HOME
 * Hot sale
 * 🎅Sweatshirt
    * Sweatshirt-Germany Lapel sweater Crew Neck Sweater lord Dragon
    * 🍺Beer Series Coors Jagermeister Asbach Augustiner Tanqueray Radelerger
      Veterano Blue Moon Ur-Krostitzer
   
   
   FASHION CHRISTMAS UGLY SWEATER A0F9
   
   €23.92 Add to cart
   Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
   4XL/€23.92 5XL/€23.92
 * Oktoberfest jacket
 * Oktoberfest Suit
   Oktoberfest Jacket Suit
   
   Save €33.26 Save €33.26
   
   
   CHRISTMAS 1/4 ZIP STAND FLEECE COLLAR THICK SWEATSHIRT & SWEATPANT SET B30B
   
   €49.89 €83.16 Add to cart
   Choose an option S/€49.89€83.16 M/€49.89€83.16 L/€49.89€83.16 XL/€49.89€83.16
   2XL/€49.89€83.16 3XL/€49.89€83.16 4XL/€49.89€83.16 5XL/€49.89€83.16
 * Men‘s tops
   Sets
   coat
   
   Save €25.25 Save €25.25
   
   
   ROMAN MYTHOLOGY SUN, MOON EMBROIDERED PONGEE JACKET 5EC3
   
   €42.50 €67.76 Add to cart
   Choose an option S/€42.50€67.76 M/€42.50€67.76 L/€42.50€67.76 XL/€42.50€67.76
   2XL/€42.50€67.76 3XL/€42.50€67.76 4XL/€42.50€67.76 5XL/€42.50€67.76
 * Robe🎃
 * Bottoms
 * NEW IN
 * More links
   ${(function(){ const formatLinks = (links) => { return links.map(link => {
   link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr =
   link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ?
   `href="${link.url}"` : ''; if(link.children && link.children.length){
   link.children = formatLinks(link.children); } return link; }) }; const tags =
   "{}"; let linkList = [ { id: 68880313, title: "HOME", url: "\/", target: "",
   levels: 0, product0: null || {}, children: [ ] }, { id: 68880315, title: "Hot
   sale", url: "\/collections\/sweatshirt", target: "_blank", levels: 0,
   product0: null || {}, children: [ ] }, { id: 68880317, title:
   "\ud83c\udf85Sweatshirt", url: "\/collections\/sweatshirt", target: "_blank",
   levels: 2, product0:
   {"id":"0332b02b-a348-4799-b2c6-df865a4ef446","title":"Fashion Christmas ugly
   sweater
   a0f9","brief":"","vendor":"","vendor_url":"","has_only_default_variant":false,"requires_shipping":true,"taxable":true,"published":true,"handle":"fashion-christmas-ugly-sweater-a0f9","spu":"JC-240902-240903008","need_variant_image":true,"updated_at":"2024-09-11T06:38:51Z","created_at":"2024-09-03T08:39:03Z","mixed_wholesale":false,"min_price_variant":{"id":"4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":""},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":0},"tags":"JC-240902","available":true,"price_min":"25.89","price":"25.89","price_max":"25.89","compare_at_price_min":"19.98","compare_at_price":"19.98","compare_at_price_max":"19.98","retail_price_min":"19.98","retail_price_max":"19.98","url":"\/products\/fashion-christmas-ugly-sweater-a0f9","published_at":"2024-09-03T08:39:03Z","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"options":[{"id":"8e3dbf7b-c01c-40f3-8212-fe5b09afefd3","name":"size","position":1,"values":["S","M","L","XL","2XL","3XL","4XL","5XL"]}],"variants":[{"id":"4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"0d430907-a60f-4cb6-93d1-c8c38d21795c","title":"M","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-M","barcode":"","position":2,"option1":"M","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=0d430907-a60f-4cb6-93d1-c8c38d21795c","available_quantity":999999999,"options":[{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"489cc209-940c-4102-a022-ece32409304c","title":"L","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-L","barcode":"","position":3,"option1":"L","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=489cc209-940c-4102-a022-ece32409304c","available_quantity":999999999,"options":[{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e","title":"XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-XL","barcode":"","position":4,"option1":"XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e","available_quantity":999999999,"options":[{"name":"size","value":"XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"662ffc03-d4a5-4b09-871b-6035093ae237","title":"2XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-2XL","barcode":"","position":5,"option1":"2XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=662ffc03-d4a5-4b09-871b-6035093ae237","available_quantity":999999999,"options":[{"name":"size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"ee49ac7f-bf39-4834-bac0-b7caf4eab493","title":"3XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-3XL","barcode":"","position":6,"option1":"3XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=ee49ac7f-bf39-4834-bac0-b7caf4eab493","available_quantity":999999999,"options":[{"name":"size","value":"3XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"e132379d-d5ad-4e76-a570-87dbf85efa0e","title":"4XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-4XL","barcode":"","position":7,"option1":"4XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=e132379d-d5ad-4e76-a570-87dbf85efa0e","available_quantity":999999999,"options":[{"name":"size","value":"4XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"681089a6-8547-4be6-960e-e17fb75e02f4","title":"5XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-5XL","barcode":"","position":8,"option1":"5XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=681089a6-8547-4be6-960e-e17fb75e02f4","available_quantity":999999999,"options":[{"name":"size","value":"5XL"}],"off_ratio":0,"flashsale_info":[],"sales":null}],"images":[{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1}],"retail_price":"19.98","off_ratio":0,"price_varies":true}
   || {}, children: [ { title: "Sweatshirt-Germany", url:
   "\/collections\/sweatshirt-dd", target: "", levels: 1, children: [ { title:
   "Lapel sweater", url: "\/collections\/lapel-sweater", target: "", levels: 0,
   }, { title: "Crew Neck Sweater", url: "\/collections\/crew-neck-sweater",
   target: "", levels: 0, }, { title: "lord", url: "\/collections\/lord",
   target: "", levels: 0, }, { title: "Dragon", url: "\/collections\/dragon",
   target: "", levels: 0, }, ] }, { title: "\ud83c\udf7aBeer Series", url: "",
   target: "", levels: 1, children: [ { title: "Coors", url:
   "\/collections\/coors", target: "", levels: 0, }, { title: "Jagermeister",
   url: "\/collections\/jagermeister", target: "", levels: 0, }, { title:
   "Asbach", url: "\/collections\/asbach", target: "", levels: 0, }, { title:
   "Augustiner", url: "\/collections\/augustiner", target: "", levels: 0, }, {
   title: "Tanqueray", url: "\/collections\/tanqueray", target: "", levels: 0,
   }, { title: "Radelerger", url: "\/collections\/radelerger", target: "",
   levels: 0, }, { title: "Veterano", url: "\/collections\/veterano", target:
   "", levels: 0, }, { title: "Blue Moon", url: "\/collections\/blue-moon",
   target: "", levels: 0, }, { title: "Ur-Krostitzer", url:
   "\/collections\/ur-krostitzer", target: "", levels: 0, }, ] }, ] }, { id:
   68880349, title: "Oktoberfest jacket", url:
   "\/collections\/oktoberfest-jacket", target: "_blank", levels: 0, product0:
   null || {}, children: [ ] }, { id: 68880351, title: "Oktoberfest Suit", url:
   "\/collections\/suit", target: "_blank", levels: 1, product0:
   {"id":"408e1f54-08a5-4ba2-a337-8799afb0b88b","title":"Christmas 1\/4 Zip
   Stand Fleece Collar Thick Sweatshirt & Sweatpant Set
   b30b","brief":"","vendor":"","vendor_url":"","has_only_default_variant":false,"requires_shipping":true,"taxable":true,"published":true,"handle":"christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b","spu":"24134z-241024010","need_variant_image":true,"updated_at":"2024-10-24T08:53:32Z","created_at":"2024-10-24T08:53:32Z","mixed_wholesale":false,"min_price_variant":{"id":"dbcd4b0d-3c17-4106-afdc-c697cc5772dd","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":0,"height":0,"alt":""},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=dbcd4b0d-3c17-4106-afdc-c697cc5772dd","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":40},"tags":"24134z","available":true,"price_min":"53.99","price":"53.99","price_max":"53.99","compare_at_price_min":"89.98","compare_at_price":"89.98","compare_at_price_max":"89.98","retail_price_min":"89.98","retail_price_max":"89.98","url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b","published_at":"2024-10-24T08:53:32Z","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"options":[{"id":"78ab0f5b-55d4-4559-8cbf-5e393b3b08ed","name":"size","position":1,"values":["S","M","L","XL","2XL","3XL","4XL","5XL"]}],"variants":[{"id":"dbcd4b0d-3c17-4106-afdc-c697cc5772dd","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=dbcd4b0d-3c17-4106-afdc-c697cc5772dd","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"ee281c99-e612-413c-b1c2-40f611c46f0e","title":"M","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-M","barcode":"","position":2,"option1":"M","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=ee281c99-e612-413c-b1c2-40f611c46f0e","available_quantity":999999999,"options":[{"name":"size","value":"M"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"f987df6e-fe5e-417b-98c8-933c29fc9530","title":"L","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-L","barcode":"","position":3,"option1":"L","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=f987df6e-fe5e-417b-98c8-933c29fc9530","available_quantity":999999999,"options":[{"name":"size","value":"L"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"1a9969d8-3c3c-4961-953c-f19f947193d8","title":"XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-XL","barcode":"","position":4,"option1":"XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=1a9969d8-3c3c-4961-953c-f19f947193d8","available_quantity":999999999,"options":[{"name":"size","value":"XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"f20ee88b-620c-44af-9f78-31ce6d8289b2","title":"2XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-2XL","barcode":"","position":5,"option1":"2XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=f20ee88b-620c-44af-9f78-31ce6d8289b2","available_quantity":999999999,"options":[{"name":"size","value":"2XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"bc28596f-8679-45a9-b2f9-240e476f7cde","title":"3XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-3XL","barcode":"","position":6,"option1":"3XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=bc28596f-8679-45a9-b2f9-240e476f7cde","available_quantity":999999999,"options":[{"name":"size","value":"3XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"ea33a300-e1a7-4c4a-a3a3-cb0552542e97","title":"4XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-4XL","barcode":"","position":7,"option1":"4XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=ea33a300-e1a7-4c4a-a3a3-cb0552542e97","available_quantity":999999999,"options":[{"name":"size","value":"4XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"f64a9aed-f8e4-4f01-b32f-2075aeb94456","title":"5XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-5XL","barcode":"","position":8,"option1":"5XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=f64a9aed-f8e4-4f01-b32f-2075aeb94456","available_quantity":999999999,"options":[{"name":"size","value":"5XL"}],"off_ratio":40,"flashsale_info":[],"sales":null}],"images":[{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561}],"retail_price":"89.98","off_ratio":40,"price_varies":true}
   || {}, children: [ { title: "Oktoberfest Jacket Suit", url:
   "\/collections\/oktoberfest-jacket-suit", target: "", levels: 0, children: [
   ] }, ] }, { id: 68880355, title: "Men\u2018s tops", url:
   "\/collections\/mens-vintage-hoodies", target: "", levels: 1, product0:
   {"id":"1210a708-f8e6-42d1-8eab-23d145d177b6","title":"Roman mythology Sun,
   moon embroidered pongee jacket
   5ec3","brief":"","vendor":"","vendor_url":"","has_only_default_variant":false,"requires_shipping":true,"taxable":true,"published":true,"handle":"roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3","spu":"JC-JWSC-241010010","need_variant_image":true,"updated_at":"2024-10-18T03:07:58Z","created_at":"2024-10-18T03:07:58Z","mixed_wholesale":false,"min_price_variant":{"id":"ee3b1da7-dd86-4290-9986-cc4cff57f565","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":""},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=ee3b1da7-dd86-4290-9986-cc4cff57f565","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":37},"tags":"JC-JWSC","available":true,"price_min":"45.99","price":"45.99","price_max":"45.99","compare_at_price_min":"73.32","compare_at_price":"73.32","compare_at_price_max":"73.32","retail_price_min":"73.32","retail_price_max":"73.32","url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3","published_at":"2024-10-18T03:07:58Z","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"options":[{"id":"6aab425a-527d-486e-80b7-b882faa5067a","name":"size","position":1,"values":["S","M","L","XL","2XL","3XL","4XL","5XL"]}],"variants":[{"id":"ee3b1da7-dd86-4290-9986-cc4cff57f565","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=ee3b1da7-dd86-4290-9986-cc4cff57f565","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62","title":"M","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-M","barcode":"","position":2,"option1":"M","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62","available_quantity":999999999,"options":[{"name":"size","value":"M"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"6c260111-f445-4a66-9424-21c128a0d4da","title":"L","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-L","barcode":"","position":3,"option1":"L","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=6c260111-f445-4a66-9424-21c128a0d4da","available_quantity":999999999,"options":[{"name":"size","value":"L"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"bf8a02c4-52ec-4a4d-a410-f5b3acf4a111","title":"XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-XL","barcode":"","position":4,"option1":"XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=bf8a02c4-52ec-4a4d-a410-f5b3acf4a111","available_quantity":999999999,"options":[{"name":"size","value":"XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19","title":"2XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-2XL","barcode":"","position":5,"option1":"2XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19","available_quantity":999999999,"options":[{"name":"size","value":"2XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"b698acf1-be92-4128-874f-a8f435712855","title":"3XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-3XL","barcode":"","position":6,"option1":"3XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=b698acf1-be92-4128-874f-a8f435712855","available_quantity":999999999,"options":[{"name":"size","value":"3XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"2eebe0e3-c22a-41fc-a55a-2197fd560db9","title":"4XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-4XL","barcode":"","position":7,"option1":"4XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=2eebe0e3-c22a-41fc-a55a-2197fd560db9","available_quantity":999999999,"options":[{"name":"size","value":"4XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"3234328f-a234-4b15-90ab-96c0cfdcdc8f","title":"5XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-5XL","barcode":"","position":8,"option1":"5XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=3234328f-a234-4b15-90ab-96c0cfdcdc8f","available_quantity":999999999,"options":[{"name":"size","value":"5XL"}],"off_ratio":37,"flashsale_info":[],"sales":null}],"images":[{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75}],"retail_price":"73.32","off_ratio":37,"price_varies":true}
   || {}, children: [ { title: "Sets", url:
   "\/collections\/\ud83d\udd25polo-short-sets\ud83d\udd25", target: "", levels:
   0, children: [ ] }, { title: "coat", url: "\/collections\/sweater-coat",
   target: "", levels: 0, children: [ ] }, ] }, { id: 68880361, title:
   "Robe\ud83c\udf83", url: "\/collections\/halloween-robe", target: "", levels:
   0, product0: null || {}, children: [ ] }, { id: 68880363, title: "Bottoms",
   url: "\/collections\/bottoms", target: "", levels: 0, product0: null || {},
   children: [ ] }, { id: 68880365, title: "NEW IN", url:
   "\/collections\/new-in", target: "", levels: 0, product0: null || {},
   children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const
   hasChild = linkList.some(link => !!(link.children && link.children.length ||
   link.product0.id)); return `
    * ${link.title} ${link.tag.label}
   
    * ${second_link.title} ${second_link.tag.label} ${third_links.title}
      ${third_links.tag.label}
   
   
    * ${link.title} ${link.tag.label}
   
   ` })()}

 * HOME
 * Hot sale
 * 🎅Sweatshirt
    * Sweatshirt-Germany Lapel sweater Crew Neck Sweater lord Dragon
    * 🍺Beer Series Coors Jagermeister Asbach Augustiner Tanqueray Radelerger
      Veterano Blue Moon Ur-Krostitzer
   
   
   FASHION CHRISTMAS UGLY SWEATER A0F9
   
   €23.92 Add to cart
 * Oktoberfest jacket
 * Oktoberfest Suit
   Oktoberfest Jacket Suit
   
   Save €33.26 Save €33.26
   
   
   CHRISTMAS 1/4 ZIP STAND FLEECE COLLAR THICK SWEATSHIRT & SWEATPANT SET B30B
   
   €49.89 €83.16 Add to cart
 * Men‘s tops
   Sets
   coat
   
   Save €25.25 Save €25.25
   
   
   ROMAN MYTHOLOGY SUN, MOON EMBROIDERED PONGEE JACKET 5EC3
   
   €42.50 €67.76 Add to cart
 * Robe🎃
 * Bottoms
 * NEW IN
 * More links
   ${(function(){ const formatLinks = (links) => { return links.map(link => {
   link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr =
   link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ?
   `href="${link.url}"` : ''; if(link.children && link.children.length){
   link.children = formatLinks(link.children); } return link; }) }; const tags =
   "{}"; let linkList = [ { id: 68880313, title: "HOME", url: "\/", target: "",
   levels: 0, product0: null || {}, children: [ ] }, { id: 68880315, title: "Hot
   sale", url: "\/collections\/sweatshirt", target: "_blank", levels: 0,
   product0: null || {}, children: [ ] }, { id: 68880317, title:
   "\ud83c\udf85Sweatshirt", url: "\/collections\/sweatshirt", target: "_blank",
   levels: 2, product0:
   {"id":"0332b02b-a348-4799-b2c6-df865a4ef446","title":"Fashion Christmas ugly
   sweater
   a0f9","brief":"","vendor":"","vendor_url":"","has_only_default_variant":false,"requires_shipping":true,"taxable":true,"published":true,"handle":"fashion-christmas-ugly-sweater-a0f9","spu":"JC-240902-240903008","need_variant_image":true,"updated_at":"2024-09-11T06:38:51Z","created_at":"2024-09-03T08:39:03Z","mixed_wholesale":false,"min_price_variant":{"id":"4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":""},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":0},"tags":"JC-240902","available":true,"price_min":"25.89","price":"25.89","price_max":"25.89","compare_at_price_min":"19.98","compare_at_price":"19.98","compare_at_price_max":"19.98","retail_price_min":"19.98","retail_price_max":"19.98","url":"\/products\/fashion-christmas-ugly-sweater-a0f9","published_at":"2024-09-03T08:39:03Z","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"options":[{"id":"8e3dbf7b-c01c-40f3-8212-fe5b09afefd3","name":"size","position":1,"values":["S","M","L","XL","2XL","3XL","4XL","5XL"]}],"variants":[{"id":"4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=4f15d7fa-1761-422f-83b1-8d8d7ae59ed3","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"0d430907-a60f-4cb6-93d1-c8c38d21795c","title":"M","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-M","barcode":"","position":2,"option1":"M","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=0d430907-a60f-4cb6-93d1-c8c38d21795c","available_quantity":999999999,"options":[{"name":"size","value":"M"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"489cc209-940c-4102-a022-ece32409304c","title":"L","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-L","barcode":"","position":3,"option1":"L","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=489cc209-940c-4102-a022-ece32409304c","available_quantity":999999999,"options":[{"name":"size","value":"L"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e","title":"XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-XL","barcode":"","position":4,"option1":"XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=3f3fdc1f-7641-4b07-9e2e-dbd7ff7f2c8e","available_quantity":999999999,"options":[{"name":"size","value":"XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"662ffc03-d4a5-4b09-871b-6035093ae237","title":"2XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-2XL","barcode":"","position":5,"option1":"2XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=662ffc03-d4a5-4b09-871b-6035093ae237","available_quantity":999999999,"options":[{"name":"size","value":"2XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"ee49ac7f-bf39-4834-bac0-b7caf4eab493","title":"3XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-3XL","barcode":"","position":6,"option1":"3XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=ee49ac7f-bf39-4834-bac0-b7caf4eab493","available_quantity":999999999,"options":[{"name":"size","value":"3XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"e132379d-d5ad-4e76-a570-87dbf85efa0e","title":"4XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-4XL","barcode":"","position":7,"option1":"4XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=e132379d-d5ad-4e76-a570-87dbf85efa0e","available_quantity":999999999,"options":[{"name":"size","value":"4XL"}],"off_ratio":0,"flashsale_info":[],"sales":null},{"id":"681089a6-8547-4be6-960e-e17fb75e02f4","title":"5XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-240902-240903008-5XL","barcode":"","position":8,"option1":"5XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.89,"min_quantity":1}],"weight":"0","compare_at_price":"19.98","price":"25.89","retail_price":"19.98","available":true,"url":"\/products\/fashion-christmas-ugly-sweater-a0f9?variant=681089a6-8547-4be6-960e-e17fb75e02f4","available_quantity":999999999,"options":[{"name":"size","value":"5XL"}],"off_ratio":0,"flashsale_info":[],"sales":null}],"images":[{"src":"\/\/img.fantaskycdn.com\/33fd17abfa23f5741036a3ce234684e3.png","path":"33fd17abfa23f5741036a3ce234684e3.png","width":1024,"height":1024,"alt":"","aspect_ratio":1}],"retail_price":"19.98","off_ratio":0,"price_varies":true}
   || {}, children: [ { title: "Sweatshirt-Germany", url:
   "\/collections\/sweatshirt-dd", target: "", levels: 1, children: [ { title:
   "Lapel sweater", url: "\/collections\/lapel-sweater", target: "", levels: 0,
   }, { title: "Crew Neck Sweater", url: "\/collections\/crew-neck-sweater",
   target: "", levels: 0, }, { title: "lord", url: "\/collections\/lord",
   target: "", levels: 0, }, { title: "Dragon", url: "\/collections\/dragon",
   target: "", levels: 0, }, ] }, { title: "\ud83c\udf7aBeer Series", url: "",
   target: "", levels: 1, children: [ { title: "Coors", url:
   "\/collections\/coors", target: "", levels: 0, }, { title: "Jagermeister",
   url: "\/collections\/jagermeister", target: "", levels: 0, }, { title:
   "Asbach", url: "\/collections\/asbach", target: "", levels: 0, }, { title:
   "Augustiner", url: "\/collections\/augustiner", target: "", levels: 0, }, {
   title: "Tanqueray", url: "\/collections\/tanqueray", target: "", levels: 0,
   }, { title: "Radelerger", url: "\/collections\/radelerger", target: "",
   levels: 0, }, { title: "Veterano", url: "\/collections\/veterano", target:
   "", levels: 0, }, { title: "Blue Moon", url: "\/collections\/blue-moon",
   target: "", levels: 0, }, { title: "Ur-Krostitzer", url:
   "\/collections\/ur-krostitzer", target: "", levels: 0, }, ] }, ] }, { id:
   68880349, title: "Oktoberfest jacket", url:
   "\/collections\/oktoberfest-jacket", target: "_blank", levels: 0, product0:
   null || {}, children: [ ] }, { id: 68880351, title: "Oktoberfest Suit", url:
   "\/collections\/suit", target: "_blank", levels: 1, product0:
   {"id":"408e1f54-08a5-4ba2-a337-8799afb0b88b","title":"Christmas 1\/4 Zip
   Stand Fleece Collar Thick Sweatshirt & Sweatpant Set
   b30b","brief":"","vendor":"","vendor_url":"","has_only_default_variant":false,"requires_shipping":true,"taxable":true,"published":true,"handle":"christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b","spu":"24134z-241024010","need_variant_image":true,"updated_at":"2024-10-24T08:53:32Z","created_at":"2024-10-24T08:53:32Z","mixed_wholesale":false,"min_price_variant":{"id":"dbcd4b0d-3c17-4106-afdc-c697cc5772dd","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":0,"height":0,"alt":""},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=dbcd4b0d-3c17-4106-afdc-c697cc5772dd","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":40},"tags":"24134z","available":true,"price_min":"53.99","price":"53.99","price_max":"53.99","compare_at_price_min":"89.98","compare_at_price":"89.98","compare_at_price_max":"89.98","retail_price_min":"89.98","retail_price_max":"89.98","url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b","published_at":"2024-10-24T08:53:32Z","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"options":[{"id":"78ab0f5b-55d4-4559-8cbf-5e393b3b08ed","name":"size","position":1,"values":["S","M","L","XL","2XL","3XL","4XL","5XL"]}],"variants":[{"id":"dbcd4b0d-3c17-4106-afdc-c697cc5772dd","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=dbcd4b0d-3c17-4106-afdc-c697cc5772dd","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"ee281c99-e612-413c-b1c2-40f611c46f0e","title":"M","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-M","barcode":"","position":2,"option1":"M","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=ee281c99-e612-413c-b1c2-40f611c46f0e","available_quantity":999999999,"options":[{"name":"size","value":"M"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"f987df6e-fe5e-417b-98c8-933c29fc9530","title":"L","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-L","barcode":"","position":3,"option1":"L","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=f987df6e-fe5e-417b-98c8-933c29fc9530","available_quantity":999999999,"options":[{"name":"size","value":"L"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"1a9969d8-3c3c-4961-953c-f19f947193d8","title":"XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-XL","barcode":"","position":4,"option1":"XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=1a9969d8-3c3c-4961-953c-f19f947193d8","available_quantity":999999999,"options":[{"name":"size","value":"XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"f20ee88b-620c-44af-9f78-31ce6d8289b2","title":"2XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-2XL","barcode":"","position":5,"option1":"2XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=f20ee88b-620c-44af-9f78-31ce6d8289b2","available_quantity":999999999,"options":[{"name":"size","value":"2XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"bc28596f-8679-45a9-b2f9-240e476f7cde","title":"3XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-3XL","barcode":"","position":6,"option1":"3XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=bc28596f-8679-45a9-b2f9-240e476f7cde","available_quantity":999999999,"options":[{"name":"size","value":"3XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"ea33a300-e1a7-4c4a-a3a3-cb0552542e97","title":"4XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-4XL","barcode":"","position":7,"option1":"4XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=ea33a300-e1a7-4c4a-a3a3-cb0552542e97","available_quantity":999999999,"options":[{"name":"size","value":"4XL"}],"off_ratio":40,"flashsale_info":[],"sales":null},{"id":"f64a9aed-f8e4-4f01-b32f-2075aeb94456","title":"5XL","weight_unit":"g","inventory_quantity":9999,"sku":"24134z-241024010-5XL","barcode":"","position":8,"option1":"5XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561},"wholesale_price":[{"price":53.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.98","price":"53.99","retail_price":"89.98","available":true,"url":"\/products\/christmas-1-4-zip-stand-fleece-collar-thick-sweatshirt-sweatpant-set-b30b?variant=f64a9aed-f8e4-4f01-b32f-2075aeb94456","available_quantity":999999999,"options":[{"name":"size","value":"5XL"}],"off_ratio":40,"flashsale_info":[],"sales":null}],"images":[{"src":"\/\/img.fantaskycdn.com\/de8ed2bedcba331c1b0d14007724c304.jpeg","path":"de8ed2bedcba331c1b0d14007724c304.jpeg","width":1000,"height":1993,"alt":"","aspect_ratio":0.5017561}],"retail_price":"89.98","off_ratio":40,"price_varies":true}
   || {}, children: [ { title: "Oktoberfest Jacket Suit", url:
   "\/collections\/oktoberfest-jacket-suit", target: "", levels: 0, children: [
   ] }, ] }, { id: 68880355, title: "Men\u2018s tops", url:
   "\/collections\/mens-vintage-hoodies", target: "", levels: 1, product0:
   {"id":"1210a708-f8e6-42d1-8eab-23d145d177b6","title":"Roman mythology Sun,
   moon embroidered pongee jacket
   5ec3","brief":"","vendor":"","vendor_url":"","has_only_default_variant":false,"requires_shipping":true,"taxable":true,"published":true,"handle":"roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3","spu":"JC-JWSC-241010010","need_variant_image":true,"updated_at":"2024-10-18T03:07:58Z","created_at":"2024-10-18T03:07:58Z","mixed_wholesale":false,"min_price_variant":{"id":"ee3b1da7-dd86-4290-9986-cc4cff57f565","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":""},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=ee3b1da7-dd86-4290-9986-cc4cff57f565","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":37},"tags":"JC-JWSC","available":true,"price_min":"45.99","price":"45.99","price_max":"45.99","compare_at_price_min":"73.32","compare_at_price":"73.32","compare_at_price_max":"73.32","retail_price_min":"73.32","retail_price_max":"73.32","url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3","published_at":"2024-10-18T03:07:58Z","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"options":[{"id":"6aab425a-527d-486e-80b7-b882faa5067a","name":"size","position":1,"values":["S","M","L","XL","2XL","3XL","4XL","5XL"]}],"variants":[{"id":"ee3b1da7-dd86-4290-9986-cc4cff57f565","title":"S","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=ee3b1da7-dd86-4290-9986-cc4cff57f565","available_quantity":999999999,"options":[{"name":"size","value":"S"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62","title":"M","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-M","barcode":"","position":2,"option1":"M","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=806bcd8f-eb14-4a5d-ba7c-2e971cbd8c62","available_quantity":999999999,"options":[{"name":"size","value":"M"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"6c260111-f445-4a66-9424-21c128a0d4da","title":"L","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-L","barcode":"","position":3,"option1":"L","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=6c260111-f445-4a66-9424-21c128a0d4da","available_quantity":999999999,"options":[{"name":"size","value":"L"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"bf8a02c4-52ec-4a4d-a410-f5b3acf4a111","title":"XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-XL","barcode":"","position":4,"option1":"XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=bf8a02c4-52ec-4a4d-a410-f5b3acf4a111","available_quantity":999999999,"options":[{"name":"size","value":"XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19","title":"2XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-2XL","barcode":"","position":5,"option1":"2XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=2d9d6f6d-1299-4eda-9fb4-a6d312d0cd19","available_quantity":999999999,"options":[{"name":"size","value":"2XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"b698acf1-be92-4128-874f-a8f435712855","title":"3XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-3XL","barcode":"","position":6,"option1":"3XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=b698acf1-be92-4128-874f-a8f435712855","available_quantity":999999999,"options":[{"name":"size","value":"3XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"2eebe0e3-c22a-41fc-a55a-2197fd560db9","title":"4XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-4XL","barcode":"","position":7,"option1":"4XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=2eebe0e3-c22a-41fc-a55a-2197fd560db9","available_quantity":999999999,"options":[{"name":"size","value":"4XL"}],"off_ratio":37,"flashsale_info":[],"sales":null},{"id":"3234328f-a234-4b15-90ab-96c0cfdcdc8f","title":"5XL","weight_unit":"g","inventory_quantity":9999,"sku":"JC-JWSC-241010010-5XL","barcode":"","position":8,"option1":"5XL","option2":"","option3":"","image":{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":45.99,"min_quantity":1}],"weight":"0","compare_at_price":"73.32","price":"45.99","retail_price":"73.32","available":true,"url":"\/products\/roman-mythology-sun-moon-embroidered-pongee-jacket-5ec3?variant=3234328f-a234-4b15-90ab-96c0cfdcdc8f","available_quantity":999999999,"options":[{"name":"size","value":"5XL"}],"off_ratio":37,"flashsale_info":[],"sales":null}],"images":[{"src":"\/\/img.fantaskycdn.com\/2ece37c4a369d3c11eb961660d47a082.png","path":"2ece37c4a369d3c11eb961660d47a082.png","width":900,"height":1200,"alt":"","aspect_ratio":0.75}],"retail_price":"73.32","off_ratio":37,"price_varies":true}
   || {}, children: [ { title: "Sets", url:
   "\/collections\/\ud83d\udd25polo-short-sets\ud83d\udd25", target: "", levels:
   0, children: [ ] }, { title: "coat", url: "\/collections\/sweater-coat",
   target: "", levels: 0, children: [ ] }, ] }, { id: 68880361, title:
   "Robe\ud83c\udf83", url: "\/collections\/halloween-robe", target: "", levels:
   0, product0: null || {}, children: [ ] }, { id: 68880363, title: "Bottoms",
   url: "\/collections\/bottoms", target: "", levels: 0, product0: null || {},
   children: [ ] }, { id: 68880365, title: "NEW IN", url:
   "\/collections\/new-in", target: "", levels: 0, product0: null || {},
   children: [ ] }, ].slice(offset); linkList = formatLinks(linkList); const
   hasChild = linkList.some(link => !!(link.children && link.children.length ||
   link.product0.id)); return `
    * ${link.title} ${link.tag.label}
   
    * ${second_link.title} ${second_link.tag.label} ${third_links.title}
      ${third_links.tag.label}
   
   
    * ${link.title} ${link.tag.label}
   
   ` })()}
    * Bottoms
    * NEW IN



${item}
Recently searched
 * ${item}

Hot searches
 * 
   ${item.word}


Results
${item.highlightHtml}
const TAG = 'spz-custom-smart-search-location'; const
SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const
THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960;
const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement {
constructor(element) { super(element); this.mobileHeaderPluginParentEle = null;
} static deferredMount() { return false; } isLayoutSupported(layout) { return
layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init();
this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) {
return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch();
console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self
=== window.top && !window.__isLoadAppSmartSearch__) {
window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if
(this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else {
this.addMobileSmartSearch(); } } listenerResize() {
window.removeEventListener('resize', window.smartSearchResizeCallback);
window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => {
this.init(); }, DELAY ); window.addEventListener('resize',
window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList =
window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return
mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek',
'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); }
showMobileSmartSearch() { this.mobileHeaderPluginParentEle =
this.getMobileHeaderPluginParentEle();
this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); }
getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = {
nova: '.header__mobile #header__plugin-container', hero: '.header__icons
.tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile
#header__plugin-container', wind: '#header-icons
.flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const
headerPluginParentSelector = this.combineMultipleSelectors(
Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return
document.querySelector(headerPluginParentSelector); }
setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) {
return; } const containHidden = pluginParentEle.classList.contains('md:hidden');
const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if
(containHidden || containTwHidden) {
Array.from(pluginParentEle.children).forEach((pluginElement) => { if
(!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display =
'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); }
else { const smartSearchPluginElement =
Array.from(pluginParentEle.children).find( (pluginElement) => { return
this.hasSmartSearchPlugin(pluginElement); } );
smartSearchPluginElement.style.display = 'block'; } }
hasSmartSearchPlugin(pluginElement) { return (
pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) ||
pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length
> 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle =
this.getMobileHeaderIconsEle(); this.smartSearchWrapEle =
this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); }
getMobileHeaderIconsEle() { // Must be the parent element of the plugin const
MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container
.flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout
.header__icons', boost: '.header__mobile-bottom
.tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector
= this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) );
return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() {
const smartSearchWrapEle =
document.querySelector(this.getSmartSearchWrapSelector()); if
(!smartSearchWrapEle) { return null; } return smartSearchWrapEle; }
appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; }
this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin',
this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION
= { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of
ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = {
[PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash:
'#menu-drawer .plugin__header-content', boost: '.header__drawer' },
[PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash:
'#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } };
const MbPluginPositionInTheme = [
...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]),
...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ];
return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if
(pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if
(pre.includes(ancestor)) { return pre; } return `${pre},${ancestor}
.app-smart-product-search-wrap`; }, ''); }
combineMultipleSelectors(selectorList) { return selectorList.reduce((pre,
selector) => { if (pre === '') { return `${selector}`; } if
(pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); }
} SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);

Bahasa
Indonesia,English,Deutsch,Français,한국어,Español,Português,日本語,العربية,Русский,Italiano,Polski,Nederlands,svenska,norsk,Lietuvis,Latvietis,Suomalainen,Ελληνικά,dansk,Magyar
EUR
 * United States Dollars (USD)
 * Euro (EUR)
 * United Kingdom Pounds (GBP)
 * Canadian Dollars (CAD)
 * Afghan Afghani (AFN)
 * Albanian Lek (ALL)
 * Algerian Dinar (DZD)
 * Angolan Kwanza (AOA)
 * Argentine Pesos (ARS)
 * Armenian Dram (AMD)
 * Aruban Florin (AWG)
 * Australian Dollars (AUD)
 * Barbadian Dollar (BBD)
 * Azerbaijani Manat (AZN)
 * Bangladesh Taka (BDT)
 * Bahamian Dollar (BSD)
 * Bahraini Dinar (BHD)
 * Belarusian Ruble (BYN)
 * Belize Dollar (BZD)
 * Bhutanese Ngultrum (BTN)
 * Bosnia and Herzegovina Convertible Mark (BAM)
 * Brazilian Real (BRL)
 * Bolivian Boliviano (BOB)
 * Botswana Pula (BWP)
 * Brunei Dollar (BND)
 * Bulgarian Lev (BGN)
 * Burmese Kyat (MMK)
 * Cambodian Riel (KHR)
 * Cape Verdean escudo (CVE)
 * Cayman Dollars (KYD)
 * Central African CFA Franc (XAF)
 * Chilean Peso (CLP)
 * Chinese Yuan Renminbi (CNY)
 * Colombian Peso (COP)
 * Comorian Franc (KMF)
 * Congolese franc (CDF)
 * Costa Rican Colones (CRC)
 * Croatian Kuna (HRK)
 * Czech Koruny (CZK)
 * Danish Kroner (DKK)
 * Dominican Peso (DOP)
 * East Caribbean Dollar (XCD)
 * Egyptian Pound (EGP)
 * Ethiopian Birr (ETB)
 * CFP Franc (XPF)
 * Fijian Dollars (FJD)
 * Gambian Dalasi (GMD)
 * Ghanaian Cedi (GHS)
 * Guatemalan Quetzal (GTQ)
 * Guyanese Dollar (GYD)
 * Georgian Lari (GEL)
 * Haitian Gourde (HTG)
 * Honduran Lempira (HNL)
 * Hong Kong Dollars (HKD)
 * Hungarian Forint (HUF)
 * Icelandic Kronur (ISK)
 * Indian Rupees (INR)
 * Indonesian Rupiah (IDR)
 * Israeli New Shekel (NIS)
 * Jamaican Dollars (JMD)
 * Japanese Yen (JPY)
 * Jersey Pound (JEP)
 * Jordanian Dinar (JOD)
 * Kazakhstani Tenge (KZT)
 * Kenyan Shilling (KES)
 * Kuwaiti Dinar (KWD)
 * Kyrgyzstani Som (KGS)
 * Laotian Kip (LAK)
 * Latvian Lati (LVL)
 * Lebanese Pounds (LBP)
 * Lesotho Loti (LSL)
 * Liberian Dollar (LRD)
 * Malagasy Ariary (MGA)
 * Macedonia Denar (MKD)
 * Macanese Pataca (MOP)
 * Malawian Kwacha (MWK)
 * Maldivian Rufiyaa (MVR)
 * Mexican Pesos (MXN)
 * Malaysian Ringgits (MYR)
 * Mauritian Rupee (MUR)
 * Moldovan Leu (MDL)
 * Moroccan Dirham (MAD)
 * Mongolian Tugrik (MNT)
 * Mozambican Metical (MZN)
 * Namibian Dollar (NAD)
 * Nepalese Rupee (NPR)
 * Netherlands Antillean Guilder (ANG)
 * New Zealand Dollars (NZD)
 * Nicaraguan Córdoba (NIO)
 * Nigerian Naira (NGN)
 * Norwegian Kroner (NOK)
 * Omani Rial (OMR)
 * Pakistani Rupee (PKR)
 * Papua New Guinean Kina (PGK)
 * Paraguayan Guarani (PYG)
 * Peruvian Nuevo Sol (PEN)
 * Philippine Peso (PHP)
 * Polish Zlotych (PLN)
 * Qatari Rial (QAR)
 * Romanian Lei (RON)
 * Russian Rubles (RUB)
 * Rwandan Franc (RWF)
 * Samoan Tala (WST)
 * Saudi Riyal (SAR)
 * Sao Tome And Principe Dobra (STD)
 * Serbian dinar (RSD)
 * Seychellois Rupee (SCR)
 * Singapore Dollars (SGD)
 * Sudanese Pound (SDG)
 * Syrian Pound (SYP)
 * South African Rand (ZAR)
 * South Korean Won (KRW)
 * South Sudanese Pound (SSP)
 * Solomon Islands Dollar (SBD)
 * Sri Lankan Rupees (LKR)
 * Surinamese Dollar (SRD)
 * Swazi Lilangeni (SZL)
 * Swedish Kronor (SEK)
 * Swiss Francs (CHF)
 * Taiwan Dollars (TWD)
 * Thai baht (THB)
 * Tanzanian Shilling (TZS)
 * Trinidad and Tobago Dollars (TTD)
 * Tunisian Dinar (TND)
 * Turkish Lira (TRY)
 * Turkmenistani Manat (TMT)
 * Ugandan Shilling (UGX)
 * Ukrainian Hryvnia (UAH)
 * United Arab Emirates Dirham (AED)
 * Uruguayan Pesos (UYU)
 * Uzbekistan som (UZS)
 * Vanuatu Vatu (VUV)
 * Venezuelan Bolivares (VEF)
 * Vietnamese đồng (VND)
 * West African CFA franc (XOF)
 * Yemeni Rial (YER)
 * Zambian Kwacha (ZMW)

 * Log in
 * Create an account

${data.data && data.data.count}

Search

${(function(){ if (data === undefined || typeof data !== 'string' || data == '')
return ''; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.

` })()}

 * HOME
 * Hot sale
 * 🎅Sweatshirt
   * 🎅Sweatshirt
   * Sweatshirt-Germany
     * Sweatshirt-Germany
     * Lapel sweater
     * Crew Neck Sweater
     * lord
     * Dragon
   * 🍺Beer Series
     * 🍺Beer Series
     * Coors
     * Jagermeister
     * Asbach
     * Augustiner
     * Tanqueray
     * Radelerger
     * Veterano
     * Blue Moon
     * Ur-Krostitzer
 * Oktoberfest jacket
 * Oktoberfest Suit
   * Oktoberfest Suit
   * Oktoberfest Jacket Suit
 * Men‘s tops
   * Men‘s tops
   * Sets
   * coat
 * Robe🎃
 * Bottoms
 * NEW IN
   ${item}
   Recently searched
    * ${item}
   
   Hot searches
    * 
      ${item.word}
   
   
   Results
   ${item.highlightHtml}
   const TAG = 'spz-custom-smart-search-location'; const
   SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const
   THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT =
   960; const DELAY = 300; class SpzCustomSmartSearchLocation extends
   SPZ.BaseElement { constructor(element) { super(element);
   this.mobileHeaderPluginParentEle = null; } static deferredMount() { return
   false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; }
   buildCallback() { this.init(); this.listenerResize(); } init() { // PC-end
   not load if (this.isDesktop()) { return; } if
   (!window.__isLoadAppSmartSearch__) { this.initSmartSearch();
   console.log('__isLoadAppSmartSearch__'); } // B-end must reload if
   (window.self === window.top && !window.__isLoadAppSmartSearch__) {
   window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if
   (this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else {
   this.addMobileSmartSearch(); } } listenerResize() {
   window.removeEventListener('resize', window.smartSearchResizeCallback);
   window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => {
   this.init(); }, DELAY ); window.addEventListener('resize',
   window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList =
   window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return
   mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek',
   'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); }
   showMobileSmartSearch() { this.mobileHeaderPluginParentEle =
   this.getMobileHeaderPluginParentEle();
   this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); }
   getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP
   = { nova: '.header__mobile #header__plugin-container', hero: '.header__icons
   .tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage:
   '.header__mobile #header__plugin-container', wind: '#header-icons
   .flex.justify-end.items-center', eva: '#header__icons .plugin_content' };
   const headerPluginParentSelector = this.combineMultipleSelectors(
   Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return
   document.querySelector(headerPluginParentSelector); }
   setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) {
   return; } const containHidden =
   pluginParentEle.classList.contains('md:hidden'); const containTwHidden =
   pluginParentEle.classList.contains('md:tw-hidden'); if (containHidden ||
   containTwHidden) {
   Array.from(pluginParentEle.children).forEach((pluginElement) => { if
   (!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display =
   'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden');
   } else { const smartSearchPluginElement =
   Array.from(pluginParentEle.children).find( (pluginElement) => { return
   this.hasSmartSearchPlugin(pluginElement); } );
   smartSearchPluginElement.style.display = 'block'; } }
   hasSmartSearchPlugin(pluginElement) { return (
   pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) ||
   pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length
   > 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle =
   this.getMobileHeaderIconsEle(); this.smartSearchWrapEle =
   this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); }
   getMobileHeaderIconsEle() { // Must be the parent element of the plugin const
   MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container
   .flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout
   .header__icons', boost: '.header__mobile-bottom
   .tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const
   headerIconsSelector = this.combineMultipleSelectors(
   Object.values(MOBILE_HEADER_ICONS_ELE_MAP) ); return
   document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() {
   const smartSearchWrapEle =
   document.querySelector(this.getSmartSearchWrapSelector()); if
   (!smartSearchWrapEle) { return null; } return smartSearchWrapEle; }
   appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; }
   this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin',
   this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const
   PLUGIN_POSITION = { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one
   this plugin of ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = {
   [PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash:
   '#menu-drawer .plugin__header-content', boost: '.header__drawer' },
   [PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer',
   flash: '#menu-drawer .plugin__header-content', boost: '.header-content
   .logo-wrap' } }; const MbPluginPositionInTheme = [
   ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]),
   ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP])
   ]; return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => {
   if (pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if
   (pre.includes(ancestor)) { return pre; } return `${pre},${ancestor}
   .app-smart-product-search-wrap`; }, ''); }
   combineMultipleSelectors(selectorList) { return selectorList.reduce((pre,
   selector) => { if (pre === '') { return `${selector}`; } if
   (pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, '');
   } } SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);
   
   Bahasa
   Indonesia,English,Deutsch,Français,한국어,Español,Português,日本語,العربية,Русский,Italiano,Polski,Nederlands,svenska,norsk,Lietuvis,Latvietis,Suomalainen,Ελληνικά,dansk,Magyar
   EUR
    * United States Dollars (USD)
    * Euro (EUR)
    * United Kingdom Pounds (GBP)
    * Canadian Dollars (CAD)
    * Afghan Afghani (AFN)
    * Albanian Lek (ALL)
    * Algerian Dinar (DZD)
    * Angolan Kwanza (AOA)
    * Argentine Pesos (ARS)
    * Armenian Dram (AMD)
    * Aruban Florin (AWG)
    * Australian Dollars (AUD)
    * Barbadian Dollar (BBD)
    * Azerbaijani Manat (AZN)
    * Bangladesh Taka (BDT)
    * Bahamian Dollar (BSD)
    * Bahraini Dinar (BHD)
    * Belarusian Ruble (BYN)
    * Belize Dollar (BZD)
    * Bhutanese Ngultrum (BTN)
    * Bosnia and Herzegovina Convertible Mark (BAM)
    * Brazilian Real (BRL)
    * Bolivian Boliviano (BOB)
    * Botswana Pula (BWP)
    * Brunei Dollar (BND)
    * Bulgarian Lev (BGN)
    * Burmese Kyat (MMK)
    * Cambodian Riel (KHR)
    * Cape Verdean escudo (CVE)
    * Cayman Dollars (KYD)
    * Central African CFA Franc (XAF)
    * Chilean Peso (CLP)
    * Chinese Yuan Renminbi (CNY)
    * Colombian Peso (COP)
    * Comorian Franc (KMF)
    * Congolese franc (CDF)
    * Costa Rican Colones (CRC)
    * Croatian Kuna (HRK)
    * Czech Koruny (CZK)
    * Danish Kroner (DKK)
    * Dominican Peso (DOP)
    * East Caribbean Dollar (XCD)
    * Egyptian Pound (EGP)
    * Ethiopian Birr (ETB)
    * CFP Franc (XPF)
    * Fijian Dollars (FJD)
    * Gambian Dalasi (GMD)
    * Ghanaian Cedi (GHS)
    * Guatemalan Quetzal (GTQ)
    * Guyanese Dollar (GYD)
    * Georgian Lari (GEL)
    * Haitian Gourde (HTG)
    * Honduran Lempira (HNL)
    * Hong Kong Dollars (HKD)
    * Hungarian Forint (HUF)
    * Icelandic Kronur (ISK)
    * Indian Rupees (INR)
    * Indonesian Rupiah (IDR)
    * Israeli New Shekel (NIS)
    * Jamaican Dollars (JMD)
    * Japanese Yen (JPY)
    * Jersey Pound (JEP)
    * Jordanian Dinar (JOD)
    * Kazakhstani Tenge (KZT)
    * Kenyan Shilling (KES)
    * Kuwaiti Dinar (KWD)
    * Kyrgyzstani Som (KGS)
    * Laotian Kip (LAK)
    * Latvian Lati (LVL)
    * Lebanese Pounds (LBP)
    * Lesotho Loti (LSL)
    * Liberian Dollar (LRD)
    * Malagasy Ariary (MGA)
    * Macedonia Denar (MKD)
    * Macanese Pataca (MOP)
    * Malawian Kwacha (MWK)
    * Maldivian Rufiyaa (MVR)
    * Mexican Pesos (MXN)
    * Malaysian Ringgits (MYR)
    * Mauritian Rupee (MUR)
    * Moldovan Leu (MDL)
    * Moroccan Dirham (MAD)
    * Mongolian Tugrik (MNT)
    * Mozambican Metical (MZN)
    * Namibian Dollar (NAD)
    * Nepalese Rupee (NPR)
    * Netherlands Antillean Guilder (ANG)
    * New Zealand Dollars (NZD)
    * Nicaraguan Córdoba (NIO)
    * Nigerian Naira (NGN)
    * Norwegian Kroner (NOK)
    * Omani Rial (OMR)
    * Pakistani Rupee (PKR)
    * Papua New Guinean Kina (PGK)
    * Paraguayan Guarani (PYG)
    * Peruvian Nuevo Sol (PEN)
    * Philippine Peso (PHP)
    * Polish Zlotych (PLN)
    * Qatari Rial (QAR)
    * Romanian Lei (RON)
    * Russian Rubles (RUB)
    * Rwandan Franc (RWF)
    * Samoan Tala (WST)
    * Saudi Riyal (SAR)
    * Sao Tome And Principe Dobra (STD)
    * Serbian dinar (RSD)
    * Seychellois Rupee (SCR)
    * Singapore Dollars (SGD)
    * Sudanese Pound (SDG)
    * Syrian Pound (SYP)
    * South African Rand (ZAR)
    * South Korean Won (KRW)
    * South Sudanese Pound (SSP)
    * Solomon Islands Dollar (SBD)
    * Sri Lankan Rupees (LKR)
    * Surinamese Dollar (SRD)
    * Swazi Lilangeni (SZL)
    * Swedish Kronor (SEK)
    * Swiss Francs (CHF)
    * Taiwan Dollars (TWD)
    * Thai baht (THB)
    * Tanzanian Shilling (TZS)
    * Trinidad and Tobago Dollars (TTD)
    * Tunisian Dinar (TND)
    * Turkish Lira (TRY)
    * Turkmenistani Manat (TMT)
    * Ugandan Shilling (UGX)
    * Ukrainian Hryvnia (UAH)
    * United Arab Emirates Dirham (AED)
    * Uruguayan Pesos (UYU)
    * Uzbekistan som (UZS)
    * Vanuatu Vatu (VUV)
    * Venezuelan Bolivares (VEF)
    * Vietnamese đồng (VND)
    * West African CFA franc (XOF)
    * Yemeni Rial (YER)
    * Zambian Kwacha (ZMW)

Log in
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const
headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){
return }; document.body.style.setProperty('--window-height',
`${window.innerHeight}px`); document.body.style.setProperty('--header-height',
`${headerEle.clientHeight}px`); const mdScorllHideEle =
headerEle.querySelector('.header__mobile .header__scroll_hide'); if
(mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md',
`${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle =
headerEle.querySelector('.header__desktop .header__scroll_hide'); if
(pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc',
`${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w ==
window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); };
function init(){ setHeaderCssVar(); window.removeEventListener('resize',
window._theme_header_listener) window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener); } init();
})();

Home  /  Search

SEARCH


Search
500 Products


CHRISTMAS CUTE DEER PRINT FAMILY MATCHING LONG-SLEEVE BLUE PLAID PAJAMAS SET

From €18.47 Add to cart


COLORFUL LIFEBUOY EMBROIDERY LONG WIZARD CAPE 909A

€34.18 Add to cart
Save €32.33 Save €32.33


GOTHIC HALLOWEEN CLOAK AND ROBE E933

€32.33 €64.67 Add to cart
Save €15.01 Save €15.01


OUR BEERS 3D PRINT FUN CHRISTMAS SWEATSHIRT 13ED

€22.53 €37.55 Add to cart
Save €21.56 Save €21.56


MEN'S LAPEL KNITTED UGLY SWEATER CARDIGAN 5F57

€32.33 €53.90 Add to cart
Save €33.26 Save €33.26


CHRISTMAS 1/4 ZIP STAND FLEECE COLLAR THICK SWEATSHIRT & SWEATPANT SET 9E16

€49.89 €83.16 Add to cart
Save €32.33 Save €32.33


TIE DYE PRINT HOODED ROBE CAPE 55CF

€32.33 €64.67 Add to cart
Save €13.86 Save €13.86


ETHNIC STYLE STRIPED PRINTED HOODED CLOAK BFB0

€32.33 €46.20 Add to cart


FIRESIDE PLAID SHACKET IN CAMEL 0321

€34.18 Add to cart
Choose an option S/€34.18 M/€34.18 L/€34.18 XL/€34.18


BEER PRINT LOOSE CHRISTMAS CAPE 4EBC

€36.03 Add to cart
Choose an option S/€36.03 M/€36.03 L/€36.03 XL/€36.03 2XL/€36.03 3XL/€36.03
4XL/€36.03 5XL/€36.03
Save €21.56 Save €21.56


MEN'S LAPEL KNITTED UGLY SWEATER CARDIGAN E6DA

€32.33 €53.90 Add to cart
Choose an option S/€32.33€53.90 M/€32.33€53.90 L/€32.33€53.90 XL/€32.33€53.90
2XL/€32.33€53.90 3XL/€32.33€53.90 4XL/€32.33€53.90 5XL/€32.33€53.90
Save €15.01 Save €15.01


OUR BEERS 3D PRINT FUN CHRISTMAS SWEATSHIRT C6C3

€22.53 €37.55 Add to cart
Choose an option S/€22.53€37.55 M/€22.53€37.55 L/€22.53€37.55 XL/€22.53€37.55
2XL/€22.53€37.55 3XL/€22.53€37.55 4XL/€22.53€37.55 5XL/€22.53€37.55


BUTTON DOWN FURRY JACKET BY SHOP NEIGHBOR 8089 55C6

€34.18 Add to cart
Choose an option Small-Pink/€34.18 Small-Green/€34.18 Medium-Pink/€34.18
Medium-Green/€34.18 Large-Pink/€34.18 Large-Green/€34.18


FASHION CHRISTMAS UGLY SWEATER A0F9

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92
Save €15.01 Save €15.01


OUR BEERS 3D PRINT FUN CHRISTMAS SWEATSHIRT 37A5

€22.53 €37.55 Add to cart
Choose an option S/€22.53€37.55 M/€22.53€37.55 L/€22.53€37.55 XL/€22.53€37.55
2XL/€22.53€37.55 3XL/€22.53€37.55 4XL/€22.53€37.55 5XL/€22.53€37.55


THE PERFECT PLAID OVERSIZED MINERAL WASHED SHIRT IN MUSTARD 0B78

€34.18 Add to cart
Choose an option S/€34.18 M/€34.18 L/€34.18
Save €13.86 Save €13.86


ETHNIC STYLE STRIPED PRINTED HOODED CLOAK CF19

€32.33 €46.20 Add to cart
Choose an option S/€32.33€46.20 M/€32.33€46.20 L/€32.33€46.20 XL/€32.33€46.20
2XL/€32.33€46.20 3XL/€32.33€46.20 4XL/€32.33€46.20 5XL/€32.33€46.20
Save €13.86 Save €13.86


ETHNIC STYLE STRIPED PRINTED HOODED CLOAK AF0F

€32.33 €46.20 Add to cart
Choose an option S/€32.33€46.20 M/€32.33€46.20 L/€32.33€46.20 XL/€32.33€46.20
2XL/€32.33€46.20 3XL/€32.33€46.20 4XL/€32.33€46.20 5XL/€32.33€46.20
Save €12.93 Save €12.93


VELVET DOG HOODIE - RUBY RED

From €16.63 €29.57 Add to cart
Choose an option S/€16.63€29.57 M/€17.56€30.49 L/€18.48€31.42 XL/€19.40€32.34
2XL/€20.33€33.27 3XL/€21.25€34.19 4XL/€22.18€35.12 5XL/€23.10€36.04
Save €12.93 Save €12.93


"WOOF" DOG HOODIE - RED

From €16.63 €29.57 Add to cart
Choose an option S/€16.63€29.57 M/€17.56€30.49 L/€18.48€31.42 XL/€19.40€32.34
2XL/€20.33€33.27 3XL/€21.25€34.19 4XL/€22.18€35.12
Save €21.56 Save €21.56


MEN'S LAPEL KNITTED UGLY SWEATER CARDIGAN 9EAF

€32.33 €53.90 Add to cart
Choose an option S/€32.33€53.90 M/€32.33€53.90 L/€32.33€53.90 XL/€32.33€53.90
2XL/€32.33€53.90 3XL/€32.33€53.90 4XL/€32.33€53.90 5XL/€32.33€53.90


CHRISTMAS CUTE CARTOON BULB PRINT AND 'MERRY AND LIGHT’ LETTER PRINT CASUAL LONG
SLEEVE SWEATSHIRTS CONTRAST BLUE & WHITE TOP AND BLACK AND BLUE PLAID PANTS
FAMILY MATCHING PAJAMAS SETS

From €14.77 Add to cart
Choose an option Baby*0-6M/€18.47 Baby*6-12M/€18.47 Baby*12-18M/€18.47
Baby*18-24M/€18.47 Kids*2-3Years/€28.64 Kids*4-5Years/€28.64
Kids*6-7Years/€28.64 Kids*8-9Years/€28.64 Kids*10-11Years/€28.64
Kids*11-12Years/€28.64 Women*S/€48.97 Women*M/€48.97 Women*L/€48.97
Women*XL/€48.97 Women*2XL/€48.97 Women*3XL/€48.97 Men*M/€48.97 Men*L/€48.97
Men*XL/€48.97 Men*2XL/€48.97 Men*3XL/€48.97 Pets*S/€14.77 Pets*M/€14.77
Pets*L/€14.77


WE WERE US MINI DRESS C39C

€34.18 Add to cart
Choose an option Black-S/€34.18 Black-M/€34.18 Black-L/€34.18 Cream-S/€34.18
Cream-M/€34.18 Cream-L/€34.18
Save €36.96 Save €36.96


PIRATE SHIP ANCHOR LONG WIZARD CAPE D783

€36.96 €73.91 Add to cart
Choose an option S/€36.96€73.91 M/€36.96€73.91 L/€36.96€73.91 XL/€36.96€73.91
2XL/€36.96€73.91 3XL/€36.96€73.91 4XL/€36.96€73.91 5XL/€36.96€73.91


HARRY POTTER AVADA KEDAVRA SPELL CAPE 220F

€34.18 Add to cart
Choose an option S/€34.18 M/€34.18 L/€34.18 XL/€34.18 2XL/€34.18 3XL/€34.18
4XL/€34.18 5XL/€34.18
Save €35.42 Save €35.42


ETHNIC PRINT HOODED CAPE ROBE 8819

€32.33 €67.76 Add to cart
Choose an option S/€32.33€67.76 M/€32.33€67.76 L/€32.33€67.76 XL/€32.33€67.76
2XL/€32.33€67.76 3XL/€32.33€67.76 4XL/€32.33€67.76 5XL/€32.33€67.76
Save €18.47 Save €18.47


CHRISTMAS 1/4 ZIP STAND FLEECE COLLAR THICK SWEATSHIRT C28D

€27.70 €46.18 Add to cart
Choose an option S/€27.70€46.18 M/€27.70€46.18 L/€27.70€46.18 XL/€27.70€46.18
2XL/€27.70€46.18 3XL/€27.70€46.18 4XL/€27.70€46.18 5XL/€27.70€46.18
Save €33.26 Save €33.26


CHRISTMAS 1/4 ZIP STAND FLEECE COLLAR THICK SWEATSHIRT & SWEATPANT SET 85D1

€49.89 €83.16 Add to cart
Choose an option S/€49.89€83.16 M/€49.89€83.16 L/€49.89€83.16 XL/€49.89€83.16
2XL/€49.89€83.16 3XL/€49.89€83.16 4XL/€49.89€83.16 5XL/€49.89€83.16
Save €32.33 Save €32.33


TIE DYE HOODED ROBE CAPE B221

€32.33 €64.67 Add to cart
Choose an option S/€32.33€64.67 M/€32.33€64.67 L/€32.33€64.67 XL/€32.33€64.67
2XL/€32.33€64.67 3XL/€32.33€64.67 4XL/€32.33€64.67 5XL/€32.33€64.67
Save €35.42 Save €35.42


TRIBAL ELEMENTS HOODED PRINTED ROBE 6940

€32.33 €67.76 Add to cart
Choose an option S/€32.33€67.76 M/€32.33€67.76 L/€32.33€67.76 XL/€32.33€67.76
2XL/€32.33€67.76 3XL/€32.33€67.76 4XL/€32.33€67.76 5XL/€32.33€67.76
Save €8.31 Save €8.31


VELVET DOG HOODIE - SNOW CONE

From €21.25 €29.57 Add to cart
Choose an option S/€21.25€29.57 M/€22.18€30.49 L/€23.10€31.42 XL/€24.03€32.34
2XL/€24.95€33.27 3XL/€25.87€34.19 4XL/€26.80€35.12 5XL/€27.72€36.04


HALLOWEEN ELEMENT LONG WIZARD CAPE 4EF3

€32.33 Add to cart
Choose an option S/€32.33 M/€32.33 L/€32.33 XL/€32.33 2XL/€32.33 3XL/€32.33
4XL/€32.33 5XL/€32.33
Save €8.31 Save €8.31


ROCKETS DOG HOODIE

From €21.25 €29.57 Add to cart
Choose an option S/€21.25€29.57 M/€22.18€30.49 L/€23.10€31.42 XL/€24.03€32.34
2XL/€24.95€33.27 3XL/€25.87€34.19 4XL/€26.80€35.12 5XL/€27.72€36.04


NATIONAL PRAYER ELEMENT LONG WIZARD CAPE C90D

€32.33 Add to cart
Choose an option S/€32.33 M/€32.33 L/€32.33 XL/€32.33 2XL/€32.33 3XL/€32.33
4XL/€32.33 5XL/€32.33
Save €15.01 Save €15.01


OUR BEERS 3D PRINT FUN CHRISTMAS SWEATSHIRT 54DB

€22.53 €37.55 Add to cart
Choose an option S/€22.53€37.55 M/€22.53€37.55 L/€22.53€37.55 XL/€22.53€37.55
2XL/€22.53€37.55 3XL/€22.53€37.55 4XL/€22.53€37.55 5XL/€22.53€37.55
Save €10.16 Save €10.16


CHRISTMAS CUTE CARTOON FACE AND "SANTA WE GOOD?" LETTER PRINT CASUAL LONG SLEEVE
SWEATSHIRTS CONTRAST BLUE & WHITE TOP AND BLACK AND BLUE PLAID PANTS FAMILY
MATCHING PAJAMAS SETS

From €18.47 €28.64 Add to cart
Choose an option Baby*0-6M/€18.47 Baby*6-12M/€18.47 Baby*12-18M/€18.47
Baby*18-24M/€18.47 Kids*2-3Years/€28.64€45.17 Kids*4-5Years/€28.64€45.27
Kids*6-7Years/€28.64€45.27 Kids*8-9Years/€28.64€45.27
Kids*10-11Years/€28.64€45.27 Kids*11-12Years/€28.64 Women*S/€48.97
Women*M/€48.97 Women*L/€48.97 Women*XL/€48.97 Women*2XL/€48.97 Women*3XL/€48.97
Men*M/€48.97 Men*L/€48.97 Men*XL/€48.97 Men*2XL/€48.97 Men*3XL/€48.97
Pets*S/€18.47€28.64 Pets*M/€18.47€28.64 Pets*L/€18.47€28.64
Save €31.41 Save €31.41


MEDALLION EMBROIDERED VELVET MAGIC ROBE 1883

€32.33 €63.75 Add to cart
Choose an option S/€32.33€63.75 M/€32.33€63.75 L/€32.33€63.75 XL/€32.33€63.75
2XL/€32.33€63.75 3XL/€32.33€63.75 4XL/€32.33€63.75 5XL/€32.33€63.75
Save €8.31 Save €8.31


RANGER DOG HOODIE

From €21.25 €29.57 Add to cart
Choose an option S/€21.25€29.57 M/€22.18€30.49 L/€23.10€31.42 XL/€24.03€32.34
2XL/€24.95€33.27 3XL/€25.87€34.19 4XL/€26.80€35.12 5XL/€27.72€36.04


HARRY POTTER AVADA KEDAVRA SPELL CAPE CD23

€34.18 Add to cart
Choose an option S/€34.18 M/€34.18 L/€34.18 XL/€34.18 2XL/€34.18 3XL/€34.18
4XL/€34.18 5XL/€34.18
Save €32.33 Save €32.33


ETHNIC MANDALA EMBROIDERED HOODED ROBE 1A09

€32.33 €64.67 Add to cart
Choose an option S/€32.33€64.67 M/€32.33€64.67 L/€32.33€64.67 XL/€32.33€64.67
2XL/€32.33€64.67 3XL/€32.33€64.67 4XL/€32.33€64.67 5XL/€32.33€64.67
${("{{ count }} Products").replace(/\{\{\s*count\s*\}\}/, data.total)}
${("Your search for '{{ name }}' did not yield any
results.").replace(/\{\{\s*name\s*\}\}/, data)}
123...13

BANQUET CHRISTMAS


FASHION CHRISTMAS UGLY SWEATER 172A

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER AA4B

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER A0F9

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER 5B05

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER 580F

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER 3416

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER AAF1

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER AD5A

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER 172A

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER AA4B

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER A0F9

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92


FASHION CHRISTMAS UGLY SWEATER 5B05

€23.92 Add to cart
Choose an option S/€23.92 M/€23.92 L/€23.92 XL/€23.92 2XL/€23.92 3XL/€23.92
4XL/€23.92 5XL/€23.92
View more

MENU

 * HOME
 * Hot sale
 * 🎅Sweatshirt
 * Oktoberfest jacket
 * Oktoberfest Suit
 * Men‘s tops
 * Robe🎃
 * Bottoms
 * NEW IN

MENU

 * HOME
 * Hot sale
 * 🎅Sweatshirt
 * Oktoberfest jacket
 * Oktoberfest Suit
 * Men‘s tops
 * Robe🎃
 * Bottoms
 * NEW IN

SUPPORT

 * ABOUT US
 * CONTACT US
 * RETURN & EXCHANGE
 * PAYMENT
 * DELIVERY
 * PRIVACY POLICY
 * TERMS

SUPPORT

 * ABOUT US
 * CONTACT US
 * RETURN & EXCHANGE
 * PAYMENT
 * DELIVERY
 * PRIVACY POLICY
 * TERMS

We accept

 * American Express
 * Apple Pay
 * Mastercard
 * PayPal
 * Visa

We accept

 * American Express
 * Apple Pay
 * Mastercard
 * PayPal
 * Visa

Get in touch

Email us Live chat

Get in touch

Email us Live chat

© 2024 Darcyloves
View Cart
${function(){ const productData = data.product; let product_change_event = '',
mouse_over_event = ' '; mouse_out_event = ''; const product_options =
productData.options.filter(Boolean) || []; for (let opt of product_options) {
product_change_event = product_change_event +
`quick-shop-selected-variant-${opt.name}.rerender(data=event.selectedValues.${opt.name});`;
mouse_out_event = mouse_out_event +
`quick-shop-selected-variant-${opt.name}.rerender(data=event.selectData.${opt.name});`;
mouse_over_event = mouse_over_event +
`@${opt.name}Mouseover="quick-shop-selected-variant-${opt.name}.rerender(data=event);"`;
} const selectedVariant = productData.variants.find(v => v.available) ||
productData.variants[0]; const statusLan = ((selectedVariant &&
!selectedVariant.available) || (!selectedVariant && !productData.available)) ?
"Sold out" : "Add to cart"; return `
${statusLan}

` }()}

${function(){ const currentSelectVariant = data.variant; const defaultVariant =
(data.product && data.product.variants && data.product.variants[0]); const
variantData = currentSelectVariant || defaultVariant || data; const retail_price
= variantData.retail_price || 0; return `
Retail
` }()} ${function(){ const wholesale_enabled = false; const qty = data.quantity
|| 1; const currentSelectVariant = data.variant; const defaultVariant =
(data.product && data.product.variants && data.product.variants[0]); const
productVariant = null; const variantData = currentSelectVariant ||
defaultVariant || productVariant; const wholesale_price =
variantData.wholesale_price || []; if(wholesale_enabled &&
wholesale_price.length > 0) { let wholesaleIndex =
wholesale_price.findIndex(item => { return item.min_quantity > qty; });
if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else
if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const
wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `

` }else { const price = variantData && variantData.price; return price !=
undefined ? `

` : ''; } }()}
${function() { let variantImageShowed = false; const currentProduct =
data.product; return (currentProduct.options || []).map((option, index) => {
const optionName = option.name || ''; const position = `option${index + 1}`; let
isThumbImage = false; if (currentProduct.need_variant_image &&
!variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len
= variantNames.length; i < len; i++) { const name =
variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) {
isThumbImage = true; variantImageShowed = true; } } } const variantType =
"button"; const thumbStyle = "image_with_text"; return ` ${optionName}: 
${option.values.map((value, idx) => { const selected =
data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage =
null; if (isThumbImage) { const variants = currentProduct.variants; for (let i =
0, len = variants.length; i < len; i++) { const variant = variants[i]; if
(variant[position] == value && thumbImage == null) { thumbImage = variant.image;
break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName]
== value ? 'selected' : ''; return `${value}` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}

View Cart
${function(){ const productData = data.product; let product_change_event = '',
mouse_over_event = ' '; mouse_out_event = ''; const product_options =
productData.options.filter(Boolean) || []; for (let opt of product_options) {
product_change_event = product_change_event +
`quick-shop-selected-variant-${opt.name}.rerender(data=event.selectedValues.${opt.name});`;
mouse_out_event = mouse_out_event +
`quick-shop-selected-variant-${opt.name}.rerender(data=event.selectData.${opt.name});`;
mouse_over_event = mouse_over_event +
`@${opt.name}Mouseover="quick-shop-selected-variant-${opt.name}.rerender(data=event);"`;
} const selectedVariant = productData.variants.find(v => v.available) ||
productData.variants[0]; const statusLan = ((selectedVariant &&
!selectedVariant.available) || (!selectedVariant && !productData.available)) ?
"Sold out" : "Add to cart"; return `
${statusLan}

` }()}

${function(){ const currentSelectVariant = data.variant; const defaultVariant =
(data.product && data.product.variants && data.product.variants[0]); const
variantData = currentSelectVariant || defaultVariant || data; const retail_price
= variantData.retail_price || 0; return `
Retail
` }()} ${function(){ const wholesale_enabled = false; const qty = data.quantity
|| 1; const currentSelectVariant = data.variant; const defaultVariant =
(data.product && data.product.variants && data.product.variants[0]); const
productVariant = null; const variantData = currentSelectVariant ||
defaultVariant || productVariant; const wholesale_price =
variantData.wholesale_price || []; if(wholesale_enabled &&
wholesale_price.length > 0) { let wholesaleIndex =
wholesale_price.findIndex(item => { return item.min_quantity > qty; });
if(wholesaleIndex < 0){ wholesaleIndex = wholesale_price.length - 1; }else
if(wholesaleIndex > 0){ wholesaleIndex = wholesaleIndex - 1; } const
wholesalePrice = wholesale_price[wholesaleIndex] || ''; return `

` }else { const price = variantData && variantData.price; return price !=
undefined ? `

` : ''; } }()}
${function() { let variantImageShowed = false; const currentProduct =
data.product; return (currentProduct.options || []).map((option, index) => {
const optionName = option.name || ''; const position = `option${index + 1}`; let
isThumbImage = false; if (currentProduct.need_variant_image &&
!variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len
= variantNames.length; i < len; i++) { const name =
variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) {
isThumbImage = true; variantImageShowed = true; } } } const variantType =
"button"; const thumbStyle = "image_with_text"; return ` ${optionName}: 
${option.values.map((value, idx) => { const selected =
data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage =
null; if (isThumbImage) { const variants = currentProduct.variants; for (let i =
0, len = variants.length; i < len; i++) { const variant = variants[i]; if
(variant[position] == value && thumbImage == null) { thumbImage = variant.image;
break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName]
== value ? 'selected' : ''; return `${value}` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}

111

111
Item has been added
${(function(){ const products = data.products; const getDefaultVariant =
function(product){ if (product.min_price_variant.available){ return
product.min_price_variant; }else { const avail_variants =
product.variants.filter(function(variant){ return variant.available; }); if
(avail_variants.length) { return avail_variants[0]; } } }; const toQuery = obj
=> Object.keys(obj) .map(k => Array.isArray(obj[k]) ? obj[k].map(v =>
`${k}[]=${encodeURIComponent(v)}`).join('&') :
`${k}=${encodeURIComponent(obj[k])}` ) .join('&'); const getDefaultTrackParams =
function(product, index){ const variant = getDefaultVariant(product); const
params = { aid: 'smart_recommend.2.' + data.id, scm: product.scm || data.scm ||
'', spm: data.spmBase + '.' + index, ssp: data.ssp || '', }; const trackParams =
Object.keys(params).map(function(key){ return params[key]; }).join('__'); return
trackParams; }; const hasMore = (data.products.length -
data.target_top_product_num - data.page * data.limit) === 0; return `
${(function(){ return `
${data.config.pop_title}

${data.rebate_tips || ''}
`; })()}
${product.title}
Added




`; })()}

class SpzCustomComponent extends SPZ.BaseElement { constructor(element) {
super(element); this.templates_ = null; this.container_ = null;
this._atcLineItem = {}; this.cart_ = {}; this.top_product_ids_ = [];
this.products_ = []; this.activityId_ = null; this.rendered_ = false;
this.myInterceptor_ = null; this.i18n_ = {}; this.config_ = {}; this.page_ = 1;
this.limit_ = 10; this.loading_ = false; } static deferredMount() { return
false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER;
} buildCallback() { this.templates_ = SPZServices.templatesForDoc(this.element);
this.setAction_(); } mountCallback() { console.log('pop mounted'); this.i18n_ =
window.smartRecommendI18n &&
window.smartRecommendI18n[document.documentElement.lang || 'en-US'] || {}; const
cartPopRenderEl = document.getElementById("smart_cart_pop_render"); const
modalEl = document.getElementById("smart_cart_pop_modal"); const spmBase =
`smart_recommend_2`; const extra = { spmBase: spmBase, i18n: this.i18n_, };
const that = this; document.addEventListener('dj.addToCart', (event) => { try {
const e = event.detail; if (e.source === 'buy_now' || window.__upsell_block ||
this.rendered_) return; that.fetchActivityData({product_id: e.product_id,
variant_id: e.variant_id}).then(data => { if (!data || !data.products ||
!data.products.length) return; that.config_ = data.config; const recommendStyle
= document.createElement('style'); recommendStyle.innerHTML = `
#plugin_recommend_atc_pop { display: none !important; } `;
document.head.appendChild(recommendStyle); if (data.config.pop_frequency ===
'once' && window.sessionStorage.getItem('smart_pop_times') > 0) return;
SPZ.whenApiDefined(cartPopRenderEl).then(function(api){
api.render(Object.assign({}, data, extra), true).then(function() {
that.rendered_ = true; if (data.products.length) { const headEl =
document.getElementById("smart_cart_pop_head_render"); if (headEl) {
SPZ.whenApiDefined(headEl).then(function(head){ head.render({ data: data }); });
} SPZ.whenApiDefined(modalEl).then(function(api){
that.impressListen('#smart_cart_pop_activity', function(){
that.trackPluginImpression_(data); }); api.open(); const intersectionObserver =
new IntersectionObserver( function (entries) { if (entries[0].intersectionRatio
> 0){ !that.loading_ && (that.products_.length - that.target_top_product_num_)
=== that.page_ * that.limit_ && that.viewMore(); } }, { threshold: [0.1] } );
intersectionObserver.observe(
document.querySelector('#smart_cart_pop_view_more_text') ); }); } }) }); }) }
catch (e) { console.error(e); } }); } unmountCallback() { } viewMore () { const
cartPopRenderEl = document.getElementById("smart_cart_pop_render"); const that =
this; const data = {}; SPZ.whenApiDefined(cartPopRenderEl).then(function(api){
that.fetchActivityData({ page: that.page_ + 1, limit: that.limit_
}).then(function(data) { data.products = that.products_;
data.target_top_product_num = that.target_top_product_num_; data.i18n =
that.i18n_; data.spmBase = `smart_recommend_2`; api.render(data); }) }) }
fetchActivityData(data) { const that = this; if (data.product_id) {
that._atcLineItem = data; } that.loading_ = true; return
that.getCart().then(cart => { that.cart_ = cart.cart; return
fetch(window.C_SETTINGS.routes.root + "/api/possum/recommend_activities", {
method: "POST", headers: { "Content-Type": "application/json", "store-id":
window.C_SETTINGS.shop.shop_id, }, body: JSON.stringify({ "show_type": 2,
"line_item": { "product_id": that._atcLineItem.product_id, "variant_id":
that._atcLineItem.variant_id, }, line_items: cart.cart.line_items, "page":
data.page || 1, "limit": data.limit || 10, }) }).then(function(res){ if(res.ok){
return res.json(); } }).then(function(data){ data.cart = cart.cart; if
(data.page === 1) { that.target_top_product_num_ = data.target_top_product_num
|| 0; } that.products_ = that.products_.concat(data.products || []); that.page_
= data.page || 1; that.limit_ = data.limit || 10; return data;
}).catch(function(e){ console.log(e); }).finally(function(){ that.loading_ =
false; }) }); }; setAction_() { this.registerAction('changeBannerColor', (data)
=> { if (!data.args.data || !data.args.data.data || !data.args.data.data.data)
return false; const config = data.args.data.data.data.config; const bannerBgEl =
document.querySelector('.smart_cart_pop_banner_bg'); if (bannerBgEl && config) {
bannerBgEl.style.background = config.banner_bg_color; bannerBgEl.style.color =
config.banner_text_color; } }); this.registerAction('handleProductChange',
(data) => { const that = this; const imageEl =
document.getElementById(`smart_cart_pop_image_${data.args.data.product_id}`);
SPZ.whenApiDefined(imageEl).then(function(api){ api.render({ data:
data.args.data, config: that.config_ }); }); const atcTextEl =
document.getElementById(`smart_cart_pop_atc_${data.args.data.product_id}`);
SPZ.whenApiDefined(atcTextEl).then(function(api){ api.render({ data:
data.args.data, defaultText: data.args.defaultText, soldOutText:
that.i18n_.sold_out }); }); if (data.args.data.variant.available) {
document.getElementById(`smart_cart_pop_atc_btn_${data.args.data.product_id}`).classList.remove('zb-pointer-events-none');
} else {
document.getElementById(`smart_cart_pop_atc_btn_${data.args.data.product_id}`).classList.add('zb-pointer-events-none');
} }); this.registerAction('handleProduct', (detail) => { const that = this;
this.renderProductsForm_(detail.args.data.data); });
this.registerAction('addATCHook', (data) => { const params = data.args;
this.myInterceptor_ = window.djInterceptors && window.djInterceptors.track.use({
event: 'dj.addToCart', params: { aid: 'smart_recommend.2.' + params.activity_id,
ssp: params.ssp, scm: params.scm, cfb: params.cfb, spm:
`..${window.C_SETTINGS.meta.page.template_name}.${params.spm}`, }, once: true
}); }); this.registerAction('handleAtcSuccess', (detail) => {
detail.args.data.product = detail.args.data.product || {};
detail.args.data.variant = detail.args.data.variant || {}; const defParams =
detail.args.product.split('__'); const product_id = detail.args.data.product.id;
const product_title = detail.args.data.product.title; const variant_id =
detail.args.data.variant.id; const price = detail.args.data.variant.price; const
aid = defParams[0]; const ifb = detail.args.data.product.ifb; const cfb =
detail.args.data.product.cfb; const scm = defParams[1]; const spm =
defParams[2]; const ssp = defParams[3]; const params = { id: product_id,
product_id: product_id, number: 1, name: product_title, variant_id: variant_id,
childrenId: variant_id, item_price: price, source: 'add_to_cart', _extra: { aid:
aid, ifb: ifb, cfb: cfb, scm: scm, spm:
`..${window.C_SETTINGS.meta.page.template_name}.${spm}`, ssp: ssp, } }; const
activity_id = `${detail.args.activity_id}`; const target_drive_way =
detail.args.target_drive_way;
document.getElementById(`smart_cart_pop_loading_${product_id}`).classList.add('zb-hidden');
document.getElementById(`smart_cart_pop_added_${product_id}`).classList.remove('zb-hidden');
setTimeout(() => {
document.getElementById(`smart_cart_pop_added_${product_id}`).classList.add('zb-hidden');
document.getElementById(`smart_cart_pop_atc_${product_id}`).classList.remove('zb-hidden');
document.getElementById(`smart_cart_pop_atc_btn_${product_id}`).classList.remove('zb-pointer-events-none');
}, 1000); this.tranckAddToCart(params); if (target_drive_way === 'rebate') {
const bannerEl = document.getElementById(`smart_cart_pop_banner`);
this.getRecommendInfo(activity_id).then(res => { if (res && res.rebate_tips) {
bannerEl.innerHTML = res.rebate_tips; } }) } });
this.registerAction('handleCartSummary', (event) => { const that = this; const
checkoutButtonEle = document.getElementById("smart_cart_pop_checkout_button");
if (checkoutButtonEle) {
SPZ.whenApiDefined(checkoutButtonEle).then(function(api){ api.render({ i18n:
that.i18n_ }, false); }); } const tipEl =
document.getElementById("smart_cart_pop_tip_info"); const cart = event &&
event.args && event.args.data && event.args.data.data; if (!tipEl || !cart)
return; let total_price = cart.total_price; if (!total_price) {
SPZ.whenApiDefined(tipEl).then(function(api){ api.render({ total_price:
total_price, i18n: that.i18n_ }, false); }); } else {
this.getBindDiscount_(cart.line_items).then(res => { if (res &&
res.discount_code){ const total = cart.line_price - cart.total_discount -
res.bundle_discount_value; if (total > 0) { total_price = total; } else {
total_price = 0; } } SPZ.whenApiDefined(tipEl).then(function(api){ api.render({
total_price: total_price, i18n: that.i18n_ }, false); }); }) } });
this.registerAction('open', () => {
window.sessionStorage.setItem('smart_pop_times',
Number(window.sessionStorage.getItem('smart_pop_times')) + 1); });
this.registerAction('close', () => { this.rendered_ = false; this.products_ =
[]; window.djInterceptors &&
window.djInterceptors.track.eject(this.myInterceptor_); }); } getCart() { return
fetch(`${window.C_SETTINGS.routes.root || ''}/api/cart`, { method: 'GET',
headers: { 'Content-Type': 'application/json; charset=UTF-8', }, }).then(res =>
res.json()) } getRecommendInfo (activity_id) { return this.getCart().then(cart
=> { this.cart_ = cart.cart; return fetch(`${window.C_SETTINGS.routes.root ||
''}/api/possum/recommend_info`, { method: 'POST', headers: { 'Content-Type':
'application/json; charset=UTF-8', }, body: JSON.stringify({ show_type: 2,
rule_id: `${activity_id}`, line_items: cart.cart.line_items, line_item:
this._atcLineItem, }) }).then(res => res.json()) }) } renderProductsForm_(data)
{ const products = data.products; const listPopRenderEl =
document.getElementById("smart_cart_pop_render"); if (!listPopRenderEl) return;
listPopRenderEl.querySelectorAll('.smart_cart_pop_atc_btn_bg').forEach(function(el){
el.style.background = data.config.add_to_cart_button_color; });
products.forEach(function(product){ const productId = product.id; const
productFormEls =
listPopRenderEl.querySelectorAll(`ljs-product-form[product-id="${productId}"]`);
let variantsEl =
listPopRenderEl.querySelectorAll(`ljs-product-form[product-id="${productId}"]
#smart_cart_pop_variant_${productId}_mobile ljs-variants`); if
(window.innerWidth > 768) { variantsEl =
listPopRenderEl.querySelectorAll(`ljs-product-form[product-id="${productId}"]
#smart_cart_pop_variant_${productId}_pc ljs-variants`); }
productFormEls.forEach(function(el){ SPZ.whenApiDefined(el).then(function(api){
api.setProduct(product); }); }); variantsEl.forEach(function(el){
SPZ.whenApiDefined(el).then(function(api){ api.handleRender(product); }); }) });
} tranckAddToCart(detail) { if (window.$) {
window.$(document.body).trigger('dj.addToCart', detail); } }
trackPluginImpression_(rule){ if (window.sa && window.sa.track) {
window.sa.track("module_impressions", { aid: `smart_recommend.2.${rule.id}` });
} } getBindDiscount_(carts) { let bundle_sale_ids = []; try { bundle_sale_ids =
sessionStorage['bundle_sale_ids'] &&
JSON.parse(sessionStorage['bundle_sale_ids']).filter((item, index, arr) =>
arr.indexOf(item, 0) === index).slice(-5); } catch (err) { console.error(err); }
if (!carts.length) { Promise.resolve(); } return
fetch(`${window.C_SETTINGS.routes.root || ''}/api/bundle-sales/cart`, { method:
'POST', headers: { 'Content-Type': 'application/json; charset=UTF-8',
'store-id': window.C_SETTINGS.shop.shop_id, }, body: JSON.stringify({ cart:
carts, action_type: 'cart', bundle_sale_ids }) }).then(res => res.json()) }
impressListen(selector, cb) { const el = document.querySelector(selector); const
onImpress = (e) => { if (e) { e.stopPropagation(); } cb(); }; if (el &&
!el.getAttribute('imprsd')) { el.addEventListener('impress', onImpress) } else
if (el) { onImpress(); } } } SPZ.defineElement('spz-custom-smart',
SpzCustomComponent); ${function(){ return `
${data.data.rebate_tips || ''}
`; }()} ${function(){ const getImageHeight = function(image){ const width =
image.width || 500; const height = image.height || 500; const image_size =
data.config.image_size || 0; let ratio = 0; if(image_size == 0){ ratio = (height
/ width).toFixed(2); }else if(image_size == 1){ ratio = 1.5; } return 132 *
ratio; }; const image = data.data.variant.image || data.data.product.image;
return ` `; }()}
${(function(){ const product = data.product; const avail_variants =
product.variants.filter(function(variant){ return variant.available; }); const
selected_variant = product.min_price_variant.available ?
product.min_price_variant : avail_variants.length && avail_variants[0]; return `
${option.name}
${ option.values.map(function(value, index){ const checked =
selected_variant["option"+option.position] == value ? "checked": ""; return `
${value}
` }).join("") }
` })()}
${(function(){ const variant = data.variant; return `

`; })()} ${(function(){ const variant = data.variant; return `
${ variant.options.map(function(option){ return option.value; }).join("/") ||
'Not exist' }
`; })()} ${(function(){ const variant = data.data && data.data.variant; const
defaultText = data.defaultText || 'Add To Cart'; const text = (!variant ||
variant.available) ? defaultText: data.soldOutText; return `
${text}
`; })()} ${(function(){ let cart = data; if(data.data) { cart = data.data; }
return `
${cart.item_count >=0 ? cart.item_count : '..'}
`; })()} ${(function(){ return `
${data.i18n.checkout}
`; })()}
111


See detail
$0.00



Quantity

1


GIFTS

POINTS



$0.00



1



Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern