foenixapparel.co.uk Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://foenixapparel.co.uk/collections/mens-leather-jackets
Submission: On November 23 via manual from GB — Scanned from NZ

Form analysis 6 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
      <div class="appear-animation appear-delay-3">
        <label for="CartNoteDrawer">Order note</label>
        <textarea name="note" class="input-full cart-notes" id="CartNoteDrawer"></textarea>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal=""><span class="money">£ 0.00</span></div>
      </div>
      <div class="cart__item-row text-center">
        <small> Free shipping. Discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout"> Check out </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off">
  <input type="hidden" name="type" value="product">
  <input type="hidden" name="options[prefix]" value="last">
  <label for="search-icon" class="hidden-label">Search</label>
  <label for="SearchClose" class="hidden-label">"Close (esc)"</label>
  <button type="submit" id="search-icon" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>

<form class="filter-form">
  <div class="collection-sidebar__group--1">
    <div class="collection-sidebar__group">
      <button type="button" class="collapsible-trigger collapsible-trigger-btn collapsible--auto-height is-open tag-list__header" aria-controls="CollectionSidebar-1-filter-price" data-collapsible-id="filter-price" aria-expanded="true"> Price <span
          class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
            <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
      <div id="CollectionSidebar-1-filter-price" class="collapsible-content collapsible-content--sidebar is-open" data-collapsible-id="filter-price" style="height: auto;">
        <div class="collapsible-content__inner">
          <div class="price-range" data-min-value="" data-min-name="filter.v.price.gte" data-min="" data-max-value="" data-max-name="filter.v.price.lte" data-max="700.00">
            <div class="price-range__display-wrapper">
              <span class="price-range__display-min"><span class="money">£ 0.00</span></span>
              <span class="price-range__display-max"><span class="money">£ 700.00</span></span>
            </div>
            <div class="price-range__slider-wrapper">
              <div class="price-range__slider noUi-target noUi-ltr noUi-horizontal noUi-txt-dir-ltr">
                <div class="noUi-base">
                  <div class="noUi-connects">
                    <div class="noUi-connect" style="transform: translate(0%, 0px) scale(1, 1);"></div>
                  </div>
                  <div class="noUi-origin" style="transform: translate(-1000%, 0px); z-index: 5;">
                    <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="700.0" aria-valuenow="0.0" aria-valuetext="0.00">
                      <div class="noUi-touch-area"></div>
                    </div>
                  </div>
                  <div class="noUi-origin" style="transform: translate(0%, 0px); z-index: 4;">
                    <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="700.0" aria-valuenow="700.0" aria-valuetext="700.00">
                      <div class="noUi-touch-area"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <input class="price-range__input price-range__input-min" name="filter.v.price.gte" value="" readonly="">
            <input class="price-range__input price-range__input-max" name="filter.v.price.lte" value="" readonly="">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="collection-sidebar__group--2">
    <div class="collection-sidebar__group">
      <button type="button" class="collapsible-trigger collapsible-trigger-btn collapsible--auto-height is-open tag-list__header" aria-controls="CollectionSidebar-2-filter-color" data-collapsible-id="filter-color" aria-expanded="true"> Color <span
          class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
            <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
      <div id="CollectionSidebar-2-filter-color" class="collapsible-content collapsible-content--sidebar is-open" data-collapsible-id="filter-color" style="height: auto;">
        <div class="collapsible-content__inner">
          <ul class="no-bullets tag-list">
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Black"><span class="color-swatch color-swatch--filter color-swatch--black" title="Black" style="background-color: black;"> Black </span>
                <span class="tag__text hide">Black</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Blue"><span class="color-swatch color-swatch--filter color-swatch--blue" title="Blue" style="background-color: blue;"> Blue </span>
                <span class="tag__text hide">Blue</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Brown"><span class="color-swatch color-swatch--filter color-swatch--brown" title="Brown" style="background-color: brown;"> Brown </span>
                <span class="tag__text hide">Brown</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Green"><span class="color-swatch color-swatch--filter color-swatch--green" title="Green" style="background-color: green;"> Green </span>
                <span class="tag__text hide">Green</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Grey"><span class="color-swatch color-swatch--filter color-swatch--grey" title="Grey" style="background-color: grey;"> Grey </span>
                <span class="tag__text hide">Grey</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Orange"><span class="color-swatch color-swatch--filter color-swatch--orange" title="Orange" style="background-color: orange;"> Orange </span>
                <span class="tag__text hide">Orange</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Purple"><span class="color-swatch color-swatch--filter color-swatch--purple" title="Purple" style="background-color: purple;"> Purple </span>
                <span class="tag__text hide">Purple</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Red"><span class="color-swatch color-swatch--filter color-swatch--red" title="Red" style="background-color: red;"> Red </span>
                <span class="tag__text hide">Red</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="White"><span class="color-swatch color-swatch--filter color-swatch--white" title="White" style="background-color: white;"> White </span>
                <span class="tag__text hide">White</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Yellow"><span class="color-swatch color-swatch--filter color-swatch--yellow" title="Yellow" style="background-color: yellow;"> Yellow </span>
                <span class="tag__text hide">Yellow</span></label>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="collection-sidebar__group--3">
    <div class="collection-sidebar__group">
      <button type="button" class="collapsible-trigger collapsible-trigger-btn collapsible--auto-height is-open tag-list__header" aria-controls="CollectionSidebar-3-filter-size" data-collapsible-id="filter-size" aria-expanded="true"> Size <span
          class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
            <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
      <div id="CollectionSidebar-3-filter-size" class="collapsible-content collapsible-content--sidebar is-open" data-collapsible-id="filter-size" style="height: auto;">
        <div class="collapsible-content__inner">
          <ul class="no-bullets tag-list">
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Small"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Small</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Medium"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Medium</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Large</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="X-Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">X-Large</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="XX-Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">XX-Large</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="XXX-Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">XXX-Large</span> (897) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Custom"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Custom</span> (9) </span></label>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</form>

