.buy {
  display: block;
  margin: 18px 0;
  padding: 15px;
  border-radius: 12px;
  background: #d6a72c;
  box-shadow: 0 6px 18px #d6a72c44;
  color: #102d22;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.buy:hover { background: #e3b83f; }
.card-buy {
  display: block;
  margin-top: 12px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #d6a72c;
  color: #102d22;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.card-buy:hover { background: #e3b83f; }
.product-card .pic { background: #f3efe4; }
.product-card .pic > img {
  padding: 12px;
  object-fit: contain;
}
.video-soon {
  display: block;
  padding: 14px;
  border-radius: 12px;
  background: #e9e5da;
  color: #637269;
  font-weight: 800;
  text-align: center;
}
