www.tecafrica.co.za Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.tecafrica.co.za/products/under-armour-rock-over-ear-train-headphones
Submission: On June 03 via api from US — Scanned from CA

Form analysis 7 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/under-armour-rock-over-ear-train-headphones">
  <div class="tl-select">
    <img class="tl-flag" loading="lazy" width="20" height="18" alt="Main selection country flag for language - English" src="https://cdn.shopify.com/extensions/243e1122-fe5c-4310-8367-e8f9b9bcb199/2.246.0/assets/.svg">
    <span class="tl-label tl-name">English</span>
  </div>
  <ul class="tl-options top-right" role="list">
    <li class="tl-option active" data-value="en">
      <img class="tl-flag" loading="lazy" width="20" height="18" alt="Dropdown option country flag for language - English" src="https://cdn.shopify.com/extensions/243e1122-fe5c-4310-8367-e8f9b9bcb199/2.246.0/assets/.svg">
      <span class="tl-label tl-name" for="English">English</span>
    </li>
  </ul>
  <input type="hidden" name="country_code" value="ZA">
  <input type="hidden" name="language_code" value="en">
</form>

GET /search

<form action="/search" method="get" class="search-bar__table-cell search-bar__form" role="search" data-hs-cf-bound="true">
  <input type="text" id="search" name="q" value="" placeholder="Search..." aria-label="Search..." class="search-bar__input sb-search-input">
  <input class="sb-search-submit" type="submit" value="">
  <span class="sb-icon-search fa fa-search"></span>
</form>

GET /search

<form action="/search" method="get" class="search-bar__table-cell search-bar__form" role="search" data-hs-cf-bound="true">
  <input type="text" id="search" name="q" value="" placeholder="Search..." aria-label="Search..." class="search-bar__input sb-search-input">
  <button class="sb-search-submit res_btn" type="submit" value=""><i class="fa fa-search"></i></button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm" data-hs-cf-bound="true">
  <div class="selector-wrapper-secton  hide " style="display: none;">
    <div class="selector-wrapper" style="display: none;">
      <div class="selector-arrow"><select class="single-option-selector" data-option="option1" id="productSelect-option-0">
          <option value="Default Title">Default Title</option>
        </select></div>
    </div><select name="id" id="productSelect" class=" product-single__variants " style="display: none;">
      <option selected="selected" value="41507835904163">Default Title</option>
    </select>
  </div>
  <div class="product-single__quantity ">
    <div class="quantity-box-section">
      <label>Quantity:</label>
      <div class="dec button">-</div>
      <input type="text" id="quantity" name="quantity" value="1">
      <div class="inc button">+</div>
      <script>
        jQuery(".button").on("click", function() {
          var oldValue = jQuery("#quantity").val(),
            newVal = 1;
          if (jQuery(this).text() == "+") {
            newVal = parseInt(oldValue) + 1;
          } else if (oldValue > 1) {
            newVal = parseInt(oldValue) - 1;
          }
          jQuery("#quantity").val(newVal);
          updatePricing();
        });
        //update price when changing quantity
        function updatePricing() {
          //try pattern one before pattern 2
          var regex = /([0-9]+[.|,][0-9]+[.|,][0-9]+)/g;
          var unitPriceTextMatch = jQuery('.product-single #ProductPrice').text().match(regex);
          if (!unitPriceTextMatch) {
            regex = /([0-9]+[.|,][0-9]+)/g;
            unitPriceTextMatch = jQuery('.product-single #ProductPrice').text().match(regex);
          }
          if (unitPriceTextMatch) {
            var unitPriceText = unitPriceTextMatch[0];
            var unitPrice = unitPriceText.replace(/[.|,]/g, '');
            var quantity = parseInt(jQuery('#quantity').val());
            var totalPrice = unitPrice * quantity;
            var totalPriceText = Shopify.formatMoney(totalPrice, window.money_format);
            regex = /([0-9]+[.|,][0-9]+[.|,][0-9]+)/g;
            if (!totalPriceText.match(regex)) {
              regex = /([0-9]+[.|,][0-9]+)/g;
            }
            totalPriceText = totalPriceText.match(regex)[0];
            var regInput = new RegExp(unitPriceText, "g");
            var totalPriceHtml = jQuery('.product-single #ProductPrice').html().replace(regInput, totalPriceText);
            jQuery('.product-single .total-price span').html(totalPriceHtml);
          }
        }
        jQuery('#quantity').on('change', updatePricing);
      </script>
      <div class="total-price">
        <label><b>Subtotal</b>:</label><span><span class="money" doubly-currency-zar="499900" doubly-currency="ZAR">R 4,999.00 ZAR</span></span>
      </div>
    </div>
  </div>
  <div class="product-infor">
    <p class="product-type">
      <label>Movement: </label>
      <span>HEADPHONES</span>
    </p>
  </div>
  <button type="submit" name="add" id="AddToCart" class="btn">
    <i class="fa fa-cart-plus" aria-hidden="true"></i><span id="AddToCartText">Add to Cart</span>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" class="variants" data-hs-cf-bound="true">
  <select name="id" style="display:none"></select>
  <div class="qty-section quantity-box">
    <label>Quantity:</label>
    <div class="dec button qtyminus">-</div>
    <input type="number" name="quantity" id="Qty" value="1" class="quantity">
    <div class="inc button qtyplus">+</div>
  </div>
  <div class="total-price">
    <label>Subtotal</label><span></span>
  </div>
  <div class="actions">
    <button type="button" class="add-to-cart-btn btn"> Add to Cart </button>
  </div>
