www.theathletesfoot.com.au Open in urlscan Pro
110.232.118.56  Public Scan

Submitted URL: http://www.theathletesfoot.com.au/
Effective URL: https://www.theathletesfoot.com.au/
Submission: On October 20 via api from US — Scanned from AU

Form analysis 5 forms found in the DOM

https://www.theathletesfoot.com.au/catalogsearch/result/

<form class="form fh-search-form" id="fh-search-form" action="https://www.theathletesfoot.com.au/catalogsearch/result/">
  <div class="field search">
    <div class="control"><input id="fh-search" type="text" placeholder="Search" class="input-text fh-searchbox-textfield"></div>
    <div class="actions"><button type="submit" title="Search" class="search fh-search-submit"></button></div>
  </div>
</form>

POST https://www.theathletesfoot.com.au/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.theathletesfoot.com.au/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field choice"><input type="checkbox" name="agreement" id="agreement-sign" class="checkbox" data-validate="{required:true}"><label class="label" for="agreement-sign"><span>By entering details within the field you agree to receive updates
        from The Athlete’s Foot on offers and trends in accordance with <strong><a href="/terms-and-conditions">Terms and Conditions</a></strong> and <strong><a href="/privacy-policy">Privacy Policy</a></strong>.</span></label></div>
  <div class="field newsletter">
    <div class="control"><input name="email" type="email" id="newsletter" class="input" placeholder="Enter email address" data-validate="{required:true, 'validate-email':true}"><button class="action subscribe" title="Sign up" type="submit">Sign
        up</button></div>
  </div>
  <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" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-e4zqqms3xope" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lc8SmIcAAAAANwFXTdheZ1Y4GnU1gDvmOGKPYfW&amp;co=aHR0cHM6Ly93d3cudGhlYXRobGV0ZXNmb290LmNvbS5hdTo0NDM.&amp;hl=en&amp;v=vm_YDiq1BiI3a8zfbIPZjtF2&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=pd6wjq33fbg"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
  </div><input type="text" name="token" style="display: none">
</form>

POST https://www.theathletesfoot.com.au/ewave_ordertrackingwidget/tracking/index/

<form id="ordertracking-form" class="form ordertracking-form" method="post" autocomplete="off" data-order-tracking="form" action="https://www.theathletesfoot.com.au/ewave_ordertrackingwidget/tracking/index/" novalidate="novalidate"><input
    name="form_key" type="hidden" value="Vu01pxvOacWA3n17">
  <div class="info"><span class="text">Enter your tracking number to see the status of your order.</span></div>
  <fieldset class="fieldset tracking">
    <div class="field required"><label class="label" for="order_id"><span> Order Number</span></label>
      <div class="control"><input type="text" id="order_id" class="required-entry validate-tracking-order" name="order_id" data-order-tracking="order-number" aria-required="true"></div>
      <div class="required-label">* Required</div>
    </div>
    <div class="actions"><button class="button -primary -expanded" type="submit" data-order-tracking="action">Track</button></div>
    <div class="tracking-contact-info">
      <div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true">
        <p class="info">Please contact us directly <a class="alink link" title="contact us" href="https://help.theathletesfoot.com.au/hc/en-us/requests/new">here</a> for more information.</p>
      </div>
    </div>
  </fieldset>
</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">
    <!-- ko if: isDefaultField() -->
    <div class="field email required">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <!-- /ko -->
    <!--ko ifnot: isDefaultField() --><!-- /ko -->
    <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 -->
    <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'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.theathletesfoot.com.au/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form-extentedwishlist">
  <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-extentedwishlist"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email-extentedwishlist" 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-extentedwishlist" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass-extentedwishlist" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field choice">
      <input type="checkbox" name="keep_me_signed" id="keep-signed-extentedwishlist" data-role="change-email" value="1" class="checkbox">
      <label class="label" for="keep-signed-extentedwishlist"><span data-bind="i18n: 'Keep me signed in'">Keep me signed in</span></label>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') --><!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="extentedWishList">
      <div class="primary">
        <button type="submit" data-bind="attr: {title: $t('Sign In')}" class="action action-login secondary" name="send" id="send2-extentedwishlist" title="Sign In">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl, title: $t('Forgot Your Password?')}" href="https://www.theathletesfoot.com.au/customer/account/forgotpassword/" title="Forgot Your Password?">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content


