mytools.co.nz Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://mytools.co.nz/
Submission: On January 05 via manual from SG — Scanned from NZ

Form analysis 5 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search-bar">
  <div class="search-bar__top-wrapper">
    <div class="search-bar__top">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[unavailable_products]" value="last">
      <div class="search-bar__input-wrapper">
        <input class="search-bar__input" type="text" name="q" autocomplete="off" autocorrect="off" aria-label="Search..." placeholder="Search...">
        <button type="button" class="search-bar__input-clear hidden-lap-and-up" data-action="clear-input">
          <span class="visually-hidden">Clear</span>
          <svg focusable="false" class="icon icon--close " viewBox="0 0 19 19" role="presentation">
            <path
              d="M9.1923882 8.39339828l7.7781745-7.7781746 1.4142136 1.41421357-7.7781746 7.77817459 7.7781746 7.77817456L16.9705627 19l-7.7781745-7.7781746L1.41421356 19 0 17.5857864l7.7781746-7.77817456L0 2.02943725 1.41421356.61522369 9.1923882 8.39339828z"
              fill="currentColor" fill-rule="evenodd"></path>
          </svg>
        </button>
      </div><button type="submit" class="search-bar__submit" aria-label="Search"><svg focusable="false" class="icon icon--search " viewBox="0 0 21 21" role="presentation">
          <g stroke-width="2" stroke="currentColor" fill="none" fill-rule="evenodd">
            <path d="M19 19l-5-5" stroke-linecap="square"></path>
            <circle cx="8.5" cy="8.5" r="7.5"></circle>
          </g>
        </svg><svg focusable="false" class="icon icon--search-loader " viewBox="0 0 64 64" role="presentation">
          <path opacity=".4"
            d="M23.8589104 1.05290547C40.92335108-3.43614731 58.45816642 6.79494359 62.94709453 23.8589104c4.48905278 17.06444068-5.74156424 34.59913135-22.80600493 39.08818413S5.54195825 57.2055303 1.05290547 40.1410896C-3.43602265 23.0771228 6.7944697 5.54195825 23.8589104 1.05290547zM38.6146353 57.1445143c13.8647142-3.64731754 22.17719655-17.89443541 18.529879-31.75914961-3.64743965-13.86517841-17.8944354-22.17719655-31.7591496-18.529879S3.20804604 24.7494569 6.8554857 38.6146353c3.64731753 13.8647142 17.8944354 22.17719655 31.7591496 18.529879z">
          </path>
          <path d="M1.05290547 40.1410896l5.80258022-1.5264543c3.64731754 13.8647142 17.89443541 22.17719655 31.75914961 18.529879l1.5264543 5.80258023C23.07664892 67.43614731 5.54195825 57.2055303 1.05290547 40.1410896z"></path>
        </svg></button>
    </div>
    <button type="button" class="search-bar__close-button hidden-tablet-and-up" data-action="unfix-search">
      <span class="search-bar__close-text">Close</span>
    </button>
  </div>
  <div class="search-bar__inner">
    <div class="search-bar__results" aria-hidden="true">
      <div class="skeleton-container">
        <div class="search-bar__result-item search-bar__result-item--skeleton">
          <div class="search-bar__image-container">
            <div class="aspect-ratio aspect-ratio--square">
              <div class="skeleton-image"></div>
            </div>
          </div>
          <div class="search-bar__item-info">
            <div class="skeleton-paragraph">
              <div class="skeleton-text"></div>
              <div class="skeleton-text"></div>
            </div>
          </div>
        </div>
        <div class="search-bar__result-item search-bar__result-item--skeleton">
          <div class="search-bar__image-container">
            <div class="aspect-ratio aspect-ratio--square">
              <div class="skeleton-image"></div>
            </div>
          </div>
          <div class="search-bar__item-info">
            <div class="skeleton-paragraph">
              <div class="skeleton-text"></div>
              <div class="skeleton-text"></div>
            </div>
          </div>
        </div>
        <div class="search-bar__result-item search-bar__result-item--skeleton">
          <div class="search-bar__image-container">
            <div class="aspect-ratio aspect-ratio--square">
              <div class="skeleton-image"></div>
            </div>
          </div>
          <div class="search-bar__item-info">
            <div class="skeleton-paragraph">
              <div class="skeleton-text"></div>
              <div class="skeleton-text"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="search-bar__results-inner"></div>
    </div>
  </div>
</form>

Name: loginPOST /account/login

<form method="post" action="/account/login" id="header_customer_login" accept-charset="UTF-8" name="login" class="form"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Login to my account</h2>
    <p class="popover__legend">Enter your e-mail and password:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="login-customer[email]" class="form__field form__field--text" autocomplete="email" name="customer[email]" required="required">
    <label for="login-customer[email]" class="form__floating-label">Email</label>
  </div>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="password" id="login-customer[password]" class="form__field form__field--text" name="customer[password]" required="required" autocomplete="current-password">
    <label for="login-customer[password]" class="form__floating-label">Password</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Login</button>
</form>

Name: recoverPOST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" name="recover" class="form"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <header class="popover__header">
    <h2 class="popover__title heading">Recover password</h2>
    <p class="popover__legend">Enter your email:</p>
  </header>
  <div class="form__input-wrapper form__input-wrapper--labelled">
    <input type="email" id="recover-customer[recover_email]" class="form__field form__field--text" name="email" required="required">
    <label for="recover-customer[recover_email]" class="form__floating-label">Email</label>
  </div>
  <button type="submit" class="form__submit button button--primary button--full">Recover</button>
</form>

POST /cart

