.product-grid__view {
  background-color: #ffffff;
  box-shadow: 4px 3px 8px 0px #faf9f940;
}
.product-grid__view:hover {
  box-shadow: 4px 3px 8px 0px #faf9f940;
}
.button.add-cart__btn {
  background-color: #0d0d0d;
  color: #faf9f9;
}

.button.add-cart__btn small {
  color: #faf9f9;
}
.cart__list {
  min-height: 300px;
}
#alfa-payment-button {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
