www.hemingco.com Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.hemingco.com/products/hugo-boss-aiden-tenn-itlg-trainer-black
Submission: On May 21 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right">
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h3 class="type-subheading type-subheading--1 wow fadeIn animated" style="visibility: visible; animation-name: fadeIn;">
        <span class="cart-drawer--title">Your Cart</span>
      </h3>
      <a href="#" class="slide-menu cart-close-icon cart-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    </div>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title hide"></span>
					</a>

						<div class="cart-item-price-wrapper">
							<span class="sr-only">Now</span>
							<span class="cart-item-price"></span>
							<span class="sr-only">Was</span>
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price-per-unit"></span>
						</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>

						<div class="cart-item--quantity-remove-wrapper">
							<div class="cart-item--quantity-wrapper">
								<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
								<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
								<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
							</div>

							<div class="cart-item-remove-button-container">
								<button type="button" id="cart-item-remove-button">Remove</button>
							</div>
					</div>

				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "GBP",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--checkout-add-note">
        <p>Add a note for the seller…</p>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text type-subheading">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price" style="display: none;"><span class="money">£0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h5><span class="cart-total-price" id="cart-price"><span class="money">£0.00</span></span></h5>
      </div>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn cart-button-checkout hide">
          <span class="cart-button-checkout-text">Place your order</span>
          <div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <a href="#" class="btn btn-default cart-menu-close secondary-button">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <input type="hidden" name="type" value="product,">
  <div id="search-wrapper">
    <div class="search_bar--controls">
      <button id="search_submit" type="submit" aria-hidden="true" tabindex="-1">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive" data-search-types="product," data-show-prices="true" data-show-vendor="false"
      aria-hidden="true" tabindex="-1">
    <div class="search-clear" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Close search bar">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><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="/products/hugo-boss-aiden-tenn-itlg-trainer-black"></form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="contact"><input type="hidden" name="utf8" value="✓">
  <p class="accent-text success-msg form-success hide"> Thanks! We will notify you when this product becomes available! </p>
  <span id="notify-me">Click <a href="#"><strong>here</strong></a> to be notified by email when Hugo Boss Aiden Tenn Itlg Trainer: BLACK becomes available.</span>
  <div id="notify-me-wrapper" class="clearfix" style="display:none;">
    <input style="width:60%;padding:4px;position:relative;top:2px;" required="required" type="email" name="contact[email]" placeholder="your@email.com" class="form-control" value="" autocorrect="off" autocapitalize="off">
    <div>
      <input type="hidden" name="contact[body]" value="Please notify me when Hugo Boss Aiden Tenn Itlg Trainer: BLACK, variant: [X] becomes available.">
    </div>
    <div>
      <input class="btn custom-font" type="submit" value="Send">
    </div>
    <div class="lds-dual-ring newsletter-spinner hide"></div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Enter email" autocorrect="off" autocapitalize="off" required="required">
    <button type="submit" id="newsletter_submit" name="commit" aria-label="submit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><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="/products/hugo-boss-aiden-tenn-itlg-trainer-black"></form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email focus-visible" aria-label="Enter email" autocorrect="off" autocapitalize="off" required="required"
      data-focus-visible-added="">
    <button type="submit" id="newsletter_submit" name="commit" aria-label="submit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localization-selector-form" enctype="multipart/form-data"><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="/products/hugo-boss-aiden-tenn-itlg-trainer-black">
  <ul class="mobile-menu mobile-menu-child mobile-menu-hidden type-subheading" id="mobile-menu-locale">
    <li>
      <a href="#" class="mobile-menu-link mobile-menu-back mobile-menu-link type-subheading" data-link="mobile-menu--">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" aria-hidden="true"><polyline points="15 18 9 12 15 6"></polyline></svg>
          <div class="mobile-menu-title">Language</div>
        </a>
    </li>
    <li>
      <button type="submit" name="locale_code" class="mobile-menu-link mobile-menu-locale-link mobile-menu-locale-selected" value="en"> English <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
          stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" aria-hidden="true">
          <polyline points="20 6 9 17 4 12"></polyline>
        </svg></button>
    </li>
  </ul>
