fila.co.za Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://fila.co.za/
Effective URL: https://fila.co.za/
Submission: On February 15 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div style="display:flex;">
    <div class="field" style="margin-right:20px;">
      <input type="text" name="customer[first_name]" id="RegisterForm-FirstName" autocomplete="given-name" placeholder="First name">
      <label for="RegisterForm-FirstName"> First name </label>
    </div>
    <div class="field">
      <input type="text" name="customer[last_name]" id="RegisterForm-LastName" autocomplete="family-name" placeholder="Last name">
      <label for="RegisterForm-LastName"> Last name </label>
    </div>
  </div>
  <div class="field">
    <input type="email" name="customer[email]" id="RegisterForm-email" spellcheck="false" autocapitalize="off" autocomplete="email" aria-required="true" placeholder="Email">
    <label for="RegisterForm-email"> Email </label>
  </div>
  <div class="field">
    <input type="password" name="customer[password]" id="RegisterForm-password" aria-required="true" placeholder="Password">
    <label for="RegisterForm-password"> Password </label>
  </div>
  <p style="text-align:left;">By clicking "SIGN UP" you agree to receive offers and promotions from FILA South Africa.</p>
  <p style="text-align:left;"><input type="checkbox" name="tcs" id="terms_check" class="terms_box">I agree to the <a href="/policies/terms-of-service">Terms &amp; Conditions</a></p>
  <input type="hidden" id="customer_tags" name="customer[tags]" value="newsletter"><button class="create-button" disabled="">
    <b>SIGN UP</b>
  </button><input name="return_to" type="hidden" value="/account">
</form>

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list"
    aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" style="    border: 2px solid lightgrey;
    border-radius: 25px;">
  <label class="field__label" for="Search-In-Modal">Enter your search query</label>
  <input type="hidden" name="options[prefix]" value="last">
  <button class="search__button field__button" aria-label="Search">
    <svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
      <use href="#icon-search">
      </use>
    </svg>
  </button>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
        <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list"
      aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <label class="field__label" for="Search-In-Modal">Enter your search query</label>
    <input type="hidden" name="options[prefix]" value="last">
    <button class="search__button field__button" aria-label="Search">
      <svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
        <use href="#icon-search">
        </use>
      </svg>
    </button>
  </div>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
        <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form action="/cart" method="post" id="cart-notification-form">
  <button class="button button--primary button--full-width" name="checkout">Check out</button>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-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="newsletter-form__field-wrapper">
    <div class="field">
      <input id="NewsletterForm--footer" type="email" name="contact[email]" class="field__input" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Email" required="">
      <label class="field__label" for="NewsletterForm--footer"> Email </label>
      <button type="submit" class="newsletter-form__button field__button" name="commit" id="Subscribe" aria-label="Subscribe">
        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
          </path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST

