snowboards.eu Open in urlscan Pro
2606:4700:3031::6815:20ab  Public Scan

URL: https://snowboards.eu/
Submission Tags: sansec.io magecart Search All
Submission: On September 05 via api from US — Scanned from DE

Form analysis 13 forms found in the DOM

GET https://snowboards.eu/catalogsearch/result/

<form class="form minisearch w-full lg:w-[42rem] flex items-center" id="search_mini_form" action="https://snowboards.eu/catalogsearch/result/" method="get" autocomplete="off">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" name="q" value="" placeholder="Search" maxlength="128"
    class="w-full rounded-md border-0 bg-white px-8 py-4 text-base text-black ring-1 ring-inset ring-white/10 placeholder:text-gray-500 sm:leading-6 min-h-[4.4rem] z-30" x-on:keyup.debounce.300="doSearch($refs.searchInput.value)"
    x-on:click.debounce.150="openSearch" x-on:keydown.debounce.100="startSearch($refs.searchInput.value)">
  <button type="submit" title="Search" class="action search absolute right-4 p-2" aria-label="Search">
    <span class="icon-search">
    </span>
  </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" autocomplete="off" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Password</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" autocomplete="off" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Sign In </button>
      <a href="https://snowboards.eu/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/5208/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/5208/"
  class="item product product-item pre-order product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="5208">
  <a href="https://snowboards.eu/burton-feelgood-camber-2/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -20%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
            <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-5208.window="$root.src = $event.detail" src="https://snowboards.eu/static/version1725515317/frontend/Snowboards/default/en_US/Magento_Catalog/images/product/placeholder/small_image.jpg" loading="lazy" width="200" height="200" alt="burton feelgood" title="burton feelgood" x-defer="intersect" x-ignore="">
        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/burton-feelgood-camber-2/" style="height: 24px;">
                Burton Feelgood Camber            </a>
    </div>
    <div class="category-product-description">
      <ul class="list-none">
        <li>Riding style: Allmountain / Freestyle</li>
        <li>Profile: Camber</li>
        <li>Shape: Directional Twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">146</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">149</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">152</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481655d0() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481655d0()" @update-prices-5208.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="5208" data-price-box="product-id-5208"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€659,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€527,96</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/burton-feelgood-camber-2/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/5179/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/5179/"
  class="item product product-item pre-order product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="5179">
  <a href="https://snowboards.eu/burton-custom-camber-20250/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -20%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-5179.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/c/u/custom6.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-5179.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/c/u/custom6.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-5179.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/c/u/custom6.jpg" loading="lazy" width="200" height="200" alt="burton custom camber" title="burton custom camber" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/burton-custom-camber-20250/" style="height: 24px;">
                Burton Custom Camber            </a>
    </div>
    <div class="category-product-description">
      <ul class="list-none">
        <li>Rijstijl: Allmountain / Freetsyle</li>
        <li>Profiel: Camber</li>
        <li>Shape: Directional Twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">156</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">158</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">158W</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">162</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">162W</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">166W</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481785ee() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481785ee()" @update-prices-5179.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="5179" data-price-box="product-id-5179"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€699,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€559,96</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/burton-custom-camber-20250/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/4820/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/4820/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="4820">
  <a href="https://snowboards.eu/yes-greats-uninc/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-4820.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/g/r/greats.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-4820.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/g/r/greats.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-4820.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/g/r/greats.jpg" loading="lazy" width="200" height="200" alt="yes greats uninc
