www.westone.com Open in urlscan Pro
45.77.5.168  Public Scan

Submitted URL: http://www.westone.com/
Effective URL: https://www.westone.com/
Submission: On October 31 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.westone.com/hearing_health_care/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.westone.com/hearing_health_care/catalogsearch/result/" method="get">
  <div class="field search">
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text" maxlength="64" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div class="mst-searchautocomplete__autocomplete">
        <div class="mst-searchautocomplete__spinner">
          <div class="spinner-item spinner-item-1"></div>
          <div class="spinner-item spinner-item-2"></div>
          <div class="spinner-item spinner-item-3"></div>
          <div class="spinner-item spinner-item-4"></div>
        </div>
        <div class="mst-searchautocomplete__close">×</div>
      </div>
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.westone.com/hearing_health_care/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST

<form class="amhideprice-form" id="amhideprice-form" method="post" style="display: none;" data-nofocus="true">
  <span class="amhideprice-close" data-amhide-js="close-popup"></span>
  <input name="form_key" type="hidden" value="IkVORTXkwHAwOALz">
  <input name="product_id" type="hidden" value="">
  <fieldset class="fieldset">
    <legend class="legend amhideprice-form-ledend">
      <span>Get a Quote for</span>
      <span style="font-weight: bolder;" class="product-name"></span>
    </legend>
    <br>
    <div class="field required">
      <label for="amhideprice-name" class="label">
        <span>Customer Name</span>
      </label>
      <div class="control">
        <input type="text" name="name" class="input-text" id="amhideprice-name" data-validate="{required:true}">
      </div>
    </div>
    <div class="field required">
      <label for="amhideprice-email" class="label">
        <span>Customer Email</span>
      </label>
      <div class="control">
        <input type="email" name="email" id="amhideprice-email" autocomplete="email" value="" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field required">
      <label for="amhideprice-phone" class="label">
        <span>Phone Number</span>
      </label>
      <div class="control">
        <input type="text" name="phone" class="input-text " id="amhideprice-phone" data-validate="{required:true}">
      </div>
    </div>
    <div class="field">
      <label for="amhideprice-comment" class="label">
        <span>Comment</span>
      </label>
      <div class="control">
        <textarea title="Comment" name="comment" class="input-text" id="amhideprice-comment" data-validate="{'validate-no-html-tags':true}"></textarea>
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="submit" class="action submit primary" title="Submit">
        <span>Submit</span>
      </button>
    </div>
  </div>
</form>

POST

<form method="post" id="fme-form-validate" enctype="multipart/form-data" autocomplete="off" data-hasrequired="* Required Fields" novalidate="novalidate">
  <input name="form_key" type="hidden" value="IkVORTXkwHAwOALz">
  <fieldset class="fieldset">
    <legend class="legend fmehideprice-form-legend">
      <span>Get a Quote for</span>
      <span style="font-weight: bolder;" class="product-name"></span>
      <span style="color:red;float:right;font-size:13px;"> * Required Fields</span>
    </legend>
    <div class="field name required">
      <label class="label" for="name"><span>Name</span></label>
      <div class="control">
        <input name="name" id="name" title="name" class="input-text" type="text" data-validate="{required:true}" value="" aria-required="true">
        <span class="fme-modal-error" style="display:none;"></span>
      </div>
    </div>
    <div class="field email required">
      <label class="label" for="email"><span>Email</span></label>
      <div class="control">
        <input name="email" id="email" title="Email" class="input-text" type="email" value="" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        <span class="fme-modal-error" style="display:none;"></span>
      </div>
    </div>
    <div class="hideprice-form-actions">
      <button class="" type="submit" data-role="action"><span>Submit</span></button>
      <button class="" type="reset" data-role="action"><span>Reset</span></button>
    </div>
    <input name="productid" type="hidden" value="">
    <input name="storeid" type="hidden" value="">
  </fieldset>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.westone.com/hearing_health_care/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Hearing Health Care Hearing Protection Devices Military Web Earpiece Tracker