<form id="sca-qv-add-item-form" method="post">
  <!-- Begin product options ! DON'T PUT CONTENT HERE!-->
  <div class="sca-qv-product-options">
    <!-- -------------------------- -->
    <div id="sca-qv-variant-options" class="sca-qv-optionrow">
      <!-- variant options  of product  ! DON'T PUT CONTENT HERE!-->
    </div>
    <!-- -------------------------- -->
    <div class="sca-qv-optionrow">
      <label id="sca-qv-quantity-label"></label>
      <input id="sca-qv-quantity" min="1" type="number" name="quantity" value="1">
    </div>
    <!-- -------------------------- -->
    <div class="sca-qv-optionrow">
      <a type="submit" class="sca-qv-cartbtn sca-qv-cartbtn-config sca-qv-hidden"></a>
      <div id="sca-qv-cart-animation" style="display:none">1</div>
    </div>
    <!-- -------------------------- -->
  </div>
  <!-- End product options -->
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-StL6Tz" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 450px; min-width: 200px; max-width: 1000px; border-radius: 6px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(245, 245, 245); background-repeat: no-repeat; background-position-y: 50%; padding: 15px 40px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 400px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p class="ql-align-center" style="font-size: 14px; text-align: center; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-helvetica"
              style="font-size: 45px; color: #0b1f3f; font-family: Helvetica, Arial, sans-serif; font-weight: bold;">Sign Up And </span><span class="ql-font-helvetica"
              style="font-size: 45px; color: #0b1f3f; font-family: Helvetica, Arial, sans-serif; font-weight: bold;">Get 15% Off</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p class="ql-align-center" style="font-size: 14px; text-align: center; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-helvetica"
              style="color: #0b1f3f; font-size: 14px; font-family: Helvetica, Arial, sans-serif; font-weight: 400;">Join our mailing list for special offers and updates</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><label for="email_61671201" class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(11, 31, 63); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Email</label><input id="email_61671201"
            class="needsclick go214820107 kl-private-reset-css-Xuajs1" type="email" autocomplete="email" name="email" tabindex="0" placeholder="Your email address" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 200; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><label for="Birthday_61671202" class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(11, 31, 63); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Date of birth. We might send you a gift.</label><input type="text"
            id="Birthday_61671202" class="needsclick go214820107 kl-private-reset-css-Xuajs1" tabindex="0" placeholder="DD/MM/YYYY" aria-label="Date of birth. We might send you a gift." aria-invalid="false"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 200; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(11, 31, 63); border-radius: 6px; border-style: none; border-color: rgb(21, 117, 81); border-width: 2px; color: rgb(255, 255, 255); font-family: Kanit, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px; width: 100%;">SIGN
          UP</button></div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 25px 2px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p class="ql-align-center" style="font-size:14px;text-align:center;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-helvetica"
              style="color:rgb(11, 31, 63);font-size:14px;font-family:Helvetica, Arial, sans-serif;font-weight:400;">By signing up, you agree to receive email marketing from FILA South Africa</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px 6px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(245, 245, 245); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(96, 106, 114); font-family: Kanit, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;">No,
          thanks</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Cookie Policy
We use cookies to ensure you get the best shopping experience on our
website.Terms and Conditions
PreferenceCloseAccept


Skip to content
×


JOIN THE FILA FAMILY

Don't miss out on new arrivals, sales and more.

First name
Last name
Email
Password

By clicking "SIGN UP" you agree to receive offers and promotions from FILA South
Africa.

I agree to the Terms & Conditions

SIGN UP

Sign Up to Join FILA

FREE SHIPPING FOR R600+ ORDERS

Login   Contact Us   Store Locator

Enter your search query

Cart
Wishlist
Store Locator


--------------------------------------------------------------------------------

 * Mens
   Mens
    * Mens Footwear
      Mens Footwear
       * Slides & Sandals
       * Sneakers
       * Basketball
       * Shop All Footwear Mens
   
    * Mens Apparel
      Mens Apparel
       * Tops
       * Shorts
       * Underwear
       * Shop All Apparel Mens
   
    * Mens Accessories
      Mens Accessories
       * Socks
       * Caps, Hats & Beanies
       * Gift Cards
       * Shop All Men's Accessories
   
    * FILA x Drip
      FILA x Drip
       * Footwear
       * Tops
       * Shorts
       * Accessories
       * Shop All FILA x Drip

 * Womens
   Womens
    * Women's Footwear
      Women's Footwear
       * Slides & Sandals
       * Sneakers
       * Basketball
       * Shop All Women's Footwear
   
    * Women's Apparel
      Women's Apparel
       * Tops
       * Sweatsuits & Tracksuits
       * Hoodies & Sweatshirts
       * Dresses & Bodysuits
       * Sweat Pants & Track Pants
       * Leggings & Tights
       * Shorts
       * Underwear
       * Shop All Women's Apparel
   
    * Women's Accessories
      Women's Accessories
       * Socks
       * Caps, Hats & Beanies
       * Gift Cards
       * Shop All Women's Accessories
   
    * FILA x Drip
      FILA x Drip
       * Footwear
       * Tops
       * Shorts
       * Accessories
       * Shop All FILA x Drip

 * Kids
   Kids
    * Boys
      Boys
       * Tops
       * Shorts
       * Slides & Sandals
       * Sneakers
       * Shop All Boy's
   
    * Girls
      Girls
       * Tops
       * Dresses
       * Leggings
       * Shorts
       * Slides & Sandals
       * Sneakers
       * Shop All Girl's
   
    * Toddlers
      Toddlers
       * Sneakers & Sandals
   
    * Kids Accessories
      Kids Accessories
       * Gift Cards

 * Accessories
   Accessories
    * All Accessories
      All Accessories
       * Bags
       * Caps & Hats
       * Socks
       * Gift Cards
       * Shop All Accessories

 * Padel
   Padel
    * Padel Gear
      Padel Gear
       * Rackets
       * Balls
       * Grips & Protectors
       * Wristbands
       * Socks
       * Bags
       * Shop All Gear
   
    * Men's Apparel
      Men's Apparel
       * Tops
       * Shorts
       * Shop All Men's Apparel
   
    * Women's Apparel
      Women's Apparel
       * Tops
       * Tanks
       * Dresses
       * Skorts
       * Shop All Women's Apparel

