www.capeunionmart.co.za Open in urlscan Pro
104.18.211.11  Public Scan

Submitted URL: https://click.mail-capeunionmart.co.za/?qs=6536ddf2fea5ee47077d8aaa4b0759358cb2c1810da17c0331f04b5cf5a7778693591f2dd2a596db791f20aaaa01...
Effective URL: https://www.capeunionmart.co.za/?utm_source=sfmc&utm_medium=email&utm_campaign=Welcome_email_capeunion_shop_now_to_start_earning...
Submission: On June 03 via api from BE — Scanned from GB

Form analysis 4 forms found in the DOM

Name: simpleSearchGET /search/

<form role="search" action="/search/" method="get" name="simpleSearch" class="w-100 position-relative">
  <div class="d-flex position-relative align-items-center js-search-row">
    <div class="search-modal" data-get-trending="https://www.capeunionmart.co.za/on/demandware.store/Sites-CUM-Site/en_ZA/SearchServices-GetTrendingSearches">
      <img src="/on/demandware.static/Sites-CUM-Site/-/default/dw8503666d/images/search-new.svg" alt="Search icon" class="d-block">
      <input class="form-control search-field search-input-style-mobile  search-input-style-desktop" type="search" name="q" value="" aria-describedby="search-assistive-text" aria-haspopup="listbox" aria-owns="search-results" aria-expanded="false"
        aria-autocomplete="list" aria-activedescendant="" aria-controls="search-results" aria-label="Search (keywords,etc)" placeholder="Search for products" autocomplete="off">
      <img src="/on/demandware.static/Sites-CUM-Site/-/default/dw37497c3a/images/clear.svg" alt="Search clear" class="search-clear js-search-clear d-none">
    </div>
    <button type="reset" name="reset-button" class="reset-button d-flex" aria-label="Clear search keywords">
      <p class="d-none d-lg-block">Cancel</p>
      <img class="d-block" alt="" src="/on/demandware.static/Sites-CUM-Site/-/default/dwdf7bffcf/images/close-new.svg">
    </button>
  </div>
  <div class="suggestions-wrapper result-container" data-url="/on/demandware.store/Sites-CUM-Site/en_ZA/SearchServices-GetSuggestions?q=" data-mintermlength="1">
    <div class="first-result">
      <div class="trending-container">
        <h4 class="suggestion-title">Trending searches</h4>
        <div id="popularSuggestions">
        </div>
      </div>
      <div class="popular-container w-100">
        <h4 class="suggestion-title">Popular products</h4>
        <div class="recommendations recommendations--search px-0">
          <script>
            (function() {
              // window.CQuotient is provided on the page by the Analytics code:
              var cq = window.CQuotient;
              if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
                var recommender = '[[&quot;CU-SEARCH-NEW-ARRIVALS&quot;]]';
                // removing any leading/trailing square brackets and escaped quotes:
                recommender = recommender.replace(/\[|\]|&quot;/g, '');
                var separator = '|||';
                var slotConfigurationUUID = '09a5f9257b4e7208b1f6992bb8';
                var contextAUID = '';
                var contextSecondaryAUID = '';
                var contextAltAUID = '';
                var contextType = '';
                var anchorsArray = [];
                var contextAUIDs = contextAUID.split(separator);
                var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
                var contextAltAUIDs = contextAltAUID.split(separator);
                var contextTypes = contextType.split(separator);
                var slotName = 'search-new-recommendations';
                var slotConfigId = 'CU-SEARCH';
                var slotConfigTemplate = 'slots/recommendation/searchCarousel.isml';
                if (contextAUIDs.length == contextSecondaryAUIDs.length) {
                  for (i = 0; i < contextAUIDs.length; i++) {
                    anchorsArray.push({
                      id: contextAUIDs[i],
                      sku: contextSecondaryAUIDs[i],
                      type: contextTypes[i],
                      alt_id: contextAltAUIDs[i]
                    });
                  }
                } else {
                  anchorsArray = [{
                    id: contextAUID,
                    sku: contextSecondaryAUID,
                    type: contextType,
                    alt_id: contextAltAUID
                  }];
                }
                var urlToCall = '/on/demandware.store/Sites-CUM-Site/en_ZA/CQRecomm-Start';
                var params = {
                  userId: cq.getCQUserId(),
                  cookieId: cq.getCQCookieId(),
                  emailId: cq.getCQHashedEmail(),
                  loginId: cq.getCQHashedLogin(),
                  anchors: anchorsArray,
                  slotId: slotName,
                  slotConfigId: slotConfigId,
                  slotConfigTemplate: slotConfigTemplate,
                  ccver: '1.03'
                };
                if (cq.getRecs) {
                  cq.getRecs(cq.clientId, recommender, params, cb);
                } else {
                  cq.widgets = cq.widgets || [];
                  cq.widgets.push({
                    recommenderName: recommender,
                    parameters: params,
                    callback: cb
                  });
                }
              };

              function cb(parsed) {
                var arr = parsed[recommender].recs;
                if (arr && 0 < arr.length) {
                  var filteredProductIds = '';
                  for (i = 0; i < arr.length; i++) {
                    filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
                  }
                  filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
                  var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
                  var request = new XMLHttpRequest();
                  request.open('POST', urlToCall, true);
                  request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
                  request.onreadystatechange = function() {
                    if (this.readyState === 4) {
                      // Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
                      var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
                      document.getElementById(divId).innerHTML = this.responseText;
                      //find and evaluate scripts in response:
                      var scripts = document.getElementById(divId).getElementsByTagName('script');
                      if (null != scripts) {
                        for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
                          var srcScript = document.createElement('script');
                          srcScript.text = scripts[i].innerHTML;
                          srcScript.asynch = scripts[i].asynch;
                          srcScript.defer = scripts[i].defer;
                          srcScript.type = scripts[i].type;
                          srcScript.charset = scripts[i].charset;
                          document.head.appendChild(srcScript);
                          document.head.removeChild(srcScript);
                        }
                      }
                    }
                  };
                  request.send(formData);
                  request = null;
                }
              };
            })();
          </script>
          <div id="cq_recomm_slot-09a5f9257b4e7208b1f6992bb8">
            <div class="col p-0 recommendation-col">
              <div class="items" data-gtm-list-type="empty">
                <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                <script type="text/javascript">
                  //<!--
                  /* <![CDATA[ */
                  (function() {
                    try {
                      if (window.CQuotient) {
                        var cq_params = {};
                        cq_params.cookieId = window.CQuotient.getCQCookieId();
                        cq_params.userId = window.CQuotient.getCQUserId();
                        cq_params.emailId = CQuotient.getCQHashedEmail();
                        cq_params.loginId = CQuotient.getCQHashedLogin();
                        cq_params.accumulate = true;
                        cq_params.products = [{
                          id: '150676',
                          sku: '',
                          type: 'vgroup',
                          alt_id: '150676-C10'
                        }];
                        cq_params.recommenderName = 'CU-SEARCH-NEW-ARRIVALS';
                        cq_params.realm = "BDJC";
                        cq_params.siteId = "CUM";
                        cq_params.instanceType = "prd";
                        cq_params.locale = window.CQuotient.locale;
                        cq_params.slotId = 'search-new-recommendations';
                        cq_params.slotConfigId = 'CU-SEARCH';
                        cq_params.slotConfigTemplate = 'slots\/recommendation\/searchCarousel.isml';
                        if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                        else window.CQuotient.activities.push({
                          activityType: 'viewReco',
                          parameters: cq_params
                        });
                      }
                    } catch (err) {}
                  })();
                  /* ]]> */
                  // -->
                </script>
                <script type="text/javascript">
                  //<!--
                  /* <![CDATA[ (viewProduct-active_data.js) */
                  dw.ac._capture({
                    id: "150676-C10",
                    type: "recommendation"
                  });
                  /* ]]> */
                  // -->
                </script>
                <div data-pid="150676-C10">
                  <div id="150676-C10" class="product-tile js-product-tile" data-tracked="false" data-index="0"
                    data-gtm-impression="{&quot;id&quot;:&quot;150676-c10&quot;,&quot;name&quot;:&quot;k-way women's ember re:down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2199.00&quot;,&quot;dimension5&quot;:&quot;milk&quot;}"
                    data-gtm="{&quot;event&quot;:&quot;productClick&quot;,&quot;ecommerce&quot;:{&quot;click&quot;:{&quot;actionField&quot;:{&quot;list&quot;:&quot;&quot;},&quot;products&quot;:[{&quot;id&quot;:&quot;150676-c10&quot;,&quot;name&quot;:&quot;k-way women's ember re:down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2199.00&quot;,&quot;dimension5&quot;:&quot;milk&quot;}]}}}">
                    <!-- dwMarker="product" dwContentID="f519cdde7fc0518408f569036b" -->
                    <div class="image-container">
                      <a href="/products/k-way-womens-ember-re%3Adown-jacket/150676-C10.html" data-gtm="{&quot;event&quot;:&quot;productClick&quot;,&quot;ecommerce&quot;:{&quot;click&quot;:{&quot;actionField&quot;:{&quot;list&quot;:&quot;&quot;},&quot;products&quot;:[{&quot;id&quot;:&quot;150676-c10&quot;,&quot;name&quot;:&quot;k-way women's ember re:down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2199.00&quot;,&quot;dimension5&quot;:&quot;milk&quot;}]}}}">


                <img class="tile-image lazyload" data-src="https://media.capeunionmart.co.za/i/capeunionmart/150676_C10_1?$large$" alt="K-Way Women's Ember Re:Down Jacket" title="K-Way Women's Ember Re:Down Jacket -  Milk">
            
                <img class="tile-image lazyload" data-src="https://media.capeunionmart.co.za/i/capeunionmart/150676_C10_2?$large$" alt="K-Way Women's Ember Re:Down Jacket" title="K-Way Women's Ember Re:Down Jacket -  Milk">
            
        
    </a>
                    </div>
                    <div class="promo-labels">
                      <div class="product-promo-sale">
                        <span>
                          <img class="lazyload" data-src="/on/demandware.static/-/Sites/default/dwb0578c50/capeum/labels/CUMI_New.png">
                        </span>
                      </div>
                      <div class="product-promo-sale">
                        <span>
                          <img class="lazyload" data-src="/on/demandware.static/-/Sites/default/dw6010b6ac/capeum/labels/CUMI_Waybetter.png">
                        </span>
                      </div>
                    </div>
                    <div class="tile-body">
                      <div class="pdp-link">
                        <a class="link" href="/products/k-way-womens-ember-re%3Adown-jacket/150676-C10.html" itemprop="url" data-gtm="{&quot;event&quot;:&quot;productClick&quot;,&quot;ecommerce&quot;:{&quot;click&quot;:{&quot;actionField&quot;:{&quot;list&quot;:&quot;&quot;},&quot;products&quot;:[{&quot;id&quot;:&quot;150676-c10&quot;,&quot;name&quot;:&quot;k-way women's ember re:down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2199.00&quot;,&quot;dimension5&quot;:&quot;milk&quot;}]}}}">K-Way Women's Ember Re:Down Jacket</a>
                      </div>
                      <div class="js-turnto-reviews"></div>
                      <!-- Prices -->
                      <div class="tile-price py-md-1">
                        <span class="d-inline-block">
                          <div class="price pdp_default_price">
                            <span class="list d-none">
                              <span class="value strike-through"> null </span>
                            </span>
                            <span class="sales">
                              <span class="value" content="2199.00"> R2,199.00 </span>
                            </span>
                          </div>
                        </span>
                      </div>
                      <div class="promotions-details">
                      </div>
                      <div class="row tile-body-footer flex-column-reverse align-items-center">
                        <div class="ratings col-xs-12 text-center d-block">
                          <div id="tt-teaser-icons" style="display:none;" width="0" height="0">
                            <svg xmlns="​http://www.w3.org/2000/svg​" xmlns:xlink="http://www.w3.org/1999/xlink">
                              <symbol id="tt-teaser-star--empty" viewBox="0 0 24 24">
                                <path d="M12 18l-6.4 3.88 1.73-7.33-5.66-4.93L9.09 9 12 2.09 14.91 9l7.42.64-5.63 5 1.72 7.34z" fill="none" xmlns="http://www.w3.org/2000/svg"></path>
                              </symbol>
                              <symbol id="tt-teaser-star--full" viewBox="0 0 24 24">
                                <path d="M12 18.66l-7.44 4.35 1.98-8.16L0 9.36l8.62-.7L12 .99l3.38 7.67 8.62.7-6.54 5.49 1.98 8.16L12 18.66z" xmlns="http://www.w3.org/2000/svg"></path>
                              </symbol>
                              <symbol id="tt-teaser-star--half" viewBox="0 0 24 24">
                                <path fill="currentColor" d="M12 2.09L9.09 9l-7.42.62 5.66 4.93-1.72 7.32 1.07-.65L12 17.97V2.09z" xmlns="http://www.w3.org/2000/svg"></path>
                                <path d="M12 2.09L14.91 9l7.42.62-5.66 4.93 1.72 7.32-1.07-.65L12 17.97V2.09z"></path>
                              </symbol>
                            </svg>
                          </div>
                          <div id="tt-150676-C10" class="js-tile-review js-initialize TTteaser" data-productid="150676-C10" data-starrating="5.0">
                          </div>
                        </div>
                      </div>
                    </div>
                    <!-- END_dwmarker -->
                  </div>
                </div>
                <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
                <script type="text/javascript">
                  //<!--
                  /* <![CDATA[ */
                  (function() {
                    try {
                      if (window.CQuotient) {
                        var cq_params = {};
                        cq_params.cookieId = window.CQuotient.getCQCookieId();
                        cq_params.userId = window.CQuotient.getCQUserId();
                        cq_params.emailId = CQuotient.getCQHashedEmail();
                        cq_params.loginId = CQuotient.getCQHashedLogin();
                        cq_params.accumulate = true;
                        cq_params.products = [{
                          id: '164672',
                          sku: '',
                          type: 'vgroup',
                          alt_id: '164672-DC7276'
                        }];
                        cq_params.recommenderName = 'CU-SEARCH-NEW-ARRIVALS';
                        cq_params.realm = "BDJC";
                        cq_params.siteId = "CUM";
                        cq_params.instanceType = "prd";
                        cq_params.locale = window.CQuotient.locale;
                        cq_params.slotId = 'search-new-recommendations';
                        cq_params.slotConfigId = 'CU-SEARCH';
                        cq_params.slotConfigTemplate = 'slots\/recommendation\/searchCarousel.isml';
                        if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                        else window.CQuotient.activities.push({
                          activityType: 'viewReco',
                          parameters: cq_params
                        });
                      }
                    } catch (err) {}
                  })();
                  /* ]]> */
                  // -->
                </script>
                <script type="text/javascript">
                  //<!--
                  /* <![CDATA[ (viewProduct-active_data.js) */
                  dw.ac._capture({
                    id: "164672-DC7276",
                    type: "recommendation"
                  });
                  /* ]]> */
                  // -->
                </script>
                <div data-pid="164672-DC7276">
                  <div id="164672-DC7276" class="product-tile js-product-tile" data-tracked="false" data-index="0"
                    data-gtm-impression="{&quot;id&quot;:&quot;164672-dc7276&quot;,&quot;name&quot;:&quot;k-way men's creek down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2399.00&quot;,&quot;dimension5&quot;:&quot;dark green/dark olive&quot;}"
                    data-gtm="{&quot;event&quot;:&quot;productClick&quot;,&quot;ecommerce&quot;:{&quot;click&quot;:{&quot;actionField&quot;:{&quot;list&quot;:&quot;&quot;},&quot;products&quot;:[{&quot;id&quot;:&quot;164672-dc7276&quot;,&quot;name&quot;:&quot;k-way men's creek down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2399.00&quot;,&quot;dimension5&quot;:&quot;dark green/dark olive&quot;}]}}}">
                    <!-- dwMarker="product" dwContentID="ce87fb0972c8b2bc20cc4023b1" -->
                    <div class="image-container">
                      <a href="/products/k-way-mens-creek-down-jacket/164672-DC7276.html" data-gtm="{&quot;event&quot;:&quot;productClick&quot;,&quot;ecommerce&quot;:{&quot;click&quot;:{&quot;actionField&quot;:{&quot;list&quot;:&quot;&quot;},&quot;products&quot;:[{&quot;id&quot;:&quot;164672-dc7276&quot;,&quot;name&quot;:&quot;k-way men's creek down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2399.00&quot;,&quot;dimension5&quot;:&quot;dark green/dark olive&quot;}]}}}">


                <img class="tile-image lazyload" data-src="https://media.capeunionmart.co.za/i/capeunionmart/164672_DC7276_1?$large$" alt="K-Way Men's Creek Down Jacket" title="K-Way Men's Creek Down Jacket -  Dark Green/Dark Olive">
            
                <img class="tile-image lazyload" data-src="https://media.capeunionmart.co.za/i/capeunionmart/164672_DC7276_2?$large$" alt="K-Way Men's Creek Down Jacket" title="K-Way Men's Creek Down Jacket -  Dark Green/Dark Olive">
            
        
    </a>
                    </div>
                    <div class="promo-labels">
                      <div class="product-promo-sale">
                        <span>
                          <img class="lazyload" data-src="/on/demandware.static/-/Sites/default/dwb0578c50/capeum/labels/CUMI_New.png">
                        </span>
                      </div>
                    </div>
                    <div class="tile-body">
                      <div class="pdp-link">
                        <a class="link" href="/products/k-way-mens-creek-down-jacket/164672-DC7276.html" itemprop="url" data-gtm="{&quot;event&quot;:&quot;productClick&quot;,&quot;ecommerce&quot;:{&quot;click&quot;:{&quot;actionField&quot;:{&quot;list&quot;:&quot;&quot;},&quot;products&quot;:[{&quot;id&quot;:&quot;164672-dc7276&quot;,&quot;name&quot;:&quot;k-way men's creek down jacket&quot;,&quot;category&quot;:&quot;down &amp; puffer jackets&quot;,&quot;brand&quot;:&quot;K-Way Performance&quot;,&quot;price&quot;:&quot;2399.00&quot;,&quot;dimension5&quot;:&quot;dark green/dark olive&quot;}]}}}">K-Way Men's Creek Down Jacket</a>
                      </div>
                      <div class="js-turnto-reviews"></div>
                      <!-- Prices -->
                      <div class="tile-price py-md-1">
                        <span class="d-inline-block">
                          <div class="price pdp_default_price">
                            <span class="list d-none">
                              <span class="value strike-through"> null </span>
                            </span>
                            <span class="sales">
                              <span class="value" content="2399.00"> R2,399.00 </span>
                            </span>
                          </div>
                        </span>
                      </div>
                      <div class="promotions-details">
                      </div>
                      <div class="row tile-body-footer flex-column-reverse align-items-center">
                        <div class="ratings col-xs-12 text-center d-block">
                          <div id="tt-teaser-icons" style="display:none;" width="0" height="0">
                            <svg xmlns="​http://www.w3.org/2000/svg​" xmlns:xlink="http://www.w3.org/1999/xlink">
                              <symbol id="tt-teaser-star--empty" viewBox="0 0 24 24">
                                <path d="M12 18l-6.4 3.88 1.73-7.33-5.66-4.93L9.09 9 12 2.09 14.91 9l7.42.64-5.63 5 1.72 7.34z" fill="none" xmlns="http://www.w3.org/2000/svg"></path>
                              </symbol>
                              <symbol id="tt-teaser-star--full" viewBox="0 0 24 24">
                                <path d="M12 18.66l-7.44 4.35 1.98-8.16L0 9.36l8.62-.7L12 .99l3.38 7.67 8.62.7-6.54 5.49 1.98 8.16L12 18.66z" xmlns="http://www.w3.org/2000/svg"></path>
                              </symbol>
                              <symbol id="tt-teaser-star--half" viewBox="0 0 24 24">
                                <path fill="currentColor" d="M12 2.09L9.09 9l-7.42.62 5.66 4.93-1.72 7.32 1.07-.65L12 17.97V2.09z" xmlns="http://www.w3.org/2000/svg"></path>
                                <path d="M12 2.09L14.91 9l7.42.62-5.66 4.93 1.72 7.32-1.07-.65L12 17.97V2.09z"></path>
                              </symbol>
                            </svg>
                          </div>
                          <div id="tt-164672-DC7276" class="js-tile-review js-initialize TTteaser" data-productid="164672-DC7276" data-starrating="5.0">
                          </div>
                        </div>
                      </div>
                    </div>
                    <!-- END_dwmarker -->
                  </div>
                </div>
              </div>
            </div>
          </div>
          <span class="recommendations-loader"></span>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" value="en_ZA" name="lang">