" title="yes greats uninc
" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/yes-greats-uninc/" style="height: 24px;">
                Yes Greats UnInc.            </a>
    </div>
    <div class="category-product-description">
      <ul class="list-none">
        <li>Rijstijl: All Mountain / Carve</li>
        <li>Profiel: CamRock / camber</li>
        <li>Shape: Asym twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">154</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">156</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481978f4() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481978f4()" @update-prices-4820.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="4820" data-price-box="product-id-4820">
          <span class="normal-price font-semibold text-base">
            <span class="price">€629,95</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/yes-greats-uninc/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/4761/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/4761/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="4761">
  <a href="https://snowboards.eu/nidecker-astral/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-4761.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/s/astral.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-4761.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/s/astral.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-4761.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/s/astral.jpg" loading="lazy" width="200" height="200" alt="nidecker astral" title="nidecker astral" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/nidecker-astral/" style="height: 24px;">
                Nidecker Astral            </a>
    </div>
    <div class="category-product-description">
      <ul class="list-none">
        <li>Rijstijl: All Mountain / Freestyle</li>
        <li>Profiel: CamRock / camber</li>
        <li>Shape: Directional twin</li>
        <li>Base: Extruded</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">143</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">147</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">151</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">155</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481a90b3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481a90b3()" @update-prices-4761.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="4761" data-price-box="product-id-4761">
          <span class="normal-price font-semibold text-base">
            <span class="price">€399,95</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/nidecker-astral/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/4435/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/4435/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="4435">
  <a href="https://snowboards.eu/jones-rally-cat/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-4435.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/r/a/rally.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-4435.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/r/a/rally.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-4435.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/r/a/rally.jpg" loading="lazy" width="200" height="200" alt="jones Rally Cat" title="jones Rally Cat" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/jones-rally-cat/" style="height: 24px;">
                Jones Rally Cat            </a>
    </div>
    <div class="category-product-description">
      <ul>
        <li>Rijstijl: All mountain / Freestyle</li>
        <li>Profiel: True Camber</li>
        <li>Shape: Directional twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">154</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">156</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">158</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">159W</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">166W</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">170W</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481bacdc() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481bacdc()" @update-prices-4435.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="4435" data-price-box="product-id-4435">
          <span class="normal-price font-semibold text-base">
            <span class="price">€449,95</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/jones-rally-cat/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2900/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2900/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="2900">
  <a href="https://snowboards.eu/burton-yeasayer-flat-top/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -20%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-2900.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/y/e/yea.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-2900.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/y/e/yea.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-2900.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/y/e/yea.jpg" loading="lazy" width="200" height="200" alt="burton yeasayer" title="burton yeasayer" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/burton-yeasayer-flat-top/" style="height: 24px;">
                Burton Yeasayer Flat Top            </a>
    </div>
    <div class="category-product-description">
      <ul class="list-none">
        <li>Riding style: All Mountain / Freestyle</li>
        <li>Profile: Flat Top</li>
        <li>Shape: True twin</li>
        <li>Base: Extruded</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">148</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">152</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481d9d08() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481d9d08()" @update-prices-2900.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="2900" data-price-box="product-id-2900"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€549,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€439,96</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/burton-yeasayer-flat-top/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2496/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2496/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="2496">
  <a href="https://snowboards.eu/arbor-ethis-rocker/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -20%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-2496.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/e/t/ethos.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-2496.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/e/t/ethos.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-2496.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/e/t/ethos.jpg" loading="lazy" width="200" height="200" alt="Arbor ethos" title="Arbor ethos" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/arbor-ethis-rocker/" style="height: 24px;">
                Arbor Ethos Rocker            </a>
    </div>
    <div class="category-product-description">
      <ul>
        <li>Riding style: all mountain</li>
        <li>Profile: Rocker</li>
        <li>Shape: Twin</li>
        <li>Base: Extruded</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">147</span>
              </div>
            </div>
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">150</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b481e9c61() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b481e9c61()" @update-prices-2496.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="2496" data-price-box="product-id-2496"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€439,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€351,96</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/arbor-ethis-rocker/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2483/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2483/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="2483">
  <a href="https://snowboards.eu/arbor-poparazzi-camber/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -25%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-2483.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/r/arbor-poparazzi-camber-2023-studio-01.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-2483.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/r/arbor-poparazzi-camber-2023-studio-01.jpeg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-2483.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/r/arbor-poparazzi-camber-2023-studio-01.jpeg" loading="lazy" width="200" height="200" alt="arbor poparazzi" title="arbor poparazzi" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/arbor-poparazzi-camber/" style="height: 24px;">
                Arbor Poparazzi Camber            </a>
    </div>
    <div class="category-product-description">
      <ul>
        <li>Riding style: All mountain / Freestyle</li>
        <li>Profile: Camber</li>
        <li>Shape: Twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">152</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b482062b3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b482062b3()" @update-prices-2483.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="2483" data-price-box="product-id-2483"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€479,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€359,95</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/arbor-poparazzi-camber/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2474/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2474/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="2474">
  <a href="https://snowboards.eu/arbor-formua-camber/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -20%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-2474.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/r/arbor_fumula.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-2474.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/r/arbor_fumula.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-2474.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/a/r/arbor_fumula.jpg" loading="lazy" width="200" height="200" alt="arbor formula camber" title="arbor formula camber" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/arbor-formua-camber/" style="height: 24px;">
                Arbor Formula Camber            </a>
    </div>
    <div class="category-product-description">
      <ul>
        <li>Riding style: All mountain / Freestyle</li>
        <li>Profile: Camber</li>
        <li>Shape: Twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">159</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b48211b6d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b48211b6d()" @update-prices-2474.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="2474" data-price-box="product-id-2474"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€509,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€407,96</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/arbor-formua-camber/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2466/