Log in
 * Twitter
 * Facebook
 * Instagram
 * TikTok
 * YouTube




 * Mens
    * Mens Footwear
      * Slides & Sandals
      * Sneakers
      * Basketball
      * Shop All Footwear Mens
    * Mens Apparel
      * Tops
      * Shorts
      * Underwear
      * Shop All Apparel Mens
    * Mens Accessories
      * Socks
      * Caps, Hats & Beanies
      * Gift Cards
      * Shop All Men's Accessories
    * FILA x Drip
      * Footwear
      * Tops
      * Shorts
      * Accessories
      * Shop All FILA x Drip

 * Womens
    * Women's Footwear
      * Slides & Sandals
      * Sneakers
      * Basketball
      * Shop All Women's Footwear
    * Women's Apparel
      * Tops
      * Sweatsuits & Tracksuits
      * Hoodies & Sweatshirts
      * Dresses & Bodysuits
      * Sweat Pants & Track Pants
      * Leggings & Tights
      * Shorts
      * Underwear
      * Shop All Women's Apparel
    * Women's Accessories
      * Socks
      * Caps, Hats & Beanies
      * Gift Cards
      * Shop All Women's Accessories
    * FILA x Drip
      * Footwear
      * Tops
      * Shorts
      * Accessories
      * Shop All FILA x Drip

 * Kids
    * Boys
      * Tops
      * Shorts
      * Slides & Sandals
      * Sneakers
      * Shop All Boy's
    * Girls
      * Tops
      * Dresses
      * Leggings
      * Shorts
      * Slides & Sandals
      * Sneakers
      * Shop All Girl's
    * Toddlers
      * Sneakers & Sandals
    * Kids Accessories
      * Gift Cards

 * Accessories
    * All Accessories
      * Bags
      * Caps & Hats
      * Socks
      * Gift Cards
      * Shop All Accessories

 * Padel
    * Padel Gear
      * Rackets
      * Balls
      * Grips & Protectors
      * Wristbands
      * Socks
      * Bags
      * Shop All Gear
    * Men's Apparel
      * Tops
      * Shorts
      * Shop All Men's Apparel
    * Women's Apparel
      * Tops
      * Tanks
      * Dresses
      * Skorts
      * Shop All Women's Apparel

Enter your search query

Log in Cart


ITEM ADDED TO YOUR CART


Check out
Continue shopping


MENS


WOMENS


KIDS


FILA X DRIP


PADEL


SALE


ACCESSORIES

 1. 
 2. 
 3. 
 4. 
 5. 
 6. 
 7. 


SS22 COLLECTIONS


SS22 COLLECTIONS

Refresh Your Looks With Spring Summer Collections


MEN'S

Apparel + Shoes + Accessories. 


MENS


WOMEN'S

Apparel + Shoes + Accessories. 


WOMENS


KID'S

