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

Submitted URL: https://click.info.altayer.com/?qs=eac61776a3d84d4f4928caf157852350f5bb0852c3253fd66fd099fbebfd61f40486d63fb23a9f9d5c5de960c705...
Effective URL: https://en.gap.sa/privacy-policy/?utm_source=salesforce&utm_medium=email&utm_campaign=20230711_CRM_WK24_BAU_Gap_LF...
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="X1Uv7bCyXPiDtXriQytG+mnVVKz2R8GkeeSCKLCbzHY">
</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="X1Uv7bCyXPiDtXriQytG+mnVVKz2R8GkeeSCKLCbzHY">
</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="X1Uv7bCyXPiDtXriQytG+mnVVKz2R8GkeeSCKLCbzHY">
</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="X1Uv7bCyXPiDtXriQytG+mnVVKz2R8GkeeSCKLCbzHY">
</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

العربيّة


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
   


WEBSITE PRIVACY AND COOKIE POLICY

This Privacy and Cookie Policy applies to information collected and processed
via the www.gap.sa website and mobile application (together, the “Website”) and
associated Website customer service channels. We take your privacy very
seriously and therefore want you to know how your data is collected, used,
shared and stored. The Website is owned and operated by Nibras Al Arabia LLC
trading as Gap and/or its affiliates and subsidiaries (together “we”, “us” or
“Nibras”) in the United Arab Emirates. Nibras Al Arabia LLC is a limited
liability company incorporated under the laws of the Kingdom of Saudi Arabia,
with commercial license number 4030181765 and its registered office at Ishbeelya
Al Mutamayiz Centre, King Abdullah Road, Jeddah, Kingdom of Saudi Arabia.

By visiting the Website or supplying information through its associated customer
service channels, you are consenting to the practices described in this Privacy
and Cookie Policy and our Website Terms and Conditions. Please note that our
Privacy & Cookie Policy is updated from time to time and that you will be bound
by the most recent update of the policy appearing on our Website. It is
therefore your responsibility to continue to check our Privacy and Cookie Policy
for updates.

INFORMATION WE MAY COLLECT

We (and our authorized service providers) collect information supplied by you
via the Website or any of our Website customer service channels including
without limitation on the phone, via email, during Personal Shopping visits or
via our Live Chat feature (where available). We and such service providers also
collect information when you visit our Website or from third parties authorized
to share your information with us. We and our authorized service providers may
collect some of this information even if you are not a registered user or do not
place an Order. This information may include:

 * contact and personal details such as: name, delivery address, phone number,
   email address, billing and payment information, date of birth, gift recipient
   details, gender, nationality and Personal Shopping preferences
 * website statistical information such as: your location, the URL you use to
   access the Website, browser or device type/unique fingerprint, your
   computer’s IP address and domain type, which pages you visited, search terms
   you entered, items you clicked on
 * transactional information such as: Orders you placed, items you purchased,
   date and time of Order as well as Orders you decided not to complete or items
   you placed in your basket and discarded, preferences you have indicated to
   us, requested personalization of items
 * information from third parties such as: couriers, payment providers or
   through the Amber Programme
 * information you supply to us via online or offline surveys, competitions or
   product registration

Please note that your full payment card details are captured only for the
purposes of processing your transaction and are not stored, sold or rented by
us. Your full payment card details are not available to our staff. All card
transactions are managed by trusted, certified and legally authorized partners
who are responsible for ensuring that your payment details remain secure during
the payment process.

Where you provide the information of a third party to us, you are confirming
that you have their consent to do so.

COOKIES

Our Website uses first party cookies (very small files that are sent by us to
your computer or other access device) and other similar technologies which we
can access when you visit our Website in the future. We may also use third party
cookies.

There are five types of cookies:

WEBSITE FUNCTIONALITY COOKIES

These cookies enable you to browse the Website and use our features such as
shopping baskets

WEBSITE ANALYTICS COOKIES

We use these cookies to measure and analyse how our customers use the Website.
This allows us to continuously improve our Website and your shopping experience.

CUSTOMER PREFERENCE COOKIES

When browsing or shopping online, the Website will remember your preferences
(for example your user name, language or location). This makes your browsing
experience simpler, easier and more personal to you.

TARGETING COOKIES OR ADVERTISING COOKIES

These cookies are used to deliver adverts relevant to you. In addition, they
limit the number of times you see an advertisement as well as helping us measure
the effectiveness of our advertising campaigns.

THIRD-PARTY SERVICE PROVIDER COOKIES

