.vb-product-card {
  list-style: none;
  padding: 32px 20px !important;
  border-radius: 20px;
  background: #f7f1ec;
  overflow: hidden;
}

.vb-product-card__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.vb-product-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 24px;
}

.vb-product-card__fav {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 14px;
}

.vb-product-card__badge {
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 6px 8px;
  border-radius: 4px;
  background: #8b6749;
  color: #fff;
}

.vb-product-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.05;
}

.vb-product-card__img,
.vb-product-card__media img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 !important;
  border-radius: 8px;
}
.product-title-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vb-product-card__title {
  margin: 0;
  padding: 0 !important;
  font-size: 22px !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: -0.75px;
  line-height: 30.8px;
  font-weight: 400;
  text-align: center;
  color: #3b2b1e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-height: 2.5em;
}
.vb-product-card__price {
  text-align: center;
  font-size: 15px;
  color: #3b2b1e;
  font-weight: 500;
  line-height: 15px;
  font-family: "Montserrat", sans-serif !important;
}

.vb-product-card__price .woocommerce-Price-amount {
  font-weight: 500;
}

/* Defuse Woo default card styles inside our card */
.vb-product-card .woocommerce-loop-product__title,
.vb-product-card .price,
.vb-product-card .button {
  display: none !important;
}
