scientist-com-brands.axomo.com Open in urlscan Pro
34.149.131.181  Public Scan

Submitted URL: http://scientist-com-brands.axomo.com/
Effective URL: https://scientist-com-brands.axomo.com/
Submission: On March 28 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="navbar-form ng-pristine ng-valid" data-hs-cf-bound="true">
  <ax-store-search collapsed="vm.navbarCollapsed" in-search-bar="true" class="ng-isolate-scope">
    <style>
      hr {
        margin: 10px 0;
      }

      .whiteText:hover {
        color: white !important;
        text-decoration: none;
      }

      .mySearchButton {
        color: white !important;
        margin-left: 5px;
      }

      .hidden {
        font-size: 1000%;
        color: transparent;
        display: block;
        height: 100%;
        width: 100%;
        overflow: hidden;
      }

      @media only screen and (max-width: 1300px) {

        /*.searchBox {
            display: none !important;
        }*/
        .buttonLeftRadius {
          border-bottom-left-radius: 100em !important;
          border-top-left-radius: 100em !important;
        }
      }
    </style>
    <div class="store-search">
      <div>
        <div ng-class="{'input-group' : vm.inSearchBar, 'max-250' : vm.inSearchBar}" role="none" class="input-group max-250">
          <input id="txtSearch" ng-blur="vm.blurSearchBox()" class="form-control left-radius ng-pristine ng-untouched ng-valid searchBox" ng-class="{'right-radius' : !vm.inSearchBar, 'searchBox' : vm.inSearchBar}" autocomplete="off"
            ng-keyup="vm.findItem(vm.query, $event)" ng-submit="" ng-model="vm.query" placeholder="Search Store">
          <!-- ngIf: vm.inSearchBar --><span ng-if="vm.inSearchBar" class="input-group-btn ng-scope">
            <button id="btnSearch" role="button" class="btn btn-default right-radius buttonLeftRadius" ng-class="{'buttonLeftRadius' : vm.inSearchBar}" tabindex="0" aria-labelledby="searchButtonText" ng-click="vm.executeSearch()">
              <span role="button" aria-label="search store">
                <search-icon aria-hidden="true" aria-label="search store" role="search" class="ng-isolate-scope" style="position: relative; top: 1.5px;"><svg aria-label="search store" alt="" style="max-width: 1em; min-width: 1em" width="1em"
                    height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                    <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"></path>
                    <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"></path>
                  </svg></search-icon>
              </span>
              <span id="searchButtonText" class="pr-1">Search</span>
            </button>
          </span><!-- end ngIf: vm.inSearchBar -->
        </div>
        <!-- ngIf: vm.detailedView -->
      </div>
      <!-- ngIf: vm.query && !vm.isLoading -->
      <!-- ngIf: vm.detailedView -->
    </div>
  </ax-store-search>
</form>

