.men-item-carousel .item {
    text-align: center;
    max-width: 300px; /* Set a max-width for consistency */
    margin: auto;
}

.men-item-carousel .thumb {
    width: 100%;
    height: 300px; /* Fixed height for uniformity */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.men-item-carousel .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures all images fit properly */
    border-radius: 10px; /* Optional: Adds rounded corners */
}

.men-item-carousel .down-content {
    text-align: center;
    margin-top: 15px;
}

.men-item-carousel .down-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.men-item-carousel .down-content span {
    display: block;
    color: #666;
    font-size: 16px;
    margin-top: 5px;
}

.men-item-carousel .stars {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.men-item-carousel .stars li {
    color: gold;
    margin: 0 2px;
}