</form>

Name: mc-embedded-subscribe-formPOST //myshopify.us2.list-manage.com/subscribe/post?u=057ce5c6d3419dc4a568a2790&id=78371397b0

<form action="//myshopify.us2.list-manage.com/subscribe/post?u=057ce5c6d3419dc4a568a2790&amp;id=78371397b0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" data-hs-cf-bound="true">
  <input type="email" value="" placeholder="Email address" name="EMAIL" id="mail" aria-label="Email address">
  <button type="submit" class="btn" name="subscribe" id="subscribe">Send</button>
</form>

Name: mc-embedded-subscribe-formPOST //myshopify.us2.list-manage.com/subscribe/post?u=057ce5c6d3419dc4a568a2790&id=78371397b0

<form action="//myshopify.us2.list-manage.com/subscribe/post?u=057ce5c6d3419dc4a568a2790&amp;id=78371397b0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" data-hs-cf-bound="true">
  <input type="email" value="" placeholder="Email address" name="EMAIL" id="mail" aria-label="Email address">
  <button type="submit" class="btn" name="subscribe" id="subscribe">Send</button>
</form>

Text Content

English
 * English



 * CONTACT : (+27) 87 153 5368 /sales@tecafrica.co.za
 * NB : Please confirm on stock availability before purchase

 * 
 * 
 * 

 * DEAL ZONE 🎁👀
 * HOME
 * ABOUT US
 * TECAFRICA DRONES
   * DJI DRONES
   * DJI ACCESSORIES
     * SPARK
     * MAVIC MINI
     * MAVIC MINI 2
     * MAVIC AIR
     * MAVIC AIR 2
     * DJI Air 2S
     * MAVIC PRO
     * MAVIC 2 PRO
     * MAVIC 3
     * DJI FPV
     * PHANTOM SERIES
     * INSPIRE SERIES
     * MATRICE SERIES
   * DJI REPAIR PARTS
   * PARROT DRONES
   * PARROT ACCESSORIES
   * PAYLOADS
     * DJI SOLUTIONS
     * PARROT SOLUTIONS
   * USED DRONES & ACCESSORIES
   * GO THERMAL
     * FLIR THERMAL AUTOMATION CAMERA SYSTEMS
     * FLIR THERMAL AUTOMOTIVE SYSTEMS
     * FLIR THERMAL CAMERA CORES AND COMPONENTS
     * FLIR & AGM THERMAL AND NIGHT VISION SYSTEMS
     * FLIR THERMAL OPTICAL GAS IMAGING
     * FLIR THERMAL MARINE CAMERA SYSTEMS
 * TECH STORE
   * AUDIO
     * CAR AUDIO
     * HEADPHONES
     * PARTY SPEAKERS
     * BLUETOOTH SPEAKERS
     * SOUNDBARS & SUBS
     * STUDIO & RECORDING
   * PHOTOGRAPHY
     * ACTION CAMERAS
     * ACTION CAMERA ACCESSORIES
     * GIMBALS
     * WEBCAMS
     * CAMCORDERS
     * DASH CAMS
     * PROJECTORS
   * GPS
     * AUTOMOTIVE
     * AVIATION
     * MARINE
     * MAPS
     * OUTDOOR RECREATION
     * GPS ACCESSORIES
   * APPLE PRODUCTS
     * IMAC SERIES
     * MACBOOK SERIES
     * IPAD SERIES
     * APPLE TV
     * iPHONES
     * AIRPODS
     * BEATS BY DRE
     * APPLE ACCESSORIES
     * APPLE WATCHES
   * COMPUTER SYSTEMS
     * LAPTOPS
     * DESKTOPS
     * MONITORS
     * STORAGE
     * NETWORKING
     * PRINTERS AND SCANNERS
     * COMPUTER PARTS & ACCESSORIES
     * COMPUTER PERIPHERALS
   * CELLPHONES & TABLETS & TVs
     * TABLETS
     * TELEVISIONS
     * SMARTPHONES
   * GAMING
   * LIGHT TECH
     * LED HEADLAMPS
     * LED WORKLIGHTS
     * LED TORCHES
     * LED SPORTLIGHTS
   * AV & CONNECTED HOME
   * SECURITY
     * BODY CAMS
     * CCTV SECURITY & SURVEILLANCE
     * METAL DETECTORS
     * ID CARD PRINTING
     * BREATHALYSERS & DRUG SCREENERS
     * SECURITY EQUIPMENT
     * COVID-19 EQUIPMENT
     * TWO WAY RADIOS
   * TECH & GADGETS
     * POWERBANKS
     * TECH & GADGETS ACCESSORIES
 * SOLAR-TECH
   * BATTERIES
   * INVERTERS & UPS
   * SOLAR PANELS
   * SOLAR LIGHTING
   * SOLAR HOME SYSTEMS
   * SOLAR ACCESSORIES
 * MEDICAL EQUIPMENT
   * DIAGNOSTICS
   * HOSPITAL FURNITURE
   * ULTRASOUND MACHINES
   * BLOOD PRESSURE MACHINES
   * OXYGEN PRODUCTS & ACCESSORIES
   * ASSISTED LIVING PRODUCTS
   * SURGICAL UNITS
   * HYGIENE DISPENSERS
 * OUR COLLECTION

 * 
 * * ZAR
     * BWP Botswana Pula
     * MZN Mozambique Metical
     * KES Kenya Shilling
     * MWK Malawi Kwacha
     * ZWD Zimbabwe Dollar
     * USD United States Dollar
     * NAD Namibia Dollar
     * NGN Nigeria Naira
     * ZMW Zambia Kwacha
     * AOA Angola Kwanza
     BWP Botswana Pula MZN Mozambique Metical KES Kenya Shilling MWK Malawi
     Kwacha ZWD Zimbabwe Dollar USD United States Dollar NAD Namibia Dollar NGN
     Nigeria Naira ZMW Zambia Kwacha AOA Angola Kwanza
 * 0
   Item
   0.00
   
   Your cart is currently empty!
   
   Continue shopping
   
   Cart total: R 0.00 ZAR
   
   Check Out View Cart


 * DEAL ZONE 🎁👀
 * HOME
 * ABOUT US
 * TECAFRICA DRONES + -
   * DJI DRONES
   * DJI ACCESSORIES + -
     * SPARK
     * MAVIC MINI
     * MAVIC MINI 2
     * MAVIC AIR
     * MAVIC AIR 2
     * DJI Air 2S
     * MAVIC PRO
     * MAVIC 2 PRO
     * MAVIC 3
     * DJI FPV
     * PHANTOM SERIES
     * INSPIRE SERIES
     * MATRICE SERIES
   * DJI REPAIR PARTS
   * PARROT DRONES
   * PARROT ACCESSORIES
   * PAYLOADS + -
     * DJI SOLUTIONS
     * PARROT SOLUTIONS
   * USED DRONES & ACCESSORIES
   * GO THERMAL + -
     * FLIR THERMAL AUTOMATION CAMERA SYSTEMS
     * FLIR THERMAL AUTOMOTIVE SYSTEMS
     * FLIR THERMAL CAMERA CORES AND COMPONENTS
     * FLIR & AGM THERMAL AND NIGHT VISION SYSTEMS
     * FLIR THERMAL OPTICAL GAS IMAGING
     * FLIR THERMAL MARINE CAMERA SYSTEMS
 * TECH STORE + -
   * AUDIO + -
     * CAR AUDIO
     * HEADPHONES
     * PARTY SPEAKERS
     * BLUETOOTH SPEAKERS
     * SOUNDBARS & SUBS
     * STUDIO & RECORDING
   * PHOTOGRAPHY + -
     * ACTION CAMERAS
     * ACTION CAMERA ACCESSORIES
     * GIMBALS
     * WEBCAMS
     * CAMCORDERS
     * DASH CAMS
     * PROJECTORS
   * GPS + -
     * AUTOMOTIVE
     * AVIATION
     * MARINE
     * MAPS
     * OUTDOOR RECREATION
     * GPS ACCESSORIES
   * APPLE PRODUCTS + -
     * IMAC SERIES
     * MACBOOK SERIES
     * IPAD SERIES
     * APPLE TV
     * iPHONES
     * AIRPODS
     * BEATS BY DRE
     * APPLE ACCESSORIES
     * APPLE WATCHES
   * COMPUTER SYSTEMS + -
     * LAPTOPS
     * DESKTOPS
     * MONITORS
     * STORAGE
     * NETWORKING
     * PRINTERS AND SCANNERS
     * COMPUTER PARTS & ACCESSORIES
     * COMPUTER PERIPHERALS
   * CELLPHONES & TABLETS & TVs + -
     * TABLETS
     * TELEVISIONS
     * SMARTPHONES
   * GAMING
   * LIGHT TECH + -
     * LED HEADLAMPS
     * LED WORKLIGHTS
     * LED TORCHES
     * LED SPORTLIGHTS
   * AV & CONNECTED HOME
   * SECURITY + -
     * BODY CAMS
     * CCTV SECURITY & SURVEILLANCE
     * METAL DETECTORS
     * ID CARD PRINTING
     * BREATHALYSERS & DRUG SCREENERS
     * SECURITY EQUIPMENT
     * COVID-19 EQUIPMENT
     * TWO WAY RADIOS
   * TECH & GADGETS + -
     * POWERBANKS
     * TECH & GADGETS ACCESSORIES
 * SOLAR-TECH + -
   * BATTERIES
   * INVERTERS & UPS
   * SOLAR PANELS
   * SOLAR LIGHTING
   * SOLAR HOME SYSTEMS
   * SOLAR ACCESSORIES
 * MEDICAL EQUIPMENT + -
   * DIAGNOSTICS
   * HOSPITAL FURNITURE
   * ULTRASOUND MACHINES
   * BLOOD PRESSURE MACHINES
   * OXYGEN PRODUCTS & ACCESSORIES
   * ASSISTED LIVING PRODUCTS
   * SURGICAL UNITS
   * HYGIENE DISPENSERS
 * OUR COLLECTION