</form>

Text Content

YOUR CART


Your basket is empty


Add a note for the seller…


Subtotal
£0.00

£0.00

Place your order


Continue Shopping

 * Facebook icon
 * Instagram icon

Klarna & Clearpay available at checkout
Next day delivery before 1pm available
Loading...


 * 
 * 
 * 

 * NEW
 * SALE
 * BRANDS
   
   A-C
   
    * AMI PARIS
    * BARBOUR
    * BARBOUR WHITE LABEL
    * BILLIONAIRE BOYS CLUB
    * BOSS
    * BURLINGTON
    * C.P COMPANY
   
   D-N
   
    * DSQUARED2
    * EMPORIO ARMANI
    * G.H BASS AND CO
    * HERON PRESTON
    * MA.STRUM
    * MOSCHINO
    * NEIL BARRETT
    * NOVESTA
    * NUDIE JEANS
   
   O-Z
   
    * OPENING CEREMONY
    * PURPLE BRAND
    * RED WING
    * SAUCONY
    * SEBAGO
    * TIMBERLAND
    * TRUE RELIGION
   
   Our Portsmouth Store
   
   

 * DEPARTMENTS
   
   TOPS
   
    * COATS & JACKETS
    * JUMPERS & CARDIGANS
    * HOODIES
    * SWEATSHIRTS
    * SHIRTS
    * T-SHIRTS
   
   BOTTOMS
   
    * JEANS & TROUSERS
    * SWEATPANTS
    * SHORTS
    * UNDERWEAR
    * SWIMWEAR
   
   SHOES
   
    * BOAT SHOES
    * BOOTS
    * LOAFERS
    * SLIDERS
    * TRAINERS
   
   ACCESSORIES
   
    * BAGS
    * BELTS
    * CAPS
    * HATS
    * SOCKS
    * GIFT CARD
   
   MA.STRUM
   
   Softshell Down Quilted Gilet

 * MORE
   
   ABOUT US
   
    * BLOG
    * SIZE CHART
    * CONTACT US
    * TERMS & CONDITIONS
   
   SHIPPING & RETURNS
   
    * SHIPPING POLICY
    * UK RETURNS POLICY
    * INTERNATIONAL SHIPPING & RETURNS
   
   Novesta
   
   Star Dribble Shoe in Beige

Home › Hugo Boss Aiden Tenn Itlg Trainer: BLACK
Sale
Loading...
Sale

<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack2_1000x1000.jpg?v=1662719807"
data-sizes="auto" alt="Hugo Boss Aiden Tenn Itlg Trainer Black HemingCo"
style="max-width: 1192px" id="ProductPhotoImg" data-image-id="27626268885141"
data-zoom-img="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack2.jpg?v=1662719807"
/>
Loading...

<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack1_1000x1000.jpg?v=1662719807"
data-sizes="auto" alt="Hugo Boss Aiden Tenn Itlg Trainer Black HemingCo"
style="max-width: 1194px" id="ProductPhotoImg" data-image-id="27626268852373"
data-zoom-img="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack1.jpg?v=1662719807"
/>
Loading...

<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack3_1000x1000.jpg?v=1662719704"
data-sizes="auto" alt="Hugo Boss Aiden Tenn Itlg Trainer Black HemingCo"
style="max-width: 1193px" id="ProductPhotoImg" data-image-id="27626268917909"
data-zoom-img="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack3.jpg?v=1662719704"
/>
Loading...

<img class="product-single__photo"
src="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack4_1000x1000.jpg?v=1662719705"
data-sizes="auto" alt="Hugo Boss Aiden Tenn Itlg Trainer Black HemingCo"
style="max-width: 1200px" id="ProductPhotoImg" data-image-id="27626268950677"
data-zoom-img="//cdn.shopify.com/s/files/1/0752/1545/products/hbaidenitlgtrainerblack4.jpg?v=1662719705"
/>
Loading...