<form method="post" action="https://snowboards.eu/checkout/cart/add/uenc/%25uenc%25/product/2466/"
  class="item product product-item in-stock product_addtocart_form card card-interactive flex overflow-x-hidden flex-col w-full min-h-[45rem] max-h-[62rem] ">
  <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE"> <input type="hidden" name="product" value="2466">
  <a href="https://snowboards.eu/arbor-element-camber/" class="product photo product-item-photo w-full block mx-auto relative p-5 pb-0 " tabindex="-1">
        <div class="max-w-[20rem] mx-auto relative">
        <div class="w-full relative pb-[100%] h-0 max-w-[20rem]"></div>
                                <span class="discount-procentage text-sm z-10 right-4 bottom-4 absolute bg-[#ea7a76] leading-none py-2 px-3 rounded-lg text-white">
                -20%
            </span>
                <div class="w-full object-cover h-full absolute max-w-[20rem] top-0">
                <picture>
        <source type="image/webp" x-data="" @jajuma-image-update-gallery-2466.window="$el.srcset = event.detail.webp ? event.detail.webp : event.detail.origin" srcset="https://snowboards.eu/media/webp_image/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/e/l/element.webp">
        <source type="image/jpg" x-data="" @jajuma-image-update-gallery-2466.window="$el.srcset = event.detail.origin" srcset="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/e/l/element.jpg">
        <img class="object-contain w-full min-h-[11rem] sm:w-auto sm:h-80 product-image-photo" x-data="" @update-gallery-2466.window="$root.src = $event.detail" src="https://snowboards.eu/media/catalog/product/cache/acbbaf453e47ab812b0349457cf5ea4e/e/l/element.jpg" loading="lazy" width="200" height="200" alt="Arbor Element camber" title="Arbor Element camber" x-defer="intersect" x-ignore="">    </picture>

        </div>
        </div>
    </a>
  <div class="product-info flex flex-col grow p-6">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-md text-left ">
      <a class="product-item-link" href="https://snowboards.eu/arbor-element-camber/" style="height: 24px;">
                Arbor Element Camber            </a>
    </div>
    <div class="category-product-description">
      <ul>
        <li>Riding style: All mountain</li>
        <li>Profile: Camber</li>
        <li>Shape: Directional Twin</li>
        <li>Base: Sintered</li>
      </ul>
    </div>
    <div class="mt-auto">
      <div class="swatch-attribute mt-4">
        <span class="group text-xs text-[#999]">Available in</span>
        <div class="swatch-items-wrapper w-full overflow-x-hidden swatch-attribute-options relative min-h-14">
          <div class="swiper-wrapper flex flex-nowrap snap items-center py-1 w-0">
            <div class="swiper-slide mr-2">
              <div class="swatch-option swatch enabled-swatch-option bg-container-lighter product-option-value-label">
                <span class="swatch-option-label">159</span>
              </div>
            </div>
          </div>
          <div class="swiper-button-next absolute -translate-y-1/2 origin-center top-[47%] right-0 h-[2.6rem] w-[2.5rem]"></div>
          <div class="swiper-button-prev absolute -translate-y-1/2 origin-center top-[47%] left-0 h-[2.6rem] w-[2.5rem]"></div>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66d9b4821daef() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.old-price');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.remove('opacity-0');
            } else {
              regularPriceLabel.classList.add('opacity-0');
            }
            regularPriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.finalPrice.amount));
            basePriceElement && (basePriceElement.innerText = this.formatPriceToText(hyva.formatPrice(priceData.basePrice.amount)));
          },
          formatPriceToText(formatedPrice) {
            formatedPrice = formatedPrice.split('.');
            if (formatedPrice[1] == '00') {
              formatedPrice[1] = '-';
            }
            formatedPrice.join(',');
            return formatedPrice;
          },
        }
      }
    </script>
    <div class="price-box-wrapper  flex flex-wrap justify-center items-center justify-between">
      <div class="pt-1 text-gray-900 text-xxxs" x-data="initPriceBox__66d9b4821daef()" @update-prices-2466.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
        <div class="price-box price-final_price" data-role="priceBox" data-product-id="2466" data-price-box="product-id-2466"> <span class="old-price sly-old-price no-display line-through">
            <span class="price">€569,95</span> </span>
          <span class="normal-price font-semibold text-base">
            <span class="price">€455,96</span></span>
        </div>
      </div>
      <a href="https://snowboards.eu/arbor-element-camber/" class="add-to-cart
                        ">
                    <span class="sr-only">Add to cart</span>
                    <div class="cart-icon hover:bg-transparent"></div>
                </a>
    </div>
  </div>
