www.chasin.com Open in urlscan Pro
185.111.198.52  Public Scan

Submitted URL: https://er5bmx-chasin-magweb-cmbl.nodes.hypernode.io/
Effective URL: https://www.chasin.com/
Submission: On December 09 via api from US — Scanned from DE

Form analysis 32 forms found in the DOM

POST https://www.chasin.com/customer/account/loginPost/

<form class="form form-login" action="https://www.chasin.com/customer/account/loginPost/" method="post" id="login-form" novalidate="novalidate"><input name="form_key" type="hidden" value="dDJs2Cz2sVBbbwzd">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required"><label class="label" for="email"><span>Email</span></label>
      <div class="control"><input name="login[username]" value="" autocomplete="off" id="email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true"></div>
    </div>
    <div class="field password required"><label for="pass" class="label"><span>Password</span></label>
      <div class="control show-password-container"><input name="login[password]" type="password" autocomplete="off" class="input-text" id="pass" title="Password" data-validate="{required:true}" aria-required="true">
        <div class="show-password">Show</div>
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action login primary" name="send" id="send2"><span>Log in / Register</span></button></div>
      <div class="secondary"><a class="action remind" href="https://www.chasin.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a></div>
    </div>
  </fieldset>
</form>

GET https://www.chasin.com/catalogsearch/result/

<form class="form minisearch chasin" id="nav_search_mini_form" action="https://www.chasin.com/catalogsearch/result/" method="get">
  <div class="field search"><label class="label" for="search" data-role="minisearch-label"><span>Search</span></label>
    <div class="control"><input id="nav_search" type="text" name="q" value="" placeholder="SEARCH" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="nav_search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button> <button type="button" class="ghost-button action search"><span>Search</span></button></div>
</form>

GET https://www.chasin.com/catalogsearch/result/

<form class="form minisearch chasin" id="search_mini_form" action="https://www.chasin.com/catalogsearch/result/" method="get">
  <div class="field search"><label class="label" for="search" data-role="minisearch-label"><span>Search</span></label>
    <div class="control"><input id="search" type="text" name="q" value="" placeholder="SEARCH" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <script id="autocomplete-item-template" type="text/x-magento-template" data-url="https://www.chasin.com/search/ajax/suggest/"> <% if (data.type === 'product') { %>
        <%= data.type_id %>
        <li class="<%- data.row_class %> product-item" id="qs-option-<%- data.index %>" data-url="<%- data.url %>" role="option">
            <% if (data.image) { %>
                <img class="qs-option-image" src="<%- data.image %>" alt="<%- data.title %>">
            <% } %>

            <div class="qs-option-info-container">
                <span class="qs-option-name"><%= data.title %></span>

                <div class="price-box">
                    <% if (Math.abs(data.final_price - data.price) < 0.0001) { %>
                        <span class="price-container">
                            <span class="price-wrapper">
                                <% if (Math.abs(data.final_price) == 0) { %>
                                <span class="price">From: <%= autocompleteFormatPrice(10) %></span>
                                <% } else { %>
                                <span class="price">From: <%= autocompleteFormatPrice(data.price) %></span>
                                <% }%></span></span>
                    <% } else { %>
                        <span class="special-price">
                            <span class="price-container">
                                <span class="price-label">Special Price</span>
                                <span class="price-wrapper">
                                    <span class="price"><%= autocompleteFormatPrice(data.final_price) %></span></span></span></span>

                        <span class="old-price sly-old-price">
                            <span class="price-container">
                                <span class="price-label">Regular Price</span>
                                <span class="price-wrapper">
                                    <span class="price"><%= autocompleteFormatPrice(data.price) %></span></span></span></span>
                    <% } %></div></div></li>
    <% } else if (data.type === 'suggestion') { %>
        <li class="<%- data.row_class %>" id="qs-option-<%- data.index %>" role="option">
            <span class="qs-option-name"><%= data.title %></span>
            <span aria-hidden="true" class="amount"><%- data.num_results %></span></li>
    <% } else if (data.type === 'suggestion_group') { %>
        <li class="<%- data.row_class %> qs-suggestion-heading" id="qs-option-<%- data.index %>" role="option">
            <span class="qs-option-name"><%= data.title %></span>
            <span aria-hidden="true" class="amount"><%- data.num_results %></span></li>
        <% _.each (data.suggestions, function (suggestion, index) { %>
            <li class="<%- suggestion.row_class %> qs-suggestion-item"
                id="qs-option-<%- data.index %>-<%- index %>"
                <% if (suggestion.url) { %>
                    data-url="<%- suggestion.url %>"
                <% } %>
                role="option"
            >
                <span class="qs-option-name"><%= suggestion.title %></span></li>
        <% }); %>
    <% } %></script>
      <script type="text/javascript">
        require(['Magento_Catalog/js/price-utils'], function(priceUtils) {
          window['autocompleteFormatPrice'] = function(price) {
            return priceUtils.formatPrice(price, {
              "pattern": "\u20ac%s",
              "precision": 2,
              "requiredPrecision": 2,
              "decimalSymbol": ".",
              "groupSymbol": ",",
              "groupLength": 3,
              "integerRequired": false
            });
          };
        });
      </script>
    </div>
  </div>
  <div class="actions"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button> <button type="button" class="ghost-button action search"><span>Search</span></button></div>
