.mn-cart-qty-controls {
    display: flex;
    align-items: center;
    gap: 4px;
}
.qty-btn {
    background: #eee;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
}