</form>

POST https://snowboards.eu/newsletter/subscriber/new/

<form class="form subscribe flex lg:justify-end" action="https://snowboards.eu/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="mt-6 sm:flex lg:mt-0 w-full md:w-auto">
    <label for="newsletter-subscribe" class="sr-only"> Email Address </label>
    <input name="email" type="email" required="" id="newsletter-subscribe"
      class="w-full min-w-0 appearance-none sm:w-[22rem] rounded-md border-0 bg-white/5 px-3 py-4 text-[1.4rem] text-white shadow-sm ring-1 ring-inset ring-white/10 placeholder:text-gray-500 sm:leading-6" placeholder="Enter your email">
    <input name="form_key" type="hidden" value="ILTDOwciJq4QSAKE">
    <div class="mt-4 sm:ml-6 sm:mt-0 sm:flex-shrink-0">
      <div class="field choice consent p-2">
        <input type="checkbox" name="is_consented" value="1" id="is_consented" class="checkbox" required="">
        <label for="is_consented" class="label"><span>I agree to the <a href="/privacy-policy-cookie-restriction/" target="_blank">Privacy Policy</a></span></label>
      </div>
      <button class="btn btn-primary w-full"> Subscribe </button>
    </div>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

Cookies help us deliver our services. By using our services, you agree to our
use of cookies. Learn more
Agree Settings Decline



PRIVACY OVERVIEW


This website uses cookies to improve your experience while you navigate through
the website. Out of these cookies, the cookies that are categorized as necessary
are stored on your browser as they are essential for the working of basic
functionalities of the website. We also use third-party cookies that help us
analyze and understand how you use this website. These cookies will be stored in
your browser only with your consent. You also have the option to opt-out of
these cookies. But opting out of some of these cookies may have an effect on
your browsing experience.
CHEVRON-UP
CHEVRON-DOWN
ESSENTIAL

Use setting

Name Description Lifetime CART The association with your shopping cart. 1 Year
CATEGORY_INFO Allows pages to be displayed more quickly. 1 Year COMPARE The
items that you have in the Compare Products list. 1 Year CUSTOMER An encrypted
version of your customer id. 1 Year CUSTOMER_AUTH An indicator if you are signed
into the store. 1 Year CUSTOMER_INFO An encrypted version of the customer group
you belong to. 1 Year

CHEVRON-UP
CHEVRON-DOWN
MARKETING

Use setting

Name Description Lifetime CUSTOMER_SEGMENT_IDS Stores your Customer Segment ID 1
Year EXTERNAL_NO_CACHE A flag that, indicates whether caching is on or off. 1
Year FRONTEND Your session ID on the server. 1 Year GUEST-VIEW Allows guests to
edit their orders. 1 Year LAST_CATEGORY The last category you visited. 1 Year
LAST_PRODUCT The last product you looked at. 1 Year NEWMESSAGE Indicates whether
a new message has been received. 1 Year NO_CACHE Indicates whether it is allowed
to use cache. 1 Year PERSISTENT_SHOPPING_CART A link to information about your
cart and viewing history if you have asked the site. 1 Year

CHEVRON-UP
CHEVRON-DOWN
GOOGLE ANALYTICS

Use setting