Apparel + Shoes For The Next Generation 


KIDS

SHOP SS22
SHOP SS22


TRENDING FOOTWEAR


WOMEN'S SORRENTO SLIDE

R 379.99




WOMEN'S STARLIGHT FLORAL

R 699.99




WOMEN'S STARLIGHT FLORAL

R 699.99




WOMEN'S STARLIGHT MONO

R 699.99




WOMEN'S CIANO COURT

R 1,899.99




WOMEN'S DISRUPTOR 2 GLIMMER

R 1,599.99




WOMEN'S DISRUPTOR 2 GLIMMER

R 1,599.99




WOMEN'S DISRUPTOR 2 EXP

R 1,599.99




WOMEN'S DISRUPTOR 2 EXP

R 1,599.99




WOMEN'S DISRUPTOR 2 EXP

R 1,599.99




WOMEN'S DISRUPTOR 2 EXP

R 1,599.99




WOMEN'S DISRUPTOR 2

R 1,499.99




WOMEN'S DISRUPTOR 2 PREMIUM

R 1,499.99




WOMEN'S RENNO

R 1,699.99




WOMEN'S RENNO

R 1,699.99




WOMEN'S RENNO

R 1,699.99




WOMEN'S RENNO

R 1,699.99




WOMEN'S RENNO PREMIUM

R 1,499.99




WOMEN'S SANDENAL ORBIT

R 1,799.99




WOMEN'S SANDENAL ORBIT

R 1,799.99




WOMEN'S SANDENAL ORBIT

R 1,799.99




WOMEN'S GRANT HILL 2 FLORAL JACQUARD

R 1,899.99




WOMEN'S GRANT HILL 2 FLORAL JACQUARD

R 1,899.99




WOMEN'S GRANT HILL 2 FLORAL JACQUARD

R 1,899.99




WOMEN'S GRANT HILL 2 FLORAL JACQUARD

R 1,899.99




MEN'S VALADO 2

R 1,699.99




MEN'S RAPIDRIDE

R 1,899.99




MEN'S RENNO ODV

R 1,599.99




MEN'S RENNO ODV

R 1,599.99




MEN'S RENNO

R 1,799.99




MEN'S RENNO

R 1,799.99




MEN'S RENNO

R 1,799.99




MEN'S RENNO N-GENERATION

R 1,799.99




MEN'S RENNO N-GENERATION

R 1,799.99




MEN'S RENNO N-GENERATION

R 1,799.99




MEN'S RAY TRACER EVO 2

R 1,799.99




MEN'S SANDENAL

R 1,899.99




MEN'S SANDENAL

R 1,899.99




MEN'S SANDENAL

R 1,899.99




MEN'S VULC 13

R 1,399.99




MEN'S VULC 13

R 1,399.99




MEN'S A-HIGH

R 1,399.99




MEN'S A-HIGH

R 1,399.99




MEN'S SPAGHETTI

R 1,999.99




MEN'S SPAGHETTI

R 1,999.99




MEN'S GRANT HILL 2

R 1,999.99




MEN'S GRANT HILL 2 GB

R 2,199.99




MEN'S GRANT HILL 2 GB

R 2,199.99




MEN'S GRANT HILL 25TH ANNIVERSARY

R 2,199.99




MEN'S GRANT HILL 25TH ANNIVERSARY

R 2,199.99


SHOP MENS SHOP WOMENS SHOP KIDS
SHOP NOWLEARN MORE
SHOP NOWLEARN MORE


FOLLOW US ON INSTAGRAM

85
173
117
87
310
143
fila_rsa

--------------------------------------------------------------------------------

85

Elevating your wardrobe, one piece at a time 💎 Shop Sandenal online via
www.fila.co.za #fila #filarsa #footwear #shoe #shoegame #fashion #outfitinspo
#summer #menswear #kicks #fashionfix #chicLooks
February 13 • View on Instagram
fila_rsa

--------------------------------------------------------------------------------

173

