.status-stock {
  color: hsl(var(--primary));
  font-weight: 700;
}

.status-stock svg {
  stroke-width: 3;
}

.status-preorder {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1765a3;
  font-weight: 700;
}

.dark .status-preorder {
  border-color: transparent;
  background: transparent;
  color: #75bcff;
}