advanceafterpay-black-v2afterpay-laptopafterpay-mint-v2afterpay-mobileafterpay-monoafterpay-paymentsafterpay-shopafterpay-signup-laptopafterpay-signup-mobileafterpayamericanexpressanalysearch-averagearch-higharch-lowarch-no-archarch-supportarrow-downarrow-fillarrow-leftarrow-rightback-spinbackbook-fittingbookingc&cchat-with-uschatcheck-markclipclosecollect-in-storecollectcommentscommunicationcontactcrosscursorcushioningdrop-heighteditemailfabricationfacebookfilter-state-btnfind-storefitfull-chatfullscreengallery-arrowgoogle-plusgooglehelpinstagraminvitationlist-bulletslocationloginloupemap-pinmarkermastercardmeasuring-tapemenuminusmy-addressmy-detailsmy-fitmy-giftcardsmy-newslettermy-ordersmy-returnsmy-wishlistmyfit-rewardsmyfit-scanpaypal-shortcutpaypalphone-silentphonepin-redpinpinterestsplusproduct-finderquestionquestionsquick_linkreturnreturnsreviewsrewardsrulerrunseasonshippingshopping-cartslider-dragsocial-sharingstabilitystar-fillstar-strokesubscriptionsurfacetafgiftcardtooltiptrack-orderstwitteruseviewvisavoucherweightwidth-classificationwidthwishlist-fullwishlistyoutube
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.

 * Book An Appointment
 * Find A Store
 * Contact
 * Track orders

Experts in FIT since 1976. More than 3,000 footwear styles.
VIP SALE NOW ON
ENDS IN
0 4 0 4
2 2 2 2
Days
:
0 0 0 0
4 4 4 4
Hours
:
5 5 5 5
5 5 5 5
Minutes
:
2 2 2 2
4 4 4 4
Seconds

SHOP NOW