Name Description Lifetime RECENTLYCOMPARED The items you recently compared. 1
Year STF Information on products you emailed to friends. 1 Year STORE The store
view or language you have selected. 1 Year USER_ALLOWED_SAVE_COOKIE Indicates
whether a customer authorized cookies. 1 Year VIEWED_PRODUCT_IDS The products
that you recently looked at. 1 Year WISHLIST An encrypted list of products added
to your wish list. 1 Year WISHLIST_CNT The number of items in your wish list. 1
Year

Save

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
snowboards-eu
Search

Categories ()



Pages ()



Posts ()





Contacts
language-switcher-icon eu

Global - English

Choose your country


Global - English

Europe

Choose your country

Belgique

Français

Belgique

Nederlands

Česko

Čeština

Danmark

Dansk

Deutschland

Deutsch

Eesti

Eestlane

España

Español

France

Français

Hrvatska

Hrvatski

Italia

Italiano

Ireland

English

Latvija

Latviski

Lietuva

Lietuviska

Luxembourg

Deutsch

Luxembourg

Français

Luxembourg

Luxembourgish

Luxembourg

Nederlands

Magyarország

Magyar

Nederland

Nederlands

Norge

Norsk

Österreich

Deutsch

Polska

Polski

Portugal

Português

Scotland

English

Schweiz

Schweizer

Slovakkia

Slovaki

Slovenija

Slovenščina

Suomi

Suomalainen

Sverige

Svenska

United Kingdom

English

Wales

English

Klantenservice Search search

Cart

Categories Close menu
Snowboard
Snowboard Close menu
Go back Target group
Target group Close menu
Go back
Men
Ladies
Children
Level
Level Close menu
Go back
Beginner
Advanced
Expert
Type snowboard
Type snowboard Close menu
Go back
Freestyle
Park
All mountain
Freeride
Carve
Board shape
Board shape Close menu
Go back
Directional
Directional twin
True twin
Profile
Profile Close menu
Go back
Rocker
Camber
Flat
Hybrid
Base
Base Close menu
Go back
Sintered
Extruded
Stiffness/flex
Stiffness/flex Close menu
Go back
Stiff
Medium
Soft
Outlet Sets
Sets Close menu
Go back
Men
Ladies

Bindings
Bindings Close menu
Go back Target audience
Target audience Close menu
Go back
Men
Ladies
Children
Level
Level Close menu
Go back
Beginner
Advanced
Expert
Types of bindings
Types of bindings Close menu
Go back
Freestyle
Park
Freeride
All mountain
Closure
Closure Close menu
Go back
Rear entry
Supermatic (Nidecker)
Straps (Traditional)
Step-in
Parts
Parts Close menu
Go back
Straps
Screws
Ratches
Leash
Stomp pads
Outlet

Shoes
Shoes Close menu
Go back Target audience
Target audience Close menu
Go back
Men
Ladies
Closing system
Closing system Close menu
Go back
BOA
Laces
Hybrid
Speedlace
Shoe type
Shoe type Close menu
Go back
Freestyle
Park
All mountain
Freeride
Stiffness / Flex
Stiffness / Flex Close menu
Go back
Soft
Medium
Stiff
Accessories
Accessories Close menu
Go back
Snowboard insoles
Outlet

Clothing
Clothing Close menu
Go back Jackets
Jackets Close menu
Go back
Shell jackets
Technical jackets
Insulated jackets
Overalls
Pants
Pants Close menu
Go back
Insulated pants
Shell pants
Bibs
Cargo pants
Sweaters
Sweaters Close menu
Go back
Hoodies
Sweater
Insulated sweaters
Zip-tops
Pullovers
Mid layers
Thermal clothing
Thermal clothing Close menu
Go back
Thermal pants
Thermal shirt
Thermopak
Gloves
Gloves Close menu
Go back
Mittens
Finger gloves
Inner gloves
Touchscreen gloves
Accessories
Accessories Close menu
Go back
Socks
Beanies
Face masks
Neck warmers
Maintenance
Maintenance Close menu
Go back
Washing
Impregnating
Target audience
Target audience Close menu
Go back
Men
Ladies
Children
Outlet

Glasses
Glasses Close menu
Go back Goggles
Goggles Close menu
Go back
Cylindrical
Spherical
Toric
Polarized
Photochromatic
OTG
Target audience
Target audience Close menu
Go back
Men
Ladies
Circumstances
Circumstances Close menu
Go back
Poor visibility
Sunny
Automatically color matching
Accessories
Accessories Close menu
Go back
Lenses
Goggle cases
Outlet