</form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366672/

<form data-role="tocart-form" data-product-sku="7114294004-E53" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366672/" method="post"><input type="hidden" name="product" value="366672"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY2NzIv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365528/

<form data-role="tocart-form" data-product-sku="7114345018-E63" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365528/" method="post"><input type="hidden" name="product" value="365528"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1Mjgv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365520/

<form data-role="tocart-form" data-product-sku="7112369002-E70" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365520/" method="post"><input type="hidden" name="product" value="365520"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1MjAv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365530/

<form data-role="tocart-form" data-product-sku="7114353012-E90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365530/" method="post"><input type="hidden" name="product" value="365530"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1MzAv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366670/

<form data-role="tocart-form" data-product-sku="7112345026-E90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366670/" method="post"><input type="hidden" name="product" value="366670"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY2NzAv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365531/

<form data-role="tocart-form" data-product-sku="7114369001-E50" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365531/" method="post"><input type="hidden" name="product" value="365531"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1MzEv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366671/

<form data-role="tocart-form" data-product-sku="7112369002-E90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366671/" method="post"><input type="hidden" name="product" value="366671"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY2NzEv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365515/

<form data-role="tocart-form" data-product-sku="7112345026-E53" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365515/" method="post"><input type="hidden" name="product" value="365515"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1MTUv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365522/

<form data-role="tocart-form" data-product-sku="7112369003-E90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365522/" method="post"><input type="hidden" name="product" value="365522"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1MjIv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366673/

<form data-role="tocart-form" data-product-sku="7114294004-E63" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366673/" method="post"><input type="hidden" name="product" value="366673"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY2NzMv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366674/

<form data-role="tocart-form" data-product-sku="7114294004-E90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366674/" method="post"><input type="hidden" name="product" value="366674"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY2NzQv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365529/

<form data-role="tocart-form" data-product-sku="7114345018-E70" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365529/" method="post"><input type="hidden" name="product" value="365529"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU1Mjkv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366633/

<form data-role="tocart-form" data-product-sku="1111298013-D20" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366633/" method="post"><input type="hidden" name="product" value="366633"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY2MzMv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365204/

<form data-role="tocart-form" data-product-sku="1111298011-D11" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365204/" method="post"><input type="hidden" name="product" value="365204"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjUyMDQv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365207/

<form data-role="tocart-form" data-product-sku="1111298014-D81" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365207/" method="post"><input type="hidden" name="product" value="365207"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjUyMDcv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/190172/

<form data-role="tocart-form" data-product-sku="1111400097-E00" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/190172/" method="post"><input type="hidden" name="product" value="190172"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8xOTAxNzIv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365208/

<form data-role="tocart-form" data-product-sku="1112298006-D10" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365208/" method="post"><input type="hidden" name="product" value="365208"
    tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjUyMDgv" tabindex="0"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365205/

<form data-role="tocart-form" data-product-sku="1111298012-D20" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365205/" method="post"><input type="hidden" name="product" value="365205"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjUyMDUv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365748/

<form data-role="tocart-form" data-product-sku="1111108121-D90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365748/" method="post"><input type="hidden" name="product" value="365748"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjU3NDgv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/338337/

<form data-role="tocart-form" data-product-sku="1112108066-D90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/338337/" method="post"><input type="hidden" name="product" value="338337"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zMzgzMzcv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/337798/

<form data-role="tocart-form" data-product-sku="1111354019-D14" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/337798/" method="post"><input type="hidden" name="product" value="337798"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zMzc3OTgv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365215/

