[data-static-form="search"] input[type="button"],
.search input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  border: 0;
  outline: none;
  background: #c7c7c7;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  cursor: pointer;
}
.search input[type="button"]:hover {
  background: #ef5f21;
  color: #fff;
  transition: 0.5s all;
}
[data-company-field] { overflow-wrap: anywhere; }

/* Keep every three-card row on one visual baseline. */
.product1 .bottom-product {
  display: flex;
  align-items: stretch;
}
.product1 .bottom-product > .bottom-cd {
  display: flex;
  float: none;
  flex-direction: column;
}
.product1 .bottom-product > .clearfix {
  display: none;
}
.product1 .bottom-product .product-at {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.product1 .bottom-product .product-at > a {
  display: block;
  width: 100%;
  height: 100%;
}
.product1 .bottom-product .product-at img.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product1 .bottom-product p.tun {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.product1 .bottom-product a.item_add {
  display: block;
  margin-top: auto;
}
.product1 .bottom-product a.item_add p.number {
  margin: 0;
}