</form>

Name: dwfrm_newsLetterPOST /on/demandware.store/Sites-CUM-Site/en_ZA/Account-NewsLetterSubscribe

<form id="footer-newsletter-signup" action="/on/demandware.store/Sites-CUM-Site/en_ZA/Account-NewsLetterSubscribe" method="POST" name="dwfrm_newsLetter" data-cookie="1.0"
  data-url="/on/demandware.store/Sites-CUM-Site/en_ZA/Account-NewsLetterSubscribe">
  <div class="row align-items-center justify-content-center">
    <h2 class="col-12 col-lg-auto mb-0">Let's stay in touch! Subscribe to our newsletter</h2>
    <div class="col-12 col-lg-2 d-lg-flex mt-2 mt-lg-0">
      <button class="btn btn-secondary btn-block" type="button" data-toggle="modal" data-target="#newsletterSignup">Subscribe</button>
    </div>
  </div>
</form>

<form id="footer-newsletter-signup-popup" class="col-12 col-lg-10">
  <div class="row">
    <h2 class="col-12 ">Let's stay in touch, subscribe to our newsletter and you'll receive a R100* online voucher</h2>
    <div class="col-12 my-4">
      <div class="textfield form-group col-lg-10 p-0 m-0">
        <input type="text" class="form-control d-block" name="dwfrm_newsLetter_firstName" id="firstName" placeholder="Please enter your first name" value="" required="" maxlength="40">
      </div>
      <div class="textfield form-group col-lg-10 p-0 my-1">
        <input type="text" class="form-control d-block" name="dwfrm_newsLetter_lastName" id="lastName" placeholder="Please enter your last name" value="" required="" maxlength="40">
      </div>
      <div class="textfield form-group col-lg-10 p-0 my-1">
        <div class="select d-block" data-select="">
          <button class="select-toggle text-left"> South Africa +27 </button>
          <select id="mobilePhoneCountryCode" name="dwfrm_newsLetter_mobilePhoneCountryCode" autocomplete="tel-country-code" required="">
            <option id="+27" value="+27" selected="">South Africa +27</option>
            <option id="+43" value="+43">Austria +43</option>
            <option id="+32" value="+32">Belgium +32</option>
            <option id="+1" value="+1">Canada +1</option>
            <option id="+358" value="+358">Finland +358</option>
            <option id="+972" value="+972">Israel +972</option>
            <option id="+230" value="+230">Mauritius +230</option>
            <option id="+31" value="+31">Netherlands +31</option>
            <option id="+40" value="+40">Romania +40</option>
            <option id="+971" value="+971">United Arab Emirates +971</option>
            <option id="+260" value="+260">Zambia +260</option>
          </select>
          <div class="select-menu">
            <a class="select-item active pl-1" href="" data-value="+27">South Africa
