.LOGO{
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: black;
}
.BST{
    margin: 10px;
    height: auto;
    text-align: center;
}
/* .BST li:hover{
    background-color: white;
} */
.BST li a{
    color: black;
    text-decoration: none;
}
/* .BST li:hover>a{
    color: rgb(134, 179, 237);
} */
.LOGO li a:hover{
    color: rgb(134, 179, 237);
}
.product-card {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    width: 250px;
    margin: 10px;
    background-color: white;
}
.discount {
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 50px;
    height: 24px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}