.center-pagination {
    display: flex;
    justify-content: center;
}

.stock-badge, .discount-badge {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 10px;
        z-index: 10;
    }
    .fa-star {
        font-size: 20px;
        color: gray;
    }
    .fa-star.checked {
        color: gold;
    }