+27</a>
            <a class="select-item  pl-1" href="" data-value="+43">Austria +43</a>
            <a class="select-item  pl-1" href="" data-value="+32">Belgium +32</a>
            <a class="select-item  pl-1" href="" data-value="+1">Canada +1</a>
            <a class="select-item  pl-1" href="" data-value="+358">Finland +358</a>
            <a class="select-item  pl-1" href="" data-value="+972">Israel +972</a>
            <a class="select-item  pl-1" href="" data-value="+230">Mauritius
+230</a>
            <a class="select-item  pl-1" href="" data-value="+31">Netherlands
+31</a>
            <a class="select-item  pl-1" href="" data-value="+40">Romania +40</a>
            <a class="select-item  pl-1" href="" data-value="+971">United Arab
Emirates +971</a>
            <a class="select-item  pl-1" href="" data-value="+260">Zambia +260</a>
          </div>
          <div class="invalid-feedback"></div>
        </div>
      </div>
      <div class="textfield form-group col-lg-10 p-0 my-1">
        <input type="tel" class="form-control d-block" id="phoneMobile" name="dwfrm_newsLetter_phoneMobile" minlength="10" placeholder="Please enter your 10 digit mobile phone number" value="" required="" maxlength="10">
      </div>
      <div class="textfield form-group col-lg-10 p-0 my-1">
        <input type="email" class="form-control d-block" id="email" name="dwfrm_newsLetter_email" minlength="5" placeholder="Enter your email address here" value="" required="" maxlength="50" pattern="^[\w.%+-]+@[\w.-]+\.[\w]{2,6}$">
      </div>
      <div class="textfield form-group col-lg-10  p-0 my-1">
        <input type="email" class="form-control d-block" id="email-confirm" name="dwfrm_newsLetter_email_confirm" minlength="5" placeholder="Confirm your email address here" value="" required="" maxlength="50"
          pattern="^[\w.%+-]+@[\w.-]+\.[\w]{2,6}$">
      </div>
      <div class="form-group d-none">
        <div class="checkbox d-inline-block">
          <input type="checkbox" class="custom-control-input" id="newsletter-checkbox" name="dwfrm_newsLetter_signup_check" checked="">
          <label for="signup-newsletter-checkbox">Sign up for the newsletter</label>
        </div>
      </div>
      <p class="error-newsletter-form-message text-dange" data-email-error="Email confirmation does not match" data-checkbox-error="Sign up for newsletter unchecked"></p>
      <button class="btn btn-secondary mt-1 submit" type="submit"> Subscribe </button>
    </div>
  </div>
  <p class="m-0">If you change your mind, you can unsubscribe at any time.</p>
  <p class="m-0">*Vouchers only valid for first time subscriber.</p>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