×
The Athlete's Foot
 * Women
    *  * ALL FOOTWEAR
       * ALL ACCESSORIES
      
      
       * NEW ARRIVALS
       * SALE
       * SHOP BY BRAND
       * SHOP BY CATEGORY
      
      
      View all Womens
    * Footwear
       * Run
       * Trail Run
       * Super Shoes
       * Walk
       * Train
       * Lifestyle
       * Work
       * Outdoor & Hiking
       * Sandals & Thongs
       * Tennis
       * Football
       * Netball
       * View All Footwear
   
    * Clothing
       * Outerwear
       * Shorts
       * Singlets
       * Sports Bras
       * Tees
       * Tights
       * View All Clothing
   
    * Accessories
       * Yoga Mats
       * Socks
       * Cleaners
       * Hats
       * Innersoles
       * Laces
       * Recovery
       * View All Accessories
   
    * Best Sellers
       * Asics Gel-Kayano
       * Brooks Adrenaline
       * Hoka Bondi
       * Hoka Clifton
       * Brooks Glycerin
       * Brooks Ghost
       * New Balance 880
       * View All Best Sellers
   
    * Popular Brands
       * Ascent
       * Asics
       * Brooks
       * Hoka
       * Mizuno
       * New Balance
       * Nike
       * On
       * Saucony
       * View All Popular Brands

 * Men
    *  * ALL FOOTWEAR
       * ALL ACCESSORIES
      
      
       * NEW ARRIVALS
       * SALE
       * SHOP BY BRAND
       * SHOP BY CATEGORY
      
      
      View all mens
    * Footwear
       * Run
       * Trail Run
       * Super Shoes
       * Walk
       * Train
       * Lifestyle
       * Work
       * Outdoor & Hiking
       * Sandals & Thongs
       * Tennis
       * Football
       * Athletics
       * View All Footwear
   
    * Clothing
       * Shorts
       * Outerwear
       * Singlets
       * Tees
       * View All Clothing
   
    * Accessories
       * Socks
       * Cleaners
       * Recovery
       * Foam Roller
       * Hats
       * Massage
       * Innersoles
       * Laces
       * View All Accessories
   
    * Best Sellers
       * Asics Gel-Kayano
       * Hoka Bondi
       * Brooks Adrenaline
       * New Balance 880
       * Nike Air Pegasus
       * Asics GT-1000
       * Merrell Moab
       * View All Best Sellers
   
    * Popular Brands
       * Ascent
       * Asics
       * Brooks
       * Hoka
       * New Balance
       * Merrell
       * Nike
       * On
       * Saucony
       * View All Popular Brands

 * Kids
    *  * SCHOOL HUB
       * ALL FOOTWEAR
       * ALL ACCESSORIES
      
      
       * NEW ARRIVALS
       * SALE
      
      
      View all Kids
    * Footwear
       * Run
       * Cross Training
       * V-Strap
       * Wide Fittings
       * Sandals & Walk
       * School
       * Toddlers
       * View All Footwear
   
    * Accessories
       * Socks
       * Cleaners
       * Innersoles
       * Laces
       * View All Accessories
   
    * Sports
       * Netball
       * Football
       * Athletics
       * Tennis
       * View All Sports
   
    * Popular Brands
       * adidas
       * Asics
       * New Balance
       * Nike
       * Puma
       * Saucony
       * Skechers
       * Xblades
       * View All Popular Brands

 * School
    *  * SCHOOL HUB
       * ALL FOOTWEAR
       * ALL ACCESSORIES
      
      
       * SALE
       * UNDER $100
      
      
      View all School
    * Footwear
       * Leather
       * Buckle
       * Lace-up
       * Mary Jane
       * T-Bar
       * V-strap
       * Black Athletic
       * View All Footwear
   
    * School Sport
       * Run
       * Cross training
       * Football
       * Little Athletics
       * Netball
       * View All School Sport
   
    * Shoe type
       * Black Leather
       * Brown Leather
       * Black Sport
       * White Sport
       * Narrow Fits
       * Wide Fits
       * Exclusive to TAF
       * View All Shoe type
   
    * Popular Brands
       * Alpha
       * Ascent
       * Asics
       * Clarks
       * Dr Martens
       * Harrison
       * New Balance
       * Roc
       * Skobi
       * View All Popular Brands
   
    * Ages
       * Senior Girls
       * Senior Boys
       * Junior Girls
       * Junior Boys
       * Prep School
       * View All Ages

 * Slides / Thongs
 * Trail
 * Lifestyle
 * Brands
    *  * FOOTWEAR BRANDS
       * CLOTHING BRANDS
       * KIDS BRANDS
       * SCHOOL BRANDS
       * EQUIPMENT BRANDS
       * ACCESSORIES BRANDS
      
      
      View all Brands >
    * Popular Brands
       * Asics
       * Hoka
       * Brooks
       * New Balance
       * Ascent
       * Nike
       * On
       * Saucony
       * Mizuno
       * Merrell
       * View All Popular Brands
   
    * A-E
       * Adidas
       * Alpha
       * Archies
       * Ascent
       * Asics
       * Birkenstock
       * Brooks
       * Clarks
       * Cat
       * Ecco
       * View All A-E
   
    * F-N
       * Harrison
       * Hoka
       * Lightfeet
       * Lorna Jane
       * Lowa
       * Merrell
       * Mizuno
       * New Balance
       * New Balance Industrial
       * Nike
       * View All F-N
   
    * O-R
       * On
       * Orthaheel
       * Propet
       * Puma
       * Reebok
       * Revere
       * ROC
       * Rockport
       * RVCA
       * View All O-R
   
    * S-Z
       * Salomon
       * Saucony
       * Skechers
       * Skobi
       * Sof Sole
       * The Athlete's Foot
       * Teva
       * Veja
       * Vionic
       * 2XU
       * View All S-Z

 * VIP Sale
    *  * WOMEN'S
       * MEN'S
       * KIDS
      
       * CLOTHING
       * FOOTWEAR
      
      SHOP ALL SALE
    * Footwear
       * Run
       * Trail Run
       * Cross Training
       * Netball
       * Football
       * Walk
       * Hiking & Outdoor
       * School
       * Work
       * Sandals & Thongs
       * View All Footwear
   
    * Popular Brands
       * Adidas
       * Asics
       * Brooks
       * Hoka
       * Merrell
       * Mizuno
       * New Balance
       * Nike
       * Saucony
       * View All Popular Brands
   
    * Prices
       * $0 - $50
       * $50 - $100
       * $100 - $150
       * $150 - $200
       * View All Prices

 * 