<form class="filter-form">
  <div class="collection-sidebar__group--1">
    <div class="collection-sidebar__group">
      <button type="button" class="collapsible-trigger collapsible-trigger-btn collapsible--auto-height is-open tag-list__header" aria-controls="SidebarDrawer-1-filter-price" data-collapsible-id="filter-price" aria-expanded="true"> Price <span
          class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
            <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
      <div id="SidebarDrawer-1-filter-price" class="collapsible-content collapsible-content--sidebar is-open" data-collapsible-id="filter-price" style="height: auto;">
        <div class="collapsible-content__inner">
          <div class="price-range" data-min-value="" data-min-name="filter.v.price.gte" data-min="" data-max-value="" data-max-name="filter.v.price.lte" data-max="700.00">
            <div class="price-range__display-wrapper">
              <span class="price-range__display-min"><span class="money">£ 0.00</span></span>
              <span class="price-range__display-max"><span class="money">£ 700.00</span></span>
            </div>
            <div class="price-range__slider-wrapper">
              <div class="price-range__slider noUi-target noUi-ltr noUi-horizontal noUi-txt-dir-ltr">
                <div class="noUi-base">
                  <div class="noUi-connects">
                    <div class="noUi-connect" style="transform: translate(0%, 0px) scale(1, 1);"></div>
                  </div>
                  <div class="noUi-origin" style="transform: translate(-1000%, 0px); z-index: 5;">
                    <div class="noUi-handle noUi-handle-lower" data-handle="0" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="700.0" aria-valuenow="0.0" aria-valuetext="0.00">
                      <div class="noUi-touch-area"></div>
                    </div>
                  </div>
                  <div class="noUi-origin" style="transform: translate(0%, 0px); z-index: 4;">
                    <div class="noUi-handle noUi-handle-upper" data-handle="1" tabindex="0" role="slider" aria-orientation="horizontal" aria-valuemin="0.0" aria-valuemax="700.0" aria-valuenow="700.0" aria-valuetext="700.00">
                      <div class="noUi-touch-area"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <input class="price-range__input price-range__input-min" name="filter.v.price.gte" value="" readonly="">
            <input class="price-range__input price-range__input-max" name="filter.v.price.lte" value="" readonly="">
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="collection-sidebar__group--2">
    <div class="collection-sidebar__group">
      <button type="button" class="collapsible-trigger collapsible-trigger-btn collapsible--auto-height is-open tag-list__header" aria-controls="SidebarDrawer-2-filter-color" data-collapsible-id="filter-color" aria-expanded="true"> Color <span
          class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
            <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
      <div id="SidebarDrawer-2-filter-color" class="collapsible-content collapsible-content--sidebar is-open" data-collapsible-id="filter-color" style="height: auto;">
        <div class="collapsible-content__inner">
          <ul class="no-bullets tag-list">
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Black"><span class="color-swatch color-swatch--filter color-swatch--black" title="Black" style="background-color: black;"> Black </span>
                <span class="tag__text hide">Black</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Blue"><span class="color-swatch color-swatch--filter color-swatch--blue" title="Blue" style="background-color: blue;"> Blue </span>
                <span class="tag__text hide">Blue</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Brown"><span class="color-swatch color-swatch--filter color-swatch--brown" title="Brown" style="background-color: brown;"> Brown </span>
                <span class="tag__text hide">Brown</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Green"><span class="color-swatch color-swatch--filter color-swatch--green" title="Green" style="background-color: green;"> Green </span>
                <span class="tag__text hide">Green</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Grey"><span class="color-swatch color-swatch--filter color-swatch--grey" title="Grey" style="background-color: grey;"> Grey </span>
                <span class="tag__text hide">Grey</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Orange"><span class="color-swatch color-swatch--filter color-swatch--orange" title="Orange" style="background-color: orange;"> Orange </span>
                <span class="tag__text hide">Orange</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Purple"><span class="color-swatch color-swatch--filter color-swatch--purple" title="Purple" style="background-color: purple;"> Purple </span>
                <span class="tag__text hide">Purple</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Red"><span class="color-swatch color-swatch--filter color-swatch--red" title="Red" style="background-color: red;"> Red </span>
                <span class="tag__text hide">Red</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="White"><span class="color-swatch color-swatch--filter color-swatch--white" title="White" style="background-color: white;"> White </span>
                <span class="tag__text hide">White</span></label>
            </li>
            <li class="tag tag--swatch">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.color" value="Yellow"><span class="color-swatch color-swatch--filter color-swatch--yellow" title="Yellow" style="background-color: yellow;"> Yellow </span>
                <span class="tag__text hide">Yellow</span></label>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="collection-sidebar__group--3">
    <div class="collection-sidebar__group">
      <button type="button" class="collapsible-trigger collapsible-trigger-btn collapsible--auto-height is-open tag-list__header" aria-controls="SidebarDrawer-3-filter-size" data-collapsible-id="filter-size" aria-expanded="true"> Size <span
          class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
            <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
      <div id="SidebarDrawer-3-filter-size" class="collapsible-content collapsible-content--sidebar is-open" data-collapsible-id="filter-size" style="height: auto;">
        <div class="collapsible-content__inner">
          <ul class="no-bullets tag-list">
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Small"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Small</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Medium"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Medium</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Large</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="X-Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">X-Large</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="XX-Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">XX-Large</span> (906) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="XXX-Large"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">XXX-Large</span> (897) </span></label>
            </li>
            <li class="tag">
              <label class="tag__checkbox-wrapper text-label">
                <input type="checkbox" class="tag__input" name="filter.v.option.size" value="Custom"><span class="tag__checkbox"></span>
                <span>
                  <span class="tag__text">Custom</span> (9) </span></label>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><label
    for="Email-1494292487693" class="hidden-label">Enter your email</label>
  <label for="newsletter-submit-1494292487693" class="hidden-label">Subscribe</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-1494292487693" class="footer__newsletter-input" autocorrect="off" autocapitalize="off">
    <button type="submit" id="newsletter-submit-1494292487693" class="footer__newsletter-btn" name="commit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <path d="M63 52H1V12h62zM1 12l25.68 24h9.72L63 12M21.82 31.68L1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="footer__newsletter-btn-label"> Subscribe </span>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_formfooter" accept-charset="UTF-8" class="multi-selectors" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/collections/mens-leather-jackets">
  <div class="multi-selectors__item">
    <h2 class="visually-hidden" id="CurrencyHeading-footer"> Currency </h2>
    <div class="disclosure" data-disclosure-currency="">
      <button type="button" class="faux-select disclosure__toggle" aria-expanded="false" aria-controls="CurrencyList-footer" aria-describedby="CurrencyHeading-footer" data-disclosure-toggle=""><span class="currency-flag currency-flag--gb"
          data-flag="GBP" aria-hidden="true"></span><span class="disclosure-list__label"> United Kingdom (GBP £) </span>
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
          <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
        </svg>
      </button>
      <ul id="CurrencyList-footer" class="disclosure-list" data-disclosure-list="">
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AU" data-disclosure-option=""><span class="currency-flag currency-flag--au" data-flag="AUD" aria-hidden="true"></span><span class="disclosure-list__label">
                  Australia (AUD $)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AT" data-disclosure-option=""><span class="currency-flag currency-flag--at" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Austria (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BE" data-disclosure-option=""><span class="currency-flag currency-flag--be" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Belgium (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="HR" data-disclosure-option=""><span class="currency-flag currency-flag--hr" data-flag="HRK" aria-hidden="true"></span><span class="disclosure-list__label">
                  Croatia (HRK kn)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="DK" data-disclosure-option=""><span class="currency-flag currency-flag--dk" data-flag="DKK" aria-hidden="true"></span><span class="disclosure-list__label">
                  Denmark (DKK kr.)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="FI" data-disclosure-option=""><span class="currency-flag currency-flag--fi" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Finland (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="FR" data-disclosure-option=""><span class="currency-flag currency-flag--fr" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  France (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="DE" data-disclosure-option=""><span class="currency-flag currency-flag--de" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Germany (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="IE" data-disclosure-option=""><span class="currency-flag currency-flag--ie" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Ireland (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="IT" data-disclosure-option=""><span class="currency-flag currency-flag--it" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Italy (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="JP" data-disclosure-option=""><span class="currency-flag currency-flag--jp" data-flag="JPY" aria-hidden="true"></span><span class="disclosure-list__label">
                  Japan (JPY ¥)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="LU" data-disclosure-option=""><span class="currency-flag currency-flag--lu" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Luxembourg (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="NL" data-disclosure-option=""><span class="currency-flag currency-flag--nl" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Netherlands (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="NO" data-disclosure-option=""><span class="currency-flag currency-flag--no" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Norway (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PK" data-disclosure-option=""><span class="currency-flag currency-flag--pk" data-flag="PKR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Pakistan (PKR ₨)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PL" data-disclosure-option=""><span class="currency-flag currency-flag--pl" data-flag="PLN" aria-hidden="true"></span><span class="disclosure-list__label">
                  Poland (PLN zł)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SA" data-disclosure-option=""><span class="currency-flag currency-flag--sa" data-flag="SAR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Saudi Arabia (SAR ر.س)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="ES" data-disclosure-option=""><span class="currency-flag currency-flag--es" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  Spain (EUR €)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SE" data-disclosure-option=""><span class="currency-flag currency-flag--se" data-flag="SEK" aria-hidden="true"></span><span class="disclosure-list__label">
                  Sweden (SEK kr)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CH" data-disclosure-option=""><span class="currency-flag currency-flag--ch" data-flag="CHF" aria-hidden="true"></span><span class="disclosure-list__label">
                  Switzerland (CHF CHF)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AE" data-disclosure-option=""><span class="currency-flag currency-flag--ae" data-flag="AED" aria-hidden="true"></span><span class="disclosure-list__label">
                  United Arab Emirates (AED د.إ)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item disclosure-list__item--current">
          <a class="disclosure-list__option" href="#" aria-current="true" data-value="GB" data-disclosure-option=""><span class="currency-flag currency-flag--gb" data-flag="GBP" aria-hidden="true"></span><span class="disclosure-list__label">
                  United Kingdom (GBP £)
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="US" data-disclosure-option=""><span class="currency-flag currency-flag--us" data-flag="USD" aria-hidden="true"></span><span class="disclosure-list__label">
                  United States (USD $)
                </span>
              </a>
        </li>
      </ul>
      <input type="hidden" name="country_code" value="GB" data-disclosure-input="">
    </div>
  </div>
</form>

Text Content

Skip to content
Close menu
 * Mens Leather Jackets
   
    * Shop by Color
       * Brown Leather Jackets
       * Black Leather Jackets
       * Red Leather Jackets
       * Blue Leather Jackets
       * Yellow Leather Jackets
   
    * Shop by Style
       * Leather Motorcycle Jackets
       * Leather Jackets With Hood
       * Leather Bomber Jackets
       * Leather Flight Jackets
       * Leather Shearling Jackets
       * Suede Leather Jackets
       * Leather Blazers
       * Leather Puffer Jackets
   
    * Shop All
       * All Men's Leather Jackets

 * Gift Cards
 * Journal
 * Contact
 * Log in

Cart
Close cart
Order note
Discounts

Subtotal
£ 0.00
Free shipping. Discount codes calculated at checkout.

Check out
Your cart is currently empty.
Pause slideshow Play slideshow
Free shippingAll orders. Worldwide.
Hassle-free returns365-day returns. Easy.

Search
Site navigation
 * Mens Leather Jackets
   Shop by Color
   Brown Leather Jackets
   Black Leather Jackets
   Red Leather Jackets
   Blue Leather Jackets
   Yellow Leather Jackets
   Shop by Style
   Leather Motorcycle Jackets
   Leather Jackets With Hood
   Leather Bomber Jackets
   Leather Flight Jackets
   Leather Shearling Jackets
   Suede Leather Jackets
   Leather Blazers
   Leather Puffer Jackets
   Shop All
   All Men's Leather Jackets
 * Gift Cards


 * Journal
 * Contact

Log in Search Cart
Search "Close (esc)" Search
"Close (esc)"
View more



CONFIRM YOUR AGE

Are you 18 years old or older?

No I'm not Yes I am


COME BACK WHEN YOU'RE OLDER

Sorry, the content of this store can't be seen by a younger audience. Come back
when you're older.

Oops, I entered incorrectly


MEN'S LEATHER JACKETS

BEST SELLER, 57% OFF

Undisputable iconic jacket. Limited quantiy.

Shop now

Price
£ 0.00 £ 700.00

Color
 * Black Black
 * Blue Blue
 * Brown Brown
 * Green Green
 * Grey Grey
 * Orange Orange
 * Purple Purple
 * Red Red
 * White White
 * Yellow Yellow

Size
 * Small (906)
 * Medium (906)
 * Large (906)
 * X-Large (906)
 * XX-Large (906)
 * XXX-Large (897)
 * Custom (9)

Filter
Close menu
Price
£ 0.00 £ 700.00

Color
 * Black Black
 * Blue Blue
 * Brown Brown
 * Green Green
 * Grey Grey
 * Orange Orange
 * Purple Purple
 * Red Red
 * White White
 * Yellow Yellow

Size
 * Small (906)
 * Medium (906)
 * Large (906)
 * X-Large (906)
 * XX-Large (906)
 * XXX-Large (897)
 * Custom (9)

Filter
906 products
Sort SortFeaturedBest sellingAlphabetically, A-ZAlphabetically, Z-APrice, low to
highPrice, high to lowDate, old to newDate, new to old
Sale
Quick view


Black Men's Leather Biker Jacket Inspired by David Beckham
Regular price £ 260.00 Sale pricefrom £ 109.97

"Close (esc)"
Sale
Quick view


Hooded Men's Black Leather Jacket Coley
Regular price £ 260.00 Sale pricefrom £ 129.97

"Close (esc)"
Sale
Quick view


Turndown Collar Men's Classic Leather Jackets Clark
Regular price £ 260.00 Sale pricefrom £ 250.00

"Close (esc)"
Quick view


Slim Fit Men's Genuine Leather Jacket Davison
from £ 129.97

"Close (esc)"
Quick view


Mens Brown Leather Jacket Jude
from £ 500.00

"Close (esc)"
Quick view


Mens Camel 100% Genuine Brown Leather Jacket Martin
from £ 290.00

"Close (esc)"
Quick view


Mens Bomber Leather Jacket Inspired by Rocky
from £ 119.97

"Close (esc)"
Quick view


Mens Brown Fur Collar Leather Jacket Trumann
from £ 350.00

"Close (esc)"
Quick view


Mens Fur Collar Leather Jacket Slader
from £ 270.00

"Close (esc)"
Sale
Quick view

Mens Brown Leather Jacket Gabi
Regular price £ 260.00 Sale price£ 120.00

"Close (esc)"
Sale
Quick view


Brown Men's Leather Jacket Cletus
Regular price £ 280.00 Sale price£ 140.00

"Close (esc)"
Sale
Quick view


Black Men's Genuine Leather Jacket Brain
Regular price £ 290.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Black Men's Leather Jacket Desmond Eliot
Regular price £ 240.00 Sale price£ 120.00

"Close (esc)"
Sale
Quick view

Blue Men's Genuine Leather Jacket Anthony
Regular price £ 290.00 Sale price£ 130.00

"Close (esc)"
Sale
Quick view

Men's Black Real Leather Jacket Steven
Regular price £ 260.00 Sale price£ 120.00

"Close (esc)"
Sale
Quick view


Black Leather Jacket for Men James
Regular price £ 280.00 Sale price£ 140.00

"Close (esc)"
Sale
Quick view


Men's Leather Black Jacket John
Regular price £ 280.00 Sale price£ 140.00

"Close (esc)"
Sale
Quick view

Blue Leather Jacket for Men Jeffrey
Regular price £ 280.00 Sale price£ 140.00

"Close (esc)"
Sale
Quick view


Leather Jacket for Men Daniel
Regular price £ 280.00 Sale price£ 140.00

"Close (esc)"
Sale
Quick view


Red Leather Jacket for Men Donald
Regular price £ 280.00 Sale pricefrom £ 140.00

"Close (esc)"
Sale
Quick view


Leather Jacket for Men Frank 301
Regular price £ 280.00 Sale price£ 150.00

"Close (esc)"
Sale
Quick view

Brown Hooded Leather 3 4 Coat William
Regular price £ 280.00 Sale pricefrom £ 140.00

"Close (esc)"
Sale
Quick view


Leather Black Jacket For Men Scott
Regular price £ 280.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Leather Jacket for Men Jose
Regular price £ 280.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Red Leather Jacket for Men Charles
Regular price £ 280.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Red Men's Genuine Leather Jacket Kevin
Regular price £ 280.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Men's Blue Genuine Leather Jacket Mark
Regular price £ 280.00 Sale price£ 200.00

"Close (esc)"
Sale
Quick view


Men's Genuine Leather Jacket Micheal
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Men's Genuine Red Leather Jacket Paul
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Men's Shearling Brown Leather Jacket Richard
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view

Men's Red Biker Leather Jacket With Stripes Robert
Regular price £ 280.00 Sale price£ 230.00

"Close (esc)"
Sale
Quick view


Men's Black Genuine Leather Jacket Timothy
Regular price £ 280.00 Sale price£ 220.00

"Close (esc)"
Sale
Quick view


Men's Brown Genuine Leather Jacket Thomas
Regular price £ 280.00 Sale price£ 260.00

"Close (esc)"
Sale
Quick view

Men's Red Real Biker Leather Jacket Edward
Regular price £ 260.00 Sale price£ 120.00

"Close (esc)"
Sale
Quick view


Men's Real Leather Jacket George
Regular price £ 260.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view

Men's Real Red Leather Jacket Ronald
Regular price £ 260.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Men's Red Leather Jacket Mike
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Black Men's Leather Jacket Stanley
Regular price £ 280.00 Sale price£ 260.00

"Close (esc)"
Sale
Quick view


Men's Brown Leather Jacket Leonard
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Men's White Leather Jacket Nathan
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Red Men's Leather Jacket Manuel
Regular price £ 280.00 Sale price£ 220.00

"Close (esc)"
Sale
Quick view


Black Men's Leather Jacket Rodney
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Brown Leather Jacket Norman
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Men's Leather Jacket Allen
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Brown Men's Leather Jacket Curtis
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Black Men's Leather Jacket Dale
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Men's Real Leather Jacket Marvin
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Black Men's Real Leather Jacket Vincent
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Men's Black Real Leather Jacket Glenn
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Men's Brown Real Leather Jacket Jeffery
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Men's Real White Leather Jacket Travis
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Real Leather Jacket Jeff
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Real Bomber Leather Jacket Black Quilted Chad
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Brown Real Leather Jacket Jacob
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Black Men's Real Leather Jacket Lee
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Real Leather Jacket Melvin
Regular price £ 280.00 Sale price£ 200.00

"Close (esc)"
Sale
Quick view


Men's Genuine Black Leather Jacket Alfred
Regular price £ 280.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Men's Genuine Leather Jacket Kyle
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view

Men's Brown Genuine Leather Jacket Francis
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Men's Genuine White Leather Jacket Herbert
Regular price £ 280.00 Sale price£ 210.00

"Close (esc)"
Sale
Quick view


Men's Genuine Black Leather Jacket Fredrick
Regular price £ 280.00 Sale price£ 270.00

"Close (esc)"
Sale
Quick view


Men's Genuine Black Leather Jacket Ray
Regular price £ 280.00 Sale price£ 230.00

"Close (esc)"
Sale
Quick view


Men's Genuine Black Leather Jacket Edwin
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Genuine Black Leather Jacket Don
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Black Leather Jacket for Men Eddie
Regular price £ 280.00 Sale price£ 220.00

"Close (esc)"
Sale
Quick view


Black Leather Jacket for Men Ricky
Regular price £ 280.00 Sale price£ 220.00

"Close (esc)"
Sale
Quick view


Black Leather Jacket for Men Troy
Regular price £ 280.00 Sale price£ 160.00

"Close (esc)"
Sale
Quick view


Leather Jacket for Men Randall
Regular price £ 280.00 Sale price£ 270.00

"Close (esc)"
Sale
Quick view


Blue Leather Jacket for Men Barry
Regular price £ 280.00 Sale price£ 270.00

"Close (esc)"
Sale
Quick view


Black Leather Jacket for Men Alexander
Regular price £ 280.00 Sale price£ 170.00

"Close (esc)"
Sale
Quick view


Black Leather Jacket for Men Benard
Regular price £ 280.00 Sale price£ 260.00

"Close (esc)"
Sale
Quick view


Blue Leather Jacket for Men Mario
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Leather Jacket for Men Leroy
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view

Black Leather Jacket for Men Francisco
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Men's Real Leather Jacket Marcus
Regular price £ 280.00 Sale price£ 190.00

"Close (esc)"
Sale
Quick view


Black Men's Real Leather Jacket Clifford
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Real Brown Leather Jacket Oscar
Regular price £ 280.00 Sale price£ 180.00

"Close (esc)"
Sale
Quick view


Men's Real Black Leather Jacket Jay
Regular price £ 280.00 Sale price£ 220.00

"Close (esc)"
Sale
Quick view


Red Men's Real Leather Jacket Jim
Regular price £ 280.00 Sale price£ 220.00

"Close (esc)"
Sale
Quick view

Men's Real Blue Leather Jacket Miguel
Regular price £ 280.00 Sale price£ 240.00

"Close (esc)"
1 2 3 … 12 Next


HOW TO CHOOSE LEATHER JACKET COLOR TO INFLUENCE OTHERS AND BOOST YOUR MOOD

Did you know that color psychology can affect people around you and even your
mood? It's an age-old theory, and it can be explored in many ways. For instance,
observing the way people respond to colors will help you learn which ones boost
your mood.

To do this, observe the colors around you, and note what emotions they make you
feel. Then, become more conscious of what colors match your mood.


BLACK LEATHER JACKETS

Black leather jackets have long been associated with male attitudes. Their dark
sheen and associations with masculinity have long been thought to be provocative
and sexy, and the black color can be said to instill feelings of virility and
power.

While leather jackets may appear intimidating and unattractive on the surface,
they are surprisingly useful in influencing others and boosting mood.


BROWN LEATHER JACKETS

Brown leather jackets are an excellent choice for influencing others and
boosting your mood. They portray humility, endurance, and reliability. Wearing a
jacket in this color can make you feel invincible.

Furthermore, it adds likability and makes you appear more approachable. So, if
you are an introvert, it's important to wear a brown leather jacket to inspire
others.



RED LEATHER JACKETS

Wearing red leather jackets can have many positive effects, influencing others
and boosting mood. Leather jackets come in various styles, from the traditional
aviator jacket to more contemporary looks such as hooded jackets.

While some people assume traditional styles are the best, non-traditional ones
may be more versatile and have a higher fashion appeal.

To complement a red leather jacket, wear a white shirt or T-shirt. The white
color will not only contrast with the red leather but will also enhance its
visual impact. Lastly, wear matching footwear to complete the look.

The aviator style is a classic choice, but there are also a lot of
non-traditional styles, such as multi-color jackets. These are all great choices
for a red leather jacket.



BLUE LEATHER JACKETS

The color blue has been associated with serenity, safety, harmony, and
courteousness. Wearing blue can add an air of calmness to any atmosphere. It can
be worn by either younger or older men.

The men's blue leather jacket will make the person you are interacting with feel
at ease and confident. If you'd like to get more from your leather jacket,
choose one with a blue accent, as it adds a certain appeal to a person's
personality.


OTHER COLORS

We have more than 10 colors available for any style or mood. Apart from the most
popular colors mentioned above, you can find green, grey, khaki, orange, purple,
white, and yellow leather jackets,

To see desired colors, head to the main jacket page and select a color. 

 

WATCH THE VIDEO BELOW TO LEARN MORE ABOUT THE 5 MAIN COLORS (5-MIN WATCH).

 


 


POPULAR LEATHER JACKETS FOR MEN AND HOW TO PAIR THEM

If you're looking for an elegant, sophisticated jacket, there are many different
styles and materials available. Lambskin offers a super soft feel and unmatched
durability.

Bombers are designed for warmth and practicality, while coat styles are longer.
All styles are a classic choice and look good paired with a casual shirt and
jeans.

We will touch on the main styles' advantages, and disadvantages, and how to pair
them with your wardrobe.



LEATHER MOTORCYCLE JACKETS

There are two popular styles of leather motorcycle jackets for men. Both are
equally attractive, and they look great paired with a variety of other outfits.
Depending on the climate where you live, you may want a jacket that is naturally
insulating.

A jacket with wool or fur or shearling lining is ideal for those colder
climates. However, a jacket will not look as cool in a warmer climate.

A leather jacket is essential if you're looking for a style that will last you
for years to come.

Among the more popular styles of leather motorcycle jackets for men are the
moto-inspired jackets and the classic workwear-inspired ones. The moto-inspired
jackets are typically made of sturdy hand-buffed nubuck leather. The lapels are
layered and often have a zip closure in the front.


LEATHER JACKETS WITH HOOD

Men can choose from a wide range of colors and styles of leather bomber jackets,
but black and navy blue are timeless and go with anything. Black bomber jackets
look best with distressed blue jeans.

If you're looking for an easy way to pair a black leather bomber jacket with
jeans, consider a boho style. A ragged, raggedy look will add extra character to
the outfit.

Men can pair a hooded leather jacket with simple trousers or jeans. Trousers
give the jacket more height, making it more versatile and stylish.


LEATHER BOMBER JACKETS

Men can choose from a wide range of colors and styles of leather bomber jackets,
but black and navy blue are timeless and go with anything. Black bomber jackets
look best with distressed blue jeans.

If you're looking for an easy way to pair a black leather bomber jacket with
jeans, consider a boho style. A ragged, raggedy look will add extra character to
the outfit.

Black bomber jackets work very well with jeans or chinos and can be worn with a
dress shirt and tie for a smart look. Similarly, a black bomber looks good with
a white T-shirt and sneakers.

A simple leather jacket also gives an elegant and classy look and works with
many types of clothing. These styles are perfect for casual and formal occasions
alike.


CAFE RACER JACKETS

One of the most versatile types of leather jackets is the cafe racer. It can be
worn for both a dressy occasion and everyday wear.

While a brown or black leather jacket is traditionally seen as more formal, this
style of leather jacket can be worn for both. Its versatility allows you to wear
it to work, a concert, or a party.

For a semi-formal look, choose boots or brown oxford shoes. If the occasion is
more casual, go for sneakers or boots. In addition to leather jackets, you can
also add accessories to your outfit.

A scarf will compliment this style of jacket and will add flair to your outfit.
If you're worried about how to wear the jacket with your outfit, you can always
wear a clean black leather jacket.



LEATHER TRUCKER JACKETS

Trucker jackets have been around for decades, and they have never gone out of
style. Their popularity can be attributed to their versatility and wide array of
styling options.

They are affordable and easy-to-wear pieces of upper wear that pair easily with
several outfits, whether you're chasing a sporty look or a casual, laid-back
vibe.

Whether you're a fan of the classic or are looking to update your style for a
new season, a trucker jacket gives you plenty of room for creative styling.

A white t-shirt and a pair of jeans, for example, will create a classic trucker
jacket look that's sure to be flattering and complimenting. A simple black shirt
or t-shirt also works well with a brown leather jacket.

Another advantage to buying a leather trucker jacket is its versatility. You can
wear it for more than one occasion. It's versatile enough to go with jeans and
chinos as well as sneakers or dress shoes.

Almost any outfit can be paired with a trucker jacket, so you can wear it
whenever you want. There are so many different ways to style a leather trucker
jacket that it's difficult to choose which one will work best for you.


MEN'S LEATHER FLIGHT AVIATOR JACKETS

A timeless piece of outerwear, men's leather flight aviator jackets are an ideal
choice for colder seasons. Available in different cuts, sizes, and colors, the
aviator jacket can be dressed up or down and add a touch of sophistication to
your look.

Here are some styling tips to help you pair your aviator jacket with the right
outfit. Read on to discover more ways to wear this versatile piece.

A classic aviator jacket comes in brown. A brown leather flight aviator jacket
pairs well with black or white t-shirts, while a camel-brown aviator jacket
looks great in both colors.

Combined with the right accessories, it can make an otherwise boring outfit look
slightly different. Pair it with jeans and a pair of classic sneakers for a
stylish yet versatile look.

When paired with jeans and a t-shirt, a brown flight aviator jacket can easily
dress up a wardrobe. You can wear it with blue or navy jeans or a white t-shirt
and a pair of blue or navy pants.

Whether you wear it for a business trip or dress up, a brown leather flight
aviator will be an excellent choice.

WATCH THIS VIDEO TO LEARN MORE ABOUT STYLING YOUR LEATHER JACKETS (7-MIN WATCH).




 


LEATHER JACKETS WITH FUR COLLAR

You can wear a leather fur collar jacket in various ways, depending on your
outfit. If you live in a colder climate or cold winter, this will help you
protect your neck from the cold air and wind. You can wear it with jeans or
chinos to create a more casual look.

You can also wear it with a shirt and tie to create a smart casual look. If
you're more interested in looking smart but not too dressy, you can wear a
leather jacket with sneakers.


LEATHER SHEARLING JACKETS AND COATS

The shearling jacket is a classic piece of any winter wardrobe that ages
gracefully. The real shearling coats and jackets for men keep you warm on the
coldest winter days and are also highly fashionable.

Men's sheepskin coats are available as traditional bomber jackets or more modern
coats.

No matter what your style is, there is a sheepskin coat that fits you perfectly.
In addition to being stylish, men's sheepskin coats are also incredibly
practical.

The soft lining provides an extra layer of insulation, and the leather outer
shell protects you from the elements. A men's shearling jacket or coat is an
essential garment for anyone who wants to stay warm and dry during the winter
months.



SUEDE LEATHER JACKETS FOR MEN

Suit up in a suede-style jacket to be a cut above the rest. A versatile
material, suede is a great choice for men's outerwear because it works with any
fashion style. And, because of its versatile nature, suede styles are perfect
for any season.

Here are some tips on styling and pairing your suede jacket for a modern look.
Choose a color and style that complements your complexion and lifestyle to get
the best look possible.

One of the best ways to wear a suede-style jacket is with white jeans or a pair
of jeans in a darker shade of brown. Pair a light-colored jacket with a dark
pair of jeans or a black tee.

A brown-colored suede jacket goes well with any color of jeans. For a more
classic look, try a dark-colored suit.


LEATHER BLAZERS FOR MEN

When shopping for a men's leather blazer, ensure the style is appropriate for
your body type. It should hang close to the body but not too tight to easily
wear a layer underneath.

To help you pick a leather jacket that fits well, measure yourself before you
buy it. If you plan to wear a layer underneath, try a pair of jeans or a sweater
to see how it looks.



MEN'S LEATHER COATS

Leather coats are great for keeping warm in winter. You can choose from a range
of styles and colors to find the right one for you. Winter coats come in a
variety of materials so that you can find the right one for your climate. A
thicker coat is better for those who live in areas with extremely cold winters.


Wear a contrasting shirt or jeans when the weather is too hot to wear thick
winter jackets but not cold enough to wear a light-colored leather jacket. Add
comfort to your look by wearing a pair of loafers or sneakers.

For a winter-appropriate casual look, pair a black leather jacket with a
contrasting t-shirt with slim-fit black jeans.

You can also choose from various lengths of men's leather coats. Because they
look more fashionable and can be worn with any outfit, black and brown are the
most preferred choices. Choose a winter coat that is warm and comfortable.



CONCLUSION AND LAST WORDS BEFORE YOU BUY A NEW LEATHER JACKET


In this guide, we touched on which colors to wear for different occasions and
which style of leather jacket is most appropriate for you to buy.

As a general rule, the collar is an indicator of the style of the jacket. Short
collars are associated with race cars and motorcycles, giving you a sleeker
look. Longer collars are more formal and can fit better for a more serious look.


FREQUENTLY ASKED QUESTIONS AND ANSWERS



WHICH LEATHER JACKET IS BEST FOR MEN?

The most famous and loved ones are motorcycle jackets. This is a proper leather
jacket made of cow or soft lambskin leather. The best quality leather biker
jacket is made of full-grain leather, which ensures durability and unmatched
comfort and performance.

On the other hand, hand-waxed leather can look more forward-fashion and appears
less formal so that you can wear it in more informal gatherings.


WHERE CAN I FIND LEATHER BLAZERS?

In our store, we have a special collection dedicated to leather blazers.


CAN A REGULAR GUY WEAR A LEATHER JACKET?

Absolutely! Every guy can benefit from wearing leather jackets. If you are new
to leather jackets, you can't miss selecting a black leather biker jacket. A
black leather jacket fits virtually any style you like to wear. 



DO YOU HAVE SOFT SUEDE JACKETS?

Yes. Discover more in our men's suede jacket collection.


HOW MUCH DOES A GOOD LEATHER JACKET COST?

Good leather jackets, made of superior quality full-grain leather, cost from
$500 to $5,000.

This price is split between manufacturers, transport agencies, and retail
stores. FOENIX APPAREL is a direct-to-consumer brand. This means we cut the
intermediaries and pass the savings to you.

This is why it's possible to get our unmatched quality jackets for a price as
low as $250.

Read more about leather jackets on our blog.



shop with confidence

Free shipping and 365-day returns. Guaranteed fit. No hassle.

look good, do good

Timeless designs and high quality materials. Sustainable and ethical practices.

more value for you

Our model minimizes waste and reduces costs. Savings are passed to you.

Explore All Jackets

Explore All Jackets
 * Men Leather Jackets
 * Black Leather Jacket
 * Brown Leather Jacket
 * Red Leather Jacket
 * Blue Leather Jacket
 * Yellow Leather Jacket
 * New Arrivals
 * Leather Motorcycle Jacket
 * Leather Jacket With Hood
 * Leather Bomber Jacket
 * Leather Coats
 * Suede Leather Jacket
 * Leather Blazers
 * Cafe Racer Jackets
 * Leather Trucker Jacket
 * Leather Flight Jacket A2 B3
 * Hooded Leather Jacket
 * Varsity Jackets
 * Mens Leather Coats
 * Leather Jacket Fur Collar
 * Leather Shearling Jacket

About Us

About Us
 * Search
 * Blog
 * Refund Policy
 * Privacy Policy
 * Terms of Service
 * Delivery & Returns
 * Shipping Policy
 * About Us
 * Contact
 * Phone 🇬🇧 7 520665049
 * Phone 🇺🇸 🇨🇦 307 4141029
 * FOENIX APPAREL, 13 Freeland Park, Dorset, BH16 6FH, UK
 * Free Shipping in the USA, UK, Canada, Australia, New Zealand, Germany,
   France, Italy.
 * Terms of Service
 * Refund policy

Sign up and save

Sign up and save

Subscribe to get special offers, free giveaways, and once-in-a-lifetime deals.

Enter your email Subscribe
Subscribe




CURRENCY

United Kingdom (GBP £)
 * Australia (AUD $)
 * Austria (EUR €)
 * Belgium (EUR €)
 * Croatia (HRK kn)
 * Denmark (DKK kr.)
 * Finland (EUR €)
 * France (EUR €)
 * Germany (EUR €)
 * Ireland (EUR €)
 * Italy (EUR €)
 * Japan (JPY ¥)
 * Luxembourg (EUR €)
 * Netherlands (EUR €)
 * Norway (EUR €)
 * Pakistan (PKR ₨)
 * Poland (PLN zł)
 * Saudi Arabia (SAR ر.س)
 * Spain (EUR €)
 * Sweden (SEK kr)
 * Switzerland (CHF CHF)
 * United Arab Emirates (AED د.إ)
 * United Kingdom (GBP £)
 * United States (USD $)

 * American Express
 * Apple Pay
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Visa

© 2022 FOENIX APPAREL


"Close (esc)"

Men's Leather Jackets