.restricted-buttons {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}
.restricted-buttons a {
  width: 50%;
}
.restricted-buttons .c-btn--hollow {
  margin-bottom: 0;
}

.product-card.hide {
  display: none;
}