ul.products li.product .woocommerce-LoopProduct-link {
  border-bottom-width: 0px;
  border-width: 2px;
  border-style: solid;
  border-color: #b46e73;
  border-top-color: #ff9bc8;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding-top: 0px;
}

ul.products li.product .woocommerce-loop-product__title {
  border-left-width: 0px;
  padding: 0px;
  margin-right: 10px;
  margin-left: 10px;
}

ul.products li.product img {
  width: 600px;
}

.onsale {
  background-color: #ffd138;
  color: #000000;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
  background-color: #f4ac1d;
}

ul.products li.product .button {
  display: none;
}

.onsale {
  background-color: #ffd138;
  color: #000000;
}