CINXE.COM

US Products

<html> <head> <title>US Products</title> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <!-- <link rel="preconnect" href="https://fonts.googleapis.com" > <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <link rel="preload" as="font" href="/fonts/roboto-v20-latin-regular.woff" type="font/woff" crossorigin="anonymous"> <link rel="preload" as="font" href="/fonts/roboto-v20-latin-regular.woff2" type="font/woff2" crossorigin="anonymous"> --> <!-- <link rel="stylesheet" href="/fonts.css"> --> <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/style.css"> <link rel="shortcut icon" href="/flavicon.png" type="image/png"> </head> <body> <div class="header"> <div class="header_content"> <img src="/logo.png" class="headerimage" /> </div> <div class="gobacklink"> </div> </div> <div id="main" class="content"> <style> * { box-sizing:border-box; } .container { font-family:'Roboto'; width:600px; margin:30px auto 0; display:block; background:#FFF; padding:10px 50px 50px; } h2 { text-align:center; margin-bottom:50px; } h2 small { font-weight:normal; color:#888; display:block; } .footer { text-align:center; } .footer a { color:#53B2C8; } /* form starting stylings ------------------------------- */ .group { position:relative; margin-bottom:45px; float:left; width : 70%; } input { font-size:18px; padding:10px 10px 10px 5px; display:block; width:100%; border:none; border-bottom:1px solid #757575; padding-left:30px; } .searchimage{ position: relative; float: left; margin-top: 15px; right: -20px; } input:focus { outline:none; } /* LABEL ======================================= */ label { color:#999; font-size:18px; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:10px; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; padding-left:30px; } /* active state */ input:focus ~ label, input:valid ~ label { top:-20px; font-size:14px; color:#5264AE; } /* BOTTOM BARS ================================= */ .bar { position:relative; display:block; width:100%; } .bar:before, .bar:after { content:''; height:2px; width:0; bottom:1px; position:absolute; background:#5264AE; transition:0.2s ease all; -moz-transition:0.2s ease all; -webkit-transition:0.2s ease all; } .bar:before { left:50%; } .bar:after { right:50%; } /* active state */ input:focus ~ .bar:before, input:focus ~ .bar:after { width:50%; } /* HIGHLIGHTER ================================== */ .highlight { position:absolute; height:60%; width:100px; top:25%; left:0; pointer-events:none; opacity:0.5; } /* active state */ input:focus ~ .highlight { -webkit-animation:inputHighlighter 0.3s ease; -moz-animation:inputHighlighter 0.3s ease; animation:inputHighlighter 0.3s ease; } /* ANIMATIONS ================ */ @-webkit-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @-moz-keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } @keyframes inputHighlighter { from { background:#5264AE; } to { width:0; background:transparent; } } .buttongroup{ width: 180px; float:right; } .bluebutton{ width: 97px; height: 38px; border-radius: 2px; background-color: #4a90e2; border:none; text-transform: uppercase; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #ffffff; cursor:pointer; } .clearbutton{ margin-left: 20px; width: 44px; height: 16px; font-family: Roboto; font-size: 14px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #4285f4; text-decoration:none; } </style> <form id='searchform' action="/" method="POST" novalidate="novalidate"> <input type="hidden" name="search" value=""> <script type="text/javascript"> function cleartext(){ document.getElementById('searchtext').value=""; searchSubmit(); } function searchSubmit(){ document.getElementById('searchform').search.value=document.getElementById('searchtext').value; document.getElementById('searchform').submit(); } </script> <div id="indexhead" class="indexhead"> <div id="headtitle" class="headtitle"> US Products </div> <div id="headsearch" class="headsearch"> <img src="24-px-6.svg" class="searchimage" /> <div class="group"> <input type="text" id="searchtext" required style="background: none;" onkeydown="if(event.keyCode==13) document.getElementById('searchbutton').click();" tooltip="Search by Product name or SKU" value=""> <span class="highlight"></span> <span class="bar"></span> <label>Search by Product name or SKU</label> </div> <div class="buttongroup"> <button id="searchbutton" type="button" class="bluebutton" onclick="javascript:searchSubmit();" >Search</button> <a href="#" onclick="javascript:cleartext();" class="clearbutton">CLEAR</a> </div> </div> </div> <div><style> table { border-collapse: collapse; width:80%; margin:auto; } td, th { padding: 10px; } th { font-family: Roboto; font-size: 13px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #2c2c2c; border-bottom: 1px solid #e4e4e4; text-align:left; text-transform:uppercase; } td { color: #636363; border-bottom: 1px solid #dddfe1; font-family: Roboto; font-size: 13px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #2c2c2c; } .pagination { list-style-type: none; padding: 10px 0; margin:auto; display: flex; width: 240px; justify-content: space-between; box-sizing: border-box; } .pagination li { box-sizing: border-box; padding-right: 10px; font-family: Roboto; font-size: 15px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; color: #2c2c2c; } .pagination li a { box-sizing: border-box; #background-color: #e2e6e6; padding: 8px; text-decoration: none; font-size: 12px; font-weight: bold; color: #616872; border-radius: 4px; } .pagination li a:hover { #background-color: #d4dada; } .pagination .next a, .pagination .prev a { text-transform: uppercase; font-size: 12px; } .pagination .currentpage a { #background-color: #518acb; #color: #fff; color:#4285f4; text-decoration: underline; } .pagination .currentpage a:hover { #background-color: #518acb; } .clickrow{ cursor:pointer; } .clickrow:hover{ background-color: #dddfe1; } </style> <form action="/" method="POST"> <input type="hidden" name="page" value=""> <script type="text/javascript"> function pageSubmit(page) { document.forms[0].page.value = page; document.forms[0].search.value=''; document.forms[0].submit(); } function productSubmit(productSku){ window.location.pathname="/product/"+encodeURIComponent(productSku); } </script> <table> <tr> <th>SKU</th> <th>Product</th> </tr> <tr> <td><a href="/product.php?100935443">100935443</a></td> <td><a href="/product.php?100935443">256 Neutral Disinfectant Cleaner</a></td> </tr> <tr> <td><a href="/product.php?3318284">3318284</a></td> <td><a href="/product.php?3318284">Advance TM/MCClean Rinse Aid</a></td> </tr> <tr> <td><a href="/product.php?3318292">3318292</a></td> <td><a href="/product.php?3318292">Advance TM/MCClean Rinse Aid</a></td> </tr> <tr> <td><a href="/product.php?101104279">101104279</a></td> <td><a href="/product.php?101104279">AHP庐5 Multi-Purpose Cleaner with Hydrogen Peroxide</a></td> </tr> <tr> <td><a href="/product.php?CBD540533">CBD540533</a></td> <td><a href="/product.php?CBD540533">All Purpose Virex庐 Disinfectant Cleaner</a></td> </tr> <tr> <td><a href="/product.php?CBD540540">CBD540540</a></td> <td><a href="/product.php?CBD540540">All Purpose Virex庐 Disinfectant Cleaner</a></td> </tr> <tr> <td><a href="/product.php?CBD540557">CBD540557</a></td> <td><a href="/product.php?CBD540557">All Purpose Virex庐 Disinfectant Cleaner</a></td> </tr> <tr> <td><a href="/product.php?3350727">3350727</a></td> <td><a href="/product.php?3350727">Alpha-HP庐 Multi-Surface Cleaner</a></td> </tr> <tr> <td><a href="/product.php?3350743">3350743</a></td> <td><a href="/product.php?3350743">Alpha-HP庐 Multi-Surface Cleaner</a></td> </tr> <tr> <td><a href="/product.php?3401512">3401512</a></td> <td><a href="/product.php?3401512">Alpha-HP庐 Multi-Surface Cleaner</a></td> </tr> </table> <ul class="pagination"> <li class="currentpage"><a href="javascript:pageSubmit(1);">1</a></li> <li class="page"><a href="javascript:pageSubmit(2);">2</a></li> <li class="page"><a href="javascript:pageSubmit(3);">3</a></li> <li class="dots">...</li> <li class="end"><a href="javascript:pageSubmit(74);">74</a></li> <li class="next"><a href="javascript:pageSubmit(2);">></a></li> </ul> </div></div> <div class="footer"> <div class="footer_content"> 漏 2019 Diversey, Inc </div> </div> </body> <html>

Pages: 1 2 3 4 5 6 7 8 9 10