Top Suggestions

Products Suggestions

Brands


View More Results View All



Shopping Cart

You have no items in your shopping cart.


Continue Shopping
 * Login
   
 * Join

Find a store

 * Women
    * New Arrivals
    * Popular Brands
       * Ascent
       * Asics
       * Brooks
       * Hoka
       * Merrell
       * Mizuno
       * New Balance
       * Nike
       * On
       * Saucony
       * View All Popular Brands
   
    * Footwear
       * New Arrivals
       * Run
       * Trail Run
       * Super Shoes
       * Walk
       * Lifestyle
       * Train
       * Work
       * School
       * Outdoor & Hiking
       * Sandals & Thongs
       * View All Footwear
   
    * Sports
       * Football
       * Tennis
       * Netball
       * View All Sports
   
    * Best Sellers
       * Asics Gel-Kayano
       * Hoka Bondi
       * Hoka Clifton
       * Brooks Adrenaline
       * New Balance 880
       * Brooks Ghost
       * Brooks Glycerin
       * View All Best Sellers
   
    * Accessories
       * Cleaners
       * Hats
       * Innersoles
       * Laces
       * Socks
       * View All Accessories
   
    * Clothing
       * Tees
       * Bottoms
       * Jackets
       * View All Clothing
   
    * View All Women

 * Men
    * New Arrivals
    * Popular Brands
       * Ascent
       * Asics
       * Brooks
       * Hoka
       * Merrell
       * Mizuno
       * New Balance
       * Nike
       * On
       * Saucony
       * View All Popular Brands
   
    * Footwear
       * New Arrivals
       * Run
       * Trail Run
       * Super Shoes
       * Walk
       * Lifestyle
       * Train
       * Work
       * School
       * Outdoor & Hiking
       * Sandals & Thongs
       * View All Footwear
   
    * Sports
       * Football
       * Athletics
       * Tennis
       * View All Sports
   
    * Best Sellers
       * Asics Gel-Kayano
       * Hoka Bondi
       * Asics Gel-Quantum
       * Brooks Adrenaline
       * New Balance 880
       * Nike Air Pegasus
       * Asics GT-1000
       * Merrell Moab
       * View All Best Sellers
   
    * Accessories
       * Cleaners
       * Hats
       * Innersoles
       * Laces
       * Socks
       * View All Accessories
   
    * Clothing
       * Tees
       * Shorts
       * Jackets
       * View All Clothing
   
    * View All Men

 * Kids
    * New Arrivals
    * Popular Brands
       * adidas
       * Ascent
       * Asics
       * Clarks
       * New Balance
       * Nike
       * Puma
       * Saucony
       * Skechers
       * Xblades
       * View All Popular Brands
   
    * Footwear
       * Run
       * Cross Training
       * V-Strap
       * Wide Fittings
       * Sandals & Walk
       * School
       * Toddlers
       * View All Footwear
   
    * Sports
       * Netball
       * Football
       * Athletics
       * Tennis
       * View All Sports
   
    * Accessories
       * Socks
       * Cleaners
       * Innersoles
       * Laces
       * View All Accessories
   
    * View All Kids

 * School
    * School hub
    * Footwear
       * Black Athletic
       * Leather
       * Buckle
       * Lace-up
       * School Sport
       * Mary Jane
       * T-Bar
       * V-Strap
       * View All Footwear
   
    * Ages
       * Senior Girls
       * Senior Boys
       * Junior Girls
       * Junior Boys
       * Prep School
       * View All Ages
   
    * Shoe type
       * Black Leather
       * Brown Leather
       * Black Sport
       * White Sport
       * Narrow Fits
       * Wide Fits
       * Exclusive to TAF
       * View All Shoe type
   
    * Popular Brands
       * Alpha
       * Ascent
       * Asics
       * Clarks
       * Dr Martens
       * Harrison
       * New Balance
       * Nike
       * Roc
       * Skobi
       * View All Popular Brands
   
    * View All School

 * Lifestyle
 * Netball
 * Slides / Thongs
 * Hiking / Trail
 * VIP Sale
    * Gender
       * Men
       * Women
       * Kids
       * View All Gender
   
    * Footwear
       * Run
       * Trail Run
       * Cross Training
       * Netball
       * Hiking & Outdoor
       * Football
       * Walk
       * Work
       * School
       * Sandals & Thongs
       * View All Footwear
   
    * Clothing
       * Men
       * Women
       * View All Clothing
   
    * Prices
       * Under $50
       * $50 - $100
       * $100 - $150
       * $150 - $200
       * Over $200
       * View All Prices
   
    * Popular Brands
       * Adidas
       * Ascent
       * Asics
       * Brooks
       * ecco
       * Fit Flop
       * Hoka
       * MBT
       * Merrell
       * Mizuno
       * New Balance
       * Nike
       * Salomon
       * Saucony
       * Skechers
       * View All Popular Brands
   
    * View All VIP Sale

 * Shop by Brand
    * Asics
    * Hoka
    * Brooks
    * New Balance
    * Ascent
    * Nike
    * On
    * REEBOK
    * Saucony
    * Mizuno
    * Merrell
    * Clarks
    * Skechers
    * Propet
    * Archies
    * Alpha
    * View All Shop by Brand

 * Accessories
    * Popular Brands
       * Jansport
       * Kivrus
       * Lightfeet
       * PTP
       * Sneaker Lab
       * Sofsole
       * Stance
       * The Athlete's Foot
       * Thorlo
       * Vionic
       * Waproo
       * Xpand
       * View All Popular Brands
   
    * Kids Accessories
       * Innersoles
       * View All Kids Accessories
   
    * Resistance bands
    * Face Masks
    * Pilates Accessories
    * Yoga mats
    * Cleaners
    * Hats
    * Innersoles
    * Laces
    * Socks
    * View All Accessories

 * Shop by Category