Cancel

TRENDING SEARCHES



POPULAR PRODUCTS

K-Way Women's Ember Re:Down Jacket

null R2,199.00


K-Way Men's Creek Down Jacket

null R2,399.00




0

Menu
Back

 * Father's Day
   * Gift Cards
   * Shop Top Rated
   * Shop By Category
     * Jackets
     * Knitwear & Golfers
     * Knives & Multi-Tools
     * Belts
     * Wallets
   * Shop By Adventure
     * Trail Running
     * Road Running
     * Hiking & Camping
     * Travel
   * Shop By Price
     * Gifts Under R200
     * Gifts Under R500
     * Gifts Under R1000
     * Gifts Under R1500
   * Shop By Brand
     * K-Way Elements
     * Old Khaki
     * The North Face
     * Garmin
     * Stanley
     * Hydro Flask
     * Kaliber
     * Leatherman
   * 
 * Women
   * New in Women
   * Jackets
     * Down & Puffer Jackets
     * Softshell Jackets
     * Casual Jackets
     * Fleece Jackets
     * Rain Jackets
   * Tops
     * Knitwear & Sweaters
     * Fleece Tops
     * Technical Tops
     * T-Shirts
     * Shirts & Blouses
   * Bottoms
     * Denim Jeans
     * Pants
     * Skirts & Dresses
     * Shorts
   * Footwear
     * Casual Shoes & Boots
     * Sneakers
     * Slippers
     * Hiking Boots & Shoes
     * Trail Running Shoes
     * Road Running Shoes
     * Sandals & Flip Flops
     * Footwear Accessories
     * Aqua Shoes
   * Active Wear
   * Accessories
     * Socks
     * Beanies
     * Baselayers & Underwear
     * Scarves & Buffs
     * Caps
     * Hats
     * Gloves
     * Handbags & Pouches
     * Rings
     * Sunglasses
   * Deals
     * Buy 2 & Save R150 on Fleece Tops
     * Buy 3 & Get 1 Free on selected Socks
   * 
 * Men
   * New in Men
   * Jackets
     * Down & Puffer Jackets
     * Softshell Jackets
     * Casual Jackets
     * Fleece Jackets
     * Rain Jackets
   * Tops
     * Knitwear & Sweaters
     * Fleece Tops
     * Polo Shirts & Golfers
     * Shirts
     * Technical Shirts
     * T-Shirts
   * Bottoms
     * Denim Jeans
     * Pants
     * Shorts
   * Extended Sizes
   * Footwear
     * Casual Shoes & Boots
     * Sneakers
     * Slippers
     * Hiking Boots & Shoes
     * Trail Running Shoes
     * Road Running Shoes
     * Aqua Shoes
     * Sandals & Flip Flops
     * Footwear Accessories
   * Active Wear
   * Accessories
     * Socks
     * Beanies
     * Baselayers & Underwear
     * Scarves & Buffs
     * Gloves
     * Caps
     * Hats
     * Sunglasses
     * Belts
     * Wallets
   * Deals
     * Buy 2 & Save R150 on Fleece
     * Buy 3 & Get 1 Free on selected Socks
   * 
 * Kids & Youth
   * Shop All Kids & Youth
   * Girls (3 - 8 Years)
     * Clothing
     * Shoes, Boots & Sandals
     * Accessories
   * Boys (3 - 8 Years)
     * Clothing
     * Shoes, Boots & Sandals
     * Accessories
   * Girls (9 - 14 Years)
     * Clothing
     * Shoes, Boots & Sandals
     * Accessories
   * Boys (9 - 14 Years)
     * Clothing
     * Shoes, Boots & Sandals
     * Accessories
   * Toys & Gadgets
   * Deals
     * Buy 2 & Save R100 on Fleece
   * 
 * Gear & Tech
   * New In Gear & Tech
   * Bags, Packs & Luggage
     * Backpacks & Daypacks (12 - 35 Litre)
     * Hiking Backpacks (36 Litre)
     * Luggage & Roller Bags
     * Duffel Bags
     * Laptop & Casual Bags
     * Pouches & Waist Packs
     * Hydration Packs
     * Bag Accessories
   * Hiking & Camping
     * Tents & Gazebos
     * Sleeping Bags & Liners
     * Mattresses & Stretchers
     * Chairs, Tables & Hammocks
     * Camp Stoves & Cooking Sets
     * Utensils & Crockery
     * Water Bottles, Flasks & Mugs
     * Braai, Coolers & Picnic Sets
     * Trekking & Hiking Poles
     * Hygiene, Health & First Aid
     * Camping & Hiking Accessories
   * Electronics & Tech
     * Fitness Watches & Activity Trackers
     * Fitness Accessories
     * Action Cameras
     * Drones
     * Speakers
     * Headphones & Earphones
     * Two-Way Radios
     * GPS Navigation & Compasses
     * Tech Accessories
   * Travel
   * Lighting & Power
   * Knives & Multi-Tools
   * Binoculars & Scopes
   * Repair Kits & Product Care
   * Deals
     * Get 50% OFF selected UltraTec Lanterns
   * 
 * K-Way
   * New in K-Way
   * Collections
     * K-Way Home-sewn Collection
     * K-Way Sustainable Collection
     * K-Way MMXXI
     * K-Way Elements
     * K-Way Expedition Series
     * K-Way K-Lite Down Jackets
     * K-Way Pulse
   * Women
     * Clothing
     * Footwear
     * Accessories
   * Men
     * Clothing
     * Footwear
     * Accessories
   * Kids
     * Clothing
     * Footwear
     * Accessories
   * Gear
     * Daypacks & Backpacks (12 - 35L)
     * Hiking Backpacks (36L +)
     * Luggage & Duffel Bags
     * Accessories & Pouches
     * Tents & Gazebos
     * Sleeping Bags, Liners & Mattresses
     * Water Bottles, Mugs & Flasks
     * Towels
   * 
 * Brands
   * 
   * 
   * 
   * 
   * 
   * 
   * 
 * Explore
   * Collections
     * Jacket Shop
     * Fleece Shop
   * Adventures
     * Hiking
     * Camping
     * Running
   * 
 * Deals
   * On Promotion
     * Get 20% OFF Fleece, Knitwear, Beanies & Slippers
     * Buy 2 & SAVE R200 on Old Khaki Men’s Knits
     * Save on selected DJI Drones & Action Cameras
     * 3 for 2 on ALL Locks & Travel Adaptors
     * Get 50% OFF selected UltraTec Lanterns
   * Always-On Deals
     * Buy 2 & Save R150 on Men & Women's Fleece
     * Buy 2 & Save R100 on Kids' & Youth Fleece
     * Buy 3 & Get 1 Free on selected Socks
     * Buy 2 & SAVE R100 on selected K-Way Men's Trail Tees and Vests
     * Buy 2 & Save R100 on Men’s Basic Tees
     * Buy 2 & Get R200 off selected Men's Golfers
     * Buy 2 Old Khaki Flip Flops for R199
   * Clearance
     * Men
     * Women
     * Kids & Youth
     * Gear & Tech
   * 
 * Gift Cards
 * Login
 * Wishlist
 * Store Locator
 * Contact Us