UNDER ARMOUR ROCK OVER EAR TRAIN HEADPHONES

Home / UNDER ARMOUR ROCK OVER EAR TRAIN HEADPHONES

CATEGORY

Zoom APH-2N Accessory Package for H2n
R 370.00 ZAR
Zebra ZD421 Thermal Transfer USB and Ethernet Label Printer ZD4A042-30EE00EZ
R 8,199.00 ZAR
Zebra TC26 5-inch 1280 x 720 pixels Touchscreen Handheld Scanner
TC26BK-11A222-A6
R 11,199.00 ZAR
Zartek ZA-466 Rechargeable LED Spotlight with Worklight
R 1,299.00 ZAR
Zartek ZA-368 800 Lumens Spotlight
R 599.00 ZAR




BEST SELLERS

 * 01
   Zoom APH-2N Accessory Package for H2n
   R 370.00 ZAR
 * 02
   Zebra ZD421 Thermal Transfer USB and Ethernet Label Printer ZD4A042-30EE00EZ
   R 8,199.00 ZAR
 * 03
   Zebra TC26 5-inch 1280 x 720 pixels Touchscreen Handheld Scanner
   TC26BK-11A222-A6
   R 11,199.00 ZAR
 * 04
   Zartek ZA-466 Rechargeable LED Spotlight with Worklight
   R 1,299.00 ZAR
 * 05
   Zartek ZA-368 800 Lumens Spotlight
   R 599.00 ZAR

 * SPECIAL OFFER
   
   BEST DEALS EVER!
   
   subscribe to our online store and get 5% off your second order on purchases
   over R5000

 * FREE SHIPPING
   
   Free shipping on all orders over R1999 around South Africa




