/* =====================================================
   HEADER
===================================================== */
/* Logo */
.header-logo-image {
  max-width: 900px !important;
  max-height: 360px !important;
  width: auto !important;
  height: auto !important; }

/* Cart Badge */
.navUser-action[data-cart-preview] {
  position: relative; }

.navUser-item--cart .countPill.cart-quantity {
  position: absolute !important;
  top: -5px !important;
  right: -10px !important;
  left: auto !important;
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #e53935 !important;
  color: #ffffff !important;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  z-index: 100; }