WE VALUE YOUR PRIVACY

We have placed cookies on your device to help make this website work best.
I'm fine with this



CELEBRATE DAD'S ADVENTUROUS SPIRIT THIS FATHER'S DAY

 * FIND A GIFT

ON PROMO

20% OFF

SELECTED FLEECE, KNITWEAR, BEANIES & SLIPPERS

SHOP NOW
Previous
Quick View

K-Way Women's Rosa 1/4 Zip Fleece Top

null R799.00

20% OFF


Quick View

K-Way Eco Fleece Beanie

null R179.00

20% OFF


Quick View

Cape Union Coby

null R629.00

20% OFF


Quick View

K-Way Unisex Thane Beanie

null R179.00

20% OFF


Quick View

K-Way Women’s Kara Borg Fleece Jacket

null R899.00

20% OFF


Quick View

K-Way Kids Boys’ Crew Neck Top

null R399.00

20% OFF


Quick View

K-Way Men’s Marco Brushed Fleece Jacket 2.0

null R899.00

20% OFF


Quick View

K-Way Youth Girls’ Savannah Plush Fleece Jacket

null R899.00

20% OFF


Quick View

Rare Earth Women’s Lilo 2 Boot Slippers

null R1,249.00

20% OFF


Quick View

K-Way ECO Women’s Viola ¼ Zip Fleece Top