HUGO BOSS AIDEN TENN ITLG TRAINER: BLACK

Sorry, currently out of stock

Thanks! We will notify you when this product becomes available!

Click here to be notified by email when Hugo Boss Aiden Tenn Itlg Trainer: BLACK
becomes available.




DESCRIPTION

 * Boss Branding
 * Lace Up Fronts
 * Tonal Trainer

The Aiden Tenn Itlg Trainer from Hugo Boss. Constructed with reconstructed
leather and PU, on a vulcanised rubber sole. Complete with Boss branding to the
heel, side panel and tongue, foam insole, tonal lace up fronts and rounded
rubber toe.


SIZE GUIDE

POLOS, T-SHIRTS, SWEATSHIRTS, KNITWEAR

XS S M L XL XXL XXXL Size in Inches UK 36 38 38-40 42 44 46-48 50  Continental
Size 46 48 48-50 52 54 56-58 60

 

FORMAL SHIRTS

Neckline in Inches UK 15 15.5-15.75 16-16.5 17-17.5 17.75-18 18 +  Continental
Neckline 38 39-40 41-42 43-44 45-46 47+

 

JACKETS - REGULAR

38R 40R 42R 44R 46R 48R 50R UK Sizes (Chest) 38 40 42 44 46 48 50 Continental
Sizes 48 50 52 54 56 58 60

 

JEANS - SHORT LEG

W28L30 W30L30 W32L30 W34L30 W36L30 W38L30 UK Sizes (30") 28 30 32 34 36 38
Continental Sizes 21 22 23 24 25 26

 

JEANS - REGULAR LEG

W28L32 W30L32 W32L32 W34L32 W36L32 W38L32 UK Sizes (32") 28 30 32 34 36 38
Continental Sizes 44 46 48 50 52 54

 

SHORTS

W28 W30 W32 W34 W36 W38 UK Sizes  28 30 32 34 36 38 Continental Sizes 44 46 48
50 52 54

 

SHOES

UK
US
EU
6
6.5
40
6.5
7
40.5
7
7.5
41
7.5
8
41.5
8
8.5
42
8.5
9
42.5
9
9.5
43
9.5
10
43.5
10
10.5
44
10.5
11
44.5
11
11.5
45
11.5
12
45.5
12
12.5
46
12.5
13
46.5
13
13.5
47


RETURNS

All online purchases have a 14 day, right to return policy. If you find that you
want to return your order, we kindly ask you to provide the name the order was
made with and your order number to info@hemingco.com so we are aware of the
return. Once that order has been returned to us and processed, granted all
labels are attached and it is in the same condition it left our store in, a full
refund will be issued to your payment card.

For more information please head over to our returns page or contact us.



Share Tweet Pin it



STAY IN THE KNOW


MAILING LIST

Be the first to hear about our newe stock and online discounts. Sign up now and
receive a 10% off code to your email.

Applicable on all full priced item only. Discount cannot be applied to any items
that are already on sale.

Thanks for Joining!




FIND OUT MORE

About Us

Shipping Policy

Returns Policy

Terms & Conditions






GET IN CONTACT

Call us on 02392 296 978

Email at info@hemingco.com


KLARNA 18+, T&C APPLY, CREDIT SUBJECT TO STATUS.


 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa
   

© 2023 HEMINGCO | Powered by Shopify

Looking for 10% off?

Enter your email and recieve a code for 10% off all full priced items, straight
to your inbox. Online only. Apply code at the last step of check out.

Thanks for Joining!


 * Facebook icon
 * Instagram icon


 * NEW
 * SALE
 * BRANDS
 * DEPARTMENTS
 * MORE
 * Log in
 * Create Account
 * Language
    * Facebook icon
    * Instagram icon

 * Language
 * English

 * 

 * 

Thanks! We will notify you when this product becomes available!