.quantity-controls{display:flex;align-items:center;gap:5px;font-size:14px;margin:5px 0}.quantity-label{font-weight:500;margin-right:8px}.quantity-btn{width:28px;height:28px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.quantity-btn:hover{background:#f0f0f0;border-color:#ccc}.quantity-btn:active{background:#e0e0e0;transform:scale(.95)}.quantity-value{min-width:30px;text-align:center;font-weight:500}