<form method="post" action="/cart" id="mini-cart" class="mini-cart" aria-hidden="true" novalidate="novalidate" data-item-count="0">
  <input type="hidden" name="attributes[collection_products_per_page]" value="">
  <input type="hidden" name="attributes[collection_layout]" value=""><svg focusable="false" class="icon icon--nav-triangle-borderless " viewBox="0 0 20 9" role="presentation">
    <path d="M.47108938 9c.2694725-.26871321.57077721-.56867841.90388257-.89986354C3.12384116 6.36134886 5.74788116 3.76338565 9.2467995.30653888c.4145057-.4095171 1.0844277-.40860098 1.4977971.00205122L19.4935156 9H.47108938z" fill="#ffffff"></path>
  </svg>
  <div class="mini-cart__content mini-cart__content--empty">
    <div class="mini-cart__empty-state"><svg focusable="false" width="81" height="70" viewBox="0 0 81 70">
        <g transform="translate(0 2)" stroke-width="4" stroke="#303341" fill="none" fill-rule="evenodd">
          <circle stroke-linecap="square" cx="34" cy="60" r="6"></circle>
          <circle stroke-linecap="square" cx="67" cy="60" r="6"></circle>
          <path d="M22.9360352 15h54.8070373l-4.3391876 30H30.3387146L19.6676025 0H.99560547"></path>
        </g>
      </svg>
      <p class="heading h4">Your cart is empty</p>
    </div>
    <a href="/collections/all" class="button button--primary button--full">Shop our products</a>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-XSrJJB" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 900px; min-width: 200px; max-width: 1000px; overflow: hidden; border-radius: 6px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(48, 51, 65); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 20px 0px 0px; min-height: 450px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px 6px 5px; position: relative; background-color: rgb(48, 51, 65); flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-caveat"
              style="color:rgb(255, 214, 0);font-size:36px;font-family:Caveat, Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:bold;">Hang on a second!</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 5px 0px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-montserrat"
              style="font-size:30px;color:rgb(255, 255, 255);background-color:rgb(48, 51, 65);font-family:Montserrat, Helvetica, Arial, sans-serif;font-weight:bold;">How does a 10%</span></p>
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-montserrat"
              style="font-size:30px;color:rgb(255, 255, 255);background-color:rgb(48, 51, 65);font-family:Montserrat, Helvetica, Arial, sans-serif;font-weight:bold;">discount sound?</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 3px 15px 5px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-montserrat"
              style="font-size:16px;color:rgb(255, 255, 255);font-family:Montserrat, Helvetica, Arial, sans-serif;font-weight:400;">Enter your email to get 10% off your next order!</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 5px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_42957427" class="needsclick go4128547249 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: center; padding: 10px 5px; position: relative; flex: 1 0 0px;">
        <div class="needsclick go368070033 kl-private-reset-css-Xuajs1" style="align-self: flex-end; display: block;"><label id="kl_Customers%20Interests__6_label" class="needsclick  kl-private-reset-css-Xuajs1"
            style="color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px; margin-right: 8px; margin-bottom: 8px;">I buy tools for?</label>
          <div role="group" aria-labelledby="kl_Customers%20Interests__6_label" class="needsclick  kl-private-reset-css-Xuajs1" style="display: block;"><input tabindex="0" type="checkbox" id="Customers%20Interests__6__14"
              name="Customers%20Interests__6" aria-invalid="false" aria-label="Automotive" class="needsclick  kl-private-reset-css-Xuajs1" style="position: absolute; width: 0px; opacity: 0;"><label for="Customers%20Interests__6__14"
              class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go275276637" width="20px"
                height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(0, 0, 0); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                Automotive</div>
            </label><input tabindex="0" type="checkbox" id="Customers%20Interests__6__15" name="Customers%20Interests__6" aria-invalid="false" aria-label="Building / Construction" class="needsclick  kl-private-reset-css-Xuajs1"
              style="position: absolute; width: 0px; opacity: 0;"><label for="Customers%20Interests__6__15" class="needsclick  kl-private-reset-css-Xuajs1"
              style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go275276637" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(0, 0, 0); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                Building / Construction</div>
            </label><input tabindex="0" type="checkbox" id="Customers%20Interests__6__16" name="Customers%20Interests__6" aria-invalid="false" aria-label="Craft / DIY" class="needsclick  kl-private-reset-css-Xuajs1"
              style="position: absolute; width: 0px; opacity: 0;"><label for="Customers%20Interests__6__16" class="needsclick  kl-private-reset-css-Xuajs1"
              style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go275276637" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(0, 0, 0); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">Craft
                / DIY</div>
            </label><input tabindex="0" type="checkbox" id="Customers%20Interests__6__17" name="Customers%20Interests__6" aria-invalid="false" aria-label="Electrical / Technical" class="needsclick  kl-private-reset-css-Xuajs1"
              style="position: absolute; width: 0px; opacity: 0;"><label for="Customers%20Interests__6__17" class="needsclick  kl-private-reset-css-Xuajs1"
              style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go275276637" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(0, 0, 0); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                Electrical / Technical</div>
            </label><input tabindex="0" type="checkbox" id="Customers%20Interests__6__18" name="Customers%20Interests__6" aria-invalid="false" aria-label="Engineering / Manufacturing" class="needsclick  kl-private-reset-css-Xuajs1"
              style="position: absolute; width: 0px; opacity: 0;"><label for="Customers%20Interests__6__18" class="needsclick  kl-private-reset-css-Xuajs1"
              style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go275276637" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(0, 0, 0); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                Engineering / Manufacturing</div>
            </label><input tabindex="0" type="checkbox" id="Customers%20Interests__6__19" name="Customers%20Interests__6" aria-invalid="false" aria-label="Outdoor / Garden" class="needsclick  kl-private-reset-css-Xuajs1"
              style="position: absolute; width: 0px; opacity: 0;"><label for="Customers%20Interests__6__19" class="needsclick  kl-private-reset-css-Xuajs1"
              style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go275276637" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(0, 0, 0); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                <g>
                  <g>
                    <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                  </g>
                </g>
              </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                <defs></defs>
                <g id="checkboxInner" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                  <g id="checkbox_on" transform="translate(3.000000, 4.000000)" fill="#303B43">
                    <polygon id="Shape" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                  </g>
                </g>
              </svg>
              <div class="needsclick  kl-private-reset-css-Xuajs1"
                style="cursor: pointer; color: rgb(255, 255, 255); font-family: Montserrat, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                Outdoor / Garden</div>
            </label></div>
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px 15px; position: relative; background-color: rgb(48, 51, 65); flex: 1 0 0px;"><button class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(255, 214, 0); border-radius: 6px; border-style: none; border-color: rgb(154, 103, 0); border-width: 2px; color: rgb(0, 0, 0); font-family: montserrat, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 500; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 55px; width: 100%;">Sign
          up</button></div>
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 450px; margin: -20px -20px -20px 0px; padding: 0px; min-width: 450px; background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/LQcJyN/images/ba539065-39c2-4d9e-b614-1ddb2734871a.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; min-height: 450px;">
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to content
FREE SHIPPING! Extended shipping times outside of our control are possible at
present. Your patience is appreciated!
 * Brands
 * About
 * News
 * Contact Us


 * New
 * Sale
 * Power Tools
 * Accessories
 * Hand Tools
 * Automotive
 * Welding
 * Air Tools
 * Outdoor
 * Measurement
 * Construction
 * Safety
 * Workshop

Need help?

0800 88 66 57
sales@mytools.co.nz

Follow Us

 * Facebook
 * Instagram

Back
Cordless Tools
 * Band Saws
 * Biscuit Joiners
 * Caulking Guns
 * Concrete Vibrators
 * Cutters & Saws
 * Drain Cleaners
 * Drill Drivers
 * Grease Guns
 * Grinders
 * Impact Drivers
 * Impact Wrenches & Ratchets
 * Inspection Cameras
 * Jigsaws
 * Mitre Saws
 * Multi Tools
 * Nibblers & Shears
 * Planers
 * Polishers & Sanders
 * Rebar & Rod Tools
 * Reciprocating Saws
 * Rotary Hammer Drills
 * Rotary Tools
 * Routers
 * Screw Guns
 * Table Saw

Cordless Combo Kits
 * Bosch Combos
 * HiKOKI Combos
 * Makita Combos
 * Metabo Combos

Batteries & Chargers
 * Assorted Volt Li-ion Batteries
 * 18V Li-ion Batteries
 * Battery & Charger Combos
 * Battery Chargers
 * Power Adaptors

Corded Tools
 * Corded Drills
 * Corded Grinders
 * Corded Heat Guns
 * Corded Impact Wrenches
 * Corded Joiners
 * Corded Nibblers & Shears
 * Corded Planers
 * Corded Polishers & Sanders
 * Corded Rotary Tools
 * Corded Routers
 * Corded Saws
 * Corded Screw Guns

Machinery
 * Bandsaws
 * Drill Press
 * Drill Sharpeners
 * Thicknessers

Power Tool Accessories
 * Drill Driver Attachments
 * Dust Extractor Attachments
 * Grinder Attachments
 * Multi Tool Attachments
 * Planer & Thicknesser Blades
 * Tool Attachments
 * Saw Stands
 * Tracking Devices
 * Power Tool Spares

Nail Guns
 * Air Nail Guns
 * Cordless Nail Guns
 * Gas Nail Guns
 * Nail Consumables

Demolition Tools
 * Demolition Hammers
 * Demolition Saws

Heated Clothing
Power Tool Storage
Jobsite Lighting
Jobsite Radios
Vacuum & Dust Extractors
Novelty Power Tools

AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Abrasives & Pads
 * Cutting
 * Grinding
 * Polishing
 * Sanding
 * Surface Preparation

Diamond
 * Diamond Cutting
 * Diamond Grinding
 * Diamond Other