<form data-role="tocart-form" data-product-sku="1114298001-D10" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/365215/" method="post"><input type="hidden" name="product" value="365215"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjUyMTUv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/207057/

<form data-role="tocart-form" data-product-sku="1111354003-D32" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/207057/" method="post"><input type="hidden" name="product" value="207057"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8yMDcwNTcv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366442/

<form data-role="tocart-form" data-product-sku="1113242003-D20" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366442/" method="post"><input type="hidden" name="product" value="366442"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY0NDIv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366441/

<form data-role="tocart-form" data-product-sku="1113242002-D90" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/366441/" method="post"><input type="hidden" name="product" value="366441"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNjY0NDEv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/343799/

<form data-role="tocart-form" data-product-sku="1112298005-D20" action="https://www.chasin.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2hhc2luLmNvbS8%2C/product/343799/" method="post"><input type="hidden" name="product" value="343799"
    tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuY2hhc2luLmNvbS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VZMmhoYzJsdUxtTnZiUzglMkMvcHJvZHVjdC8zNDM3OTkv" tabindex="-1"><input name="form_key" type="hidden"
    value="dDJs2Cz2sVBbbwzd" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://www.chasin.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.chasin.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control"><input name="email" type="email" id="newsletter" placeholder="Enter your email" data-validate="{required:true, 'validate-email':true}"></div>
  </div>
  <div class="actions"><button class="action subscribe primary" title="Inschrijven" type="submit"><span>Inschrijven</span></button></div>
  <p>Be the first to know about new items, deals, and discounts.</p>
  <p>We will not share your email and do not send spam.</p>
  <div class="field-recaptcha" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796-container" data-bind="scope:'recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796'"><!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796-wrapper">
      <div class="g-recaptcha"></div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Log in / Register</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.chasin.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Name: mp-subform5POST

<form id="mp-subform5" name="mp-subform5" method="post" onsubmit="return false;" action="" style="border: 0;margin: 0; padding:0; color:#959595; font-weight:normal; font-style:normal; text-align:left; width:100%; height:auto; ">
  <input
    style="-moz-box-sizing:border-box;box-sizing: border-box; width: 100%; border: 1px solid #c8c8c8;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin:0 0 13px 0;padding: 0 13px;height:35px;display: block; background:none; background-color:#fff; color:#959595;font-size:15px;line-height:21px;font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;font-stretch:normal;"
    name="email" id="mp-subemail5" type="text" value=" Your e-mail" onfocus="MP_5_SubscribePopup.focusInput(this);" autocomplete="on" aria-label="email">
  <input type="submit" id="mp-subsubmit5" value=" Send €10 voucher"
    style="font-size: 20px;color: #edecd8;background: #2b2926;border: 1px solid #2b2926;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;cursor: pointer;padding:0 13px;margin: 0;width:100%;height:38px;text-align: center;display:inline-block;-moz-box-sizing:border-box;box-sizing: border-box;font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;font-stretch:normal;"
    onclick="MP_5_SubscribePopup.postForm();">
</form>

Text Content

THIS WEBSITE USES COOKIES

Chasin wants to offer you the best, that’s why we use cookies and simular
techniques. We follow the advertising and social-media cookies of third parties,
just as they also follow your internet behaviour on our webshop and third party
websites. This enables us to show you relevant advertisements and products in
our webshop based on your interests and track ads on third party websites. Do
you want the best experience and personalize content? Please click on the OK
button. You can withdraw this permission at any time. Do you want to know more?
Then have a look at our cookie page.

