.cima-header-cart-enabled #masthead .cima-header-cart-wrap {
  flex: 0 0 auto;
  align-self: center;
  margin-left: 16px;
}
.cima-header-cart-enabled #masthead a.cima-header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 10px;
  color: #d97706;
  background: transparent;
  border: 1px solid #444;
  border-radius: 12px;
  text-decoration: none;
  line-height: 1;
}
.cima-header-cart-enabled #masthead a.cima-header-cart:hover {
  color: #d97706;
  border-color: #d97706;
}
.cima-header-cart-enabled #masthead a.cima-header-cart:focus-visible {
  outline: 3px solid #d97706;
  outline-offset: 4px;
}
.cima-header-cart-enabled .cima-header-cart-icon {
  display: block;
  flex: 0 0 auto;
}
.cima-header-cart-enabled .cima-header-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #d97706;
  color: #111;
  font: 700 12px/1 system-ui, sans-serif;
}
@media (max-width: 768px) {
  .cima-header-cart-enabled #masthead .site-branding { order: 0; }
  .cima-header-cart-enabled #masthead .cima-header-cart-wrap {
    order: 1;
    margin-left: auto;
    margin-right: 6px;
  }
  .cima-header-cart-enabled #masthead a.cima-header-cart {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
  }
  .cima-header-cart-enabled #masthead .cima-header-cart-count {
    top: 1px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    font-size: 11px;
  }
  .cima-header-cart-enabled #masthead #mobile-menu-control-wrapper {
    order: 2;
    margin-left: 0;
  }
  .cima-header-cart-enabled #masthead #mobile-menu-control-wrapper .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    line-height: 1;
  }
  /* Override the site's existing 24px !important rule only in this mobile header. */
  .cima-header-cart-enabled #masthead #mobile-menu-control-wrapper .menu-toggle .gp-icon,
  .cima-header-cart-enabled #masthead #mobile-menu-control-wrapper .menu-toggle svg {
    width: 28px !important;
    height: 28px !important;
  }
  .cima-header-cart-enabled #masthead #site-navigation {
    order: 3;
  }
}