Book An Appointment Track orders Contact Help
 * Afterpay Available & Free 30 Day Returns
    
   Free Express Shipping | Over $150
    
   Chat Directly With One of our Fit Technicians

VIP SALE BEST SELLERS
asics gel-kayano 29 womens Womens
Now $159.99 $269.99
4.6
(212)
Shop now


brooks adrenaline gts 22 (2e wide) mens Mens
Now $159.99 $249.99
4.4
(2224)
Shop now


asics gel-nimbus 25 (d wide) womens Womens
Now $199.99 $259.99
5.0
(2)
Shop now


brooks glycerin gts 20 (2e wide) mens Mens
Now $209.99 $279.99
4.8
(110)
Shop now


new balance fresh foam x 1080 v12 womens Womens
Now $189.99 $259.99
0.0
(0)
Shop now


asics gel-nimbus 25 womens Womens
Now $199.99 $259.99
4.7
(170)
Shop now


asics gel-nimbus 25 mens Mens
Now $199.99 $259.99
4.7
(162)
Shop now


brooks adrenaline gts 22 womens Womens
Now $159.99 $249.99
4.2
(3011)
Shop now


brooks glycerin gts 20 (d wide) womens Womens
Now $209.99 $279.99
4.9
(139)
Shop now


asics gel-nimbus 25 mens Mens
Now $199.99 $259.99
4.7
(160)
Shop now


hoka arahi 6 mens Mens
Now $199.99 $259.99
4.3
(997)
Shop now


asics gel-kayano 29 womens Womens
Now $159.99 $269.99
4.6
(212)
Shop now


brooks adrenaline gts 22 (2e wide) mens Mens
Now $159.99 $249.99
4.4
(2224)
Shop now


asics gel-nimbus 25 (d wide) womens Womens
Now $199.99 $259.99
5.0
(2)
Shop now


brooks glycerin gts 20 (2e wide) mens Mens
Now $209.99 $279.99
4.8
(110)
Shop now


new balance fresh foam x 1080 v12 womens Womens
Now $189.99 $259.99
0.0
(0)
Shop now


asics gel-nimbus 25 womens Womens
Now $199.99 $259.99
4.7
(170)
Shop now


asics gel-nimbus 25 mens Mens
Now $199.99 $259.99
4.7
(162)
Shop now


brooks adrenaline gts 22 womens Womens
Now $159.99 $249.99
4.2
(3011)
Shop now