null R599.00

20% OFF


Quick View

K-Way Men's Clash 2.0 1/4 Zip Fleece Top

null R699.00

20% OFF


Quick View

K-Way Women's Melissa Knitted Fleece Jacket

null R999.00

20% OFF


Quick View

Rare Earth Women’s Grace 2 Slippers

null R699.00

20% OFF


Quick View

Cape Union Men's Sheepswool Classic Slippers

null R949.00

20% OFF


Quick View

K-Way Women's Rosa 1/4 Zip Fleece Top

null R799.00

20% OFF


Quick View

K-Way Eco Fleece Beanie

null R179.00

20% OFF


Quick View

Cape Union Coby

null R629.00

20% OFF


Quick View

K-Way Unisex Thane Beanie

null R179.00

20% OFF


Quick View

K-Way Women’s Kara Borg Fleece Jacket

null R899.00

20% OFF


Quick View

K-Way Kids Boys’ Crew Neck Top

null R399.00

20% OFF


Quick View

K-Way Men’s Marco Brushed Fleece Jacket 2.0

null R899.00

20% OFF


Quick View

K-Way Youth Girls’ Savannah Plush Fleece Jacket

null R899.00

20% OFF


Quick View

Rare Earth Women’s Lilo 2 Boot Slippers

null R1,249.00

