.product-inventory__wrapper--custom {
  margin: 0 0 0 3rem;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 1.3rem;
}

.product-inventory__alert--custom {
  color: #700505;
}
@media screen and (max-width: 320px) {
  .product-inventory__wrapper--custom {
    margin: 0 0 0 2rem;
  }
}
.card-wrapper .product-inventory__wrapper--custom { margin-left: 0; text-align: left; opacity: 0.8 }