Bags
Bags Close menu
Go back Backpack
Backpack Close menu
Go back
Airbag
Cover
Cover Close menu
Go back
Sleeve
Snowboard bag with wheels
Isolated
Airline bag
Suitcases
Suitcases Close menu
Go back
Travel bag
Storage
Storage Close menu
Go back
Snowboard
Snowboard boots
Helmet
Outlet

Protection
Protection Close menu
Go back Body protection
Body protection Close menu
Go back
Back protectors
Valbroek
Wrist protectors
Knee protectors
Helmets
Helmets Close menu
Go back
Men
Ladies
Children
Outlet

Maintenance
Maintenance Close menu
Go back Complete sets
Complete sets Close menu
Go back
Snowboard maintenance kits
Ski maintenance kit
Wax sets
Sharpening sets
Tools
Tools Close menu
Go back
Clamps
Wax tables
Brushes
Wax scrapers
Wax irons
Sharpening
Sharpening Close menu
Go back
Edge sharpeners
Files
Sharpening stones
Waxing
Waxing Close menu
Go back
Hotwax
Liquid wax
Race wax
Bio wax
Rub-on wax
Wax remover
Repair
Repair Close menu
Go back
P-tex sticks
Repair kit
Tools
Tools Close menu
Go back
Locks
Wallmounts
Screwdrivers
Outlet

Brands
Snowboardwear
Snowboardwear Close menu
Go back Clothing accessories
Clothing accessories Close menu
Go back
Facemasks
Neckwarmers
Beanies

Downtown
Downtown Close menu
Go back Skate
Skate Close menu
Go back
Clothing


Customer service My account
Snowboard

Target group
 * Men
 * Ladies
 * Children

Level
 * Beginner
 * Advanced
 * Expert

Type snowboard
 * Freestyle
 * Park
 * All mountain
 * Freeride
 * Carve

Board shape
 * Directional
 * Directional twin
 * True twin

Profile
 * Rocker
 * Camber
 * Flat
 * Hybrid

Base
 * Sintered
 * Extruded

Stiffness/flex
 * Stiff
 * Medium
 * Soft

Sets
 * Men
 * Ladies

Outlet
All products

Bindings

Target audience
 * Men
 * Ladies
 * Children

Level
 * Beginner
 * Advanced
 * Expert

Types of bindings
 * Freestyle
 * Park
 * Freeride
 * All mountain

Closure
 * Rear entry
 * Supermatic (Nidecker)
 * Straps (Traditional)
 * Step-in

Parts
 * Straps
 * Screws
 * Ratches
 * Leash
 * Stomp pads

Outlet
All products

Shoes

Target audience
 * Men
 * Ladies

Closing system
 * BOA
 * Laces
 * Hybrid
 * Speedlace

Shoe type
 * Freestyle
 * Park
 * All mountain
 * Freeride

Stiffness / Flex
 * Soft
 * Medium
 * Stiff

Accessories
 * Snowboard insoles

Outlet
All products

Clothing

Jackets
 * Shell jackets
 * Technical jackets
 * Insulated jackets
 * Overalls

Pants
 * Insulated pants
 * Shell pants
 * Bibs
 * Cargo pants

Sweaters
 * Hoodies
 * Sweater
 * Insulated sweaters
 * Zip-tops
 * Pullovers
 * Mid layers

Thermal clothing
 * Thermal pants
 * Thermal shirt
 * Thermopak

Gloves
 * Mittens
 * Finger gloves
 * Inner gloves
 * Touchscreen gloves

Accessories
 * Socks
 * Beanies
 * Face masks
 * Neck warmers

Maintenance
 * Washing
 * Impregnating

Target audience
 * Men
 * Ladies
 * Children

Outlet
All products

Glasses

Goggles
 * Cylindrical
 * Spherical
 * Toric
 * Polarized
 * Photochromatic
 * OTG

Target audience
 * Men
 * Ladies

Circumstances
 * Poor visibility
 * Sunny
 * Automatically color matching

Accessories
 * Lenses
 * Goggle cases

Outlet
All products

Bags

Backpack
 * Airbag

Cover
 * Sleeve
 * Snowboard bag with wheels
 * Isolated
 * Airline bag