Drilling
 * Annular Cutters
 * Auger Drill Bits
 * Countersinks & Counterbores
 * Drill Bit Sets
 * Drill Bits
 * Drill Chucks
 * Masonry Drill Bits
 * Metal Drill Bits
 * Multi Material Drill Bits
 * Spade Drill Bits
 * Step Drills
 * Timber Drill Bits

Fasteners & Accessories
 * Assortments
 * Bit Holders
 * Driver Bits
 * Grease Nipples
 * O-Ring & Washers
 * Plugs
 * Rivets, Pins & Keys
 * Screw Extractors
 * Springs
 * Thread Repair Kits

Saw Blades
 * Band Saw Blades
 * Circular Saw Blades
 * Jigsaw Blades
 * Multi Tool Blades & Accessories
 * Reciprocating Saw Blades

Hole Saws
 * Bi-Metal Hole Saws
 * Diamond Hole Saws
 * Hole Saw Accessories
 * Hole Saw Sets
 * TCT Hole Saws
 * Chassis & Wad Punches

Machining Accessories
 * Arbors & Adaptors
 * Broaching
 * Carbide Burrs
 * Fluids, Oils & Compounds
 * Indexable Carbide
 * Milling Cutters
 * Reamers
 * Scribes & Deburrers
 * Tool Holding
 * Turning

Routing
 * Router Attachments
 * Router Bits

Wire Brushing
 * Wheel Brushes
 * Wire Brushes
 * Wire Cup Brushes
 * Nylon Brushes

Miscellaneous Accessories

AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Sockets & Ratchets
 * Breaker Bars
 * Chrome Sockets
 * Impact Sockets
 * In-Hex Bit Sockets
 * Lock Nut Sockets
 * Ratchets
 * Ratchet Sets
 * Socket Accessories
 * Socket Sets
 * Spark Plug Sockets
 * Spline Socket Sets
 * Torx Bit Sockets

Wrenches & Spanners
 * Oil Filter Wrenches
 * Spanner Sets
 * Spanners
 * Torque Wrenches
 * Wrench Sets
 * Wrenches

Hammers & Bars
 * Claw Bars
 * Hammers
 * Hand Riveters
 * Mallets
 * Nail Pullers
 * Pry Bars
 * Wrecking Bars

Knives, Scissors & Shears
 * Knife Blades
 * Knives
 * Scissors
 * Scrapers
 * Shears
 * Snips
 * Blade Sharpeners

Pliers & Cutters
 * Bolt Cutters
 * Cable Cutters
 * Hand Cutters
 * Nippers
 * Plier Sets
 * Pliers

Screwdrivers & Keys
 * Hex & Torx Keys
 * Screwdriver Sets
 * Screwdrivers
 * Screwdriver Bits

Tool Kits & Storage
 * Roller Cabinet Kits
 * Roller Cabinets
 * Tool Chest Kits
 * Tool Chests
 * Tool Kits

Taps & Dies
 * Dies
 * Tap & Die Accessories
 * Tap & Die Sets
 * Taps

Clamps & Vices
 * Cable Ties
 * Clamps
 * Vices

Carpentry
 * Chisels & Punches
 * Files
 * Hand Planers
 * Manual Caulking Guns
 * Pens & Pencils
 * Plumb Bobs
 * Staplers & Tackers

Plumbing
 * Drain Cleaners
 * Flaring Tools
 * Hand Crimpers & Presses
 * Pipe & Tube Benders
 * Tube Cutters
 * Tube Expanders

Electrical
 * 1000V Hand Tools
 * Detectors
 * Electrical Hardware
 * Meters & Scanners
 * Power Boards & Leads
 * Soldering Irons
 * Strippers & Crimpers
 * Testing Tools


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Oils & Fluids
 * Coolants and Additives
 * Engine Oils
 * Grease
 * Hydraulic Oils
 * Oil and Lubrication Tools
 * Power Steering Oils
 * Transmission
 * Cleaners and Degreasers
 * Speciality Fluids

Drivetrain and Suspension
 * Bearings
 * Clutch and Flywheel
 * Diffs and Axles
 * Driveshaft Components
 * Transmissions

Engine
 * Belts
 * Bottom End
 * Cambelt and Waterpump
 * Camshaft and Valvetrain
 * Cooling
 * Dress-up Parts
 * Filters
 * Gaskets and Seals
 * Hoses and Fittings
 * Ignition
 * Intake
 * Mounts and Accessories

Performance
 * Electrical
 * Exhaust
 * Fuel
 * Performance Intake

Auto Accessories
 * Audio
 * Connectivity
 * In-car Electronics
 * Safety
 * Security
 * Towing and Trailer Accessories
 * Racks and Carriers

Motorcycle Parts and Accessories
 * Control & Drive
 * Parts
 * Luggage & Bags
 * Wheels & Tyres
 * Riding & Protective Gear
 * Accessories & Tools

Auto Electrical
 * Auto Electrical Supplies
 * Batteries and Battery Maintenance
 * Electrical Accessories
 * Lighting

Auto Service Tools
 * Automotive Accessories
 * Automotive Repair Kits
 * Brake Pad Spreaders
 * Diagnostic Testing Tools
 * Hook & Pick Sets
 * Inspection Testing Tools
 * Oil Filter Wrenches
 * Pressure Testing Tools
 * Pulling & Extracting Tools
 * Servicing Tools
 * Torque Multipliers
 * Trim Removal Sets

Exterior
 * Exterior Accessories
 * Paint
 * Repair

Interior
 * Automotive Gauges
 * Interior Accessories

Car Care

AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Soldering
 * Soldering Consumables

Welding Accessories
 * Oxy & Gas
 * Plastic Welding Accessories
 * Welding Clamps
 * Welding Hammers
 * Welding Helmets
 * Welding Hoses & Reels
 * Welding Nozzles
 * Welding Regulators
 * Welding Tips
 * Welding Torches
 * Welding Trolleys & Tables
 * Welding Workwear

Gas
 * Gas Bottles
 * Gas Torches

Welding Machines
 * Arc Welders
 * MIG Welders
 * Multi-Function Welders
 * Plasma Cutters
 * Plastic Welding
 * TIG Welders
 * Welding Generators


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Air Compressors
 * Belt Drive Air Compressors
 * Direct Drive Air Compressors
 * Oil-less Compressor
 * Petrol Air Compressors
 * Screw Air Compressors
 * Silenced Air Compressors
 * Air Compressor Accessories
 * Air Brush Compressors

Air Tool Accessories
 * Air Compressor Oils
 * Air Filters
 * Air Fittings & Nipples
 * Air Hoses & Reels
 * Air Pumps
 * Spare Tanks

Air Tools Equipment
 * Air Blow Guns
 * Air Body Saws
 * Air Drills & Drivers
 * Air Grease Guns
 * Air Grinders & Cut Off Tools
 * Air Hammers and Chisels
 * Air Hopper Guns
 * Air Impact Wrenches & Ratchets
 * Air Nail Guns
 * Air Needle Scalers
 * Air Punch & Dies
 * Air Reciprocating Saws
 * Air Riveters
 * Air Rotary Tools
 * Air Sanders
 * Air Spray Guns
 * Air Staplers & Tackers
 * Air Tyre Inflators
 * Air Caulking Gun


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Outdoor Power Equipment
 * Blowers
 * Brushcutters
 * Chainsaws
 * Concrete Cutters
 * Cultivator
 * Lawn Mowers
 * Line Trimmers
 * Multi Function Power Heads

