/* ===== Header cart alignment fix ===== */

.baby-header-cart-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

.baby-cart-text {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

.baby-cart-badge,
.cart-count.baby-cart-badge,
.header-cart-count.baby-cart-badge,
#cart-count.baby-cart-badge,
[data-cart-count].baby-cart-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;

  border-radius: 0;
  background: #969d82 !important;
  color: #ffffff !important;

  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  position: relative !important;
  top: 0 !important;
  margin-left: 2px !important;
  box-sizing: border-box !important;
}
