.quantity-control{display:flex;align-items:center;gap:8px;border:1px solid #ddd;border-radius:8px;padding:4px;background-color:#fff;width:fit-content}.quantity-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background-color:#5B914C;color:white;cursor:pointer;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background-color:#4a7a3d;transform:scale(1.05)}.quantity-btn:disabled{background-color:#ccc;cursor:not-allowed;opacity:.5}.quantity-display{min-width:30px;text-align:center;font-weight:600;font-size:14px;color:#333}