20% OFF


Quick View

K-Way ECO Women’s Viola ¼ Zip Fleece Top

null R599.00

20% OFF


Quick View

K-Way Men's Clash 2.0 1/4 Zip Fleece Top

null R699.00

20% OFF


Quick View

K-Way Women's Melissa Knitted Fleece Jacket

null R999.00

20% OFF


Quick View

Rare Earth Women’s Grace 2 Slippers

null R699.00

20% OFF


Quick View

Cape Union Men's Sheepswool Classic Slippers

null R949.00

20% OFF


Quick View

K-Way Women's Rosa 1/4 Zip Fleece Top

null R799.00

20% OFF


Quick View

K-Way Eco Fleece Beanie

null R179.00

20% OFF


Quick View

Cape Union Coby

null R629.00

20% OFF


Quick View

K-Way Unisex Thane Beanie

null R179.00

20% OFF


Next
 * 1
 * 2
 * 3
 * 4


FORGET THE FORECAST

Brace the elements with versatile jackets engineered for any adventure.

WOMEN'S JACKETS MEN'S JACKETS KIDS & YOUTH JACKETS


EXPLORE NEW ARRIVALS

Step out in our latest range of seasonal staples designed to handle daily
adventures.

WOMEN MEN KIDS GEAR AND TECH

Previous
Quick View

Old Khaki Men’s Rodney Rugby Sweater

null R699.00


Quick View

Rare Earth Women’s Anna Slippers

null R499.00

20% OFF


Quick View

The North Face Men’s Vectiv Taraval Hiking Shoes

null R2,599.00


Quick View