Suitcases
 * Travel bag

Storage
 * Snowboard
 * Snowboard boots
 * Helmet

Outlet
All products
Protection

Body protection
 * Back protectors
 * Valbroek
 * Wrist protectors
 * Knee protectors

Helmets
 * Men
 * Ladies
 * Children

Outlet
All products

Maintenance

Complete sets
 * Snowboard maintenance kits
 * Ski maintenance kit
 * Wax sets
 * Sharpening sets

Tools
 * Clamps
 * Wax tables
 * Brushes
 * Wax scrapers
 * Wax irons

Sharpening
 * Edge sharpeners
 * Files
 * Sharpening stones

Waxing
 * Hotwax
 * Liquid wax
 * Race wax
 * Bio wax
 * Rub-on wax
 * Wax remover

Repair
 * P-tex sticks
 * Repair kit

Tools
 * Locks
 * Wallmounts
 * Screwdrivers

Outlet
All products

Brands
Airblaster Amplifi Anon Aphex Arbor Bataleon Bent Metal Burton Capita Clew
Crab Grab Demon DB Drake Dakine Flake Flow Gnu Herschel Holmenkol
Howl Jones Lib Tech Never Summer Nidecker Nitro NOW Oakley Oneball Out Of
Picture Pro-tec Quicksilver Rome Roxy Sidas SP bindings Smith Spy Union
Stance The Boardscompany ThirtyTwo TSG VANS Yes XION Eivy Electric Fix
Hurley Nikwax Pieps Poederbaas Quiksilver Vimana Volcom Airhole Ashbury CEP
Dragon Alliance Nikita Melon Prolimit Sessions MFG DC
Snowboardwear

Clothing accessories
 * Facemasks
 * Neckwarmers
 * Beanies

All products
Downtown

Skate
 * Clothing

All products


My Cart


x


Your cart is empty

Subtotal

Checkout
Continue Shopping
loader
Loading...
My Cart (10 of 0)


x


Your cart is empty

Subtotal

undefined
Checkout
Continue Shopping
loader
Loading...
Close panel

Checkout using your account

Email Address

Password

Sign In Forgot Your Password?


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
 * We ship worldwide
 * All your favorite brands under one roof
 * Ordered before 4:00 PM = shipped the same day
 * The #1 in Snowboards


9,6 Logo WebwinkelKeur (RGB) Rating

Don't miss the weekly deal
Bataleon Evil Twin -20%
€559,95
€447,96
1
Days
5
Hours
54
Minutes
10
Seconds
Buy now
Buying a new board? Discover our extensive range
Buying new bindings? Discover our extensive range
Snowboard boots? Discover our extensive range


Snowboard helmets

Snowboard goggles

Snowboard clothing

Snowboard maintenance

Popular items (View all popular products)


-20%

Burton Feelgood Camber
 * Riding style: Allmountain / Freestyle
 * Profile: Camber
 * Shape: Directional Twin
 * Base: Sintered

Available in
146
149
152


€659,95 €527,96
Add to cart


-20%

Burton Custom Camber
 * Rijstijl: Allmountain / Freetsyle
 * Profiel: Camber
 * Shape: Directional Twin
 * Base: Sintered

Available in
156
158
158W
162
162W
166W


€699,95 €559,96
Add to cart

Yes Greats UnInc.
 * Rijstijl: All Mountain / Carve
 * Profiel: CamRock / camber
 * Shape: Asym twin
 * Base: Sintered

Available in
154
156


€629,95
Add to cart

Nidecker Astral
 * Rijstijl: All Mountain / Freestyle
 * Profiel: CamRock / camber
 * Shape: Directional twin
 * Base: Extruded

Available in
143
147
151
155


€399,95
Add to cart

Jones Rally Cat
 * Rijstijl: All mountain / Freestyle
 * Profiel: True Camber
 * Shape: Directional twin
 * Base: Sintered

Available in
154
156
158
159W
166W
170W


€449,95
Add to cart


-20%

Burton Yeasayer Flat Top
 * Riding style: All Mountain / Freestyle
 * Profile: Flat Top
 * Shape: True twin
 * Base: Extruded

Available in
148
152


€549,95 €439,96
Add to cart


-20%