<form class="form-inline ng-pristine ng-valid ng-scope" ng-if="!vm.gift.ID" data-hs-cf-bound="true">
  <div class="col-md-6">
    <div class="form-group" style="min-height: 80px;">
      <ax-breadcrumb crumbs="[
                                           {name: 'home', state: 'store', isHidden: !vm.category.ID &amp;&amp; !vm.newItems &amp;&amp; !vm.campaign},
                                           { name: vm.category.ParentName, state: 'category({categoryID: \'' + vm.category.ParentSlug + '\'})', isHidden: !vm.category.ParentName || !vm.category.ParentSlug},
                                           {name: vm.prevCategory.Name, state: 'category({categoryID: \'' + vm.prevCategory.LinkID + '\', prevCategoryID: null})', isHidden: !$state.params.prevCategoryID || !vm.prevCategory.ID || vm.prevCategory.ID == vm.category.ID},
                                           {name: (vm.campaign ? vm.campaign.Name : vm.category.ID &amp;&amp; vm.category.ID != -1 ? vm.category.Name : vm.store.Config.HomePageOptions.HomePageText || (vm.newItems ? 'New Items' : 'Home Categories'))}
                                       ]" has-category-label="vm.category.HeaderText" class="ng-isolate-scope">
        <style>
          .breadcrumb-title {
            font-size: 14px;
            display: inline;
          }

          .breadcrumb a:focus-visible {
            outline: -webkit-focus-ring-color auto 1px !important;
            padding: 5px !important;
          }
        </style>
        <ol class="breadcrumb">
          <!-- ngRepeat: crumb in vm.crumbs | filter: {'isHidden' : '!true'} -->
          <li ng-repeat="crumb in vm.crumbs | filter: {'isHidden' : '!true'} " tabindex="-1" class="ng-scope">
            <!-- ngIf: !$last && crumb.state && (vm.store.Config.CustomHomePage && crumb.state =='store') -->
            <!-- ngIf: !$last && crumb.state && !(vm.store.Config.CustomHomePage && crumb.state =='store') --><a id="link-store" ui-sref="store" ng-if="!$last &amp;&amp; crumb.state &amp;&amp; !(vm.store.Config.CustomHomePage &amp;&amp; crumb.state =='store')" ng-click="vm.click(crumb);" tabindex="0" class="ng-binding ng-scope" href="/">
            <!--<i class="namicon namicon-800" ng-class="crumb.namicon" ng-if="$first && crumb.namicon"></i>
            <i class="glyphicon" ng-class="crumb.glyphicon" ng-if="$first && crumb.glyphicon"></i>-->
            home
        </a><!-- end ngIf: !$last && crumb.state && !(vm.store.Config.CustomHomePage && crumb.state =='store') -->
            <!-- ngIf: !$last && !crumb.state -->
            <!-- ngIf: $last && !vm.hasCategoryLabel -->
            <!-- ngIf: $last && vm.hasCategoryLabel -->
          </li><!-- end ngRepeat: crumb in vm.crumbs | filter: {'isHidden' : '!true'} -->
          <li ng-repeat="crumb in vm.crumbs | filter: {'isHidden' : '!true'} " tabindex="-1" class="ng-scope">
            <!-- ngIf: !$last && crumb.state && (vm.store.Config.CustomHomePage && crumb.state =='store') -->
            <!-- ngIf: !$last && crumb.state && !(vm.store.Config.CustomHomePage && crumb.state =='store') -->
            <!-- ngIf: !$last && !crumb.state -->
            <!-- ngIf: $last && !vm.hasCategoryLabel -->
            <!-- ngIf: $last && vm.hasCategoryLabel --><a class="breadcrumb-title ng-binding ng-scope" ng-if="$last &amp;&amp; vm.hasCategoryLabel" ng-click="vm.click(crumb);" tabindex="0">
            <!--<i class="namicon namicon-800" ng-class="crumb.namicon" ng-if="$first"></i>-->Home Categories
        </a><!-- end ngIf: $last && vm.hasCategoryLabel -->
          </li><!-- end ngRepeat: crumb in vm.crumbs | filter: {'isHidden' : '!true'} -->
        </ol>
        <!-- This will fix the AngularJS ng-keypress glitch that causes the zoom not to work when activated by the keyboard. - MF 12/27/23  -->
        <!-- https://store.axomo.com/item/auto-license-plate-frame-gold -->
        <input type="text" value="&nbsp;" style="border: 0; width: 0px; padding: 0; position: absolute; left: -1000px" aria-hidden="true" role="none">
      </ax-breadcrumb>
    </div>
    <!-- ngIf: vm.category.ID == vm.Categories.CATEGORY_PAGE.Sale.ID -->
  </div>
  <div class="col-md-6">
    <!-- ngIf: vm.items.length && !vm.isLoading && !vm.newItems -->
    <div class="clearfix visible-xs"></div>
    <!-- ngIf: vm.category.ID && vm.category.ID != vm.Categories.CATEGORY_PAGE.Sale.ID --><!-- end ngIf: vm.category.ID && vm.category.ID != vm.Categories.CATEGORY_PAGE.Sale.ID -->
    <!-- ngIf: vm.campaign && vm.user.IsAdmin -->
  </div>
</form>

<form class="dropdown-menu pal pts submit-dropdownn ng-pristine ng-valid" data-hs-cf-bound="true">
  <div aria-describedby="secContactInfo">
    <div id="lblContactFull" aria-hidden="true" class="ng-binding"> AXOMO Support </div>
    <div id="lblContactPhone" aria-hidden="true" class="ng-binding"> 8015156129 </div>
    <div id="lblContactEmail" aria-hidden="true" class="ng-binding"> support@axomo.com </div>
  </div>
  <div id="secContactInfo" style="display:none" class="ng-binding"> information Name: AXOMO Support Phone Number: 8015156129 Email: support@axomo.com </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce" data-hs-cf-bound="true"><input type="text" name="sl"
    id="goog-gt-votingInputSrcLang"><input type="text" name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text"
    name="vote" id="goog-gt-votingInputVote"></form>

Text Content

We use cookies to improve your experience on this website. For more information,
please see our Privacy Policy
Accept Cookies View Privacy Policy




Skip to main content
Toggle navigation

   
   
 * Products
     
   * Scientist.com
     
   * BioPharm Catalyst
     
     
     
     
     
   * Suggest an Item
     
   
   
   
 * New Products
   
   
   
   
   
   
   
   
   

 * Search
 * Login
   
 * Redeem Gift
   
   
 * 
   
 * * User Profile ()
   * Insights
     
     
     
     
     
   * Order History
   * Item Order History
   * My Quotes
   * Track Orders
   * My Budgets
     
     
     
   * My Proofs
     
     
     
     
   * Redeem Gift
     
     
   * My Stores
     
     
     
   * 
   * Refer a Friend
   * My Referrals
   * 
   * 
   * 
   * 
   * Logout
   
   
   
 * Cart
 * 

    
 1. home
    
 2. Home Categories
    





SCIENTIST.COM BRAND MERCH STORE

Welcome to the Scientist.com Brand Merch Store! Browse between our various
brands for fun merchandise available for purchase. 


Scientist.com

 

Scientist.com link
BioPharm Catalyst

 

BioPharm Catalyst link

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

©AXOMO 2024 | Privacy | Terms | Accessibility | Help |
Contact
AXOMO Support
8015156129
support@axomo.com
information Name: AXOMO Support Phone Number: 8015156129 Email:
support@axomo.com

Powered by


Powered by Google Übersetzer
Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern