en.gap.sa Open in urlscan Pro
2606:4700:20::681a:402  Public Scan

Submitted URL: https://click.info.altayer.com/?qs=eac61776a3d84d4fdaddcf2e104b174c96b0f191f0f4ea38ef0f376e085bf76f6e0329ba866f1cc9ba393985ac27...
Effective URL: https://en.gap.sa/?utm_source=salesforce&utm_medium=email&utm_campaign=20230711_CRM_WK24_BAU_Gap_LFS_EOSSSellingFa...
Submission: On April 25 via api from SA — Scanned from DE

Form analysis 5 forms found in the DOM

/search

<form id="quick-search" action="/search" autocomplete="off">
  <div class="input-field">
    <input type="text" name="q" placeholder="Search" value="" spellcheck="false" data-button-text="Quick Search - Input Area">
    <input type="submit" value="Search" data-button-text="Quick Search - Icon">
  </div>
  <div class="dropdown" style="display: none;">
    <div class="inner"></div>
    <button type="submit" class="show-all">Show all</button>
  </div>
</form>

POST /customer/change-password

<form class="csrf change-password-form init-validate" method="post" action="/customer/change-password" novalidate="novalidate">
  <div class="message-placeholder">
    <div class="alert alert-danger"><i class="fa fa-remove"></i> <span></span></div>
  </div>
  <div class="form-group row">
    <label class="text-right col-xs-5">Current Password *</label>
    <div class="col-xs-7">
      <div class="text-field form-field">
        <input type="password" name="currentPassword" required="" data-rule-minlength="6" data-msg-required="Please enter your password" aria-required="true">
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="text-right col-xs-5">New Password *</label>
    <div class="col-xs-7">
      <div class="text-field form-field">
        <input type="password" id="newPassword" name="newPassword" required="" data-rule-strong-pass="true" data-msg-required="Please enter your password" aria-required="true">
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="text-right col-xs-5">New Password Again *</label>
    <div class="col-xs-7">
      <div class="text-field form-field">
        <input type="password" name="newPasswordAgain" required="" data-rule-equalto="#newPassword" data-msg-required="Please enter your password" aria-required="true">
      </div>
    </div>
  </div>
  <div class="action-buttons clearfix">
    <button class="btn btn-success pull-right" type="submit">CHANGE PASSWORD</button>
  </div>
  <input type="hidden" name="_csrf" value="UQxONROUeJ0zWV0HNzFSwfIFszLIxxH7dGw3thQR7UQ">
</form>

POST /customer/sendPasswordResetEmail

<form id="forgot-password-form" class="forgot-password-form csrf" method="post" action="/customer/sendPasswordResetEmail" novalidate="novalidate" autocomplete="off">
  <div class="message-placeholder">
    <div class="alert alert-danger">
      <i class="icon success-icon">
                <img src="/img/icons/success.png">
              </i>
      <span></span>
    </div>
  </div>
  <div class="form-group row">
    <div class="form-note-placeholder col-xs-12">
      <h6 class="hidden"><span>FORGOT PASSWORD</span></h6>
      <p>To retrieve your password, please enter your email address below and click <strong>'Send Reset Instructions'</strong>. </p>
      <p>A password reset link will then be sent to you by email.</p>
    </div>
  </div>
  <div class="form-group row clearfix">
    <div class="">
      <label class="text-right col-xs-4" for="email">E-mail</label>
      <div class="col-xs-8">
        <div class="text-field form-field">
          <input type="email" id="email" name="email" required="" value="" placeholder="Enter your email" data-msg-required="Please enter your email" data-msg-remote="Please enter a valid email" aria-required="true">
        </div>
      </div>
    </div> <!-- .basic-informaiton -->
  </div>
  <div class="action-buttons clearfix">
    <button class="btn btn-gap-primary pull-left" type="submit">Send Reset Instructions</button>
  </div>
  <input type="hidden" name="_csrf" value="UQxONROUeJ0zWV0HNzFSwfIFszLIxxH7dGw3thQR7UQ">
</form>

POST /customer/login

<form class="csrf login-form" method="post" action="/customer/login" novalidate="" autocomplete="off">
  <div class="message-placeholder">
    <div class="alert alert-danger">
      <i class="icon cross-icon">
                <img src="/img/icons/cross.png?t=1">
              </i>
      <span></span>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-xs-12">E-mail *</label>
    <div class="col-xs-12">
      <div class="text-field form-field">
        <input type="email" name="email" required="" data-msg-required="This field is required." data-msg-email="Please enter a valid email" data-msg-remote="Please enter a valid email" autocomplete="off">
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-xs-12">Password *</label>
    <div class="col-xs-12">
      <div class="text-field form-field">
        <input type="password" name="password" required="" data-msg-required="This field is required." data-msg-minlength="Please enter at least 6 characters." data-rule-minlength="6" autocomplete="off">
      </div>
    </div>
  </div>
  <div class="action-buttons clearfix">
    <button class="btn btn-success btn-gap-primary" type="submit">SIGN IN</button>
    <a href="#" class="forgot-password forgot-password-link">Forgot password</a>
  </div>
  <input type="hidden" name="_csrf" value="UQxONROUeJ0zWV0HNzFSwfIFszLIxxH7dGw3thQR7UQ">
