www.cogear.com.au
Open in
urlscan Pro
23.227.38.74
Public Scan
Submitted URL: https://shes-empowered.com.au/
Effective URL: https://www.cogear.com.au/
Submission Tags: phishingrod
Submission: On July 26 via api from DE — Scanned from AU
Effective URL: https://www.cogear.com.au/
Submission Tags: phishingrod
Submission: On July 26 via api from DE — Scanned from AU
Form analysis
6 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><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="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="AU">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
<span class="text-start">Australia (AUD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="AU" aria-selected="true">
<span class="pointer-events-none">Australia (AUD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="main-search__form" action="/search" method="get" autocomplete="off">
<div class="main-search__input-container">
<input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Search our store" aria-label="Search">
<button class="main-search__button" type="submit" aria-label="Search"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
<g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
<circle cx="7.824" cy="7.824" r="7.824"></circle>
<path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
</g>
</svg></button>
</div>
<script src="//www.cogear.com.au/cdn/shop/t/15/assets/search-suggestions.js?v=136224079820713396391718669310" defer=""></script>
<search-suggestions></search-suggestions>
</form>
POST /localization
<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><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="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="AU">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
<span class="text-start">Australia (AUD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="AU" aria-selected="true">
<span class="pointer-events-none">Australia (AUD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Your email" class="signup-form__email" value="" name="contact[email]" aria-label="Email" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">Subscribe</button>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><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="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="AU">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">Australia (AUD $)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="AU" aria-selected="true">
<span class="pointer-events-none">Australia (AUD $)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-RXBgyV" novalidate=""
style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(222, 204, 181); 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: 390px; margin: -20px 0px -20px -20px; padding: 0px; border-top: 0px solid transparent; border-right: 0px; border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-bottom-left-radius: 0px; border-top-left-radius: 0px; overflow: hidden; min-width: 390px; min-height: 400px;">
<div class="needsclick kl-private-reset-css-Xuajs1"
style="background-image: url("https://d3k81ch9hvuctc.cloudfront.net/company/VmS9ZL/images/19c427c8-6e03-499e-a603-df38e106cf9f.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
</div>
</div>
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 0px 0px 20px; min-height: 400px; 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: 10px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-117926505" style="width: 100%;">
<p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: center;"><span
style="font-family: Poppins, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 900; font-size: 35px; color: rgb(14, 35, 68); font-style: normal;">Unlock 10% Off</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; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-117926506" style="width: 100%;">
<p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; text-align: center;"><span
style="font-family: Poppins, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; font-size: 16px; font-style: normal; color: rgb(14, 35, 68);">Sign up to receive 10% off your first order and exclusive access to our best
offers.</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 6px; position: relative; background-color: rgba(255, 255, 255, 0.96); 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_117926507" class="needsclick go1703742136 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: 0px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(14, 35, 68); font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 2px; background-color: rgba(255, 255, 255, 0.98); border: 1px solid rgba(255, 255, 255, 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: flex-start; padding: 10px 6px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go4074735680 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(242, 97, 56); border-radius: 0px; border-style: none; border-color: rgb(33, 29, 28); border-width: 3px; color: rgb(255, 255, 255); font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 2px; 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: 40px; width: 100%;">SIGN
ME UP!</button></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 6px; position: relative; flex: 1 0 0px;"><button
class="needsclick go4074735680 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgba(255, 255, 255, 0); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(14, 35, 68); font-family: Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; 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: 40px; width: 100%;">NO,
THANKS</button></div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
Text Content
Skip to content * Facebook * YouTube * Instagram * FREE Standard Shipping in Australia | WE SHIP WORLDWIDE Country/Region Australia (AUD $) * Australia (AUD $) Search Account Search Cart * PANTS * SHIRTS * JACKETS * MATERNITY * CORPORATE * ABOUT * SUSTAINABILITY * UNIFORM LIST * DISTRIBUTORS * PANTS * SHIRTS * JACKETS * MATERNITY * CORPORATE * ABOUT * SUSTAINABILITY * UNIFORM LIST * DISTRIBUTORS Country/Region Australia (AUD $) * Australia (AUD $) * Facebook * YouTube * Instagram * sizes 4 - 26 WOMEN'S WORKWEAR View Shop OUR VISION WOMEN SHOULD NEVER FEEL UNCOMFORTABLE AT WORK. Women’s bodies change daily, with fluctuations like menstruation, menopause, gynaecological issues, fertility treatments, or pregnancy. COgear workwear caters to these changes by integrating smart design features for maximum comfort and functionality. EXPLORE OUR AWARD-WINNING WORKWEAR View all New arrival Quick buy Skye Hi Vis FR Pants $330.00 New arrival Quick buy Anna Hi Vis FR Maternity Pants $330.00 New arrival Quick buy Maternity Extension Pieces $75.00 New arrival Quick buy Nora 4-in-1 Hi Vis Jacket $280.01 WHY OUR CUSTOMERS LOVE US > Your pants are awesome, seriously the best I have ever worn. I spend a big > part of my life wearing work wear, so when I received these duds I was not > only amazed by their trendy look, feel, super comfortable, deep pockets and > plenty of them. The length - finally plenty of it too and adjustable, wow. > Being a tall woman I need that extra length and have had so many positive > comments.” — Amanda M > The shirt, its fantastic! My first thoughts of it were, I love how the back & > front has been redesigned with plenty of room to accommodate a growing belly. > I really love the thought that went into the button area with the normal > buttons but then also the hidden snap buttons to stop the gaping women get > depending on their bust size. This feature got me so excited. — Annika T > I’ve found the Sue over the tummy cargo pants great! They are super comfy, the > tummy elastic sits right above my bump so it doesn’t interfere or cause any > pressure at all. The material is very soft and almost velvety – a lot of > people in the office have commented that they look comfier than non-maternity > cargo pants. I’ve washed the pants a few times and they haven’t faded or > shrunk. There isn’t anything I would change with the pants. I’m very happy to > recommend these pants to friends and family. — Lisa > Thanks for making pants that fit bigger working women that are actually > comfortable! I’ve spent the last 6 months recommending these pants to > everyone, especially plus sized ladies in the industry. They are truly the > only pants I’ve ever tried that are actually comfortable and sit where I want > them too. I really appreciate the effort you guys go to - top notch customer > service! — Julie Previous Next COGEAR REPRESENTS A NEW GENRE OF WOMEN'S INDUSTRIAL WORKWEAR, COMBINING COMFORT WITH A THOUGHTFUL APPROACH TO HIGH VISIBILITY AND INDUSTRIAL GEAR. Hi, my name is Kym and I’m the Founder of COgear. The inspiration to start a women’s workwear brand came to me while working on a mine site in the Bowen Basin, where I watched my pregnant manager have no choice but to wear ill-fitting men’s clothing. That was the day I decided women should never be uncomfortable at work. Women’s bodies experience changes every day, whether it’s our menstrual cycle, menopause, gynaecological troubles, fertility treatment, or pregnancy, no two days are the same. COgear garments are designed with women’s fluctuating bodies front of mind and that’s why we incorporate smart design features into our garments to allow women to be their best every day. I continuously act on the feedback from our customers and will never stop looking for ways to help women to always be comfortable. Kym O’Leary, COgear Founder LATEST NEWS NAVIGATING INTERNATIONAL WOMEN’S DAY 2024: FOUNDER KYM O’LEARY'S TWO PERSPECTIVES At COgear, we embrace both perspectives. We value the opportunity to celebrate progress and showcase the strides made in creating inclusive work environments. INTRODUCING THE NORA JACKET: COGEAR'S SOLUTION FOR WORKPLACES COMMITTED TO INCLUSIVITY This latest addition to our line-up is not just another jacket; it's a versatile 4-in-1 solution designed to adapt to the changing needs of women while minimising waste and maximizing practicality. DRIVING CHANGE: COGEAR'S SUSTAINABLE SOLUTIONS FOR COMFORTABLE WORKWEAR At COgear, we are dedicated to making a positive impact on the environment while providing innovative workwear to ensure women are never uncomfortable at work. Join our Newsletter Sign up for 10% off your first purchase plus get the latest COgear news, offers and products first. Subscribe Shop * Work Pants * Work Shirts * Jackets * Maternity Workwear * Accessories Corporate * About * HMZ * Blog * Distributors Customer Care * Contact * FAQs * Size Chart * Shipping & Returns * Privacy Policy * Terms & Conditions American Express Apple Pay Google Pay Mastercard PayPal Shop Pay Union Pay Visa Country/Region Australia (AUD $) * Australia (AUD $) © 2024 COgear Women's Workwear. Always Comfortable. Your cart Close Checkout Close Your cart is empty Start shopping Added to your Cart Close dialog 1 Unlock 10% Off Sign up to receive 10% off your first order and exclusive access to our best offers. SIGN ME UP! NO, THANKS