.product-stock-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.2rem;
}

.product-stock-indicator .svg-wrapper,
.product-stock-indicator svg {
  width: 15px;
  height: 15px;
}

.product-stock-indicator__text {
  font-size: 1.3rem;
  color: rgba(var(--color-foreground), 0.75);
}

.product-stock-indicator__icon--urgent,
.product-stock-indicator__text--urgent {
  color: rgb(255, 41, 84);
}
