.\#product-variant-selector {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.\#product-variant-selector-item-heading {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
.\#product-variant-selector-item-heading-value {
  font-weight: var(--font-body-weight-bold);
}