We got that FRIDAY feeling ✨ Shop your weekend fit vi www.fila.co.za #fila
#filarsa #model #fit #fashion #style #beautiful #fashionstyle #summer #life
February 10 • View on Instagram
fila_rsa

--------------------------------------------------------------------------------

117

Don't let Wednesday put you down⬇. Shop men's Valado👟 at Fila.co.za
February 8 • View on Instagram
fila_rsa

--------------------------------------------------------------------------------

87

Looks, served.🔥 Get your classic Fila Aop via www.fila.co.za #fila #filarsa
#model #fit #fashion #style #beautiful #fashionstyle #summer #life #AOP
February 6 • View on Instagram
fila_rsa

--------------------------------------------------------------------------------

310

It’s Friiiiidaaaaay!🕺🏽 time to upgrade your wardrobe🔥 get @chad_13jones fit
via www.fila.co.za #fila #filarsa #fyp #fyp #dance
February 3 • View on Instagram
fila_rsa

--------------------------------------------------------------------------------

143

Outfit inspo💥 Get @lindough_rsa Fila fit via www.fila.co.za #fila #filarsa
#model #fit #fashion #style #beautiful #fashionstyle #summer #life
February 1 • View on Instagram
VIEW ALL POSTS 



CART

Your cart is empty.


FILA

--------------------------------------------------------------------------------

 * About FILA
 * Contact Us
 * Newsmarket
 * Store Locator


HELP & SUPPORT

--------------------------------------------------------------------------------

 * Delivery
 * Refunds & Returns
 * FAQ's
 * Size Guide
 * Privacy Policy
 * Terms & Conditions


QUICK LINKS

--------------------------------------------------------------------------------

 * Mens
 * Womens
 * Kids
 * Accessories
 * Padel


JOIN FILA

--------------------------------------------------------------------------------

Sign up for exclusive offers, and all things FILA

Email
 * Twitter
 * Facebook
 * Instagram
 * TikTok
 * YouTube

Payment methods
© 2023, Fila South Africa
 * Choosing a selection results in a full page refresh.

View full product details →
1



Get updated with latest offers and products.
Subscribe



 
Help
 
Help
Popular

 
What is the status of my order?

Once you have placed your order, we will send you a confirmation email to track
the status of your order.

Once your order is shipped we will send you another email along with the link to
track your order.

Or, you can track the status of your order from your "order history" section on
your account page on the website.

 
Can I change my order?

We can only change orders that have not been processed for shipping yet.

To make changes to your order, please reach out to support by submitting your
request via "contact us" form.

 
What payment methods do you accept?

You can purchase on our website using a Debit card, Credit card, EFT, Snapscan,
PayJustNow, Mobicred and Payflex. You can choose these payment methods at
checkout.

 
Do you accept returns?

Yes, we do accept returns subject to fulfilment of the following conditions: 

- The item was not bought on sale 

- The item must have been sold on our online store 

- The item shouldn't have been used in any way 

- The item should have its original packaging with all the tags

- The return or exchange request is made within 21 days of delivery.

To request for a return, please reach out to support by submitting your request
via "contact us" and "customer returns" FORM. We shall respond as soon as
possible.

 
Do you do same day Shipping?

We do not ship the same day. To view our delivery times and costs, please click
HERE

 
Where do you ship?

We currently ship national wide across South Africa. To check our delivery time
and costs, please click HERE

 
How long will it take to ship my order?

Delivery times may vary depending on the delivery location.
Normally, once you've placed your order, it usually takes 24 to 36 hours to
process and mark it ready-for-delivery.

Our delivery period is 3-5 working days for main centres (Johannesburg, Cape
Town, Pretoria), and 5-10 Working days for regional and remote areas.

Please note that deliveries may be delayed due to high volumes during Black
Friday Sale.

 
How do I cancel my order?

If you wish to cancel your order, you can send us an email at fila@1721.co.za or
call 011 630 4000.

 
How do I add or remove products after placing my order?

Once you have placed your order you will not be able to make modifications on
the website.
Please contact our customer support team through 'contact us' FORM for any
modification of the order.

 
How do I track the progress of an order?

