 .qty-wrapper {
    display: flex;
    align-items: center;
}

.qty-btn {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #eee;
    cursor: pointer;
    font-size: 16px;
}

.input-qty {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}
