.meat-weight-selector {
  min-width: 13rem;
}

.meat-weight-selector .input-group {
  flex-wrap: nowrap;
}

.meat-weight-selector .js-meat-weight-kg {
  min-width: 5.5rem;
  text-align: center;
}

.meat-weight-selector.is-loading {
  opacity: .6;
  pointer-events: none;
}

.meat-weight-price small,
.meat-weight-miniature small,
.meat-weight-summary {
  white-space: nowrap;
}

.meat-weight-selector--cart {
  max-width: 15rem;
}

.meat-weight-selector--miniature {
  margin-block: .5rem;
  max-width: 10rem;
}