Gardening Tools
 * Axes
 * Bars & Tampers
 * Brooms
 * Cultivating Tools
 * Digging Tools
 * Felling Tools
 * Hand Saws
 * Hoses & Reels
 * Shovels
 * Sprayers
 * Forks
 * Garden Accessories
 * Gloves
 * Hand Saws
 * Hand Tools
 * Hoses & Reels
 * Lawn Maintenance
 * Pruning & Cutting
 * Shears and cutters
 * Shovels
 * Sprayers
 * Wheelbarrows

Generators
 * 3 Phase Generators
 * Camping Generators
 * Diesel Generators
 * Inverter Silent Generators
 * Petrol Generators
 * Welding Generators

Outdoor Accessories
 * Auger Bits
 * Brushcutter Accessories
 * Chainsaw Accessories
 * Generator Accessories
 * Hoses & Reels
 * Mower Accessories
 * Pressure Washer Accessories
 * Pump Accessories

Petrol Outdoor Equipment
 * Petrol Augers
 * Petrol Blowers
 * Petrol Brushcutters
 * Petrol Chainsaws
 * Petrol Chipper & Shredders
 * Petrol Concreting Tools
 * Petrol Cultivators
 * Petrol Hedge Trimmers
 * Petrol Lawn Mowers
 * Petrol Line Trimmers
 * Petrol Log Splitters
 * Petrol Multi Function Heads
 * Petrol Post Drivers
 * Petrol Stump Removers
 * Other Petrol Equipment

Pressure Washers
 * Diesel Pressure Washers
 * Electric Pressure Washers
 * Hot Water Pressure Washers
 * Petrol Pressure Washers
 * Battery Powered Washers

Water Pumps
 * Clean Water Pumps
 * Transfer Pumps

Fishing and Marine
 * Fishing Gear
 * Boats and Kayaks

Camping
BBQs & BBQ Accessories
 * BBQ Accessories
 * BBQs


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Lasers
 * Dumpy Levels
 * Floor & Tile Lasers
 * Laser Distance Measurers
 * Line Lasers
 * Pipe Laser Levels
 * Point Lasers
 * Rotary Lasers
 * Laser Accessories

Levels
 * Digital Levels
 * Spirit Levels
 * Magnetic Angle Finders
 * Magnetic Levels
 * Torpedo Levels

Precision
 * Micrometers
 * Vernier Calipers
 * Feeler Gauges
 * Indicators
 * Gauges

Tape Measures & Rulers
 * Combination Squares
 * Measuring Wheels
 * Rulers & Protractors
 * Tape Measures

Testing & Detection Tools
 * Ground Scanners
 * Inspection Cameras
 * Thermometers
 * Voltage Detectors & Meters
 * Wall Scanners


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Concreting & Bricklaying
 * Bolsters
 * Brick Jointers
 * Builder Lines
 * Edgers
 * Floats
 * Hawks
 * Marking Tools
 * Rakes
 * Rebar Tools
 * Screeds
 * Shovels
 * Straight Edges
 * Trowels
 * Wheelbarrows
 * Vibrators

Construction Cutting & Drilling
 * Core Drill Cutters
 * Diamond Blades
 * Masonry Drill Bits
 * SDS

Construction Power Equipment
 * Brick Saws
 * Cement Mixers
 * Compactors
 * Core Drills
 * Demolition Hammers
 * Demolition Saws
 * Floor Grinders
 * Floor Saws
 * Magnetic Drills
 * Petrol Concrete Vibrators
 * Petrol Drive Units
 * Petrol Rammers
 * Road Saws
 * Tile Saws

Fasteners
 * Air Fasteners
 * Anchors
 * Bolts
 * Bradder Nailers
 * Coil Nailers
 * Fastening Accessories
 * Fastening Tools
 * Finish Nailers
 * Framing Nailers
 * Nails
 * Nuts & Washers
 * Rivets & Screws
 * Staplers & Tackers
 * Staples

Adhesives, Sealants & Tapes
 * Adhesives & Sealants
 * Tapes

Job Site Accessories
 * Electrical Equipment
 * Dust Extractors
 * Jobsite Lighting
 * Ventilation Equipment


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Material Handling
 * Hand Trolleys
 * Pallet Jacks
 * Slings
 * Tie Down Ratchet Straps

Safety Equipment
 * Fire Protection
 * Safety Accessories
 * Safety Barriers & Tapes
 * Safety Rope
 * Safety Signs
 * Safety Tethers

Safety Protection
 * Eye Protection
 * Hand Protection
 * Hearing Protection
 * Knee Pads
 * Protective Head Gear
 * Protective Workwear
 * Respiratory Protection
 * Safety Footwear

Tool Lanyards & Straps
 * Lanyards
 * Storage Straps

Ladders & Scaffolding
Cleaning

AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
Workshop Tools
 * Axle Jack Stands
 * Bottle Jacks
 * Creeper Seats
 * Engine Cranes & Stands
 * Hydraulic Trolley Jacks
 * Lifting Equipment
 * Parts Washers
 * Porta Powers
 * Sand & Soda Blasters
 * Shop Presses
 * Truck Jacks
 * Vehicle Chargers
 * Vehicle Jump Starters
 * Workshop Equipment

Tools Storage
 * Aluminium Truck Boxes
 * Cargo Cases
 * Roller Cabinets
 * Shelf Storage
 * Site Boxes
 * Storage Accessories
 * Tool Cases & Boxes
 * Tool Chests
 * Tool Organisers
 * Tool Racks
 * Tool Trolleys
 * Work Benches

Tool Bags Storage
 * Jobsite Totes
 * Tool Backpacks
 * Tool Bags

Tool Belts & Pouches
 * Tool Belt Accessories
 * Tool Belts
 * Tool Pouches


AA Smartfuel

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Back
 * Cordless Tools
 * Band Saws
 * Biscuit Joiners
 * Caulking Guns
 * Concrete Vibrators
 * Cutters & Saws
 * Drain Cleaners
 * Drill Drivers
 * Grease Guns
 * Grinders
 * Impact Drivers
 * Impact Wrenches & Ratchets
 * Inspection Cameras
 * Jigsaws
 * Mitre Saws
 * Multi Tools
 * Nibblers & Shears
 * Planers
 * Polishers & Sanders
 * Rebar & Rod Tools
 * Reciprocating Saws
 * Rotary Hammer Drills
 * Rotary Tools
 * Routers
 * Screw Guns
 * Table Saw

Back
 * Cordless Combo Kits
 * Bosch Combos
 * HiKOKI Combos
 * Makita Combos
 * Metabo Combos

Back
 * Batteries & Chargers
 * Assorted Volt Li-ion Batteries
 * 18V Li-ion Batteries
 * Battery & Charger Combos
 * Battery Chargers
 * Power Adaptors

Back
 * Corded Tools
 * Corded Drills
 * Corded Grinders
 * Corded Heat Guns
 * Corded Impact Wrenches
 * Corded Joiners
 * Corded Nibblers & Shears
 * Corded Planers
 * Corded Polishers & Sanders
 * Corded Rotary Tools
 * Corded Routers
 * Corded Saws
 * Corded Screw Guns

Back
 * Machinery
 * Bandsaws
 * Drill Press
 * Drill Sharpeners
 * Thicknessers

Back
 * Power Tool Accessories
 * Drill Driver Attachments
 * Dust Extractor Attachments
 * Grinder Attachments
 * Multi Tool Attachments
 * Planer & Thicknesser Blades
 * Tool Attachments
 * Saw Stands
 * Tracking Devices
 * Power Tool Spares

Back
 * Nail Guns
 * Air Nail Guns
 * Cordless Nail Guns
 * Gas Nail Guns
 * Nail Consumables

Back
 * Demolition Tools
 * Demolition Hammers
 * Demolition Saws

Back
 * Abrasives & Pads
 * Cutting
 * Grinding
 * Polishing
 * Sanding
 * Surface Preparation

