.item-box {
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
  height: auto;
}

input.button-2.product-box-add-to-cart-button {
  width: 100% ;
}

.product-grid .add-info {
  width: 100% !important;
}

.product-grid .product-grid .prices_product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 7%;
}

/*.product-grid .item-box .details {
  min-height: 280px;
}*/

.product-grid .item-box .picture {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 5px;
  border-radius: 2px 2px 0 0;
}

.product-name h1 {
  margin-top: 0;
}

.overview .product-name {
  display: inline-block;
  width: 59%;
  min-height: 22px;
  margin: 0;
}

.overview .add-to-wishlist {
  display: block;
  width: min-content;
  margin-right: 0;
  width: 30%;
}

  .overview .add-to-wishlist button {
    width: 100%;
    font-size: 0;
  }

  .overview .add-to-wishlist button {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: white;
  }

    .overview .add-to-wishlist button:hover {
      background-color: white;
      border: 0px;
    }

.product-grid .item-box input[type="button"] {
  height: 45px;
  padding: 0 5%;
  vertical-align: middle;
  border: none;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 3px;
  color: white;
}


button.button-2.add-to-wishlist-button {
  font-size: 0;
}

.product-list .item-box {
  display: flex;
  gap: 20px;
}

.product-grid .item-box .details {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*min-height: 260px;*/
}

.button-product-information {
    width: 100%;
}

@media (min-width: 1281px) {
    .add-info, .product-grid .item-box .details {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        /*min-height: 260px;*/
    }

  .overview {
    padding-right: 13%;
    position: relative;
  }
}