@media (min-width: 768px) {
  .header__heading-logo {
    max-width: 250px !important;
  }
}

ul.product-cross-refs li {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f1f1f1;
  border: solid 1px var(--color-foreground-20);
  font-weight: normal;
  font-size: 0.9em;
}

ul.product-cross-refs li:empty {
  display: none;
}

.product-form .product-form__buttons button {
  width: 100%;
}

.products-on-page .targetbay-bulk-reviews-count-field {
  text-align: left;
  margin-left: -3px;
}