Back
 * Diamond
 * Diamond Cutting
 * Diamond Grinding
 * Diamond Other

Back
 * Drilling
 * Annular Cutters
 * Auger Drill Bits
 * Countersinks & Counterbores
 * Drill Bit Sets
 * Drill Bits
 * Drill Chucks
 * Masonry Drill Bits
 * Metal Drill Bits
 * Multi Material Drill Bits
 * Spade Drill Bits
 * Step Drills
 * Timber Drill Bits

Back
 * Fasteners & Accessories
 * Assortments
 * Bit Holders
 * Driver Bits
 * Grease Nipples
 * O-Ring & Washers
 * Plugs
 * Rivets, Pins & Keys
 * Screw Extractors
 * Springs
 * Thread Repair Kits

Back
 * Saw Blades
 * Band Saw Blades
 * Circular Saw Blades
 * Jigsaw Blades
 * Multi Tool Blades & Accessories
 * Reciprocating Saw Blades

Back
 * Hole Saws
 * Bi-Metal Hole Saws
 * Diamond Hole Saws
 * Hole Saw Accessories
 * Hole Saw Sets
 * TCT Hole Saws
 * Chassis & Wad Punches

Back
 * Machining Accessories
 * Arbors & Adaptors
 * Broaching
 * Carbide Burrs
 * Fluids, Oils & Compounds
 * Indexable Carbide
 * Milling Cutters
 * Reamers
 * Scribes & Deburrers
 * Tool Holding
 * Turning

Back
 * Routing
 * Router Attachments
 * Router Bits

Back
 * Wire Brushing
 * Wheel Brushes
 * Wire Brushes
 * Wire Cup Brushes
 * Nylon Brushes

Back
 * Sockets & Ratchets
 * Breaker Bars
 * Chrome Sockets
 * Impact Sockets
 * In-Hex Bit Sockets
 * Lock Nut Sockets
 * Ratchets
 * Ratchet Sets
 * Socket Accessories
 * Socket Sets
 * Spark Plug Sockets
 * Spline Socket Sets
 * Torx Bit Sockets

Back
 * Wrenches & Spanners
 * Oil Filter Wrenches
 * Spanner Sets
 * Spanners
 * Torque Wrenches
 * Wrench Sets
 * Wrenches

Back
 * Hammers & Bars
 * Claw Bars
 * Hammers
 * Hand Riveters
 * Mallets
 * Nail Pullers
 * Pry Bars
 * Wrecking Bars

Back
 * Knives, Scissors & Shears
 * Knife Blades
 * Knives
 * Scissors
 * Scrapers
 * Shears
 * Snips
 * Blade Sharpeners

Back
 * Pliers & Cutters
 * Bolt Cutters
 * Cable Cutters
 * Hand Cutters
 * Nippers
 * Plier Sets
 * Pliers

Back
 * Screwdrivers & Keys
 * Hex & Torx Keys
 * Screwdriver Sets
 * Screwdrivers
 * Screwdriver Bits

Back
 * Tool Kits & Storage
 * Roller Cabinet Kits
 * Roller Cabinets
 * Tool Chest Kits
 * Tool Chests
 * Tool Kits

Back
 * Taps & Dies
 * Dies
 * Tap & Die Accessories
 * Tap & Die Sets
 * Taps

Back
 * Clamps & Vices
 * Cable Ties
 * Clamps
 * Vices

Back
 * Carpentry
 * Chisels & Punches
 * Files
 * Hand Planers
 * Manual Caulking Guns
 * Pens & Pencils
 * Plumb Bobs
 * Staplers & Tackers

Back
 * Plumbing
 * Drain Cleaners
 * Flaring Tools
 * Hand Crimpers & Presses
 * Pipe & Tube Benders
 * Tube Cutters
 * Tube Expanders

Back
 * Electrical
 * 1000V Hand Tools
 * Detectors
 * Electrical Hardware
 * Meters & Scanners
 * Power Boards & Leads
 * Soldering Irons
 * Strippers & Crimpers
 * Testing Tools

Back
 * Oils & Fluids
 * Coolants and Additives
 * Engine Oils
 * Grease
 * Hydraulic Oils
 * Oil and Lubrication Tools
 * Power Steering Oils
 * Transmission
 * Cleaners and Degreasers
 * Speciality Fluids

Back
 * Drivetrain and Suspension
 * Bearings
 * Clutch and Flywheel
 * Diffs and Axles
 * Driveshaft Components
 * Transmissions

Back
 * Engine
 * Belts
 * Bottom End
 * Cambelt and Waterpump
 * Camshaft and Valvetrain
 * Cooling
 * Dress-up Parts
 * Filters
 * Gaskets and Seals
 * Hoses and Fittings
 * Ignition
 * Intake
 * Mounts and Accessories

Back
 * Performance
 * Electrical
 * Exhaust
 * Fuel
 * Performance Intake

Back
 * Auto Accessories
 * Audio
 * Connectivity
 * In-car Electronics
 * Safety
 * Security
 * Towing and Trailer Accessories
 * Racks and Carriers

Back
 * Motorcycle Parts and Accessories
 * Control & Drive
 * Parts
 * Luggage & Bags
 * Wheels & Tyres
 * Riding & Protective Gear
 * Accessories & Tools

Back
 * Auto Electrical
 * Auto Electrical Supplies
 * Batteries and Battery Maintenance
 * Electrical Accessories
 * Lighting

Back
 * Auto Service Tools
 * Automotive Accessories
 * Automotive Repair Kits
 * Brake Pad Spreaders
 * Diagnostic Testing Tools
 * Hook & Pick Sets
 * Inspection Testing Tools
 * Oil Filter Wrenches
 * Pressure Testing Tools
 * Pulling & Extracting Tools
 * Servicing Tools
 * Torque Multipliers
 * Trim Removal Sets

Back
 * Exterior
 * Exterior Accessories
 * Paint
 * Repair

Back
 * Interior
 * Automotive Gauges
 * Interior Accessories

Back
 * Soldering
 * Soldering Consumables

Back
 * Welding Accessories
 * Oxy & Gas
 * Plastic Welding Accessories
 * Welding Clamps
 * Welding Hammers
 * Welding Helmets
 * Welding Hoses & Reels
 * Welding Nozzles
 * Welding Regulators
 * Welding Tips
 * Welding Torches
 * Welding Trolleys & Tables
 * Welding Workwear

Back
 * Gas
 * Gas Bottles
 * Gas Torches

Back
 * Welding Machines
 * Arc Welders
 * MIG Welders
 * Multi-Function Welders
 * Plasma Cutters
 * Plastic Welding
 * TIG Welders
 * Welding Generators

Back
 * Air Compressors
 * Belt Drive Air Compressors
 * Direct Drive Air Compressors
 * Oil-less Compressor
 * Petrol Air Compressors
 * Screw Air Compressors
 * Silenced Air Compressors
 * Air Compressor Accessories
 * Air Brush Compressors

Back
 * Air Tool Accessories
 * Air Compressor Oils
 * Air Filters
 * Air Fittings & Nipples
 * Air Hoses & Reels
 * Air Pumps
 * Spare Tanks

Back
 * Air Tools Equipment
 * Air Blow Guns
 * Air Body Saws
 * Air Drills & Drivers
 * Air Grease Guns
 * Air Grinders & Cut Off Tools
 * Air Hammers and Chisels
 * Air Hopper Guns
 * Air Impact Wrenches & Ratchets
 * Air Nail Guns
 * Air Needle Scalers
 * Air Punch & Dies
 * Air Reciprocating Saws
 * Air Riveters
 * Air Rotary Tools
 * Air Sanders
 * Air Spray Guns
 * Air Staplers & Tackers
 * Air Tyre Inflators
 * Air Caulking Gun