Once your order has been shipped, you will receive an email with details of the
order. You can track the shipment by clicking on the link provided in the email.

 
Can I change my delivery address after I have placed my order?

If your order has not been shipped yet, then we can deliver to a different
address as per your request. To know further, you can contact us through
'contact us' FORM.

 
Is it possible to pay by Cash on Delivery (COD)?

Payment by COD option is not available. Payment needs to be made on our website
prior to delivery. 

 
Is it safe to use my credit/debit card at this website?

We use third-party payment processing services to process all credit/debit card
payment transactions. These payment intermediaries are PCI-compliant, which is
the most stringent level of certification standard that ensures all cardholders’
data is stored, processed, and transmitted securely by using the
industry-standard encryption technology.

 
Are there any hidden costs?

There are no hidden costs or additional shipping charges. The total price
mentioned on the product page next to the photograph is the final price. What
you see is what you pay.

 
When will you pick-up my return order?

We are prioritizing our fulfillment and operations to deliver products that our
customers would need. We will notify you when we can schedule the return-pick.
We appreciate your patience in this regard.

 
Are returns free?

Yes, this depends if the item is not a sale item. For more details please read
our returns & exchange policy. Or Feel free to contact our support through email
at fila@1721.co.za or contact us for more details by submitting your query via
contact us FORM.

 
Can I use multiple coupons on the same transaction?

Only one coupon can be used on a single transaction or a cart. You can however
add multiple items to one cart to use one coupon and avail discounts.

 
Help

 
WhatsApp

 
Contact us

 
Track Order

My Wishlist0



CHOOSE TYPE OF COOKIES YOU ACCEPT USING




Strictly Required Cookies


These cookies are required for the website to run and cannot be switched off.
Such cookies are only set in response to actions made by you such as language,
currency, login session, privacy preferences. You can set your browser to block
these cookies but this might affect the way our site is working.


Analytics and Statistics


These cookies allow us to measure visitors traffic and see traffic sources by
collecting information in data sets. They also help us understand which products
and actions are more popular than others.


Marketing and Retargeting


These cookies are usually set by our marketing and advertising partners. They
may be used by them to build a profile of your interest and later show you
relevant ads. If you do not allow these cookies you will not experience targeted
ads for your interests.


Functional Cookies


These cookies enable our website to offer additional functions and personal
settings. They can be set by us or by third-party service providers that we have
placed on our pages. If you do not allow these cookies, these or some of these
services may not work properly.


Accept Selected Accept All
*By clicking on the above buttons, I give my consent on collecting my IP and
email (if registered). For more check GDPR Compliance


ANALYTICS COOKIES INFORMATION


_S

This cookie is associated with Shopify's analytics suite.


_SHOPIFY_D

There is no information about this cookie yet.


_SHOPIFY_FS

This cookie is associated with Shopify's analytics suite.


_SHOPIFY_S

This cookie is associated with Shopify's analytics suite.


_SHOPIFY_SA_T

This cookie is associated with Shopify's analytics suite concerning marketing
and referrals.


_SHOPIFY_SA_P

This cookie is associated with Shopify's analytics suite concerning marketing
and referrals.


_SHOPIFY_Y

This cookie is associated with Shopify's analytics suite.


CUSTOMER_AUTH_PROVIDER

This cookie is associated with Shopify's analytics suite.


CUSTOMER_AUTH_SESSION_CREATED_AT

This cookie is associated with Shopify's analytics suite.


_Y

This cookie is associated with Shopify's analytics suite.


_SHOPIFY_EVIDS

There is no information about this cookie yet.


_GA

This cookie name is associated with Google Universal Analytics


_GAT

This cookie name is associated with Google Universal Analytics.


__ATUVC

There is no information about this cookie yet.


__ATUVS

There is no information about this cookie yet.


__ATUVC

There is no information about this cookie yet.


__UTMA

There is no information about this cookie yet.

Close


MARKETING COOKIES INFORMATION


