bionix.com Open in urlscan Pro
209.126.24.176  Public Scan

URL: https://bionix.com/clearlook-campaign-em
Submission: On October 01 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://bionix.com/customer/account/loginPost/

<form class="form form-login" action="https://bionix.com/customer/account/loginPost/" method="post" id="login-form-mini" novalidate="novalidate">
  <input name="form_key" type="hidden" value="z35aXforNB263em8">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <!--<label class="label" for="email"><span>Email</span></label>-->
      <div class="control">
        <input placeholder="Email" name="login[username]" value="" autocomplete="off" id="email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <!--<label for="pass" class="label"><span>Password</span></label>-->
      <div class="control">
        <input placeholder="Password" name="login[password]" type="password" autocomplete="off" class="input-text" id="pass" title="Password" data-validate="{required:true, 'validate-password':true}" aria-required="true">
      </div>
    </div>
    <div class="field-recaptcha" id="msp-recaptcha-002917f98e766a6bdbd03408ca1f3e92-container" data-bind="scope:'msp-recaptcha-002917f98e766a6bdbd03408ca1f3e92'">
      <!-- ko template: getTemplate() -->
      <!-- ko if: (getIsVisible()) -->
      <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-002917f98e766a6bdbd03408ca1f3e92-wrapper">
        <div class="g-recaptcha" id="msp-recaptcha-002917f98e766a6bdbd03408ca1f3e92">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LchxLsUAAAAAJiHKJ4f3J9D-OLOJj-hf3pKniFp&amp;co=aHR0cHM6Ly9iaW9uaXguY29tOjQ0Mw..&amp;hl=de&amp;v=a9s0j4pCVT6gaTEkLiFbtZPH&amp;theme=light&amp;size=normal&amp;cb=yot8a9tlq1dz"
                width="304" height="78" role="presentation" name="a-o9tv4qorz3rh" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
                data-lf-yt-playback-inspected-wqrvkepzwykg8ny1="true"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div>
        </div>
        <!-- ko if: (!getIsInvisibleRecaptcha()) -->
        <div class="field">
          <div class="control">
            <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
          </div>
        </div>
        <!-- /ko -->
      </div>
      <!-- /ko -->
      <!-- /ko -->
    </div>
    <div class="actions-toolbar">
      <div class="">
        <button type="submit" class="action login primary" name="send" id="send2"><span>Login</span></button>
      </div>
      <a class="action create primary" href="https://bionix.com/customer/account/create/"><span>Register</span></a>
      <div class="secondary">
        <a class="action remind" href="https://bionix.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a>
      </div>
    </div>
  </fieldset>
</form>

GET https://bionix.com/catalogsearch/result/

<form class="form minisearch has-cat" id="search_mini_form" action="https://bionix.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Search entire store here...'" maxlength="128" role="combobox"
        aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://bionix.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size, css: 'num-result'" class="num-result">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: (result.product.data().length == 0)"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
      <script>
        document.getElementById('search_mini_form').classList.add('has-cat');
      </script>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search primary" disabled="disabled">
      <span>Search</span>
    </button>
  </div>
  <input type="hidden" id="search-cat-input" name="cat" disabled="disabled">
</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 template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LchxLsUAAAAAJiHKJ4f3J9D-OLOJj-hf3pKniFp&amp;co=aHR0cHM6Ly9iaW9uaXguY29tOjQ0Mw..&amp;hl=de&amp;v=a9s0j4pCVT6gaTEkLiFbtZPH&amp;theme=light&amp;size=normal&amp;badge=inline&amp;cb=wfoeovq0d40j"
              width="304" height="78" role="presentation" name="a-os6z2htd35kp" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"
              data-lf-yt-playback-inspected-wqrvkepzwykg8ny1="true"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe data-lf-yt-playback-inspected-wqrvkepzwykg8ny1="true" style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /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://bionix.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

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

Skip to Content
 * About Us
 * Submit Your Product IdeaProduct Ideas
 * Contact UsContact
 *   MADE IN THE USA

 * Register
 * Login
   Login
   Register
   Forgot Your Password?
 * Search
   All Categories
    * All Categories
    * Products
      * Patient Safety & Compliance
        * Analyzers
        * Bed Safety Testing Equipment
      * Health at Home
      * Radiation Therapy
        * Head and Neck
        * Breast
        * Vacuum Cushions & Expanding Foam
        * Pelvic
        * Tattooing Solutions
      * Sample Products
      * Frontline Care
        * Ear and Nasal Care
          * Curettage
          * Ear Irrigation
          * Foreign Body Removal
          * Hearing Aid Placement
          * Nasal Care
          * Accessories
        * Wound Care
        * Enteral Care
          * Feeding Tube Care
          * Feeding Care
        * Infant Care
        * Injection Relief
      * Government
        * Ear and Nasal Care
        * Enteral Care
        * Pain Relief
        * Wound Care
   
   Search
   Advanced Search
   Suggested
   Products See All 0
   No Result
   Search
   My Cart 0
   My Carts
   Close You have no items in your shopping cart.
   

 * Bionix Development Corporation
 * My Account
 * Login