Back
 * Outdoor Power Equipment
 * Blowers
 * Brushcutters
 * Chainsaws
 * Concrete Cutters
 * Cultivator
 * Lawn Mowers
 * Line Trimmers
 * Multi Function Power Heads

Back
 * Gardening Tools
 * Axes
 * Bars & Tampers
 * Brooms
 * Cultivating Tools
 * Digging Tools
 * Felling Tools
 * Hand Saws
 * Hoses & Reels
 * Shovels
 * Sprayers
 * Forks
 * Garden Accessories
 * Gloves
 * Hand Saws
 * Hand Tools
 * Hoses & Reels
 * Lawn Maintenance
 * Pruning & Cutting
 * Shears and cutters
 * Shovels
 * Sprayers
 * Wheelbarrows

Back
 * Generators
 * 3 Phase Generators
 * Camping Generators
 * Diesel Generators
 * Inverter Silent Generators
 * Petrol Generators
 * Welding Generators

Back
 * Outdoor Accessories
 * Auger Bits
 * Brushcutter Accessories
 * Chainsaw Accessories
 * Generator Accessories
 * Hoses & Reels
 * Mower Accessories
 * Pressure Washer Accessories
 * Pump Accessories

Back
 * Petrol Outdoor Equipment
 * Petrol Augers
 * Petrol Blowers
 * Petrol Brushcutters
 * Petrol Chainsaws
 * Petrol Chipper & Shredders
 * Petrol Concreting Tools
 * Petrol Cultivators
 * Petrol Hedge Trimmers
 * Petrol Lawn Mowers
 * Petrol Line Trimmers
 * Petrol Log Splitters
 * Petrol Multi Function Heads
 * Petrol Post Drivers
 * Petrol Stump Removers
 * Other Petrol Equipment

Back
 * Pressure Washers
 * Diesel Pressure Washers
 * Electric Pressure Washers
 * Hot Water Pressure Washers
 * Petrol Pressure Washers
 * Battery Powered Washers

Back
 * Water Pumps
 * Clean Water Pumps
 * Transfer Pumps

Back
 * Fishing and Marine
 * Fishing Gear
 * Boats and Kayaks

Back
 * BBQs & BBQ Accessories
 * BBQ Accessories
 * BBQs

Back
 * Lasers
 * Dumpy Levels
 * Floor & Tile Lasers
 * Laser Distance Measurers
 * Line Lasers
 * Pipe Laser Levels
 * Point Lasers
 * Rotary Lasers
 * Laser Accessories

Back
 * Levels
 * Digital Levels
 * Spirit Levels
 * Magnetic Angle Finders
 * Magnetic Levels
 * Torpedo Levels

Back
 * Precision
 * Micrometers
 * Vernier Calipers
 * Feeler Gauges
 * Indicators
 * Gauges

Back
 * Tape Measures & Rulers
 * Combination Squares
 * Measuring Wheels
 * Rulers & Protractors
 * Tape Measures

Back
 * Testing & Detection Tools
 * Ground Scanners
 * Inspection Cameras
 * Thermometers
 * Voltage Detectors & Meters
 * Wall Scanners

Back
 * Concreting & Bricklaying
 * Bolsters
 * Brick Jointers
 * Builder Lines
 * Edgers
 * Floats
 * Hawks
 * Marking Tools
 * Rakes
 * Rebar Tools
 * Screeds
 * Shovels
 * Straight Edges
 * Trowels
 * Wheelbarrows
 * Vibrators

Back
 * Construction Cutting & Drilling
 * Core Drill Cutters
 * Diamond Blades
 * Masonry Drill Bits
 * SDS

Back
 * Construction Power Equipment
 * Brick Saws
 * Cement Mixers
 * Compactors
 * Core Drills
 * Demolition Hammers
 * Demolition Saws
 * Floor Grinders
 * Floor Saws
 * Magnetic Drills
 * Petrol Concrete Vibrators
 * Petrol Drive Units
 * Petrol Rammers
 * Road Saws
 * Tile Saws

Back
 * Fasteners
 * Air Fasteners
 * Anchors
 * Bolts
 * Bradder Nailers
 * Coil Nailers
 * Fastening Accessories
 * Fastening Tools
 * Finish Nailers
 * Framing Nailers
 * Nails
 * Nuts & Washers
 * Rivets & Screws
 * Staplers & Tackers
 * Staples

Back
 * Adhesives, Sealants & Tapes
 * Adhesives & Sealants
 * Tapes

Back
 * Job Site Accessories
 * Electrical Equipment
 * Dust Extractors
 * Jobsite Lighting
 * Ventilation Equipment

Back
 * Material Handling
 * Hand Trolleys
 * Pallet Jacks
 * Slings
 * Tie Down Ratchet Straps

Back
 * Safety Equipment
 * Fire Protection
 * Safety Accessories
 * Safety Barriers & Tapes
 * Safety Rope
 * Safety Signs
 * Safety Tethers

Back
 * Safety Protection
 * Eye Protection
 * Hand Protection
 * Hearing Protection
 * Knee Pads
 * Protective Head Gear
 * Protective Workwear
 * Respiratory Protection
 * Safety Footwear

Back
 * Tool Lanyards & Straps
 * Lanyards
 * Storage Straps

Back
 * Workshop Tools
 * Axle Jack Stands
 * Bottle Jacks
 * Creeper Seats
 * Engine Cranes & Stands
 * Hydraulic Trolley Jacks
 * Lifting Equipment
 * Parts Washers
 * Porta Powers
 * Sand & Soda Blasters
 * Shop Presses
 * Truck Jacks
 * Vehicle Chargers
 * Vehicle Jump Starters
 * Workshop Equipment

Back
 * Tools Storage
 * Aluminium Truck Boxes
 * Cargo Cases
 * Roller Cabinets
 * Shelf Storage
 * Site Boxes
 * Storage Accessories
 * Tool Cases & Boxes
 * Tool Chests
 * Tool Organisers
 * Tool Racks
 * Tool Trolleys
 * Work Benches

Back
 * Tool Bags Storage
 * Jobsite Totes
 * Tool Backpacks
 * Tool Bags

Back
 * Tool Belts & Pouches
 * Tool Belt Accessories
 * Tool Belts
 * Tool Pouches


MYTOOLS

Clear
Close

Login / Signup
My account


LOGIN TO MY ACCOUNT

Enter your e-mail and password:

Email
Password
Login

New customer? Create your account

Lost password? Recover password


RECOVER PASSWORD

Enter your email:

Email
Recover

Remembered your password? Back to login


Wishlist 0
0
Cart

Your cart is empty