UNDER ARMOUR ROCK OVER EAR TRAIN HEADPHONES

R 4,999.00 ZAR
  Ultimate focus for the hardest workers.UA Project Rock Over-Ear Training
Headphones are tested and approved by Dwayne Johnson himself, built to help you
grind harder—with Adaptive Noise Cancelling for ultimate focus, and a durable
sweatproof construction. Washable Supervent ear cushions stay dry, and UA Storm
Super Grip provides maximum...
Default Title
Default Title
Quantity:
-
+
Subtotal:R 4,999.00 ZAR

Movement: HEADPHONES

Add to Cart
Add to wishlist

View Wishlist


 * Description

 




Ultimate focus for the hardest workers.

UA Project Rock Over-Ear Training Headphones are tested and approved by Dwayne
Johnson himself, built to help you grind harder—with Adaptive Noise Cancelling
for ultimate focus, and a durable sweatproof construction. Washable Supervent
ear cushions stay dry, and UA Storm Super Grip provides maximum stability. JBL
Charged Sound is tuned to maximize motivation, and Bionic Hearing features
TalkThru Technology for talking to training partners, and Ambient Aware
Technology to hear surroundings. Give voice assistants quick commands and
customize your sound with the JBL app. With up to 45-hours of playtime and a
hardshell case there’s nothing that will hold you back.

 

 