</form>

POST /campaign/generateSubscriptionCoupon

<form method="post" action="/campaign/generateSubscriptionCoupon" class="csrf newsletter-subscription-form-modal" id="newsletter-subscribe-form-modal" novalidate="novalidate">
  <div class="form-group">
    <div>
      <div class="text-field form-field">
        <input type="email" name="email" required="" autocomplete="off" class="footer-newsletter small-ar-text" placeholder="Your email address" data-msg-required="Please enter your email" data-msg-remote="Please enter a valid email"
          aria-required="true">
      </div>
    </div>
  </div>
  <button class="btn btn-default" type="submit">SIGN UP</button>
  <input type="hidden" name="_csrf" value="UQxONROUeJ0zWV0HNzFSwfIFszLIxxH7dGw3thQR7UQ">
</form>

Text Content

FREE DELIVERY IN KSA*
CASH ON DELIVERY
DOWNLOAD OUR APP
Keep Shopping

LOGIN OR REGISTER

Wishlist

Saudi Arabia
 * UAE
 * Kuwait
 * Saudi Arabia

العربيّة


GAP


Show all
Help
Returns & Refunds Terms and Conditions Shipping Policy FAQs Privacy & Cookie
Policy Size Guide About Gap.Inc Careers Gap For Good Membership Benefits

Keep Shopping



Mid Season Sale! Up To 50% Off + More

Discover More Deals (2 AVAILABLE)

SHOP NOW
DOWNLOAD NOW
 * Clearance
   Shop By Price Under 39 SAR Under 54 SAR Under 101 SAR Under 109 SAR Under 164
   SAR Under 229 SAR
   Women Tops Bottoms Accessories
   Men Tops Bottoms Accessories
   Girls & Boys Girls Boys
   Toddler & Baby Toddler Girls Toddler Boys
   
 * New In
   New Arrivals Women Men Girls Boys Toddler Girls Toddler Boys
   
 * Women
   Featured Shops New Arrivals Logo Shop Sets Shop Linen Favorites
   Categories Hoodies Sweatshirts Outerwear Sweaters Joggers Dresses T-Shirts
   Tops Shirts Shorts Activewear Pants Jeans Accessories
   
 * Men
   Featured Shops New Arrivals Logo Shop Sets Shop Linen Favorites
   Categories Hoodies Sweatshirts Outerwear Sweaters Joggers T-Shirts Polos
   Shirts Shorts Pants Jeans Accessories Sleep & Lounge
   
 * Girls
   Featured Shops New Arrivals Logo Shop Sets Shop Teen Collection Character
   Shop
   Categories Hoodies & Sweatshirts Outerwear Sweaters Dresses & Skirts T-Shirts
   Tops Swimwear Pants & Shorts Jeans Sleepwear Shoes & Accessories
   
 * Boys
   Featured Shops New Arrivals Logo Shop Sets Shop Character Shop Teen
   Collection
   Categories Hoodies & Sweatshirts Outerwear Sweaters Tees & Graphics Shirts
   Polos Shorts Swimwear Jeans Pants Shoes & Accessories
   
 * Baby & Toddler 0-5 Yrs
   Shop by Age 0 - 3 Months 3 - 6 Months 6 - 12 Months 12 - 18 Months 18 - 24
   Months 2 - 3 Years 3 -4 Years 4 -5 Years
   Featured Shops New Arrivals for Her New Arrivals for Him Logo Shop Sets Shop
   Character Shop Brannans Favorites Organics
   Baby & Toddler Girls Hoodies Outerwear & Sweaters Dresses & Skirts Tops &
   Tees Bottoms Swimwear Sleepwear Shoes & Accessories Body Suits One-Pieces
   Jeans Shorts
   Baby & Toddler Boys Hoodies Outerwear & Sweaters T-Shirts Shirts Jeans
   Bottoms Shorts Sleepwear Swimwear Accessories Body Suits One-Pieces Tops
   
 * The Logo Shop
   Women
   Men
   Girls
   Boys
   Toddler
   
 * Featured Shops
   Linen shop
   Hoodies Women Men Girls Boys Toddler & Baby
   Tees & Shorts Women Men Girls Boys Toddler & Baby
   Joggers & Sweatpants Women Men Girls Boys Toddler Baby
   Denim Shop Women Men Girls Boys Toddler Baby
   