New Balance Women's Fresh Foam Garoé Trail Running Shoes

null R2,299.00


Quick View

K-Way Elements Men’s Ramsay Shoes

null R1,199.00


Quick View

K-Way Pioneer 55L + 10L Hiking Pack

null R3,099.00


Quick View

K-Way Contour 100L Luggage Bag

null R2,399.00


Quick View

Rare Earth Women's Enid Leather Bag

null R1,799.00


Quick View

K-Way Women’s Acadia Softshell Coat

null R1,899.00


Quick View

K-Way Men’s Logan Down Puffer Jacket

R1,799.00 - R2,399.00


Quick View

Salomon Women’s Moss Reversable Puffer Jacket

null R2,199.00


Quick View

Adidas Men’s Terrex Xperior Hiking Pants

null R1,999.00


Quick View

K-Way MMXXI Topaz Wide-Leg Trackpants

null R799.00


Quick View

Old Khaki Men’s Rodney Rugby Sweater

null R699.00


Quick View

Rare Earth Women’s Anna Slippers

null R499.00

20% OFF


Quick View

The North Face Men’s Vectiv Taraval Hiking Shoes

null R2,599.00


Quick View

New Balance Women's Fresh Foam Garoé Trail Running Shoes

null R2,299.00


Quick View

K-Way Elements Men’s Ramsay Shoes

null R1,199.00


Quick View

K-Way Pioneer 55L + 10L Hiking Pack

null R3,099.00


Quick View

K-Way Contour 100L Luggage Bag

null R2,399.00


Quick View

Rare Earth Women's Enid Leather Bag

null R1,799.00


Quick View

K-Way Women’s Acadia Softshell Coat

null R1,899.00


Quick View

K-Way Men’s Logan Down Puffer Jacket

R1,799.00 - R2,399.00


Quick View

Salomon Women’s Moss Reversable Puffer Jacket

null R2,199.00


Quick View

Adidas Men’s Terrex Xperior Hiking Pants

null R1,999.00


Quick View

K-Way MMXXI Topaz Wide-Leg Trackpants

null R799.00


Quick View

Old Khaki Men’s Rodney Rugby Sweater

null R699.00


Quick View

Rare Earth Women’s Anna Slippers

null R499.00

20% OFF


Quick View

The North Face Men’s Vectiv Taraval Hiking Shoes

null R2,599.00


Quick View

New Balance Women's Fresh Foam Garoé Trail Running Shoes

null R2,299.00


Quick View

K-Way Elements Men’s Ramsay Shoes

null R1,199.00


Next
 * 1
 * 2
 * 3


MUST-HAVES FOR WINTER

Warm-up with fleece, bottoms, and cosy accessories this winter.

FLEECE

WOMEN'S MEN'S KIDS & YOUTH

BOTTOMS

WOMEN MEN

FOOTWEAR

WOMEN MEN KIDS & YOUTH

ACCESSORIES

WOMEN MEN KIDS & YOUTH


NEW MMXXI DROP

Make a statement with NEW in MMXXI, designed for the everyday explorer.

SHOP MMXXI




SHOP DEALS


BUY 2 & SAVE R200 ON OLD KHAKI MEN'S KNITS

 * SHOP NOW


BUY 2 & SAVE R150 ON MEN'S & WOMEN'S FLEECE

 * SHOP NOW


BUY 2 & SAVE R100 ON KIDS' & YOUTH FLEECE

 * SHOP NOW


JUST UNPACKED

No trail can stop the GOAT. The Speedgoat 6 was born to tame the trail.

WOMEN MEN




DISCOVER FLAWLESS PRODUCTS AT UNBEATABLE PRICES

 * SHOP LAST CHANCE


REMOVE PRODUCT?

×
Are you sure you want to remove the following product from the bag?



Cancel Yes


LET'S STAY IN TOUCH! SUBSCRIBE TO OUR NEWSLETTER

Subscribe
×


LET'S STAY IN TOUCH, SUBSCRIBE TO OUR NEWSLETTER AND YOU'LL RECEIVE A R100*
ONLINE VOUCHER

South Africa +27 South Africa +27 Austria +43 Belgium +32 Canada +1 Finland +358
Israel +972 Mauritius +230 Netherlands +31 Romania +40 United Arab Emirates +971
Zambia +260
South Africa +27 Austria +43 Belgium +32 Canada +1 Finland +358 Israel +972
Mauritius +230 Netherlands +31 Romania +40 United Arab Emirates +971 Zambia +260




Sign up for the newsletter



Subscribe

If you change your mind, you can unsubscribe at any time.

*Vouchers only valid for first time subscriber.





A WORLD OF REWARDS AWAITS


EARN POINTS & REDEEM VOUCHERS ACROSS ALL OUR BRANDS

LEARN MORE

 * 
 * 
 * 
 * 

ORDER INFORMATION

 * Gift Cards
 * Gift Card Status
 * Track my Order
 * Delivery Options
 * Returns & Exchanges
 * Payment Information

COMPANY

 * About Us
 * Cape Union Mart Group
 * Friends & Family Rewards
 * Careers

CONTACT INFORMATION

 * Store Locator
 * Contact Us
 * Frequently Asked Questions
 * Corporate Orders

LEGAL

 * Terms & Conditions
 * Website Privacy Policy
 * POPI Privacy Policy
 * PAIA Manual
 * Social Community Guidelines



© 2024 CAPE UNION MART. ALL RIGHTS RESERVED





word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
Live chat:Contact Us