com.chasin.hypernode.io Open in urlscan Pro
185.111.198.52  Public Scan

Submitted URL: https://levl7y-chasin-magweb-cmbl.nodes.hypernode.io/
Effective URL: https://com.chasin.hypernode.io/
Submission: On February 29 via api from US — Scanned from US

Form analysis 54 forms found in the DOM

POST https://com.chasin.hypernode.io/customer/account/loginPost/

<form class="form form-login" action="https://com.chasin.hypernode.io/customer/account/loginPost/" method="post" id="login-form" novalidate="novalidate"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs">
  <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://com.chasin.hypernode.io/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a></div>
    </div>
  </fieldset>
</form>

GET https://com.chasin.hypernode.io/catalogsearch/result/

<form class="form minisearch chasin" id="nav_search_mini_form" action="https://com.chasin.hypernode.io/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://com.chasin.hypernode.io/catalogsearch/result/

<form class="form minisearch chasin" id="search_mini_form" action="https://com.chasin.hypernode.io/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://com.chasin.hypernode.io/search/ajax/suggest/"> <% if (data.type === 'product') { %>
        <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">
                                <span class="price"><%= 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://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343799/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345113/

<form data-role="tocart-form" data-product-sku="1111298010-D31" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345113/" method="post"><input type="hidden" name="product"
    value="345113" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDUxMTMv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343791/

<form data-role="tocart-form" data-product-sku="1111298008-D32" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343791/" method="post"><input type="hidden" name="product"
    value="343791" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDM3OTEv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338338/

<form data-role="tocart-form" data-product-sku="1112108067-D84" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338338/" method="post"><input type="hidden" name="product"
    value="338338" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzgzMzgv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343168/

<form data-role="tocart-form" data-product-sku="1112108069-D80" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343168/" method="post"><input type="hidden" name="product"
    value="343168" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDMxNjgv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338337/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345522/

<form data-role="tocart-form" data-product-sku="1112242030-D41" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345522/" method="post"><input type="hidden" name="product"
    value="345522" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDU1MjIv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/337799/

<form data-role="tocart-form" data-product-sku="1112108065-D10" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/337799/" method="post"><input type="hidden" name="product"
    value="337799" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzc3OTkv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/206585/

<form data-role="tocart-form" data-product-sku="1111242075-D33" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/206585/" method="post"><input type="hidden" name="product"
    value="206585" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8yMDY1ODUv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326891/

<form data-role="tocart-form" data-product-sku="1111354017-D80" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326891/" method="post"><input type="hidden" name="product"
    value="326891" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMjY4OTEv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/337798/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326890/

<form data-role="tocart-form" data-product-sku="1111354016-D91" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326890/" method="post"><input type="hidden" name="product"
    value="326890" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMjY4OTAv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/344902/

<form data-role="tocart-form" data-product-sku="7112345025-E82" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/344902/" method="post"><input type="hidden" name="product"
    value="344902" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDQ5MDIv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343799/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345099/

<form data-role="tocart-form" data-product-sku="6112372002-E60" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345099/" method="post"><input type="hidden" name="product"
    value="345099" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDUwOTkv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345632/

<form data-role="tocart-form" data-product-sku="3111337055-E50" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345632/" method="post"><input type="hidden" name="product"
    value="345632" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDU2MzIv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345113/

<form data-role="tocart-form" data-product-sku="1111298010-D31" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345113/" method="post"><input type="hidden" name="product"
    value="345113" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDUxMTMv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342681/

<form data-role="tocart-form" data-product-sku="5211357066-E50" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342681/" method="post"><input type="hidden" name="product"
    value="342681" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDI2ODEv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342703/

<form data-role="tocart-form" data-product-sku="6112358019-E50" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342703/" method="post"><input type="hidden" name="product"
    value="342703" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDI3MDMv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/348307/

<form data-role="tocart-form" data-product-sku="2112373001-E80" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/348307/" method="post"><input type="hidden" name="product"
    value="348307" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDgzMDcv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/344230/

<form data-role="tocart-form" data-product-sku="7112345024-E54" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/344230/" method="post"><input type="hidden" name="product"
    value="344230" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDQyMzAv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342341/

<form data-role="tocart-form" data-product-sku="4111357007-E46" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342341/" method="post"><input type="hidden" name="product"
    value="342341" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDIzNDEv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/344109/

<form data-role="tocart-form" data-product-sku="6112353016-E81" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/344109/" method="post"><input type="hidden" name="product"
    value="344109" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDQxMDkv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345635/

<form data-role="tocart-form" data-product-sku="4113357007-E62" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345635/" method="post"><input type="hidden" name="product"
    value="345635" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDU2MzUv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342702/

<form data-role="tocart-form" data-product-sku="6112358018-E70" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342702/" method="post"><input type="hidden" name="product"
    value="342702" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDI3MDIv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345129/

<form data-role="tocart-form" data-product-sku="5211356051-E50" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345129/" method="post"><input type="hidden" name="product"
    value="345129" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDUxMjkv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345295/

<form data-role="tocart-form" data-product-sku="5111357014-E11" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345295/" method="post"><input type="hidden" name="product"
    value="345295" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDUyOTUv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338338/

<form data-role="tocart-form" data-product-sku="1112108067-D84" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338338/" method="post"><input type="hidden" name="product"
    value="338338" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzgzMzgv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/365134/

<form data-role="tocart-form" data-product-sku="6112358024-E20" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/365134/" method="post"><input type="hidden" name="product"
    value="365134" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNjUxMzQv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343072/

<form data-role="tocart-form" data-product-sku="6112353016-E11" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/343072/" method="post"><input type="hidden" name="product"
    value="343072" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDMwNzIv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/190172/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345652/

<form data-role="tocart-form" data-product-sku="3111337059-E52" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345652/" method="post"><input type="hidden" name="product"
    value="345652" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDU2NTIv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345531/

<form data-role="tocart-form" data-product-sku="3115337015-E54" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345531/" method="post"><input type="hidden" name="product"
    value="345531" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDU1MzEv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/348306/

<form data-role="tocart-form" data-product-sku="2112373001-E50" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/348306/" method="post"><input type="hidden" name="product"
    value="348306" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDgzMDYv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345633/

<form data-role="tocart-form" data-product-sku="3111337056-E52" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/345633/" method="post"><input type="hidden" name="product"
    value="345633" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDU2MzMv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342630/

<form data-role="tocart-form" data-product-sku="2111242054-E60" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/342630/" method="post"><input type="hidden" name="product"
    value="342630" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDI2MzAv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/324543/

<form data-role="tocart-form" data-product-sku="1111242099-D24" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/324543/" method="post"><input type="hidden" name="product"
    value="324543" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMjQ1NDMv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338231/

<form data-role="tocart-form" data-product-sku="1111298007-D84" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/338231/" method="post"><input type="hidden" name="product"
    value="338231" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzgyMzEv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326890/

<form data-role="tocart-form" data-product-sku="1111354016-D91" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326890/" method="post"><input type="hidden" name="product"
    value="326890" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMjY4OTAv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326891/

<form data-role="tocart-form" data-product-sku="1111354017-D80" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/326891/" method="post"><input type="hidden" name="product"
    value="326891" tabindex="0"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMjY4OTEv" tabindex="0"><input
    name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="0"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="0"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/190172/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/333506/

<form data-role="tocart-form" data-product-sku="1111298003-D21" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/333506/" method="post"><input type="hidden" name="product"
    value="333506" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzM1MDYv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/332199/

<form data-role="tocart-form" data-product-sku="1111363002-D40" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/332199/" method="post"><input type="hidden" name="product"
    value="332199" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzIxOTkv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/318365/

<form data-role="tocart-form" data-product-sku="1111354014-D24" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/318365/" method="post"><input type="hidden" name="product"
    value="318365" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMTgzNjUv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/321435/

<form data-role="tocart-form" data-product-sku="1111242094-D81" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/321435/" method="post"><input type="hidden" name="product"
    value="321435" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMjE0MzUv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/335412/

<form data-role="tocart-form" data-product-sku="1112298002-D80" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/335412/" method="post"><input type="hidden" name="product"
    value="335412" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zMzU0MTIv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/337798/

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

POST https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/341594/

<form data-role="tocart-form" data-product-sku="1112298003-D10" action="https://com.chasin.hypernode.io/checkout/cart/add/uenc/aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby8%2C/product/341594/" method="post"><input type="hidden" name="product"
    value="341594" tabindex="-1"><input type="hidden" name="uenc" value="aHR0cHM6Ly9jb20uY2hhc2luLmh5cGVybm9kZS5pby9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5amIyMHVZMmhoYzJsdUxtaDVjR1Z5Ym05a1pTNXBieTglMkMvcHJvZHVjdC8zNDE1OTQv"
    tabindex="-1"><input name="form_key" type="hidden" value="0MPPQBQHrnQsCrVs" tabindex="-1"> <button type="submit" title="Add to bag" class="action tocart primary" tabindex="-1"><span>Add to bag</span></button></form>

POST https://com.chasin.hypernode.io/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://com.chasin.hypernode.io/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control"><input name="email" type="email" id="newsletter" placeholder="Sign up to our Newsletter" 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>Subscribe to our newsletter and get a €10,- discount on your order!</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>

Name: mp-subform1POST

<form id="mp-subform1" name="mp-subform1" 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-subemail1" type="text" value="Your e-mail " onfocus="MP_1_SubscribePopup.focusInput(this);" autocomplete="on" aria-label="email">
  <input type="submit" id="mp-subsubmit1" 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_1_SubscribePopup.postForm();">
</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://com.chasin.hypernode.io/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

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 a CHASIN' member
Fast shipping
Easy return within 30 days
Save 5% as a CHASIN' member
Fast shipping
Easy return within 30 days
Save 5% as a CHASIN' member
Next
Menu
Menu
Search
Search

Search Search
 * Home

 * 
 * New
   * * All new
       * * New jeans
         * New jackets
         * New overshirts
         * New sweaters
         * New knitwear
         * New pants
         * New T-shirts
         * New longsleeves
         * New shirts
         * New accessories
       * 
     * Seasonal Statement
       * * 3D Artwork Collection
         * The Contemporary Cargo
         * Airloop Sweats
         * Hybrid Overshirts
         * The Button Up Shirt
     * Campaigns
       * * Authen-TECH Denim
         * CHASIN' x TREVOR
         * CHASIN' LAB
         * CHASIN' x NOVESTA
         * CHASIN' x KNAAP
 * Jeans
   * * All Jeans
       * * CHASIN' Fit Guide
         * Skinny Fit Jeans
         * Slim Tapered Fit Jeans
         * Slim Fit Jeans
         * Tapered Fit Jeans
         * Regular Fit Jeans
     * Our fits
       * * EGO
         * Iron
         * Iggy
         * Crown
         * Ash
         * Ivor
     * Washes
       * * Destroyed Jeans
         * Black & Grey Jeans
         * Light Jeans
         * Blue Jeans
     * Campaigns
       * * Authen-TECH Denim
 * Jackets
   * * All Jackets
       * * Winter jackets
         * Performance Jackets
         * Softshell Jackets
         * Denim Jackets
         * Leather Jackets
     * Campaigns
       * * The Ultimate Performance Jackets
 * Collection
   * * All items
       * * Jeans
         * Jackets
         * Sweaters
         * Overshirts
         * Knitwear
         * T-shirts
         * Pants
         * Cargo's
         * Polo's
         * Longsleeves
       * * Hoodies & cardigans
         * Shirts
         * Basics
     * Campaigns
       * * Authen-TECH Denim
         * 3D Artwork Collection
         * The Contemporary Cargo
         * Airloop Sweats
         * Hybrid Overshirts
         * The Button Up Shirt
         * Ultimate Performance Jackets
     * Selected Styles
       * * CHASIN' LAB
         * Sustainable
         * Ultimate Basics
 * Accessories
   * * All Accessories
       * * Winter Accessories
         * Scarves & Gloves
         * Caps & Hats
         * Boxershorts
         * Belts
         * Socks
         * Shoes
         * Fragrance
 * SALE
   * * SALE
       * * Sale Jeans
         * Sale jackets
         * Sale Sweaters
         * Sale Knitwear
         * Sale pants
         * Sale Longsleeves
         * Sale Shirts
         * Sale T-Shirts & Polo's
         * Sale Accessories
     * SALE Deals
       * * 2 jeans 139,95
         * 3rd accessorry -50%

 * Log in / Register

 * Store locator
 * Exclusive Membership


   FOLLOW US
   
    * Instagram
    * Facebook

Search
Search

Search Search

Final day: €15,- extra discount* with code: FINAL15
*Valid on FINAL SALE from €150,-

Final day: €15,- extra discount* with code: FINAL15
*Valid on FINAL SALE from €150,-

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

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



Authen-TECH Denim
Tradition meets Innovation

Authen-TECH Denim
Tradition meets Innovation

The Authen-TECH Denim collection is innovated with new fits. We focus on our 3
innovated fits the Iron a regular fit, the Evan a slim fit and the EGO a slim
tapered fit.
Explore the new denim collection for Spring '24

Shop
Explore

Previous
Iron Arid
Jeans
€109.95
Add to bag
Add to Compare
Evan Snake
Jeans
€109.95
Add to bag
Add to Compare
EGO Duke
Jeans
€119.95
Add to bag
Add to Compare
Iron Albion
Jeans
€99.95
Add to bag
Add to Compare
Iron Brighton
Jeans
€109.95
Add to bag
Add to Compare
Iron Onyx
Jeans
€99.95
Add to bag
Add to Compare
Iron Crawford
Jeans
€99.95
Add to bag
Add to Compare
Iron Potter
Jeans
€109.95
Add to bag
Add to Compare
EGO Crawford
Jeans
€99.95
Add to bag
Add to Compare
EGO Tornado
Jeans
€99.95
Add to bag
Add to Compare
EGO Squid
Jeans
€99.95
Add to bag
Add to Compare
EGO Morrow
Jeans
€119.95
Add to bag
Add to Compare
Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8

New Arrivals '24
Discover the latest collection

New Arrivals '24
Discover the latest collection

A modern collection of performance jeanswear, featuring designs inspired by
authenticity and technology. Denim, an authentic material with a rich history
and crafted production process, meets the potential for innovation through
technology, resulting in the creation of ultimate functional features in our
collections.

Shop

Previous
Dash Softshell
Jackets
€159.95
Add to bag
Add to Compare
Iron Arid
Jeans
€109.95
Add to bag
Add to Compare
Etic Smart
Shirts longsleeve
€89.95
Add to bag
Add to Compare
Reno
Knitwear
€79.95
Add to bag
Add to Compare
Evan Snake
Jeans
€109.95
Add to bag
Add to Compare
Reco
T-Shirts
€39.95
Add to bag
Add to Compare
Stryke Benja
Shirts longsleeve
€99.95
Add to bag
Add to Compare
Rift.L Combat
Pants
€89.95
Add to bag
Add to Compare
Return Mount
Jackets
€179.95
Add to bag
Add to Compare
Boxley
Sweaters
€79.95
Add to bag
Add to Compare
Modus Cord Mini
Shirts longsleeve
€99.95
Add to bag
Add to Compare
Block Hoodie
Sweaters
€89.95
Add to bag
Add to Compare
Stryke Nobi
Shirts longsleeve
€99.95
Add to bag
Add to Compare
Morrow
T-Shirts
€39.95
Add to bag
Add to Compare
Argon
Longsleeves
€49.95
Add to bag
Add to Compare
Iron Albion
Jeans
€99.95
Add to bag
Add to Compare
Axel Mick
Shirts longsleeve
€99.95
Add to bag
Add to Compare
Modus Cord Mini
Shirts longsleeve
€99.95
Add to bag
Add to Compare
EGO Esko
Jeans
€99.95
Add to bag
Add to Compare
Armor
Knitwear
€79.95
Add to bag
Add to Compare
Oscar Half Zip
Knitwear
€89.95
Add to bag
Add to Compare
Rift.L Combat
Pants
€89.95
Add to bag
Add to Compare
Typhoon
Knitwear
€79.95
Add to bag
Add to Compare
Stone.L Anzar
Pants
€79.95
Add to bag
Add to Compare
Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11
 * 12
 * 13
 * 14
 * 15
 * 16
 * 17
 * 18
 * 19
 * 20

3D Artwork Collection
Premium quality t-shirts & sweats

3D Artwork Collection
Premium quality t-shirts & sweats

Expect Ultra-Comfort, breathable, and modern loose fit t-shirts and sweaters.
Airloop sweaters and Scuba-Interlock t-shirts are designed with
architectural-inspired 3D artworks.

Shop 
Explore

New
Jackets
Sweaters
Winter accessories
2 jeans 139,95
Jeans
Knitwear
Pants
Boxershorts
SALE


Contemporary Cargo's
The Ultimate Performance pants

Contemporary Cargo's
The Ultimate Performance pants

Meet the Riot and the Rift, our ultimate performance pants. The Riot has
3D-shaped legs, which enhance the overall fit and offer ultimate freedom of
movement. A fully functional fit, enhanced with key performance features such as
the constructed cargo pockets and an ultra-soft touch. Our Riot cargo is made
out of a stretchable fabric for Ultra-Comfort.

Shop
Explore



New Jackets
Lightweight Protection

New Jackets
Lightweight Protection

Our new collection of jackets combines contemporary garments with functional
detailing. Constructed with fabrics for lightweight protection such as our
signature Softshell, , ripstop, sherpa-fleece and shell fabric with recycled
fibers. Explore our new jackets for lightweight protection layers.

Shop 


Hybrid Overshirts
The Ultimate Allrounder

Hybrid Overshirts
The Ultimate Allrounder

Create a total package with the hybrid overshirts. Use it as an extra layer to
seamlessly transition from one season to another. Explore all our hybrid
overshirts.

Shop
Explore

Previous
Crown Madison
Jeans
Special Price €79.95 Regular Price €119.95
Add to bag
Add to Compare
Evan Alix
Jeans
Special Price €79.95 Regular Price €119.95
Add to bag
Add to Compare
EGO Morrow
Jeans
€119.95
Add to bag
Add to Compare
EGO Tornado
Jeans
€99.95
Add to bag
Add to Compare
EGO Esko
Jeans
€99.95
Add to bag
Add to Compare
EGO Etrine
Jeans
Special Price €79.95 Regular Price €129.95
Add to bag
Add to Compare
Carter Bleach
Jeans
Special Price €79.95 Regular Price €119.95
Add to bag
Add to Compare
EGO Solar
Jeans
Special Price €79.95 Regular Price €99.95
Add to bag
Add to Compare
EGO Crater
Jeans
Special Price €79.95 Regular Price €129.95
Add to bag
Add to Compare
Crown Tristan
Jeans
Special Price €79.95 Regular Price €119.95
Add to bag
Add to Compare
EGO Squid
Jeans
€99.95
Add to bag
Add to Compare
Crown Hill
Jeans
Special Price €79.95 Regular Price €119.95
Add to bag
Add to Compare
Next
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8

CHASIN' Stores

CHASIN' Stores

Find your store

Explore

About CHASIN'

About CHASIN'

All about the brand

Explore

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


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
 * 


STAY UP TO DATE ON NEW COLLECTIONS AND EXCLUSIVE DEALS

Inschrijven

Subscribe to our newsletter and get a €10,- discount on your order!

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




STORE LOCATOR

 * Store locator
 * Exclusive Membership


CUSTOMER SERVICE

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


ABOUT CHASIN'

 * About CHASIN'
 * CHASIN' Exclusive Member
 * Jobs
 * Wholesale Inquiries


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 Deutschland?

Then visit:

Chasin' Deutschland

Are you visiting from België?

Then visit:

Chasin' België

Get €10 off your first order

Be the first to stay up-to-date on deals, new collections and receive directly a
€10 discount in your inbox.


Welcome at CHASIN'

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

A problem has occured, please try again.

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?