.vs-home-product-card:hover img {
  transform: scale(1.035);
}

.vs-home-product-body {
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.vs-home-product-body h3 {
  font-size: 26px;
  line-height: 1.05;
}

.vs-home-product-body p {
  margin: 0;
}

.vs-home-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.vs-home-product-meta span {
  border: 1px solid rgba(82, 125, 112, .22);
  border-radius: 999px;
  background: #f2faf5;
  color: var(--vs-tea);
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 850;
}

.vs-home-product-buy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.vs-home-product-buy strong {
  color: var(--vs-brown);
  font-size: 23px;
}

.vs-home-product-buy .vs-button,
.vs-home-product-buy .vs-status-pill {
  justify-self: end;
  text-align: center;
}

.vs-home-product-card.is-featured {
  border-color: rgba(139, 63, 52, .34);
  box-shadow: 0 24px 70px rgba(139, 63, 52, .14);
}

.vs-home-product-card.is-featured .vs-home-product-meta span {
  background: #fff1dc;
  border-color: rgba(201, 150, 79, .35);
  color: var(--vs-red);
}

.vs-product-tag {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 250, 242, .94);
  color: var(--vs-red);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(17, 24, 20, .16);
}
