.card-produto {
  width: 100%;
  display: flex;
  position: relative;
  height: 460px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  margin: 48px 0;
  padding: 5px;
}
.card-produto:hover,
.spp-item-single-card {
  box-shadow: 0px 0px 40px rgb(229 186 193 / 25%);
}
.product-title {
  text-align: left;
  width: 100%;
  height: 65px;
}

.container-info {
  width: 100%;
}

.product-info-foot .btn-default {
  width: 100%;
}

.product-info-foot {
  justify-content: space-between;
}

.fa-heart:before {
  background-color: var(--color-black);
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: -5px;
  right: -135px;
  z-index: 1;
}

.component-best-seller ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-images {
  border-radius: 4px;
  width: 100%;
}

.product-images img{
  object-fit: contain !important;
}

@media (max-width: 1199px) {
  .card-produto {
    height: 400px;
  }
  .card-produto {
    margin: 32px 0;
  }
}

@media (max-width: 425px) {
  .product-title {
    height: 50px;
  }
}