We may work with third party companies whom we authorize to place third-party
cookies, web beacons, or similar technologies for storing information on the
Website. These service providers help us to provide you with a better, faster,
and safer experience. These service providers may use these technologies in the
ways described above and in addition may help us and you to avoid fraud.

By using our Website you agree that we and they can place these types of cookies
on your device and access them whenever you visit the Website.

If you want to delete any cookies that are already on your computer, please
refer to the help and support area on your internet browser for instructions on
how to locate the file or directory that stores cookies.

Please note that by deleting our cookies or disabling future cookies you may not
be able to access certain areas or features of our Website.

HOW WE USE INFORMATION

We (and/or the entities or companies listed in the “Who may we share information
with” section below) may use your information including for the following
purposes:

 * for any purpose associated with the processing or fulfillment of your Order
   or to provide any service you request from us
 * to verify and execute financial transactions you make through the Website,
   including procuring credit checks or performing fraud detection
 * to assist you with your customer service queries or provide information you
   have requested
 * to manage your account
 * to provide you with a personalized or improved shopping experience
 * for analytical or statistical purposes
 * for marketing purposes including sending you newsletters or promotional
   information about us and our partners unless you have opted out of receiving
   such communications
 * to improve our service offering or Website
 * to combine it with information we already hold lawfully through other sources
 * to protect our rights, safety or the safety of others including for fraud
   prevention
 * for any purpose required by law or regulation

We may offer a Live Chat feature to assist you with queries you may have. Where
available we may record and store all chat conversations. These transcripts are
only accessed for customer service purposes.

WHO MAY WE SHARE INFORMATION WITH

We may share your information with any of the following:

 * our group companies
 * carefully selected third parties with whom we have a relationship and who may
   contact you or utilize your data only for reasons pre-agreed with us,
   including marketing
 * service providers who perform services on our behalf, such as: payment
   processing, information technology, Website maintenance, surveys and market
   research, warehousing and logistics, couriers, advertising and marketing or
   any service required to process your Order
 * our professional services providers such as: legal, audit, financial and
   insurance advisers
 * any assignee, successor operator or prospective purchaser of the Website or
   of us
 * any legal, regulatory, law enforcement, government or municipal bodies
 * any gift recipient or provider of any warranty in relation to your Order

CONTACTING US AND OPTING OUT OF CERTAIN COMMUNICATIONS

If you have any queries about this Privacy and Cookie Policy, you can contact us
using any of the following methods: by calling us on +966115103212 or by
emailing us at customercare@gap.ae

When you first register with us you will be able to choose whether or not to
receive marketing communications from us or our carefully selected third
parties. Whenever you receive a marketing communication or newsletter from us
(which may be by email, SMS, push notification, telephone or direct mail), you
will be given an opportunity to unsubscribe. In addition, you can change your
marketing preferences at any time by contacting us as described above.

You may also request rectification of any incorrect data displayed in your
online Account by contacting us or in certain cases, you may be able to directly
amend certain information online.

MEASURES WE PUT IN PLACE TO PROTECT YOUR DATA

Information you provide to us via our Website is stored on secure servers. Any
payment transactions carried out through our Website will be encrypted using
Secure Socket Layer technology. It is your responsibility to keep any Website
passwords or login codes issued to or chosen by you, confidential.

We have implemented various steps to safeguard the integrity of our information
technology infrastructure, including by implementing authentication, monitoring,
auditing, and encryption technology. Security measures have been integrated into
the design, implementation, and day-to-day operations of the Website as part of
our continuing commitment to the security of electronic content and the
electronic transmission of information. Despite such efforts, generally the
transmission of information via the internet is not completely secure and its
security can never be guaranteed. Any transmission of data via our Website is
therefore carried out at your own risk.

Your data may be transferred to, and stored in or outside, the United Arab
Emirates. In submitting your data to us and using our Website, you acknowledge
that your data may be sent to countries with differing levels of laws in the
field of personal data protection. We require all third parties to whom any
personal data is disclosed to keep it secure, treat it as confidential and use
it only for the purposes agreed with us.

THIRD PARTY WEBSITES

This Privacy and Cookie Policy does not apply to third party websites to which
the Website may link and we are not responsible for the privacy and cookie
practices of those websites or for any information you submit to those websites
via the Website. Please be sure to read their privacy and cookie policies
separately to ensure you are comfortable. If you are an Amber and/or Facebook
member, then data collected via the Amber and/or Facebook websites will be
subject to the Terms and Conditions of the Amber Scheme and/or Facebook website
(as applicable) save that we may combine your Amber and/or Facebook data with
data collected through the Website.

Nibras Al Arabia LLC - VAT Registration # 300099496800003 - trading as GAP
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.