/*
  ---------------------------------------------------------------
  Code by Pham Van Hoai - CE181744
  Website: https://hovait.com
  Description: Responsive Bootstrap 5.2 Navbar with Cart
  Author: hovait.com
  ---------------------------------------------------------------
*/
.badge-sale {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: black;
            color: white;
            padding: 0.25rem 0.5rem;
            font-size: 0.8rem;
            font-weight: bold;
            border-radius: 0.25rem;
        }