.cart-container {
    position: relative;
  }
  
  .cart-icon {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .item-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 4px 8px;
    font-size: 12px;
  }
  

  