.ssc-product-item-number {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin: 0.75rem 0 0;
  color: rgba(var(--color-foreground), 0.82);
  font-size: 1.4rem;
  line-height: 1.4;
}

.ssc-product-item-number strong {
  color: rgb(var(--color-foreground));
  font-weight: 650;
}

.ssc-product-item-number.hidden {
  display: none;
}