brooks glycerin gts 20 (d wide) womens Womens
Now $209.99 $279.99
4.9
(139)
Shop now


asics gel-nimbus 25 mens Mens
Now $199.99 $259.99
4.7
(160)
Shop now


hoka arahi 6 mens Mens
Now $199.99 $259.99
4.3
(997)
Shop now


asics gel-kayano 29 womens Womens
Now $159.99 $269.99
4.6
(212)
Shop now


brooks adrenaline gts 22 (2e wide) mens Mens
Now $159.99 $249.99
4.4
(2224)
Shop now


asics gel-nimbus 25 (d wide) womens Womens
Now $199.99 $259.99
5.0
(2)
Shop now


brooks glycerin gts 20 (2e wide) mens Mens
Now $209.99 $279.99
4.8
(110)
Shop now


new balance fresh foam x 1080 v12 womens Womens
Now $189.99 $259.99
0.0
(0)
Shop now


TOP CATEGORIES
 * NEW ARRIVALS
 * WOMENS RUN
 * MENS RUN
 * FOOTBALL
 * NETBALL
 * HIKING / TRAIL



Previous

Next
Previous

Next

Previous

Next

Run
WOMENS MENS
Sport
FOOTBALL NETBALL TENNIS
Outdoor
HIKING TRAIL RUN
Work
WOMENS MENS
School
FORMAL ATHLETIC
Walk
WOMENS MENS
THE FUTURE OF FIT IS HERE
Discover MyFit 3D
JOIN MY FIT REWARDS
And Earn Points Every Time You Shop
&swj; #TheAthletesFootAU Follow Us

Chevron pointing left

Chevron pointing right



CUSTOMERS RATE US4.4 / 5★★★★★★★★★★4.4 OUT OF 5 STARS.VIEW ALL 18,812 REVIEWS

Powered by

★★★★★★★★★★5 out of 5 stars.5 / 5

Easy to navigate website and process to buy shoes. Fast shipping

Posted by Mike 2 months ago

★★★★★★★★★★5 out of 5 stars.5 / 5

The shoe size and style I wanted was out of stock as they can be when on sale
but I was able to buy a similar shoe at a good price.

Posted by Billybob yesterday

★★★★★★★★★★5 out of 5 stars.5 / 5

I was amazed to receive my shoes the next day. Great service

Posted by Trish 15 days ago

View all 18,812 reviews
 * 2023-10-20
 * bvjs_sdk, prod_bvsrd
 * tr_18812, vr_3
 * loc_en_AU, PRD
 * athletesfoot-au




AFTERPAY IN STORE
& ONLINE TODAY

Learn More

FREE CLICK & COLLECT
NOW AVAILABLE

Learn More

FREE RETURNS
ANYTIME

Learn More
 * Information
    * * Help & FAQ's
      * Shipping
      * Returns
      * Click & Collect
      * Store Locator
      * T&C's and Privacy
      * Promotions
      * Make a Return
      * Gift Cards
      * Quiet Fitting Appointment
      * NSW School Voucher
    * * About Us
      * Careers
      * MyFit 3D
      * MyFit Virtual
      * MyFit Rewards
      * MyFit Blog
      * School Rewards
      * Corporate Gifting
    * 

Sign Up for latest releases and offers
By entering details within the field you agree to receive updates from The
Athlete’s Foot on offers and trends in accordance with Terms and Conditions and
Privacy Policy.
Sign up

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Our partners


QUESTIONS?

Need help? Contact us

© 2019 THE ATHLETE'S FOOT
 * ‍
 * ‍
 * ‍

We accept the following payment methods


To Top



TRACK MY ORDER

Close
Enter your tracking number to see the status of your order.
Order Number

* Required
Track

Please contact us directly here for more information.



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

Sign In
Forgot Your Password?

Close
Sign in as a new customer

Create a MyFit Rewards TM account: see your order history, check out faster,
save your favourite items and get the heads up on private shopping events.

Create an Account
Sign in using your account

Email Address

Password

Keep me signed in
Sign In
Forgot Your Password?




Make an appointment


Plan ahead and book a fitting appointment with a fit technician now


Quiet fitting appointments available in store



No coupons left for now
COPY
Book Now
Don’t show me again