Toggle Nav
Menu
 * Shop
    * Assistive Listening Devices
      * Alerting
      * Bluetooth
      * Conversation
      * Telephone
      * Telephone Accessories
      * Television
    * Audiological Supplies
      * Acoustic Modification and Venting
      * Clinical Equipment and Supplies
      * Ear Education, Models and Demos
      * Ear Impression Materials
      * Earlites
      * EZ Mold
      * Impression Kits
      * Impression Tools and Accessories
      * Infection Control
      * Otoscopes
      * Resource Materials
      * Retail Displays
      * Stethoscopes
      * Test Equipment Accessories
      * Tubing
      * Tubing Cements, Supplies, Accessories
    * Batteries and Accessories
      * Duracell Activair Batteries
      * PowerOne Batteries
      * Rayovac Batteries
      * Varta Private Label Batteries
      * Xcell Batteries by Rayovac
      * Xcell Private Label Batteries
      * Size 10 Batteries
      * Size 13 Batteries
      * Size 312 Batteries
      * Size 675 Batteries
    * Care and Accessories
      * Comfort and Protection
      * Ear Lubricants and Drops
      * Hearing Care Accessories
      * Pediatric Hearing Aid Accessories
    * Hearing Aids

 * About Earpieces
    * About Ear Impressions
    * Ear Anatomy
    * Earpiece Materials and Colors
    * Hearing Instrument Earpieces
      * Conventional Earpieces
      * Open-Fit & Slim Tube Earpieces
      * RIC, RITE and CRT Earpieces
    * Hearing Protection
    * Occupational Earpieces
    * Recreational Earpieces
    * Retubing Guidelines
      * FIT Retubing
      * Half Tubing
      * Removing FIT Tubes
      * Removing Old Tubes
      * Slim Tube/Open Fit Retubing
      * Tube-Locks and TRS Tubes
      * Tube-Through
    * Tips for Materials
    * Venting

 * Support
    * Customer Service
    * Earpiece Guide
    * Downloads
    * Earpiece Remake Policy
    * Find A Hearing Professional
    * Supply Catalog
    * Earpiece Ordering
    * Supplies Ordering
    * Supplies Returns
    * Tax FAQ

 * News
    * Blog
    * Events
    * Press

 * About Us
    * About Westone

 * Contact Us

Account
 * Compare ()
 * News
 * Sign In
 * Create an Account

Account
 * Compare ()
 * News
 * Sign In
 * Create an Account

Search
×

Advanced Search
Search
Cart 0 items Shopping Cart
My Cart
Close
0 Item
View Cart
You have no items in your shopping cart.


 

Shop Now
 

Shop Now
 

Shop Now
 

Shop Now



 

Whether you are a hearing professional, dealer or individual, Westone has the
right product for you at the best prices.

Thin Cement for Acrylic Earpieces

Oto-Ease - Single Use Packets

‹›


21 Oct


MAINTAINING YOUR HEARING AID


HEARING AIDS ARE ONE OF THE GREATEST TOOLS WE HAVE TO HELP THOSE LOSING OR
HAVING DIFFICULTY HEARING.

These great little pieces of technology are much like other daily tools and need
to be kept and maintained in order to function properly. But there are many
questions like, how do you maintain a hearing aid without damaging it? What
needs to be done and how often? What hearing aid accessories will make your
hearing aid more comfortable or work better?


WE PUT TOGETHER SOME SIMPLE STEPS YOU CAN TAKE TO MAINTAIN YOUR HEARING AID SO
IT WILL RUN BETTER AND LONGER FOR YOU.

These aren't the most complex tasks that required extreme knowledge of the
hardware,but rather simple everyday things the average person can do to keep
their hearing aid running properly.


BEING AWARE OF EARWAX

is one of the simplest measures you can do to preserve your hearing aids.
Naturally intended to defend our bodies, ear wax can become one

Read more »
17 Oct


BEST HEARING AID ACCESSORIES


A PERSON WITH HEARING LOSS CAN SIGNIFICANTLY IMPROVE THEIR QUALITY OF LIFE BY
USING HEARING AIDS, WHICH ARE AN AMAZING PIECE OF TECHNOLOGY.

Modern hearing aids are capable and can include lots of exciting, high-tech
features to improve the user's experience as well as hearing. There are now
several accessories for hearing aid devices that might help remove the stigma
associated with using them.

There are various methods to enhance and improve the experience of using hearing
aids nowadays. If you or someone you care about wears hearing aids, have a look
at some of these practical and occasionally fashionable hearing aid accessories.




PORTABLE CHARGERS

If your hearing aids are rechargeable

Read more »
9 Nov


HANDLING THE HOLIDAYS WITH HEARING LOSS

Holidays can be some of the loneliest times of the year for those managing
hearing loss. In this blog we'll focus on a few ways to handle the holidays with
hearing loss so you can still enjoy every special moment and feel as part of the
group as everyone else.

Read more »
21 Oct


MAINTAINING YOUR HEARING AID


HEARING AIDS ARE ONE OF THE GREATEST TOOLS WE HAVE TO HELP THOSE LOSING OR
HAVING DIFFICULTY HEARING.

These great little pieces of technology are much like other daily tools and need
to be kept and maintained in order to function properly. But there are many
questions like, how do you maintain a hearing aid without damaging it? What
needs to be done and how often? What hearing aid accessories will make your
hearing aid more comfortable or work better?


WE PUT TOGETHER SOME SIMPLE STEPS YOU CAN TAKE TO MAINTAIN YOUR HEARING AID SO
IT WILL RUN BETTER AND LONGER FOR YOU.

These aren't the most complex tasks that required extreme knowledge of the
hardware,but rather simple everyday things the average person can do to keep
their hearing aid running properly.


BEING AWARE OF EARWAX