Shop our products
 * New
 * Sale
 * Power Tools
   Cordless Tools
    * Band Saws
    * Biscuit Joiners
    * Caulking Guns
    * Concrete Vibrators
    * Cutters & Saws
    * Drain Cleaners
    * Drill Drivers
    * Grease Guns
    * Grinders
    * Impact Drivers
    * Impact Wrenches & Ratchets
    * Inspection Cameras
    * Jigsaws
    * Mitre Saws
    * View all
   
   Cordless Combo Kits
    * Bosch Combos
    * HiKOKI Combos
    * Makita Combos
    * Metabo Combos
   
   Batteries & Chargers
    * Assorted Volt Li-ion Batteries
    * 18V Li-ion Batteries
    * Battery & Charger Combos
    * Battery Chargers
    * Power Adaptors
   
   Corded Tools
    * Corded Drills
    * Corded Grinders
    * Corded Heat Guns
    * Corded Impact Wrenches
    * Corded Joiners
    * Corded Nibblers & Shears
    * Corded Planers
    * Corded Polishers & Sanders
    * Corded Rotary Tools
    * Corded Routers
    * Corded Saws
    * Corded Screw Guns
   
   Machinery
    * Bandsaws
    * Drill Press
    * Drill Sharpeners
    * Thicknessers
   
   Power Tool Accessories
    * Drill Driver Attachments
    * Dust Extractor Attachments
    * Grinder Attachments
    * Multi Tool Attachments
    * Planer & Thicknesser Blades
    * Tool Attachments
    * Saw Stands
    * Tracking Devices
    * Power Tool Spares
   
   More
    * Nail Guns
    * Demolition Tools
    * Heated Clothing
    * Power Tool Storage
    * Jobsite Lighting
    * Jobsite Radios
    * Vacuum & Dust Extractors
    * Novelty Power Tools
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Accessories
   Abrasives & Pads
    * Cutting
    * Grinding
    * Polishing
    * Sanding
    * Surface Preparation
   
   Diamond
    * Diamond Cutting
    * Diamond Grinding
    * Diamond Other
   
   Drilling
    * Annular Cutters
    * Auger Drill Bits
    * Countersinks & Counterbores
    * Drill Bit Sets
    * Drill Bits
    * Drill Chucks
    * Masonry Drill Bits
    * Metal Drill Bits
    * Multi Material Drill Bits
    * Spade Drill Bits
    * Step Drills
    * Timber Drill Bits
   
   Fasteners & Accessories
    * Assortments
    * Bit Holders
    * Driver Bits
    * Grease Nipples
    * O-Ring & Washers
    * Plugs
    * Rivets, Pins & Keys
    * Screw Extractors
    * Springs
    * Thread Repair Kits
   
   Saw Blades
    * Band Saw Blades
    * Circular Saw Blades
    * Jigsaw Blades
    * Multi Tool Blades & Accessories
    * Reciprocating Saw Blades
   
   Hole Saws
    * Bi-Metal Hole Saws
    * Diamond Hole Saws
    * Hole Saw Accessories
    * Hole Saw Sets
    * TCT Hole Saws
    * Chassis & Wad Punches
   
   More
    * Machining Accessories
    * Routing
    * Wire Brushing
    * Miscellaneous Accessories
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Hand Tools
   Sockets & Ratchets
    * Breaker Bars
    * Chrome Sockets
    * Impact Sockets
    * In-Hex Bit Sockets
    * Lock Nut Sockets
    * Ratchets
    * Ratchet Sets
    * Socket Accessories
    * Socket Sets
    * Spark Plug Sockets
    * Spline Socket Sets
    * Torx Bit Sockets
   
   Wrenches & Spanners
    * Oil Filter Wrenches
    * Spanner Sets
    * Spanners
    * Torque Wrenches
    * Wrench Sets
    * Wrenches
   
   Hammers & Bars
    * Claw Bars
    * Hammers
    * Hand Riveters
    * Mallets
    * Nail Pullers
    * Pry Bars
    * Wrecking Bars
   
   Knives, Scissors & Shears
    * Knife Blades
    * Knives
    * Scissors
    * Scrapers
    * Shears
    * Snips
    * Blade Sharpeners
   
   Pliers & Cutters
    * Bolt Cutters
    * Cable Cutters
    * Hand Cutters
    * Nippers
    * Plier Sets
    * Pliers
   
   Screwdrivers & Keys
    * Hex & Torx Keys
    * Screwdriver Sets
    * Screwdrivers
    * Screwdriver Bits
   
   More
    * Tool Kits & Storage
    * Taps & Dies
    * Clamps & Vices
    * Carpentry
    * Plumbing
    * Electrical
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Automotive
   Oils & Fluids
    * Coolants and Additives
    * Engine Oils
    * Grease
    * Hydraulic Oils
    * Oil and Lubrication Tools
    * Power Steering Oils
    * Transmission
    * Cleaners and Degreasers
    * Speciality Fluids
   
   Drivetrain and Suspension
    * Bearings
    * Clutch and Flywheel
    * Diffs and Axles
    * Driveshaft Components
    * Transmissions
   
   Engine
    * Belts
    * Bottom End
    * Cambelt and Waterpump
    * Camshaft and Valvetrain
    * Cooling
    * Dress-up Parts
    * Filters
    * Gaskets and Seals
    * Hoses and Fittings
    * Ignition
    * Intake
    * Mounts and Accessories
   
   Performance
    * Electrical
    * Exhaust
    * Fuel
    * Performance Intake
   
   Auto Accessories
    * Audio
    * Connectivity
    * In-car Electronics
    * Safety
    * Security
    * Towing and Trailer Accessories
    * Racks and Carriers
   
   Motorcycle Parts and Accessories
    * Control & Drive
    * Parts
    * Luggage & Bags
    * Wheels & Tyres
    * Riding & Protective Gear
    * Accessories & Tools
   
   More
    * Auto Electrical
    * Auto Service Tools
    * Exterior
    * Interior
    * Car Care
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Welding
   Soldering
    * Soldering Consumables
   
   Welding Accessories
    * Oxy & Gas
    * Plastic Welding Accessories
    * Welding Clamps
    * Welding Hammers
    * Welding Helmets
    * Welding Hoses & Reels
    * Welding Nozzles
    * Welding Regulators
    * Welding Tips
    * Welding Torches
    * Welding Trolleys & Tables
    * Welding Workwear
   
   Gas
    * Gas Bottles
    * Gas Torches
   
   Welding Machines
    * Arc Welders
    * MIG Welders
    * Multi-Function Welders
    * Plasma Cutters
    * Plastic Welding
    * TIG Welders
    * Welding Generators
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Air Tools
   Air Compressors
    * Belt Drive Air Compressors
    * Direct Drive Air Compressors
    * Oil-less Compressor
    * Petrol Air Compressors
    * Screw Air Compressors
    * Silenced Air Compressors
    * Air Compressor Accessories
    * Air Brush Compressors
   
   Air Tool Accessories
    * Air Compressor Oils
    * Air Filters
    * Air Fittings & Nipples
    * Air Hoses & Reels
    * Air Pumps
    * Spare Tanks
   
   Air Tools Equipment
    * Air Blow Guns
    * Air Body Saws
    * Air Drills & Drivers
    * Air Grease Guns
    * Air Grinders & Cut Off Tools
    * Air Hammers and Chisels
    * Air Hopper Guns
    * Air Impact Wrenches & Ratchets
    * Air Nail Guns
    * Air Needle Scalers
    * Air Punch & Dies
    * Air Reciprocating Saws
    * Air Riveters
    * Air Rotary Tools
    * View all
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Outdoor
   Outdoor Power Equipment
    * Blowers
    * Brushcutters
    * Chainsaws
    * Concrete Cutters
    * Cultivator
    * Lawn Mowers
    * Line Trimmers
    * Multi Function Power Heads
   
   Gardening Tools
    * Axes
    * Bars & Tampers
    * Brooms
    * Cultivating Tools
    * Digging Tools
    * Felling Tools
    * Hand Saws
    * Hoses & Reels
    * Shovels
    * Sprayers
    * Forks
    * Garden Accessories
    * Gloves
    * Hand Saws
    * View all
   
   Generators
    * 3 Phase Generators
    * Camping Generators
    * Diesel Generators
    * Inverter Silent Generators
    * Petrol Generators
    * Welding Generators
   
   Outdoor Accessories
    * Auger Bits
    * Brushcutter Accessories
    * Chainsaw Accessories
    * Generator Accessories
    * Hoses & Reels
    * Mower Accessories
    * Pressure Washer Accessories
    * Pump Accessories
   
   Petrol Outdoor Equipment
    * Petrol Augers
    * Petrol Blowers
    * Petrol Brushcutters
    * Petrol Chainsaws
    * Petrol Chipper & Shredders
    * Petrol Concreting Tools
    * Petrol Cultivators
    * Petrol Hedge Trimmers
    * Petrol Lawn Mowers
    * Petrol Line Trimmers
    * Petrol Log Splitters
    * Petrol Multi Function Heads
    * Petrol Post Drivers
    * Petrol Stump Removers
    * View all
   
   Pressure Washers
    * Diesel Pressure Washers
    * Electric Pressure Washers
    * Hot Water Pressure Washers
    * Petrol Pressure Washers
    * Battery Powered Washers
   
   More
    * Water Pumps
    * Fishing and Marine
    * Camping
    * BBQs & BBQ Accessories
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Measurement
   Lasers
    * Dumpy Levels
    * Floor & Tile Lasers
    * Laser Distance Measurers
    * Line Lasers
    * Pipe Laser Levels
    * Point Lasers
    * Rotary Lasers
    * Laser Accessories
   
   Levels
    * Digital Levels
    * Spirit Levels
    * Magnetic Angle Finders
    * Magnetic Levels
    * Torpedo Levels
   
   Precision
    * Micrometers
    * Vernier Calipers
    * Feeler Gauges
    * Indicators
    * Gauges
   
   Tape Measures & Rulers
    * Combination Squares
    * Measuring Wheels
    * Rulers & Protractors
    * Tape Measures
   
   Testing & Detection Tools
    * Ground Scanners
    * Inspection Cameras
    * Thermometers
    * Voltage Detectors & Meters
    * Wall Scanners
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Construction
   Concreting & Bricklaying
    * Bolsters
    * Brick Jointers
    * Builder Lines
    * Edgers
    * Floats
    * Hawks
    * Marking Tools
    * Rakes
    * Rebar Tools
    * Screeds
    * Shovels
    * Straight Edges
    * Trowels
    * Wheelbarrows
    * View all
   
   Construction Cutting & Drilling
    * Core Drill Cutters
    * Diamond Blades
    * Masonry Drill Bits
    * SDS
   
   Construction Power Equipment
    * Brick Saws
    * Cement Mixers
    * Compactors
    * Core Drills
    * Demolition Hammers
    * Demolition Saws
    * Floor Grinders
    * Floor Saws
    * Magnetic Drills
    * Petrol Concrete Vibrators
    * Petrol Drive Units
    * Petrol Rammers
    * Road Saws
    * Tile Saws
   
   Fasteners
    * Air Fasteners
    * Anchors
    * Bolts
    * Bradder Nailers
    * Coil Nailers
    * Fastening Accessories
    * Fastening Tools
    * Finish Nailers
    * Framing Nailers
    * Nails
    * Nuts & Washers
    * Rivets & Screws
    * Staplers & Tackers
    * Staples
   
   Adhesives, Sealants & Tapes
    * Adhesives & Sealants
    * Tapes
   
   Job Site Accessories
    * Electrical Equipment
    * Dust Extractors
    * Jobsite Lighting
    * Ventilation Equipment
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Safety
   Material Handling
    * Hand Trolleys
    * Pallet Jacks
    * Slings
    * Tie Down Ratchet Straps
   
   Safety Equipment
    * Fire Protection
    * Safety Accessories
    * Safety Barriers & Tapes
    * Safety Rope
    * Safety Signs
    * Safety Tethers
   
   Safety Protection
    * Eye Protection
    * Hand Protection
    * Hearing Protection
    * Knee Pads
    * Protective Head Gear
    * Protective Workwear
    * Respiratory Protection
    * Safety Footwear
   
   Tool Lanyards & Straps
    * Lanyards
    * Storage Straps
   
   Ladders & Scaffolding
   Cleaning
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 * Workshop
   Workshop Tools
    * Axle Jack Stands
    * Bottle Jacks
    * Creeper Seats
    * Engine Cranes & Stands
    * Hydraulic Trolley Jacks
    * Lifting Equipment
    * Parts Washers
    * Porta Powers
    * Sand & Soda Blasters
    * Shop Presses
    * Truck Jacks
    * Vehicle Chargers
    * Vehicle Jump Starters
    * Workshop Equipment
   
   Tools Storage
    * Aluminium Truck Boxes
    * Cargo Cases
    * Roller Cabinets
    * Shelf Storage
    * Site Boxes
    * Storage Accessories
    * Tool Cases & Boxes
    * Tool Chests
    * Tool Organisers
    * Tool Racks
    * Tool Trolleys
    * Work Benches
   
   Tool Bags Storage
    * Jobsite Totes
    * Tool Backpacks
    * Tool Bags
   
   Tool Belts & Pouches
    * Tool Belt Accessories
    * Tool Belts
    * Tool Pouches
   
   
   AA Smartfuel
   
   Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

 1. 
 2. 
 3. 




