.catalogue-heading .recommended-order {
  display: grid;
  justify-items: center;
  max-width: 34rem;
  margin: 0;
  text-align: center;
}

.catalogue-heading .recommended-order button {
  justify-self: center;
}

.catalogue-heading .recommended-order small {
  margin-top: 0.35rem;
}

html[data-theme="light"] .quantity-presets input:checked + span {
  color: #fff;
  text-shadow: 0 1px 1px #0005;
}

@media (max-width: 620px) {
  .catalogue-heading .recommended-order {
    justify-items: stretch;
    max-width: none;
    margin-top: 0.75rem;
  }

  .catalogue-heading .recommended-order button {
    justify-self: stretch;
  }
}