is one of the simplest measures you can do to preserve your hearing aids.
Naturally intended to defend our bodies, ear wax can become one

Read more »
17 Oct


BEST HEARING AID ACCESSORIES


A PERSON WITH HEARING LOSS CAN SIGNIFICANTLY IMPROVE THEIR QUALITY OF LIFE BY
USING HEARING AIDS, WHICH ARE AN AMAZING PIECE OF TECHNOLOGY.

Modern hearing aids are capable and can include lots of exciting, high-tech
features to improve the user's experience as well as hearing. There are now
several accessories for hearing aid devices that might help remove the stigma
associated with using them.

There are various methods to enhance and improve the experience of using hearing
aids nowadays. If you or someone you care about wears hearing aids, have a look
at some of these practical and occasionally fashionable hearing aid accessories.




PORTABLE CHARGERS

If your hearing aids are rechargeable

Read more »
9 Nov


HANDLING THE HOLIDAYS WITH HEARING LOSS

Holidays can be some of the loneliest times of the year for those managing
hearing loss. In this blog we'll focus on a few ways to handle the holidays with
hearing loss so you can still enjoy every special moment and feel as part of the
group as everyone else.

Read more »
21 Oct


MAINTAINING YOUR HEARING AID


HEARING AIDS ARE ONE OF THE GREATEST TOOLS WE HAVE TO HELP THOSE LOSING OR
HAVING DIFFICULTY HEARING.

These great little pieces of technology are much like other daily tools and need
to be kept and maintained in order to function properly. But there are many
questions like, how do you maintain a hearing aid without damaging it? What
needs to be done and how often? What hearing aid accessories will make your
hearing aid more comfortable or work better?


WE PUT TOGETHER SOME SIMPLE STEPS YOU CAN TAKE TO MAINTAIN YOUR HEARING AID SO
IT WILL RUN BETTER AND LONGER FOR YOU.

These aren't the most complex tasks that required extreme knowledge of the
hardware,but rather simple everyday things the average person can do to keep
their hearing aid running properly.


BEING AWARE OF EARWAX

is one of the simplest measures you can do to preserve your hearing aids.
Naturally intended to defend our bodies, ear wax can become one

Read more »
17 Oct


BEST HEARING AID ACCESSORIES


A PERSON WITH HEARING LOSS CAN SIGNIFICANTLY IMPROVE THEIR QUALITY OF LIFE BY
USING HEARING AIDS, WHICH ARE AN AMAZING PIECE OF TECHNOLOGY.

Modern hearing aids are capable and can include lots of exciting, high-tech
features to improve the user's experience as well as hearing. There are now
several accessories for hearing aid devices that might help remove the stigma
associated with using them.

There are various methods to enhance and improve the experience of using hearing
aids nowadays. If you or someone you care about wears hearing aids, have a look
at some of these practical and occasionally fashionable hearing aid accessories.




PORTABLE CHARGERS

If your hearing aids are rechargeable

Read more »
9 Nov


HANDLING THE HOLIDAYS WITH HEARING LOSS

Holidays can be some of the loneliest times of the year for those managing
hearing loss. In this blog we'll focus on a few ways to handle the holidays with
hearing loss so you can still enjoy every special moment and feel as part of the
group as everyone else.

Read more »


Get a Quote for

Customer Name

Customer Email

Phone Number

Comment

Submit


WEB EARPIECE TRACKER

Track your earpiece order with detail using the WebEar Earpiece Tracker.


FIND A DEALER

Easily find a dealer near you. Search by city, state or zip code.


DOWNLOADS

Download product brochures, spec sheets, user manuals, and more.


PARTNER PORTAL

Get access to Westone media, collateral and materials.


SAFE PAYMENTS

We Accept Credit Cards, PayPal, and Purchase Order payments for registered
Dealers.


SHIPPING OPTIONS

Offering a variety of shipping options. Fast or economical rates, the choice is
yours.


EXCELLENT SUPPORT

Friendly Customer Support reps that will answer any questions or issues you may
have.


INFORMATION

 * About Us
 * Contact Us
 * Privacy Policy
 * Account Login

 * Transparency in Coverage

This link leads to the machine readable files that are made available in
response to the federal Transparency in Coverage Rule and includes negotiated
service rates and out-of-network allowed amounts between health plans and
healthcare providers. The machine-readable files are formatted to allow
researchers, regulators, and application developers to more easily access and
analyze data.


GET IN TOUCH

Westone Laboratories
2235 Executive Circle
Colorado Springs, CO 80906

Phone: 1-800-525-5071
Email: Contact Westone

Location on Google Maps

Correspondence Address
P.O. Box 15100
Colorado Springs, CO 80935

Payment/Remit Address
Westone Laboratories Inc.
PO Box 631276
Cincinnati, OH 45263-1276

© 2022 Westone Laboratories. All Rights Reserved.
Get a Quote for * Required Fields
Name

Email

Submit Reset

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?