FEATURES & BENEFITS

 

Adaptive Noise Cancelling
Eliminate distractions for ultimate focus.
 

Rugged Durability
Rubber and metal finishes create a rugged design with an IPX4 rating built to
withstand sweat and the toughest workout.
 

Rock-tuned JBL Charged Sound
Bold sound tuned for sport with rich bass built for the grind. Customize your
sound EQ settings with the all new JBL app.
 

UA Fabric Technology
Featuring two of Under Armour’s unique fabric technologies, UA Storm Super Grip
maximizes stability, and SuperVent delivers breathability in a durable,
fast-drying cushions that are easily removable and hand washable.
 

Bionic Hearing
With just a touch, Bionic Hearing allows you to hear your surroundings with two
sound technologies. With TalkThru Technology, music is lowered and speech is
amplified for quick conversations between sets. Ambient Aware delivers a more
immersive music experience with increased ambient sound for safety outdoors.
 

Bluetooth® wireless
Easy-to-connect Bluetooth® technology delivers cable-free, zero-distraction
performance.

Hands-Free Voice Commands
Never miss a rep with hands-free voice control. Play your favorite workout
playlist or text your training partner with Hey Google or Amazon Alexa. Use the
all-new JBL App to easily set your preferred voice assistants. Activate ANC,
check the battery life, or power off your headphones simply with your voice with
Hey Google.
 

Up to 45-hour Speed Charge Battery
Wireless sound that lasts long and recharges quickly. Speed Charge gets you 2
hours of workout time on just 5 minutes charge, and Type-C charging gets you
fully charged headphones in just 2 hours.
 

Fast Pair
Hassle-free pairing with your device.*
* Android 6.0 or above supported devices.
 

UA MapMyFitness
12-Month Premium Membership included.
 

Auto Play and Pause
Your music automatically goes on hold when you remove your headphones and starts
playing again when you put them back on.

Imagine if you could be satisfied and content with your purchase. That can very
much be your reality with the UNDER ARMOUR ROCK OVER EAR TRAIN HEADPHONES.

Inventory Last Updated: Jun 03, 2023






YOUR ONLINE TECH SPECIALIST

 * Fancourt Office Park Felstead Road Randburg,2162 APPOINTMENTS ONLY

 * sales@tecafrica.co.za
   
   

 * (+27) 87 153 5368
   
   (+27) 78 799 6863

 * 
 * Facebook
 * Instagram

RECENT POSTS

TECAFRICA SOLUTIONS REVIEW

Feb 03 , 2021

CATEGORIES

 * INVERTERS [106]
 * GARMIN [34]
 * JBL SPEAKERS [34]
 * LAPTOPS [34]
 * PRINTERS [88]
 * DJI DRONES [44]
 * CAR PARTS [10]
 * TERMS AND CONDITIONS [0]



All Rights Reserved © 2023, TecAfrica Solutions

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


 



Effective Price:
Quantity:
-
+
Subtotal
Add to Cart
Loading

COMPARE PRODUCTS




Loading
Error


Product successfully added to your shopping cart

translation missing: en.products.wishlist.added_to_wishlist

Qty: 

There are  items in your cart

Continue shopping
View Cart


GET TO KNOW THE LATEST OFFERS

Subscribe and get notified at first on the latest update and offers!

Send
Note:we do not spam


GET TO KNOW THE LATEST OFFERS

Subscribe and get notified at first on the latest update and offers!

Send
Note:we do not spam







ShareThis Copy and Paste

 


Contact Us

South African RandMalawian KwachaMozambican MeticalBotswanan PulaUS Dollar
 ZAR
 *  South African Rand
 *  Malawian Kwacha
 *  Mozambican Metical
 *  Botswanan Pula
 *  US Dollar

Chat with us
Share

Chat with us


HI THERE

Welcome Guest
We typically reply within minutes

Occasio Thompson
Hello! James here from support team. for Order status, kindly give your order
number and enter, for anything else please type message and chat with me

I need help