/* Compact brand mark in the fulfillment header. */
.fulfillment-header .brand .site-brand-badge {
  padding: 3px 4px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(17, 17, 17, 0.07);
}

.fulfillment-header .brand .site-brand-image {
  width: 82px !important;
  height: auto !important;
  max-height: 78px;
}

@media (max-width: 720px) {
  .fulfillment-header .brand .site-brand-image {
    width: 66px !important;
    max-height: 62px;
  }
}
