.cart-item {
    transition: all 0.3s ease;
}
.quantity-control {
    display: flex;
    align-items: center;
}
.quantity-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.brand-badge {
    margin-top: 5px;
}
.brand-badge .badge {
    font-weight: normal;
    padding: 5px 10px;
}
.btn-pedido {
    background-color: #172cbe;
    color: #fff;
}	