SALE

Fill. Your. Cart. 🛒
Save $40.00

Add to Wishlist
HiKOKI HiKOKI Heat Gun 2000W 2 Heat Settings
Sale price$99.00 Regular price$139.00



☀️ NOMADIQ PORTABLE GAS BBQ! ☀️

 * Lightweight: Weights a mere 5.6kg! No more lugging around a heavy BBQ.
 * Non-stick Grills: Ceramic coated cooking grills are non-stick, rust
   resistant, dishwasher safe and easily removed
 * Huge Cooking Surface: Classic leading 24cm x 24cm cooking area.
 * Ultra Portable: Unique folding design with handycarry straps turn it into a
   smallbag to carry anywhere.
 * Super High Power: Reaches and incredible 325 degrees on both griddles in only
   2-3 minutes.
 * Dual Temperature Controls: Complete with individual temperature controls for
   each grilling side. Sear on one side and slow cook on the other!
 * 5 Year Warranty: Full 5 year manufacturer warranty againts rust, burn through
   or component failure.
 * New Zealand & Australia Gas Safety Certification

Shop Now
Shop By Brands


Shop Workshop Tools


SHOP AT MYTOOLS AND SAVE AT THE PUMP!

Save 10 cents per litre off fuel, when you spend $100 or more! T&Cs Apply.

Learn About AA Smartfuel


RECENTLY VIEWED




NZ Owned & Operated

Wide range of NZ based supply partners!

Free Shipping

North and South Islands.

Top-notch support

If you like dealing with Kiwis, My Tools is for you!

Items Stocked in New Zealand

NZ Warranties!

About the shop

Since its inception My Tools has continued to grow its listings, customer base
and reputation with its continued focus on exceptional customer service, quality
products and an aftermarket support that is unparalleled on-line in NZ. (more)

MyTools
 * Home
 * Blog
 * About
 * Terms of Service
 * Refund policy

store
 * Log In
 * Sign Up
 * Subscribe
 * My Wishlist
 * My Cart
 * About Zip

Customer Care
 * Shipping & Returns
 * Terms & Conditions
 * Privacy Policy
 * AA Smartfuel
 * Blog

Redemption Promos
 * Makita Rule the Outdoors - LXT
 * Makita Rule the Outdoors - XGT
 * Makita Rule the Outdoors - ConnectX

Contact

Phone: 0800 88 66 57
Email: sales@mytools.co.nz



NZ Customer Service Desk:
7.30am – 4.30pm , Monday – Friday

© 2023 MyTools
POS and Ecommerce by Shopify

Follow Us

 * 
 * 

We Accept

Diners Club Discover JCB Mastercard Visa

© 2023 MyTools
POS and Ecommerce by Shopify

 * Opens in a new window.



Get 10% Off

Close form 1

Hang on a second!

How does a 10%

discount sound?

Enter your email to get 10% off your next order!


I buy tools for?
Automotive
Building / Construction
Craft / DIY
Electrical / Technical
Engineering / Manufacturing
Outdoor / Garden

Sign up