Do not sell or share my personal information
Use necessary cookies only Allow all cookies Show details
OK
Use necessary cookies only Allow selection Allow all cookies
Necessary
Preferences
Statistics
Marketing
Show details
Cookie declaration [#IABV2SETTINGS#] About
 Necessary (26)  Preferences (1)  Statistics (8)  Marketing (19)  Unclassified
(11)
Necessary cookies help make a website usable by enabling basic functions like
page navigation and access to secure areas of the website. The website cannot
function properly without these cookies.

NameProviderPurposeMaximum Storage DurationTypeform_key [x2]ChasinEnsures
visitor browsing-security by preventing cross-site request forgery. This cookie
is essential for the security of the website and visitor. 1 dayHTTP
Cookiemage-banners-cache-storageChasinThis cookie is necessary for the cache
function. A cache is used by the website to optimize the response time between
the visitor and the website. The cache is usually stored on the visitor’s
browser.SessionHTTP Cookiemage-cache-sessid [x2]ChasinThis cookie is used in
context with load balancing; this optimizes the response rate between the
visitor and the site, by distributing the traffic load on multiple network links
or disk drivers.SessionHTTP Cookiemage-cache-storage [x2]ChasinThis cookie is
used in context with load balancing; this optimizes the response rate between
the visitor and the site, by distributing the traffic load on multiple network
links or disk drivers.SessionHTTP
Cookiemage-cache-storage-section-invalidation [x2]ChasinThis cookie is used in
context with load balancing; this optimizes the response rate between the
visitor and the site, by distributing the traffic load on multiple network links
or disk drivers.SessionHTTP Cookiemage-messages [x2]ChasinNecessary for the
functionality of the website's chat-box function. SessionHTTP
Cookiemage-translation-file-versionChasinUsed in context with the language
setting on the website. Facilitates the translation into the preferred language
of the visitor.SessionHTTP Cookiemage-translation-storageChasinUsed in context
with the language setting on the website. Facilitates the translation into the
preferred language of the visitor.SessionHTTP
CookiePHPSESSID [x2]ChasinPreserves user session state across page requests.1
dayHTTP Cookie1.gifCookiebotUsed to count the number of sessions to the website,
necessary for optimizing CMP product delivery. SessionPixel
Trackeris_euPinterestDetermines whether the user is located within the EU and
therefore is subject to EU's data privacy regulations. SessionHTML Local
Storage__cf_bmVimeoThis cookie is used to distinguish between humans and bots.
This is beneficial for the website, in order to make valid reports on the use of
their website.1 dayHTTP Cookie_cfuvidVimeoThis cookie is a part of the services
provided by Cloudflare - Including load-balancing, deliverance of website
content and serving DNS connection for website operators. SessionHTTP
CookieCookieConsentCookiebotStores the user's cookie consent state for the
current domain1 yearHTTP Cookiemage-cache-storageChasinUsed to optimize the
loading speed on the website. This is done by pre-loading some procedures in the
visitors' browser.PersistentHTML Local
Storagemage-cache-storage-section-invalidationChasinUsed to optimize the loading
speed on the website. This is done by pre-loading some procedures in the
visitors' browser.PersistentHTML Local Storagemage-cache-timeoutChasinThis
cookie is necessary for the cache function. A cache is used by the website to
optimize the response time between the visitor and the website. The cache is
usually stored on the visitor’s browser.PersistentHTML Local
Storageproduct_data_storageChasinNecessary for the compare-products function on
the website. PersistentHTML Local
Storagerecently_compared_productChasinNecessary for the compare-products
function on the website. 1 dayHTTP Cookieprivate_content_versionChasinThis
cookie is necessary for the cache function. A cache is used by the website to
optimize the response time between the visitor and the website. The cache is
usually stored on the visitor’s browser.10 yearsHTTP Cookie

Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region that
you are in.

NameProviderPurposeMaximum Storage DurationTypemaps/gen_204GoogleUsed in context
with the website's map integration. The cookie stores user interaction with the
map in order to optimize its functionality.SessionPixel Tracker

Statistic cookies help website owners to understand how visitors interact with
websites by collecting and reporting information anonymously.

NameProviderPurposeMaximum Storage DurationType_gaGoogleRegisters a unique ID
that is used to generate statistical data on how the visitor uses the website.2
yearsHTTP Cookie_ga_#GoogleUsed by Google Analytics to collect data on the
number of times a user has visited the website as well as dates for the first
and most recent visit. 2 yearsHTTP Cookiepa-lSolarwindsUsed in connection with
End User Experience Monitoring (EUEM). The cookie collects information on
application/device performance, which allows support/website staff to optimize
their products and services. PersistentHTML Local
Storagepa-l_enabledSolarwindsUsed in connection with End User Experience
Monitoring (EUEM). The cookie collects information on application/device
performance, which allows support/website staff to optimize their products and
services. PersistentHTML Local Storageproduct_data_storageChasinDetermines which
products the user has viewed, allowing the website to promote related products.
1 dayHTTP Cookierecently_compared_product_previousChasinNecessary for the
compare-products function on the website. 1 dayHTTP
Cookierecently_viewed_productChasinDetermines which products the user has
viewed, allowing the website to promote related products. 1 dayHTTP
Cookierecently_viewed_product_previousChasinCollects information on which
products have been viewed by the visitor - This is used for optimizing the
specific visitor's navigation on the website.1 dayHTTP Cookie

Marketing cookies are used to track visitors across websites. The intention is
to display ads that are relevant and engaging for the individual user and
thereby more valuable for publishers and third party advertisers.

NameProviderPurposeMaximum Storage DurationType_fbp Meta Platforms, Inc.Used by
Facebook to deliver a series of advertisement products such as real time bidding
from third party advertisers.3 monthsHTTP Cookie_gcl_auGoogleUsed by Google
AdSense for experimenting with advertisement efficiency across websites using
their services. 3 monthsHTTP Cookie_nccapi_urlPinterestUsed by Pinterest to
track the usage of services.SessionHTTP Cookie_pin_unauthPinterestUsed by
Pinterest to track the usage of services.1 yearHTTP
CookieprivateDataChasinCollects data on visitor behaviour from multiple
websites, in order to present more relevant advertisement - This also allows the
website to limit the number of times that they are shown the same advertisement.
1 dayHTTP CookielastExternalReferrer Meta Platforms, Inc.Detects how the user
reached the website by registering their last URL-address.PersistentHTML Local
StoragelastExternalReferrerTime Meta Platforms, Inc.Detects how the user reached
the website by registering their last URL-address.PersistentHTML Local
StorageIDEGoogleUsed by Google DoubleClick to register and report the website
user's actions after viewing or clicking one of the advertiser's ads with the
purpose of measuring the efficacy of an ad and to present targeted ads to the
user.400 daysHTTP Cookietest_cookieGoogleUsed to check if the user's browser
supports cookies.1 dayHTTP Cookiepagead/1p-user-list/#GoogleTracks if the user
has shown interest in specific products or events across multiple websites and
detects how the user navigates between sites. This is used for measurement of
advertisement efforts and facilitates payment of referral-fees between
websites.SessionPixel Trackerpagead/gen_204/GooglePendingSessionPixel
Trackerar_debugPinterestChecks whether a technical debugger-cookie is present. 1
yearHTTP Cookiev3/PinterestUsed by Pinterest to track the usage of
services.SessionPixel TrackerallChasinTracks the user’s interaction with the
website’s search-bar-function. This data can be used to present the user with
relevant products or services. PersistentHTML Local
Storagerecently_compared_productChasinThis cookie is used to determine which
products the visitor has viewed. This information is used to promote related
products and optimize ad-efficiency. PersistentHTML Local
Storagerecently_compared_product_previousChasinCollects information on which
products have been viewed by the visitor - This is used for optimizing the
specific visitor's navigation on the website.PersistentHTML Local
Storagerecently_viewed_productChasinCollects information on which products have
been viewed by the visitor - This is used for optimizing the specific visitor's
navigation on the website.PersistentHTML Local
Storagerecently_viewed_product_previousChasinCollects information on which
products have been viewed by the visitor - This is used for optimizing the
specific visitor's navigation on the website.PersistentHTML Local
StorageusedChasinTracks the user’s interaction with the website’s
search-bar-function. This data can be used to present the user with relevant
products or services. PersistentHTML Local Storage

Unclassified cookies are cookies that we are in the process of classifying,
together with the providers of individual cookies.

NameProviderPurposeMaximum Storage DurationTypestore-scopeChasinPending1 dayHTTP
CookieGEOIP_COUNTRY_CODE [x2]ChasinPendingSessionHTTP
Cookiemp_5_pageviewsSpotlerPendingSessionHTTP
Cookiemp_5_timerstartSpotlerPendingSessionHTTP
Cookiepersist:sp-storeChasinPendingPersistentHTML Local
Storagepwa_cart_idChasinPendingSessionHTTP
Cookiepwa_cust_emailChasinPendingSessionHTTP
Cookiepwa_cust_hashChasinPendingSessionHTTP
Cookiepwa_reload_customer_dataChasinPendingSessionHTTP
Cookiesp-store-tokensChasinPendingPersistentHTML Local Storage

 [#IABV2_LABEL_PURPOSES#]  [#IABV2_LABEL_FEATURES#]  [#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_BODY_FEATURES#]
[#IABV2_BODY_PARTNERS#]
Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.
Cookie declaration last updated on 24.11.24 by Cookiebot
The store will not work correctly in the case when cookies are disabled.

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

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

 * 
 * Login
   My account
   Email
   
   Password
   Show
   Log in / Register
   Forgot Your Password?
   New Customers
   Create an Account

 * Store locator

Skip to Content
My Cart Log in
My Cart
Close You have no items in your shoppingbag.
Previous
Save 5% as CHASIN' member
Fast delivery & Easy return within 30 days
Save 5% as CHASIN' member
Fast delivery & Easy return within 30 days
Save 5% as CHASIN' member
Next
Menu
Menu
Search
Search

Search Search
 * Home

 * 
 * New
   * * All new
       * * Jeans
         * Jackets
         * Sweaters
         * Knitwear
         * Overshirts
         * Pants
         * T-shirts
     * Highlights
       * * Performance Deluxe
         * ModulAIR Outerwear
         * Volt | Ultimate Protection
         * ModulAIR
         * Signature Softshell
         * 3D Artworks
     * Campaigns
       * * Performance Outerwear
         * Authen-TECH Denim
         * CHASIN' x TREVOR
         * CHASIN' x NOVESTA
         * CHASIN' x KNAAP
 * Jeans
   * * All Jeans
       * * CHASIN' Fitguide
         * Skinny Fit Jeans
         * Slim Fit Jeans
         * Tapered Fit Jeans
         * Regular Fit Jeans
         * Loose Fit Jeans
     * Fits
       * * EGO
         * Iron
         * Evan
         * Crown
         * Orion
         * Carter
         * Epic
     * Washes
       * * Black & Grey Jeans
         * Blue Jeans
         * Light Jeans
         * Destroyed Jeans
     * Campaigns
       * * Authen-TECH Denim
 * Jackets
   * * All Jackets
       * * Winter jackets
         * Performance Jackets
         * Softshell Jackets
         * Parka Jackets
         * In-between jackets
     * Campaigns
       * * Performance Outerwear
         * ModulAIR Outerwear
         * Volt | Ultimate Protection
         * Signature Softshell
 * Collection
   * * All collection
     * Tops
       * * Sweaters
         * Knitwear
         * Jackets
         * Overshirts
         * T-shirts
         * Hoodies & cardigans
         * Longsleeves
         * Shirts
         * Basics
         * Polo's
       * * Basics - 2 Packs
     * Bottoms
       * * Jeans
         * Pants
         * Cargos
         * Chinos
         * Underwear
     * Accessories
       * * All accessories
         * Winter accessories
         * Caps & Beanies
         * Socks
         * Belts
         * Shoes
     * Selected Styles
       * * Performance Deluxe
         * Polygiene
         * ModulAIR
         * 3D Artworks
         * Ultimate Basics
 * Underwear
   * * Underwear
       * * Boxershorts
         * Multipacks
         * Basics
         * Socks
 * Pre-Sale
   * * All Pre-Sale
       * * Sale Jeans
         * Sale Jackets
         * Sale Sweaters
         * Sale Knitwear
         * Sale Overshirts
         * Sale T-Shirts & Polo's
         * Sale Pants
         * Sale Longsleeves
         * Sale Accessories
     * Pre-Sale Deals
       * * 2 jeans 125,-

 * Log in / Register

 * Store locator
 * Exclusive Membership


   FOLLOW US
   
    * Instagram
    * Facebook

Search
Search

Search Search

Laatste dag: 10,- extra korting* | NEVERSTOP10
*Geldig bij besteding vanaf 100,-

Laatste dag: 10,- extra korting* | NEVERSTOP10
*Geldig bij besteding vanaf 100,-

Pre-Black Friday | Tonight only €10 extra on jackets
Code: JACKETS10

Pre-Black Friday | Tonight only €10 extra on jackets
Code: JACKETS10



1 DAY EXTRA MEMBER WEEKEND: -20% (EXTRA) OFF
Login & shop | excl. deals | Discount in cart

1 DAY EXTRA MEMBER WEEKEND: -20% (EXTRA) OFF
Login & shop | excl. deals | Discount in cart



Performance Deluxe
Holiday Arrivals Winter 2024

Performance Deluxe
Holiday Arrivals Winter 2024

Discover the Performance Deluxe Collection, featuring items curated for the
ultimate winter holiday experience.

Shop
Explore



Performance Outerwear
The Jacket collection F/W '24

Performance Outerwear
The Jacket collection F/W '24

Our performance jackets are designed to keep you protected against unruly
weather elements, ensuring features such as water repellency, windproofness, and
breathability.

Shop
Explore

Explorer Tech
Jackets
Special Price €189.95 Regular Price €299.95
Add to bag
Add to Compare
Return Parka
Jackets
Special Price €189.95 Regular Price €299.95
Add to bag
Add to Compare
Nebula
Jackets
Special Price €169.95 Regular Price €259.95
Add to bag
Add to Compare
Stellar Parka
Jackets
Special Price €249.95 Regular Price €349.95
Add to bag
Add to Compare
Return Valley
Jackets
Special Price €189.95 Regular Price €239.95
Add to bag
Add to Compare
Volt
Jackets
Special Price €199.95 Regular Price €399.95
Add to bag
Add to Compare
Nebula
Jackets
Special Price €169.95 Regular Price €259.95
Add to bag
Add to Compare
Return Valley
Jackets
Special Price €189.95 Regular Price €239.95
Add to bag
Add to Compare
Solar Shift
Jackets
Special Price €169.95 Regular Price €239.95
Add to bag
Add to Compare
Explorer Tech
Jackets
Special Price €189.95 Regular Price €299.95
Add to bag
Add to Compare
Explorer Tech
Jackets
Special Price €189.95 Regular Price €299.95
Add to bag
Add to Compare
Return Parka
Jackets
Special Price €189.95 Regular Price €299.95
Add to bag
Add to Compare
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8



Active
Dynamic coolness meets comfortable warmth

Active
Dynamic coolness meets comfortable warmth

The fragrance Active combines a sporty freshness of citrus with a powerful
neutral base of musk and woody notes. This launch is supported by a fully
AI-generated campaign, creating an iconic and recognizable CHASIN’ concept. The
visual concept reflects the fragrance: fresh, sporty and modern.

Coming soon

PRE-SALE
New
Jackets
Sweaters
T-shirts
2 Jeans 125
Jeans
Knitwear
Overshirts
Boxershorts



New Arrivals
Fall/Winter '24

New Arrivals
Fall/Winter '24

Discover the latest collection with ongoing new arrivals. Expect technical
fabrics mixed with authentic materials and an outstanding collection of jeans.
Colors include olive green, navy, mid-green, as well as black and grey accents.

Shop




Volt
The Ultimate Performance Jacket

Volt
The Ultimate Performance Jacket

Discover our Ultimate Performance Jacket, the Volt. Protection from the elements
is the key to Ultra-Comfort while you're outside. Staying dry and warm so you
can focus on performing outside, no matter what the weather has to say about it.


Shop
Explore



Authen-TECH Denim
Tradition meets Innovation

Authen-TECH Denim
Tradition meets Innovation

The Authen-TECH Denim collection for Fall/Winter '24.
Modern fits in authentic washes, innovated with performance features.

Shop
Explore

Evan Pure
Jeans
€99.95
Add to bag
Add to Compare
EGO Dence
Jeans
€109.95
Add to bag
Add to Compare
Evan Vulcano
Jeans
Special Price €69.95 Regular Price €109.95
Add to bag
Add to Compare
EGO Esko
Jeans
€99.95
Add to bag
Add to Compare
Iron Terence
Jeans
Special Price €69.95 Regular Price €109.95
Add to bag
Add to Compare
Evan Dirt
Jeans
€109.95
Add to bag
Add to Compare
Evan Esko
Jeans
Special Price €69.95 Regular Price €99.95
Add to bag
Add to Compare
Iron Onyx
Jeans
€99.95
Add to bag
Add to Compare
EGO Squid
Jeans
€99.95
Add to bag
Add to Compare
Epic Enigma
Jeans
Special Price €69.95 Regular Price €109.95
Add to bag
Add to Compare
EGO Noble
Jeans
€99.95
Add to bag
Add to Compare
Orion Crane
Jeans
Special Price €79.95 Regular Price €109.95
Add to bag
Add to Compare
Orion Kinton
Jeans
Special Price €79.95 Regular Price €109.95
Add to bag
Add to Compare
Iron Arid
Jeans
€109.95
Add to bag
Add to Compare
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10



ModulAIR Outerwear
Reversible and detachable protection

ModulAIR Outerwear
Reversible and detachable protection

Discover the versatility of the CHASIN’ ModulAIR outerwear collection. Multiple
3-in-1 parkas, from wool gabardine outer layers to puffed-in-between jackets,
offer a range of hybrid garments to meet your needs in all circumstances.

Shop
Explore


New Cargo's
The best denim alternative

New Cargo's
The best denim alternative

These bottoms offer a wider fit for a relaxed feel. Made from premium materials,
they provide a soft touch and long-lasting durability.

Shop

Overshirts
Transition from one season into another

Overshirts
Transition from one season into another

Our overshirts are constructed with herringbone, corduroy, sherpa fleece, and
various wool blends to create an ultra-soft touch.

Shop

CHASIN' Stores

CHASIN' Stores

Find your store

Explore

About CHASIN'

About CHASIN'

All about the brand

Explore

CHASIN' Projects

CHASIN' Projects

Explore our recent projects

Explore


New Cargo's & Chino's
The ultimate variation in your bottom collection

New Cargo's & Chino's
The ultimate variation in your bottom collection

Explore the best denim alternative with our collection of cargo’s and chino’s.
These bottoms offer a wider fit for a relaxed feel. Made from premium materials,
they provide a soft touch and long-lasting durability. The ultimate variation in
your bottom collection. 

Shop


Related articles

Related articles

CHASIN' x Knaap

CHASIN' x Knaap

Together with KNAAP, we created a denim e-bike where performance, innovation and
authenticity meet!

Explore

Our CSR Journey

Our CSR Journey

Performance means taking responsibility and to actively work on making our
collection more sustainable.

Explore

Careers

Careers

Check our current job openings. Be part of the performance jeans brand.

Explore


ModulAIR
Reversible protection

ModulAIR
Reversible protection

Discover the versatility of our ModulAIR outerwear protection. We constructed a
reversible garment, the Orfio, to meet your needs in all circumstances. Stay
warm by utilizing the option to reverse our garment to an outer layer of your
choice.

Shop
Explore


The Contemporary Cargo
Performance pants

The Contemporary Cargo
Performance pants

The NERO, our ultimate performance pants. This garment dyed slim silhouette has
3D-shaped legs with elastic cuffs, which enhance the overall fit and offer
ulitmate freedom of movement. A fully functional fit, enhanced with key
performance features such as the constructed cargo pockets and a stretch satin
finish for an ultra soft touch. Explore all our performance pants.

Shop
Explore


EGO Authen-TECH
The Ultimate Performance Jeans

EGO Authen-TECH
The Ultimate Performance Jeans

Explore the new EGO jeans collection for Spring ’23. Our Ultimate Performance
Jeans are innovated with Authen-TECH denim and constructed with 4-WAY STRETCH
fabric that ensures ULTRA-COMFORT at all times.

Shop
Explore


Winter Accessories
From headwear to scarves and gloves

Winter Accessories
From headwear to scarves and gloves

Available in a wide range of rich fabrics and structures. We use performance
materials such as Sherpa-Fleece, Softshell fabrics and high-quality knits. 

Shop

Knitwear
Warmth and breathability for ultra-comfort

Knitwear
Warmth and breathability for ultra-comfort

Explore our heavyweight knits, executed with distinctive sport inspired details
for a performance look. Our knitwear is constructed with heavyweight knitted
structure, to guarantee a durable garment with a tough outlook and strong
handfeel.

Shop
 * 


JOIN OUR NEWSLETTER TO RECEIVE A €10 WELCOME DISCOUNT

Inschrijven

Be the first to know about new items, deals, and discounts.

We will not share your email and do not send spam.




STORE LOCATOR

 * Store locator
 * Exclusive Membership


CUSTOMER SERVICE

 * Contact
 * Customer Service
 * Return Portal
 * Shipping & Delivery
 * Exchanges & Returns
 * Payment
 * Promotion Terms & Conditions


ABOUT CHASIN'

 * About CHASIN'
 * CHASIN' Exclusive Member
 * Careers
 * Business 2 Business


FOLLOW US

 * Instagram
 * Facebook


PAY WITH


 * Privacy & Cookies
 * General Terms & Conditions
 * Contact


Are you visiting from United States?

Then visit:

Chasin' United States

Are you visiting from Nederland?

Then visit:

Chasin' Nederland

Are you visiting from België?

Then visit:

Chasin' België

Are you visiting from Österreich?

Then visit:

Chasin' Österreich

Close
Are you visiting from Deutschland?

Then visit:

Chasin' Deutschland

Close


Close
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
Checkout using your account

Email Address

Password

Log in / Register
Forgot Your Password?

€10 off your first order

Subscribe to our newsletter, be the first to know about new collections and
receive €10 extra discount on our Member Pre-Sale!


No, I'm not interested
Welcome at CHASIN'

In a few minutes, you will receive the €10 discount in your inbox.

A problem has occured, please try again.