Under 39 SAR Under 54 SAR Under 101 SAR Under 109 SAR
Your Spring essentials dipped in a pastel palette. SHOP NOW



DISCOVER TOP CATEGORIES

 * Tops & Tees
 * The Shirt Shop
 * The Dress Shop
 * The Hoodie Shop
 * THE DENIM SHOP
 * Baby Collections


THE ULTIMATE CLASSIC TEE

NOW 30% OFF
GAP Logo T-Shirt
129 SAR 90 SAR

NOW 25% OFF
Everyday Soft Crewneck T-Shirt
79 SAR 59 SAR

NOW 63% OFF
Floral Gap Logo T-Shirt
189 SAR 69 SAR

NOW 30% OFF
Favorite V-Neck T-Shirt
99 SAR 69 SAR

NOW 30% OFF
Organic Cotton Gap Arch Logo T-Shirt
169 SAR 118 SAR

NEW IN
Kids Logo Graphic T-Shirt
129 SAR

NEW IN
Kids Logo Graphic T-Shirt
129 SAR

NOW 30% OFF
Kids Gap Logo Knot-Tie T-Shirt
129 SAR 90 SAR

NEW IN
babyGap | Barbie™ Logo T-Shirt
99 SAR

NEW IN
babyGap | Disney Graphic T-Shirt
79 SAR

Our collection of classic neutrals, made new. SHOP NOW

Fuel their imagination with cute character styles. SHOP NOW



SHOP BY DEPARTMENT

 * Women
 * Men
 * Boys
 * Girls
 * Baby Girls
 * Baby Boys
 * Toddler Girls
 * Toddler Boys
 * Logo Shop

PAY SECURELY ONLINE
With your credit/debit card or
PayPal
CASH ON DELIVERY AVAILABLE
Orders are eligible for cash on delivery service at an additional fee of 25 SAR.
EASY RETURNS & EXCHANGES
Up to 30 days from purchase.
Details

SIGN UP TO OUR NEWSLETTER

Be the first to know about new arrivals, exclusive online collections, offers,
and more.

SIGN UP NOW

FOLLOW US ON

#gapmeonline #gaplove


OUR APPS



WEBSITES

UAE - English UAE - Arabic Kuwait - English Kuwait - Arabic Saudi Arabia -
English Saudi Arabia - Arabic

SHOPPING WITH US

Returns & Exchanges Terms and Conditions Shipping Policy FAQs Privacy & Cookie
Policy Size Guide Promo Codes

TOP CATEGORIES

Women Men Girls Boys Toddler Baby Cyber Deals 2023

AMBER CARD

Login Register Membership Benefits

WEBSITES

UAE - English UAE - Arabic Kuwait - English Kuwait - Arabic Saudi Arabia -
English Saudi Arabia - Arabic

HOW CAN WE HELP

Contact Us About Gap.Inc Careers Gap For Good

OUR APPS



WEBSITES

UAE - English UAE - Arabic Kuwait - English Kuwait - Arabic Saudi Arabia -
English Saudi Arabia - Arabic
Contact customer care +966115103212 (+966115103212) © 1997 - 2024 Gap Inc.
Nibras Al Arabia LLC - VAT Registration # 300099496800003 - trading as GAP


Allow instant news on Exclusive Offers, Online Sales & New Arrivals. Don't Miss
Out!


ALLOWNO THANKS


×

CHANGE PASSWORD * INDICATES MANDATORY FIELD

Current Password *

New Password *

New Password Again *

CHANGE PASSWORD
×

ADD TO WISHLIST Confirm
×

CHOOSE YOUR DELIVERY METHOD

HOME DELIVERY
FREE
COLLECT FROM STORE
FREE
SECURE CHECKOUT

Free based on current location

×

RECOVER PASSWORD * INDICATES MANDATORY FIELD

FORGOT PASSWORD

To retrieve your password, please enter your email address below and click 'Send
Reset Instructions'.

A password reset link will then be sent to you by email.

E-mail

Send Reset Instructions
×

SIGN IN * INDICATES MANDATORY FIELD

E-mail *

Password *

SIGN IN Forgot password

OR SIGN IN WITH

Facebook Connect
Don't have an account? Create new account
×

ITEM(S) IN YOUR BAG


 * Grand Total (VAT inclusive) 0 SAR
 * VIEW MY BAG

×

PERK ALERT


GET 20% OFF


YOUR FIRST PURCHASE
WHEN YOU SIGN UP

You'll be the first to know about exclusive offers, new collections and more.
Learn more about our privacy policy.


SIGN UP


THANK YOU

You have been added to our mailing list.

Check your email for your discount code.
Valid on full price items.

To find out more about how we handle your data please read our privacy policy.

If you no longer wish to recieve our newsletter, you can unsubscribe at any time
by contacting the customer care team at customercare@gap.ae.