Arbor Ethos Rocker
 * Riding style: all mountain
 * Profile: Rocker
 * Shape: Twin
 * Base: Extruded

Available in
147
150


€439,95 €351,96
Add to cart


-25%

Arbor Poparazzi Camber
 * Riding style: All mountain / Freestyle
 * Profile: Camber
 * Shape: Twin
 * Base: Sintered

Available in
152


€479,95 €359,95
Add to cart


-20%

Arbor Formula Camber
 * Riding style: All mountain / Freestyle
 * Profile: Camber
 * Shape: Twin
 * Base: Sintered

Available in
159


€509,95 €407,96
Add to cart


-20%

Arbor Element Camber
 * Riding style: All mountain
 * Profile: Camber
 * Shape: Directional Twin
 * Base: Sintered

Available in
159


€569,95 €455,96
Add to cart

View all popular products


THE #1 SNOWBOARD SHOP IN EUROPE, SNOWBOARDS.EU

How great that you're looking for new snowboard gear. In our snowboard shop,
you're at the right place for snowboards, snowboard bindings, snowboard boots,
snowboard clothing, snowboard maintenance, and snowboard protection. You will
find in our snowboard shop as well as in our online shop exclusively snowboard
items from the best brands for women, men, and kids.


WHY SNOWBOARDS.EU IS YOUR FAVORITE SNOWBOARD SHOP.

For many, snowboarding is more than just a week of fun in the snow. It's a
passion and for a large group even a "way of life". We at Snowboards.eu
completely understand this and are just like you. We are continuously searching
for the best collection of snowboard-related items, which keeps our collection
always up-to-date.

Both in the webshop and in our physical store, we try to inform you as well as
possible so that you can make the choice between different boards, bindings, or
boots. In the snowboard shop, service and knowledge are #1. The passion and joy
we get from snowboarding are what we love to share, and we want to help you get
the most out of your next snowboard trip.

Visit our snowboard shop for personal contact and advice. See, experience, feel,
or try on the latest products in our shop. In our store, you'll find the same
items as in the webshop. The shop is easily accessible and you can park for free
right outside the door.


SNOWBOARD SHOP WITH THE BEST BRANDS

In our snowboard shop, you'll find only the best brands in snowboarding. This
includes Never Summer, Bataleon, Rome, Capita, Arbor, Lib Tech, Burton, Gnu, The
Boardscompany, Jones. To complete your snowboard set, we have a wide selection
of bindings from Clew, Flow, Bent Metal, Jones, Arbor, Bataleon, Union, SP, and
Drake.


SHOP SAFELY AND QUICKLY ONLINE OR VISIT OUR SNOWBOARD SHOP

Do you know exactly which item you want to buy? Then order it easily and quickly
in our webshop. In our webshop, you can filter easily and quickly for boards
that suit your wishes. When you place an order before 4:00 PM, we will send the
order the same day at lightning speed to you. If you are hesitating between
different models, lengths, or sizes that you need, please feel free to contact
us. As soon as your order is dispatched, you will receive a Track & Trace code
with which you can follow your order closely.


THE ORIGIN OF SIDEWAYS

After more than 10 years of experience in the winter sports industry, we took
the step to stand on our own two feet. We believe that choosing the right board,
bindings, and/or boots can improve your winter sports experience. We still
regularly see snowboarders walk into the store with a board that is too long or
wide. Too large boots causing cramps or bindings that do not properly fit their
boots. All this can be avoided by getting the right advice about your perfect
snowboard!


 * We ship worldwide
 * All your favorite brands under one roof
 * Ordered before 4:00 PM = shipped the same day
 * The #1 in Snowboards

Footer
snowboards-eu
Facebook Instagram
Customer service
 * Terms & Conditioners
 * Payment Methods
 * Privacy Policy
 * Shipping & Returns
 * Account login
 * Contact

Popular categories
 * Snowboards
 * Bindings
 * Snowboard Boots
 * Snowboard Clothing
 * Snowboard Goggles

Information
 * Blog
 * Brands
 * Affiliate

Contact details
Snowboards.eu
Hinmanweg 3 BE68
7575BE, Oldenzaal
The Netherlands
Chamber of Commerce: 94075816
VAT number: NL866627042B01
Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox weekly.

Email Address
I agree to the Privacy Policy
Subscribe

exclamation-circle



Copyright © Snowboards.eu 2023