<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* PRODUCT SEARCH */
/* (modules.scss) */
/* ================================================================================ */
.product-search .inner {
  padding: 20px 10px 0 10px; }
.product-search table {
  width: 100%;
  table-layout: fixed; }
  .product-search table td.button {
    width: 70px; }
.product-search input {
  border: none;
  width: 100%; }
.product-search input[type='text'] {
  padding-left: 10px;
  padding-right: 10px;
  height: 28px; }
.product-search .button input {
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
</pre></body></html>