.gs-wholesale .gs-order-new-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 9px;
  border-radius: 5px;
  background: #f7edd7;
  color: #745521;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.gs-wholesale .gs-hero > .gs-shell > div:nth-child(2) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  column-gap: 12px;
  align-items: center;
}
.gs-wholesale .gs-hero .gs-search { grid-column: 1 / -1; }
.gs-wholesale .gs-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  padding: 0;
  aspect-ratio: 1.618 / 1;
}
.gs-wholesale .gs-search button .fa { font-size: 21px; }
.gs-wholesale .gs-hero .gs-quicklinks { grid-column: 1; margin-top: 12px; }
.gs-wholesale .gs-hero .gs-favorites-shortcut { grid-column: 2; justify-self: end; margin-top: 12px; }
.gs-wholesale .gs-favorites-shortcut,
.gs-wholesale .gs-shop-favorites,
.gs-wholesale .gs-page-actions .gs-heading-favorites {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid #cbd5d3;
  border-radius: 8px;
  background: #fff;
  color: #9d7a42;
  text-decoration: none;
  box-shadow: 0 2px 7px #0b2e4008;
}
.gs-wholesale .gs-favorites-shortcut:hover,
.gs-wholesale .gs-shop-favorites:hover,
.gs-wholesale .gs-page-actions .gs-heading-favorites:hover { border-color: #ad8c51; background: #fffaf0; color: #8a672e; }
.gs-wholesale .gs-favorites-shortcut:focus-visible,
.gs-wholesale .gs-shop-favorites:focus-visible,
.gs-wholesale .gs-page-actions .gs-heading-favorites:focus-visible { outline: 2px solid #ad8c51; outline-offset: 2px; }
.gs-wholesale .gs-favorites-shortcut span,
.gs-wholesale .gs-shop-favorites span,
.gs-wholesale .gs-page-actions .gs-heading-favorites span { color: inherit; font-size: 25px; font-weight: 400; line-height: 1; }
.gs-wholesale .gs-shop-intro .gs-shell { padding-right: 64px; }
.gs-wholesale .gs-shop-favorites { right: 0; top: 50%; transform: translateY(-50%); }
@media (max-width: 760px) {
  .gs-wholesale .gs-shop-favorites { position: absolute; margin-top: 0; }
  .gs-wholesale .gs-shop-intro .gs-shell { padding-right: 64px; }
  .gs-wholesale .gs-page-actions .gs-heading-favorites { width: 40px; height: 40px; min-width: 40px; min-height: 40px; padding: 0; }
}
@media (max-width: 440px) {
  .gs-wholesale .gs-search button { width: 82px; }
  .gs-wholesale .gs-hero > .gs-shell > div:nth-child(2) { grid-template-columns: minmax(0, 1fr) 42px; gap: 0 8px; }
  .gs-wholesale .gs-hero .gs-favorites-shortcut { width: 42px; height: 42px; min-width: 42px; min-height: 42px; }
  .gs-wholesale .gs-page-actions .gs-heading-favorites { flex-basis: 40px; }
}
