/*Top 10 del mese*/
.top-month-section{
    margin-top: 32px;
}

.top-month-section > .top-ten-title{
    padding-left: 16px;
}

.top-month-section > .top-month-carousel{
    padding: 8px 16px;
    gap: 16px;
}

.carousel-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 12px;
    min-width: 215px;
    height: 310px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    overflow: hidden;
}

.carousel-item >.product-img{
    height: 50%;
    width: 100%;
    border-radius: 12px;
    background-color: #0895c0;
    background-position: center;
    background-size: cover;
}

.carousel-item > .info-container{
    padding: 12px 4px 0 4px;
}


.info-container .product-title{
    font-size: 16px;
    padding: 0 0 12px;
}

.info-container .prize{
    padding: 0 0 12px;
    display: inline-block;
}

.top-month-section > .discover-btn-container{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.top-month-section > .discover-btn-container .discover-btn{
    border: none;
}