_GADS

There is no information about this cookie yet.


IDE

This domain is owned by Doubleclick (Google). The main business activity is:
Doubleclick is Googles real time bidding advertising exchange


_S

This cookie is associated with Shopify's analytics suite.


GPS

This cookie is associated with YouTube which collects user data through videos
embedded in websites, which is aggregated with profile data from other Google
services in order to display targeted advertising to web visitors across a broad
range of their own and other websites.


PREF

This cookie, which may be set by Google or Doubleclick, may be used by
advertising partners to build a profile of interests to show relevant ads on
other sites.


BIZOID

This is a Microsoft MSN 1st party cookie to enable user-based content.


_FBP

Used by Facebook to deliver a series of advertisement products such as real time
bidding from third party advertisers.


_FBC

There is no information about this cookie yet.


__ADROLL

This cookie is associated with AdRoll


__ADROLL_V4

This cookie is associated with AdRoll


__ADROLL_FPC

This cookie is associated with AdRoll


__AR_V4

This cookie is associated with AdRoll

Close


STRICT COOKIES INFORMATION


_ORIG_REFERRER

This cookie is generally provided by Shopify and is used to track landing pages.


IDENTITY_STATE

This cookie is generally provided by Shopify and is used in connection with
customer authentication.


IDENTITY_CUSTOMER_ACCOUNT_NUMBER

This cookie is generally provided by Shopify and is used in connection with
customer authentication.


_LANDING_PAGE

This cookie is generally provided by Shopify and is used to track landing pages.


_AB

This cookie is generally provided by Shopify and is used in connection with
access to the admin view of an online store platform.


_SECURE_SESSION_ID

This cookie is generally provided by Shopify and is used to track a user's
session through the multi-step checkout process and keep their order, payment
and shipping details connected.


CART

This cookie is generally provided by Shopify and is used in connection with a
shopping cart.


CART_SIG

This cookie is generally provided by Shopify and is used in connection with
checkout. It is used to verify the integrity of the cart and to ensure
performance of some cart operations.


CART_TS

This cookie is generally provided by Shopify and is used in connection with
checkout.


CART_VER

This cookie is generally provided by Shopify and is used in connection with the
shopping cart.


CART_CURRENCY

This cookie is generally provided by Shopify and it is set after a checkout is
completed to ensure that new carts are in the same currency as the last
checkout.


CHECKOUT_TOKEN

This cookie is generally provided by Shopify and is used in connection with a
checkout service.


SECURE_CUSTOMER_SIG

There is no information about this cookie yet.


STOREFRONT_DIGEST

This cookie is generally provided by Shopify and it stores a digest of the
storefront password, allowing merchants to preview their storefront while it's
password protected.


COOKIECONSENT_STATUS

This cookie is associated with the app GDPR/CCPA + Cookie Management and is used
for storing the customer's consent.


COOKIECONSENT_PREFERENCES_DISABLED

This cookie is associated with the app GDPR/CCPA + Cookie Management and is used
for storing the customer's consent.


_SHOPIFY_M

This cookie is generally provided by Shopify and is used for managing customer
privacy settings.


_SHOPIFY_TM

This cookie is generally provided by Shopify and is used for managing customer
privacy settings.


_SHOPIFY_TW

This cookie is generally provided by Shopify and is used for managing customer
privacy settings.


_TRACKING_CONSENT

This cookie is generally provided by Shopify and is used to store a user's
preferences if a merchant has set up privacy rules in the visitor's region.


TRACKED_START_CHECKOUT

This cookie is generally provided by Shopify and is used in connection with
checkout.

Close


FUNCTIONALITY COOKIES INFORMATION


_GID

This cookie name is associated with Google Universal Analytics.


__CFDUID

There is no information about this cookie yet.

Close

Close form 1

Sign Up And Get 15% Off

Join our mailing list for special offers and updates

Email

Date of birth. We might send you a gift.

SIGN UP

By signing up, you agree to receive email marketing from FILA South Africa

No, thanks