Toggle Nav
Menu
 * Frontline Care
   * Products
      * Ear and Nasal Care
      * Enteral Care
      * Infant Care
      * Pain Relief
      * Wound Care
     
     Useful Information
     
      * Request A Sample 
      * Request A Quote 
      * Download Product Catalog
      * Where to Buy
      * Who We Serve
      * Find a Sales Representative
      * Customer Support
      * Tradeshow Schedule
      * Reimbursements
     
     Education
      * Product Sell Sheets
      * Product Instructions
      * Supportive Literature
      * Videos
      * Newsroom
      * GPO
      * Resource Guides
     
     Frontline Care
     
     
 * Government
   * Products
      * Ear and Nasal Care
      * Enteral Care
      * Pain Relief
      * Wound Care
      * B4000 Measurement Device
      * R7000 Electrical Analyzer
      * SGA - 1000 Analyzer
     
     Useful Information
     
      * Request A Sample
      * Request A Quote
      * Who We Serve
      * Find a Sales Representative
      * Customer Support
      * Reimbursements
     
     Education
     
      * Videos
      * Newsroom
     
     Government
     
     
 * Radiation Therapy
   * Products
      * Breast
      * Head and Neck
      * Pelvic
      * Tattooing Solutions
      * Vacuum Cushions & Expanding Foam
     
     Useful Information
      * Request a Quote
      * Who We Serve
      * Find a Sales Representative
      * Customer Support
      * Warranty Registration
      * Tradeshow Schedule
     
     Education
      * Product Sell Sheets
      * Product Instructions
      * Supportive Literature
      * Videos
      * Newsroom
      * GPO
     
     Radiation Therapy
     
     
 * Patient Safety & Compliance
   * Products
      * B4000 Measurement Device
      * R7000 Electrical Analyzer
      * SGA - 1000 Analyzer
      * Testing Cart
     
     Useful Information
      * Download Product Catalog
      * Request a Quote
      * Register Your Device
      * Download Software
      * Calibrate Your Device
      * Who We Serve
      * Find a Sales Representative
      * Customer Support
      * Warranty Registration
      * Tradeshow Schedule
     
     Education
      * Product Sell Sheets
      * Product Instructions
      * Supportive Literature
      * Videos
      * Newsroom
     
     Patient Safety & Compliance
     
     
 * Health at Home
   * Products
      * AfterSwim® Water Removal
      * Igloo® Wound Irrigation
      * OtoClear® Ear Wax Removal
      * SafeStrawTM Drinking Aid
      * ShotBlocker®
     
     Useful Information
      * Download Product Catalog
      * Where to Buy
      * Who We Serve
      * Find a Sales Representative
      * Customer Support
     
     Education
      * Product Instructions
      * Videos
      * Newsroom
     
     Health at Home
     
     


Account
 * Bionix Development Corporation
 * My Account
 * Login


 * Home
 * Clearlook


BIONIX® CLEARLOOK™

The next generation of
Lighted Ear Curettes™

For Medical Professional Use ONLY.

Request a Sample
Order the Introductory Offer


BIONIX® CLEARLOOK™

The next generation of
Lighted Ear Curettes™

For Medical Professional Use ONLY.

Request a Sample
Order the Introductory Offer

Watch the video to see for yourself how ClearLook, the next generation Lighted
Ear Curette™ from Bionix, makes it faster, easier and safer to remove cerumen,
thanks to its innovative design and features.


Request a SampleOrder the Introductory Offer


ENHANCED VISIBILITY AND CONTROL



 * Accurate visualization of the ear canal
 * Improves patient comfort and satisfaction
 * Eliminates need for “three hands”
 * Enhances visualization and efficiency
 * Can dramatically shorten procedure time
 * Download product overview




SAFER AND EASIER



 * Designed for less obstructed view
 * Secure finger placement is outside the line of sight
 * Unique handle design promotes natural, comfortable grip
 * Reference markers
 * Uses both light and magnification
 * Single-use to prevent cross-contamination
 * Download product overview




Request a SampleOrder the Introductory Offer

"The advancements in the ClearLook handle provides more control and user
confidence." Audiologist, 2022 American Academy of Audiology Conference

Want to learn more? Download this product overview.



Corporate Office: 1670 Indian Wood Circle, Maumee, OH, 43537
Phone: (800) 551-7096
International: + 1 (419) 727-8421
Fax: 800-455-5678      Email: Bionix@Bionix.com

Follow us

 * facebook
 * LinkedIn
 * twitter
 * you tube
 * you tube

Bionix

 * About
 * Contact Us
 * Clinical Advisory
 * Innovation
 * Who We Serve
 * Careers
 * Privacy Policies
 * Partner Inquiry

Government

 * Products
 * Download Catalog
 * Where to Buy
 * Education
 * Find a Sales Representative
 * Customer Support
 * Newsroom

Frontline Care

 * Products
 * Download Catalog
 * Where to Buy
 * Education
 * Find a Sales Representative
 * Customer Support
 * Newsroom
 * Events

Radiation Therapy

 * Products
 * Where to Buy
 * Education
 * Find a Sales Representative
 * Customer Support
 * Newsroom
 * Events

Patient Safety & Compliance

 * Products
 * Download Catalog
 * Where to Buy
 * Education
 * Find a Sales Representative
 * Customer Support
 * Newsroom
 * Events

OTC Care

 * Products
 * Download Catalog
 * Where to Buy
 * Education
 * Find a Sales Representative
 * Customer Support

Copyright © 2022 Bionix LLC. All rights reserved. Built by Spaceshop Commerce
Top
item(s) in your cart
Cart Summary



QUICK SHOP

Close




PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer. More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.


BACK BUTTON PERFORMANCE COOKIES

Vendor Search Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices


By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Accept All Cookies

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?