.cart-icon-container {
  position: relative;
}

.cart-quantity-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 6px;
  border-radius: 9999px;
  z-index: 10; /* Ensure it's above other elements */
}
